I have a huge swift project which has more than 70 Storyboards and 1269 XIBs and 14 compileswiftsources. Its taking 16 to 35 minutes. As I can see most of the compile-time was due to storyboards and XIBs.
I have done all the optimizations.
- Disabling DSYM
- Optimisation level is the fastest.
- Try all things mention in the blog -> https://www.avanderlee.com/optimization/analysing-build-performance-xcode/
Can anybody suggests how can I optimize compile time.
I am sharing build time summary.