Skip to content

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

Draft
wants to merge 23 commits into
base: main
Choose a base branch
from
Draft

Update to Swift 6.1 #3761

wants to merge 23 commits into from

Conversation

finestructure
Copy link
Member

No description provided.

@cla-bot cla-bot bot added the cla-signed label Apr 11, 2025
$(swift build --show-bin-path -c release)/Run serve --port 8080 --hostname 0.0.0.0 &
sleep 10
echo Probing api/version...
bash -c '[ "$(curl -sL -w "%{http_code}" -o /dev/null http://127.0.0.1:8080/api/version)" == "200" ] || (echo Connection failed ; exit 1)'
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant