What’s Changed
- Bump bitrise-build-cache-cli to v2.7.3 — moves the ccache IPC socket default from
<Getwd()>/ccache-ipc.sockto<TempDir()>/ccache-ipc.sockso the AF_UNIX socket lives outside the project workdir. Fixes EAS-CLICannot copy a socket file: cp returned EINVALfailures during EAS’s shallow-clone copy step. - Fix
isCorrectVersionto use theversionsubcommand andCombinedOutput: the CLI prints the version to stderr, so the previous--version+Output()check always returned false. Combined with the new persistent ccache socket path (which keeps the storage helper alive across e2e workflows), the re-download withO_TRUNCcorrupted the mach-o image of the running helper and macOS AMFI SIGKILLed the next CLI exec.