One of the small things I notice when using Apple Xcode to develop Swift apps is that when building, you can’t see the build duration. It turns out that Xcode has many “options” that you can turn on / off via the OSX Terminal.
So to enable the build duration, you can enter the following :-
defaults write com.apple.dt.Xcode ShowBuildOperationDuration -bool YES