v1

latestOpenAPI 3.0.32026-07-1752311.7 KB
Toolchains

Fetch all released toolchains

get/install/releases.json

Response

A successful response.

namestring required

Version number of the Swift release.

datestring required

Release date of the Swift version.

tagstring required

Release tag identifier.

xcodestring required

Xcode version associated with the release.

xcode_releaseboolean

Indicates if this Swift version has an associated Xcode release.

Example response

[
  {
    "name": "6.0.2",
    "date": "2024-10-28",
    "platforms": [
      {
        "name": "Ubuntu 24.04"
      }
    ],
    "tag": "swift-6.0.2-RELEASE",
    "xcode": "Xcode 16.1"
  }
]
All 5 operations