v1

latestOpenAPI 3.0.32026-07-1752311.7 KB
Toolchains

Fetch all static SDK development toolchains

get/install/dev/{branch}/static-sdk.json

Response

A successful response.

datestring required

Date and time of the snapshot in 'YYYY-MM-DD HH:MM:SS -ZZZZ' format.

dirstring required

Directory name for the snapshot release.

downloadstring required

Filename of the snapshot archive to download.

download_signaturestring

Filename of the signature file for the download.

debug_infostring

Filename of the debug symbols file for the download.

Example response

[
  {
    "date": "2024-10-12 10:10:00 -0600",
    "dir": "swift-6.0-DEVELOPMENT-SNAPSHOT-2024-10-12-a",
    "download": "swift-6.0-DEVELOPMENT-SNAPSHOT-2024-07-25-a-amazonlinux2-aarch64.tar.gz",
    "download_signature": "swift-6.0-DEVELOPMENT-SNAPSHOT-2024-07-25-a-amazonlinux2-aarch64.tar.gz.sig",
    "debug_info": "swift-DEVELOPMENT-SNAPSHOT-2024-10-27-a-osx-symbols.pkg"
  }
]