We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad31bc commit 628d046Copy full SHA for 628d046
Sources/AllocatedLock.swift
@@ -31,10 +31,6 @@
31
32
// Backports the Swift interface around os_unfair_lock_t available in recent Darwin platforms
33
//
34
-@available(iOS, deprecated: 16.0, message: "use OSAllocatedUnfairLock directly")
35
-@available(tvOS, deprecated: 16.0, message: "use OSAllocatedUnfairLock directly")
36
-@available(watchOS, deprecated: 9, message: "use OSAllocatedUnfairLock directly")
37
-@available(macOS, deprecated: 13.0, message: "use OSAllocatedUnfairLock directly")
38
struct AllocatedLock<State>: @unchecked Sendable {
39
40
@usableFromInline
0 commit comments