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.
2 parents e963206 + 94058e5 commit da1505bCopy full SHA for da1505b
stdlib/public/Concurrency/Executor.swift
@@ -820,7 +820,7 @@ public struct UnownedTaskExecutor: Sendable {
820
unsafe self.executor = Builtin.buildOrdinaryTaskExecutorRef(executor)
821
}
822
823
- @available(SwiftStdlib 6.2, *)
+ @available(StdlibDeploymentTarget 6.2, *)
824
@inlinable
825
public init<E: TaskExecutor>(_ executor: __shared E) {
826
0 commit comments