tuist install
takes a long time when fetching dependencies if the .build folder is missing (specifically, about 5 minutes vs. 10 seconds if the folder is present).
And this happens on every build in CI. It would be possible to cache the .build folder using CI, but cache has a size limit (1GB for Bitbucket).
Is there a way to solve this, like moving the location of .build folder to a common location, or something?