Skip to content

Commit 4f7be08

Browse files
al45tairslavapestov
authored andcommitted
[Concurrency] Update availability of UnimplementedExecutor.
We need it to be `StdlibDeploymentTarget 6.2` rather than `SwiftStdlib 6.2`, so that we can update the availability definitions. rdar://156710569
1 parent 7fabd38 commit 4f7be08

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
final class UnimplementedMainExecutor: MainExecutor, @unchecked Sendable {
1919
public init() {}
2020

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

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

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

0 commit comments

Comments
 (0)