Spotify Nov 16, 2021

Introducing XCRemoteCache: The iOS Remote Caching Tool that Cut Our Clean Build Times by 70%

Article Summary

Spotify just open-sourced the tool that slashed their iOS build times by 70%. For teams drowning in long compile times, this is a game-changer.

Spotify Engineering released XCRemoteCache, a remote caching solution for iOS builds. Built to handle their 400+ module iOS app, it uses Git-based fingerprinting to share compiled artifacts across developer machines and CI systems.

Key Takeaways

Critical Insight

XCRemoteCache lets iOS developers reuse CI-built artifacts from main branch commits, cutting clean build times by 70% for modularized apps.

The article reveals how Spotify solved the tricky portability challenges that make sharing build artifacts across different machines actually work.

Recent from Spotify

Related Articles