Update the Swift version to 6.0 from 5.11

This commit is contained in:
Mishal Shah
2024-02-17 09:58:20 -08:00
parent e1fdb00c66
commit af112c1591
75 changed files with 362 additions and 362 deletions

View File

@@ -30,7 +30,7 @@ protocol Greeter: DistributedActor where ActorSystem: DistributedActorSystem<any
// CHECK: extension Greeter {
// CHECK: distributed func greet(name: String) -> String {
// CHECK: if #available (SwiftStdlib 5.11, *) {
// CHECK: if #available (SwiftStdlib 6.0, *) {
// CHECK: Distributed._distributedStubFatalError()
// CHECK: } else {
// CHECK: fatalError()