Speeding up Xcode archive builds with XcodeArchiveCache

Build caches - why even bother? Modern mobile development team’s workflow boils down to feature development followed by that feature being merged to the main SCM branch and then released to production. Before feature implementation is considered mergeable, it must pass various checks including builds, tests and code reviews.…