[stdlib] Define availability for the 6.4 stdlib and runtime

This commit is contained in:
Karoy Lorentey
2025-12-08 13:41:17 -08:00
committed by Rick van Voorden
parent abae2f6547
commit 794bbb99b4
3 changed files with 9 additions and 1 deletions

View File

@@ -171,6 +171,11 @@ RUNTIME_VERSION(
FUTURE
)
RUNTIME_VERSION(
(6, 4),
FUTURE
)
END_MAJOR_VERSION(6)
// .......................................................................... //

View File

@@ -258,8 +258,10 @@ extension _SwiftStdlibVersion {
public static var v6_2_0: Self { Self(_value: 0x060200) }
@_alwaysEmitIntoClient
public static var v6_3_0: Self { Self(_value: 0x060300) }
@_alwaysEmitIntoClient
public static var v6_4_0: Self { Self(_value: 0x060400) }
private static var _current: Self { .v6_3_0 }
private static var _current: Self { .v6_4_0 }
#if hasFeature(Macros)
@available(SwiftStdlib 5.7, *)

View File

@@ -47,6 +47,7 @@ SwiftStdlib 6.0:macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0
SwiftStdlib 6.1:macOS 15.4, iOS 18.4, watchOS 11.4, tvOS 18.4, visionOS 2.4
SwiftStdlib 6.2:macOS 26.0, iOS 26.0, watchOS 26.0, tvOS 26.0, visionOS 26.0
SwiftStdlib 6.3:macOS 9999, iOS 9999, watchOS 9999, tvOS 9999, visionOS 9999
SwiftStdlib 6.4:macOS 9999, iOS 9999, watchOS 9999, tvOS 9999, visionOS 9999
# Like SwiftStdlib 5.0, but also the oldest visionOS.
SwiftCompatibilitySpan 5.0:macOS 10.14.4, iOS 12.2, watchOS 5.2, tvOS 12.2, visionOS 1.0