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

Low-level atomic operations for Swift

Results 24 swift-atomics issues
Sort by recently updated
recently updated
newest added

When recently consuming swift-atomics and swift-collections I noticed a weird difference in where cmake files end up: ``` -> % find .build/checkouts/swift-atomics | grep onfig.cmake .build/checkouts/swift-atomics/swift-atomics-config.cmake -> % find .build/checkouts/swift-collections...

bug

If I have an I-var of a ManagedAtomic in a Swift framework, and then set up a test case in the same Xcode project, in the associated test target created...

bug

Add support for `riscv64` as host architecture. ### Checklist - [x] I've read the [Contribution Guidelines](/README.md#contributing-to-swift-atomics) - [x] My contributions are licensed under the [Swift license](/LICENSE.txt). - [x] I've followed...

When using swift-atomics (v1.0.0, 1.1.0, or 1.3.0) as a dependency in a Swift framework with BUILD_LIBRARY_FOR_DISTRIBUTION=YES, xcodebuild archive fails due to _AtomicsShims being referenced in the generated .swiftinterface, but not...

bug