Skip to content

Commit c99e33b

Browse files
committed
Update RuntimeVersions.def for Swift 6.1
1 parent cbb930b commit c99e33b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

include/swift/AST/RuntimeVersions.def

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,10 @@ RUNTIME_VERSION(
152152

153153
RUNTIME_VERSION(
154154
(6, 1),
155-
FUTURE
155+
PLATFORM(macOS, (15, 4, 0))
156+
PLATFORM(iOS, (18, 4, 0))
157+
PLATFORM(watchOS, (11, 4, 0))
158+
PLATFORM(xrOS, (2, 4, 0))
156159
)
157160

158161
END_MAJOR_VERSION(6)

0 commit comments

Comments
 (0)