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 9f7297b + da1505b commit 76ee81cCopy full SHA for 76ee81c
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