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 language mode in GRPCCore #2046

Merged
merged 6 commits into from
Sep 10, 2024

Conversation

glbrntt
Copy link
Collaborator

@glbrntt glbrntt commented Sep 5, 2024

Motivation:

v2 should use Swift 6 language mode to take full advantage of the compilers data race checking.

Modifications:

  • Enable Swift 6 language more for the code module
  • Add a bunch of missing explicit 'Sendable's

Result:

  • Compiles with Swift 6 lang mode

Motivation:

v2 should use Swift 6 language mode to take full advantage of the
compilers data race checking.

Modifications:

- Enable Swift 6 language more for the code module
- Add a bunch of missing explicit 'Sendable's

Result:

- Compiles with Swift 6 lang mode
@glbrntt glbrntt added the v2 A change for v2 label Sep 5, 2024
@glbrntt glbrntt requested a review from gjcairo September 5, 2024 13:52
@glbrntt glbrntt merged commit cd019f6 into grpc:main Sep 10, 2024
14 of 17 checks passed
@glbrntt glbrntt deleted the v2/core-lang-mode-6 branch September 10, 2024 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v2 A change for v2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants