apple / swift-atomics

Low-level atomic operations for Swift
Apache License 2.0
1.06k stars 50 forks source link

HEAD is currently broken on older Swifts #92

Closed lorentey closed 1 year ago

lorentey commented 1 year ago

According to https://swiftpackageindex.com/apple/swift-atomics/builds, #90 accidentally rendered the package incompatible with Swift versions below 5.9:

error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 5.9.0 but the installed version is 5.8.0

There is probably a typo in the filename of the older package manifest.

Information

Checklist