-
Notifications
You must be signed in to change notification settings - Fork 137
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
[Feature Request] Mixed language(C and Swift) swift_library support #1182
Comments
You can currently use the If the SE is ever implemented, or maybe before then, I believe we will move that rule into rules_swift and graduate it to non-experimental. |
Haven't used The repo's name "rules_apple" is hinting me that it will only work for Apple's Darwin platform. |
Checking the doc, the rule is about ObjectiveC + Swift. But the SE and my issue is about C and Swift not ObjectiveC specific. |
The version that gets added to rules_swift would need to support C. For now you can probably write your own macro that uses cc_library instead of objc_library. |
Swift has a SE to make SwiftPM support it. But it is currently "Returned for Revision".
I was wondering whether we have such feature supported on Bazel currently.
The text was updated successfully, but these errors were encountered: