[3/x] Fix package manager integrations #263
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Stack
π #266 [6/x] Update example projects to use 0.19.1
π #265 [5/x] Fix support for Swift library evolution
π #264 [4/x] Fix configurator relative path handling
π #263 β [3/x] Fix package manager integrations
π #261 [2/x] Archive supporting sources in release workflow
π #260 [1/x] Fix CLI archiving and distribution
Overview
Changes to the project structure and build pipeline caused most of the package manager integrations to break. The current package manager tests arenβt E2E (they only check if the spec / package definition validates), and the more robust example project tests donβt run against the current revision.
This PR fixes the regressions and improves the example project tests, allowing them to build against HEAD. The goal is to keep the example projects portable such that they can be used as a starting point, so the tests rewrite the Cartfile/Podfile/Package.swift manifest at run time to point to the local repo and CLI build.
Test Plan