Skip to content

Commit c2784a2

Browse files
authored
[Install] Update the Windows nightly to include 6.2 and add Swiftly to macOS nightly section (#1068)
1 parent bee11ba commit c2784a2

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

install/macos/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ title: Install Swift - macOS
5555
<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>
5656
<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>
5757
</div>
58+
<div class="release-box section">
59+
<div class="content">
60+
{% include new-includes/components/code-box.html with-tabs = true content = site.data.new-data.install.linux.dev.latest-dev.swiftly %}
61+
</div>
62+
</div>
5863
<h3>Toolchain</h3>
5964
<div>
6065
<p class="content-copy">

install/windows/index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ title: Install Swift - Windows
77

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

@@ -100,17 +100,17 @@ title: Install Swift - Windows
100100
<div class="release-box section">
101101
<div class="content">
102102
<div class="code-box content-wrapper">
103-
<h2>release/6.1</h2>
103+
<h2>release/6.2</h2>
104104
<p class="body-copy">
105-
<small>{{ windows10_6_1_builds.first.date | date: '%B %-d, %Y' }}</small><br />
105+
<small>{{ windows10_6_2_builds.first.date | date: '%B %-d, %Y' }}</small><br />
106106
Package installers (.exe)
107107
</p>
108108
<div class="link-wrapper">
109109
<div class="link-single">
110-
<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>
110+
<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>
111111
</div>
112112
<div class="link-single">
113-
<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>
113+
<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>
114114
</div>
115115
</div>
116116
</div>
@@ -128,8 +128,8 @@ title: Install Swift - Windows
128128
<div class="release-box section">
129129
<div class="content">
130130
<details class="download">
131-
<summary>Previous Snapshots (release/6.1)</summary>
132-
{% include install/_older_snapshots.md builds=windows10_6_1_builds name="windows" platform_dir="windows10" branch_dir="swift-6.1-branch" %}
131+
<summary>Previous Snapshots (release/6.2)</summary>
132+
{% include install/_older_snapshots.md builds=windows10_6_2_builds name="windows" platform_dir="windows10" branch_dir="swift-6.2-branch" %}
133133
</details>
134134
</div>
135135
</div>

0 commit comments

Comments
 (0)