@@ -134,12 +134,12 @@ components:
134
134
type : string
135
135
pattern : \d+\.\d+(\.\d+)?
136
136
description : Version number of the Swift release.
137
- example : ' 6.0.2 '
137
+ example : ' 6.2.0 '
138
138
date :
139
139
type : string
140
140
pattern : \d{4}-\d{2}-\d{2}
141
141
description : Release date of the Swift version.
142
- example : ' 2024-10-28 '
142
+ example : ' 2025-09-15 '
143
143
platforms :
144
144
type : array
145
145
description : List of supported platforms for this release.
@@ -172,10 +172,13 @@ components:
172
172
enum :
173
173
- amazonlinux2
174
174
- centos7
175
+ - debian12
176
+ - fedora39
175
177
- macos
176
178
- ubi9
177
179
- ubuntu2004
178
180
- ubuntu2204
181
+ - ubuntu2404
179
182
- windows10
180
183
PlatformIdentifier :
181
184
anyOf :
@@ -191,6 +194,8 @@ components:
191
194
type : string
192
195
enum :
193
196
- Swift Development Snapshot
197
+ - Swift Static SDK Development Snapshot
198
+ - Swift Wasm SDK Development Snapshot
194
199
DevToolchainKind :
195
200
anyOf :
196
201
- $ref : ' #/components/schemas/KnownDevToolchainKind'
@@ -257,6 +262,7 @@ components:
257
262
- ' 6.0'
258
263
- ' 6.1'
259
264
- ' 6.2'
265
+ - ' 6.3'
260
266
SourceBranch :
261
267
anyOf :
262
268
- $ref : ' #/components/schemas/KnownSourceBranch'
@@ -273,6 +279,8 @@ components:
273
279
- Linux
274
280
- Windows
275
281
- static-sdk
282
+ - wasm
283
+ example : Linux
276
284
PlatformType :
277
285
anyOf :
278
286
- $ref : ' #/components/schemas/KnownPlatformType'
@@ -311,7 +319,12 @@ components:
311
319
description : List of supported architectures.
312
320
checksum :
313
321
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'
315
328
required :
316
329
- name
317
330
- platform
0 commit comments