Skip to content

Commit 5b8cd88

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

include/swift/AST/RuntimeVersions.def

+4-1
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(visionOS,(2, 4, 0))
156159
)
157160

158161
END_MAJOR_VERSION(6)

0 commit comments

Comments
 (0)