Skip to content

Commit bbbc494

Browse files
authored
[Release] Swift 6.0.1 (#821)
1 parent 1fdbfc0 commit bbbc494

File tree

2 files changed

+64
-3
lines changed

2 files changed

+64
-3
lines changed

_data/builds/swift_releases.yml

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1811,6 +1811,67 @@
18111811
- name: Static SDK
18121812
platform: static-sdk
18131813
checksum: 7984c2cf175bde52ba6ea1fcbe27fc4a148a6237c41c719209c9288ed3ceb652
1814+
archs:
1815+
- x86_64
1816+
- arm64
1817+
- name: "6.0.1"
1818+
tag: swift-6.0.1-RELEASE
1819+
xcode: Xcode 16
1820+
xcode_release: false
1821+
date: 2024-09-24
1822+
platforms:
1823+
- name: Ubuntu 20.04
1824+
platform: Linux
1825+
docker: 6.0.1-focal
1826+
archs:
1827+
- x86_64
1828+
- aarch64
1829+
- name: Ubuntu 22.04
1830+
platform: Linux
1831+
docker: 6.0.1-jammy
1832+
archs:
1833+
- x86_64
1834+
- aarch64
1835+
- name: Ubuntu 24.04
1836+
platform: Linux
1837+
docker: 6.0.1-noble
1838+
archs:
1839+
- x86_64
1840+
- aarch64
1841+
- name: Debian 12
1842+
platform: Linux
1843+
docker: 6.0.1-bookworm
1844+
archs:
1845+
- x86_64
1846+
- aarch64
1847+
- name: Fedora 39
1848+
platform: Linux
1849+
docker: 6.0.1-fedora39
1850+
archs:
1851+
- x86_64
1852+
- aarch64
1853+
- name: Amazon Linux 2
1854+
platform: Linux
1855+
docker: 6.0.1-amazonlinux2
1856+
archs:
1857+
- x86_64
1858+
- aarch64
1859+
- name: Red Hat Universal Base Image 9
1860+
platform: Linux
1861+
docker: 6.0.1-rhel-ubi9
1862+
dir: ubi9
1863+
archs:
1864+
- x86_64
1865+
- aarch64
1866+
- name: Windows 10
1867+
platform: Windows
1868+
docker: 6.0.1-windowsservercore-ltsc2022
1869+
archs:
1870+
- x86_64
1871+
- arm64
1872+
- name: Static SDK
1873+
platform: static-sdk
1874+
checksum: d4f46ba40e11e697387468e18987ee622908bc350310d8af54eb5e17c2ff5481
18141875
archs:
18151876
- x86_64
18161877
- arm64

_includes/install/_static_sdk_release.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<p class="description">
44
Static Linux SDK - Cross compile to Linux
55
<ul>
6-
<li><a href="https://download.swift.org/swift-6.0-release/static-sdk/swift-6.0-RELEASE/swift-6.0-RELEASE_static-linux-0.0.1.artifactbundle.tar.gz.sig">Signature (PGP)</a>
6+
<li><a href="https://download.swift.org/swift-6.0.1-release/static-sdk/swift-6.0.1-RELEASE/swift-6.0.1-RELEASE_static-linux-0.0.1.artifactbundle.tar.gz.sig">Signature (PGP)</a>
77
</li>
88
<li>
9-
Checksum: <code>7984c2cf175bde52ba6ea1fcbe27fc4a148a6237c41c719209c9288ed3ceb652</code></li>
9+
Checksum: <code>d4f46ba40e11e697387468e18987ee622908bc350310d8af54eb5e17c2ff5481</code></li>
1010
</ul>
1111
</p>
12-
<a href="https://download.swift.org/swift-6.0-release/static-sdk/swift-6.0-RELEASE/swift-6.0-RELEASE_static-linux-0.0.1.artifactbundle.tar.gz" class="cta-secondary">Download Linux Static SDK</a>
12+
<a href="https://download.swift.org/swift-6.0.1-release/static-sdk/swift-6.0.1-RELEASE/swift-6.0.1-RELEASE_static-linux-0.0.1.artifactbundle.tar.gz" class="cta-secondary">Download Linux Static SDK</a>
1313
<a href="/documentation/articles/static-linux-getting-started.html" class="cta-secondary">Instructions (Static Linux SDK)</a>
1414
</li>

0 commit comments

Comments
 (0)