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.
1 parent 2732765 commit 5fead14Copy full SHA for 5fead14
test/IRGen/distributed_actor.swift
@@ -7,7 +7,7 @@ import _Distributed
7
// Type descriptor.
8
// CHECK-LABEL: @"$s17distributed_actor7MyActorC0B9Transport12_Distributed0dE0_pvpWvd"
9
10
-@available(SwiftStdlib 5.1, *)
+@available(SwiftStdlib 5.6, *)
11
public distributed actor MyActor {
12
// nothing
13
}
test/Serialization/Inputs/def_distributed.swift
@@ -1,6 +1,6 @@
1
import _Distributed
2
3
4
public distributed actor DA {
5
public distributed func doSomethingDistributed(param: String) async -> Int {
6
return 0
0 commit comments