mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #81318 from swiftlang/6.1.1-availability-fix
This commit is contained in:
@@ -152,7 +152,10 @@ RUNTIME_VERSION(
|
||||
|
||||
RUNTIME_VERSION(
|
||||
(6, 1),
|
||||
FUTURE
|
||||
PLATFORM(macOS, (15, 4, 0))
|
||||
PLATFORM(iOS, (18, 4, 0))
|
||||
PLATFORM(watchOS, (11, 4, 0))
|
||||
PLATFORM(xrOS, (2, 4, 0))
|
||||
)
|
||||
|
||||
END_MAJOR_VERSION(6)
|
||||
|
||||
@@ -36,9 +36,10 @@ SwiftStdlib 5.8:macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4
|
||||
SwiftStdlib 5.9:macOS 14.0, iOS 17.0, watchOS 10.0, tvOS 17.0
|
||||
SwiftStdlib 5.10:macOS 14.4, iOS 17.4, watchOS 10.4, tvOS 17.4, visionOS 1.1
|
||||
SwiftStdlib 6.0:macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0
|
||||
SwiftStdlib 6.1:macOS 9999, iOS 9999, watchOS 9999, tvOS 9999, visionOS 9999
|
||||
# TODO: Also update ASTContext::getSwift510Availability when needed
|
||||
# TODO: Also update ASTContext::getSwift60Availability when needed
|
||||
SwiftStdlib 6.1:macOS 15.4, iOS 18.4, watchOS 11.4, tvOS 18.4, visionOS 2.4
|
||||
|
||||
# TODO: When you add a new version, remember to tell the compiler about it
|
||||
# by also adding it to include/swift/AST/RuntimeVersions.def.
|
||||
|
||||
# Local Variables:
|
||||
# mode: conf-unix
|
||||
|
||||
Reference in New Issue
Block a user