apple / swift-atomics

Low-level atomic operations for Swift
Apache License 2.0
1.08k stars 52 forks source link

Package.swift should require Swift 5.2+ #22

Closed lorentey closed 3 years ago

lorentey commented 3 years ago

Currently we have

// swift-tools-version:5.1

But swift-atomics does not in fact support building with a 5.1 toolchain.