Closed lorentey closed 1 year ago
@swift-ci test
17:36:08
/Users/buildnode/jenkins/workspace/pr-swift-atomics-macos/branch-main/swift-atomics/Sources/Atomics/autogenerated/HighLevelTypes.swift:105:26: error: unknown attribute 'unchecked'
17:36:08 extension ManagedAtomic: @unchecked Sendable where Value: Sendable {}
17:36:08 ^
17:36:08 /Users/buildnode/jenkins/workspace/pr-swift-atomics-macos/branch-main/swift-atomics/Sources/Atomics/autogenerated/HighLevelTypes.swift:82:14: error: non-final class 'ManagedAtomic' cannot conform to `Sendable`; use `UnsafeSendable`
17:36:08 public class ManagedAtomic<Value: AtomicValue> {
17:36:08 ^
ಠ_ಠ
@swift-ci test
@swift-ci test macOS platform
@swift-ci test
@swift-ci test
@swift-ci test
It'd be great to land this so consumers don't need to @preconcurrency import Atomics
.
It'd be great to land this so consumers don't need to
@preconcurrency import Atomics
.
+1
@swift-ci test
Resolves #45.
Checklist