We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8932598 commit dd99c36Copy full SHA for dd99c36
Platform/AtomicInt.swift
@@ -6,6 +6,9 @@
6
// Copyright © 2018 Krunoslav Zaher. All rights reserved.
7
//
8
9
+import CoreFoundation
10
+// This CoreFoundation import can be dropped when this issue is resolved:
11
+// https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
12
import Foundation
13
14
final class AtomicInt: NSLock, @unchecked Sendable {
0 commit comments