Skip to content

Instantly share code, notes, and snippets.

@azarovalex
Created March 13, 2021 20:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save azarovalex/6006f5905f737945fa0f1ed256b17220 to your computer and use it in GitHub Desktop.
Save azarovalex/6006f5905f737945fa0f1ed256b17220 to your computer and use it in GitHub Desktop.
Swift toolchain build error
[utils/build-script] NOTE: Using toolchain default
+ /usr/libexec/PlistBuddy -c 'Print :SupportedTargets:macosx:Archs' /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/SDKSettings.plist
+ mkdir -p /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert
+ /usr/local/bin/cmake --build /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64 --target ZERO_CHECK --config RelWithDebInfo
Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project cmark.xcodeproj build -target ZERO_CHECK -parallelizeTargets -configuration RelWithDebInfo -hideShellScriptEnvironment
User defaults from command line:
HideShellScriptEnvironment = YES
Build settings from command line:
TOOLCHAINS = default
note: Using new build system
note: Building targets in parallel
note: Planning build
note: Using build description from disk
PhaseScriptExecution Generate\ CMakeFiles/ZERO_CHECK /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ZERO_CHECK.build/Script-61E67E97C3B62B1A4DFD76D6.sh (in target 'ZERO_CHECK' from project 'cmark')
cd /Users/alexander/Developer/swift-project/cmark
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ZERO_CHECK.build/Script-61E67E97C3B62B1A4DFD76D6.sh
make: `/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/CMakeFiles/cmake.check_cache' is up to date.
** BUILD SUCCEEDED **
+ /usr/local/bin/cmake --build /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64 --target ZERO_CHECK --config RelWithDebInfo -- -parallelizeTargets -jobs 16 -target ALL_BUILD
Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project cmark.xcodeproj build -target ZERO_CHECK -parallelizeTargets -configuration RelWithDebInfo -hideShellScriptEnvironment -parallelizeTargets -jobs 16 -target ALL_BUILD
User defaults from command line:
HideShellScriptEnvironment = YES
IDEBuildOperationMaxNumberOfConcurrentCompileTasks = 16
Build settings from command line:
TOOLCHAINS = default
Build Preparation
Build task concurrency set to 16 via user default IDEBuildOperationMaxNumberOfConcurrentCompileTasks
note: Using new build system
note: Building targets in parallel
note: Planning build
note: Using build description from disk
PhaseScriptExecution Generate\ CMakeFiles/ZERO_CHECK /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ZERO_CHECK.build/Script-61E67E97C3B62B1A4DFD76D6.sh (in target 'ZERO_CHECK' from project 'cmark')
cd /Users/alexander/Developer/swift-project/cmark
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ZERO_CHECK.build/Script-61E67E97C3B62B1A4DFD76D6.sh
make: `/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/CMakeFiles/cmake.check_cache' is up to date.
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Script-C4BD2AB16D2C468B040AB499.sh (in target 'libcmark' from project 'cmark')
cd /Users/alexander/Developer/swift-project/cmark
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Script-C4BD2AB16D2C468B040AB499.sh
PhaseScriptExecution Generate\ CMakeFiles/ALL_BUILD /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ALL_BUILD.build/Script-8462F3EEAF07F18D1419ACE4.sh (in target 'ALL_BUILD' from project 'cmark')
cd /Users/alexander/Developer/swift-project/cmark
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ALL_BUILD.build/Script-8462F3EEAF07F18D1419ACE4.sh
Build all projects
** BUILD SUCCEEDED **
symlinking the system headers (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../../usr/include/c++) into the local clang build directory (/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/include).
+ ln -s -f /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../../usr/include/c++ /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/include
+ /usr/local/bin/cmake --build /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64 --target ZERO_CHECK --config RelWithDebInfo
Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project LLVM.xcodeproj build -target ZERO_CHECK -parallelizeTargets -configuration RelWithDebInfo -hideShellScriptEnvironment
User defaults from command line:
HideShellScriptEnvironment = YES
Build settings from command line:
TOOLCHAINS = default
note: Using new build system
note: Building targets in parallel
note: Planning build
note: Using build description from disk
PhaseScriptExecution Generate\ CMakeFiles/ZERO_CHECK /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/LLVM.build/RelWithDebInfo/ZERO_CHECK.build/Script-C979C6E121EA2D8E1AA06CF3.sh (in target 'ZERO_CHECK' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/LLVM.build/RelWithDebInfo/ZERO_CHECK.build/Script-C979C6E121EA2D8E1AA06CF3.sh
make: `/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/CMakeFiles/cmake.check_cache' is up to date.
** BUILD SUCCEEDED **
+ /usr/local/bin/cmake --build /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64 --target ZERO_CHECK --config RelWithDebInfo -- -parallelizeTargets -jobs 16 -target ALL_BUILD
Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project LLVM.xcodeproj build -target ZERO_CHECK -parallelizeTargets -configuration RelWithDebInfo -hideShellScriptEnvironment -parallelizeTargets -jobs 16 -target ALL_BUILD
User defaults from command line:
HideShellScriptEnvironment = YES
IDEBuildOperationMaxNumberOfConcurrentCompileTasks = 16
Build settings from command line:
TOOLCHAINS = default
Build Preparation
Build task concurrency set to 16 via user default IDEBuildOperationMaxNumberOfConcurrentCompileTasks
note: Using new build system
note: Building targets in parallel
note: Planning build
note: Using build description from disk
PhaseScriptExecution Generate\ CMakeFiles/ZERO_CHECK /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/LLVM.build/RelWithDebInfo/ZERO_CHECK.build/Script-C979C6E121EA2D8E1AA06CF3.sh (in target 'ZERO_CHECK' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/LLVM.build/RelWithDebInfo/ZERO_CHECK.build/Script-C979C6E121EA2D8E1AA06CF3.sh
make: `/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/CMakeFiles/cmake.check_cache' is up to date.
PhaseScriptExecution Generate\ include/llvm/Support/CMakeFiles/llvm_vcsrevision_h /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/include/llvm/Support/LLVM.build/RelWithDebInfo/llvm_vcsrevision_h.build/Script-14A83ADC1FA5C6327EDDC9FD.sh (in target 'llvm_vcsrevision_h' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/include/llvm/Support/LLVM.build/RelWithDebInfo/llvm_vcsrevision_h.build/Script-14A83ADC1FA5C6327EDDC9FD.sh
PhaseScriptExecution Generate\ include/llvm/Frontend/OpenMP/CMakeFiles/omp_gen /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/include/llvm/Frontend/OpenMP/LLVM.build/RelWithDebInfo/omp_gen.build/Script-214E1889E5A69BC6336851A7.sh (in target 'omp_gen' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/include/llvm/Frontend/OpenMP/LLVM.build/RelWithDebInfo/omp_gen.build/Script-214E1889E5A69BC6336851A7.sh
PhaseScriptExecution Generate\ lib/ToolDrivers/llvm-lib/CMakeFiles/LibOptionsTableGen /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/lib/ToolDrivers/llvm-lib/LLVM.build/RelWithDebInfo/LibOptionsTableGen.build/Script-E6D43A1E1D36A3A38BB96426.sh (in target 'LibOptionsTableGen' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/lib/ToolDrivers/llvm-lib/LLVM.build/RelWithDebInfo/LibOptionsTableGen.build/Script-E6D43A1E1D36A3A38BB96426.sh
PhaseScriptExecution Generate\ lib/Frontend/OpenMP/CMakeFiles/omp_cpp /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/lib/Frontend/OpenMP/LLVM.build/RelWithDebInfo/omp_cpp.build/Script-F66079B4CEBCD4920F9D5369.sh (in target 'omp_cpp' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/lib/Frontend/OpenMP/LLVM.build/RelWithDebInfo/omp_cpp.build/Script-F66079B4CEBCD4920F9D5369.sh
PhaseScriptExecution Generate\ include/llvm/IR/CMakeFiles/intrinsics_gen /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/include/llvm/IR/LLVM.build/RelWithDebInfo/intrinsics_gen.build/Script-3A12296342A73F19B22DCA68.sh (in target 'intrinsics_gen' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/include/llvm/IR/LLVM.build/RelWithDebInfo/intrinsics_gen.build/Script-3A12296342A73F19B22DCA68.sh
PhaseScriptExecution Generate\ lib/ToolDrivers/llvm-dlltool/CMakeFiles/DllOptionsTableGen /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/lib/ToolDrivers/llvm-dlltool/LLVM.build/RelWithDebInfo/DllOptionsTableGen.build/Script-8054DE174E180EFB62FC51FE.sh (in target 'DllOptionsTableGen' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/lib/ToolDrivers/llvm-dlltool/LLVM.build/RelWithDebInfo/DllOptionsTableGen.build/Script-8054DE174E180EFB62FC51FE.sh
PhaseScriptExecution Generate\ lib/Frontend/OpenACC/CMakeFiles/acc_cpp /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/lib/Frontend/OpenACC/LLVM.build/RelWithDebInfo/acc_cpp.build/Script-BF3EE1ACFB8B1E4C1A55FDF0.sh (in target 'acc_cpp' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/lib/Frontend/OpenACC/LLVM.build/RelWithDebInfo/acc_cpp.build/Script-BF3EE1ACFB8B1E4C1A55FDF0.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/Tooling/Syntax/CMakeFiles/ClangSyntaxNodeList /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Tooling/Syntax/LLVM.build/RelWithDebInfo/ClangSyntaxNodeList.build/Script-1CEA37C7CD999B25CF5BB6A6.sh (in target 'ClangSyntaxNodeList' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Tooling/Syntax/LLVM.build/RelWithDebInfo/ClangSyntaxNodeList.build/Script-1CEA37C7CD999B25CF5BB6A6.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/Driver/CMakeFiles/ClangDriverOptions /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Driver/LLVM.build/RelWithDebInfo/ClangDriverOptions.build/Script-7328D5373568C73C8544D697.sh (in target 'ClangDriverOptions' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Driver/LLVM.build/RelWithDebInfo/ClangDriverOptions.build/Script-7328D5373568C73C8544D697.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/StaticAnalyzer/Checkers/CMakeFiles/ClangSACheckers /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/StaticAnalyzer/Checkers/LLVM.build/RelWithDebInfo/ClangSACheckers.build/Script-83D1D617E943E9E4F6558B7C.sh (in target 'ClangSACheckers' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/StaticAnalyzer/Checkers/LLVM.build/RelWithDebInfo/ClangSACheckers.build/Script-83D1D617E943E9E4F6558B7C.sh
PhaseScriptExecution Generate\ lib/Target/X86/CMakeFiles/X86CommonTableGen /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/lib/Target/X86/LLVM.build/RelWithDebInfo/X86CommonTableGen.build/Script-EC9623CA846551E3A1ADFDBF.sh (in target 'X86CommonTableGen' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/lib/Target/X86/LLVM.build/RelWithDebInfo/X86CommonTableGen.build/Script-EC9623CA846551E3A1ADFDBF.sh
PhaseScriptExecution Generate\ lib/Target/SystemZ/CMakeFiles/SystemZCommonTableGen /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/lib/Target/SystemZ/LLVM.build/RelWithDebInfo/SystemZCommonTableGen.build/Script-BC3AC2DE212E6718F3300892.sh (in target 'SystemZCommonTableGen' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/lib/Target/SystemZ/LLVM.build/RelWithDebInfo/SystemZCommonTableGen.build/Script-BC3AC2DE212E6718F3300892.sh
PhaseScriptExecution Generate\ lib/Target/ARM/CMakeFiles/ARMCommonTableGen /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/lib/Target/ARM/LLVM.build/RelWithDebInfo/ARMCommonTableGen.build/Script-4467621777FFBCF552150338.sh (in target 'ARMCommonTableGen' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/lib/Target/ARM/LLVM.build/RelWithDebInfo/ARMCommonTableGen.build/Script-4467621777FFBCF552150338.sh
PhaseScriptExecution Generate\ lib/Target/AArch64/CMakeFiles/AArch64CommonTableGen /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/lib/Target/AArch64/LLVM.build/RelWithDebInfo/AArch64CommonTableGen.build/Script-4535213A46E1B076F0D20AFA.sh (in target 'AArch64CommonTableGen' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/lib/Target/AArch64/LLVM.build/RelWithDebInfo/AArch64CommonTableGen.build/Script-4535213A46E1B076F0D20AFA.sh
PhaseScriptExecution Generate\ lib/Target/Mips/CMakeFiles/MipsCommonTableGen /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/lib/Target/Mips/LLVM.build/RelWithDebInfo/MipsCommonTableGen.build/Script-980025F9552FC0372493EC2B.sh (in target 'MipsCommonTableGen' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/lib/Target/Mips/LLVM.build/RelWithDebInfo/MipsCommonTableGen.build/Script-980025F9552FC0372493EC2B.sh
PhaseScriptExecution Generate\ lib/Target/PowerPC/CMakeFiles/PowerPCCommonTableGen /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/lib/Target/PowerPC/LLVM.build/RelWithDebInfo/PowerPCCommonTableGen.build/Script-4355149756538E703205DA34.sh (in target 'PowerPCCommonTableGen' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/lib/Target/PowerPC/LLVM.build/RelWithDebInfo/PowerPCCommonTableGen.build/Script-4355149756538E703205DA34.sh
PhaseScriptExecution Generate\ include/llvm/Frontend/OpenACC/CMakeFiles/acc_gen /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/include/llvm/Frontend/OpenACC/LLVM.build/RelWithDebInfo/acc_gen.build/Script-ED576BB74CCA19AD2A20B934.sh (in target 'acc_gen' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/include/llvm/Frontend/OpenACC/LLVM.build/RelWithDebInfo/acc_gen.build/Script-ED576BB74CCA19AD2A20B934.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/Tooling/Syntax/CMakeFiles/ClangSyntaxNodeClasses /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Tooling/Syntax/LLVM.build/RelWithDebInfo/ClangSyntaxNodeClasses.build/Script-E84C11F286D96C0F64902D33.sh (in target 'ClangSyntaxNodeClasses' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Tooling/Syntax/LLVM.build/RelWithDebInfo/ClangSyntaxNodeClasses.build/Script-E84C11F286D96C0F64902D33.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/AST/CMakeFiles/ClangTypeNodes /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/AST/LLVM.build/RelWithDebInfo/ClangTypeNodes.build/Script-721540ADF17E8F7047FA1AD5.sh (in target 'ClangTypeNodes' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/AST/LLVM.build/RelWithDebInfo/ClangTypeNodes.build/Script-721540ADF17E8F7047FA1AD5.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticSerialization /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangDiagnosticSerialization.build/Script-208BB861570DADD2C216CA8F.sh (in target 'ClangDiagnosticSerialization' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangDiagnosticSerialization.build/Script-208BB861570DADD2C216CA8F.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/AST/CMakeFiles/ClangStmtNodes /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/AST/LLVM.build/RelWithDebInfo/ClangStmtNodes.build/Script-354CD86BA562603DFEA98993.sh (in target 'ClangStmtNodes' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/AST/LLVM.build/RelWithDebInfo/ClangStmtNodes.build/Script-354CD86BA562603DFEA98993.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticSema /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangDiagnosticSema.build/Script-5483EBB205C800615C6DFF62.sh (in target 'ClangDiagnosticSema' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangDiagnosticSema.build/Script-5483EBB205C800615C6DFF62.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticRefactoring /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangDiagnosticRefactoring.build/Script-7B5A689687966A825171B79A.sh (in target 'ClangDiagnosticRefactoring' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangDiagnosticRefactoring.build/Script-7B5A689687966A825171B79A.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticParse /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangDiagnosticParse.build/Script-B129A3F6B601133FFCDB24FF.sh (in target 'ClangDiagnosticParse' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangDiagnosticParse.build/Script-B129A3F6B601133FFCDB24FF.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticGroups /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangDiagnosticGroups.build/Script-13CCFD19AC98BE97755BB1A3.sh (in target 'ClangDiagnosticGroups' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangDiagnosticGroups.build/Script-13CCFD19AC98BE97755BB1A3.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticLex /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangDiagnosticLex.build/Script-942AE6931BABD8A6159B2B15.sh (in target 'ClangDiagnosticLex' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangDiagnosticLex.build/Script-942AE6931BABD8A6159B2B15.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticFrontend /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangDiagnosticFrontend.build/Script-B89E40F11C0D93DF81B84C13.sh (in target 'ClangDiagnosticFrontend' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangDiagnosticFrontend.build/Script-B89E40F11C0D93DF81B84C13.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticCrossTU /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangDiagnosticCrossTU.build/Script-09573C4C87C54DCB8863AA68.sh (in target 'ClangDiagnosticCrossTU' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangDiagnosticCrossTU.build/Script-09573C4C87C54DCB8863AA68.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticCommon /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangDiagnosticCommon.build/Script-B5185576DB51BAB2DF0C7171.sh (in target 'ClangDiagnosticCommon' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangDiagnosticCommon.build/Script-B5185576DB51BAB2DF0C7171.sh
PhaseScriptExecution Generate\ tools/clang/utils/hmaptool/CMakeFiles/hmaptool /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/utils/hmaptool/LLVM.build/RelWithDebInfo/hmaptool.build/Script-34CB8602411E73B87362AFDD.sh (in target 'hmaptool' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/utils/hmaptool/LLVM.build/RelWithDebInfo/hmaptool.build/Script-34CB8602411E73B87362AFDD.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticComment /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangDiagnosticComment.build/Script-A3A14A133B9AC9AA7C60154F.sh (in target 'ClangDiagnosticComment' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangDiagnosticComment.build/Script-A3A14A133B9AC9AA7C60154F.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticAnalysis /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangDiagnosticAnalysis.build/Script-8FA4B76C64E0F7CAA57D93E9.sh (in target 'ClangDiagnosticAnalysis' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangDiagnosticAnalysis.build/Script-8FA4B76C64E0F7CAA57D93E9.sh
PhaseScriptExecution Generate\ tools/clang/tools/scan-view/CMakeFiles/scan-view /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/tools/scan-view/LLVM.build/RelWithDebInfo/scan-view.build/Script-FB45CEB4297C4BB526150785.sh (in target 'scan-view' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/tools/scan-view/LLVM.build/RelWithDebInfo/scan-view.build/Script-FB45CEB4297C4BB526150785.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticAST /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangDiagnosticAST.build/Script-A59384CE5D8FD51711C4DE66.sh (in target 'ClangDiagnosticAST' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangDiagnosticAST.build/Script-A59384CE5D8FD51711C4DE66.sh
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/unittests/Support/DynamicLibrary/LLVM.build/RelWithDebInfo/PipSqueak.build/Script-E2B49D3568B45A1EC248F7E7.sh (in target 'PipSqueak' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/unittests/Support/DynamicLibrary/LLVM.build/RelWithDebInfo/PipSqueak.build/Script-E2B49D3568B45A1EC248F7E7.sh
PhaseScriptExecution Generate\ tools/clang/tools/scan-build/CMakeFiles/scan-build /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/tools/scan-build/LLVM.build/RelWithDebInfo/scan-build.build/Script-40FB66BE92870AF77217B97F.sh (in target 'scan-build' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/tools/scan-build/LLVM.build/RelWithDebInfo/scan-build.build/Script-40FB66BE92870AF77217B97F.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/AST/CMakeFiles/ClangDeclNodes /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/AST/LLVM.build/RelWithDebInfo/ClangDeclNodes.build/Script-8FBE55D04F633F7CDE59EFC7.sh (in target 'ClangDeclNodes' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/AST/LLVM.build/RelWithDebInfo/ClangDeclNodes.build/Script-8FBE55D04F633F7CDE59EFC7.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/AST/CMakeFiles/ClangCommentNodes /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/AST/LLVM.build/RelWithDebInfo/ClangCommentNodes.build/Script-6A31FAA5D847A00C197C6938.sh (in target 'ClangCommentNodes' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/AST/LLVM.build/RelWithDebInfo/ClangCommentNodes.build/Script-6A31FAA5D847A00C197C6938.sh
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/unittests/Support/DynamicLibrary/LLVM.build/RelWithDebInfo/SecondLib.build/Script-FD3BA6FE6C2919DD8D8B36EA.sh (in target 'SecondLib' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/unittests/Support/DynamicLibrary/LLVM.build/RelWithDebInfo/SecondLib.build/Script-FD3BA6FE6C2919DD8D8B36EA.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/AST/CMakeFiles/ClangCommentHTMLTagsProperties /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/AST/LLVM.build/RelWithDebInfo/ClangCommentHTMLTagsProperties.build/Script-88ED1F6AF24003BF932F0748.sh (in target 'ClangCommentHTMLTagsProperties' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/AST/LLVM.build/RelWithDebInfo/ClangCommentHTMLTagsProperties.build/Script-88ED1F6AF24003BF932F0748.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/AST/CMakeFiles/ClangCommentHTMLTags /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/AST/LLVM.build/RelWithDebInfo/ClangCommentHTMLTags.build/Script-5581EF4923073C9E935D1C57.sh (in target 'ClangCommentHTMLTags' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/AST/LLVM.build/RelWithDebInfo/ClangCommentHTMLTags.build/Script-5581EF4923073C9E935D1C57.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticDriver /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangDiagnosticDriver.build/Script-E0C9C02C94EDADF0BB35F1A0.sh (in target 'ClangDiagnosticDriver' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangDiagnosticDriver.build/Script-E0C9C02C94EDADF0BB35F1A0.sh
PhaseScriptExecution Generate\ tools/remarks-shlib/CMakeFiles/Remarks_exports /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/remarks-shlib/LLVM.build/RelWithDebInfo/Remarks_exports.build/Script-17CBBC4D0A4C3C19F2DAD306.sh (in target 'Remarks_exports' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/remarks-shlib/LLVM.build/RelWithDebInfo/Remarks_exports.build/Script-17CBBC4D0A4C3C19F2DAD306.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/AST/CMakeFiles/ClangCommentHTMLNamedCharacterReferences /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/AST/LLVM.build/RelWithDebInfo/ClangCommentHTMLNamedCharacterReferences.build/Script-89AADCB13A86B4896042EE30.sh (in target 'ClangCommentHTMLNamedCharacterReferences' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/AST/LLVM.build/RelWithDebInfo/ClangCommentHTMLNamedCharacterReferences.build/Script-89AADCB13A86B4896042EE30.sh
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/remarks-shlib/LLVM.build/RelWithDebInfo/Remarks.build/Script-9EF5E6508084B7732165B14C.sh (in target 'Remarks' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/remarks-shlib/LLVM.build/RelWithDebInfo/Remarks.build/Script-9EF5E6508084B7732165B14C.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/AST/CMakeFiles/ClangCommentCommandList /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/AST/LLVM.build/RelWithDebInfo/ClangCommentCommandList.build/Script-1C437178B40E6034490B5F0F.sh (in target 'ClangCommentCommandList' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/AST/LLVM.build/RelWithDebInfo/ClangCommentCommandList.build/Script-1C437178B40E6034490B5F0F.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/AST/CMakeFiles/ClangCommentCommandInfo /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/AST/LLVM.build/RelWithDebInfo/ClangCommentCommandInfo.build/Script-8DBFD8B8AC73296822602637.sh (in target 'ClangCommentCommandInfo' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/AST/LLVM.build/RelWithDebInfo/ClangCommentCommandInfo.build/Script-8DBFD8B8AC73296822602637.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/AST/CMakeFiles/ClangAttrVisitor /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/AST/LLVM.build/RelWithDebInfo/ClangAttrVisitor.build/Script-8DA589E8EB7F48D82BEB6D5B.sh (in target 'ClangAttrVisitor' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/AST/LLVM.build/RelWithDebInfo/ClangAttrVisitor.build/Script-8DA589E8EB7F48D82BEB6D5B.sh
PhaseScriptExecution Generate\ tools/llvm-mt/CMakeFiles/MtTableGen /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/llvm-mt/LLVM.build/RelWithDebInfo/MtTableGen.build/Script-B180DC4FC616B9FA1665D362.sh (in target 'MtTableGen' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/llvm-mt/LLVM.build/RelWithDebInfo/MtTableGen.build/Script-B180DC4FC616B9FA1665D362.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/AST/CMakeFiles/ClangAttrTraverse /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/AST/LLVM.build/RelWithDebInfo/ClangAttrTraverse.build/Script-A30E47C26FE79979B7825459.sh (in target 'ClangAttrTraverse' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/AST/LLVM.build/RelWithDebInfo/ClangAttrTraverse.build/Script-A30E47C26FE79979B7825459.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/AST/CMakeFiles/ClangAttrTextDump /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/AST/LLVM.build/RelWithDebInfo/ClangAttrTextDump.build/Script-3FD099BF972AEE15DCFCD6CD.sh (in target 'ClangAttrTextDump' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/AST/LLVM.build/RelWithDebInfo/ClangAttrTextDump.build/Script-3FD099BF972AEE15DCFCD6CD.sh
PhaseScriptExecution Generate\ tools/llvm-rc/CMakeFiles/RcTableGen /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/llvm-rc/LLVM.build/RelWithDebInfo/RcTableGen.build/Script-C985452300B4FAE530DC12A0.sh (in target 'RcTableGen' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/llvm-rc/LLVM.build/RelWithDebInfo/RcTableGen.build/Script-C985452300B4FAE530DC12A0.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/Sema/CMakeFiles/ClangAttrTemplateInstantiate /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Sema/LLVM.build/RelWithDebInfo/ClangAttrTemplateInstantiate.build/Script-CC31F9040DCF4B2F06223707.sh (in target 'ClangAttrTemplateInstantiate' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Sema/LLVM.build/RelWithDebInfo/ClangAttrTemplateInstantiate.build/Script-CC31F9040DCF4B2F06223707.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/Basic/CMakeFiles/ClangAttrSubjectMatchRuleList /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangAttrSubjectMatchRuleList.build/Script-583E4B9342E3B3C778CE313D.sh (in target 'ClangAttrSubjectMatchRuleList' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangAttrSubjectMatchRuleList.build/Script-583E4B9342E3B3C778CE313D.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/Parse/CMakeFiles/ClangAttrSubMatchRulesParserStringSwitches /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Parse/LLVM.build/RelWithDebInfo/ClangAttrSubMatchRulesParserStringSwitches.build/Script-08115BDF6969F38BB07D9D39.sh (in target 'ClangAttrSubMatchRulesParserStringSwitches' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Parse/LLVM.build/RelWithDebInfo/ClangAttrSubMatchRulesParserStringSwitches.build/Script-08115BDF6969F38BB07D9D39.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/Sema/CMakeFiles/ClangAttrSpellingListIndex /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Sema/LLVM.build/RelWithDebInfo/ClangAttrSpellingListIndex.build/Script-4E9179C56116987CC8977876.sh (in target 'ClangAttrSpellingListIndex' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Sema/LLVM.build/RelWithDebInfo/ClangAttrSpellingListIndex.build/Script-4E9179C56116987CC8977876.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/Parse/CMakeFiles/ClangAttrParserStringSwitches /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Parse/LLVM.build/RelWithDebInfo/ClangAttrParserStringSwitches.build/Script-60535D647DBC3690DAF45CA8.sh (in target 'ClangAttrParserStringSwitches' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Parse/LLVM.build/RelWithDebInfo/ClangAttrParserStringSwitches.build/Script-60535D647DBC3690DAF45CA8.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticIndexName /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangDiagnosticIndexName.build/Script-2E497AD790D23A571C75C16A.sh (in target 'ClangDiagnosticIndexName' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangDiagnosticIndexName.build/Script-2E497AD790D23A571C75C16A.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/AST/CMakeFiles/StmtDataCollectors /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/AST/LLVM.build/RelWithDebInfo/StmtDataCollectors.build/Script-226D9F6613AAC7192D6360C6.sh (in target 'StmtDataCollectors' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/AST/LLVM.build/RelWithDebInfo/StmtDataCollectors.build/Script-226D9F6613AAC7192D6360C6.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/Sema/CMakeFiles/ClangAttrParsedAttrKinds /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Sema/LLVM.build/RelWithDebInfo/ClangAttrParsedAttrKinds.build/Script-CC1E7AF930F06624E21E76BC.sh (in target 'ClangAttrParsedAttrKinds' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Sema/LLVM.build/RelWithDebInfo/ClangAttrParsedAttrKinds.build/Script-CC1E7AF930F06624E21E76BC.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/Serialization/CMakeFiles/ClangAttrPCHRead /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Serialization/LLVM.build/RelWithDebInfo/ClangAttrPCHRead.build/Script-EFD29B623B887F57C085FEE4.sh (in target 'ClangAttrPCHRead' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Serialization/LLVM.build/RelWithDebInfo/ClangAttrPCHRead.build/Script-EFD29B623B887F57C085FEE4.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/Serialization/CMakeFiles/ClangAttrPCHWrite /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Serialization/LLVM.build/RelWithDebInfo/ClangAttrPCHWrite.build/Script-A98AF0EEE4CE87333024BD91.sh (in target 'ClangAttrPCHWrite' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Serialization/LLVM.build/RelWithDebInfo/ClangAttrPCHWrite.build/Script-A98AF0EEE4CE87333024BD91.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/Basic/CMakeFiles/ClangAttrList /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangAttrList.build/Script-02C1A5D56D3774F6190BF7BE.sh (in target 'ClangAttrList' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangAttrList.build/Script-02C1A5D56D3774F6190BF7BE.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/AST/CMakeFiles/ClangAbstractTypeWriter /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/AST/LLVM.build/RelWithDebInfo/ClangAbstractTypeWriter.build/Script-20A853D9105F9CF381A64E95.sh (in target 'ClangAbstractTypeWriter' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/AST/LLVM.build/RelWithDebInfo/ClangAbstractTypeWriter.build/Script-20A853D9105F9CF381A64E95.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/AST/CMakeFiles/ClangAbstractBasicReader /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/AST/LLVM.build/RelWithDebInfo/ClangAbstractBasicReader.build/Script-45881F1C7FF3DD76B3CDD906.sh (in target 'ClangAbstractBasicReader' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/AST/LLVM.build/RelWithDebInfo/ClangAbstractBasicReader.build/Script-45881F1C7FF3DD76B3CDD906.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/Sema/CMakeFiles/ClangAttrParsedAttrImpl /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Sema/LLVM.build/RelWithDebInfo/ClangAttrParsedAttrImpl.build/Script-D1AA4DA6FD9FE144B4E65C70.sh (in target 'ClangAttrParsedAttrImpl' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Sema/LLVM.build/RelWithDebInfo/ClangAttrParsedAttrImpl.build/Script-D1AA4DA6FD9FE144B4E65C70.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/AST/CMakeFiles/ClangAbstractBasicWriter /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/AST/LLVM.build/RelWithDebInfo/ClangAbstractBasicWriter.build/Script-48CDDF73F95D9FFF80D1E60F.sh (in target 'ClangAbstractBasicWriter' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/AST/LLVM.build/RelWithDebInfo/ClangAbstractBasicWriter.build/Script-48CDDF73F95D9FFF80D1E60F.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/AST/CMakeFiles/ClangAttrImpl /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/AST/LLVM.build/RelWithDebInfo/ClangAttrImpl.build/Script-FA214D283A00F37DF082B47D.sh (in target 'ClangAttrImpl' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/AST/LLVM.build/RelWithDebInfo/ClangAttrImpl.build/Script-FA214D283A00F37DF082B47D.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/AST/CMakeFiles/ClangAbstractTypeReader /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/AST/LLVM.build/RelWithDebInfo/ClangAbstractTypeReader.build/Script-BE84BF01BC7583B8895EAFE5.sh (in target 'ClangAbstractTypeReader' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/AST/LLVM.build/RelWithDebInfo/ClangAbstractTypeReader.build/Script-BE84BF01BC7583B8895EAFE5.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/AST/CMakeFiles/ClangAttrClasses /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/AST/LLVM.build/RelWithDebInfo/ClangAttrClasses.build/Script-F9CFECAC1E4BC62C56B37E56.sh (in target 'ClangAttrClasses' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/AST/LLVM.build/RelWithDebInfo/ClangAttrClasses.build/Script-F9CFECAC1E4BC62C56B37E56.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/Basic/CMakeFiles/ClangAttrHasAttributeImpl /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangAttrHasAttributeImpl.build/Script-76F097D7A184A668C6ED617E.sh (in target 'ClangAttrHasAttributeImpl' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangAttrHasAttributeImpl.build/Script-76F097D7A184A668C6ED617E.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/Sema/CMakeFiles/ClangAttrParsedAttrList /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Sema/LLVM.build/RelWithDebInfo/ClangAttrParsedAttrList.build/Script-8594A9F6167F200B5138ED47.sh (in target 'ClangAttrParsedAttrList' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Sema/LLVM.build/RelWithDebInfo/ClangAttrParsedAttrList.build/Script-8594A9F6167F200B5138ED47.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/Basic/CMakeFiles/ClangARMSveTypeFlags /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangARMSveTypeFlags.build/Script-B1ED8AB0923BFDEDCFFAAE2F.sh (in target 'ClangARMSveTypeFlags' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangARMSveTypeFlags.build/Script-B1ED8AB0923BFDEDCFFAAE2F.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/Basic/CMakeFiles/ClangARMSveSemaRangeChecks /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangARMSveSemaRangeChecks.build/Script-3F204FBB3C7A5624FAECF34D.sh (in target 'ClangARMSveSemaRangeChecks' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangARMSveSemaRangeChecks.build/Script-3F204FBB3C7A5624FAECF34D.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/Basic/CMakeFiles/ClangARMSveBuiltins /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangARMSveBuiltins.build/Script-F6DD69092C6F251AB953D4E7.sh (in target 'ClangARMSveBuiltins' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangARMSveBuiltins.build/Script-F6DD69092C6F251AB953D4E7.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/Basic/CMakeFiles/ClangARMCdeBuiltinsDef /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangARMCdeBuiltinsDef.build/Script-A48A42F63AAECAD953C3D887.sh (in target 'ClangARMCdeBuiltinsDef' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangARMCdeBuiltinsDef.build/Script-A48A42F63AAECAD953C3D887.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/Basic/CMakeFiles/ClangARMSveBuiltinCG /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangARMSveBuiltinCG.build/Script-F650CCA511BA66C106C66A02.sh (in target 'ClangARMSveBuiltinCG' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangARMSveBuiltinCG.build/Script-F650CCA511BA66C106C66A02.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/Basic/CMakeFiles/ClangARMNeon /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangARMNeon.build/Script-965253E2BA8CE7F2F25917B1.sh (in target 'ClangARMNeon' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangARMNeon.build/Script-965253E2BA8CE7F2F25917B1.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/Basic/CMakeFiles/ClangARMCdeBuiltinAliases /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangARMCdeBuiltinAliases.build/Script-F5B2875B4D937CEFE2864865.sh (in target 'ClangARMCdeBuiltinAliases' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangARMCdeBuiltinAliases.build/Script-F5B2875B4D937CEFE2864865.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/Basic/CMakeFiles/ClangARMMveBuiltinsDef /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangARMMveBuiltinsDef.build/Script-97BA66743ADA6ED1470AE04A.sh (in target 'ClangARMMveBuiltinsDef' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangARMMveBuiltinsDef.build/Script-97BA66743ADA6ED1470AE04A.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/Basic/CMakeFiles/ClangARMCdeBuiltinCG /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangARMCdeBuiltinCG.build/Script-7B681AE189A0AC6A05B7E654.sh (in target 'ClangARMCdeBuiltinCG' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangARMCdeBuiltinCG.build/Script-7B681AE189A0AC6A05B7E654.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/Basic/CMakeFiles/ClangARMMveBuiltinAliases /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangARMMveBuiltinAliases.build/Script-2E7C7B4D0CC08BBC2FF96169.sh (in target 'ClangARMMveBuiltinAliases' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangARMMveBuiltinAliases.build/Script-2E7C7B4D0CC08BBC2FF96169.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/Basic/CMakeFiles/ClangARMFP16 /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangARMFP16.build/Script-F7C80FA75F27E26F3DD486AB.sh (in target 'ClangARMFP16' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangARMFP16.build/Script-F7C80FA75F27E26F3DD486AB.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/Basic/CMakeFiles/ClangARMCdeBuiltinSema /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangARMCdeBuiltinSema.build/Script-DB66443D41108EBCDB6CD4A1.sh (in target 'ClangARMCdeBuiltinSema' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangARMCdeBuiltinSema.build/Script-DB66443D41108EBCDB6CD4A1.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/Basic/CMakeFiles/ClangARMMveBuiltinCG /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangARMMveBuiltinCG.build/Script-89748078B30BF897B18D4FA8.sh (in target 'ClangARMMveBuiltinCG' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangARMMveBuiltinCG.build/Script-89748078B30BF897B18D4FA8.sh
PhaseScriptExecution Generate\ tools/clang/include/clang/Basic/CMakeFiles/ClangARMMveBuiltinSema /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangARMMveBuiltinSema.build/Script-31DD542AB9A73FB707588425.sh (in target 'ClangARMMveBuiltinSema' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include/clang/Basic/LLVM.build/RelWithDebInfo/ClangARMMveBuiltinSema.build/Script-31DD542AB9A73FB707588425.sh
PhaseScriptExecution Generate\ tools/clang/CMakeFiles/clang-tablegen-targets /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/LLVM.build/RelWithDebInfo/clang-tablegen-targets.build/Script-59167DE769F3CE9A2E80245F.sh (in target 'clang-tablegen-targets' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/LLVM.build/RelWithDebInfo/clang-tablegen-targets.build/Script-59167DE769F3CE9A2E80245F.sh
PhaseScriptExecution Generate\ lib/Transforms/Hello/CMakeFiles/LLVMHello_exports /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/lib/Transforms/Hello/LLVM.build/RelWithDebInfo/LLVMHello_exports.build/Script-12CF711A79350F8D8C616FAF.sh (in target 'LLVMHello_exports' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/lib/Transforms/Hello/LLVM.build/RelWithDebInfo/LLVMHello_exports.build/Script-12CF711A79350F8D8C616FAF.sh
PhaseScriptExecution Generate\ tools/clang/lib/AST/CMakeFiles/Opcodes /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/lib/AST/LLVM.build/RelWithDebInfo/Opcodes.build/Script-687C34210CDB2DFCA70F904A.sh (in target 'Opcodes' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/lib/AST/LLVM.build/RelWithDebInfo/Opcodes.build/Script-687C34210CDB2DFCA70F904A.sh
PhaseScriptExecution Generate\ tools/clang/lib/Sema/CMakeFiles/ClangOpenCLBuiltinsImpl /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/lib/Sema/LLVM.build/RelWithDebInfo/ClangOpenCLBuiltinsImpl.build/Script-5412F454A767F02D9653BD9F.sh (in target 'ClangOpenCLBuiltinsImpl' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/lib/Sema/LLVM.build/RelWithDebInfo/ClangOpenCLBuiltinsImpl.build/Script-5412F454A767F02D9653BD9F.sh
PhaseScriptExecution Generate\ tools/llvm-cvtres/CMakeFiles/CvtResTableGen /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/llvm-cvtres/LLVM.build/RelWithDebInfo/CvtResTableGen.build/Script-C22A2702C424CE81B3A79891.sh (in target 'CvtResTableGen' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/llvm-cvtres/LLVM.build/RelWithDebInfo/CvtResTableGen.build/Script-C22A2702C424CE81B3A79891.sh
PhaseScriptExecution Generate\ tools/llvm-objcopy/CMakeFiles/ObjcopyOptsTableGen /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/llvm-objcopy/LLVM.build/RelWithDebInfo/ObjcopyOptsTableGen.build/Script-DF512C261E622FCC65DB6203.sh (in target 'ObjcopyOptsTableGen' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/llvm-objcopy/LLVM.build/RelWithDebInfo/ObjcopyOptsTableGen.build/Script-DF512C261E622FCC65DB6203.sh
PhaseScriptExecution Generate\ tools/llvm-objcopy/CMakeFiles/InstallNameToolOptsTableGen /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/llvm-objcopy/LLVM.build/RelWithDebInfo/InstallNameToolOptsTableGen.build/Script-498DBF45B560BCCE4A4055B9.sh (in target 'InstallNameToolOptsTableGen' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/llvm-objcopy/LLVM.build/RelWithDebInfo/InstallNameToolOptsTableGen.build/Script-498DBF45B560BCCE4A4055B9.sh
PhaseScriptExecution Generate\ tools/llvm-objcopy/CMakeFiles/BitcodeStripOptsTableGen /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/llvm-objcopy/LLVM.build/RelWithDebInfo/BitcodeStripOptsTableGen.build/Script-37221E19AE46218C9E304669.sh (in target 'BitcodeStripOptsTableGen' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/llvm-objcopy/LLVM.build/RelWithDebInfo/BitcodeStripOptsTableGen.build/Script-37221E19AE46218C9E304669.sh
PhaseScriptExecution Generate\ tools/llvm-objcopy/CMakeFiles/StripOptsTableGen /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/llvm-objcopy/LLVM.build/RelWithDebInfo/StripOptsTableGen.build/Script-F01BD2BF4AD407A0E8359AA9.sh (in target 'StripOptsTableGen' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/llvm-objcopy/LLVM.build/RelWithDebInfo/StripOptsTableGen.build/Script-F01BD2BF4AD407A0E8359AA9.sh
PhaseScriptExecution Generate\ tools/llvm-objcopy/CMakeFiles/llvm-strip /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/llvm-objcopy/LLVM.build/RelWithDebInfo/llvm-strip.build/Script-D0C846FEA1DBEE0DBC3A7917.sh (in target 'llvm-strip' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/llvm-objcopy/LLVM.build/RelWithDebInfo/llvm-strip.build/Script-D0C846FEA1DBEE0DBC3A7917.sh
PhaseScriptExecution Generate\ tools/llvm-symbolizer/CMakeFiles/SymbolizerOptsTableGen /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/llvm-symbolizer/LLVM.build/RelWithDebInfo/SymbolizerOptsTableGen.build/Script-A2F9CF40A4F1632BF1C25852.sh (in target 'SymbolizerOptsTableGen' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/llvm-symbolizer/LLVM.build/RelWithDebInfo/SymbolizerOptsTableGen.build/Script-A2F9CF40A4F1632BF1C25852.sh
PhaseScriptExecution Generate\ tools/llvm-objcopy/CMakeFiles/llvm-bitcode-strip /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/llvm-objcopy/LLVM.build/RelWithDebInfo/llvm-bitcode-strip.build/Script-4495B75F43420BC16D0023C4.sh (in target 'llvm-bitcode-strip' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/llvm-objcopy/LLVM.build/RelWithDebInfo/llvm-bitcode-strip.build/Script-4495B75F43420BC16D0023C4.sh
PhaseScriptExecution Generate\ tools/clang/lib/Analysis/plugins/CheckerDependencyHandling/CMakeFiles/CheckerDependencyHandlingAnalyzerPlugin_exports /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/lib/Analysis/plugins/CheckerDependencyHandling/LLVM.build/RelWithDebInfo/CheckerDependencyHandlingAnalyzerPlugin_exports.build/Script-80D2213EDD0C4891182527C2.sh (in target 'CheckerDependencyHandlingAnalyzerPlugin_exports' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/lib/Analysis/plugins/CheckerDependencyHandling/LLVM.build/RelWithDebInfo/CheckerDependencyHandlingAnalyzerPlugin_exports.build/Script-80D2213EDD0C4891182527C2.sh
PhaseScriptExecution Generate\ tools/llvm-objcopy/CMakeFiles/llvm-install-name-tool /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/llvm-objcopy/LLVM.build/RelWithDebInfo/llvm-install-name-tool.build/Script-D56C4F4B3E733B4D242070B0.sh (in target 'llvm-install-name-tool' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/llvm-objcopy/LLVM.build/RelWithDebInfo/llvm-install-name-tool.build/Script-D56C4F4B3E733B4D242070B0.sh
PhaseScriptExecution Generate\ tools/clang/lib/Analysis/plugins/CheckerOptionHandling/CMakeFiles/CheckerOptionHandlingAnalyzerPlugin_exports /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/lib/Analysis/plugins/CheckerOptionHandling/LLVM.build/RelWithDebInfo/CheckerOptionHandlingAnalyzerPlugin_exports.build/Script-7431E13E7FF35103059A20A3.sh (in target 'CheckerOptionHandlingAnalyzerPlugin_exports' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/lib/Analysis/plugins/CheckerOptionHandling/LLVM.build/RelWithDebInfo/CheckerOptionHandlingAnalyzerPlugin_exports.build/Script-7431E13E7FF35103059A20A3.sh
PhaseScriptExecution Generate\ tools/clang/lib/Analysis/plugins/SampleAnalyzer/CMakeFiles/SampleAnalyzerPlugin_exports /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/lib/Analysis/plugins/SampleAnalyzer/LLVM.build/RelWithDebInfo/SampleAnalyzerPlugin_exports.build/Script-EFDB1DC32266DB46173B1119.sh (in target 'SampleAnalyzerPlugin_exports' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/lib/Analysis/plugins/SampleAnalyzer/LLVM.build/RelWithDebInfo/SampleAnalyzerPlugin_exports.build/Script-EFDB1DC32266DB46173B1119.sh
PhaseScriptExecution Generate\ tools/llvm-readobj/CMakeFiles/llvm-readelf /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/llvm-readobj/LLVM.build/RelWithDebInfo/llvm-readelf.build/Script-3D9840337237E1849BBC354D.sh (in target 'llvm-readelf' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/llvm-readobj/LLVM.build/RelWithDebInfo/llvm-readelf.build/Script-3D9840337237E1849BBC354D.sh
PhaseScriptExecution Generate\ tools/llvm-symbolizer/CMakeFiles/llvm-addr2line /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/llvm-symbolizer/LLVM.build/RelWithDebInfo/llvm-addr2line.build/Script-13B0BFEF2EED350030490A9C.sh (in target 'llvm-addr2line' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/llvm-symbolizer/LLVM.build/RelWithDebInfo/llvm-addr2line.build/Script-13B0BFEF2EED350030490A9C.sh
PhaseScriptExecution Generate\ tools/llvm-lipo/CMakeFiles/LipoOptsTableGen /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/llvm-lipo/LLVM.build/RelWithDebInfo/LipoOptsTableGen.build/Script-03DD9E1AD78EFC0B03624615.sh (in target 'LipoOptsTableGen' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/llvm-lipo/LLVM.build/RelWithDebInfo/LipoOptsTableGen.build/Script-03DD9E1AD78EFC0B03624615.sh
PhaseScriptExecution Generate\ tools/llvm-ml/CMakeFiles/MLTableGen /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/llvm-ml/LLVM.build/RelWithDebInfo/MLTableGen.build/Script-98FC14A17AE980A9AFF43520.sh (in target 'MLTableGen' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/llvm-ml/LLVM.build/RelWithDebInfo/MLTableGen.build/Script-98FC14A17AE980A9AFF43520.sh
PhaseScriptExecution Generate\ tools/dsymutil/CMakeFiles/DsymutilTableGen /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/dsymutil/LLVM.build/RelWithDebInfo/DsymutilTableGen.build/Script-D90C74634E4A5DEC068EF7DB.sh (in target 'DsymutilTableGen' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/dsymutil/LLVM.build/RelWithDebInfo/DsymutilTableGen.build/Script-D90C74634E4A5DEC068EF7DB.sh
PhaseScriptExecution Generate\ utils/llvm-locstats/CMakeFiles/llvm-locstats /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/utils/llvm-locstats/LLVM.build/RelWithDebInfo/llvm-locstats.build/Script-2C57F9ACF0C1E60836EC2617.sh (in target 'llvm-locstats' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/utils/llvm-locstats/LLVM.build/RelWithDebInfo/llvm-locstats.build/Script-2C57F9ACF0C1E60836EC2617.sh
PhaseScriptExecution Generate\ tools/bugpoint-passes/CMakeFiles/BugpointPasses_exports /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/bugpoint-passes/LLVM.build/RelWithDebInfo/BugpointPasses_exports.build/Script-0B57906B7401EBD62B4605A7.sh (in target 'BugpointPasses_exports' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/bugpoint-passes/LLVM.build/RelWithDebInfo/BugpointPasses_exports.build/Script-0B57906B7401EBD62B4605A7.sh
PhaseScriptExecution Generate\ tools/llvm-ar/CMakeFiles/llvm-ranlib /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/llvm-ar/LLVM.build/RelWithDebInfo/llvm-ranlib.build/Script-2A63C8C01D70621E8406B41B.sh (in target 'llvm-ranlib' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/llvm-ar/LLVM.build/RelWithDebInfo/llvm-ranlib.build/Script-2A63C8C01D70621E8406B41B.sh
PhaseScriptExecution Generate\ tools/llvm-ar/CMakeFiles/llvm-lib /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/llvm-ar/LLVM.build/RelWithDebInfo/llvm-lib.build/Script-98140B7BB17B4502C0355260.sh (in target 'llvm-lib' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/llvm-ar/LLVM.build/RelWithDebInfo/llvm-lib.build/Script-98140B7BB17B4502C0355260.sh
PhaseScriptExecution Generate\ tools/llvm-ar/CMakeFiles/llvm-dlltool /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/llvm-ar/LLVM.build/RelWithDebInfo/llvm-dlltool.build/Script-91740598317822F1BAE34B7C.sh (in target 'llvm-dlltool' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/llvm-ar/LLVM.build/RelWithDebInfo/llvm-dlltool.build/Script-91740598317822F1BAE34B7C.sh
PhaseScriptExecution Generate\ tools/clang/tools/IndexStore/CMakeFiles/IndexStore_exports /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/tools/IndexStore/LLVM.build/RelWithDebInfo/IndexStore_exports.build/Script-CEBD3132AFC11ECE93111172.sh (in target 'IndexStore_exports' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/tools/IndexStore/LLVM.build/RelWithDebInfo/IndexStore_exports.build/Script-CEBD3132AFC11ECE93111172.sh
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/tools/IndexStore/LLVM.build/RelWithDebInfo/IndexStore.build/Script-26B2D249DB217351D64BEFF8.sh (in target 'IndexStore' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/tools/IndexStore/LLVM.build/RelWithDebInfo/IndexStore.build/Script-26B2D249DB217351D64BEFF8.sh
PhaseScriptExecution Generate\ tools/lto/CMakeFiles/LTO_exports /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/lto/LLVM.build/RelWithDebInfo/LTO_exports.build/Script-861DB72CFC3B3F4901CDEA3B.sh (in target 'LTO_exports' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/lto/LLVM.build/RelWithDebInfo/LTO_exports.build/Script-861DB72CFC3B3F4901CDEA3B.sh
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/lto/LLVM.build/RelWithDebInfo/LTO.build/Script-F2C7FCF55075EA23E81659EC.sh (in target 'LTO' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/lto/LLVM.build/RelWithDebInfo/LTO.build/Script-F2C7FCF55075EA23E81659EC.sh
PhaseScriptExecution Generate\ tools/clang/lib/Headers/CMakeFiles/clang-resource-headers /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/lib/Headers/LLVM.build/RelWithDebInfo/clang-resource-headers.build/Script-A748F3B86F4CF60B3C18C000.sh (in target 'clang-resource-headers' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/lib/Headers/LLVM.build/RelWithDebInfo/clang-resource-headers.build/Script-A748F3B86F4CF60B3C18C000.sh
PhaseScriptExecution Generate\ tools/clang/tools/libclang/CMakeFiles/libclang_exports /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/tools/libclang/LLVM.build/RelWithDebInfo/libclang_exports.build/Script-44951B1E662F724C132A7BFA.sh (in target 'libclang_exports' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/tools/libclang/LLVM.build/RelWithDebInfo/libclang_exports.build/Script-44951B1E662F724C132A7BFA.sh
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/tools/clang-shlib/LLVM.build/RelWithDebInfo/clang-cpp.build/Script-2BFDB9090C9D5B6D76DEB337.sh (in target 'clang-cpp' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/tools/clang-shlib/LLVM.build/RelWithDebInfo/clang-cpp.build/Script-2BFDB9090C9D5B6D76DEB337.sh
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/tools/libclang/LLVM.build/RelWithDebInfo/libclang.build/Script-FEB49150AE601D157FB8E656.sh (in target 'libclang' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/tools/libclang/LLVM.build/RelWithDebInfo/libclang.build/Script-FEB49150AE601D157FB8E656.sh
PhaseScriptExecution Generate\ tools/clang/tools/driver/CMakeFiles/clang-features-file /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/tools/driver/LLVM.build/RelWithDebInfo/clang-features-file.build/Script-5E4F311D7DB2360BC2A222C6.sh (in target 'clang-features-file' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/tools/driver/LLVM.build/RelWithDebInfo/clang-features-file.build/Script-5E4F311D7DB2360BC2A222C6.sh
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/tools/driver/LLVM.build/RelWithDebInfo/clang.build/Script-5F85C0BA04DF68CB36DA45A2.sh (in target 'clang' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/tools/driver/LLVM.build/RelWithDebInfo/clang.build/Script-5F85C0BA04DF68CB36DA45A2.sh
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/tools/extra/clangd/xpc/framework/LLVM.build/RelWithDebInfo/ClangdXPCLib.build/Script-43D2D94FCAC15308F071AD36.sh (in target 'ClangdXPCLib' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/tools/extra/clangd/xpc/framework/LLVM.build/RelWithDebInfo/ClangdXPCLib.build/Script-43D2D94FCAC15308F071AD36.sh
PhaseScriptExecution Generate\ tools/clang/tools/extra/clangd/xpc/framework/CMakeFiles/ClangdXPC /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/tools/extra/clangd/xpc/framework/LLVM.build/RelWithDebInfo/ClangdXPC.build/Script-829C96F339EC975C27FFCC1B.sh (in target 'ClangdXPC' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/tools/extra/clangd/xpc/framework/LLVM.build/RelWithDebInfo/ClangdXPC.build/Script-829C96F339EC975C27FFCC1B.sh
PhaseScriptExecution Generate\ CMakeFiles/ALL_BUILD /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/LLVM.build/RelWithDebInfo/ALL_BUILD.build/Script-557271B2D77B4C8880465651.sh (in target 'ALL_BUILD' from project 'LLVM')
cd /Users/alexander/Developer/swift-project/llvm-project/llvm
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/LLVM.build/RelWithDebInfo/ALL_BUILD.build/Script-557271B2D77B4C8880465651.sh
Build all projects
** BUILD SUCCEEDED **
+ /usr/local/bin/cmake --build /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64 --target ZERO_CHECK --config RelWithDebInfo
Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project Swift.xcodeproj build -target ZERO_CHECK -parallelizeTargets -configuration RelWithDebInfo -hideShellScriptEnvironment
User defaults from command line:
HideShellScriptEnvironment = YES
Build settings from command line:
TOOLCHAINS = default
note: Using new build system
note: Building targets in parallel
note: Planning build
note: Using build description from disk
PhaseScriptExecution Generate\ CMakeFiles/ZERO_CHECK /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/Swift.build/RelWithDebInfo/ZERO_CHECK.build/Script-2124196C67C435F8D7FE588F.sh (in target 'ZERO_CHECK' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/Swift.build/RelWithDebInfo/ZERO_CHECK.build/Script-2124196C67C435F8D7FE588F.sh
make: `/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/CMakeFiles/cmake.check_cache' is up to date.
** BUILD SUCCEEDED **
+ /usr/local/bin/cmake --build /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64 --target ZERO_CHECK --config RelWithDebInfo -- -parallelizeTargets -jobs 16 -target ALL_BUILD -target swift-test-stdlib-macosx-x86_64
Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project Swift.xcodeproj build -target ZERO_CHECK -parallelizeTargets -configuration RelWithDebInfo -hideShellScriptEnvironment -parallelizeTargets -jobs 16 -target ALL_BUILD -target swift-test-stdlib-macosx-x86_64
User defaults from command line:
HideShellScriptEnvironment = YES
IDEBuildOperationMaxNumberOfConcurrentCompileTasks = 16
Build settings from command line:
TOOLCHAINS = default
Build Preparation
Build task concurrency set to 16 via user default IDEBuildOperationMaxNumberOfConcurrentCompileTasks
note: Using new build system
note: Building targets in parallel
note: Planning build
note: Using build description from disk
PhaseScriptExecution Generate\ stdlib/public/stubs/CMakeFiles/stdlib-public-stubs-8-SwiftNativeNSXXXBase.mm /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/stubs/Swift.build/RelWithDebInfo/stdlib-public-stubs-8-SwiftNativeNSXXXBase.mm.build/Script-1F61F65E3B6F290B6BDC3B52.sh (in target 'stdlib-public-stubs-8-SwiftNativeNSXXXBase.mm' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/stubs/Swift.build/RelWithDebInfo/stdlib-public-stubs-8-SwiftNativeNSXXXBase.mm.build/Script-1F61F65E3B6F290B6BDC3B52.sh
PhaseScriptExecution Generate\ include/swift/Syntax/CMakeFiles/include-swift-Syntax-SyntaxNodes.h /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Syntax/Swift.build/RelWithDebInfo/include-swift-Syntax-SyntaxNodes.h.build/Script-087FCA131A59FAE0C0DB9BBD.sh (in target 'include-swift-Syntax-SyntaxNodes.h' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Syntax/Swift.build/RelWithDebInfo/include-swift-Syntax-SyntaxNodes.h.build/Script-087FCA131A59FAE0C0DB9BBD.sh
PhaseScriptExecution Generate\ tools/SourceKit/include/SourceKit/Core/CMakeFiles/tools-SourceKit-include-SourceKit-Core-ProtocolUIDs.def /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/tools/SourceKit/include/SourceKit/Core/Swift.build/RelWithDebInfo/tools-SourceKit-include-SourceKit-Core-ProtocolUIDs.def.build/Script-5DD9EDF907362C9A18DAEE06.sh (in target 'tools-SourceKit-include-SourceKit-Core-ProtocolUIDs.def' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/tools/SourceKit/include/SourceKit/Core/Swift.build/RelWithDebInfo/tools-SourceKit-include-SourceKit-Core-ProtocolUIDs.def.build/Script-5DD9EDF907362C9A18DAEE06.sh
PhaseScriptExecution Generate\ include/swift/Parse/CMakeFiles/include-swift-Parse-ParsedSyntaxRecorder.h /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Parse/Swift.build/RelWithDebInfo/include-swift-Parse-ParsedSyntaxRecorder.h.build/Script-D28D92AC59877FE2F9926E0E.sh (in target 'include-swift-Parse-ParsedSyntaxRecorder.h' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Parse/Swift.build/RelWithDebInfo/include-swift-Parse-ParsedSyntaxRecorder.h.build/Script-D28D92AC59877FE2F9926E0E.sh
PhaseScriptExecution Generate\ CMakeFiles/ZERO_CHECK /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/Swift.build/RelWithDebInfo/ZERO_CHECK.build/Script-2124196C67C435F8D7FE588F.sh (in target 'ZERO_CHECK' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/Swift.build/RelWithDebInfo/ZERO_CHECK.build/Script-2124196C67C435F8D7FE588F.sh
make: `/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/CMakeFiles/cmake.check_cache' is up to date.
PhaseScriptExecution Generate\ tools/SourceKit/tools/sourcekitd/bin/XPC/Client/CMakeFiles/sourcekitd_exports /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/tools/SourceKit/tools/sourcekitd/bin/XPC/Client/Swift.build/RelWithDebInfo/sourcekitd_exports.build/Script-39C0396B3301C3863823A6F8.sh (in target 'sourcekitd_exports' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/tools/SourceKit/tools/sourcekitd/bin/XPC/Client/Swift.build/RelWithDebInfo/sourcekitd_exports.build/Script-39C0396B3301C3863823A6F8.sh
PhaseScriptExecution Generate\ tools/SourceKit/include/SourceKit/Core/CMakeFiles/generated_sourcekit_uids /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/tools/SourceKit/include/SourceKit/Core/Swift.build/RelWithDebInfo/generated_sourcekit_uids.build/Script-BA31A2715F1F74569D915AE2.sh (in target 'generated_sourcekit_uids' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/tools/SourceKit/include/SourceKit/Core/Swift.build/RelWithDebInfo/generated_sourcekit_uids.build/Script-BA31A2715F1F74569D915AE2.sh
PhaseScriptExecution Generate\ include/swift/Syntax/CMakeFiles/include-swift-Syntax-Trivia.h /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Syntax/Swift.build/RelWithDebInfo/include-swift-Syntax-Trivia.h.build/Script-B4D1D70667E592DC3DAA8FFF.sh (in target 'include-swift-Syntax-Trivia.h' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Syntax/Swift.build/RelWithDebInfo/include-swift-Syntax-Trivia.h.build/Script-B4D1D70667E592DC3DAA8FFF.sh
PhaseScriptExecution Generate\ include/swift/Parse/CMakeFiles/include-swift-Parse-ParsedSyntaxBuilders.h /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Parse/Swift.build/RelWithDebInfo/include-swift-Parse-ParsedSyntaxBuilders.h.build/Script-E7323732BCA9812C58FF55DD.sh (in target 'include-swift-Parse-ParsedSyntaxBuilders.h' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Parse/Swift.build/RelWithDebInfo/include-swift-Parse-ParsedSyntaxBuilders.h.build/Script-E7323732BCA9812C58FF55DD.sh
PhaseScriptExecution Generate\ include/swift/Syntax/CMakeFiles/include-swift-Syntax-SyntaxFactory.h /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Syntax/Swift.build/RelWithDebInfo/include-swift-Syntax-SyntaxFactory.h.build/Script-15674F6E2C109981E505FC77.sh (in target 'include-swift-Syntax-SyntaxFactory.h' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Syntax/Swift.build/RelWithDebInfo/include-swift-Syntax-SyntaxFactory.h.build/Script-15674F6E2C109981E505FC77.sh
PhaseScriptExecution Generate\ include/swift/Parse/CMakeFiles/include-swift-Parse-ParsedSyntaxNodes.h /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Parse/Swift.build/RelWithDebInfo/include-swift-Parse-ParsedSyntaxNodes.h.build/Script-5BC12A1D2379973D0C338CE6.sh (in target 'include-swift-Parse-ParsedSyntaxNodes.h' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Parse/Swift.build/RelWithDebInfo/include-swift-Parse-ParsedSyntaxNodes.h.build/Script-5BC12A1D2379973D0C338CE6.sh
PhaseScriptExecution Generate\ include/swift/Syntax/CMakeFiles/include-swift-Syntax-SyntaxKind.h /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Syntax/Swift.build/RelWithDebInfo/include-swift-Syntax-SyntaxKind.h.build/Script-44B0467C5E189614995D07DD.sh (in target 'include-swift-Syntax-SyntaxKind.h' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Syntax/Swift.build/RelWithDebInfo/include-swift-Syntax-SyntaxKind.h.build/Script-44B0467C5E189614995D07DD.sh
PhaseScriptExecution Generate\ include/swift/Parse/CMakeFiles/swift-parse-syntax-generated-headers /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Parse/Swift.build/RelWithDebInfo/swift-parse-syntax-generated-headers.build/Script-B8D47EC41EACE97E0D30613E.sh (in target 'swift-parse-syntax-generated-headers' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Parse/Swift.build/RelWithDebInfo/swift-parse-syntax-generated-headers.build/Script-B8D47EC41EACE97E0D30613E.sh
PhaseScriptExecution Generate\ include/swift/Syntax/CMakeFiles/include-swift-Syntax-SyntaxVisitor.h /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Syntax/Swift.build/RelWithDebInfo/include-swift-Syntax-SyntaxVisitor.h.build/Script-D18C38B3F9C328D54182554B.sh (in target 'include-swift-Syntax-SyntaxVisitor.h' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Syntax/Swift.build/RelWithDebInfo/include-swift-Syntax-SyntaxVisitor.h.build/Script-D18C38B3F9C328D54182554B.sh
PhaseScriptExecution Generate\ include/swift/Syntax/CMakeFiles/include-swift-Syntax-TokenKinds.def /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Syntax/Swift.build/RelWithDebInfo/include-swift-Syntax-TokenKinds.def.build/Script-102543E6A85BC78CACF6302A.sh (in target 'include-swift-Syntax-TokenKinds.def' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Syntax/Swift.build/RelWithDebInfo/include-swift-Syntax-TokenKinds.def.build/Script-102543E6A85BC78CACF6302A.sh
PhaseScriptExecution Generate\ include/swift/Syntax/CMakeFiles/include-swift-Syntax-SyntaxBuilders.h /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Syntax/Swift.build/RelWithDebInfo/include-swift-Syntax-SyntaxBuilders.h.build/Script-54B08CEAAA9263A9D85E38B6.sh (in target 'include-swift-Syntax-SyntaxBuilders.h' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Syntax/Swift.build/RelWithDebInfo/include-swift-Syntax-SyntaxBuilders.h.build/Script-54B08CEAAA9263A9D85E38B6.sh
PhaseScriptExecution Generate\ include/swift/Syntax/CMakeFiles/swift-syntax-generated-headers /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Syntax/Swift.build/RelWithDebInfo/swift-syntax-generated-headers.build/Script-DC5A8BBF340ECC2482F0AE21.sh (in target 'swift-syntax-generated-headers' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Syntax/Swift.build/RelWithDebInfo/swift-syntax-generated-headers.build/Script-DC5A8BBF340ECC2482F0AE21.sh
PhaseScriptExecution Generate\ lib/Option/CMakeFiles/swift-features-file /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/lib/Option/Swift.build/RelWithDebInfo/swift-features-file.build/Script-79487476FD4D552779C57EB2.sh (in target 'swift-features-file' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/lib/Option/Swift.build/RelWithDebInfo/swift-features-file.build/Script-79487476FD4D552779C57EB2.sh
PhaseScriptExecution Generate\ include/swift/Option/CMakeFiles/SwiftOptions /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Option/Swift.build/RelWithDebInfo/SwiftOptions.build/Script-51B76E2C1BACD27E42AC58C0.sh (in target 'SwiftOptions' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Option/Swift.build/RelWithDebInfo/SwiftOptions.build/Script-51B76E2C1BACD27E42AC58C0.sh
PhaseScriptExecution Generate\ utils/api_checker/CMakeFiles/symlink_abi_checker_data /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/utils/api_checker/Swift.build/RelWithDebInfo/symlink_abi_checker_data.build/Script-E292F279FB9CADACB398C5B1.sh (in target 'symlink_abi_checker_data' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/utils/api_checker/Swift.build/RelWithDebInfo/symlink_abi_checker_data.build/Script-E292F279FB9CADACB398C5B1.sh
PhaseScriptExecution Generate\ lib/ClangImporter/CMakeFiles/lib-ClangImporter-SortedCFDatabase.def /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/lib/ClangImporter/Swift.build/RelWithDebInfo/lib-ClangImporter-SortedCFDatabase.def.build/Script-24534F9A79D397E7F316927B.sh (in target 'lib-ClangImporter-SortedCFDatabase.def' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/lib/ClangImporter/Swift.build/RelWithDebInfo/lib-ClangImporter-SortedCFDatabase.def.build/Script-24534F9A79D397E7F316927B.sh
PhaseScriptExecution Generate\ lib/ClangImporter/CMakeFiles/generated_sorted_cf_database /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/lib/ClangImporter/Swift.build/RelWithDebInfo/generated_sorted_cf_database.build/Script-577A574609CBFC1CD01830F4.sh (in target 'generated_sorted_cf_database' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/lib/ClangImporter/Swift.build/RelWithDebInfo/generated_sorted_cf_database.build/Script-577A574609CBFC1CD01830F4.sh
PhaseScriptExecution Generate\ docs/tools/CMakeFiles/docs-tools-swift.1 /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/docs/tools/Swift.build/RelWithDebInfo/docs-tools-swift.1.build/Script-980508F4B11089DD4526FD78.sh (in target 'docs-tools-swift.1' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/docs/tools/Swift.build/RelWithDebInfo/docs-tools-swift.1.build/Script-980508F4B11089DD4526FD78.sh
PhaseScriptExecution Generate\ lib/Migrator/CMakeFiles/symlink_migrator_data /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/lib/Migrator/Swift.build/RelWithDebInfo/symlink_migrator_data.build/Script-6FF49DF7A3C3B3053CED116B.sh (in target 'symlink_migrator_data' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/lib/Migrator/Swift.build/RelWithDebInfo/symlink_migrator_data.build/Script-6FF49DF7A3C3B3053CED116B.sh
PhaseScriptExecution Generate\ stdlib/toolchain/legacy_layouts/CMakeFiles/copy-legacy-layouts-macosx-x86_64 /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/toolchain/legacy_layouts/Swift.build/RelWithDebInfo/copy-legacy-layouts-macosx-x86_64.build/Script-2FAF7D08CC36DB1497B31CC1.sh (in target 'copy-legacy-layouts-macosx-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/toolchain/legacy_layouts/Swift.build/RelWithDebInfo/copy-legacy-layouts-macosx-x86_64.build/Script-2FAF7D08CC36DB1497B31CC1.sh
PhaseScriptExecution Generate\ apinotes/CMakeFiles/copy_apinotes /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/apinotes/Swift.build/RelWithDebInfo/copy_apinotes.build/Script-55963F412DD4B32EE8E166EB.sh (in target 'copy_apinotes' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/apinotes/Swift.build/RelWithDebInfo/copy_apinotes.build/Script-55963F412DD4B32EE8E166EB.sh
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/tools/SourceKit/tools/sourcekitd/bin/XPC/Service/Swift.build/RelWithDebInfo/SourceKitService.build/Script-77B0F5706236BD1BC0B0B749.sh (in target 'SourceKitService' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/tools/SourceKit/tools/sourcekitd/bin/XPC/Service/Swift.build/RelWithDebInfo/SourceKitService.build/Script-77B0F5706236BD1BC0B0B749.sh
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/BlocksRuntimeStubs/Swift.build/RelWithDebInfo/BlocksRuntimeStub-macosx-x86_64.build/Script-7FFD5888CFCA68373BDA74FF.sh (in target 'BlocksRuntimeStub-macosx-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/BlocksRuntimeStubs/Swift.build/RelWithDebInfo/BlocksRuntimeStub-macosx-x86_64.build/Script-7FFD5888CFCA68373BDA74FF.sh
PhaseScriptExecution CMake\ PreBuild\ Rules /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/tools/SourceKit/tools/sourcekitd/bin/XPC/Client/Swift.build/RelWithDebInfo/sourcekitd.build/Script-5E8010C3AF45AF79D9354D38.sh (in target 'sourcekitd' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/tools/SourceKit/tools/sourcekitd/bin/XPC/Client/Swift.build/RelWithDebInfo/sourcekitd.build/Script-5E8010C3AF45AF79D9354D38.sh
PhaseScriptExecution Generate\ stdlib/toolchain/CompatibilityDynamicReplacements/CMakeFiles/swiftCompatibilityDynamicReplacements-macosx /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/toolchain/CompatibilityDynamicReplacements/Swift.build/RelWithDebInfo/swiftCompatibilityDynamicReplacements-macosx.build/Script-45401DA73C5C6C97D6FA8919.sh (in target 'swiftCompatibilityDynamicReplacements-macosx' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/toolchain/CompatibilityDynamicReplacements/Swift.build/RelWithDebInfo/swiftCompatibilityDynamicReplacements-macosx.build/Script-45401DA73C5C6C97D6FA8919.sh
PhaseScriptExecution Generate\ stdlib/toolchain/Compatibility50/CMakeFiles/swiftCompatibility50-macosx /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/toolchain/Compatibility50/Swift.build/RelWithDebInfo/swiftCompatibility50-macosx.build/Script-67D14B3C97E555743D364F90.sh (in target 'swiftCompatibility50-macosx' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/toolchain/Compatibility50/Swift.build/RelWithDebInfo/swiftCompatibility50-macosx.build/Script-67D14B3C97E555743D364F90.sh
PhaseScriptExecution Generate\ stdlib/toolchain/Compatibility51/CMakeFiles/swiftCompatibility51-macosx /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/toolchain/Compatibility51/Swift.build/RelWithDebInfo/swiftCompatibility51-macosx.build/Script-4F3CB05E6F7A89DE9CE20CBE.sh (in target 'swiftCompatibility51-macosx' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/toolchain/Compatibility51/Swift.build/RelWithDebInfo/swiftCompatibility51-macosx.build/Script-4F3CB05E6F7A89DE9CE20CBE.sh
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/lib/SwiftDemangle/Swift.build/RelWithDebInfo/swiftDemangle.build/Script-98ECACD4E280F3C1EB59C4CE.sh (in target 'swiftDemangle' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/lib/SwiftDemangle/Swift.build/RelWithDebInfo/swiftDemangle.build/Script-98ECACD4E280F3C1EB59C4CE.sh
PhaseScriptExecution Generate\ tools/libSwiftSyntaxParser/CMakeFiles/libSwiftSyntaxParser_exports /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/tools/libSwiftSyntaxParser/Swift.build/RelWithDebInfo/libSwiftSyntaxParser_exports.build/Script-F7105DA7232F3AEC45D71D1E.sh (in target 'libSwiftSyntaxParser_exports' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/tools/libSwiftSyntaxParser/Swift.build/RelWithDebInfo/libSwiftSyntaxParser_exports.build/Script-F7105DA7232F3AEC45D71D1E.sh
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/tools/libSwiftSyntaxParser/Swift.build/RelWithDebInfo/libSwiftSyntaxParser.build/Script-D4A071DFFB0492ACEB2D2822.sh (in target 'libSwiftSyntaxParser' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/tools/libSwiftSyntaxParser/Swift.build/RelWithDebInfo/libSwiftSyntaxParser.build/Script-D4A071DFFB0492ACEB2D2822.sh
PhaseScriptExecution Generate\ tools/SourceKit/tools/sourcekitd/bin/InProc/CMakeFiles/sourcekitdInProc_exports /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/tools/SourceKit/tools/sourcekitd/bin/InProc/Swift.build/RelWithDebInfo/sourcekitdInProc_exports.build/Script-67BB9F13FDCDA816ABF6303F.sh (in target 'sourcekitdInProc_exports' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/tools/SourceKit/tools/sourcekitd/bin/InProc/Swift.build/RelWithDebInfo/sourcekitdInProc_exports.build/Script-67BB9F13FDCDA816ABF6303F.sh
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/tools/SourceKit/tools/sourcekitd/bin/InProc/Swift.build/RelWithDebInfo/sourcekitdInProc.build/Script-D4FC11B28889EF1E508570E1.sh (in target 'sourcekitdInProc' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/tools/SourceKit/tools/sourcekitd/bin/InProc/Swift.build/RelWithDebInfo/sourcekitdInProc.build/Script-D4FC11B28889EF1E508570E1.sh
PhaseScriptExecution Generate\ tools/libSwiftScan/CMakeFiles/libSwiftScan_exports /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/tools/libSwiftScan/Swift.build/RelWithDebInfo/libSwiftScan_exports.build/Script-533776400641F292BB1164AB.sh (in target 'libSwiftScan_exports' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/tools/libSwiftScan/Swift.build/RelWithDebInfo/libSwiftScan_exports.build/Script-533776400641F292BB1164AB.sh
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/tools/libSwiftScan/Swift.build/RelWithDebInfo/libSwiftScan.build/Script-D2DE185B79DB9947A6086961.sh (in target 'libSwiftScan' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/tools/libSwiftScan/Swift.build/RelWithDebInfo/libSwiftScan.build/Script-D2DE185B79DB9947A6086961.sh
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/tools/swift-ide-test/Swift.build/RelWithDebInfo/swift-ide-test.build/Script-67F91B320E338B09952AAC9C.sh (in target 'swift-ide-test' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/tools/swift-ide-test/Swift.build/RelWithDebInfo/swift-ide-test.build/Script-67F91B320E338B09952AAC9C.sh
PhaseScriptExecution Generate\ localization/CMakeFiles/diagnostic-database /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/localization/Swift.build/RelWithDebInfo/diagnostic-database.build/Script-3F2F3D42649AAA6856BC64D9.sh (in target 'diagnostic-database' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/localization/Swift.build/RelWithDebInfo/diagnostic-database.build/Script-3F2F3D42649AAA6856BC64D9.sh
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/tools/driver/Swift.build/RelWithDebInfo/swift-frontend.build/Script-B62F7C80FE193DF7F2D3DDC1.sh (in target 'swift-frontend' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/tools/driver/Swift.build/RelWithDebInfo/swift-frontend.build/Script-B62F7C80FE193DF7F2D3DDC1.sh
PhaseScriptExecution Generate\ tools/SourceKit/tools/sourcekitd-test/CMakeFiles/sourcekitdTestOptionsTableGen /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/tools/SourceKit/tools/sourcekitd-test/Swift.build/RelWithDebInfo/sourcekitdTestOptionsTableGen.build/Script-683BE4283F2681C72C8BF8A1.sh (in target 'sourcekitdTestOptionsTableGen' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/tools/SourceKit/tools/sourcekitd-test/Swift.build/RelWithDebInfo/sourcekitdTestOptionsTableGen.build/Script-683BE4283F2681C72C8BF8A1.sh
PhaseScriptExecution Generate\ stdlib/public/Reflection/CMakeFiles/swiftReflection-macosx /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Reflection/Swift.build/RelWithDebInfo/swiftReflection-macosx.build/Script-FB671EC2C07A6FFF706C7CAC.sh (in target 'swiftReflection-macosx' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Reflection/Swift.build/RelWithDebInfo/swiftReflection-macosx.build/Script-FB671EC2C07A6FFF706C7CAC.sh
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/SwiftRemoteMirror/Swift.build/RelWithDebInfo/swiftRemoteMirror-macosx-x86_64.build/Script-D2297CF58F9081E532C17BBB.sh (in target 'swiftRemoteMirror-macosx-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/SwiftRemoteMirror/Swift.build/RelWithDebInfo/swiftRemoteMirror-macosx-x86_64.build/Script-D2297CF58F9081E532C17BBB.sh
PhaseScriptExecution Generate\ stdlib/public/core/CMakeFiles/stdlib-public-core-8-UnsafeRawBufferPointer.swift /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/core/Swift.build/RelWithDebInfo/stdlib-public-core-8-UnsafeRawBufferPointer.swift.build/Script-00B1FF2FE8053CDE799C4B13.sh (in target 'stdlib-public-core-8-UnsafeRawBufferPointer.swift' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/core/Swift.build/RelWithDebInfo/stdlib-public-core-8-UnsafeRawBufferPointer.swift.build/Script-00B1FF2FE8053CDE799C4B13.sh
PhaseScriptExecution Generate\ stdlib/public/core/CMakeFiles/stdlib-public-core-8-UnsafeBufferPointer.swift /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/core/Swift.build/RelWithDebInfo/stdlib-public-core-8-UnsafeBufferPointer.swift.build/Script-0B41F794C8C05CBDBBC2595D.sh (in target 'stdlib-public-core-8-UnsafeBufferPointer.swift' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/core/Swift.build/RelWithDebInfo/stdlib-public-core-8-UnsafeBufferPointer.swift.build/Script-0B41F794C8C05CBDBBC2595D.sh
PhaseScriptExecution Generate\ stdlib/public/core/CMakeFiles/stdlib-public-core-8-Tuple.swift /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/core/Swift.build/RelWithDebInfo/stdlib-public-core-8-Tuple.swift.build/Script-A9D493E10715F578450CEA07.sh (in target 'stdlib-public-core-8-Tuple.swift' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/core/Swift.build/RelWithDebInfo/stdlib-public-core-8-Tuple.swift.build/Script-A9D493E10715F578450CEA07.sh
PhaseScriptExecution Generate\ stdlib/public/core/CMakeFiles/stdlib-public-core-8-FloatingPointTypes.swift /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/core/Swift.build/RelWithDebInfo/stdlib-public-core-8-FloatingPointTypes.swift.build/Script-2C87F8CD41839EB61DA70765.sh (in target 'stdlib-public-core-8-FloatingPointTypes.swift' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/core/Swift.build/RelWithDebInfo/stdlib-public-core-8-FloatingPointTypes.swift.build/Script-2C87F8CD41839EB61DA70765.sh
PhaseScriptExecution Generate\ stdlib/public/core/CMakeFiles/stdlib-public-core-8-FloatingPointParsing.swift /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/core/Swift.build/RelWithDebInfo/stdlib-public-core-8-FloatingPointParsing.swift.build/Script-E877CD7B7D54C648875D7F57.sh (in target 'stdlib-public-core-8-FloatingPointParsing.swift' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/core/Swift.build/RelWithDebInfo/stdlib-public-core-8-FloatingPointParsing.swift.build/Script-E877CD7B7D54C648875D7F57.sh
PhaseScriptExecution Generate\ stdlib/public/core/CMakeFiles/stdlib-public-core-8-AtomicInt.swift /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/core/Swift.build/RelWithDebInfo/stdlib-public-core-8-AtomicInt.swift.build/Script-2539878A514C0EAF1AFDA2C5.sh (in target 'stdlib-public-core-8-AtomicInt.swift' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/core/Swift.build/RelWithDebInfo/stdlib-public-core-8-AtomicInt.swift.build/Script-2539878A514C0EAF1AFDA2C5.sh
PhaseScriptExecution Generate\ stdlib/public/core/CMakeFiles/stdlib-public-core-8-IntegerTypes.swift /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/core/Swift.build/RelWithDebInfo/stdlib-public-core-8-IntegerTypes.swift.build/Script-8578592488BDC2AE30ABF3A3.sh (in target 'stdlib-public-core-8-IntegerTypes.swift' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/core/Swift.build/RelWithDebInfo/stdlib-public-core-8-IntegerTypes.swift.build/Script-8578592488BDC2AE30ABF3A3.sh
PhaseScriptExecution Generate\ stdlib/public/core/CMakeFiles/stdlib-public-core-8-SIMDVectorTypes.swift /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/core/Swift.build/RelWithDebInfo/stdlib-public-core-8-SIMDVectorTypes.swift.build/Script-FCAE1F1D9C437D60DB2FAF9C.sh (in target 'stdlib-public-core-8-SIMDVectorTypes.swift' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/core/Swift.build/RelWithDebInfo/stdlib-public-core-8-SIMDVectorTypes.swift.build/Script-FCAE1F1D9C437D60DB2FAF9C.sh
PhaseScriptExecution Generate\ stdlib/public/core/CMakeFiles/stdlib-public-core-OSX-x86_64 /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/core/Swift.build/RelWithDebInfo/stdlib-public-core-OSX-x86_64.build/Script-9F7109DD66DC2F64D577D30C.sh (in target 'stdlib-public-core-OSX-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/core/Swift.build/RelWithDebInfo/stdlib-public-core-OSX-x86_64.build/Script-9F7109DD66DC2F64D577D30C.sh
PhaseScriptExecution Generate\ stdlib/public/SwiftShims/CMakeFiles/symlink_clang_headers /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/SwiftShims/Swift.build/RelWithDebInfo/symlink_clang_headers.build/Script-C89262D676B7EF5C03F2EF52.sh (in target 'symlink_clang_headers' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/SwiftShims/Swift.build/RelWithDebInfo/symlink_clang_headers.build/Script-C89262D676B7EF5C03F2EF52.sh
PhaseScriptExecution Generate\ stdlib/public/SwiftShims/CMakeFiles/copy_shim_headers /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/SwiftShims/Swift.build/RelWithDebInfo/copy_shim_headers.build/Script-77099F7407DC9D66B6117672.sh (in target 'copy_shim_headers' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/SwiftShims/Swift.build/RelWithDebInfo/copy_shim_headers.build/Script-77099F7407DC9D66B6117672.sh
PhaseScriptExecution Generate\ stdlib/public/core/CMakeFiles/lib-swift-macosx-Swift.swiftmodule-x86_64-apple-macos.swiftmodule /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/core/Swift.build/RelWithDebInfo/lib-swift-macosx-Swift.swiftmodule-x86_64-apple-macos.swiftmodule.build/Script-85E7CAB79D7FDED389DA17B8.sh (in target 'lib-swift-macosx-Swift.swiftmodule-x86_64-apple-macos.swiftmodule' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/core/Swift.build/RelWithDebInfo/lib-swift-macosx-Swift.swiftmodule-x86_64-apple-macos.swiftmodule.build/Script-85E7CAB79D7FDED389DA17B8.sh
PhaseScriptExecution Generate\ stdlib/public/core/CMakeFiles/stdlib-public-core-OSX-x86_64-Swift.o /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/core/Swift.build/RelWithDebInfo/stdlib-public-core-OSX-x86_64-Swift.o.build/Script-E25D069D21BB8821853FCC2E.sh (in target 'stdlib-public-core-OSX-x86_64-Swift.o' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/core/Swift.build/RelWithDebInfo/stdlib-public-core-OSX-x86_64-Swift.o.build/Script-E25D069D21BB8821853FCC2E.sh
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/core/Swift.build/RelWithDebInfo/swiftCore-macosx-x86_64.build/Script-931EE2ADAD1D731E6B5D89A6.sh (in target 'swiftCore-macosx-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/core/Swift.build/RelWithDebInfo/swiftCore-macosx-x86_64.build/Script-931EE2ADAD1D731E6B5D89A6.sh
PhaseScriptExecution Generate\ stdlib/public/SwiftOnoneSupport/CMakeFiles/stdlib-public-SwiftOnoneSupport-OSX-x86_64 /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/SwiftOnoneSupport/Swift.build/RelWithDebInfo/stdlib-public-SwiftOnoneSupport-OSX-x86_64.build/Script-E281975CA3DA7AE5057C1009.sh (in target 'stdlib-public-SwiftOnoneSupport-OSX-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/SwiftOnoneSupport/Swift.build/RelWithDebInfo/stdlib-public-SwiftOnoneSupport-OSX-x86_64.build/Script-E281975CA3DA7AE5057C1009.sh
PhaseScriptExecution Generate\ stdlib/public/core/CMakeFiles/swiftCore-swiftmodule-macosx-x86_64 /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/core/Swift.build/RelWithDebInfo/swiftCore-swiftmodule-macosx-x86_64.build/Script-6B6319AB60AB28DD24FA1C0E.sh (in target 'swiftCore-swiftmodule-macosx-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/core/Swift.build/RelWithDebInfo/swiftCore-swiftmodule-macosx-x86_64.build/Script-6B6319AB60AB28DD24FA1C0E.sh
PhaseScriptExecution Generate\ stdlib/public/SwiftOnoneSupport/CMakeFiles/lib-swift-macosx-SwiftOnoneSupport.swiftmodule-x86_64-apple-macos.swiftmodule /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/SwiftOnoneSupport/Swift.build/RelWithDebInfo/lib-swift-macosx-SwiftOnoneSupport.swiftmodule-x86_64-apple-macos.swiftmodule.build/Script-1081E8CA338D0FDD07338F09.sh (in target 'lib-swift-macosx-SwiftOnoneSupport.swiftmodule-x86_64-apple-macos.swiftmodule' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/SwiftOnoneSupport/Swift.build/RelWithDebInfo/lib-swift-macosx-SwiftOnoneSupport.swiftmodule-x86_64-apple-macos.swiftmodule.build/Script-1081E8CA338D0FDD07338F09.sh
PhaseScriptExecution Generate\ stdlib/public/SwiftOnoneSupport/CMakeFiles/stdlib-public-SwiftOnoneSupport-OSX-x86_64-SwiftOnoneSupport.o /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/SwiftOnoneSupport/Swift.build/RelWithDebInfo/stdlib-public-SwiftOnoneSupport-OSX-x86_64-SwiftOnoneSupport.o.build/Script-FF4FB07D09C014E10A08EC71.sh (in target 'stdlib-public-SwiftOnoneSupport-OSX-x86_64-SwiftOnoneSupport.o' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/SwiftOnoneSupport/Swift.build/RelWithDebInfo/stdlib-public-SwiftOnoneSupport-OSX-x86_64-SwiftOnoneSupport.o.build/Script-FF4FB07D09C014E10A08EC71.sh
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/SwiftOnoneSupport/Swift.build/RelWithDebInfo/swiftSwiftOnoneSupport-macosx-x86_64.build/Script-9857D783EFF0614DD69BAAD2.sh (in target 'swiftSwiftOnoneSupport-macosx-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/SwiftOnoneSupport/Swift.build/RelWithDebInfo/swiftSwiftOnoneSupport-macosx-x86_64.build/Script-9857D783EFF0614DD69BAAD2.sh
PhaseScriptExecution Generate\ stdlib/public/SwiftOnoneSupport/CMakeFiles/swiftSwiftOnoneSupport-macosx /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/SwiftOnoneSupport/Swift.build/RelWithDebInfo/swiftSwiftOnoneSupport-macosx.build/Script-9226F52A1C2AA0AFF3512183.sh (in target 'swiftSwiftOnoneSupport-macosx' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/SwiftOnoneSupport/Swift.build/RelWithDebInfo/swiftSwiftOnoneSupport-macosx.build/Script-9226F52A1C2AA0AFF3512183.sh
PhaseScriptExecution Generate\ stdlib/public/SwiftRemoteMirror/CMakeFiles/swiftRemoteMirror-macosx /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/SwiftRemoteMirror/Swift.build/RelWithDebInfo/swiftRemoteMirror-macosx.build/Script-DAE21E7C815F316AB0E40884.sh (in target 'swiftRemoteMirror-macosx' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/SwiftRemoteMirror/Swift.build/RelWithDebInfo/swiftRemoteMirror-macosx.build/Script-DAE21E7C815F316AB0E40884.sh
PhaseScriptExecution Generate\ stdlib/public/core/CMakeFiles/swiftCore-macosx /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/core/Swift.build/RelWithDebInfo/swiftCore-macosx.build/Script-C45D277D21EC3FB46A4950C7.sh (in target 'swiftCore-macosx' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/core/Swift.build/RelWithDebInfo/swiftCore-macosx.build/Script-C45D277D21EC3FB46A4950C7.sh
PhaseScriptExecution Generate\ stdlib/private/SwiftPrivate/CMakeFiles/stdlib-private-SwiftPrivate-OSX-x86_64 /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/SwiftPrivate/Swift.build/RelWithDebInfo/stdlib-private-SwiftPrivate-OSX-x86_64.build/Script-1553B132BE36E3613F9659A4.sh (in target 'stdlib-private-SwiftPrivate-OSX-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/SwiftPrivate/Swift.build/RelWithDebInfo/stdlib-private-SwiftPrivate-OSX-x86_64.build/Script-1553B132BE36E3613F9659A4.sh
PhaseScriptExecution Generate\ stdlib/private/SwiftPrivate/CMakeFiles/stdlib-private-SwiftPrivate-8-AtomicInt.swift /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/SwiftPrivate/Swift.build/RelWithDebInfo/stdlib-private-SwiftPrivate-8-AtomicInt.swift.build/Script-CF6155CBA44BE2CAB941EE6A.sh (in target 'stdlib-private-SwiftPrivate-8-AtomicInt.swift' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/SwiftPrivate/Swift.build/RelWithDebInfo/stdlib-private-SwiftPrivate-8-AtomicInt.swift.build/Script-CF6155CBA44BE2CAB941EE6A.sh
PhaseScriptExecution Generate\ stdlib/private/SwiftPrivate/CMakeFiles/lib-swift-macosx-SwiftPrivate.swiftmodule-x86_64-apple-macos.swiftmodule /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/SwiftPrivate/Swift.build/RelWithDebInfo/lib-swift-macosx-SwiftPrivate.swiftmodule-x86_64-apple-macos.swiftmodule.build/Script-9ACD286C4D02D7E6FE30A70D.sh (in target 'lib-swift-macosx-SwiftPrivate.swiftmodule-x86_64-apple-macos.swiftmodule' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/SwiftPrivate/Swift.build/RelWithDebInfo/lib-swift-macosx-SwiftPrivate.swiftmodule-x86_64-apple-macos.swiftmodule.build/Script-9ACD286C4D02D7E6FE30A70D.sh
PhaseScriptExecution Generate\ stdlib/private/SwiftPrivate/CMakeFiles/stdlib-private-SwiftPrivate-OSX-x86_64-SwiftPrivate.o /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/SwiftPrivate/Swift.build/RelWithDebInfo/stdlib-private-SwiftPrivate-OSX-x86_64-SwiftPrivate.o.build/Script-426F767B4B767785B878C15B.sh (in target 'stdlib-private-SwiftPrivate-OSX-x86_64-SwiftPrivate.o' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/SwiftPrivate/Swift.build/RelWithDebInfo/stdlib-private-SwiftPrivate-OSX-x86_64-SwiftPrivate.o.build/Script-426F767B4B767785B878C15B.sh
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/SwiftPrivate/Swift.build/RelWithDebInfo/swiftSwiftPrivate-macosx-x86_64.build/Script-1AEF84157A9733FC96D5E94B.sh (in target 'swiftSwiftPrivate-macosx-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/SwiftPrivate/Swift.build/RelWithDebInfo/swiftSwiftPrivate-macosx-x86_64.build/Script-1AEF84157A9733FC96D5E94B.sh
PhaseScriptExecution Generate\ stdlib/private/SwiftPrivate/CMakeFiles/swiftSwiftPrivate-macosx /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/SwiftPrivate/Swift.build/RelWithDebInfo/swiftSwiftPrivate-macosx.build/Script-1A61B7C1880C0D408F589ACA.sh (in target 'swiftSwiftPrivate-macosx' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/SwiftPrivate/Swift.build/RelWithDebInfo/swiftSwiftPrivate-macosx.build/Script-1A61B7C1880C0D408F589ACA.sh
PhaseScriptExecution Generate\ stdlib/public/Platform/CMakeFiles/stdlib-public-Platform-OSX-x86_64 /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Platform/Swift.build/RelWithDebInfo/stdlib-public-Platform-OSX-x86_64.build/Script-080D3389E4700A69E33104F0.sh (in target 'stdlib-public-Platform-OSX-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Platform/Swift.build/RelWithDebInfo/stdlib-public-Platform-OSX-x86_64.build/Script-080D3389E4700A69E33104F0.sh
PhaseScriptExecution Generate\ stdlib/public/Platform/CMakeFiles/stdlib-public-Platform-8-Darwin.swift /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Platform/Swift.build/RelWithDebInfo/stdlib-public-Platform-8-Darwin.swift.build/Script-5A2E5E56E0F87419C286E92D.sh (in target 'stdlib-public-Platform-8-Darwin.swift' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Platform/Swift.build/RelWithDebInfo/stdlib-public-Platform-8-Darwin.swift.build/Script-5A2E5E56E0F87419C286E92D.sh
PhaseScriptExecution Generate\ stdlib/public/Platform/CMakeFiles/stdlib-public-Platform-8-tgmath.swift /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Platform/Swift.build/RelWithDebInfo/stdlib-public-Platform-8-tgmath.swift.build/Script-AC488A36082FC976D95E39BA.sh (in target 'stdlib-public-Platform-8-tgmath.swift' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Platform/Swift.build/RelWithDebInfo/stdlib-public-Platform-8-tgmath.swift.build/Script-AC488A36082FC976D95E39BA.sh
PhaseScriptExecution Generate\ stdlib/public/Platform/CMakeFiles/lib-swift-macosx-Darwin.swiftmodule-x86_64-apple-macos.swiftmodule /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Platform/Swift.build/RelWithDebInfo/lib-swift-macosx-Darwin.swiftmodule-x86_64-apple-macos.swiftmodule.build/Script-DC178921B5DBEDCDED5B361F.sh (in target 'lib-swift-macosx-Darwin.swiftmodule-x86_64-apple-macos.swiftmodule' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Platform/Swift.build/RelWithDebInfo/lib-swift-macosx-Darwin.swiftmodule-x86_64-apple-macos.swiftmodule.build/Script-DC178921B5DBEDCDED5B361F.sh
PhaseScriptExecution Generate\ stdlib/public/Platform/CMakeFiles/stdlib-public-Platform-OSX-x86_64-Darwin.o /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Platform/Swift.build/RelWithDebInfo/stdlib-public-Platform-OSX-x86_64-Darwin.o.build/Script-AE0B1EF58D8592DBD90606AC.sh (in target 'stdlib-public-Platform-OSX-x86_64-Darwin.o' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Platform/Swift.build/RelWithDebInfo/stdlib-public-Platform-OSX-x86_64-Darwin.o.build/Script-AE0B1EF58D8592DBD90606AC.sh
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Platform/Swift.build/RelWithDebInfo/swiftDarwin-macosx-x86_64.build/Script-1D3CC84F40084190E72928EC.sh (in target 'swiftDarwin-macosx-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Platform/Swift.build/RelWithDebInfo/swiftDarwin-macosx-x86_64.build/Script-1D3CC84F40084190E72928EC.sh
PhaseScriptExecution Generate\ stdlib/public/Platform/CMakeFiles/swiftDarwin-macosx /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Platform/Swift.build/RelWithDebInfo/swiftDarwin-macosx.build/Script-2D7EC2B600DB56C633D0B3FC.sh (in target 'swiftDarwin-macosx' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Platform/Swift.build/RelWithDebInfo/swiftDarwin-macosx.build/Script-2D7EC2B600DB56C633D0B3FC.sh
PhaseScriptExecution Generate\ stdlib/private/SwiftPrivateThreadExtras/CMakeFiles/stdlib-private-SwiftPrivateThreadExtras-OSX-x86_64 /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/SwiftPrivateThreadExtras/Swift.build/RelWithDebInfo/stdlib-private-SwiftPrivateThreadExtras-OSX-x86_64.build/Script-3150EE98570C15DA06CF2FE9.sh (in target 'stdlib-private-SwiftPrivateThreadExtras-OSX-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/SwiftPrivateThreadExtras/Swift.build/RelWithDebInfo/stdlib-private-SwiftPrivateThreadExtras-OSX-x86_64.build/Script-3150EE98570C15DA06CF2FE9.sh
PhaseScriptExecution Generate\ stdlib/public/Platform/CMakeFiles/swiftDarwin-swiftmodule-macosx-x86_64 /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Platform/Swift.build/RelWithDebInfo/swiftDarwin-swiftmodule-macosx-x86_64.build/Script-437F7B68E478310709FEB02C.sh (in target 'swiftDarwin-swiftmodule-macosx-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Platform/Swift.build/RelWithDebInfo/swiftDarwin-swiftmodule-macosx-x86_64.build/Script-437F7B68E478310709FEB02C.sh
PhaseScriptExecution Generate\ stdlib/private/SwiftPrivateThreadExtras/CMakeFiles/lib-swift-macosx-SwiftPrivateThreadExtras.swiftmodule-x86_64-apple-macos.swiftmodule /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/SwiftPrivateThreadExtras/Swift.build/RelWithDebInfo/lib-swift-macosx-SwiftPrivateThreadExtras.swiftmodule-x86_64-apple-macos.swiftmodule.build/Script-046D810998AC2514542E7747.sh (in target 'lib-swift-macosx-SwiftPrivateThreadExtras.swiftmodule-x86_64-apple-macos.swiftmodule' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/SwiftPrivateThreadExtras/Swift.build/RelWithDebInfo/lib-swift-macosx-SwiftPrivateThreadExtras.swiftmodule-x86_64-apple-macos.swiftmodule.build/Script-046D810998AC2514542E7747.sh
PhaseScriptExecution Generate\ stdlib/private/SwiftPrivateThreadExtras/CMakeFiles/stdlib-private-SwiftPrivateThreadExtras-OSX-x86_64-SwiftPrivateThreadExtras.o /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/SwiftPrivateThreadExtras/Swift.build/RelWithDebInfo/stdlib-private-SwiftPrivateThreadExtras-OSX-x86_64-SwiftPrivateThreadExtras.o.build/Script-946E78B7FF240A4F4FF20F16.sh (in target 'stdlib-private-SwiftPrivateThreadExtras-OSX-x86_64-SwiftPrivateThreadExtras.o' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/SwiftPrivateThreadExtras/Swift.build/RelWithDebInfo/stdlib-private-SwiftPrivateThreadExtras-OSX-x86_64-SwiftPrivateThreadExtras.o.build/Script-946E78B7FF240A4F4FF20F16.sh
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/SwiftPrivateThreadExtras/Swift.build/RelWithDebInfo/swiftSwiftPrivateThreadExtras-macosx-x86_64.build/Script-330ED01713BCE056283FC3BD.sh (in target 'swiftSwiftPrivateThreadExtras-macosx-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/SwiftPrivateThreadExtras/Swift.build/RelWithDebInfo/swiftSwiftPrivateThreadExtras-macosx-x86_64.build/Script-330ED01713BCE056283FC3BD.sh
PhaseScriptExecution Generate\ stdlib/private/SwiftPrivateThreadExtras/CMakeFiles/swiftSwiftPrivateThreadExtras-macosx /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/SwiftPrivateThreadExtras/Swift.build/RelWithDebInfo/swiftSwiftPrivateThreadExtras-macosx.build/Script-5C99C546ED04C786BBD2BD85.sh (in target 'swiftSwiftPrivateThreadExtras-macosx' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/SwiftPrivateThreadExtras/Swift.build/RelWithDebInfo/swiftSwiftPrivateThreadExtras-macosx.build/Script-5C99C546ED04C786BBD2BD85.sh
PhaseScriptExecution Generate\ stdlib/public/Darwin/ObjectiveC/CMakeFiles/stdlib-public-Darwin-ObjectiveC-OSX-x86_64 /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/ObjectiveC/Swift.build/RelWithDebInfo/stdlib-public-Darwin-ObjectiveC-OSX-x86_64.build/Script-EF1954B77898D5E138393C69.sh (in target 'stdlib-public-Darwin-ObjectiveC-OSX-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/ObjectiveC/Swift.build/RelWithDebInfo/stdlib-public-Darwin-ObjectiveC-OSX-x86_64.build/Script-EF1954B77898D5E138393C69.sh
PhaseScriptExecution Generate\ stdlib/public/Darwin/ObjectiveC/CMakeFiles/stdlib-public-Darwin-ObjectiveC-OSX-x86_64-ObjectiveC.o /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/ObjectiveC/Swift.build/RelWithDebInfo/stdlib-public-Darwin-ObjectiveC-OSX-x86_64-ObjectiveC.o.build/Script-462C0610A503E31FEEA8CEB5.sh (in target 'stdlib-public-Darwin-ObjectiveC-OSX-x86_64-ObjectiveC.o' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/ObjectiveC/Swift.build/RelWithDebInfo/stdlib-public-Darwin-ObjectiveC-OSX-x86_64-ObjectiveC.o.build/Script-462C0610A503E31FEEA8CEB5.sh
PhaseScriptExecution Generate\ stdlib/public/Darwin/ObjectiveC/CMakeFiles/lib-swift-macosx-ObjectiveC.swiftmodule-x86_64-apple-macos.swiftmodule /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/ObjectiveC/Swift.build/RelWithDebInfo/lib-swift-macosx-ObjectiveC.swiftmodule-x86_64-apple-macos.swiftmodule.build/Script-0E250C7053E7C17DEEC86C63.sh (in target 'lib-swift-macosx-ObjectiveC.swiftmodule-x86_64-apple-macos.swiftmodule' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/ObjectiveC/Swift.build/RelWithDebInfo/lib-swift-macosx-ObjectiveC.swiftmodule-x86_64-apple-macos.swiftmodule.build/Script-0E250C7053E7C17DEEC86C63.sh
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/ObjectiveC/Swift.build/RelWithDebInfo/swiftObjectiveC-macosx-x86_64.build/Script-66B575B30ECF33B53C262598.sh (in target 'swiftObjectiveC-macosx-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/ObjectiveC/Swift.build/RelWithDebInfo/swiftObjectiveC-macosx-x86_64.build/Script-66B575B30ECF33B53C262598.sh
PhaseScriptExecution Generate\ stdlib/public/Darwin/ObjectiveC/CMakeFiles/swiftObjectiveC-macosx /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/ObjectiveC/Swift.build/RelWithDebInfo/swiftObjectiveC-macosx.build/Script-7BFD80C4E323A945F53C5B0F.sh (in target 'swiftObjectiveC-macosx' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/ObjectiveC/Swift.build/RelWithDebInfo/swiftObjectiveC-macosx.build/Script-7BFD80C4E323A945F53C5B0F.sh
PhaseScriptExecution Generate\ stdlib/private/SwiftPrivateLibcExtras/CMakeFiles/stdlib-private-SwiftPrivateLibcExtras-OSX-x86_64 /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/SwiftPrivateLibcExtras/Swift.build/RelWithDebInfo/stdlib-private-SwiftPrivateLibcExtras-OSX-x86_64.build/Script-088290206BB9F4E8456FEB23.sh (in target 'stdlib-private-SwiftPrivateLibcExtras-OSX-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/SwiftPrivateLibcExtras/Swift.build/RelWithDebInfo/stdlib-private-SwiftPrivateLibcExtras-OSX-x86_64.build/Script-088290206BB9F4E8456FEB23.sh
PhaseScriptExecution Generate\ stdlib/private/SwiftPrivate/CMakeFiles/swiftSwiftPrivate-swiftmodule-macosx-x86_64 /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/SwiftPrivate/Swift.build/RelWithDebInfo/swiftSwiftPrivate-swiftmodule-macosx-x86_64.build/Script-6293688CD92FAB2F4D46E983.sh (in target 'swiftSwiftPrivate-swiftmodule-macosx-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/SwiftPrivate/Swift.build/RelWithDebInfo/swiftSwiftPrivate-swiftmodule-macosx-x86_64.build/Script-6293688CD92FAB2F4D46E983.sh
PhaseScriptExecution Generate\ stdlib/private/SwiftPrivateLibcExtras/CMakeFiles/lib-swift-macosx-SwiftPrivateLibcExtras.swiftmodule-x86_64-apple-macos.swiftmodule /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/SwiftPrivateLibcExtras/Swift.build/RelWithDebInfo/lib-swift-macosx-SwiftPrivateLibcExtras.swiftmodule-x86_64-apple-macos.swiftmodule.build/Script-0EDCCB4A70EC821474362F8B.sh (in target 'lib-swift-macosx-SwiftPrivateLibcExtras.swiftmodule-x86_64-apple-macos.swiftmodule' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/SwiftPrivateLibcExtras/Swift.build/RelWithDebInfo/lib-swift-macosx-SwiftPrivateLibcExtras.swiftmodule-x86_64-apple-macos.swiftmodule.build/Script-0EDCCB4A70EC821474362F8B.sh
PhaseScriptExecution Generate\ stdlib/private/SwiftPrivateLibcExtras/CMakeFiles/stdlib-private-SwiftPrivateLibcExtras-OSX-x86_64-SwiftPrivateLibcExtras.o /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/SwiftPrivateLibcExtras/Swift.build/RelWithDebInfo/stdlib-private-SwiftPrivateLibcExtras-OSX-x86_64-SwiftPrivateLibcExtras.o.build/Script-3CB54688A8F73EEBD0615B5C.sh (in target 'stdlib-private-SwiftPrivateLibcExtras-OSX-x86_64-SwiftPrivateLibcExtras.o' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/SwiftPrivateLibcExtras/Swift.build/RelWithDebInfo/stdlib-private-SwiftPrivateLibcExtras-OSX-x86_64-SwiftPrivateLibcExtras.o.build/Script-3CB54688A8F73EEBD0615B5C.sh
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/SwiftPrivateLibcExtras/Swift.build/RelWithDebInfo/swiftSwiftPrivateLibcExtras-macosx-x86_64.build/Script-3CC0219C758DAC9F73AD24EB.sh (in target 'swiftSwiftPrivateLibcExtras-macosx-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/SwiftPrivateLibcExtras/Swift.build/RelWithDebInfo/swiftSwiftPrivateLibcExtras-macosx-x86_64.build/Script-3CC0219C758DAC9F73AD24EB.sh
PhaseScriptExecution Generate\ stdlib/private/SwiftPrivateLibcExtras/CMakeFiles/swiftSwiftPrivateLibcExtras-macosx /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/SwiftPrivateLibcExtras/Swift.build/RelWithDebInfo/swiftSwiftPrivateLibcExtras-macosx.build/Script-568BA403487D7C90B90710C0.sh (in target 'swiftSwiftPrivateLibcExtras-macosx' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/SwiftPrivateLibcExtras/Swift.build/RelWithDebInfo/swiftSwiftPrivateLibcExtras-macosx.build/Script-568BA403487D7C90B90710C0.sh
PhaseScriptExecution Generate\ stdlib/public/Differentiation/CMakeFiles/stdlib-public-Differentiation-8-TgmathDerivatives.swift /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Differentiation/Swift.build/RelWithDebInfo/stdlib-public-Differentiation-8-TgmathDerivatives.swift.build/Script-BABD08C4764DDE579CE212C2.sh (in target 'stdlib-public-Differentiation-8-TgmathDerivatives.swift' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Differentiation/Swift.build/RelWithDebInfo/stdlib-public-Differentiation-8-TgmathDerivatives.swift.build/Script-BABD08C4764DDE579CE212C2.sh
PhaseScriptExecution Generate\ stdlib/public/Differentiation/CMakeFiles/stdlib-public-Differentiation-8-SIMDDifferentiation.swift /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Differentiation/Swift.build/RelWithDebInfo/stdlib-public-Differentiation-8-SIMDDifferentiation.swift.build/Script-C903AC046FAD4A042CAF78AC.sh (in target 'stdlib-public-Differentiation-8-SIMDDifferentiation.swift' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Differentiation/Swift.build/RelWithDebInfo/stdlib-public-Differentiation-8-SIMDDifferentiation.swift.build/Script-C903AC046FAD4A042CAF78AC.sh
PhaseScriptExecution Generate\ stdlib/public/Differentiation/CMakeFiles/stdlib-public-Differentiation-8-FloatingPointDifferentiation.swift /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Differentiation/Swift.build/RelWithDebInfo/stdlib-public-Differentiation-8-FloatingPointDifferentiation.swift.build/Script-30CF01D2B69E9E272C76894F.sh (in target 'stdlib-public-Differentiation-8-FloatingPointDifferentiation.swift' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Differentiation/Swift.build/RelWithDebInfo/stdlib-public-Differentiation-8-FloatingPointDifferentiation.swift.build/Script-30CF01D2B69E9E272C76894F.sh
PhaseScriptExecution Generate\ stdlib/public/Differentiation/CMakeFiles/stdlib-public-Differentiation-OSX-x86_64 /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Differentiation/Swift.build/RelWithDebInfo/stdlib-public-Differentiation-OSX-x86_64.build/Script-1D53C15081578AAFE7341F6E.sh (in target 'stdlib-public-Differentiation-OSX-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Differentiation/Swift.build/RelWithDebInfo/stdlib-public-Differentiation-OSX-x86_64.build/Script-1D53C15081578AAFE7341F6E.sh
PhaseScriptExecution Generate\ stdlib/public/Differentiation/CMakeFiles/lib-swift-macosx-_Differentiation.swiftmodule-x86_64-apple-macos.swiftmodule /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Differentiation/Swift.build/RelWithDebInfo/lib-swift-macosx-_Differentiation.swiftmodule-x86_64-apple-macos.swiftmodule.build/Script-183C636B14B38F635106BEC3.sh (in target 'lib-swift-macosx-_Differentiation.swiftmodule-x86_64-apple-macos.swiftmodule' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Differentiation/Swift.build/RelWithDebInfo/lib-swift-macosx-_Differentiation.swiftmodule-x86_64-apple-macos.swiftmodule.build/Script-183C636B14B38F635106BEC3.sh
PhaseScriptExecution Generate\ stdlib/public/Differentiation/CMakeFiles/stdlib-public-Differentiation-OSX-x86_64-_Differentiation.o /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Differentiation/Swift.build/RelWithDebInfo/stdlib-public-Differentiation-OSX-x86_64-_Differentiation.o.build/Script-2E85756C1E0A1E3EC54669BD.sh (in target 'stdlib-public-Differentiation-OSX-x86_64-_Differentiation.o' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Differentiation/Swift.build/RelWithDebInfo/stdlib-public-Differentiation-OSX-x86_64-_Differentiation.o.build/Script-2E85756C1E0A1E3EC54669BD.sh
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Differentiation/Swift.build/RelWithDebInfo/swift_Differentiation-macosx-x86_64.build/Script-B4076B21767D3F38441052B5.sh (in target 'swift_Differentiation-macosx-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Differentiation/Swift.build/RelWithDebInfo/swift_Differentiation-macosx-x86_64.build/Script-B4076B21767D3F38441052B5.sh
PhaseScriptExecution Generate\ stdlib/public/Differentiation/CMakeFiles/swift_Differentiation-macosx /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Differentiation/Swift.build/RelWithDebInfo/swift_Differentiation-macosx.build/Script-225839C5F6DB3BB2F8EE871B.sh (in target 'swift_Differentiation-macosx' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Differentiation/Swift.build/RelWithDebInfo/swift_Differentiation-macosx.build/Script-225839C5F6DB3BB2F8EE871B.sh
PhaseScriptExecution Generate\ stdlib/private/OSLog/CMakeFiles/stdlib-private-OSLog-OSX-x86_64 /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/OSLog/Swift.build/RelWithDebInfo/stdlib-private-OSLog-OSX-x86_64.build/Script-74F886B34E604B507D1C57EB.sh (in target 'stdlib-private-OSLog-OSX-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/OSLog/Swift.build/RelWithDebInfo/stdlib-private-OSLog-OSX-x86_64.build/Script-74F886B34E604B507D1C57EB.sh
PhaseScriptExecution Generate\ stdlib/public/Darwin/ObjectiveC/CMakeFiles/swiftObjectiveC-swiftmodule-macosx-x86_64 /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/ObjectiveC/Swift.build/RelWithDebInfo/swiftObjectiveC-swiftmodule-macosx-x86_64.build/Script-BF908C693364C65A06937CAA.sh (in target 'swiftObjectiveC-swiftmodule-macosx-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/ObjectiveC/Swift.build/RelWithDebInfo/swiftObjectiveC-swiftmodule-macosx-x86_64.build/Script-BF908C693364C65A06937CAA.sh
PhaseScriptExecution Generate\ stdlib/private/OSLog/CMakeFiles/lib-swift-macosx-OSLogTestHelper.swiftmodule-x86_64-apple-macos.swiftmodule /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/OSLog/Swift.build/RelWithDebInfo/lib-swift-macosx-OSLogTestHelper.swiftmodule-x86_64-apple-macos.swiftmodule.build/Script-20873EE4AC6FD27F9B96A612.sh (in target 'lib-swift-macosx-OSLogTestHelper.swiftmodule-x86_64-apple-macos.swiftmodule' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/OSLog/Swift.build/RelWithDebInfo/lib-swift-macosx-OSLogTestHelper.swiftmodule-x86_64-apple-macos.swiftmodule.build/Script-20873EE4AC6FD27F9B96A612.sh
PhaseScriptExecution Generate\ stdlib/private/OSLog/CMakeFiles/stdlib-private-OSLog-OSX-x86_64-OSLogTestHelper.o /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/OSLog/Swift.build/RelWithDebInfo/stdlib-private-OSLog-OSX-x86_64-OSLogTestHelper.o.build/Script-42DCCE7DB7C87B4D9CD475A8.sh (in target 'stdlib-private-OSLog-OSX-x86_64-OSLogTestHelper.o' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/OSLog/Swift.build/RelWithDebInfo/stdlib-private-OSLog-OSX-x86_64-OSLogTestHelper.o.build/Script-42DCCE7DB7C87B4D9CD475A8.sh
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/OSLog/Swift.build/RelWithDebInfo/swiftOSLogTestHelper-macosx-x86_64.build/Script-A6CD389F252F9F364B594142.sh (in target 'swiftOSLogTestHelper-macosx-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/OSLog/Swift.build/RelWithDebInfo/swiftOSLogTestHelper-macosx-x86_64.build/Script-A6CD389F252F9F364B594142.sh
PhaseScriptExecution Generate\ stdlib/private/OSLog/CMakeFiles/swiftOSLogTestHelper-macosx /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/OSLog/Swift.build/RelWithDebInfo/swiftOSLogTestHelper-macosx.build/Script-80917C8EFA2A9B623F5DCD2F.sh (in target 'swiftOSLogTestHelper-macosx' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/OSLog/Swift.build/RelWithDebInfo/swiftOSLogTestHelper-macosx.build/Script-80917C8EFA2A9B623F5DCD2F.sh
PhaseScriptExecution Generate\ stdlib/public/Darwin/Dispatch/CMakeFiles/stdlib-public-Darwin-Dispatch-OSX-x86_64 /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/Dispatch/Swift.build/RelWithDebInfo/stdlib-public-Darwin-Dispatch-OSX-x86_64.build/Script-A72640ADC5BD6C420EC7D03E.sh (in target 'stdlib-public-Darwin-Dispatch-OSX-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/Dispatch/Swift.build/RelWithDebInfo/stdlib-public-Darwin-Dispatch-OSX-x86_64.build/Script-A72640ADC5BD6C420EC7D03E.sh
PhaseScriptExecution Generate\ stdlib/public/Darwin/Dispatch/CMakeFiles/lib-swift-macosx-Dispatch.swiftmodule-x86_64-apple-macos.swiftmodule /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/Dispatch/Swift.build/RelWithDebInfo/lib-swift-macosx-Dispatch.swiftmodule-x86_64-apple-macos.swiftmodule.build/Script-8D36362BAB355D758B2E29DC.sh (in target 'lib-swift-macosx-Dispatch.swiftmodule-x86_64-apple-macos.swiftmodule' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/Dispatch/Swift.build/RelWithDebInfo/lib-swift-macosx-Dispatch.swiftmodule-x86_64-apple-macos.swiftmodule.build/Script-8D36362BAB355D758B2E29DC.sh
PhaseScriptExecution Generate\ stdlib/public/Darwin/Dispatch/CMakeFiles/stdlib-public-Darwin-Dispatch-OSX-x86_64-Dispatch.o /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/Dispatch/Swift.build/RelWithDebInfo/stdlib-public-Darwin-Dispatch-OSX-x86_64-Dispatch.o.build/Script-30C80BD9C78EB735400AF3FC.sh (in target 'stdlib-public-Darwin-Dispatch-OSX-x86_64-Dispatch.o' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/Dispatch/Swift.build/RelWithDebInfo/stdlib-public-Darwin-Dispatch-OSX-x86_64-Dispatch.o.build/Script-30C80BD9C78EB735400AF3FC.sh
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/Dispatch/Swift.build/RelWithDebInfo/swiftDispatch-macosx-x86_64.build/Script-10F260C9824874E83D6A13BE.sh (in target 'swiftDispatch-macosx-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/Dispatch/Swift.build/RelWithDebInfo/swiftDispatch-macosx-x86_64.build/Script-10F260C9824874E83D6A13BE.sh
PhaseScriptExecution Generate\ stdlib/public/Darwin/Dispatch/CMakeFiles/swiftDispatch-macosx /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/Dispatch/Swift.build/RelWithDebInfo/swiftDispatch-macosx.build/Script-55BC5E5D49CFE09C9E4C67B1.sh (in target 'swiftDispatch-macosx' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/Dispatch/Swift.build/RelWithDebInfo/swiftDispatch-macosx.build/Script-55BC5E5D49CFE09C9E4C67B1.sh
PhaseScriptExecution Generate\ stdlib/public/Darwin/CoreFoundation/CMakeFiles/stdlib-public-Darwin-CoreFoundation-OSX-x86_64 /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/CoreFoundation/Swift.build/RelWithDebInfo/stdlib-public-Darwin-CoreFoundation-OSX-x86_64.build/Script-55796FD75A10F3024ED207ED.sh (in target 'stdlib-public-Darwin-CoreFoundation-OSX-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/CoreFoundation/Swift.build/RelWithDebInfo/stdlib-public-Darwin-CoreFoundation-OSX-x86_64.build/Script-55796FD75A10F3024ED207ED.sh
PhaseScriptExecution Generate\ stdlib/public/Darwin/Dispatch/CMakeFiles/swiftDispatch-swiftmodule-macosx-x86_64 /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/Dispatch/Swift.build/RelWithDebInfo/swiftDispatch-swiftmodule-macosx-x86_64.build/Script-7633627092F1949DB9034B5B.sh (in target 'swiftDispatch-swiftmodule-macosx-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/Dispatch/Swift.build/RelWithDebInfo/swiftDispatch-swiftmodule-macosx-x86_64.build/Script-7633627092F1949DB9034B5B.sh
PhaseScriptExecution Generate\ stdlib/public/Darwin/CoreFoundation/CMakeFiles/stdlib-public-Darwin-CoreFoundation-OSX-x86_64-CoreFoundation.o /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/CoreFoundation/Swift.build/RelWithDebInfo/stdlib-public-Darwin-CoreFoundation-OSX-x86_64-CoreFoundation.o.build/Script-9EDE210054859053E56A06F1.sh (in target 'stdlib-public-Darwin-CoreFoundation-OSX-x86_64-CoreFoundation.o' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/CoreFoundation/Swift.build/RelWithDebInfo/stdlib-public-Darwin-CoreFoundation-OSX-x86_64-CoreFoundation.o.build/Script-9EDE210054859053E56A06F1.sh
PhaseScriptExecution Generate\ stdlib/public/Darwin/CoreFoundation/CMakeFiles/lib-swift-macosx-CoreFoundation.swiftmodule-x86_64-apple-macos.swiftmodule /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/CoreFoundation/Swift.build/RelWithDebInfo/lib-swift-macosx-CoreFoundation.swiftmodule-x86_64-apple-macos.swiftmodule.build/Script-122D376B2756CBAD2357F585.sh (in target 'lib-swift-macosx-CoreFoundation.swiftmodule-x86_64-apple-macos.swiftmodule' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/CoreFoundation/Swift.build/RelWithDebInfo/lib-swift-macosx-CoreFoundation.swiftmodule-x86_64-apple-macos.swiftmodule.build/Script-122D376B2756CBAD2357F585.sh
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/CoreFoundation/Swift.build/RelWithDebInfo/swiftCoreFoundation-macosx-x86_64.build/Script-6AB1EA922AB86F435245A9AA.sh (in target 'swiftCoreFoundation-macosx-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/CoreFoundation/Swift.build/RelWithDebInfo/swiftCoreFoundation-macosx-x86_64.build/Script-6AB1EA922AB86F435245A9AA.sh
PhaseScriptExecution Generate\ stdlib/public/Darwin/CoreFoundation/CMakeFiles/swiftCoreFoundation-macosx /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/CoreFoundation/Swift.build/RelWithDebInfo/swiftCoreFoundation-macosx.build/Script-A701E7BC4E5EBE89EAF055DF.sh (in target 'swiftCoreFoundation-macosx' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/CoreFoundation/Swift.build/RelWithDebInfo/swiftCoreFoundation-macosx.build/Script-A701E7BC4E5EBE89EAF055DF.sh
PhaseScriptExecution Generate\ stdlib/private/SwiftReflectionTest/CMakeFiles/stdlib-private-SwiftReflectionTest-OSX-x86_64 /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/SwiftReflectionTest/Swift.build/RelWithDebInfo/stdlib-private-SwiftReflectionTest-OSX-x86_64.build/Script-882A473013D9FCEB29A64B6E.sh (in target 'stdlib-private-SwiftReflectionTest-OSX-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/SwiftReflectionTest/Swift.build/RelWithDebInfo/stdlib-private-SwiftReflectionTest-OSX-x86_64.build/Script-882A473013D9FCEB29A64B6E.sh
PhaseScriptExecution Generate\ stdlib/private/SwiftReflectionTest/CMakeFiles/lib-swift-macosx-SwiftReflectionTest.swiftmodule-x86_64-apple-macos.swiftmodule /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/SwiftReflectionTest/Swift.build/RelWithDebInfo/lib-swift-macosx-SwiftReflectionTest.swiftmodule-x86_64-apple-macos.swiftmodule.build/Script-80B6A45FB86B9F940AB7649D.sh (in target 'lib-swift-macosx-SwiftReflectionTest.swiftmodule-x86_64-apple-macos.swiftmodule' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/SwiftReflectionTest/Swift.build/RelWithDebInfo/lib-swift-macosx-SwiftReflectionTest.swiftmodule-x86_64-apple-macos.swiftmodule.build/Script-80B6A45FB86B9F940AB7649D.sh
PhaseScriptExecution Generate\ stdlib/private/SwiftReflectionTest/CMakeFiles/stdlib-private-SwiftReflectionTest-OSX-x86_64-SwiftReflectionTest.o /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/SwiftReflectionTest/Swift.build/RelWithDebInfo/stdlib-private-SwiftReflectionTest-OSX-x86_64-SwiftReflectionTest.o.build/Script-C526C6E74B55DA6419752AD4.sh (in target 'stdlib-private-SwiftReflectionTest-OSX-x86_64-SwiftReflectionTest.o' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/SwiftReflectionTest/Swift.build/RelWithDebInfo/stdlib-private-SwiftReflectionTest-OSX-x86_64-SwiftReflectionTest.o.build/Script-C526C6E74B55DA6419752AD4.sh
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/SwiftReflectionTest/Swift.build/RelWithDebInfo/swiftSwiftReflectionTest-macosx-x86_64.build/Script-D3E0B0EFEB7B88888FAFB684.sh (in target 'swiftSwiftReflectionTest-macosx-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/SwiftReflectionTest/Swift.build/RelWithDebInfo/swiftSwiftReflectionTest-macosx-x86_64.build/Script-D3E0B0EFEB7B88888FAFB684.sh
PhaseScriptExecution Generate\ stdlib/private/SwiftReflectionTest/CMakeFiles/swiftSwiftReflectionTest-macosx /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/SwiftReflectionTest/Swift.build/RelWithDebInfo/swiftSwiftReflectionTest-macosx.build/Script-8D14954523A0F1A3DA972AAE.sh (in target 'swiftSwiftReflectionTest-macosx' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/SwiftReflectionTest/Swift.build/RelWithDebInfo/swiftSwiftReflectionTest-macosx.build/Script-8D14954523A0F1A3DA972AAE.sh
PhaseScriptExecution Generate\ stdlib/public/Darwin/CoreGraphics/CMakeFiles/stdlib-public-Darwin-CoreGraphics-OSX-x86_64 /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/CoreGraphics/Swift.build/RelWithDebInfo/stdlib-public-Darwin-CoreGraphics-OSX-x86_64.build/Script-DEDACA17FF2FA9EE8AC83529.sh (in target 'stdlib-public-Darwin-CoreGraphics-OSX-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/CoreGraphics/Swift.build/RelWithDebInfo/stdlib-public-Darwin-CoreGraphics-OSX-x86_64.build/Script-DEDACA17FF2FA9EE8AC83529.sh
PhaseScriptExecution Generate\ stdlib/public/Darwin/CoreGraphics/CMakeFiles/stdlib-public-Darwin-CoreGraphics-8-CGFloat.swift /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/CoreGraphics/Swift.build/RelWithDebInfo/stdlib-public-Darwin-CoreGraphics-8-CGFloat.swift.build/Script-7116159C680AABCB8C03D888.sh (in target 'stdlib-public-Darwin-CoreGraphics-8-CGFloat.swift' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/CoreGraphics/Swift.build/RelWithDebInfo/stdlib-public-Darwin-CoreGraphics-8-CGFloat.swift.build/Script-7116159C680AABCB8C03D888.sh
PhaseScriptExecution Generate\ stdlib/public/Darwin/CoreFoundation/CMakeFiles/swiftCoreFoundation-swiftmodule-macosx-x86_64 /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/CoreFoundation/Swift.build/RelWithDebInfo/swiftCoreFoundation-swiftmodule-macosx-x86_64.build/Script-21A90A5C7B9C268DC5F80901.sh (in target 'swiftCoreFoundation-swiftmodule-macosx-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/CoreFoundation/Swift.build/RelWithDebInfo/swiftCoreFoundation-swiftmodule-macosx-x86_64.build/Script-21A90A5C7B9C268DC5F80901.sh
PhaseScriptExecution Generate\ stdlib/public/Darwin/CoreGraphics/CMakeFiles/lib-swift-macosx-CoreGraphics.swiftmodule-x86_64-apple-macos.swiftmodule /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/CoreGraphics/Swift.build/RelWithDebInfo/lib-swift-macosx-CoreGraphics.swiftmodule-x86_64-apple-macos.swiftmodule.build/Script-E465492A4F3B92E273314CAB.sh (in target 'lib-swift-macosx-CoreGraphics.swiftmodule-x86_64-apple-macos.swiftmodule' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/CoreGraphics/Swift.build/RelWithDebInfo/lib-swift-macosx-CoreGraphics.swiftmodule-x86_64-apple-macos.swiftmodule.build/Script-E465492A4F3B92E273314CAB.sh
PhaseScriptExecution Generate\ stdlib/public/Darwin/CoreGraphics/CMakeFiles/stdlib-public-Darwin-CoreGraphics-OSX-x86_64-CoreGraphics.o /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/CoreGraphics/Swift.build/RelWithDebInfo/stdlib-public-Darwin-CoreGraphics-OSX-x86_64-CoreGraphics.o.build/Script-1C18F1632E72789DA8CF209A.sh (in target 'stdlib-public-Darwin-CoreGraphics-OSX-x86_64-CoreGraphics.o' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/CoreGraphics/Swift.build/RelWithDebInfo/stdlib-public-Darwin-CoreGraphics-OSX-x86_64-CoreGraphics.o.build/Script-1C18F1632E72789DA8CF209A.sh
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/CoreGraphics/Swift.build/RelWithDebInfo/swiftCoreGraphics-macosx-x86_64.build/Script-FB842AAEDF3DDEFF0FA31240.sh (in target 'swiftCoreGraphics-macosx-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/CoreGraphics/Swift.build/RelWithDebInfo/swiftCoreGraphics-macosx-x86_64.build/Script-FB842AAEDF3DDEFF0FA31240.sh
PhaseScriptExecution Generate\ stdlib/public/Darwin/CoreGraphics/CMakeFiles/swiftCoreGraphics-macosx /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/CoreGraphics/Swift.build/RelWithDebInfo/swiftCoreGraphics-macosx.build/Script-4A6C736EB1E402D35DA7BEF6.sh (in target 'swiftCoreGraphics-macosx' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/CoreGraphics/Swift.build/RelWithDebInfo/swiftCoreGraphics-macosx.build/Script-4A6C736EB1E402D35DA7BEF6.sh
PhaseScriptExecution Generate\ stdlib/public/Darwin/Foundation/CMakeFiles/stdlib-public-Darwin-Foundation-OSX-x86_64 /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/Foundation/Swift.build/RelWithDebInfo/stdlib-public-Darwin-Foundation-OSX-x86_64.build/Script-5CE823D5060A2322E1D70737.sh (in target 'stdlib-public-Darwin-Foundation-OSX-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/Foundation/Swift.build/RelWithDebInfo/stdlib-public-Darwin-Foundation-OSX-x86_64.build/Script-5CE823D5060A2322E1D70737.sh
PhaseScriptExecution Generate\ stdlib/public/Darwin/Foundation/CMakeFiles/stdlib-public-Darwin-Foundation-8-NSValue.swift /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/Foundation/Swift.build/RelWithDebInfo/stdlib-public-Darwin-Foundation-8-NSValue.swift.build/Script-BE3CE2EB3340F23CF4670986.sh (in target 'stdlib-public-Darwin-Foundation-8-NSValue.swift' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/Foundation/Swift.build/RelWithDebInfo/stdlib-public-Darwin-Foundation-8-NSValue.swift.build/Script-BE3CE2EB3340F23CF4670986.sh
PhaseScriptExecution Generate\ stdlib/public/Darwin/CoreGraphics/CMakeFiles/swiftCoreGraphics-swiftmodule-macosx-x86_64 /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/CoreGraphics/Swift.build/RelWithDebInfo/swiftCoreGraphics-swiftmodule-macosx-x86_64.build/Script-C50069FD45064F5FC13B8EC9.sh (in target 'swiftCoreGraphics-swiftmodule-macosx-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/CoreGraphics/Swift.build/RelWithDebInfo/swiftCoreGraphics-swiftmodule-macosx-x86_64.build/Script-C50069FD45064F5FC13B8EC9.sh
PhaseScriptExecution Generate\ stdlib/public/Darwin/Foundation/CMakeFiles/lib-swift-macosx-Foundation.swiftmodule-x86_64-apple-macos.swiftmodule /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/Foundation/Swift.build/RelWithDebInfo/lib-swift-macosx-Foundation.swiftmodule-x86_64-apple-macos.swiftmodule.build/Script-D31AD44928E0A8C501E75C76.sh (in target 'lib-swift-macosx-Foundation.swiftmodule-x86_64-apple-macos.swiftmodule' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/Foundation/Swift.build/RelWithDebInfo/lib-swift-macosx-Foundation.swiftmodule-x86_64-apple-macos.swiftmodule.build/Script-D31AD44928E0A8C501E75C76.sh
PhaseScriptExecution Generate\ stdlib/public/Darwin/Foundation/CMakeFiles/stdlib-public-Darwin-Foundation-OSX-x86_64-Foundation.o /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/Foundation/Swift.build/RelWithDebInfo/stdlib-public-Darwin-Foundation-OSX-x86_64-Foundation.o.build/Script-B2A6A545EBE214BA25559766.sh (in target 'stdlib-public-Darwin-Foundation-OSX-x86_64-Foundation.o' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/Foundation/Swift.build/RelWithDebInfo/stdlib-public-Darwin-Foundation-OSX-x86_64-Foundation.o.build/Script-B2A6A545EBE214BA25559766.sh
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/Foundation/Swift.build/RelWithDebInfo/swiftFoundation-macosx-x86_64.build/Script-67E981863FEE774ADBF3D0DE.sh (in target 'swiftFoundation-macosx-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/Foundation/Swift.build/RelWithDebInfo/swiftFoundation-macosx-x86_64.build/Script-67E981863FEE774ADBF3D0DE.sh
PhaseScriptExecution Generate\ stdlib/public/Darwin/Foundation/CMakeFiles/swiftFoundation-macosx /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/Foundation/Swift.build/RelWithDebInfo/swiftFoundation-macosx.build/Script-16FF2459D006303D999A94BC.sh (in target 'swiftFoundation-macosx' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/Foundation/Swift.build/RelWithDebInfo/swiftFoundation-macosx.build/Script-16FF2459D006303D999A94BC.sh
PhaseScriptExecution Generate\ stdlib/public/Concurrency/CMakeFiles/stdlib-public-Concurrency-OSX-x86_64 /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Concurrency/Swift.build/RelWithDebInfo/stdlib-public-Concurrency-OSX-x86_64.build/Script-2C9D0CA3482C8FEEBE2D7C20.sh (in target 'stdlib-public-Concurrency-OSX-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Concurrency/Swift.build/RelWithDebInfo/stdlib-public-Concurrency-OSX-x86_64.build/Script-2C9D0CA3482C8FEEBE2D7C20.sh
PhaseScriptExecution Generate\ stdlib/public/Concurrency/CMakeFiles/lib-swift-macosx-_Concurrency.swiftmodule-x86_64-apple-macos.swiftmodule /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Concurrency/Swift.build/RelWithDebInfo/lib-swift-macosx-_Concurrency.swiftmodule-x86_64-apple-macos.swiftmodule.build/Script-0FA8E1E7B1F1E1C20D0B18FC.sh (in target 'lib-swift-macosx-_Concurrency.swiftmodule-x86_64-apple-macos.swiftmodule' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Concurrency/Swift.build/RelWithDebInfo/lib-swift-macosx-_Concurrency.swiftmodule-x86_64-apple-macos.swiftmodule.build/Script-0FA8E1E7B1F1E1C20D0B18FC.sh
PhaseScriptExecution Generate\ stdlib/public/Concurrency/CMakeFiles/stdlib-public-Concurrency-OSX-x86_64-_Concurrency.o /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Concurrency/Swift.build/RelWithDebInfo/stdlib-public-Concurrency-OSX-x86_64-_Concurrency.o.build/Script-CFDB1728E3388D656AE66021.sh (in target 'stdlib-public-Concurrency-OSX-x86_64-_Concurrency.o' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Concurrency/Swift.build/RelWithDebInfo/stdlib-public-Concurrency-OSX-x86_64-_Concurrency.o.build/Script-CFDB1728E3388D656AE66021.sh
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Concurrency/Swift.build/RelWithDebInfo/swift_Concurrency-macosx-x86_64.build/Script-2BA20AE5501BAD9A4A7E8453.sh (in target 'swift_Concurrency-macosx-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Concurrency/Swift.build/RelWithDebInfo/swift_Concurrency-macosx-x86_64.build/Script-2BA20AE5501BAD9A4A7E8453.sh
PhaseScriptExecution Generate\ stdlib/public/Concurrency/CMakeFiles/swift_Concurrency-macosx /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Concurrency/Swift.build/RelWithDebInfo/swift_Concurrency-macosx.build/Script-007A5B03B10C44724F924F9E.sh (in target 'swift_Concurrency-macosx' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Concurrency/Swift.build/RelWithDebInfo/swift_Concurrency-macosx.build/Script-007A5B03B10C44724F924F9E.sh
PhaseScriptExecution Generate\ stdlib/private/StdlibUnittest/CMakeFiles/stdlib-private-StdlibUnittest-OSX-x86_64 /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/StdlibUnittest/Swift.build/RelWithDebInfo/stdlib-private-StdlibUnittest-OSX-x86_64.build/Script-8AAB2C3942E14D53C9B416D2.sh (in target 'stdlib-private-StdlibUnittest-OSX-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/StdlibUnittest/Swift.build/RelWithDebInfo/stdlib-private-StdlibUnittest-OSX-x86_64.build/Script-8AAB2C3942E14D53C9B416D2.sh
PhaseScriptExecution Generate\ stdlib/private/SwiftPrivateThreadExtras/CMakeFiles/swiftSwiftPrivateThreadExtras-swiftmodule-macosx-x86_64 /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/SwiftPrivateThreadExtras/Swift.build/RelWithDebInfo/swiftSwiftPrivateThreadExtras-swiftmodule-macosx-x86_64.build/Script-0AD2D51864C6D07E6DAC393F.sh (in target 'swiftSwiftPrivateThreadExtras-swiftmodule-macosx-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/SwiftPrivateThreadExtras/Swift.build/RelWithDebInfo/swiftSwiftPrivateThreadExtras-swiftmodule-macosx-x86_64.build/Script-0AD2D51864C6D07E6DAC393F.sh
PhaseScriptExecution Generate\ stdlib/private/SwiftPrivateLibcExtras/CMakeFiles/swiftSwiftPrivateLibcExtras-swiftmodule-macosx-x86_64 /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/SwiftPrivateLibcExtras/Swift.build/RelWithDebInfo/swiftSwiftPrivateLibcExtras-swiftmodule-macosx-x86_64.build/Script-BBB7DED647A012ED2863534C.sh (in target 'swiftSwiftPrivateLibcExtras-swiftmodule-macosx-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/SwiftPrivateLibcExtras/Swift.build/RelWithDebInfo/swiftSwiftPrivateLibcExtras-swiftmodule-macosx-x86_64.build/Script-BBB7DED647A012ED2863534C.sh
PhaseScriptExecution Generate\ stdlib/public/Darwin/Foundation/CMakeFiles/swiftFoundation-swiftmodule-macosx-x86_64 /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/Foundation/Swift.build/RelWithDebInfo/swiftFoundation-swiftmodule-macosx-x86_64.build/Script-0CC5C6036FA49BA25D50D31D.sh (in target 'swiftFoundation-swiftmodule-macosx-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/Foundation/Swift.build/RelWithDebInfo/swiftFoundation-swiftmodule-macosx-x86_64.build/Script-0CC5C6036FA49BA25D50D31D.sh
PhaseScriptExecution Generate\ stdlib/private/StdlibUnittest/CMakeFiles/lib-swift-macosx-StdlibUnittest.swiftmodule-x86_64-apple-macos.swiftmodule /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/StdlibUnittest/Swift.build/RelWithDebInfo/lib-swift-macosx-StdlibUnittest.swiftmodule-x86_64-apple-macos.swiftmodule.build/Script-6D200765A6B5961261541FE4.sh (in target 'lib-swift-macosx-StdlibUnittest.swiftmodule-x86_64-apple-macos.swiftmodule' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/StdlibUnittest/Swift.build/RelWithDebInfo/lib-swift-macosx-StdlibUnittest.swiftmodule-x86_64-apple-macos.swiftmodule.build/Script-6D200765A6B5961261541FE4.sh
PhaseScriptExecution Generate\ stdlib/private/StdlibUnittest/CMakeFiles/stdlib-private-StdlibUnittest-OSX-x86_64-StdlibUnittest.o /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/StdlibUnittest/Swift.build/RelWithDebInfo/stdlib-private-StdlibUnittest-OSX-x86_64-StdlibUnittest.o.build/Script-809A13A467FE4AED629BACDC.sh (in target 'stdlib-private-StdlibUnittest-OSX-x86_64-StdlibUnittest.o' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/StdlibUnittest/Swift.build/RelWithDebInfo/stdlib-private-StdlibUnittest-OSX-x86_64-StdlibUnittest.o.build/Script-809A13A467FE4AED629BACDC.sh
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/StdlibUnittest/Swift.build/RelWithDebInfo/swiftStdlibUnittest-macosx-x86_64.build/Script-7E3FF08FFA399D08233DA9CE.sh (in target 'swiftStdlibUnittest-macosx-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/StdlibUnittest/Swift.build/RelWithDebInfo/swiftStdlibUnittest-macosx-x86_64.build/Script-7E3FF08FFA399D08233DA9CE.sh
PhaseScriptExecution Generate\ stdlib/private/StdlibUnittest/CMakeFiles/swiftStdlibUnittest-macosx /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/StdlibUnittest/Swift.build/RelWithDebInfo/swiftStdlibUnittest-macosx.build/Script-5680E7E697D2DFF2FAB401BB.sh (in target 'swiftStdlibUnittest-macosx' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/StdlibUnittest/Swift.build/RelWithDebInfo/swiftStdlibUnittest-macosx.build/Script-5680E7E697D2DFF2FAB401BB.sh
PhaseScriptExecution Generate\ stdlib/private/DifferentiationUnittest/CMakeFiles/stdlib-private-DifferentiationUnittest-OSX-x86_64 /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/DifferentiationUnittest/Swift.build/RelWithDebInfo/stdlib-private-DifferentiationUnittest-OSX-x86_64.build/Script-9A5F7CDBD8A1238136010FD3.sh (in target 'stdlib-private-DifferentiationUnittest-OSX-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/DifferentiationUnittest/Swift.build/RelWithDebInfo/stdlib-private-DifferentiationUnittest-OSX-x86_64.build/Script-9A5F7CDBD8A1238136010FD3.sh
PhaseScriptExecution Generate\ stdlib/private/DifferentiationUnittest/CMakeFiles/stdlib-private-DifferentiationUnittest-8-DifferentiationUnittest.swift /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/DifferentiationUnittest/Swift.build/RelWithDebInfo/stdlib-private-DifferentiationUnittest-8-DifferentiationUnittest.swift.build/Script-291A7233D55D714D86BB7755.sh (in target 'stdlib-private-DifferentiationUnittest-8-DifferentiationUnittest.swift' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/DifferentiationUnittest/Swift.build/RelWithDebInfo/stdlib-private-DifferentiationUnittest-8-DifferentiationUnittest.swift.build/Script-291A7233D55D714D86BB7755.sh
PhaseScriptExecution Generate\ stdlib/private/StdlibUnittest/CMakeFiles/swiftStdlibUnittest-swiftmodule-macosx-x86_64 /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/StdlibUnittest/Swift.build/RelWithDebInfo/swiftStdlibUnittest-swiftmodule-macosx-x86_64.build/Script-60ED1E51AF535A969E8FAAA4.sh (in target 'swiftStdlibUnittest-swiftmodule-macosx-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/StdlibUnittest/Swift.build/RelWithDebInfo/swiftStdlibUnittest-swiftmodule-macosx-x86_64.build/Script-60ED1E51AF535A969E8FAAA4.sh
PhaseScriptExecution Generate\ stdlib/public/Differentiation/CMakeFiles/swift_Differentiation-swiftmodule-macosx-x86_64 /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Differentiation/Swift.build/RelWithDebInfo/swift_Differentiation-swiftmodule-macosx-x86_64.build/Script-25A8E325AC319153BDCBC2A2.sh (in target 'swift_Differentiation-swiftmodule-macosx-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Differentiation/Swift.build/RelWithDebInfo/swift_Differentiation-swiftmodule-macosx-x86_64.build/Script-25A8E325AC319153BDCBC2A2.sh
PhaseScriptExecution Generate\ stdlib/private/DifferentiationUnittest/CMakeFiles/lib-swift-macosx-DifferentiationUnittest.swiftmodule-x86_64-apple-macos.swiftmodule /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/DifferentiationUnittest/Swift.build/RelWithDebInfo/lib-swift-macosx-DifferentiationUnittest.swiftmodule-x86_64-apple-macos.swiftmodule.build/Script-43624434232DF3D8FC97E80E.sh (in target 'lib-swift-macosx-DifferentiationUnittest.swiftmodule-x86_64-apple-macos.swiftmodule' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/DifferentiationUnittest/Swift.build/RelWithDebInfo/lib-swift-macosx-DifferentiationUnittest.swiftmodule-x86_64-apple-macos.swiftmodule.build/Script-43624434232DF3D8FC97E80E.sh
PhaseScriptExecution Generate\ stdlib/private/DifferentiationUnittest/CMakeFiles/stdlib-private-DifferentiationUnittest-OSX-x86_64-DifferentiationUnittest.o /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/DifferentiationUnittest/Swift.build/RelWithDebInfo/stdlib-private-DifferentiationUnittest-OSX-x86_64-DifferentiationUnittest.o.build/Script-CF3C615F239637C6FFC99EDA.sh (in target 'stdlib-private-DifferentiationUnittest-OSX-x86_64-DifferentiationUnittest.o' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/DifferentiationUnittest/Swift.build/RelWithDebInfo/stdlib-private-DifferentiationUnittest-OSX-x86_64-DifferentiationUnittest.o.build/Script-CF3C615F239637C6FFC99EDA.sh
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/DifferentiationUnittest/Swift.build/RelWithDebInfo/swiftDifferentiationUnittest-macosx-x86_64.build/Script-5F5F332741EBF58BC028BB28.sh (in target 'swiftDifferentiationUnittest-macosx-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/DifferentiationUnittest/Swift.build/RelWithDebInfo/swiftDifferentiationUnittest-macosx-x86_64.build/Script-5F5F332741EBF58BC028BB28.sh
PhaseScriptExecution Generate\ stdlib/private/DifferentiationUnittest/CMakeFiles/swiftDifferentiationUnittest-macosx /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/DifferentiationUnittest/Swift.build/RelWithDebInfo/swiftDifferentiationUnittest-macosx.build/Script-3407B331E153479DAF22DB8F.sh (in target 'swiftDifferentiationUnittest-macosx' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/DifferentiationUnittest/Swift.build/RelWithDebInfo/swiftDifferentiationUnittest-macosx.build/Script-3407B331E153479DAF22DB8F.sh
PhaseScriptExecution Generate\ stdlib/public/Darwin/XCTest/CMakeFiles/stdlib-public-Darwin-XCTest-OSX-x86_64 /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/XCTest/Swift.build/RelWithDebInfo/stdlib-public-Darwin-XCTest-OSX-x86_64.build/Script-52E9CE33EACF86D152A14D09.sh (in target 'stdlib-public-Darwin-XCTest-OSX-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/XCTest/Swift.build/RelWithDebInfo/stdlib-public-Darwin-XCTest-OSX-x86_64.build/Script-52E9CE33EACF86D152A14D09.sh
PhaseScriptExecution Generate\ stdlib/public/Darwin/XCTest/CMakeFiles/lib-swift-macosx-XCTest.swiftmodule-x86_64-apple-macos.swiftmodule /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/XCTest/Swift.build/RelWithDebInfo/lib-swift-macosx-XCTest.swiftmodule-x86_64-apple-macos.swiftmodule.build/Script-1151657F3F6B65E4C06740A3.sh (in target 'lib-swift-macosx-XCTest.swiftmodule-x86_64-apple-macos.swiftmodule' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/XCTest/Swift.build/RelWithDebInfo/lib-swift-macosx-XCTest.swiftmodule-x86_64-apple-macos.swiftmodule.build/Script-1151657F3F6B65E4C06740A3.sh
PhaseScriptExecution Generate\ stdlib/public/Darwin/XCTest/CMakeFiles/stdlib-public-Darwin-XCTest-OSX-x86_64-XCTest.o /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/XCTest/Swift.build/RelWithDebInfo/stdlib-public-Darwin-XCTest-OSX-x86_64-XCTest.o.build/Script-4ED442368066B81B60DA2357.sh (in target 'stdlib-public-Darwin-XCTest-OSX-x86_64-XCTest.o' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/XCTest/Swift.build/RelWithDebInfo/stdlib-public-Darwin-XCTest-OSX-x86_64-XCTest.o.build/Script-4ED442368066B81B60DA2357.sh
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/XCTest/Swift.build/RelWithDebInfo/swiftXCTest-macosx-x86_64.build/Script-692C53757EC5F62CD7AB60AD.sh (in target 'swiftXCTest-macosx-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/XCTest/Swift.build/RelWithDebInfo/swiftXCTest-macosx-x86_64.build/Script-692C53757EC5F62CD7AB60AD.sh
PhaseScriptExecution Generate\ stdlib/public/Darwin/XCTest/CMakeFiles/swiftXCTest-macosx /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/XCTest/Swift.build/RelWithDebInfo/swiftXCTest-macosx.build/Script-E29FF8C42763E1776DACE010.sh (in target 'swiftXCTest-macosx' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Darwin/XCTest/Swift.build/RelWithDebInfo/swiftXCTest-macosx.build/Script-E29FF8C42763E1776DACE010.sh
PhaseScriptExecution Generate\ stdlib/private/RuntimeUnittest/CMakeFiles/stdlib-private-RuntimeUnittest-OSX-x86_64 /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/RuntimeUnittest/Swift.build/RelWithDebInfo/stdlib-private-RuntimeUnittest-OSX-x86_64.build/Script-958FC5A85CC7E5BA2927FADB.sh (in target 'stdlib-private-RuntimeUnittest-OSX-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/RuntimeUnittest/Swift.build/RelWithDebInfo/stdlib-private-RuntimeUnittest-OSX-x86_64.build/Script-958FC5A85CC7E5BA2927FADB.sh
PhaseScriptExecution Generate\ stdlib/private/RuntimeUnittest/CMakeFiles/stdlib-private-RuntimeUnittest-OSX-x86_64-RuntimeUnittest.o /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/RuntimeUnittest/Swift.build/RelWithDebInfo/stdlib-private-RuntimeUnittest-OSX-x86_64-RuntimeUnittest.o.build/Script-B8E78B1577BFD16BE4E89A46.sh (in target 'stdlib-private-RuntimeUnittest-OSX-x86_64-RuntimeUnittest.o' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/RuntimeUnittest/Swift.build/RelWithDebInfo/stdlib-private-RuntimeUnittest-OSX-x86_64-RuntimeUnittest.o.build/Script-B8E78B1577BFD16BE4E89A46.sh
PhaseScriptExecution Generate\ stdlib/private/RuntimeUnittest/CMakeFiles/lib-swift-macosx-RuntimeUnittest.swiftmodule-x86_64-apple-macos.swiftmodule /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/RuntimeUnittest/Swift.build/RelWithDebInfo/lib-swift-macosx-RuntimeUnittest.swiftmodule-x86_64-apple-macos.swiftmodule.build/Script-22FA418822D5A77D93B7C258.sh (in target 'lib-swift-macosx-RuntimeUnittest.swiftmodule-x86_64-apple-macos.swiftmodule' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/RuntimeUnittest/Swift.build/RelWithDebInfo/lib-swift-macosx-RuntimeUnittest.swiftmodule-x86_64-apple-macos.swiftmodule.build/Script-22FA418822D5A77D93B7C258.sh
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/RuntimeUnittest/Swift.build/RelWithDebInfo/swiftRuntimeUnittest-macosx-x86_64.build/Script-9C03F601D7CB00135ACF3254.sh (in target 'swiftRuntimeUnittest-macosx-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/RuntimeUnittest/Swift.build/RelWithDebInfo/swiftRuntimeUnittest-macosx-x86_64.build/Script-9C03F601D7CB00135ACF3254.sh
PhaseScriptExecution Generate\ stdlib/private/RuntimeUnittest/CMakeFiles/swiftRuntimeUnittest-macosx /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/RuntimeUnittest/Swift.build/RelWithDebInfo/swiftRuntimeUnittest-macosx.build/Script-2241E9E0A90E0CB965913CC1.sh (in target 'swiftRuntimeUnittest-macosx' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/RuntimeUnittest/Swift.build/RelWithDebInfo/swiftRuntimeUnittest-macosx.build/Script-2241E9E0A90E0CB965913CC1.sh
PhaseScriptExecution Generate\ stdlib/private/StdlibUnittestFoundationExtras/CMakeFiles/stdlib-private-StdlibUnittestFoundationExtras-OSX-x86_64 /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/StdlibUnittestFoundationExtras/Swift.build/RelWithDebInfo/stdlib-private-StdlibUnittestFoundationExtras-OSX-x86_64.build/Script-75F2D05FD7B2BB3D99BB3C6D.sh (in target 'stdlib-private-StdlibUnittestFoundationExtras-OSX-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/StdlibUnittestFoundationExtras/Swift.build/RelWithDebInfo/stdlib-private-StdlibUnittestFoundationExtras-OSX-x86_64.build/Script-75F2D05FD7B2BB3D99BB3C6D.sh
PhaseScriptExecution Generate\ stdlib/private/StdlibUnittestFoundationExtras/CMakeFiles/lib-swift-macosx-StdlibUnittestFoundationExtras.swiftmodule-x86_64-apple-macos.swiftmodule /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/StdlibUnittestFoundationExtras/Swift.build/RelWithDebInfo/lib-swift-macosx-StdlibUnittestFoundationExtras.swiftmodule-x86_64-apple-macos.swiftmodule.build/Script-288DA523901BBAE140BE3DD5.sh (in target 'lib-swift-macosx-StdlibUnittestFoundationExtras.swiftmodule-x86_64-apple-macos.swiftmodule' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/StdlibUnittestFoundationExtras/Swift.build/RelWithDebInfo/lib-swift-macosx-StdlibUnittestFoundationExtras.swiftmodule-x86_64-apple-macos.swiftmodule.build/Script-288DA523901BBAE140BE3DD5.sh
PhaseScriptExecution Generate\ stdlib/private/StdlibUnittestFoundationExtras/CMakeFiles/stdlib-private-StdlibUnittestFoundationExtras-OSX-x86_64-StdlibUnittestFoundationExtras.o /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/StdlibUnittestFoundationExtras/Swift.build/RelWithDebInfo/stdlib-private-StdlibUnittestFoundationExtras-OSX-x86_64-StdlibUnittestFoundationExtras.o.build/Script-D94823F33583CEA8B60BCFF8.sh (in target 'stdlib-private-StdlibUnittestFoundationExtras-OSX-x86_64-StdlibUnittestFoundationExtras.o' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/StdlibUnittestFoundationExtras/Swift.build/RelWithDebInfo/stdlib-private-StdlibUnittestFoundationExtras-OSX-x86_64-StdlibUnittestFoundationExtras.o.build/Script-D94823F33583CEA8B60BCFF8.sh
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/StdlibUnittestFoundationExtras/Swift.build/RelWithDebInfo/swiftStdlibUnittestFoundationExtras-macosx-x86_64.build/Script-2D12F8662290E18EEA5DBD6E.sh (in target 'swiftStdlibUnittestFoundationExtras-macosx-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/StdlibUnittestFoundationExtras/Swift.build/RelWithDebInfo/swiftStdlibUnittestFoundationExtras-macosx-x86_64.build/Script-2D12F8662290E18EEA5DBD6E.sh
PhaseScriptExecution Generate\ stdlib/private/StdlibUnittestFoundationExtras/CMakeFiles/swiftStdlibUnittestFoundationExtras-macosx /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/StdlibUnittestFoundationExtras/Swift.build/RelWithDebInfo/swiftStdlibUnittestFoundationExtras-macosx.build/Script-16E632E5B4DBC12882BCE560.sh (in target 'swiftStdlibUnittestFoundationExtras-macosx' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/StdlibUnittestFoundationExtras/Swift.build/RelWithDebInfo/swiftStdlibUnittestFoundationExtras-macosx.build/Script-16E632E5B4DBC12882BCE560.sh
PhaseScriptExecution Generate\ stdlib/CMakeFiles/swift-test-stdlib /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/Swift.build/RelWithDebInfo/swift-test-stdlib.build/Script-28144E952600BAB92E500F0C.sh (in target 'swift-test-stdlib' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/Swift.build/RelWithDebInfo/swift-test-stdlib.build/Script-28144E952600BAB92E500F0C.sh
PhaseScriptExecution Generate\ CMakeFiles/ALL_BUILD /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/Swift.build/RelWithDebInfo/ALL_BUILD.build/Script-ECF883272FE236A0A80197D8.sh (in target 'ALL_BUILD' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/Swift.build/RelWithDebInfo/ALL_BUILD.build/Script-ECF883272FE236A0A80197D8.sh
Build all projects
** BUILD SUCCEEDED **
--- Building tests for swift ---
+ /usr/local/bin/cmake --build /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64 --target ZERO_CHECK --config RelWithDebInfo -- -parallelizeTargets -jobs 16 -target SwiftUnitTests
Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project Swift.xcodeproj build -target ZERO_CHECK -parallelizeTargets -configuration RelWithDebInfo -hideShellScriptEnvironment -parallelizeTargets -jobs 16 -target SwiftUnitTests
User defaults from command line:
HideShellScriptEnvironment = YES
IDEBuildOperationMaxNumberOfConcurrentCompileTasks = 16
Build settings from command line:
TOOLCHAINS = default
Build Preparation
Build task concurrency set to 16 via user default IDEBuildOperationMaxNumberOfConcurrentCompileTasks
note: Using new build system
note: Building targets in parallel
note: Planning build
note: Using build description from disk
PhaseScriptExecution Generate\ unittests/Basic/CMakeFiles/unittests-Basic-8-UnicodeGraphemeBreakTest.cpp /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/Swift.build/RelWithDebInfo/unittests-Basic-8-UnicodeGraphemeBreakTest.cpp.build/Script-3E9B6DA64E0F45B66D0C76B6.sh (in target 'unittests-Basic-8-UnicodeGraphemeBreakTest.cpp' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/Swift.build/RelWithDebInfo/unittests-Basic-8-UnicodeGraphemeBreakTest.cpp.build/Script-3E9B6DA64E0F45B66D0C76B6.sh
PhaseScriptExecution Generate\ stdlib/public/stubs/CMakeFiles/stdlib-public-stubs-8-SwiftNativeNSXXXBase.mm /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/stubs/Swift.build/RelWithDebInfo/stdlib-public-stubs-8-SwiftNativeNSXXXBase.mm.build/Script-1F61F65E3B6F290B6BDC3B52.sh (in target 'stdlib-public-stubs-8-SwiftNativeNSXXXBase.mm' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/stubs/Swift.build/RelWithDebInfo/stdlib-public-stubs-8-SwiftNativeNSXXXBase.mm.build/Script-1F61F65E3B6F290B6BDC3B52.sh
PhaseScriptExecution Generate\ tools/SourceKit/include/SourceKit/Core/CMakeFiles/tools-SourceKit-include-SourceKit-Core-ProtocolUIDs.def /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/tools/SourceKit/include/SourceKit/Core/Swift.build/RelWithDebInfo/tools-SourceKit-include-SourceKit-Core-ProtocolUIDs.def.build/Script-5DD9EDF907362C9A18DAEE06.sh (in target 'tools-SourceKit-include-SourceKit-Core-ProtocolUIDs.def' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/tools/SourceKit/include/SourceKit/Core/Swift.build/RelWithDebInfo/tools-SourceKit-include-SourceKit-Core-ProtocolUIDs.def.build/Script-5DD9EDF907362C9A18DAEE06.sh
PhaseScriptExecution Generate\ stdlib/public/core/CMakeFiles/stdlib-public-core-8-UnsafeRawBufferPointer.swift /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/core/Swift.build/RelWithDebInfo/stdlib-public-core-8-UnsafeRawBufferPointer.swift.build/Script-00B1FF2FE8053CDE799C4B13.sh (in target 'stdlib-public-core-8-UnsafeRawBufferPointer.swift' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/core/Swift.build/RelWithDebInfo/stdlib-public-core-8-UnsafeRawBufferPointer.swift.build/Script-00B1FF2FE8053CDE799C4B13.sh
PhaseScriptExecution Generate\ include/swift/Syntax/CMakeFiles/include-swift-Syntax-SyntaxNodes.h /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Syntax/Swift.build/RelWithDebInfo/include-swift-Syntax-SyntaxNodes.h.build/Script-087FCA131A59FAE0C0DB9BBD.sh (in target 'include-swift-Syntax-SyntaxNodes.h' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Syntax/Swift.build/RelWithDebInfo/include-swift-Syntax-SyntaxNodes.h.build/Script-087FCA131A59FAE0C0DB9BBD.sh
PhaseScriptExecution Generate\ stdlib/public/Concurrency/CMakeFiles/stdlib-public-Concurrency-OSX-x86_64 /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Concurrency/Swift.build/RelWithDebInfo/stdlib-public-Concurrency-OSX-x86_64.build/Script-2C9D0CA3482C8FEEBE2D7C20.sh (in target 'stdlib-public-Concurrency-OSX-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/Concurrency/Swift.build/RelWithDebInfo/stdlib-public-Concurrency-OSX-x86_64.build/Script-2C9D0CA3482C8FEEBE2D7C20.sh
PhaseScriptExecution Generate\ include/swift/Parse/CMakeFiles/include-swift-Parse-ParsedSyntaxRecorder.h /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Parse/Swift.build/RelWithDebInfo/include-swift-Parse-ParsedSyntaxRecorder.h.build/Script-D28D92AC59877FE2F9926E0E.sh (in target 'include-swift-Parse-ParsedSyntaxRecorder.h' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Parse/Swift.build/RelWithDebInfo/include-swift-Parse-ParsedSyntaxRecorder.h.build/Script-D28D92AC59877FE2F9926E0E.sh
CompileC /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Reflection/Swift.build/RelWithDebInfo/SwiftReflectionTests.build/Objects-normal/x86_64/TypeRef.o /Users/alexander/Developer/swift-project/swift/unittests/Reflection/TypeRef.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'SwiftReflectionTests' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos11.1 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=c++14 -stdlib\=libc++ -Wno-trigraphs -fno-exceptions -fno-rtti -fno-sanitize\=vptr -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wdocumentation -Wnon-virtual-dtor -Woverloaded-virtual -Wno-exit-time-destructors -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wnewline-eof -Wno-c++11-extensions -DCMAKE_INTDIR\=\"RelWithDebInfo\" -DGTEST_HAS_RTTI\=0 -DSWIFT_INLINE_NAMESPACE\=__runtime -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCMARK_STATIC_DEFINE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Reflection/RelWithDebInfo/include -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Reflection -I/Users/alexander/Developer/swift-project/swift/unittests/Reflection -I/Users/alexander/Developer/swift-project/swift/stdlib/include -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include -I/Users/alexander/Developer/swift-project/swift/include -I/Users/alexander/Developer/swift-project/llvm-project/llvm/include -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/include -I/Users/alexander/Developer/swift-project/llvm-project/clang/include -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include -I/Users/alexander/Developer/swift-project/cmark/src -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Reflection/Swift.build/RelWithDebInfo/SwiftReflectionTests.build/DerivedSources-normal/x86_64 -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Reflection/Swift.build/RelWithDebInfo/SwiftReflectionTests.build/DerivedSources/x86_64 -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Reflection/Swift.build/RelWithDebInfo/SwiftReflectionTests.build/DerivedSources -F/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Reflection/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -fno-stack-protector -fvisibility-inlines-hidden -Werror\=date-time -Werror\=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Werror\=switch -Wdocumentation -Wimplicit-fallthrough -Wunreachable-code -Woverloaded-virtual -DOBJC_OLD_DISPATCH_PROTOTYPES\=0 -fno-exceptions -fno-rtti -Werror\=gnu -UNDEBUG -std\=c++14 -MMD -MT dependencies -MF /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Reflection/Swift.build/RelWithDebInfo/SwiftReflectionTests.build/Objects-normal/x86_64/TypeRef.d --serialize-diagnostics /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Reflection/Swift.build/RelWithDebInfo/SwiftReflectionTests.build/Objects-normal/x86_64/TypeRef.dia -c /Users/alexander/Developer/swift-project/swift/unittests/Reflection/TypeRef.cpp -o /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Reflection/Swift.build/RelWithDebInfo/SwiftReflectionTests.build/Objects-normal/x86_64/TypeRef.o
PhaseScriptExecution Generate\ CMakeFiles/ZERO_CHECK /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/Swift.build/RelWithDebInfo/ZERO_CHECK.build/Script-2124196C67C435F8D7FE588F.sh (in target 'ZERO_CHECK' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/Swift.build/RelWithDebInfo/ZERO_CHECK.build/Script-2124196C67C435F8D7FE588F.sh
make: `/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/CMakeFiles/cmake.check_cache' is up to date.
PhaseScriptExecution Generate\ stdlib/private/StdlibUnittest/CMakeFiles/stdlib-private-StdlibUnittest-OSX-x86_64 /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/StdlibUnittest/Swift.build/RelWithDebInfo/stdlib-private-StdlibUnittest-OSX-x86_64.build/Script-8AAB2C3942E14D53C9B416D2.sh (in target 'stdlib-private-StdlibUnittest-OSX-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/private/StdlibUnittest/Swift.build/RelWithDebInfo/stdlib-private-StdlibUnittest-OSX-x86_64.build/Script-8AAB2C3942E14D53C9B416D2.sh
PhaseScriptExecution Generate\ include/swift/Parse/CMakeFiles/include-swift-Parse-ParsedSyntaxBuilders.h /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Parse/Swift.build/RelWithDebInfo/include-swift-Parse-ParsedSyntaxBuilders.h.build/Script-E7323732BCA9812C58FF55DD.sh (in target 'include-swift-Parse-ParsedSyntaxBuilders.h' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Parse/Swift.build/RelWithDebInfo/include-swift-Parse-ParsedSyntaxBuilders.h.build/Script-E7323732BCA9812C58FF55DD.sh
PhaseScriptExecution Generate\ include/swift/Syntax/CMakeFiles/include-swift-Syntax-Trivia.h /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Syntax/Swift.build/RelWithDebInfo/include-swift-Syntax-Trivia.h.build/Script-B4D1D70667E592DC3DAA8FFF.sh (in target 'include-swift-Syntax-Trivia.h' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Syntax/Swift.build/RelWithDebInfo/include-swift-Syntax-Trivia.h.build/Script-B4D1D70667E592DC3DAA8FFF.sh
PhaseScriptExecution Generate\ stdlib/public/core/CMakeFiles/stdlib-public-core-8-UnsafeBufferPointer.swift /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/core/Swift.build/RelWithDebInfo/stdlib-public-core-8-UnsafeBufferPointer.swift.build/Script-0B41F794C8C05CBDBBC2595D.sh (in target 'stdlib-public-core-8-UnsafeBufferPointer.swift' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/core/Swift.build/RelWithDebInfo/stdlib-public-core-8-UnsafeBufferPointer.swift.build/Script-0B41F794C8C05CBDBBC2595D.sh
PhaseScriptExecution Generate\ tools/SourceKit/include/SourceKit/Core/CMakeFiles/generated_sourcekit_uids /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/tools/SourceKit/include/SourceKit/Core/Swift.build/RelWithDebInfo/generated_sourcekit_uids.build/Script-BA31A2715F1F74569D915AE2.sh (in target 'generated_sourcekit_uids' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/tools/SourceKit/include/SourceKit/Core/Swift.build/RelWithDebInfo/generated_sourcekit_uids.build/Script-BA31A2715F1F74569D915AE2.sh
PhaseScriptExecution Generate\ include/swift/Parse/CMakeFiles/include-swift-Parse-ParsedSyntaxNodes.h /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Parse/Swift.build/RelWithDebInfo/include-swift-Parse-ParsedSyntaxNodes.h.build/Script-5BC12A1D2379973D0C338CE6.sh (in target 'include-swift-Parse-ParsedSyntaxNodes.h' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Parse/Swift.build/RelWithDebInfo/include-swift-Parse-ParsedSyntaxNodes.h.build/Script-5BC12A1D2379973D0C338CE6.sh
PhaseScriptExecution Generate\ include/swift/Syntax/CMakeFiles/include-swift-Syntax-SyntaxFactory.h /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Syntax/Swift.build/RelWithDebInfo/include-swift-Syntax-SyntaxFactory.h.build/Script-15674F6E2C109981E505FC77.sh (in target 'include-swift-Syntax-SyntaxFactory.h' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Syntax/Swift.build/RelWithDebInfo/include-swift-Syntax-SyntaxFactory.h.build/Script-15674F6E2C109981E505FC77.sh
PhaseScriptExecution Generate\ stdlib/public/core/CMakeFiles/stdlib-public-core-8-Tuple.swift /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/core/Swift.build/RelWithDebInfo/stdlib-public-core-8-Tuple.swift.build/Script-A9D493E10715F578450CEA07.sh (in target 'stdlib-public-core-8-Tuple.swift' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/core/Swift.build/RelWithDebInfo/stdlib-public-core-8-Tuple.swift.build/Script-A9D493E10715F578450CEA07.sh
PhaseScriptExecution Generate\ include/swift/Parse/CMakeFiles/swift-parse-syntax-generated-headers /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Parse/Swift.build/RelWithDebInfo/swift-parse-syntax-generated-headers.build/Script-B8D47EC41EACE97E0D30613E.sh (in target 'swift-parse-syntax-generated-headers' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Parse/Swift.build/RelWithDebInfo/swift-parse-syntax-generated-headers.build/Script-B8D47EC41EACE97E0D30613E.sh
PhaseScriptExecution Generate\ include/swift/Syntax/CMakeFiles/include-swift-Syntax-SyntaxKind.h /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Syntax/Swift.build/RelWithDebInfo/include-swift-Syntax-SyntaxKind.h.build/Script-44B0467C5E189614995D07DD.sh (in target 'include-swift-Syntax-SyntaxKind.h' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Syntax/Swift.build/RelWithDebInfo/include-swift-Syntax-SyntaxKind.h.build/Script-44B0467C5E189614995D07DD.sh
PhaseScriptExecution Generate\ stdlib/public/core/CMakeFiles/stdlib-public-core-8-FloatingPointTypes.swift /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/core/Swift.build/RelWithDebInfo/stdlib-public-core-8-FloatingPointTypes.swift.build/Script-2C87F8CD41839EB61DA70765.sh (in target 'stdlib-public-core-8-FloatingPointTypes.swift' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/core/Swift.build/RelWithDebInfo/stdlib-public-core-8-FloatingPointTypes.swift.build/Script-2C87F8CD41839EB61DA70765.sh
PhaseScriptExecution Generate\ include/swift/Syntax/CMakeFiles/include-swift-Syntax-SyntaxVisitor.h /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Syntax/Swift.build/RelWithDebInfo/include-swift-Syntax-SyntaxVisitor.h.build/Script-D18C38B3F9C328D54182554B.sh (in target 'include-swift-Syntax-SyntaxVisitor.h' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Syntax/Swift.build/RelWithDebInfo/include-swift-Syntax-SyntaxVisitor.h.build/Script-D18C38B3F9C328D54182554B.sh
PhaseScriptExecution Generate\ stdlib/public/core/CMakeFiles/stdlib-public-core-8-FloatingPointParsing.swift /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/core/Swift.build/RelWithDebInfo/stdlib-public-core-8-FloatingPointParsing.swift.build/Script-E877CD7B7D54C648875D7F57.sh (in target 'stdlib-public-core-8-FloatingPointParsing.swift' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/core/Swift.build/RelWithDebInfo/stdlib-public-core-8-FloatingPointParsing.swift.build/Script-E877CD7B7D54C648875D7F57.sh
PhaseScriptExecution Generate\ include/swift/Syntax/CMakeFiles/include-swift-Syntax-TokenKinds.def /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Syntax/Swift.build/RelWithDebInfo/include-swift-Syntax-TokenKinds.def.build/Script-102543E6A85BC78CACF6302A.sh (in target 'include-swift-Syntax-TokenKinds.def' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Syntax/Swift.build/RelWithDebInfo/include-swift-Syntax-TokenKinds.def.build/Script-102543E6A85BC78CACF6302A.sh
PhaseScriptExecution Generate\ stdlib/public/core/CMakeFiles/stdlib-public-core-8-AtomicInt.swift /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/core/Swift.build/RelWithDebInfo/stdlib-public-core-8-AtomicInt.swift.build/Script-2539878A514C0EAF1AFDA2C5.sh (in target 'stdlib-public-core-8-AtomicInt.swift' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/core/Swift.build/RelWithDebInfo/stdlib-public-core-8-AtomicInt.swift.build/Script-2539878A514C0EAF1AFDA2C5.sh
PhaseScriptExecution Generate\ include/swift/Syntax/CMakeFiles/include-swift-Syntax-SyntaxBuilders.h /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Syntax/Swift.build/RelWithDebInfo/include-swift-Syntax-SyntaxBuilders.h.build/Script-54B08CEAAA9263A9D85E38B6.sh (in target 'include-swift-Syntax-SyntaxBuilders.h' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Syntax/Swift.build/RelWithDebInfo/include-swift-Syntax-SyntaxBuilders.h.build/Script-54B08CEAAA9263A9D85E38B6.sh
PhaseScriptExecution Generate\ stdlib/public/core/CMakeFiles/stdlib-public-core-8-IntegerTypes.swift /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/core/Swift.build/RelWithDebInfo/stdlib-public-core-8-IntegerTypes.swift.build/Script-8578592488BDC2AE30ABF3A3.sh (in target 'stdlib-public-core-8-IntegerTypes.swift' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/core/Swift.build/RelWithDebInfo/stdlib-public-core-8-IntegerTypes.swift.build/Script-8578592488BDC2AE30ABF3A3.sh
PhaseScriptExecution Generate\ include/swift/Syntax/CMakeFiles/swift-syntax-generated-headers /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Syntax/Swift.build/RelWithDebInfo/swift-syntax-generated-headers.build/Script-DC5A8BBF340ECC2482F0AE21.sh (in target 'swift-syntax-generated-headers' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Syntax/Swift.build/RelWithDebInfo/swift-syntax-generated-headers.build/Script-DC5A8BBF340ECC2482F0AE21.sh
PhaseScriptExecution Generate\ stdlib/public/core/CMakeFiles/stdlib-public-core-8-SIMDVectorTypes.swift /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/core/Swift.build/RelWithDebInfo/stdlib-public-core-8-SIMDVectorTypes.swift.build/Script-FCAE1F1D9C437D60DB2FAF9C.sh (in target 'stdlib-public-core-8-SIMDVectorTypes.swift' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/core/Swift.build/RelWithDebInfo/stdlib-public-core-8-SIMDVectorTypes.swift.build/Script-FCAE1F1D9C437D60DB2FAF9C.sh
PhaseScriptExecution Generate\ lib/Option/CMakeFiles/swift-features-file /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/lib/Option/Swift.build/RelWithDebInfo/swift-features-file.build/Script-79487476FD4D552779C57EB2.sh (in target 'swift-features-file' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/lib/Option/Swift.build/RelWithDebInfo/swift-features-file.build/Script-79487476FD4D552779C57EB2.sh
PhaseScriptExecution Generate\ stdlib/public/core/CMakeFiles/stdlib-public-core-OSX-x86_64 /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/core/Swift.build/RelWithDebInfo/stdlib-public-core-OSX-x86_64.build/Script-9F7109DD66DC2F64D577D30C.sh (in target 'stdlib-public-core-OSX-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/core/Swift.build/RelWithDebInfo/stdlib-public-core-OSX-x86_64.build/Script-9F7109DD66DC2F64D577D30C.sh
PhaseScriptExecution Generate\ stdlib/toolchain/legacy_layouts/CMakeFiles/copy-legacy-layouts-macosx-x86_64 /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/toolchain/legacy_layouts/Swift.build/RelWithDebInfo/copy-legacy-layouts-macosx-x86_64.build/Script-2FAF7D08CC36DB1497B31CC1.sh (in target 'copy-legacy-layouts-macosx-x86_64' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/toolchain/legacy_layouts/Swift.build/RelWithDebInfo/copy-legacy-layouts-macosx-x86_64.build/Script-2FAF7D08CC36DB1497B31CC1.sh
PhaseScriptExecution Generate\ stdlib/public/SwiftShims/CMakeFiles/symlink_clang_headers /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/SwiftShims/Swift.build/RelWithDebInfo/symlink_clang_headers.build/Script-C89262D676B7EF5C03F2EF52.sh (in target 'symlink_clang_headers' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/SwiftShims/Swift.build/RelWithDebInfo/symlink_clang_headers.build/Script-C89262D676B7EF5C03F2EF52.sh
PhaseScriptExecution Generate\ stdlib/public/SwiftShims/CMakeFiles/copy_shim_headers /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/SwiftShims/Swift.build/RelWithDebInfo/copy_shim_headers.build/Script-77099F7407DC9D66B6117672.sh (in target 'copy_shim_headers' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/SwiftShims/Swift.build/RelWithDebInfo/copy_shim_headers.build/Script-77099F7407DC9D66B6117672.sh
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/lib/SwiftDemangle/Swift.build/RelWithDebInfo/swiftDemangle.build/Script-98ECACD4E280F3C1EB59C4CE.sh (in target 'swiftDemangle' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/lib/SwiftDemangle/Swift.build/RelWithDebInfo/swiftDemangle.build/Script-98ECACD4E280F3C1EB59C4CE.sh
PhaseScriptExecution Generate\ lib/ClangImporter/CMakeFiles/lib-ClangImporter-SortedCFDatabase.def /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/lib/ClangImporter/Swift.build/RelWithDebInfo/lib-ClangImporter-SortedCFDatabase.def.build/Script-24534F9A79D397E7F316927B.sh (in target 'lib-ClangImporter-SortedCFDatabase.def' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/lib/ClangImporter/Swift.build/RelWithDebInfo/lib-ClangImporter-SortedCFDatabase.def.build/Script-24534F9A79D397E7F316927B.sh
CompileC /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/Swift.build/RelWithDebInfo/SwiftSyntaxTests.build/Objects-normal/x86_64/DeclSyntaxTests.o /Users/alexander/Developer/swift-project/swift/unittests/Syntax/DeclSyntaxTests.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'SwiftSyntaxTests' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos11.1 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=c++14 -stdlib\=libc++ -Wno-trigraphs -fno-exceptions -fno-rtti -fno-sanitize\=vptr -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wdocumentation -Wnon-virtual-dtor -Woverloaded-virtual -Wno-exit-time-destructors -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wnewline-eof -Wno-c++11-extensions -DCMAKE_INTDIR\=\"RelWithDebInfo\" -DGTEST_HAS_RTTI\=0 -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCMARK_STATIC_DEFINE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/RelWithDebInfo/include -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax -I/Users/alexander/Developer/swift-project/swift/unittests/Syntax -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include -I/Users/alexander/Developer/swift-project/swift/include -I/Users/alexander/Developer/swift-project/llvm-project/llvm/include -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/include -I/Users/alexander/Developer/swift-project/llvm-project/clang/include -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include -I/Users/alexander/Developer/swift-project/cmark/src -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/Swift.build/RelWithDebInfo/SwiftSyntaxTests.build/DerivedSources-normal/x86_64 -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/Swift.build/RelWithDebInfo/SwiftSyntaxTests.build/DerivedSources/x86_64 -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/Swift.build/RelWithDebInfo/SwiftSyntaxTests.build/DerivedSources -F/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -fno-stack-protector -fvisibility-inlines-hidden -Werror\=date-time -Werror\=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Werror\=switch -Wdocumentation -Wimplicit-fallthrough -Wunreachable-code -Woverloaded-virtual -DOBJC_OLD_DISPATCH_PROTOTYPES\=0 -fno-exceptions -fno-rtti -Werror\=gnu -UNDEBUG -std\=c++14 -MMD -MT dependencies -MF /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/Swift.build/RelWithDebInfo/SwiftSyntaxTests.build/Objects-normal/x86_64/DeclSyntaxTests.d --serialize-diagnostics /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/Swift.build/RelWithDebInfo/SwiftSyntaxTests.build/Objects-normal/x86_64/DeclSyntaxTests.dia -c /Users/alexander/Developer/swift-project/swift/unittests/Syntax/DeclSyntaxTests.cpp -o /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/Swift.build/RelWithDebInfo/SwiftSyntaxTests.build/Objects-normal/x86_64/DeclSyntaxTests.o
CompileC /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/Swift.build/RelWithDebInfo/SwiftSyntaxTests.build/Objects-normal/x86_64/ExprSyntaxTests.o /Users/alexander/Developer/swift-project/swift/unittests/Syntax/ExprSyntaxTests.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'SwiftSyntaxTests' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos11.1 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=c++14 -stdlib\=libc++ -Wno-trigraphs -fno-exceptions -fno-rtti -fno-sanitize\=vptr -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wdocumentation -Wnon-virtual-dtor -Woverloaded-virtual -Wno-exit-time-destructors -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wnewline-eof -Wno-c++11-extensions -DCMAKE_INTDIR\=\"RelWithDebInfo\" -DGTEST_HAS_RTTI\=0 -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCMARK_STATIC_DEFINE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/RelWithDebInfo/include -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax -I/Users/alexander/Developer/swift-project/swift/unittests/Syntax -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include -I/Users/alexander/Developer/swift-project/swift/include -I/Users/alexander/Developer/swift-project/llvm-project/llvm/include -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/include -I/Users/alexander/Developer/swift-project/llvm-project/clang/include -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include -I/Users/alexander/Developer/swift-project/cmark/src -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/Swift.build/RelWithDebInfo/SwiftSyntaxTests.build/DerivedSources-normal/x86_64 -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/Swift.build/RelWithDebInfo/SwiftSyntaxTests.build/DerivedSources/x86_64 -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/Swift.build/RelWithDebInfo/SwiftSyntaxTests.build/DerivedSources -F/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -fno-stack-protector -fvisibility-inlines-hidden -Werror\=date-time -Werror\=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Werror\=switch -Wdocumentation -Wimplicit-fallthrough -Wunreachable-code -Woverloaded-virtual -DOBJC_OLD_DISPATCH_PROTOTYPES\=0 -fno-exceptions -fno-rtti -Werror\=gnu -UNDEBUG -std\=c++14 -MMD -MT dependencies -MF /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/Swift.build/RelWithDebInfo/SwiftSyntaxTests.build/Objects-normal/x86_64/ExprSyntaxTests.d --serialize-diagnostics /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/Swift.build/RelWithDebInfo/SwiftSyntaxTests.build/Objects-normal/x86_64/ExprSyntaxTests.dia -c /Users/alexander/Developer/swift-project/swift/unittests/Syntax/ExprSyntaxTests.cpp -o /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/Swift.build/RelWithDebInfo/SwiftSyntaxTests.build/Objects-normal/x86_64/ExprSyntaxTests.o
CompileC /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/Swift.build/RelWithDebInfo/SwiftSyntaxTests.build/Objects-normal/x86_64/SyntaxCollectionTests.o /Users/alexander/Developer/swift-project/swift/unittests/Syntax/SyntaxCollectionTests.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'SwiftSyntaxTests' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos11.1 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=c++14 -stdlib\=libc++ -Wno-trigraphs -fno-exceptions -fno-rtti -fno-sanitize\=vptr -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wdocumentation -Wnon-virtual-dtor -Woverloaded-virtual -Wno-exit-time-destructors -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wnewline-eof -Wno-c++11-extensions -DCMAKE_INTDIR\=\"RelWithDebInfo\" -DGTEST_HAS_RTTI\=0 -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCMARK_STATIC_DEFINE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/RelWithDebInfo/include -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax -I/Users/alexander/Developer/swift-project/swift/unittests/Syntax -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include -I/Users/alexander/Developer/swift-project/swift/include -I/Users/alexander/Developer/swift-project/llvm-project/llvm/include -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/include -I/Users/alexander/Developer/swift-project/llvm-project/clang/include -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include -I/Users/alexander/Developer/swift-project/cmark/src -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/Swift.build/RelWithDebInfo/SwiftSyntaxTests.build/DerivedSources-normal/x86_64 -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/Swift.build/RelWithDebInfo/SwiftSyntaxTests.build/DerivedSources/x86_64 -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/Swift.build/RelWithDebInfo/SwiftSyntaxTests.build/DerivedSources -F/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -fno-stack-protector -fvisibility-inlines-hidden -Werror\=date-time -Werror\=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Werror\=switch -Wdocumentation -Wimplicit-fallthrough -Wunreachable-code -Woverloaded-virtual -DOBJC_OLD_DISPATCH_PROTOTYPES\=0 -fno-exceptions -fno-rtti -Werror\=gnu -UNDEBUG -std\=c++14 -MMD -MT dependencies -MF /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/Swift.build/RelWithDebInfo/SwiftSyntaxTests.build/Objects-normal/x86_64/SyntaxCollectionTests.d --serialize-diagnostics /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/Swift.build/RelWithDebInfo/SwiftSyntaxTests.build/Objects-normal/x86_64/SyntaxCollectionTests.dia -c /Users/alexander/Developer/swift-project/swift/unittests/Syntax/SyntaxCollectionTests.cpp -o /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/Swift.build/RelWithDebInfo/SwiftSyntaxTests.build/Objects-normal/x86_64/SyntaxCollectionTests.o
CompileC /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/Swift.build/RelWithDebInfo/SwiftSyntaxTests.build/Objects-normal/x86_64/TriviaTests.o /Users/alexander/Developer/swift-project/swift/unittests/Syntax/TriviaTests.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'SwiftSyntaxTests' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos11.1 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=c++14 -stdlib\=libc++ -Wno-trigraphs -fno-exceptions -fno-rtti -fno-sanitize\=vptr -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wdocumentation -Wnon-virtual-dtor -Woverloaded-virtual -Wno-exit-time-destructors -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wnewline-eof -Wno-c++11-extensions -DCMAKE_INTDIR\=\"RelWithDebInfo\" -DGTEST_HAS_RTTI\=0 -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCMARK_STATIC_DEFINE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/RelWithDebInfo/include -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax -I/Users/alexander/Developer/swift-project/swift/unittests/Syntax -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include -I/Users/alexander/Developer/swift-project/swift/include -I/Users/alexander/Developer/swift-project/llvm-project/llvm/include -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/include -I/Users/alexander/Developer/swift-project/llvm-project/clang/include -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include -I/Users/alexander/Developer/swift-project/cmark/src -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/Swift.build/RelWithDebInfo/SwiftSyntaxTests.build/DerivedSources-normal/x86_64 -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/Swift.build/RelWithDebInfo/SwiftSyntaxTests.build/DerivedSources/x86_64 -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/Swift.build/RelWithDebInfo/SwiftSyntaxTests.build/DerivedSources -F/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -fno-stack-protector -fvisibility-inlines-hidden -Werror\=date-time -Werror\=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Werror\=switch -Wdocumentation -Wimplicit-fallthrough -Wunreachable-code -Woverloaded-virtual -DOBJC_OLD_DISPATCH_PROTOTYPES\=0 -fno-exceptions -fno-rtti -Werror\=gnu -UNDEBUG -std\=c++14 -MMD -MT dependencies -MF /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/Swift.build/RelWithDebInfo/SwiftSyntaxTests.build/Objects-normal/x86_64/TriviaTests.d --serialize-diagnostics /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/Swift.build/RelWithDebInfo/SwiftSyntaxTests.build/Objects-normal/x86_64/TriviaTests.dia -c /Users/alexander/Developer/swift-project/swift/unittests/Syntax/TriviaTests.cpp -o /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/Swift.build/RelWithDebInfo/SwiftSyntaxTests.build/Objects-normal/x86_64/TriviaTests.o
CompileC /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/Swift.build/RelWithDebInfo/SwiftSyntaxTests.build/Objects-normal/x86_64/StmtSyntaxTests.o /Users/alexander/Developer/swift-project/swift/unittests/Syntax/StmtSyntaxTests.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'SwiftSyntaxTests' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos11.1 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=c++14 -stdlib\=libc++ -Wno-trigraphs -fno-exceptions -fno-rtti -fno-sanitize\=vptr -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wdocumentation -Wnon-virtual-dtor -Woverloaded-virtual -Wno-exit-time-destructors -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wnewline-eof -Wno-c++11-extensions -DCMAKE_INTDIR\=\"RelWithDebInfo\" -DGTEST_HAS_RTTI\=0 -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCMARK_STATIC_DEFINE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/RelWithDebInfo/include -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax -I/Users/alexander/Developer/swift-project/swift/unittests/Syntax -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include -I/Users/alexander/Developer/swift-project/swift/include -I/Users/alexander/Developer/swift-project/llvm-project/llvm/include -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/include -I/Users/alexander/Developer/swift-project/llvm-project/clang/include -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include -I/Users/alexander/Developer/swift-project/cmark/src -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/Swift.build/RelWithDebInfo/SwiftSyntaxTests.build/DerivedSources-normal/x86_64 -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/Swift.build/RelWithDebInfo/SwiftSyntaxTests.build/DerivedSources/x86_64 -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/Swift.build/RelWithDebInfo/SwiftSyntaxTests.build/DerivedSources -F/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -fno-stack-protector -fvisibility-inlines-hidden -Werror\=date-time -Werror\=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Werror\=switch -Wdocumentation -Wimplicit-fallthrough -Wunreachable-code -Woverloaded-virtual -DOBJC_OLD_DISPATCH_PROTOTYPES\=0 -fno-exceptions -fno-rtti -Werror\=gnu -UNDEBUG -std\=c++14 -MMD -MT dependencies -MF /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/Swift.build/RelWithDebInfo/SwiftSyntaxTests.build/Objects-normal/x86_64/StmtSyntaxTests.d --serialize-diagnostics /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/Swift.build/RelWithDebInfo/SwiftSyntaxTests.build/Objects-normal/x86_64/StmtSyntaxTests.dia -c /Users/alexander/Developer/swift-project/swift/unittests/Syntax/StmtSyntaxTests.cpp -o /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/Swift.build/RelWithDebInfo/SwiftSyntaxTests.build/Objects-normal/x86_64/StmtSyntaxTests.o
CompileC /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/Swift.build/RelWithDebInfo/SwiftSyntaxTests.build/Objects-normal/x86_64/UnknownSyntaxTests.o /Users/alexander/Developer/swift-project/swift/unittests/Syntax/UnknownSyntaxTests.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'SwiftSyntaxTests' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos11.1 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=c++14 -stdlib\=libc++ -Wno-trigraphs -fno-exceptions -fno-rtti -fno-sanitize\=vptr -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wdocumentation -Wnon-virtual-dtor -Woverloaded-virtual -Wno-exit-time-destructors -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wnewline-eof -Wno-c++11-extensions -DCMAKE_INTDIR\=\"RelWithDebInfo\" -DGTEST_HAS_RTTI\=0 -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCMARK_STATIC_DEFINE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/RelWithDebInfo/include -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax -I/Users/alexander/Developer/swift-project/swift/unittests/Syntax -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include -I/Users/alexander/Developer/swift-project/swift/include -I/Users/alexander/Developer/swift-project/llvm-project/llvm/include -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/include -I/Users/alexander/Developer/swift-project/llvm-project/clang/include -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include -I/Users/alexander/Developer/swift-project/cmark/src -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/Swift.build/RelWithDebInfo/SwiftSyntaxTests.build/DerivedSources-normal/x86_64 -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/Swift.build/RelWithDebInfo/SwiftSyntaxTests.build/DerivedSources/x86_64 -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/Swift.build/RelWithDebInfo/SwiftSyntaxTests.build/DerivedSources -F/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -fno-stack-protector -fvisibility-inlines-hidden -Werror\=date-time -Werror\=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Werror\=switch -Wdocumentation -Wimplicit-fallthrough -Wunreachable-code -Woverloaded-virtual -DOBJC_OLD_DISPATCH_PROTOTYPES\=0 -fno-exceptions -fno-rtti -Werror\=gnu -UNDEBUG -std\=c++14 -MMD -MT dependencies -MF /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/Swift.build/RelWithDebInfo/SwiftSyntaxTests.build/Objects-normal/x86_64/UnknownSyntaxTests.d --serialize-diagnostics /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/Swift.build/RelWithDebInfo/SwiftSyntaxTests.build/Objects-normal/x86_64/UnknownSyntaxTests.dia -c /Users/alexander/Developer/swift-project/swift/unittests/Syntax/UnknownSyntaxTests.cpp -o /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/Swift.build/RelWithDebInfo/SwiftSyntaxTests.build/Objects-normal/x86_64/UnknownSyntaxTests.o
CompileC /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/Swift.build/RelWithDebInfo/SwiftSyntaxTests.build/Objects-normal/x86_64/TypeSyntaxTests.o /Users/alexander/Developer/swift-project/swift/unittests/Syntax/TypeSyntaxTests.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'SwiftSyntaxTests' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos11.1 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=c++14 -stdlib\=libc++ -Wno-trigraphs -fno-exceptions -fno-rtti -fno-sanitize\=vptr -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wdocumentation -Wnon-virtual-dtor -Woverloaded-virtual -Wno-exit-time-destructors -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wnewline-eof -Wno-c++11-extensions -DCMAKE_INTDIR\=\"RelWithDebInfo\" -DGTEST_HAS_RTTI\=0 -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCMARK_STATIC_DEFINE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/RelWithDebInfo/include -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax -I/Users/alexander/Developer/swift-project/swift/unittests/Syntax -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include -I/Users/alexander/Developer/swift-project/swift/include -I/Users/alexander/Developer/swift-project/llvm-project/llvm/include -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/include -I/Users/alexander/Developer/swift-project/llvm-project/clang/include -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include -I/Users/alexander/Developer/swift-project/cmark/src -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/Swift.build/RelWithDebInfo/SwiftSyntaxTests.build/DerivedSources-normal/x86_64 -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/Swift.build/RelWithDebInfo/SwiftSyntaxTests.build/DerivedSources/x86_64 -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/Swift.build/RelWithDebInfo/SwiftSyntaxTests.build/DerivedSources -F/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -fno-stack-protector -fvisibility-inlines-hidden -Werror\=date-time -Werror\=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Werror\=switch -Wdocumentation -Wimplicit-fallthrough -Wunreachable-code -Woverloaded-virtual -DOBJC_OLD_DISPATCH_PROTOTYPES\=0 -fno-exceptions -fno-rtti -Werror\=gnu -UNDEBUG -std\=c++14 -MMD -MT dependencies -MF /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/Swift.build/RelWithDebInfo/SwiftSyntaxTests.build/Objects-normal/x86_64/TypeSyntaxTests.d --serialize-diagnostics /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/Swift.build/RelWithDebInfo/SwiftSyntaxTests.build/Objects-normal/x86_64/TypeSyntaxTests.dia -c /Users/alexander/Developer/swift-project/swift/unittests/Syntax/TypeSyntaxTests.cpp -o /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Syntax/Swift.build/RelWithDebInfo/SwiftSyntaxTests.build/Objects-normal/x86_64/TypeSyntaxTests.o
PhaseScriptExecution Generate\ include/swift/Option/CMakeFiles/SwiftOptions /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Option/Swift.build/RelWithDebInfo/SwiftOptions.build/Script-51B76E2C1BACD27E42AC58C0.sh (in target 'SwiftOptions' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include/swift/Option/Swift.build/RelWithDebInfo/SwiftOptions.build/Script-51B76E2C1BACD27E42AC58C0.sh
CompileC /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Localization/Swift.build/RelWithDebInfo/swiftLocalizationTests.build/Objects-normal/x86_64/SerializationTests.o /Users/alexander/Developer/swift-project/swift/unittests/Localization/SerializationTests.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'swiftLocalizationTests' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos11.1 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=c++14 -stdlib\=libc++ -Wno-trigraphs -fno-exceptions -fno-rtti -fno-sanitize\=vptr -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wdocumentation -Wnon-virtual-dtor -Woverloaded-virtual -Wno-exit-time-destructors -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wnewline-eof -Wno-c++11-extensions -DCMAKE_INTDIR\=\"RelWithDebInfo\" -DGTEST_HAS_RTTI\=0 -DSWIFTLIB_DIR\=\"/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/RelWithDebInfo/lib/swift\" -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCMARK_STATIC_DEFINE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Localization/RelWithDebInfo/include -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Localization -I/Users/alexander/Developer/swift-project/swift/unittests/Localization -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include -I/Users/alexander/Developer/swift-project/swift/include -I/Users/alexander/Developer/swift-project/llvm-project/llvm/include -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/include -I/Users/alexander/Developer/swift-project/llvm-project/clang/include -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include -I/Users/alexander/Developer/swift-project/cmark/src -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Localization/Swift.build/RelWithDebInfo/swiftLocalizationTests.build/DerivedSources-normal/x86_64 -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Localization/Swift.build/RelWithDebInfo/swiftLocalizationTests.build/DerivedSources/x86_64 -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Localization/Swift.build/RelWithDebInfo/swiftLocalizationTests.build/DerivedSources -F/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Localization/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -fno-stack-protector -fvisibility-inlines-hidden -Werror\=date-time -Werror\=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Werror\=switch -Wdocumentation -Wimplicit-fallthrough -Wunreachable-code -Woverloaded-virtual -DOBJC_OLD_DISPATCH_PROTOTYPES\=0 -fno-exceptions -fno-rtti -Werror\=gnu -UNDEBUG -std\=c++14 -MMD -MT dependencies -MF /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Localization/Swift.build/RelWithDebInfo/swiftLocalizationTests.build/Objects-normal/x86_64/SerializationTests.d --serialize-diagnostics /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Localization/Swift.build/RelWithDebInfo/swiftLocalizationTests.build/Objects-normal/x86_64/SerializationTests.dia -c /Users/alexander/Developer/swift-project/swift/unittests/Localization/SerializationTests.cpp -o /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Localization/Swift.build/RelWithDebInfo/swiftLocalizationTests.build/Objects-normal/x86_64/SerializationTests.o
PhaseScriptExecution Generate\ tools/libSwiftSyntaxParser/CMakeFiles/libSwiftSyntaxParser_exports /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/tools/libSwiftSyntaxParser/Swift.build/RelWithDebInfo/libSwiftSyntaxParser_exports.build/Script-F7105DA7232F3AEC45D71D1E.sh (in target 'libSwiftSyntaxParser_exports' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/tools/libSwiftSyntaxParser/Swift.build/RelWithDebInfo/libSwiftSyntaxParser_exports.build/Script-F7105DA7232F3AEC45D71D1E.sh
CompileC /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Localization/Swift.build/RelWithDebInfo/swiftLocalizationTests.build/Objects-normal/x86_64/DefToYAMLConverterTests.o /Users/alexander/Developer/swift-project/swift/unittests/Localization/DefToYAMLConverterTests.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'swiftLocalizationTests' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos11.1 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=c++14 -stdlib\=libc++ -Wno-trigraphs -fno-exceptions -fno-rtti -fno-sanitize\=vptr -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wdocumentation -Wnon-virtual-dtor -Woverloaded-virtual -Wno-exit-time-destructors -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wnewline-eof -Wno-c++11-extensions -DCMAKE_INTDIR\=\"RelWithDebInfo\" -DGTEST_HAS_RTTI\=0 -DSWIFTLIB_DIR\=\"/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/RelWithDebInfo/lib/swift\" -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCMARK_STATIC_DEFINE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Localization/RelWithDebInfo/include -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Localization -I/Users/alexander/Developer/swift-project/swift/unittests/Localization -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include -I/Users/alexander/Developer/swift-project/swift/include -I/Users/alexander/Developer/swift-project/llvm-project/llvm/include -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/include -I/Users/alexander/Developer/swift-project/llvm-project/clang/include -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include -I/Users/alexander/Developer/swift-project/cmark/src -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Localization/Swift.build/RelWithDebInfo/swiftLocalizationTests.build/DerivedSources-normal/x86_64 -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Localization/Swift.build/RelWithDebInfo/swiftLocalizationTests.build/DerivedSources/x86_64 -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Localization/Swift.build/RelWithDebInfo/swiftLocalizationTests.build/DerivedSources -F/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Localization/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -fno-stack-protector -fvisibility-inlines-hidden -Werror\=date-time -Werror\=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Werror\=switch -Wdocumentation -Wimplicit-fallthrough -Wunreachable-code -Woverloaded-virtual -DOBJC_OLD_DISPATCH_PROTOTYPES\=0 -fno-exceptions -fno-rtti -Werror\=gnu -UNDEBUG -std\=c++14 -MMD -MT dependencies -MF /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Localization/Swift.build/RelWithDebInfo/swiftLocalizationTests.build/Objects-normal/x86_64/DefToYAMLConverterTests.d --serialize-diagnostics /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Localization/Swift.build/RelWithDebInfo/swiftLocalizationTests.build/Objects-normal/x86_64/DefToYAMLConverterTests.dia -c /Users/alexander/Developer/swift-project/swift/unittests/Localization/DefToYAMLConverterTests.cpp -o /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Localization/Swift.build/RelWithDebInfo/swiftLocalizationTests.build/Objects-normal/x86_64/DefToYAMLConverterTests.o
CompileC /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/Swift.build/RelWithDebInfo/SwiftBasicTests.build/Objects-normal/x86_64/DemangleTest.o /Users/alexander/Developer/swift-project/swift/unittests/Basic/DemangleTest.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'SwiftBasicTests' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos11.1 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=c++14 -stdlib\=libc++ -Wno-trigraphs -fno-exceptions -fno-rtti -fno-sanitize\=vptr -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wdocumentation -Wnon-virtual-dtor -Woverloaded-virtual -Wno-exit-time-destructors -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wnewline-eof -Wno-c++11-extensions -DCMAKE_INTDIR\=\"RelWithDebInfo\" -DGTEST_HAS_RTTI\=0 -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCMARK_STATIC_DEFINE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/RelWithDebInfo/include -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic -I/Users/alexander/Developer/swift-project/swift/unittests/Basic -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include -I/Users/alexander/Developer/swift-project/swift/include -I/Users/alexander/Developer/swift-project/llvm-project/llvm/include -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/include -I/Users/alexander/Developer/swift-project/llvm-project/clang/include -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include -I/Users/alexander/Developer/swift-project/cmark/src -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/Swift.build/RelWithDebInfo/SwiftBasicTests.build/DerivedSources-normal/x86_64 -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/Swift.build/RelWithDebInfo/SwiftBasicTests.build/DerivedSources/x86_64 -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/Swift.build/RelWithDebInfo/SwiftBasicTests.build/DerivedSources -F/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -fno-stack-protector -fvisibility-inlines-hidden -Werror\=date-time -Werror\=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Werror\=switch -Wdocumentation -Wimplicit-fallthrough -Wunreachable-code -Woverloaded-virtual -DOBJC_OLD_DISPATCH_PROTOTYPES\=0 -fno-exceptions -fno-rtti -Werror\=gnu -UNDEBUG -std\=c++14 -MMD -MT dependencies -MF /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/Swift.build/RelWithDebInfo/SwiftBasicTests.build/Objects-normal/x86_64/DemangleTest.d --serialize-diagnostics /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/Swift.build/RelWithDebInfo/SwiftBasicTests.build/Objects-normal/x86_64/DemangleTest.dia -c /Users/alexander/Developer/swift-project/swift/unittests/Basic/DemangleTest.cpp -o /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/Swift.build/RelWithDebInfo/SwiftBasicTests.build/Objects-normal/x86_64/DemangleTest.o
/Users/alexander/Developer/swift-project/swift/unittests/Basic/DemangleTest.cpp:14:10: fatal error: 'gtest/gtest.h' file not found
#include "gtest/gtest.h"
^~~~~~~~~~~~~~~
1 error generated.
CompileC /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/Swift.build/RelWithDebInfo/SwiftBasicTests.build/Objects-normal/x86_64/UnicodeGraphemeBreakTest.o /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/8/UnicodeGraphemeBreakTest.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'SwiftBasicTests' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos11.1 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=c++14 -stdlib\=libc++ -Wno-trigraphs -fno-exceptions -fno-rtti -fno-sanitize\=vptr -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wdocumentation -Wnon-virtual-dtor -Woverloaded-virtual -Wno-exit-time-destructors -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wnewline-eof -Wno-c++11-extensions -DCMAKE_INTDIR\=\"RelWithDebInfo\" -DGTEST_HAS_RTTI\=0 -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCMARK_STATIC_DEFINE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/RelWithDebInfo/include -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic -I/Users/alexander/Developer/swift-project/swift/unittests/Basic -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include -I/Users/alexander/Developer/swift-project/swift/include -I/Users/alexander/Developer/swift-project/llvm-project/llvm/include -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/include -I/Users/alexander/Developer/swift-project/llvm-project/clang/include -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include -I/Users/alexander/Developer/swift-project/cmark/src -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/Swift.build/RelWithDebInfo/SwiftBasicTests.build/DerivedSources-normal/x86_64 -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/Swift.build/RelWithDebInfo/SwiftBasicTests.build/DerivedSources/x86_64 -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/Swift.build/RelWithDebInfo/SwiftBasicTests.build/DerivedSources -F/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -fno-stack-protector -fvisibility-inlines-hidden -Werror\=date-time -Werror\=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Werror\=switch -Wdocumentation -Wimplicit-fallthrough -Wunreachable-code -Woverloaded-virtual -DOBJC_OLD_DISPATCH_PROTOTYPES\=0 -fno-exceptions -fno-rtti -Werror\=gnu -UNDEBUG -std\=c++14 -MMD -MT dependencies -MF /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/Swift.build/RelWithDebInfo/SwiftBasicTests.build/Objects-normal/x86_64/UnicodeGraphemeBreakTest.d --serialize-diagnostics /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/Swift.build/RelWithDebInfo/SwiftBasicTests.build/Objects-normal/x86_64/UnicodeGraphemeBreakTest.dia -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/8/UnicodeGraphemeBreakTest.cpp -o /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/Swift.build/RelWithDebInfo/SwiftBasicTests.build/Objects-normal/x86_64/UnicodeGraphemeBreakTest.o
/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/8/UnicodeGraphemeBreakTest.cpp:21:10: fatal error: 'gtest/gtest.h' file not found
#include "gtest/gtest.h"
^~~~~~~~~~~~~~~
1 error generated.
CompileC /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/Swift.build/RelWithDebInfo/SwiftBasicTests.build/Objects-normal/x86_64/ValueEnumeratorTest.o /Users/alexander/Developer/swift-project/swift/unittests/Basic/ValueEnumeratorTest.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'SwiftBasicTests' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos11.1 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=c++14 -stdlib\=libc++ -Wno-trigraphs -fno-exceptions -fno-rtti -fno-sanitize\=vptr -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wdocumentation -Wnon-virtual-dtor -Woverloaded-virtual -Wno-exit-time-destructors -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wnewline-eof -Wno-c++11-extensions -DCMAKE_INTDIR\=\"RelWithDebInfo\" -DGTEST_HAS_RTTI\=0 -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCMARK_STATIC_DEFINE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/RelWithDebInfo/include -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic -I/Users/alexander/Developer/swift-project/swift/unittests/Basic -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include -I/Users/alexander/Developer/swift-project/swift/include -I/Users/alexander/Developer/swift-project/llvm-project/llvm/include -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/include -I/Users/alexander/Developer/swift-project/llvm-project/clang/include -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include -I/Users/alexander/Developer/swift-project/cmark/src -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/Swift.build/RelWithDebInfo/SwiftBasicTests.build/DerivedSources-normal/x86_64 -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/Swift.build/RelWithDebInfo/SwiftBasicTests.build/DerivedSources/x86_64 -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/Swift.build/RelWithDebInfo/SwiftBasicTests.build/DerivedSources -F/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -fno-stack-protector -fvisibility-inlines-hidden -Werror\=date-time -Werror\=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Werror\=switch -Wdocumentation -Wimplicit-fallthrough -Wunreachable-code -Woverloaded-virtual -DOBJC_OLD_DISPATCH_PROTOTYPES\=0 -fno-exceptions -fno-rtti -Werror\=gnu -UNDEBUG -std\=c++14 -MMD -MT dependencies -MF /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/Swift.build/RelWithDebInfo/SwiftBasicTests.build/Objects-normal/x86_64/ValueEnumeratorTest.d --serialize-diagnostics /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/Swift.build/RelWithDebInfo/SwiftBasicTests.build/Objects-normal/x86_64/ValueEnumeratorTest.dia -c /Users/alexander/Developer/swift-project/swift/unittests/Basic/ValueEnumeratorTest.cpp -o /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/Swift.build/RelWithDebInfo/SwiftBasicTests.build/Objects-normal/x86_64/ValueEnumeratorTest.o
PhaseScriptExecution Generate\ lib/ClangImporter/CMakeFiles/generated_sorted_cf_database /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/lib/ClangImporter/Swift.build/RelWithDebInfo/generated_sorted_cf_database.build/Script-577A574609CBFC1CD01830F4.sh (in target 'generated_sorted_cf_database' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/lib/ClangImporter/Swift.build/RelWithDebInfo/generated_sorted_cf_database.build/Script-577A574609CBFC1CD01830F4.sh
CompileC /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/Swift.build/RelWithDebInfo/SwiftBasicTests.build/Objects-normal/x86_64/UnicodeTest.o /Users/alexander/Developer/swift-project/swift/unittests/Basic/UnicodeTest.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'SwiftBasicTests' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos11.1 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=c++14 -stdlib\=libc++ -Wno-trigraphs -fno-exceptions -fno-rtti -fno-sanitize\=vptr -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wdocumentation -Wnon-virtual-dtor -Woverloaded-virtual -Wno-exit-time-destructors -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wnewline-eof -Wno-c++11-extensions -DCMAKE_INTDIR\=\"RelWithDebInfo\" -DGTEST_HAS_RTTI\=0 -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCMARK_STATIC_DEFINE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/RelWithDebInfo/include -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic -I/Users/alexander/Developer/swift-project/swift/unittests/Basic -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include -I/Users/alexander/Developer/swift-project/swift/include -I/Users/alexander/Developer/swift-project/llvm-project/llvm/include -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/include -I/Users/alexander/Developer/swift-project/llvm-project/clang/include -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include -I/Users/alexander/Developer/swift-project/cmark/src -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/Swift.build/RelWithDebInfo/SwiftBasicTests.build/DerivedSources-normal/x86_64 -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/Swift.build/RelWithDebInfo/SwiftBasicTests.build/DerivedSources/x86_64 -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/Swift.build/RelWithDebInfo/SwiftBasicTests.build/DerivedSources -F/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -fno-stack-protector -fvisibility-inlines-hidden -Werror\=date-time -Werror\=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Werror\=switch -Wdocumentation -Wimplicit-fallthrough -Wunreachable-code -Woverloaded-virtual -DOBJC_OLD_DISPATCH_PROTOTYPES\=0 -fno-exceptions -fno-rtti -Werror\=gnu -UNDEBUG -std\=c++14 -MMD -MT dependencies -MF /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/Swift.build/RelWithDebInfo/SwiftBasicTests.build/Objects-normal/x86_64/UnicodeTest.d --serialize-diagnostics /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/Swift.build/RelWithDebInfo/SwiftBasicTests.build/Objects-normal/x86_64/UnicodeTest.dia -c /Users/alexander/Developer/swift-project/swift/unittests/Basic/UnicodeTest.cpp -o /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/Swift.build/RelWithDebInfo/SwiftBasicTests.build/Objects-normal/x86_64/UnicodeTest.o
/Users/alexander/Developer/swift-project/swift/unittests/Basic/UnicodeTest.cpp:14:10: fatal error: 'gtest/gtest.h' file not found
#include "gtest/gtest.h"
^~~~~~~~~~~~~~~
1 error generated.
PhaseScriptExecution Generate\ lib/Migrator/CMakeFiles/symlink_migrator_data /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/lib/Migrator/Swift.build/RelWithDebInfo/symlink_migrator_data.build/Script-6FF49DF7A3C3B3053CED116B.sh (in target 'symlink_migrator_data' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/lib/Migrator/Swift.build/RelWithDebInfo/symlink_migrator_data.build/Script-6FF49DF7A3C3B3053CED116B.sh
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/tools/libSwiftSyntaxParser/Swift.build/RelWithDebInfo/libSwiftSyntaxParser.build/Script-D4A071DFFB0492ACEB2D2822.sh (in target 'libSwiftSyntaxParser' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/bin/sh -c /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/tools/libSwiftSyntaxParser/Swift.build/RelWithDebInfo/libSwiftSyntaxParser.build/Script-D4A071DFFB0492ACEB2D2822.sh
CompileC /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/Swift.build/RelWithDebInfo/SwiftBasicTests.build/Objects-normal/x86_64/TypeLookupError.o /Users/alexander/Developer/swift-project/swift/unittests/Basic/TypeLookupError.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'SwiftBasicTests' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos11.1 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=c++14 -stdlib\=libc++ -Wno-trigraphs -fno-exceptions -fno-rtti -fno-sanitize\=vptr -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wdocumentation -Wnon-virtual-dtor -Woverloaded-virtual -Wno-exit-time-destructors -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wnewline-eof -Wno-c++11-extensions -DCMAKE_INTDIR\=\"RelWithDebInfo\" -DGTEST_HAS_RTTI\=0 -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCMARK_STATIC_DEFINE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/RelWithDebInfo/include -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic -I/Users/alexander/Developer/swift-project/swift/unittests/Basic -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include -I/Users/alexander/Developer/swift-project/swift/include -I/Users/alexander/Developer/swift-project/llvm-project/llvm/include -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/include -I/Users/alexander/Developer/swift-project/llvm-project/clang/include -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include -I/Users/alexander/Developer/swift-project/cmark/src -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/Swift.build/RelWithDebInfo/SwiftBasicTests.build/DerivedSources-normal/x86_64 -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/Swift.build/RelWithDebInfo/SwiftBasicTests.build/DerivedSources/x86_64 -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/Swift.build/RelWithDebInfo/SwiftBasicTests.build/DerivedSources -F/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -fno-stack-protector -fvisibility-inlines-hidden -Werror\=date-time -Werror\=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Werror\=switch -Wdocumentation -Wimplicit-fallthrough -Wunreachable-code -Woverloaded-virtual -DOBJC_OLD_DISPATCH_PROTOTYPES\=0 -fno-exceptions -fno-rtti -Werror\=gnu -UNDEBUG -std\=c++14 -MMD -MT dependencies -MF /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/Swift.build/RelWithDebInfo/SwiftBasicTests.build/Objects-normal/x86_64/TypeLookupError.d --serialize-diagnostics /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/Swift.build/RelWithDebInfo/SwiftBasicTests.build/Objects-normal/x86_64/TypeLookupError.dia -c /Users/alexander/Developer/swift-project/swift/unittests/Basic/TypeLookupError.cpp -o /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/Swift.build/RelWithDebInfo/SwiftBasicTests.build/Objects-normal/x86_64/TypeLookupError.o
/Users/alexander/Developer/swift-project/swift/unittests/Basic/TypeLookupError.cpp:14:10: fatal error: 'gtest/gtest.h' file not found
#include "gtest/gtest.h"
^~~~~~~~~~~~~~~
1 error generated.
CompileC /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/Swift.build/RelWithDebInfo/SwiftBasicTests.build/Objects-normal/x86_64/TransformRangeTest.o /Users/alexander/Developer/swift-project/swift/unittests/Basic/TransformRangeTest.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'SwiftBasicTests' from project 'Swift')
cd /Users/alexander/Developer/swift-project/swift
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos11.1 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=c++14 -stdlib\=libc++ -Wno-trigraphs -fno-exceptions -fno-rtti -fno-sanitize\=vptr -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wdocumentation -Wnon-virtual-dtor -Woverloaded-virtual -Wno-exit-time-destructors -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wnewline-eof -Wno-c++11-extensions -DCMAKE_INTDIR\=\"RelWithDebInfo\" -DGTEST_HAS_RTTI\=0 -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCMARK_STATIC_DEFINE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/RelWithDebInfo/include -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic -I/Users/alexander/Developer/swift-project/swift/unittests/Basic -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include -I/Users/alexander/Developer/swift-project/swift/include -I/Users/alexander/Developer/swift-project/llvm-project/llvm/include -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/include -I/Users/alexander/Developer/swift-project/llvm-project/clang/include -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include -I/Users/alexander/Developer/swift-project/cmark/src -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/Swift.build/RelWithDebInfo/SwiftBasicTests.build/DerivedSources-normal/x86_64 -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/Swift.build/RelWithDebInfo/SwiftBasicTests.build/DerivedSources/x86_64 -I/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/Swift.build/RelWithDebInfo/SwiftBasicTests.build/DerivedSources -F/Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -fno-stack-protector -fvisibility-inlines-hidden -Werror\=date-time -Werror\=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Werror\=switch -Wdocumentation -Wimplicit-fallthrough -Wunreachable-code -Woverloaded-virtual -DOBJC_OLD_DISPATCH_PROTOTYPES\=0 -fno-exceptions -fno-rtti -Werror\=gnu -UNDEBUG -std\=c++14 -MMD -MT dependencies -MF /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/Swift.build/RelWithDebInfo/SwiftBasicTests.build/Objects-normal/x86_64/TransformRangeTest.d --serialize-diagnostics /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/Swift.build/RelWithDebInfo/SwiftBasicTests.build/Objects-normal/x86_64/TransformRangeTest.dia -c /Users/alexander/Developer/swift-project/swift/unittests/Basic/TransformRangeTest.cpp -o /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/Swift.build/RelWithDebInfo/SwiftBasicTests.build/Objects-normal/x86_64/TransformRangeTest.o
** BUILD FAILED **
The following build commands failed:
CompileC /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/Swift.build/RelWithDebInfo/SwiftBasicTests.build/Objects-normal/x86_64/DemangleTest.o /Users/alexander/Developer/swift-project/swift/unittests/Basic/DemangleTest.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
CompileC /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/Swift.build/RelWithDebInfo/SwiftBasicTests.build/Objects-normal/x86_64/UnicodeGraphemeBreakTest.o /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/8/UnicodeGraphemeBreakTest.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
CompileC /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/Swift.build/RelWithDebInfo/SwiftBasicTests.build/Objects-normal/x86_64/UnicodeTest.o /Users/alexander/Developer/swift-project/swift/unittests/Basic/UnicodeTest.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
CompileC /Users/alexander/Developer/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/unittests/Basic/Swift.build/RelWithDebInfo/SwiftBasicTests.build/Objects-normal/x86_64/TypeLookupError.o /Users/alexander/Developer/swift-project/swift/unittests/Basic/TypeLookupError.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
(4 failures)
Building the standard library for: swift-test-stdlib-macosx-x86_64
Running Swift tests for: check-swift-macosx-x86_64
ERROR: command terminated with a non-zero exit status 65, aborting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment