swift-atomics icon indicating copy to clipboard operation
swift-atomics copied to clipboard

Adjust workaround for #41 once Xcode 13.3 is out

Open lorentey opened this issue 3 years ago • 0 comments

Beta builds of Xcode 13.3 fix the double wide atomic load issue in https://github.com/apple/swift-atomics/issues/41, so the workaround is no longer necessary to apply in Swift 5.6.

Once Xcode 13.3 gets released, adjust the code to only apply the workaround in Swift 5.5. (Or bump the minimum Swift toolchain requirement to 5.6, and remove it altogether.)

lorentey avatar Mar 12 '22 03:03 lorentey