Skip to content

Commit f337594

Browse files
authored
[Release] Swift 6.0 (#806)
1 parent 833170a commit f337594

File tree

14 files changed

+166
-52
lines changed

14 files changed

+166
-52
lines changed

_data/builds/swift_releases.yml

Lines changed: 58 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1752,4 +1752,61 @@
17521752
platform: Windows
17531753
docker: 5.10.1-windowsservercore-ltsc2022
17541754
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

_data/install/centos.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

_data/install/ubuntu.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,5 @@
22
url: /install/linux/ubuntu/20_04
33
- name: Ubuntu 22.04
44
url: /install/linux/ubuntu/22_04
5-
- name: Ubuntu 23.10
6-
url: /install/linux/ubuntu/23_10
75
- name: Ubuntu 24.04
86
url: /install/linux/ubuntu/24_04

_includes/install/_build_release.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<p class="description">
1212
The offical Docker images for Swift.
1313
</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>
1515
<a href="/install/linux/docker" class="cta-secondary">Instructions</a>
1616
</li>
1717
<li class="resource">
@@ -33,6 +33,7 @@
3333
<a href="/install/linux/tarball" class="cta-secondary">Instructions</a>
3434
</li>
3535
</ul>
36+
{% include install/_static_sdk_release.md %}
3637

3738
{% if include.rpm %}
3839
<ul class="install-instruction">

_includes/install/_linux_platforms_tabs.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<div class="interactive-tabs os">
44
<div class="tabs">
55
<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>
76
<a href="/install/linux/debian/12#versions" aria-pressed="{{ include.debian }}">Debian</a>
87
<a href="/install/linux/fedora/39#versions" aria-pressed="{{ include.fedora }}">Fedora</a>
98
<a href="/install/linux/ubi/9#versions" aria-pressed="{{ include.ubi }}">Red Hat</a>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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>

install/linux/centos/7/index.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

install/linux/centos/index.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

install/linux/ubuntu/23_10/index.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

install/macos/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ title: Install Swift
2525
</li>
2626
</ul>
2727

28+
{% include install/_static_sdk_release.md %}
29+
2830
<hr>
2931

3032
## Development Snapshots

0 commit comments

Comments
 (0)