mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[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:
@@ -15,6 +15,6 @@ import Foundation
|
||||
// CHECK-LABEL: @objc @_inheritsConvenienceInitializers
|
||||
// CHECK: public actor SomeActor : ObjectiveC.NSObject {
|
||||
// CHECK: @objc override public init()
|
||||
@available(SwiftStdlib 5.5, *)
|
||||
@available(SwiftStdlib 5.1, *)
|
||||
public actor SomeActor: NSObject {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user