Skip to content

[Install] Update the Windows nightly to include 6.2 and add Swiftly t… #1068

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions install/macos/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ title: Install Swift - macOS
<p class="content-copy">Swift snapshots are prebuilt binaries that are automatically created from the branch. These snapshots are not official releases. They have gone through automated unit testing, but they have not gone through the full testing that is performed for official releases.</p>
<p class="content-copy">The easiest way to install development snapshots is with the Swiftly tool. Read more on the <a href="/install/macos/swiftly">instructions page</a>.</p>
</div>
<div class="release-box section">
<div class="content">
{% include new-includes/components/code-box.html with-tabs = true content = site.data.new-data.install.linux.dev.latest-dev.swiftly %}
</div>
</div>
<h3>Toolchain</h3>
<div>
<p class="content-copy">
Expand Down
16 changes: 8 additions & 8 deletions install/windows/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ title: Install Swift - Windows

{% assign windows_dev_builds = site.data.builds.development.windows10 | sort: 'date' | reverse %}
{% assign windows_arm64_dev_builds = site.data.builds.development.windows10-arm64 | sort: 'date' | reverse %}
{% assign windows10_6_1_builds = site.data.builds.swift-6_1-branch.windows10 | sort: 'date' | reverse %}
{% assign windows10_arm64_6_1_builds = site.data.builds.swift-6_1-branch.windows10-arm64 | sort: 'date' | reverse %}
{% assign windows10_6_2_builds = site.data.builds.swift-6_2-branch.windows10 | sort: 'date' | reverse %}
{% assign windows10_arm64_6_2_builds = site.data.builds.swift-6_2-branch.windows10-arm64 | sort: 'date' | reverse %}
{% assign tag = site.data.builds.swift_releases.last.tag %}
{% assign platform = site.data.builds.swift_releases.last.platforms | where: 'name', 'Windows 10' | first %}

Expand Down Expand Up @@ -100,17 +100,17 @@ title: Install Swift - Windows
<div class="release-box section">
<div class="content">
<div class="code-box content-wrapper">
<h2>release/6.1</h2>
<h2>release/6.2</h2>
<p class="body-copy">
<small>{{ windows10_6_1_builds.first.date | date: '%B %-d, %Y' }}</small><br />
<small>{{ windows10_6_2_builds.first.date | date: '%B %-d, %Y' }}</small><br />
Package installers (.exe)
</p>
<div class="link-wrapper">
<div class="link-single">
<a href="https://download.swift.org/swift-6.1-branch/windows10/{{ windows10_6_1_builds.first.dir }}/{{ windows10_6_1_builds.first.download }}" class="body-copy">Download (x86_64)</a>
<a href="https://download.swift.org/swift-6.2-branch/windows10/{{ windows10_6_2_builds.first.dir }}/{{ windows10_6_2_builds.first.download }}" class="body-copy">Download (x86_64)</a>
</div>
<div class="link-single">
<a href="https://download.swift.org/swift-6.1-branch/windows10-arm64/{{ windows10_arm64_6_1_builds.first.dir }}/{{ windows10_arm64_6_1_builds.first.download }}" class="body-copy">Download (arm64)</a>
<a href="https://download.swift.org/swift-6.2-branch/windows10-arm64/{{ windows10_arm64_6_2_builds.first.dir }}/{{ windows10_arm64_6_2_builds.first.download }}" class="body-copy">Download (arm64)</a>
</div>
</div>
</div>
Expand All @@ -128,8 +128,8 @@ title: Install Swift - Windows
<div class="release-box section">
<div class="content">
<details class="download">
<summary>Previous Snapshots (release/6.1)</summary>
{% include install/_older_snapshots.md builds=windows10_6_1_builds name="windows" platform_dir="windows10" branch_dir="swift-6.1-branch" %}
<summary>Previous Snapshots (release/6.2)</summary>
{% include install/_older_snapshots.md builds=windows10_6_2_builds name="windows" platform_dir="windows10" branch_dir="swift-6.2-branch" %}
</details>
</div>
</div>
Expand Down