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.
2 parents 841bd42 + 59f5e84 commit e9b48efCopy full SHA for e9b48ef
test/Concurrency/actor_isolation.swift
@@ -890,12 +890,12 @@ func testCrossActorProtocol<T: P>(t: T) async {
890
ASPD.sd()
891
}
892
893
-@available(SwiftStdlib 5.5, *)
+@available(SwiftStdlib 5.1, *)
894
protocol Server {
895
func send<Message: Codable>(message: Message) async throws -> String
896
897
898
899
actor MyServer : Server {
900
// okay, asynchronously accessed from clients of the protocol
901
func send<Message: Codable>(message: Message) throws -> String { "" }
0 commit comments