Skip to content

Conversation

@glbrntt
Copy link
Contributor

@glbrntt glbrntt commented Nov 3, 2025

Motivation:

Swift 5.10 is outside of the support window for the project.

Modifications:

  • Bump tools version to 6.0
  • Avoid using the now-deprecated String(cString:) initializer for collections of Int8 and instead use the one for UInt8.
  • Add an inet_ntop helper

Result:

  • 5.10 is dropped

Motivation:

Swift 5.10 is outside of the support window for the project.

Modifications:

- Bump tools version to 6.0
- Avoid using the now-deprecated `String(cString:)` initializer for
  collections of `Int8` and instead use the one for `UInt8`.
- Add an inet_ntop helper

Result:

- 5.10 is dropped
@glbrntt glbrntt added the 🆕 semver/minor Adds new public API. label Nov 3, 2025
@glbrntt
Copy link
Contributor Author

glbrntt commented Nov 3, 2025

Formatting will be fixed by #76

@glbrntt glbrntt marked this pull request as ready for review November 3, 2025 11:29
@glbrntt glbrntt merged commit 2836c57 into apple:main Nov 4, 2025
36 checks passed
@glbrntt glbrntt deleted the drop-5.10 branch November 4, 2025 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🆕 semver/minor Adds new public API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants