-
-
Notifications
You must be signed in to change notification settings - Fork 12.4k
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
unxip 3.1 #192444
unxip 3.1 #192444
Conversation
Now I realize that It seems to me like in order to bump this formula to 3.1, it could mean needing to require at least Sonoma as a minimum OS version since that'd be the oldest macOS which could still run Xcode 16? We might be able to instead build it with OSS Swift 6.0 if it's possible to install and build with the |
since swift 6.0 is still in progress (#190921), mark the formula macos only |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Fails on macOS 13 and 14. macOS 13 isn't that surprising, but don't we have Xcode 16 on macOS 14? |
Likely uses macOS 15 SDK features (which macOS 14 has and Homebrew will use if you do There's discussion above about improving that with |
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?