swift-sh icon indicating copy to clipboard operation
swift-sh copied to clipboard

Cache bug

Open mxcl opened this issue 6 years ago • 0 comments

It's possible that Package.swift is re-written but swift-build doesn’t rebuild the resulting binary, this leads to us always running swift-build which delays script execution by ~120ms.

Also (unrelated) we should be faster that we currently are (when cache is valid and respected), worth trying to figure out why that is.

mxcl avatar Mar 31 '19 18:03 mxcl