[Concurrency] SwiftStdlib 5.5 ⟹ SwiftStdlib 5.1 (usages)

The concurrency runtime now deploys back to macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, which corresponds to the 5.1 release of the stdlib.

Adjust macro usages accordingly.
This commit is contained in:
Karoy Lorentey
2021-10-28 14:25:35 -07:00
parent fb090fde5e
commit 47956908b7
157 changed files with 727 additions and 729 deletions

View File

@@ -10,7 +10,7 @@
import OldActor
@available(SwiftStdlib 5.5, *)
@available(SwiftStdlib 5.1, *)
extension Monk {
public func test() async {
method()