Open
Description
We currently use swift build
to prepare a target. I think we would gain substantial performance if SwiftPM allowed building multiple targets in one invocation because (a) multiple targets could be built in parallel and (b) we wouldn’t need to re-build the build graph for every single target.
rdar://127474416