Rightpoint / ios-template

A `cookiecutter` template for iOS projects
MIT License
94 stars 26 forks source link

Enable measurement of Swift type checker performance by default #82

Closed chrisballinger closed 6 years ago

chrisballinger commented 6 years ago

At the very least, I think it would be helpful to enable -Xfrontend -warn-long-expression-type-checking=100 in Other Swift Flags by default to catch areas where we need to help out the type checker. We might also want to do this for other common Raizlabs dependencies like BonMot and especially Anchorage either by podspec xcconfig flags, or even for all Swift dependencies via the Podfile.

More tips here: https://github.com/fastred/Optimizing-Swift-Build-Times