Skip to content

Commit 30f121d

Browse files
committed
[AST] Define runtime version 6.0
1 parent ad3d3ad commit 30f121d

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

include/swift/AST/RuntimeVersions.def

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,19 @@ RUNTIME_VERSION(
138138
PLATFORM(xrOS, (1, 0, 0))
139139
)
140140

141+
END_MAJOR_VERSION(5)
142+
143+
MAJOR_VERSION(6)
144+
141145
RUNTIME_VERSION(
142-
(5, 11),
143-
FUTURE
146+
(6, 0),
147+
PLATFORM(macOS, (15, 0, 0))
148+
PLATFORM(iOS, (18, 0, 0))
149+
PLATFORM(watchOS, (11, 0, 0))
150+
PLATFORM(xrOS, (2, 0, 0))
144151
)
145152

146-
END_MAJOR_VERSION(5)
153+
END_MAJOR_VERSION(6)
147154

148155
// .......................................................................... //
149156

0 commit comments

Comments
 (0)