Closed
Description
We could pass a global -module-cache
parameter to all builds of SwiftPMTestProject
s. That way, for example, every SwiftPMTestProject
doesn’t need to rebuild the modules for XCTests, which should significantly speed up the time those tests take to run. We can probably stop marking them as long tests as well.
rdar://126493151