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.
1 parent 2840441 commit 5e95c6eCopy full SHA for 5e95c6e
stdlib/public/core/Availability.swift
@@ -103,9 +103,11 @@ extension _SwiftStdlibVersion {
103
public static var v5_10_0: Self { Self(_value: 0x050A00) }
104
@_alwaysEmitIntoClient
105
public static var v6_0_0: Self { Self(_value: 0x060000) }
106
+ @_alwaysEmitIntoClient
107
+ public static var v6_1_0: Self { Self(_value: 0x060100) }
108
109
@available(SwiftStdlib 5.7, *)
- public static var current: Self { .v6_0_0 }
110
+ public static var current: Self { .v6_1_0 }
111
}
112
113
0 commit comments