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
md5: b2a9b01fe8077a3dd6b48f8e8e7ce7ad
Issue Description:
This tracks implementing the SE-0226 Package Manager Target Based Dependency Resolution proposal. Proposal is here: https://github.com/apple/swift-evolution/blob/master/proposals/0226-package-manager-target-based-dep-resolution.md This proposal is for enhancing the package resolution process to resolve the minimal set of dependencies that are used in a package graph.
The text was updated successfully, but these errors were encountered:
@swift-ci create
Sorry, something went wrong.
Swift 5.2 has partial implementation of this proposal where SwiftPM is able to skip dependencies that are not exported via any product.
No branches or pull requests
neonichu commentedAug 28, 2018
Additional Detail from JIRA
md5: b2a9b01fe8077a3dd6b48f8e8e7ce7ad
Issue Description:
This tracks implementing the SE-0226 Package Manager Target Based Dependency Resolution proposal.
Proposal is here: https://github.com/apple/swift-evolution/blob/master/proposals/0226-package-manager-target-based-dep-resolution.md
This proposal is for enhancing the package resolution process to resolve the minimal set of dependencies that are used in a package graph.
The text was updated successfully, but these errors were encountered: