Skip to content

Commit a2ce9d0

Browse files
slavapestovshahmishal
authored andcommitted
Update RuntimeVersions.def for Swift 6.1
(cherry picked from commit c99e33b)
1 parent 5be27c3 commit a2ce9d0

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)