An Xcode plugin that shows you a break down of Swift build times. Build Time Analyzer uses the log files generated by Xcode when building to display a function by function list detailing exactly how long it took the compiler to build your project. The Swift compiler can sometimes be surprisingly fussy about certain code expressions, causing a dramatic increase in build time. This plugin helps you identify which syntax atrocities you need to commit to save yourself a lot of time waiting for builds to complete.
Other similar tools
Cake
A delicious, quality‑of‑life supplement for your app‑development toolbox. […]
ColoredConsole
Reenabling colors in Xcode’s console. ColoredConsole is a font, based on FiraMono-Bold which adds ligatures for enabling colored variants of the ASCII […]
AccessControlKitty
AccessControlKitty is a useful Xcode source editor extension – quickly change access control level (public, private etc.) of selected Swift […]
XcodeWay
An Xcode source editor extension that helps you easily navigate to a number of places related to your project. XcodeWay gives you an extra menu in Xcode with options to jump to a number of different locations. This includes opening Finder to the Project folder, the relative or global DerivedData, Provisioning Profiles, Themes, Archives, DeviceSupport, or CodeSnippets. You can also quickly open the GitHub page for the project repo in your default browser, or open the project folder in iTerm. XcodeWay is extensible so if anything is missing you can add your own destinations and submit a pull request. […]