Skip to content
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

Enable Swift 6 support #177

Merged
merged 1 commit into from
Nov 14, 2024
Merged

Conversation

mimischi
Copy link
Member

@mimischi mimischi commented Nov 13, 2024

Enable Swift 6 support. String.init(validatingUTF8:) is deprecated, and we use String.init(validatingCString:) instead.

Closes #169

Copy link

@Lukasa Lukasa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don’t intend to drop support for 5.9 or 5.10 at this time.

Enable Swift 6 support. `String.init(validatingUTF8:)` is
deprecated, and we use `String.init(validatingCString:)` instead.

Closes swift-server#169
@mimischi mimischi changed the title Migrate to Swift 6 Enable Swift 6 support Nov 13, 2024
@FranzBusch FranzBusch added the semver/patch No public API change. label Nov 14, 2024
@FranzBusch FranzBusch closed this Nov 14, 2024
@FranzBusch FranzBusch reopened this Nov 14, 2024
@FranzBusch FranzBusch enabled auto-merge (squash) November 14, 2024 07:44
Copy link

@Lukasa Lukasa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! ✨

@FranzBusch FranzBusch merged commit 397b09e into swift-server:main Nov 14, 2024
46 of 47 checks passed
@mimischi mimischi deleted the migrate-to-swift6 branch November 14, 2024 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/patch No public API change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants