@@ -63,8 +63,8 @@ Swift snapshots are prebuilt binaries that are automatically created from the br
63
63
64
64
{% assign windows_dev_builds = site.data.builds.development.windows10 | sort: 'date' | reverse %}
65
65
{% assign windows_arm64_dev_builds = site.data.builds.development.windows10-arm64 | sort: 'date' | reverse %}
66
- {% assign windows10_6_1_builds = site.data.builds.swift-6_1 -branch.windows10 | sort: 'date' | reverse %}
67
- {% assign windows10_arm64_6_1_builds = site.data.builds.swift-6_1 -branch.windows10-arm64 | sort: 'date' | reverse %}
66
+ {% assign windows10_6_2_builds = site.data.builds.swift-6_2 -branch.windows10 | sort: 'date' | reverse %}
67
+ {% assign windows10_arm64_6_2_builds = site.data.builds.swift-6_2 -branch.windows10-arm64 | sort: 'date' | reverse %}
68
68
69
69
70
70
<ul class =" grid-level-0 grid-layout-2-column " >
@@ -82,16 +82,16 @@ Swift snapshots are prebuilt binaries that are automatically created from the br
82
82
</ul>
83
83
</li >
84
84
<li class =" grid-level-1 " >
85
- <h3>release/6.1 </h3>
85
+ <h3>release/6.2 </h3>
86
86
<p class="description" style="font-size: 14px;">
87
- <time datetime="{{ windows10_6_1_builds .first.date | date_to_xmlschema }}" title="{{ windows10_6_1_builds .first.date | date: '%B %-d, %Y %l:%M %p (%Z)' }}">{{ windows10_6_1_builds .first.date | date: '%B %-d, %Y' }}</time>
87
+ <time datetime="{{ windows10_6_2_builds .first.date | date_to_xmlschema }}" title="{{ windows10_6_2_builds .first.date | date: '%B %-d, %Y %l:%M %p (%Z)' }}">{{ windows10_6_2_builds .first.date | date: '%B %-d, %Y' }}</time>
88
88
</p>
89
89
<p class="description">
90
90
Package installers (.exe).
91
91
</p>
92
92
<ul class="grid-level-0 grid-layout-2-column">
93
- <a href="https://download.swift.org/swift-6.1 -branch/windows10/{{ windows10_6_1_builds .first.dir }}/{{ windows10_6_1_builds .first.download }}" class="cta-secondary">Download (x86_64)</a>
94
- <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="cta-secondary">Download (arm64)</a>
93
+ <a href="https://download.swift.org/swift-6.2 -branch/windows10/{{ windows10_6_2_builds .first.dir }}/{{ windows10_6_2_builds .first.download }}" class="cta-secondary">Download (x86_64)</a>
94
+ <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="cta-secondary">Download (arm64)</a>
95
95
</ul>
96
96
</li >
97
97
</ul >
@@ -101,6 +101,6 @@ Swift snapshots are prebuilt binaries that are automatically created from the br
101
101
{% include install/_ older_snapshots.md builds=windows_dev_builds name="windows" platform_dir="windows10" branch_dir="development" %}
102
102
</details >
103
103
<details class =" download " style =" margin-bottom : 0 ;" >
104
- <summary >Older Snapshots (release/6.1 )</summary >
105
- {% include install/_ older_snapshots.md builds=windows10_6_1_builds name="windows" platform_dir="windows10" branch_dir="swift-6.1 -branch" %}
104
+ <summary >Older Snapshots (release/6.2 )</summary >
105
+ {% include install/_ older_snapshots.md builds=windows10_6_2_builds name="windows" platform_dir="windows10" branch_dir="swift-6.2 -branch" %}
106
106
</details >
0 commit comments