-
Notifications
You must be signed in to change notification settings - Fork 496
Drop support for Swift 5.10 #1913
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
base: main
Are you sure you want to change the base?
Conversation
glbrntt
commented
Nov 13, 2025
- Remove 5.10 from CI and Makefile workarounds
- Remove 5.10 specific package manifests
- Fix deprecation warnings from 6.0
- Bump language mode to 6 and remove 'StrictConcurrency=Complete'
- Remove 5.10 from CI and Makefile workarounds - Remove 5.10 specific package manifests - Fix deprecation warnings from 6.0 - Bump language mode to 6 and remove 'StrictConcurrency=Complete'
|
We can't do this until the oss-fuzz support for Swift is updated otherwise, that will start to fail to build. |
|
ps - I opened an issue with them because it isn't clear how to update them: google/oss-fuzz#14033 |
|
Ah okay, no problem. Moving to |
|
I should have said, the oss-fuzz side doens't prevent landing this, it's more a question of do you all (as owners of the repo) and to lose the fuzz coverage over there? |
We should sort out oss-fuzz before landing this, it'd be a shame to lose fuzzing coverage. I'll look into it... |