diff --git a/install/macos/index.md b/install/macos/index.md index 6bc8065a3..09f4a1677 100644 --- a/install/macos/index.md +++ b/install/macos/index.md @@ -55,6 +55,11 @@ title: Install Swift - macOS

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.

The easiest way to install development snapshots is with the Swiftly tool. Read more on the instructions page.

+
+
+ {% include new-includes/components/code-box.html with-tabs = true content = site.data.new-data.install.linux.dev.latest-dev.swiftly %} +
+

Toolchain

diff --git a/install/windows/index.md b/install/windows/index.md index da3085e4d..b7e405b5d 100644 --- a/install/windows/index.md +++ b/install/windows/index.md @@ -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 %} @@ -100,17 +100,17 @@ title: Install Swift - Windows

-

release/6.1

+

release/6.2

- {{ windows10_6_1_builds.first.date | date: '%B %-d, %Y' }}
+ {{ windows10_6_2_builds.first.date | date: '%B %-d, %Y' }}
Package installers (.exe)

@@ -128,8 +128,8 @@ title: Install Swift - Windows
- Previous Snapshots (release/6.1) - {% include install/_older_snapshots.md builds=windows10_6_1_builds name="windows" platform_dir="windows10" branch_dir="swift-6.1-branch" %} + Previous Snapshots (release/6.2) + {% include install/_older_snapshots.md builds=windows10_6_2_builds name="windows" platform_dir="windows10" branch_dir="swift-6.2-branch" %}