You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.