diff --git a/Platform/AtomicInt.swift b/Platform/AtomicInt.swift index cef1c1f0c..303740f6f 100644 --- a/Platform/AtomicInt.swift +++ b/Platform/AtomicInt.swift @@ -6,6 +6,9 @@ // Copyright © 2018 Krunoslav Zaher. All rights reserved. // +import CoreFoundation +// This CoreFoundation import can be dropped when this issue is resolved: +// https://github.com/swiftlang/swift-corelibs-foundation/pull/5122 import Foundation final class AtomicInt: NSLock, @unchecked Sendable {