<div dir="ltr">Hey everyone!<div><br></div><div>I spent last few days trying to bring down compilation time of our iOS project, which has about 500 files and 50k lines (plus ~20 dependencies precompiled into frameworks by Carthage).</div><div><br></div><div>I stumbled upon this <a href="http://irace.me/swift-profiling">http://irace.me/swift-profiling</a> and wrote myself a simple script that sums up all the times spent on various places in code. To my surprise, I found out that many of the lines that took the most of time to compile were simply `lazy var ` properties in classes. Is it unique to our project (I mean caused by misconfiguration) or do you guys see this as well?</div><div><br></div><div>Thanks!</div><div><br></div><div>Tadeas</div></div>