-
-
Notifications
You must be signed in to change notification settings - Fork 84
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
Explicitly specify dependencies for each target/module #699
Comments
Package.swift
to build with explicit module support enabled?
It looks like a number of dependencies will need to be updated, as well. |
On second thought, it looks like getting this and all of the transitive dependencies to build with |
The Package.swift is auto-generated by the swift script |
Describe the bug
We would like to build with explicit modules enabled.
To Reproduce
Steps to reproduce the behavior:
swift build --use-integrated-swift-driver --experimental-explicit-module-build
Expected behavior
It should succeed
Setup (please complete the following information):
Additional context
I am willing to take a crack at reworking the
Package.swift
to explicitly specify the dependencies. Just let me know.Related to cgrindel/rules_swift_package_manager#647.
The text was updated successfully, but these errors were encountered: