@@ -134,12 +134,12 @@ components:
134134 type : string
135135 pattern : \d+\.\d+(\.\d+)?
136136 description : Version number of the Swift release.
137- example : ' 6.0.2 '
137+ example : ' 6.2.0 '
138138 date :
139139 type : string
140140 pattern : \d{4}-\d{2}-\d{2}
141141 description : Release date of the Swift version.
142- example : ' 2024-10-28 '
142+ example : ' 2025-09-15 '
143143 platforms :
144144 type : array
145145 description : List of supported platforms for this release.
@@ -172,10 +172,13 @@ components:
172172 enum :
173173 - amazonlinux2
174174 - centos7
175+ - debian12
176+ - fedora39
175177 - macos
176178 - ubi9
177179 - ubuntu2004
178180 - ubuntu2204
181+ - ubuntu2404
179182 - windows10
180183 PlatformIdentifier :
181184 anyOf :
@@ -191,6 +194,8 @@ components:
191194 type : string
192195 enum :
193196 - Swift Development Snapshot
197+ - Swift Static SDK Development Snapshot
198+ - Swift Wasm SDK Development Snapshot
194199 DevToolchainKind :
195200 anyOf :
196201 - $ref : ' #/components/schemas/KnownDevToolchainKind'
@@ -257,6 +262,7 @@ components:
257262 - ' 6.0'
258263 - ' 6.1'
259264 - ' 6.2'
265+ - ' 6.3'
260266 SourceBranch :
261267 anyOf :
262268 - $ref : ' #/components/schemas/KnownSourceBranch'
@@ -273,6 +279,8 @@ components:
273279 - Linux
274280 - Windows
275281 - static-sdk
282+ - wasm
283+ example : Linux
276284 PlatformType :
277285 anyOf :
278286 - $ref : ' #/components/schemas/KnownPlatformType'
@@ -311,7 +319,12 @@ components:
311319 description : List of supported architectures.
312320 checksum :
313321 type : string
314- description : SHA-256 Checksum of the static SDK, if this platform is the static SDK.
322+ description : SHA-256 checksum of the Swift SDK.
323+ example : ' d2225840e592389ca517bbf71652f7003dbf45ac35d1e57d98b9250368769378'
324+ docker :
325+ type : string
326+ description : The tag of the container image.
327+ example : ' 6.2-noble'
315328 required :
316329 - name
317330 - platform
0 commit comments