Skip to content

Commit c5254bb

Browse files
committed
1 parent 2e5d4b6 commit c5254bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/public/Distributed/LocalTestingDistributedActorSystem.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public struct LocalTestingActorAddress: Hashable, Sendable, Codable {
3131
}
3232

3333
// TODO(distributed): not thread safe...
34+
@available(SwiftStdlib 5.7, *)
3435
public final class LocalTestingDistributedActorSystem: DistributedActorSystem, @unchecked Sendable {
3536
public typealias ActorID = LocalTestingActorAddress
3637
public typealias InvocationEncoder = LocalTestingInvocationEncoder

0 commit comments

Comments
 (0)