-
Notifications
You must be signed in to change notification settings - Fork 32
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
Support embrace-io/embrace-apple-sdk
.
#1279
Comments
@cgrindel what does it take to support packages with system library targets? Is the change complex? |
Probably not. I have not dug into it. I would look at how SPM builds targets linked to these libraries. There is a flag which tells SPM to output its build commands. Then, it is a matter of generating the appropriate targets here. |
Related to #248 |
I'll have some time next weekend to attend this issue. Thank you both for references. |
SystemLibrary Support Draft PR: #1323 |
edit: ah I see theres two issues tied with this one |
Related Slack thread.
There are two issues:
rules_swift_package_manager
code treats this as an error. The fix is to warn the client and just use the first one that is found.systemLibrary
target.rules_swift_package_manager
does not yet support these target types.The text was updated successfully, but these errors were encountered: