I\'d like to know how long my project\'s builds take, for example by displaying it in the build pane. Is this option available somewhere in Xcode?
Thanks.
In Xcode 10, you are now able to see a great breakdown of the build times using their Timing Summary feature.
Product->Perform Action->Build With Timing Summary
This will show each of your target build times and the overall project build time. You can do a lot of analysis using this data and build times will depend on your hardware. Check out Building Faster in Xcode from WWDC 2018 if you care to learn more.
However, Xcode keeps track of all your builds by default and you can examine their times and logs by going to their Report Navigator.
Build Logs within Report Navigator