-
Notifications
You must be signed in to change notification settings - Fork 118
Update toolchain and doc for 6.2 #564
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
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,5 @@ Tomer Doron <[email protected]> <[email protected]> | |
Tomer Doron <[email protected]> <[email protected]> | ||
Tomer Doron <[email protected]> <[email protected]> | ||
Fabian Fett <[email protected]> <[email protected]> | ||
Fabian Fett <[email protected]> <[email protected]> | ||
Fabian Fett <[email protected]> <[email protected]> | ||
Sébastien Stormacq <[email protected]> <[email protected]> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,26 +8,66 @@ needs to be listed here. | |
## COPYRIGHT HOLDERS | ||
|
||
- Apple Inc. (all contributors with '@apple.com') | ||
- Amazon.com, Inc. or its affiliates (all contributors with '@amazon.com') | ||
|
||
### Contributors | ||
|
||
- Adam Fowler <[email protected]> | ||
- Adolfo <[email protected]> | ||
- Alessio Buratti <[email protected]> | ||
- Andrea Scuderi <[email protected]> | ||
- Bill <[email protected]> | ||
- Brendan Kirchner <[email protected]> | ||
- Bryan Bartow <[email protected]> | ||
- Bryan Moffatt <[email protected]> | ||
- Camden Fullmer <[email protected]> | ||
- Christoph Walcher <[email protected]> | ||
- Colton Schlosser <[email protected]> | ||
- Cory Benfield <[email protected]> | ||
- Dmitry Platonov <[email protected]> | ||
- DwayneCoussement <[email protected]> | ||
- DwayneCoussement <[email protected]> | ||
- Eneko Alonso <[email protected]> | ||
- Fabian Fett <[email protected]> | ||
- Fabian Fett <[email protected]> | ||
- Filipp Fediakov <[email protected]> | ||
- Florent Morin <[email protected]> | ||
- Franz Busch <[email protected]> | ||
- Franz Busch <[email protected]> | ||
- George Barnett <[email protected]> | ||
- Jack Rosen <[email protected]> | ||
- Joannis Orlandos <[email protected]> | ||
- Joel Saltzman <[email protected]> | ||
- Johannes Bosecker <[email protected]> | ||
- Johannes Weiss <[email protected]> | ||
- Josh <[email protected]> | ||
- Juan A. Reyes <[email protected]> | ||
- Konrad `ktoso` Malawski <[email protected]> | ||
- ML <[email protected]> | ||
- Marwane Koutar <[email protected]> | ||
- Matt Massicotte <[email protected]> | ||
- Max Desiatov <[email protected]> | ||
- Natan Rolnik <[email protected]> | ||
- Norman Maurer <[email protected]> | ||
- Paul Toffoloni <[email protected]> | ||
- Ralph Küpper <[email protected]> | ||
- Ro-M <[email protected]> | ||
- Stefan Nienhuis <[email protected]> | ||
- Sven A. Schmidt <[email protected]> | ||
- Sébastien Stormacq <[email protected]> | ||
- Tim Condon <[email protected]> | ||
- Tobias <[email protected]> | ||
- Tomer Doron <[email protected]> | ||
- YR Chen <[email protected]> | ||
- Yim Lee <[email protected]> | ||
- Zhibin Cai <[email protected]> | ||
- aryan-25 <[email protected]> | ||
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||
- jsonfry <[email protected]> | ||
- mattcorey <[email protected]> | ||
- pmarrufo <[email protected]> | ||
- pokryfka <[email protected]> | ||
- pokryfka <[email protected]> | ||
- sja26 <[email protected]> | ||
- tachyonics <[email protected]> | ||
|
||
**Updating this list** | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
// swift-tools-version:6.0 | ||
// swift-tools-version:6.1 | ||
// This example has to be in Swift 6.1 because it is used in the test archive plugin CI job | ||
// That job runs on GitHub's ubuntu-latest environment that only supports Swift 6.1 | ||
// https://github.com/actions/runner-images?tab=readme-ov-file | ||
// https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md | ||
// We can update to Swift 6.2 when GitHUb hosts will have Swift 6.2 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Tracking here actions/runner-images#13068 |
||
|
||
import PackageDescription | ||
|
||
|
@@ -13,7 +18,7 @@ let package = Package( | |
], | ||
dependencies: [ | ||
// during CI, the dependency on local version of swift-aws-lambda-runtime is added dynamically below | ||
.package(url: "https://github.com/swift-server/swift-aws-lambda-runtime.git", from: "2.0.0-beta.1") | ||
.package(url: "https://github.com/swift-server/swift-aws-lambda-runtime.git", from: "2.0.0") | ||
], | ||
targets: [ | ||
.executableTarget( | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What version of node is installed? The v2 action requires node 24 or higher
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazon Linux doesn't have Node 24, this is the "normal" dance when using Amazon Linux 2.
I hope to get an Amazon Linux 2023 Swift image soon (at least a nightly build), I will upgrade to ALI2023 when available.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah I got mixed up between AL2 and AL2023 😅