-
Notifications
You must be signed in to change notification settings - Fork 90
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
rules_ios fails to build using rules_swift 2.x #875
Comments
tymurmustafaiev
changed the title
rules_ios is failing to build pure swift framework with latest rules_swift version
rules_ios is failing to build pure swift framework with latest changes from rules_swift
Jun 12, 2024
luispadron
changed the title
rules_ios is failing to build pure swift framework with latest changes from rules_swift
rules_ios fails to build using rules_swift 2.x
Jun 18, 2024
We dont support rules_swift at |
Running a bisect shows this rules_swift commit as being first bad commit:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In my project I need to use latest changes from rules_swift. I'm trying to build framework using
apple_framework
rule for this target from test samples folder:When I try to build it - I got this error: 👇 ❌
However, building mixed language framework works fine ✅
How to reproduce
bzlmod
in.bazelrc
file:common --noenable_bzlmod
bazel_rules_swift
repo:bazelisk build //tests/ios/frameworks/intentdefinition:SwiftIntentConsumer
I've iterated commits one by one and this one seems to be the breaking commit
The text was updated successfully, but these errors were encountered: