-
-
Notifications
You must be signed in to change notification settings - Fork 49
Update to Swift 6.1 #3761
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
Update to Swift 6.1 #3761
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
d27375e
Reapply "Merge pull request #3750 from SwiftPackageIndex/swift-6.1"
finestructure 318b027
Add a launch check to the release build to catch #3755
finestructure fb6824e
Fix test command, skip release build
finestructure c54c6cc
Tweak test
finestructure 34f172a
Try another port
finestructure d079b30
Fix command invocation
finestructure 11b5ba4
Make sure we copy the proper env template
finestructure 4781657
Add log, change port
finestructure 03b570a
Expose port
finestructure 25a3dac
localhost → 127.0.0.1
finestructure 9d2c8c9
JFC, sleep was in the wrong position
finestructure 2f1bcfa
Undo options change
finestructure 956dc09
Cleanup
finestructure a0f5c7a
Switch to release build - should fail now
finestructure b65e705
Update to release/6.1
finestructure 62c551b
Add JWTKit to product dependencies
finestructure 6c8bcc1
Package update
finestructure 62cc957
Bump CanonicalPackageURL to 1.0.0
finestructure 51d83cf
Add some Sendable annotations
finestructure c1c97b6
Drop SwiftPM dependency
finestructure 8773395
Add PackageCollections dependency
finestructure 75679ea
Drop PackageCollectionsSigning
finestructure 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
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.
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.
This is a new smoke test where we launch the release build and probe it via curl.
I've tested this with a debug build (which is not broken) here: https://github.com/SwiftPackageIndex/SwiftPackageIndex-Server/actions/runs/14441053515/job/40491081845?pr=3761