Skip to content

Commit fb31389

Browse files
sebstoSebastien Stormacq
andauthored
Fix 565 : HelloWorld and Resource examples now uses Swift 6.2 (#611)
See issues #565 HelloWorld and Resources examples project now use Swift 6.2 Co-authored-by: Sebastien Stormacq <stormacq@amazon.lu>
1 parent 4378355 commit fb31389

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

Examples/HelloWorld/Package.swift

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
// swift-tools-version:6.1
2-
// This example has to be in Swift 6.1 because it is used in the test archive plugin CI job
3-
// That job runs on GitHub's ubuntu-latest environment that only supports Swift 6.1
4-
// https://github.com/actions/runner-images?tab=readme-ov-file
5-
// https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md
6-
// We can update to Swift 6.2 when GitHUb hosts will have Swift 6.2
1+
// swift-tools-version:6.2
72

83
import PackageDescription
94

Examples/ResourcesPackaging/Package.swift

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
// swift-tools-version:6.1
2-
// This example has to be in Swift 6.1 because it is used in the test archive plugin CI job
3-
// That job runs on GitHub's ubuntu-latest environment that only supports Swift 6.1
4-
// https://github.com/actions/runner-images?tab=readme-ov-file
5-
// https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md
6-
// We can update to Swift 6.2 when GitHUb hosts will have Swift 6.2
1+
// swift-tools-version:6.2
72

83
import PackageDescription
94

0 commit comments

Comments
 (0)