akyrtzi
(Argyrios Kyrtzidis)
1
swift package edit modifies the build directory to update the dependencies state but it doesn't allow providing an alternative build directory via --build-path, is this intentional ?
Aciid
(Ankit Aggarwal)
2
You need to pass it to swift package: swift package —build-path /path/to/build/dir edit