in /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/XCLanguageSupport.xcplugin/Contents/Resources/Swift.xcspec
find the dictionary with identifier com.apple.xcode.tools.swift.compiler
and under options add this:
{
Name = "SWIFT_DEBUG_TIME_FUNCTION_BODIES";
Type = Boolean;
DefaultValue = YES;
CommandLineArgs = {
YES = (
"-Xfrontend", "-debug-time-function-bodies",
);