<div dir="ltr"><div style="font-size:12.8px">I have a large project (308 swift files, 441 objective c, 66k lines of code) where incremental builds can be extremely slow. I&#39;m trying to do some profiling to figure out what type of things cause large scale recompiles. The problem is that I can&#39;t find a good way of telling which files get recompiled on an incremental build and which do not. It seems like files that are not recompiled still get listed in xcode, but the compiler just passes over them really fast. </div><div style="font-size:12.8px"><span style="font-size:12.8px"><br></span></div><div style="font-size:12.8px"><span style="font-size:12.8px">Does anyone know if xctool or xcodebuild has this type of functionality? Or is there some other way to get this info?</span><br></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Thank you,<br>Sam</div>
</div>