swift-sh
swift-sh copied to clipboard
Cache bug
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.