Skip to content

adopt swift6 #169

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

Closed
wants to merge 3 commits into from
Closed

Conversation

blindspotbounty
Copy link
Collaborator

No description provided.

@blindspotbounty
Copy link
Collaborator Author

hm. for 5.10 I see issue that was fixed for 6.0 swiftlang/swift-package-manager#7556

@FranzBusch
Copy link
Contributor

We should disable warnings as errors on 5.10. We won't be able to make that work probably.

mimischi added a commit to mimischi/swift-kafka-client that referenced this pull request Nov 13, 2024
The project is now Swift 6 compatible. `String.init(validatingUTF8:)` is
deprecated, and we migrate to `String.init(validatingCString:)` instead.

Closes swift-server#169
mimischi added a commit to mimischi/swift-kafka-client that referenced this pull request Nov 13, 2024
Migrate project to Swift 6. `String.init(validatingUTF8:)` is
deprecated, and we now use `String.init(validatingCString:)` instead.

Closes swift-server#169
@mimischi mimischi mentioned this pull request Nov 13, 2024
mimischi added a commit to mimischi/swift-kafka-client that referenced this pull request Nov 13, 2024
Enable Swift 6 support. `String.init(validatingUTF8:)` is
deprecated, and we use `String.init(validatingCString:)` instead.

Closes swift-server#169
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants