File tree Expand file tree Collapse file tree 14 files changed +166
-52
lines changed Expand file tree Collapse file tree 14 files changed +166
-52
lines changed Original file line number Diff line number Diff line change 1752
1752
platform : Windows
1753
1753
docker : 5.10.1-windowsservercore-ltsc2022
1754
1754
archs :
1755
- - x86_64
1755
+ - x86_64
1756
+ - name : " 6.0"
1757
+ tag : swift-6.0-RELEASE
1758
+ xcode : Xcode 16
1759
+ xcode_release : true
1760
+ date : 2024-09-16
1761
+ platforms :
1762
+ - name : Ubuntu 20.04
1763
+ platform : Linux
1764
+ docker : Coming Soon # 6.0-focal
1765
+ archs :
1766
+ - x86_64
1767
+ - aarch64
1768
+ - name : Ubuntu 22.04
1769
+ platform : Linux
1770
+ docker : Coming Soon # 6.0-jammy
1771
+ archs :
1772
+ - x86_64
1773
+ - aarch64
1774
+ - name : Ubuntu 24.04
1775
+ platform : Linux
1776
+ docker : Coming Soon # 6.0-noble
1777
+ archs :
1778
+ - x86_64
1779
+ - aarch64
1780
+ - name : Debian 12
1781
+ platform : Linux
1782
+ docker : Coming Soon # 6.0-bookworm
1783
+ archs :
1784
+ - x86_64
1785
+ - aarch64
1786
+ - name : Fedora 39
1787
+ platform : Linux
1788
+ docker : Coming Soon # 6.0-fedora39
1789
+ archs :
1790
+ - x86_64
1791
+ - aarch64
1792
+ - name : Amazon Linux 2
1793
+ platform : Linux
1794
+ docker : Coming Soon # 6.0-amazonlinux2
1795
+ archs :
1796
+ - x86_64
1797
+ - aarch64
1798
+ - name : Red Hat Universal Base Image 9
1799
+ platform : Linux
1800
+ docker : Coming Soon # 6.0-rhel-ubi9
1801
+ dir : ubi9
1802
+ archs :
1803
+ - x86_64
1804
+ - aarch64
1805
+ - name : Windows 10
1806
+ platform : Windows
1807
+ docker : Coming Soon # 6.0-windowsservercore-ltsc2022
1808
+ archs :
1809
+ - x86_64
1810
+ - name : Static SDK
1811
+ platform : static-sdk
1812
+ checksum : 7984c2cf175bde52ba6ea1fcbe27fc4a148a6237c41c719209c9288ed3ceb652
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
url : /install/linux/ubuntu/20_04
3
3
- name : Ubuntu 22.04
4
4
url : /install/linux/ubuntu/22_04
5
- - name : Ubuntu 23.10
6
- url : /install/linux/ubuntu/23_10
7
5
- name : Ubuntu 24.04
8
6
url : /install/linux/ubuntu/24_04
Original file line number Diff line number Diff line change 11
11
<p class="description">
12
12
The offical Docker images for Swift.
13
13
</p>
14
- <a href="https://hub.docker.com/_/swift" class="cta-secondary external">{{ site.data.builds.swift_releases.last.name }}-{{include.docker_tag}} </a>
14
+ <a href="https://hub.docker.com/_/swift" class="cta-secondary external">Coming Soon </a>
15
15
<a href="/install/linux/docker" class="cta-secondary">Instructions</a>
16
16
</li >
17
17
<li class =" resource " >
33
33
<a href="/install/linux/tarball" class="cta-secondary">Instructions</a>
34
34
</li >
35
35
</ul >
36
+ {% include install/_ static_sdk_release.md %}
36
37
37
38
{% if include.rpm %}
38
39
<ul class =" install-instruction " >
Original file line number Diff line number Diff line change 3
3
<div class =" interactive-tabs os " >
4
4
<div class =" tabs " >
5
5
<a href="/install/linux/amazonlinux/2#versions" aria-pressed="{{ include.amazonlinux }}">Amazon Linux</a>
6
- <a href="/install/linux/centos/7#versions" aria-pressed="{{ include.centos }}">CentOS</a>
7
6
<a href="/install/linux/debian/12#versions" aria-pressed="{{ include.debian }}">Debian</a>
8
7
<a href="/install/linux/fedora/39#versions" aria-pressed="{{ include.fedora }}">Fedora</a>
9
8
<a href="/install/linux/ubi/9#versions" aria-pressed="{{ include.ubi }}">Red Hat</a>
Original file line number Diff line number Diff line change
1
+ <ul class =" install-instruction " >
2
+ <li class="resource featured">
3
+ <h3>Static Linux SDK </h3>
4
+ <p class="description">
5
+ Static Linux SDK - Cross compile to Linux
6
+ <ul>
7
+ <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>
8
+ </li>
9
+ <li>
10
+ Checksum: <code>7984c2cf175bde52ba6ea1fcbe27fc4a148a6237c41c719209c9288ed3ceb652</code></li>
11
+ </ul>
12
+ </p>
13
+ <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>
14
+ <a href="/documentation/articles/static-linux-getting-started.html" class="cta-secondary">Instructions (Static Linux SDK)</a>
15
+ </li >
16
+ </ul >
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ title: Install Swift
25
25
</li >
26
26
</ul >
27
27
28
+ {% include install/_ static_sdk_release.md %}
29
+
28
30
<hr >
29
31
30
32
## Development Snapshots
You can’t perform that action at this time.
0 commit comments