Hi,
I recently cached my DerivedData folder to speed up my iOS builds. My setup works and I’ve gained some time 
However, I don’t fully understand what is stored in DerivedData and I’m worried this folder could grow indefinitely. The risk is that the cache pull/push step become longer & longer…
I’ve seen on the docs that “cache expires after seven […] only if there’s no new build on that branch”.
→ We won’t fall in this scenario since we have a lot of build on my app.
I also see that you can manually delete the cache
→ good but I’m looking for a way to do that automatically if possible (& if cache is growing unexpectedly).
Do you know if this is possible ? Have you ever had issues with DerivedData growing indefinitely (I’m already currently at ~10GB)
Thanks 
