Build Cache for Xcode v0.18.0

What’s Changed

  • New no_swift_cache input: cache clang/Objective-C compilation only, leaving Swift uncached. Swift compile caching requires Swift explicit modules, and some projects cannot build under them — the build fails with unable to resolve module dependency even when the cache is fully warm. Enabling this keeps the clang/Objective-C/C++ side cached instead of turning the cache off entirely (ACI-5268)
  • Updated Bitrise Build Cache CLI to v3.4.1