Closed
Description
First of all, love this software :)
If I run xcodebuild -resolvePackageDependencies
with an additional argument of -clonedSourcePackagesDirPath ~/Packages
swift-package-list cannot find the workspace-state.json
.
Enhancement
In addition to --derived-data-path
can you also provide an alternative --source-packages-data-path
to override this?
Rationale
- Some CI scenarios benefit from clearing derived data, so xcodebuild provides the ability to resolve packages to a different location.
Is this a feature you could add, please?