Skip to content

Commit d0cf535

Browse files
authored
Merge pull request #83330 from al45tair/eng/PR-156710569
[Concurrency] Update availability of UnimplementedExecutor.
2 parents e27b4a5 + f27e20a commit d0cf535

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/Concurrency/UnimplementedExecutor.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import Swift
1414

1515
// .. Main Executor ............................................................
1616

17-
@available(SwiftStdlib 6.2, *)
17+
@available(StdlibDeploymentTarget 6.2, *)
1818
public final class UnimplementedMainExecutor: MainExecutor, @unchecked Sendable {
1919
public init() {}
2020

@@ -45,7 +45,7 @@ public final class UnimplementedMainExecutor: MainExecutor, @unchecked Sendable
4545

4646
// .. Task Executor ............................................................
4747

48-
@available(SwiftStdlib 6.2, *)
48+
@available(StdlibDeploymentTarget 6.2, *)
4949
public final class UnimplementedTaskExecutor: TaskExecutor, @unchecked Sendable {
5050
public init() {}
5151

0 commit comments

Comments
 (0)