-
-
Notifications
You must be signed in to change notification settings - Fork 12.9k
swiftly: remove Xcode requirement #223532
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
Conversation
1a246ea
to
416789e
Compare
|
* Xcode should not be a requirement at runtime. * Ventura still relies on Xcode as there is not Swift 5.10+ release available. * `on_linux` block is dead code as the formula is restricted to macOS.
So at least it seems possible to remove the dependency on Xcode for Sequoia. |
See #224646 that is attempting to complete the Linux support |
🤖 An automated task has requested bottles to be published to this PR. Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch. |
on_linux
block is dead code as the formula is restricted to macOS.See the discussion that brought this up.