Skip to content

Instantly share code, notes, and snippets.

@vitonzhangtt
Last active June 17, 2021 08:14
Show Gist options
  • Save vitonzhangtt/448d09c0758d2811a0ac6bfe55a055bd to your computer and use it in GitHub Desktop.
Save vitonzhangtt/448d09c0758d2811a0ac6bfe55a055bd to your computer and use it in GitHub Desktop.
Build swift following the GettingStarted.md file

The log for building https://github.com/apple/swift

Commands

$ mkdir swift-project
$ cd swift-project/
$ ls -lt
$ git clone https://github.com/apple/swift.git swift
$ ls
$ cd swift
$ utils/update-checkout --clone
$ pwd
$ ls -lt
$ sccache --start-server
$ env | grep scc
$ utils/build-script --skip-build-benchmarks   --skip-ios --skip-watchos --skip-tvos --swift-darwin-supported-archs "$(uname -m)"   --sccache --release-debuginfo --swift-disable-dead-stripping --test   --xcode

Logs

[utils/build-script] NOTE: Using toolchain default
Ensuring the sccache server is running...
+ /usr/local/bin/sccache --show-stats
+ /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/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert
--- Building earlyswiftdriver ---
+ /Users/zhangchong/SpareTime/swift-project/swift-driver/Utilities/build-script-helper.py build --package-path /Users/zhangchong/SpareTime/swift-project/swift-driver --build-path /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/earlyswiftdriver-macosx-x86_64 --configuration release --toolchain /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr --ninja-bin /usr/local/bin/ninja --cmake-bin /Applications/CMake.app/Contents/bin/cmake --local_compiler_build
Building Swift Driver dependency: llbuild
Building Swift Driver dependency: TSC
Building Swift Driver dependency: Argument Parser
Building Swift Driver dependency: Yams
Building Swift Driver for target: x86_64-apple-macosx10.15
--- Building cmark ---
+ pushd /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64
+ /Applications/CMake.app/Contents/bin/cmake -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo '-DCMAKE_C_FLAGS=-Wno-unknown-warning-option -Werror=unguarded-availability-new -arch x86_64 -target x86_64-apple-macosx10.9 -fno-stack-protector' '-DCMAKE_CXX_FLAGS=-Wno-unknown-warning-option -Werror=unguarded-availability-new -arch x86_64 -target x86_64-apple-macosx10.9 -fno-stack-protector' -DCMAKE_OSX_SYSROOT:PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -DCMAKE_OSX_DEPLOYMENT_TARGET=10.9 -DCMAKE_OSX_ARCHITECTURES=x86_64 -G Xcode -DCMAKE_C_COMPILER_LAUNCHER:PATH=/usr/local/bin/sccache -DCMAKE_CXX_COMPILER_LAUNCHER:PATH=/usr/local/bin/sccache -DCMAKE_C_COMPILER_LAUNCHER:PATH=/usr/local/bin/sccache -DCMAKE_CXX_COMPILER_LAUNCHER:PATH=/usr/local/bin/sccache -DCMAKE_C_COMPILER:PATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DCMAKE_CXX_COMPILER:PATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -DCMAKE_LIBTOOL:PATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -DCMAKE_AR:PATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar '-DCMAKE_CONFIGURATION_TYPES=Debug;Release;MinSizeRel;RelWithDebInfo' -DLLVM_VERSION_MAJOR:STRING=10 -DLLVM_VERSION_MINOR:STRING=0 -DLLVM_VERSION_PATCH:STRING=0 -DCLANG_VERSION_MAJOR:STRING=10 -DCLANG_VERSION_MINOR:STRING=0 -DCLANG_VERSION_PATCH:STRING=0 -DSWIFT_DARWIN_SUPPORTED_ARCHS:STRING=x86_64 -DSWIFT_DISABLE_DEAD_STRIPPING:BOOL=TRUE '-DCMAKE_IGNORE_PATH=/usr/lib;/usr/local/lib;/lib' -DPKG_CONFIG_EXECUTABLE=/usr/bin/false /Users/zhangchong/SpareTime/swift-project/cmark
-- The C compiler identification is AppleClang 12.0.0.12000032
-- The CXX compiler identification is AppleClang 12.0.0.12000032
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Performing Test HAVE_FLAG_ADDRESS_SANITIZER
-- Performing Test HAVE_FLAG_ADDRESS_SANITIZER - Failed
-- Performing Test HAVE_FLAG_SANITIZE_ADDRESS
-- Performing Test HAVE_FLAG_SANITIZE_ADDRESS - Failed
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
-- Looking for stdbool.h
-- Looking for stdbool.h - found
-- Performing Test HAVE___BUILTIN_EXPECT
-- Performing Test HAVE___BUILTIN_EXPECT - Success
-- Performing Test HAVE___ATTRIBUTE__
-- Performing Test HAVE___ATTRIBUTE__ - Success
-- Found PythonInterp: /usr/bin/python3 (found suitable version "3.8.2", minimum required is "3") 
-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    CLANG_VERSION_MAJOR
    CLANG_VERSION_MINOR
    CLANG_VERSION_PATCH
    CMAKE_LIBTOOL
    LLVM_VERSION_MAJOR
    LLVM_VERSION_MINOR
    LLVM_VERSION_PATCH
    PKG_CONFIG_EXECUTABLE
    SWIFT_DARWIN_SUPPORTED_ARCHS
    SWIFT_DISABLE_DEAD_STRIPPING


-- Build files have been written to: /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64
+ popd
+ /Applications/CMake.app/Contents/bin/cmake --build /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64 --config RelWithDebInfo
Command line invocation:
    /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project cmark.xcodeproj build -target ALL_BUILD -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: Constructing build description
CreateBuildDirectory /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test (in target 'api_test' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    builtin-create-build-directory /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test

CreateBuildDirectory /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src (in target 'cmark' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    builtin-create-build-directory /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src

WriteAuxiliaryFile /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ZERO_CHECK.build/Script-7A0510C02617A13D2BDEDBC2.sh (in target 'ZERO_CHECK' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    write-file /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ZERO_CHECK.build/Script-7A0510C02617A13D2BDEDBC2.sh

PhaseScriptExecution Generate\ CMakeFiles/ZERO_CHECK /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ZERO_CHECK.build/Script-7A0510C02617A13D2BDEDBC2.sh (in target 'ZERO_CHECK' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /bin/sh -c /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ZERO_CHECK.build/Script-7A0510C02617A13D2BDEDBC2.sh
make: `/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/CMakeFiles/cmake.check_cache' is up to date.

CompileC /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/houdini_html_u.o /Users/zhangchong/SpareTime/swift-project/cmark/src/houdini_html_u.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'libcmark_static' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=136 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -Wno-trigraphs -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR\=\"RelWithDebInfo\" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/zhangchong/SpareTime/swift-project/cmark/src -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources-normal/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources -F/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -arch x86_64 -target x86_64-apple-macosx10.9 -fno-stack-protector -DNDEBUG -fPIC -fvisibility\=hidden -DCMARK_STATIC_DEFINE -Wall -Wextra -pedantic -std\=c99 -MMD -MT dependencies -MF /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/houdini_html_u.d --serialize-diagnostics /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/houdini_html_u.dia -c /Users/zhangchong/SpareTime/swift-project/cmark/src/houdini_html_u.c -o /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/houdini_html_u.o

CompileC /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/utf8.o /Users/zhangchong/SpareTime/swift-project/cmark/src/utf8.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'libcmark_static' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=136 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -Wno-trigraphs -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR\=\"RelWithDebInfo\" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/zhangchong/SpareTime/swift-project/cmark/src -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources-normal/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources -F/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -arch x86_64 -target x86_64-apple-macosx10.9 -fno-stack-protector -DNDEBUG -fPIC -fvisibility\=hidden -DCMARK_STATIC_DEFINE -Wall -Wextra -pedantic -std\=c99 -MMD -MT dependencies -MF /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/utf8.d --serialize-diagnostics /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/utf8.dia -c /Users/zhangchong/SpareTime/swift-project/cmark/src/utf8.c -o /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/utf8.o

WriteAuxiliaryFile /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/cmark.LinkFileList (in target 'libcmark_static' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    write-file /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/cmark.LinkFileList

CompileC /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/iterator.o /Users/zhangchong/SpareTime/swift-project/cmark/src/iterator.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'libcmark_static' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=136 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -Wno-trigraphs -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR\=\"RelWithDebInfo\" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/zhangchong/SpareTime/swift-project/cmark/src -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources-normal/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources -F/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -arch x86_64 -target x86_64-apple-macosx10.9 -fno-stack-protector -DNDEBUG -fPIC -fvisibility\=hidden -DCMARK_STATIC_DEFINE -Wall -Wextra -pedantic -std\=c99 -MMD -MT dependencies -MF /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/iterator.d --serialize-diagnostics /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/iterator.dia -c /Users/zhangchong/SpareTime/swift-project/cmark/src/iterator.c -o /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/iterator.o

CompileC /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/references.o /Users/zhangchong/SpareTime/swift-project/cmark/src/references.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'libcmark_static' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=136 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -Wno-trigraphs -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR\=\"RelWithDebInfo\" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/zhangchong/SpareTime/swift-project/cmark/src -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources-normal/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources -F/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -arch x86_64 -target x86_64-apple-macosx10.9 -fno-stack-protector -DNDEBUG -fPIC -fvisibility\=hidden -DCMARK_STATIC_DEFINE -Wall -Wextra -pedantic -std\=c99 -MMD -MT dependencies -MF /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/references.d --serialize-diagnostics /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/references.dia -c /Users/zhangchong/SpareTime/swift-project/cmark/src/references.c -o /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/references.o

CompileC /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/inlines.o /Users/zhangchong/SpareTime/swift-project/cmark/src/inlines.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'libcmark_static' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=136 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -Wno-trigraphs -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR\=\"RelWithDebInfo\" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/zhangchong/SpareTime/swift-project/cmark/src -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources-normal/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources -F/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -arch x86_64 -target x86_64-apple-macosx10.9 -fno-stack-protector -DNDEBUG -fPIC -fvisibility\=hidden -DCMARK_STATIC_DEFINE -Wall -Wextra -pedantic -std\=c99 -MMD -MT dependencies -MF /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/inlines.d --serialize-diagnostics /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/inlines.dia -c /Users/zhangchong/SpareTime/swift-project/cmark/src/inlines.c -o /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/inlines.o

CompileC /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/node.o /Users/zhangchong/SpareTime/swift-project/cmark/src/node.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'libcmark_static' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=136 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -Wno-trigraphs -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR\=\"RelWithDebInfo\" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/zhangchong/SpareTime/swift-project/cmark/src -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources-normal/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources -F/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -arch x86_64 -target x86_64-apple-macosx10.9 -fno-stack-protector -DNDEBUG -fPIC -fvisibility\=hidden -DCMARK_STATIC_DEFINE -Wall -Wextra -pedantic -std\=c99 -MMD -MT dependencies -MF /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/node.d --serialize-diagnostics /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/node.dia -c /Users/zhangchong/SpareTime/swift-project/cmark/src/node.c -o /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/node.o

CompileC /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/html.o /Users/zhangchong/SpareTime/swift-project/cmark/src/html.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'libcmark_static' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=136 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -Wno-trigraphs -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR\=\"RelWithDebInfo\" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/zhangchong/SpareTime/swift-project/cmark/src -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources-normal/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources -F/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -arch x86_64 -target x86_64-apple-macosx10.9 -fno-stack-protector -DNDEBUG -fPIC -fvisibility\=hidden -DCMARK_STATIC_DEFINE -Wall -Wextra -pedantic -std\=c99 -MMD -MT dependencies -MF /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/html.d --serialize-diagnostics /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/html.dia -c /Users/zhangchong/SpareTime/swift-project/cmark/src/html.c -o /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/html.o

CompileC /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/scanners.o /Users/zhangchong/SpareTime/swift-project/cmark/src/scanners.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'libcmark_static' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=136 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -Wno-trigraphs -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR\=\"RelWithDebInfo\" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/zhangchong/SpareTime/swift-project/cmark/src -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources-normal/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources -F/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -arch x86_64 -target x86_64-apple-macosx10.9 -fno-stack-protector -DNDEBUG -fPIC -fvisibility\=hidden -DCMARK_STATIC_DEFINE -Wall -Wextra -pedantic -std\=c99 -MMD -MT dependencies -MF /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/scanners.d --serialize-diagnostics /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/scanners.dia -c /Users/zhangchong/SpareTime/swift-project/cmark/src/scanners.c -o /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/scanners.o

CompileC /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/commonmark.o /Users/zhangchong/SpareTime/swift-project/cmark/src/commonmark.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'libcmark_static' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=136 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -Wno-trigraphs -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR\=\"RelWithDebInfo\" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/zhangchong/SpareTime/swift-project/cmark/src -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources-normal/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources -F/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -arch x86_64 -target x86_64-apple-macosx10.9 -fno-stack-protector -DNDEBUG -fPIC -fvisibility\=hidden -DCMARK_STATIC_DEFINE -Wall -Wextra -pedantic -std\=c99 -MMD -MT dependencies -MF /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/commonmark.d --serialize-diagnostics /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/commonmark.dia -c /Users/zhangchong/SpareTime/swift-project/cmark/src/commonmark.c -o /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/commonmark.o

CompileC /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/xml.o /Users/zhangchong/SpareTime/swift-project/cmark/src/xml.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'libcmark_static' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=136 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -Wno-trigraphs -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR\=\"RelWithDebInfo\" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/zhangchong/SpareTime/swift-project/cmark/src -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources-normal/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources -F/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -arch x86_64 -target x86_64-apple-macosx10.9 -fno-stack-protector -DNDEBUG -fPIC -fvisibility\=hidden -DCMARK_STATIC_DEFINE -Wall -Wextra -pedantic -std\=c99 -MMD -MT dependencies -MF /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/xml.d --serialize-diagnostics /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/xml.dia -c /Users/zhangchong/SpareTime/swift-project/cmark/src/xml.c -o /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/xml.o

CompileC /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/latex.o /Users/zhangchong/SpareTime/swift-project/cmark/src/latex.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'libcmark_static' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=136 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -Wno-trigraphs -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR\=\"RelWithDebInfo\" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/zhangchong/SpareTime/swift-project/cmark/src -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources-normal/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources -F/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -arch x86_64 -target x86_64-apple-macosx10.9 -fno-stack-protector -DNDEBUG -fPIC -fvisibility\=hidden -DCMARK_STATIC_DEFINE -Wall -Wextra -pedantic -std\=c99 -MMD -MT dependencies -MF /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/latex.d --serialize-diagnostics /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/latex.dia -c /Users/zhangchong/SpareTime/swift-project/cmark/src/latex.c -o /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/latex.o

CompileC /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/houdini_href_e.o /Users/zhangchong/SpareTime/swift-project/cmark/src/houdini_href_e.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'libcmark_static' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=136 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -Wno-trigraphs -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR\=\"RelWithDebInfo\" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/zhangchong/SpareTime/swift-project/cmark/src -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources-normal/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources -F/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -arch x86_64 -target x86_64-apple-macosx10.9 -fno-stack-protector -DNDEBUG -fPIC -fvisibility\=hidden -DCMARK_STATIC_DEFINE -Wall -Wextra -pedantic -std\=c99 -MMD -MT dependencies -MF /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/houdini_href_e.d --serialize-diagnostics /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/houdini_href_e.dia -c /Users/zhangchong/SpareTime/swift-project/cmark/src/houdini_href_e.c -o /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/houdini_href_e.o

CompileC /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/houdini_html_e.o /Users/zhangchong/SpareTime/swift-project/cmark/src/houdini_html_e.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'libcmark_static' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=136 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -Wno-trigraphs -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR\=\"RelWithDebInfo\" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/zhangchong/SpareTime/swift-project/cmark/src -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources-normal/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources -F/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -arch x86_64 -target x86_64-apple-macosx10.9 -fno-stack-protector -DNDEBUG -fPIC -fvisibility\=hidden -DCMARK_STATIC_DEFINE -Wall -Wextra -pedantic -std\=c99 -MMD -MT dependencies -MF /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/houdini_html_e.d --serialize-diagnostics /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/houdini_html_e.dia -c /Users/zhangchong/SpareTime/swift-project/cmark/src/houdini_html_e.c -o /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/houdini_html_e.o

CompileC /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/man.o /Users/zhangchong/SpareTime/swift-project/cmark/src/man.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'libcmark_static' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=136 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -Wno-trigraphs -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR\=\"RelWithDebInfo\" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/zhangchong/SpareTime/swift-project/cmark/src -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources-normal/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources -F/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -arch x86_64 -target x86_64-apple-macosx10.9 -fno-stack-protector -DNDEBUG -fPIC -fvisibility\=hidden -DCMARK_STATIC_DEFINE -Wall -Wextra -pedantic -std\=c99 -MMD -MT dependencies -MF /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/man.d --serialize-diagnostics /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/man.dia -c /Users/zhangchong/SpareTime/swift-project/cmark/src/man.c -o /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/man.o

CompileC /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/render.o /Users/zhangchong/SpareTime/swift-project/cmark/src/render.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'libcmark_static' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=136 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -Wno-trigraphs -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR\=\"RelWithDebInfo\" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/zhangchong/SpareTime/swift-project/cmark/src -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources-normal/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources -F/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -arch x86_64 -target x86_64-apple-macosx10.9 -fno-stack-protector -DNDEBUG -fPIC -fvisibility\=hidden -DCMARK_STATIC_DEFINE -Wall -Wextra -pedantic -std\=c99 -MMD -MT dependencies -MF /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/render.d --serialize-diagnostics /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/render.dia -c /Users/zhangchong/SpareTime/swift-project/cmark/src/render.c -o /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/render.o

CompileC /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/cmark_ctype.o /Users/zhangchong/SpareTime/swift-project/cmark/src/cmark_ctype.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'libcmark_static' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=136 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -Wno-trigraphs -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR\=\"RelWithDebInfo\" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/zhangchong/SpareTime/swift-project/cmark/src -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources-normal/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources -F/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -arch x86_64 -target x86_64-apple-macosx10.9 -fno-stack-protector -DNDEBUG -fPIC -fvisibility\=hidden -DCMARK_STATIC_DEFINE -Wall -Wextra -pedantic -std\=c99 -MMD -MT dependencies -MF /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/cmark_ctype.d --serialize-diagnostics /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/cmark_ctype.dia -c /Users/zhangchong/SpareTime/swift-project/cmark/src/cmark_ctype.c -o /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/cmark_ctype.o

CompileC /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/cmark.o /Users/zhangchong/SpareTime/swift-project/cmark/src/cmark.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'libcmark_static' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=136 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -Wno-trigraphs -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR\=\"RelWithDebInfo\" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/zhangchong/SpareTime/swift-project/cmark/src -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources-normal/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources -F/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -arch x86_64 -target x86_64-apple-macosx10.9 -fno-stack-protector -DNDEBUG -fPIC -fvisibility\=hidden -DCMARK_STATIC_DEFINE -Wall -Wextra -pedantic -std\=c99 -MMD -MT dependencies -MF /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/cmark.d --serialize-diagnostics /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/cmark.dia -c /Users/zhangchong/SpareTime/swift-project/cmark/src/cmark.c -o /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/cmark.o

CompileC /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/buffer.o /Users/zhangchong/SpareTime/swift-project/cmark/src/buffer.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'libcmark_static' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=136 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -Wno-trigraphs -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR\=\"RelWithDebInfo\" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/zhangchong/SpareTime/swift-project/cmark/src -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources-normal/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources -F/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -arch x86_64 -target x86_64-apple-macosx10.9 -fno-stack-protector -DNDEBUG -fPIC -fvisibility\=hidden -DCMARK_STATIC_DEFINE -Wall -Wextra -pedantic -std\=c99 -MMD -MT dependencies -MF /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/buffer.d --serialize-diagnostics /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/buffer.dia -c /Users/zhangchong/SpareTime/swift-project/cmark/src/buffer.c -o /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/buffer.o

CompileC /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/blocks.o /Users/zhangchong/SpareTime/swift-project/cmark/src/blocks.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'libcmark_static' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=136 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -Wno-trigraphs -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR\=\"RelWithDebInfo\" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/zhangchong/SpareTime/swift-project/cmark/src -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources-normal/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources -F/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -arch x86_64 -target x86_64-apple-macosx10.9 -fno-stack-protector -DNDEBUG -fPIC -fvisibility\=hidden -DCMARK_STATIC_DEFINE -Wall -Wextra -pedantic -std\=c99 -MMD -MT dependencies -MF /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/blocks.d --serialize-diagnostics /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/blocks.dia -c /Users/zhangchong/SpareTime/swift-project/cmark/src/blocks.c -o /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/blocks.o

WriteAuxiliaryFile /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/cmark.0.29.0.LinkFileList (in target 'libcmark' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    write-file /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/cmark.0.29.0.LinkFileList

CompileC /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/xml.o /Users/zhangchong/SpareTime/swift-project/cmark/src/xml.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'libcmark' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=136 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -Wno-trigraphs -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR\=\"RelWithDebInfo\" -Dlibcmark_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/zhangchong/SpareTime/swift-project/cmark/src -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources-normal/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources -F/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -arch x86_64 -target x86_64-apple-macosx10.9 -fno-stack-protector -DNDEBUG -fPIC -fvisibility\=hidden -Wall -Wextra -pedantic -std\=c99 -MMD -MT dependencies -MF /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/xml.d --serialize-diagnostics /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/xml.dia -c /Users/zhangchong/SpareTime/swift-project/cmark/src/xml.c -o /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/xml.o

CompileC /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/utf8.o /Users/zhangchong/SpareTime/swift-project/cmark/src/utf8.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'libcmark' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=136 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -Wno-trigraphs -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR\=\"RelWithDebInfo\" -Dlibcmark_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/zhangchong/SpareTime/swift-project/cmark/src -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources-normal/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources -F/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -arch x86_64 -target x86_64-apple-macosx10.9 -fno-stack-protector -DNDEBUG -fPIC -fvisibility\=hidden -Wall -Wextra -pedantic -std\=c99 -MMD -MT dependencies -MF /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/utf8.d --serialize-diagnostics /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/utf8.dia -c /Users/zhangchong/SpareTime/swift-project/cmark/src/utf8.c -o /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/utf8.o

CompileC /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/scanners.o /Users/zhangchong/SpareTime/swift-project/cmark/src/scanners.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'libcmark' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=136 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -Wno-trigraphs -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR\=\"RelWithDebInfo\" -Dlibcmark_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/zhangchong/SpareTime/swift-project/cmark/src -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources-normal/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources -F/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -arch x86_64 -target x86_64-apple-macosx10.9 -fno-stack-protector -DNDEBUG -fPIC -fvisibility\=hidden -Wall -Wextra -pedantic -std\=c99 -MMD -MT dependencies -MF /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/scanners.d --serialize-diagnostics /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/scanners.dia -c /Users/zhangchong/SpareTime/swift-project/cmark/src/scanners.c -o /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/scanners.o

CompileC /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/render.o /Users/zhangchong/SpareTime/swift-project/cmark/src/render.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'libcmark' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=136 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -Wno-trigraphs -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR\=\"RelWithDebInfo\" -Dlibcmark_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/zhangchong/SpareTime/swift-project/cmark/src -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources-normal/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources -F/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -arch x86_64 -target x86_64-apple-macosx10.9 -fno-stack-protector -DNDEBUG -fPIC -fvisibility\=hidden -Wall -Wextra -pedantic -std\=c99 -MMD -MT dependencies -MF /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/render.d --serialize-diagnostics /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/render.dia -c /Users/zhangchong/SpareTime/swift-project/cmark/src/render.c -o /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/render.o

CompileC /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/references.o /Users/zhangchong/SpareTime/swift-project/cmark/src/references.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'libcmark' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=136 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -Wno-trigraphs -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR\=\"RelWithDebInfo\" -Dlibcmark_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/zhangchong/SpareTime/swift-project/cmark/src -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources-normal/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources -F/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -arch x86_64 -target x86_64-apple-macosx10.9 -fno-stack-protector -DNDEBUG -fPIC -fvisibility\=hidden -Wall -Wextra -pedantic -std\=c99 -MMD -MT dependencies -MF /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/references.d --serialize-diagnostics /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/references.dia -c /Users/zhangchong/SpareTime/swift-project/cmark/src/references.c -o /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/references.o

CompileC /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/node.o /Users/zhangchong/SpareTime/swift-project/cmark/src/node.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'libcmark' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=136 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -Wno-trigraphs -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR\=\"RelWithDebInfo\" -Dlibcmark_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/zhangchong/SpareTime/swift-project/cmark/src -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources-normal/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources -F/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -arch x86_64 -target x86_64-apple-macosx10.9 -fno-stack-protector -DNDEBUG -fPIC -fvisibility\=hidden -Wall -Wextra -pedantic -std\=c99 -MMD -MT dependencies -MF /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/node.d --serialize-diagnostics /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/node.dia -c /Users/zhangchong/SpareTime/swift-project/cmark/src/node.c -o /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/node.o

CompileC /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/man.o /Users/zhangchong/SpareTime/swift-project/cmark/src/man.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'libcmark' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=136 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -Wno-trigraphs -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR\=\"RelWithDebInfo\" -Dlibcmark_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/zhangchong/SpareTime/swift-project/cmark/src -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources-normal/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources -F/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -arch x86_64 -target x86_64-apple-macosx10.9 -fno-stack-protector -DNDEBUG -fPIC -fvisibility\=hidden -Wall -Wextra -pedantic -std\=c99 -MMD -MT dependencies -MF /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/man.d --serialize-diagnostics /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/man.dia -c /Users/zhangchong/SpareTime/swift-project/cmark/src/man.c -o /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/man.o

CompileC /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/latex.o /Users/zhangchong/SpareTime/swift-project/cmark/src/latex.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'libcmark' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=136 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -Wno-trigraphs -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR\=\"RelWithDebInfo\" -Dlibcmark_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/zhangchong/SpareTime/swift-project/cmark/src -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources-normal/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources -F/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -arch x86_64 -target x86_64-apple-macosx10.9 -fno-stack-protector -DNDEBUG -fPIC -fvisibility\=hidden -Wall -Wextra -pedantic -std\=c99 -MMD -MT dependencies -MF /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/latex.d --serialize-diagnostics /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/latex.dia -c /Users/zhangchong/SpareTime/swift-project/cmark/src/latex.c -o /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/latex.o

CompileC /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/iterator.o /Users/zhangchong/SpareTime/swift-project/cmark/src/iterator.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'libcmark' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=136 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -Wno-trigraphs -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR\=\"RelWithDebInfo\" -Dlibcmark_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/zhangchong/SpareTime/swift-project/cmark/src -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources-normal/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources -F/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -arch x86_64 -target x86_64-apple-macosx10.9 -fno-stack-protector -DNDEBUG -fPIC -fvisibility\=hidden -Wall -Wextra -pedantic -std\=c99 -MMD -MT dependencies -MF /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/iterator.d --serialize-diagnostics /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/iterator.dia -c /Users/zhangchong/SpareTime/swift-project/cmark/src/iterator.c -o /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/iterator.o

CompileC /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/inlines.o /Users/zhangchong/SpareTime/swift-project/cmark/src/inlines.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'libcmark' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=136 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -Wno-trigraphs -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR\=\"RelWithDebInfo\" -Dlibcmark_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/zhangchong/SpareTime/swift-project/cmark/src -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources-normal/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources -F/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -arch x86_64 -target x86_64-apple-macosx10.9 -fno-stack-protector -DNDEBUG -fPIC -fvisibility\=hidden -Wall -Wextra -pedantic -std\=c99 -MMD -MT dependencies -MF /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/inlines.d --serialize-diagnostics /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/inlines.dia -c /Users/zhangchong/SpareTime/swift-project/cmark/src/inlines.c -o /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/inlines.o

CompileC /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/html.o /Users/zhangchong/SpareTime/swift-project/cmark/src/html.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'libcmark' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=136 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -Wno-trigraphs -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR\=\"RelWithDebInfo\" -Dlibcmark_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/zhangchong/SpareTime/swift-project/cmark/src -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources-normal/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources -F/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -arch x86_64 -target x86_64-apple-macosx10.9 -fno-stack-protector -DNDEBUG -fPIC -fvisibility\=hidden -Wall -Wextra -pedantic -std\=c99 -MMD -MT dependencies -MF /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/html.d --serialize-diagnostics /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/html.dia -c /Users/zhangchong/SpareTime/swift-project/cmark/src/html.c -o /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/html.o

CompileC /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/houdini_html_u.o /Users/zhangchong/SpareTime/swift-project/cmark/src/houdini_html_u.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'libcmark' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=136 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -Wno-trigraphs -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR\=\"RelWithDebInfo\" -Dlibcmark_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/zhangchong/SpareTime/swift-project/cmark/src -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources-normal/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources -F/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -arch x86_64 -target x86_64-apple-macosx10.9 -fno-stack-protector -DNDEBUG -fPIC -fvisibility\=hidden -Wall -Wextra -pedantic -std\=c99 -MMD -MT dependencies -MF /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/houdini_html_u.d --serialize-diagnostics /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/houdini_html_u.dia -c /Users/zhangchong/SpareTime/swift-project/cmark/src/houdini_html_u.c -o /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/houdini_html_u.o

CompileC /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/houdini_html_e.o /Users/zhangchong/SpareTime/swift-project/cmark/src/houdini_html_e.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'libcmark' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=136 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -Wno-trigraphs -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR\=\"RelWithDebInfo\" -Dlibcmark_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/zhangchong/SpareTime/swift-project/cmark/src -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources-normal/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources -F/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -arch x86_64 -target x86_64-apple-macosx10.9 -fno-stack-protector -DNDEBUG -fPIC -fvisibility\=hidden -Wall -Wextra -pedantic -std\=c99 -MMD -MT dependencies -MF /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/houdini_html_e.d --serialize-diagnostics /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/houdini_html_e.dia -c /Users/zhangchong/SpareTime/swift-project/cmark/src/houdini_html_e.c -o /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/houdini_html_e.o

CompileC /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/houdini_href_e.o /Users/zhangchong/SpareTime/swift-project/cmark/src/houdini_href_e.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'libcmark' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=136 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -Wno-trigraphs -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR\=\"RelWithDebInfo\" -Dlibcmark_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/zhangchong/SpareTime/swift-project/cmark/src -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources-normal/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources -F/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -arch x86_64 -target x86_64-apple-macosx10.9 -fno-stack-protector -DNDEBUG -fPIC -fvisibility\=hidden -Wall -Wextra -pedantic -std\=c99 -MMD -MT dependencies -MF /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/houdini_href_e.d --serialize-diagnostics /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/houdini_href_e.dia -c /Users/zhangchong/SpareTime/swift-project/cmark/src/houdini_href_e.c -o /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/houdini_href_e.o

CompileC /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/commonmark.o /Users/zhangchong/SpareTime/swift-project/cmark/src/commonmark.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'libcmark' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=136 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -Wno-trigraphs -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR\=\"RelWithDebInfo\" -Dlibcmark_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/zhangchong/SpareTime/swift-project/cmark/src -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources-normal/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources -F/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -arch x86_64 -target x86_64-apple-macosx10.9 -fno-stack-protector -DNDEBUG -fPIC -fvisibility\=hidden -Wall -Wextra -pedantic -std\=c99 -MMD -MT dependencies -MF /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/commonmark.d --serialize-diagnostics /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/commonmark.dia -c /Users/zhangchong/SpareTime/swift-project/cmark/src/commonmark.c -o /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/commonmark.o

CompileC /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/cmark_ctype.o /Users/zhangchong/SpareTime/swift-project/cmark/src/cmark_ctype.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'libcmark' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=136 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -Wno-trigraphs -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR\=\"RelWithDebInfo\" -Dlibcmark_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/zhangchong/SpareTime/swift-project/cmark/src -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources-normal/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources -F/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -arch x86_64 -target x86_64-apple-macosx10.9 -fno-stack-protector -DNDEBUG -fPIC -fvisibility\=hidden -Wall -Wextra -pedantic -std\=c99 -MMD -MT dependencies -MF /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/cmark_ctype.d --serialize-diagnostics /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/cmark_ctype.dia -c /Users/zhangchong/SpareTime/swift-project/cmark/src/cmark_ctype.c -o /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/cmark_ctype.o

CompileC /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/cmark.o /Users/zhangchong/SpareTime/swift-project/cmark/src/cmark.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'libcmark' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=136 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -Wno-trigraphs -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR\=\"RelWithDebInfo\" -Dlibcmark_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/zhangchong/SpareTime/swift-project/cmark/src -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources-normal/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources -F/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -arch x86_64 -target x86_64-apple-macosx10.9 -fno-stack-protector -DNDEBUG -fPIC -fvisibility\=hidden -Wall -Wextra -pedantic -std\=c99 -MMD -MT dependencies -MF /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/cmark.d --serialize-diagnostics /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/cmark.dia -c /Users/zhangchong/SpareTime/swift-project/cmark/src/cmark.c -o /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/cmark.o

CompileC /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/buffer.o /Users/zhangchong/SpareTime/swift-project/cmark/src/buffer.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'libcmark' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=136 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -Wno-trigraphs -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR\=\"RelWithDebInfo\" -Dlibcmark_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/zhangchong/SpareTime/swift-project/cmark/src -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources-normal/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources -F/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -arch x86_64 -target x86_64-apple-macosx10.9 -fno-stack-protector -DNDEBUG -fPIC -fvisibility\=hidden -Wall -Wextra -pedantic -std\=c99 -MMD -MT dependencies -MF /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/buffer.d --serialize-diagnostics /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/buffer.dia -c /Users/zhangchong/SpareTime/swift-project/cmark/src/buffer.c -o /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/buffer.o

CompileC /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/blocks.o /Users/zhangchong/SpareTime/swift-project/cmark/src/blocks.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'libcmark' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=136 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -Wno-trigraphs -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR\=\"RelWithDebInfo\" -Dlibcmark_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/zhangchong/SpareTime/swift-project/cmark/src -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources-normal/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources -F/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -arch x86_64 -target x86_64-apple-macosx10.9 -fno-stack-protector -DNDEBUG -fPIC -fvisibility\=hidden -Wall -Wextra -pedantic -std\=c99 -MMD -MT dependencies -MF /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/blocks.d --serialize-diagnostics /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/blocks.dia -c /Users/zhangchong/SpareTime/swift-project/cmark/src/blocks.c -o /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/blocks.o

WriteAuxiliaryFile /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/cmark.build/DerivedSources/Entitlements.plist (in target 'cmark' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    write-file /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/cmark.build/DerivedSources/Entitlements.plist

ProcessProductPackaging "" /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/cmark.build/cmark.xcent (in target 'cmark' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    

Entitlements:

{
    "com.apple.security.get-task-allow" = 1;
}


    builtin-productPackagingUtility -entitlements -format xml -o /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/cmark.build/cmark.xcent

CompileC /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/cmark.build/Objects-normal/x86_64/main.o /Users/zhangchong/SpareTime/swift-project/cmark/src/main.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmark' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=136 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -Wno-trigraphs -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR\=\"RelWithDebInfo\" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/zhangchong/SpareTime/swift-project/cmark/src -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/cmark.build/DerivedSources-normal/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/cmark.build/DerivedSources/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/cmark.build/DerivedSources -F/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -arch x86_64 -target x86_64-apple-macosx10.9 -fno-stack-protector -DNDEBUG -DCMARK_STATIC_DEFINE -Wall -Wextra -pedantic -std\=c99 -MMD -MT dependencies -MF /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/cmark.build/Objects-normal/x86_64/main.d --serialize-diagnostics /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/cmark.build/Objects-normal/x86_64/main.dia -c /Users/zhangchong/SpareTime/swift-project/cmark/src/main.c -o /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/cmark.build/Objects-normal/x86_64/main.o

Libtool /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/libcmark.a normal (in target 'libcmark_static' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -static -arch_only x86_64 -D -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -L/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo -filelist /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/cmark.LinkFileList -dependency_info /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/cmark_libtool_dependency_info.dat -o /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/libcmark.a

Ld /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/libcmark.0.29.0.dylib normal (in target 'libcmark' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -target x86_64-apple-macos10.9 -dynamiclib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -L/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo -F/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo -filelist /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/cmark.0.29.0.LinkFileList -install_name @rpath/libcmark.0.29.0.dylib -Xlinker -object_path_lto -Xlinker /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/cmark.0.29.0_lto.o -dynamiclib -Wl,-headerpad_max_install_names -Xlinker -no_adhoc_codesign -compatibility_version 0.29.0 -current_version 0.29.0 -Xlinker -dependency_info -Xlinker /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/cmark.0.29.0_dependency_info.dat -o /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/libcmark.0.29.0.dylib

WriteAuxiliaryFile /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/cmark.build/Objects-normal/x86_64/cmark.LinkFileList (in target 'cmark' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    write-file /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/cmark.build/Objects-normal/x86_64/cmark.LinkFileList

Ld /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/cmark normal (in target 'cmark' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -target x86_64-apple-macos10.9 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -L/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo -F/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo -filelist /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/cmark.build/Objects-normal/x86_64/cmark.LinkFileList -Xlinker -object_path_lto -Xlinker /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/cmark.build/Objects-normal/x86_64/cmark_lto.o -Wl,-search_paths_first -Wl,-headerpad_max_install_names /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/libcmark.a -Xlinker -no_adhoc_codesign -Xlinker -dependency_info -Xlinker /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/cmark.build/Objects-normal/x86_64/cmark_dependency_info.dat -o /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/cmark

WriteAuxiliaryFile /Users/zhangchong/SpareTime/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/zhangchong/SpareTime/swift-project/cmark
    write-file /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Script-C4BD2AB16D2C468B040AB499.sh

PhaseScriptExecution CMake\ PostBuild\ Rules /Users/zhangchong/SpareTime/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/zhangchong/SpareTime/swift-project/cmark
    /bin/sh -c /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Script-C4BD2AB16D2C468B040AB499.sh

CodeSign /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/cmark (in target 'cmark' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    
Signing Identity:     "-"

    /usr/bin/codesign --force --sign - --entitlements /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/cmark.build/cmark.xcent --timestamp\=none /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/cmark

RegisterExecutionPolicyException /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/cmark (in target 'cmark' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    builtin-RegisterExecutionPolicyException /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/cmark

WriteAuxiliaryFile /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/DerivedSources/Entitlements.plist (in target 'api_test' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    write-file /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/DerivedSources/Entitlements.plist

CodeSign /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/libcmark.0.29.0.dylib (in target 'libcmark' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    
Signing Identity:     "-"

    /usr/bin/codesign --force --sign - --timestamp\=none /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/libcmark.0.29.0.dylib

ProcessProductPackaging "" /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/api_test.xcent (in target 'api_test' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    

Entitlements:

{
    "com.apple.security.get-task-allow" = 1;
}


    builtin-productPackagingUtility -entitlements -format xml -o /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/api_test.xcent

CompileC /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/Objects-normal/x86_64/cplusplus.o /Users/zhangchong/SpareTime/swift-project/cmark/api_test/cplusplus.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'api_test' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos10.9 -fmessage-length\=136 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -Wno-trigraphs -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DCMAKE_INTDIR\=\"RelWithDebInfo\" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -g -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/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/RelWithDebInfo/include -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test -I/Users/zhangchong/SpareTime/swift-project/cmark/api_test -I/Users/zhangchong/SpareTime/swift-project/cmark/src -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/DerivedSources-normal/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/DerivedSources/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/DerivedSources -F/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -arch x86_64 -target x86_64-apple-macosx10.9 -fno-stack-protector -DNDEBUG -MMD -MT dependencies -MF /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/Objects-normal/x86_64/cplusplus.d --serialize-diagnostics /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/Objects-normal/x86_64/cplusplus.dia -c /Users/zhangchong/SpareTime/swift-project/cmark/api_test/cplusplus.cpp -o /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/Objects-normal/x86_64/cplusplus.o

CompileC /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/Objects-normal/x86_64/main.o /Users/zhangchong/SpareTime/swift-project/cmark/api_test/main.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'api_test' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=136 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -Wno-trigraphs -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR\=\"RelWithDebInfo\" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/RelWithDebInfo/include -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test -I/Users/zhangchong/SpareTime/swift-project/cmark/api_test -I/Users/zhangchong/SpareTime/swift-project/cmark/src -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/DerivedSources-normal/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/DerivedSources/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/DerivedSources -F/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -arch x86_64 -target x86_64-apple-macosx10.9 -fno-stack-protector -DNDEBUG -Wall -Wextra -pedantic -std\=c99 -MMD -MT dependencies -MF /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/Objects-normal/x86_64/main.d --serialize-diagnostics /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/Objects-normal/x86_64/main.dia -c /Users/zhangchong/SpareTime/swift-project/cmark/api_test/main.c -o /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/Objects-normal/x86_64/main.o

CompileC /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/Objects-normal/x86_64/harness.o /Users/zhangchong/SpareTime/swift-project/cmark/api_test/harness.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'api_test' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=136 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -Wno-trigraphs -fpascal-strings -O2 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR\=\"RelWithDebInfo\" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/RelWithDebInfo/include -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test -I/Users/zhangchong/SpareTime/swift-project/cmark/api_test -I/Users/zhangchong/SpareTime/swift-project/cmark/src -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/DerivedSources-normal/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/DerivedSources/x86_64 -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/DerivedSources -F/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/RelWithDebInfo -Wno-unknown-warning-option -Werror\=unguarded-availability-new -arch x86_64 -target x86_64-apple-macosx10.9 -fno-stack-protector -DNDEBUG -Wall -Wextra -pedantic -std\=c99 -MMD -MT dependencies -MF /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/Objects-normal/x86_64/harness.d --serialize-diagnostics /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/Objects-normal/x86_64/harness.dia -c /Users/zhangchong/SpareTime/swift-project/cmark/api_test/harness.c -o /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/Objects-normal/x86_64/harness.o

RegisterExecutionPolicyException /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/libcmark.0.29.0.dylib (in target 'libcmark' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    builtin-RegisterExecutionPolicyException /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/libcmark.0.29.0.dylib

WriteAuxiliaryFile /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/Objects-normal/x86_64/api_test.LinkFileList (in target 'api_test' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    write-file /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/Objects-normal/x86_64/api_test.LinkFileList

Ld /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/RelWithDebInfo/api_test normal (in target 'api_test' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -target x86_64-apple-macos10.9 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -L/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/RelWithDebInfo -F/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/RelWithDebInfo -filelist /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/Objects-normal/x86_64/api_test.LinkFileList -Xlinker -rpath -Xlinker /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo -Xlinker -object_path_lto -Xlinker /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/Objects-normal/x86_64/api_test_lto.o -Wl,-search_paths_first -Wl,-headerpad_max_install_names /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/libcmark.0.29.0.dylib -Xlinker -no_adhoc_codesign -Xlinker -dependency_info -Xlinker /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/Objects-normal/x86_64/api_test_dependency_info.dat -o /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/RelWithDebInfo/api_test

CodeSign /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/RelWithDebInfo/api_test (in target 'api_test' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    
Signing Identity:     "-"

    /usr/bin/codesign --force --sign - --entitlements /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/api_test.xcent --timestamp\=none /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/RelWithDebInfo/api_test

RegisterExecutionPolicyException /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/RelWithDebInfo/api_test (in target 'api_test' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    builtin-RegisterExecutionPolicyException /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/RelWithDebInfo/api_test

WriteAuxiliaryFile /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ALL_BUILD.build/Script-08CAAA6AE2ABE3B374B27D3E.sh (in target 'ALL_BUILD' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    write-file /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ALL_BUILD.build/Script-08CAAA6AE2ABE3B374B27D3E.sh

PhaseScriptExecution Generate\ CMakeFiles/ALL_BUILD /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ALL_BUILD.build/Script-08CAAA6AE2ABE3B374B27D3E.sh (in target 'ALL_BUILD' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /bin/sh -c /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ALL_BUILD.build/Script-08CAAA6AE2ABE3B374B27D3E.sh
Build all projects

** BUILD SUCCEEDED ** [6.051 sec]

+ /Applications/CMake.app/Contents/bin/cmake --build /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64 --config RelWithDebInfo -- -target ALL_BUILD
Command line invocation:
    /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project cmark.xcodeproj build -target ALL_BUILD -parallelizeTargets -configuration RelWithDebInfo -hideShellScriptEnvironment -target ALL_BUILD

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/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ZERO_CHECK.build/Script-7A0510C02617A13D2BDEDBC2.sh (in target 'ZERO_CHECK' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /bin/sh -c /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ZERO_CHECK.build/Script-7A0510C02617A13D2BDEDBC2.sh
make: `/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/CMakeFiles/cmake.check_cache' is up to date.

PhaseScriptExecution CMake\ PostBuild\ Rules /Users/zhangchong/SpareTime/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/zhangchong/SpareTime/swift-project/cmark
    /bin/sh -c /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Script-C4BD2AB16D2C468B040AB499.sh

PhaseScriptExecution Generate\ CMakeFiles/ALL_BUILD /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ALL_BUILD.build/Script-08CAAA6AE2ABE3B374B27D3E.sh (in target 'ALL_BUILD' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /bin/sh -c /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ALL_BUILD.build/Script-08CAAA6AE2ABE3B374B27D3E.sh
Build all projects

** BUILD SUCCEEDED ** [1.752 sec]

--- Running tests for cmark ---
+ /Applications/CMake.app/Contents/bin/cmake --build /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64 --config RelWithDebInfo -- -target api_test
Command line invocation:
    /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project cmark.xcodeproj build -target ALL_BUILD -parallelizeTargets -configuration RelWithDebInfo -hideShellScriptEnvironment -target api_test

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/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ZERO_CHECK.build/Script-7A0510C02617A13D2BDEDBC2.sh (in target 'ZERO_CHECK' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /bin/sh -c /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ZERO_CHECK.build/Script-7A0510C02617A13D2BDEDBC2.sh
make: `/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/CMakeFiles/cmake.check_cache' is up to date.

PhaseScriptExecution CMake\ PostBuild\ Rules /Users/zhangchong/SpareTime/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/zhangchong/SpareTime/swift-project/cmark
    /bin/sh -c /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Script-C4BD2AB16D2C468B040AB499.sh

PhaseScriptExecution Generate\ CMakeFiles/ALL_BUILD /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ALL_BUILD.build/Script-08CAAA6AE2ABE3B374B27D3E.sh (in target 'ALL_BUILD' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /bin/sh -c /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ALL_BUILD.build/Script-08CAAA6AE2ABE3B374B27D3E.sh
Build all projects

** BUILD SUCCEEDED ** [1.913 sec]

--- RUN_TESTS ---
+ /Applications/CMake.app/Contents/bin/cmake --build /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64 --config RelWithDebInfo -- -target RUN_TESTS
Command line invocation:
    /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project cmark.xcodeproj build -target ALL_BUILD -parallelizeTargets -configuration RelWithDebInfo -hideShellScriptEnvironment -target RUN_TESTS

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: Constructing build description
PhaseScriptExecution Generate\ CMakeFiles/ZERO_CHECK /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ZERO_CHECK.build/Script-7A0510C02617A13D2BDEDBC2.sh (in target 'ZERO_CHECK' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /bin/sh -c /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ZERO_CHECK.build/Script-7A0510C02617A13D2BDEDBC2.sh
make: `/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/CMakeFiles/cmake.check_cache' is up to date.

WriteAuxiliaryFile /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/RUN_TESTS.build/Script-003C8D08B0008F35F218E126.sh (in target 'RUN_TESTS' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    write-file /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/RUN_TESTS.build/Script-003C8D08B0008F35F218E126.sh

PhaseScriptExecution CMake\ PostBuild\ Rules /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/RUN_TESTS.build/Script-003C8D08B0008F35F218E126.sh (in target 'RUN_TESTS' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /bin/sh -c /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/RUN_TESTS.build/Script-003C8D08B0008F35F218E126.sh
Test project /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64
    Start 1: api_test
1/9 Test #1: api_test .........................   Passed    0.84 sec
    Start 2: html_normalization
2/9 Test #2: html_normalization ...............   Passed    2.99 sec
    Start 3: spectest_library
3/9 Test #3: spectest_library .................***Failed    0.13 sec
    Start 4: pathological_tests_library
4/9 Test #4: pathological_tests_library .......***Failed    0.11 sec
    Start 5: roundtriptest_library
5/9 Test #5: roundtriptest_library ............***Failed    0.10 sec
    Start 6: entity_library
6/9 Test #6: entity_library ...................***Failed    0.07 sec
    Start 7: spectest_executable
7/9 Test #7: spectest_executable ..............***Failed    0.10 sec
    Start 8: smartpuncttest_executable
8/9 Test #8: smartpuncttest_executable ........***Failed    0.08 sec
    Start 9: regressiontest_executable
9/9 Test #9: regressiontest_executable ........***Failed    0.08 sec

22% tests passed, 7 tests failed out of 9

Total Test time (real) =   4.50 sec

The following tests FAILED:
	  3 - spectest_library (Failed)
	  4 - pathological_tests_library (Failed)
	  5 - roundtriptest_library (Failed)
	  6 - entity_library (Failed)
	  7 - spectest_executable (Failed)
	  8 - smartpuncttest_executable (Failed)
	  9 - regressiontest_executable (Failed)
Errors while running CTest
Command PhaseScriptExecution failed with a nonzero exit code

PhaseScriptExecution CMake\ PostBuild\ Rules /Users/zhangchong/SpareTime/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/zhangchong/SpareTime/swift-project/cmark
    /bin/sh -c /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Script-C4BD2AB16D2C468B040AB499.sh

PhaseScriptExecution Generate\ CMakeFiles/ALL_BUILD /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ALL_BUILD.build/Script-08CAAA6AE2ABE3B374B27D3E.sh (in target 'ALL_BUILD' from project 'cmark')
    cd /Users/zhangchong/SpareTime/swift-project/cmark
    /bin/sh -c /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ALL_BUILD.build/Script-08CAAA6AE2ABE3B374B27D3E.sh
Build all projects

** BUILD FAILED **


The following build commands failed:
	PhaseScriptExecution CMake\ PostBuild\ Rules /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/RUN_TESTS.build/Script-003C8D08B0008F35F218E126.sh
(1 failure)
ERROR: command terminated with a non-zero exit status 65, aborting

Dump Hash

Output of the command utils/update-checkout --dump-hashes is as following:

{
    "https-clone-pattern": "https://github.com/%s.git", 
    "ssh-clone-pattern": "git@github.com:%s.git", 
    "repos": {
        "sourcekit-lsp": {
            "remote": {
                "id": "apple/sourcekit-lsp"
            }
        }, 
        "indexstore-db": {
            "remote": {
                "id": "apple/indexstore-db"
            }
        }, 
        "llbuild": {
            "remote": {
                "id": "apple/swift-llbuild"
            }
        }, 
        "swift-xcode-playground-support": {
            "remote": {
                "id": "apple/swift-xcode-playground-support"
            }
        }, 
        "swift-syntax": {
            "remote": {
                "id": "apple/swift-syntax"
            }
        }, 
        "swift-corelibs-xctest": {
            "remote": {
                "id": "apple/swift-corelibs-xctest"
            }
        }, 
        "swiftpm": {
            "remote": {
                "id": "apple/swift-package-manager"
            }
        }, 
        "swift-tools-support-core": {
            "remote": {
                "id": "apple/swift-tools-support-core"
            }
        }, 
        "cmake": {
            "platforms": [
                "Linux"
            ], 
            "remote": {
                "id": "KitWare/CMake"
            }
        }, 
        "swift-driver": {
            "remote": {
                "id": "apple/swift-driver"
            }
        }, 
        "yams": {
            "remote": {
                "id": "jpsim/Yams"
            }
        }, 
        "icu": {
            "platforms": [
                "Linux"
            ], 
            "remote": {
                "id": "unicode-org/icu"
            }
        }, 
        "swift-corelibs-foundation": {
            "remote": {
                "id": "apple/swift-corelibs-foundation"
            }
        }, 
        "llvm-project": {
            "remote": {
                "id": "apple/llvm-project"
            }
        }, 
        "swift-argument-parser": {
            "remote": {
                "id": "apple/swift-argument-parser"
            }
        }, 
        "ninja": {
            "remote": {
                "id": "ninja-build/ninja"
            }
        }, 
        "swift-integration-tests": {
            "remote": {
                "id": "apple/swift-integration-tests"
            }
        }, 
        "swift": {
            "remote": {
                "id": "apple/swift"
            }
        }, 
        "swift-crypto": {
            "remote": {
                "id": "apple/swift-crypto"
            }
        }, 
        "swift-stress-tester": {
            "remote": {
                "id": "apple/swift-stress-tester"
            }
        }, 
        "cmark": {
            "remote": {
                "id": "apple/swift-cmark"
            }
        }, 
        "swift-format": {
            "remote": {
                "id": "apple/swift-format"
            }
        }, 
        "swift-corelibs-libdispatch": {
            "remote": {
                "id": "apple/swift-corelibs-libdispatch"
            }
        }
    }, 
    "branch-schemes": {
        "repro": {
            "repos": {
                "sourcekit-lsp": "7a2d760d6ac40b91eb4ec95d49e28216d452fefa", 
                "swift-syntax": "6d5968e73996f394ce6a04363cb58477ff84a41a", 
                "llbuild": "0f88ee40f297004547581ddd90b27f3a7e60a11a", 
                "swift-xcode-playground-support": "dd0d8c8d121d2f20664e4779a3d29482a55908bb", 
                "indexstore-db": "b90fa0bd7b4db02c34ad292813f3ae236e5c8764", 
                "swift-corelibs-xctest": "dd599d04b0d17e5be3de5fd31101e7edda5d2b42", 
                "swiftpm": "20eba126ffa32088abb46d642bd0481dbae212ef", 
                "swift-tools-support-core": "21a79185b2ea8f89b9253ed8cdf2338bf564c499", 
                "cmake": "skip", 
                "swift-driver": "b75452000720c434ebfd104fa969d0971ade0b87", 
                "yams": "51ef46468fda5a0fa1a201b8843791d0149d3c01", 
                "icu": "skip", 
                "swift-corelibs-foundation": "b7bfec5de85fad10413ee66d0932faa528f70a2d", 
                "llvm-project": "071fc2d8d3e9985561bb8273297dc2ce461f6d04", 
                "swift-argument-parser": "986d191f94cec88f6350056da59c2e59e83d1229", 
                "ninja": "e72d1d581c945c158ed68d9bc48911063022a2c6", 
                "swift-integration-tests": "8220958e758fff87d8dea502f6d7f3c6dde9dab0", 
                "swift": "4cc1035ba22a4d0726e3a00f7dad75463d54e5de", 
                "swift-crypto": "0141f53dd525706c803b0c20aa8ad36f9ecd45e5", 
                "swift-stress-tester": "f09765337b3aa70ef248235b48c13c0bfa1c8aea", 
                "cmark": "9c8096a23f44794bde297452d87c455fc4f76d42", 
                "swift-format": "5a3fe7a30f27d6e60281c89afab08f90a611424a", 
                "swift-corelibs-libdispatch": "34f383d34450d47dd5bdfdf675fcdaa0d0ec8031"
            }, 
            "aliases": [
                "repro"
            ]
        }
    }
}
@vitonzhangtt
Copy link
Author

vitonzhangtt commented Jun 17, 2021

As the comment in SR-13635 You can work around this by adding --skip-test-cmark to the build-script invocation.

utils/build-script --skip-build-benchmarks   --skip-ios --skip-watchos --skip-tvos --skip-test-cmark --swift-darwin-supported-archs "$(uname -m)"   --sccache --release-debuginfo --swift-disable-dead-stripping --test   --xcode

The following error occur after running above command:

CompileSwift normal x86_64 /Users/zhangchong/SpareTime/swift-project/swift/validation-test/BuildSystem/swift-cmake/Klass.swift (in target 'TestPureSwiftSharedLib' from project 'Swift')
    cd /Users/zhangchong/SpareTime/swift-project/swift
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -primary-file /Users/zhangchong/SpareTime/swift-project/swift/validation-test/BuildSystem/swift-cmake/Klass.swift -emit-module-path /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/validation-test/BuildSystem/swift-cmake/Swift.build/RelWithDebInfo/TestPureSwiftSharedLib.build/Objects-normal/x86_64/Klass\~partial.swiftmodule -emit-module-doc-path /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/validation-test/BuildSystem/swift-cmake/Swift.build/RelWithDebInfo/TestPureSwiftSharedLib.build/Objects-normal/x86_64/Klass\~partial.swiftdoc -emit-module-source-info-path /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/validation-test/BuildSystem/swift-cmake/Swift.build/RelWithDebInfo/TestPureSwiftSharedLib.build/Objects-normal/x86_64/Klass\~partial.swiftsourceinfo -serialize-diagnostics-path /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/validation-test/BuildSystem/swift-cmake/Swift.build/RelWithDebInfo/TestPureSwiftSharedLib.build/Objects-normal/x86_64/Klass.dia -emit-dependencies-path /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/validation-test/BuildSystem/swift-cmake/Swift.build/RelWithDebInfo/TestPureSwiftSharedLib.build/Objects-normal/x86_64/Klass.d -emit-reference-dependencies-path /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/validation-test/BuildSystem/swift-cmake/Swift.build/RelWithDebInfo/TestPureSwiftSharedLib.build/Objects-normal/x86_64/Klass.swiftdeps -target x86_64-apple-macos11.1 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -I /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/RelWithDebInfo/lib -F /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/RelWithDebInfo/lib -g -swift-version 4 -enforce-exclusivity\=checked -O -serialize-debugging-options -Xcc -working-directory -Xcc /Users/zhangchong/SpareTime/swift-project/swift -Xcc -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/validation-test/BuildSystem/swift-cmake/Swift.build/RelWithDebInfo/TestPureSwiftSharedLib.build/swift-overrides.hmap -Xcc -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/RelWithDebInfo/lib/include -Xcc -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/validation-test/BuildSystem/swift-cmake -Xcc -I/Users/zhangchong/SpareTime/swift-project/swift/validation-test/BuildSystem/swift-cmake -Xcc -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/include -Xcc -I/Users/zhangchong/SpareTime/swift-project/swift/include -Xcc -I/Users/zhangchong/SpareTime/swift-project/llvm-project/llvm/include -Xcc -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/include -Xcc -I/Users/zhangchong/SpareTime/swift-project/llvm-project/clang/include -Xcc -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/include -Xcc -I/Users/zhangchong/SpareTime/swift-project/cmark/src -Xcc -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -Xcc -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/validation-test/BuildSystem/swift-cmake/Swift.build/RelWithDebInfo/TestPureSwiftSharedLib.build/DerivedSources-normal/x86_64 -Xcc -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/validation-test/BuildSystem/swift-cmake/Swift.build/RelWithDebInfo/TestPureSwiftSharedLib.build/DerivedSources/x86_64 -Xcc -I/Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/validation-test/BuildSystem/swift-cmake/Swift.build/RelWithDebInfo/TestPureSwiftSharedLib.build/DerivedSources -Xcc -DCMAKE_INTDIR\=\"RelWithDebInfo\" -Xcc -DTestPureSwiftSharedLib_EXPORTS -Xcc -D_DEBUG -Xcc -D__STDC_CONSTANT_MACROS -Xcc -D__STDC_FORMAT_MACROS -Xcc -D__STDC_LIMIT_MACROS -Xcc -DCMARK_STATIC_DEFINE -target-sdk-version 11.1 -parse-as-library -module-name TestPureSwiftSharedLib -cross-module-optimization -o /Users/zhangchong/SpareTime/swift-project/build/Xcode-RelWithDebInfoAssert/swift-macosx-x86_64/validation-test/BuildSystem/swift-cmake/Swift.build/RelWithDebInfo/TestPureSwiftSharedLib.build/Objects-normal/x86_64/Klass.o
/Users/zhangchong/SpareTime/swift-project/swift/validation-test/BuildSystem/swift-cmake/Klass.swift:14:5: error: cannot find 'CPPLib_log' in scope
    CPPLib_log()
    ^~~~~~~~~~

** BUILD FAILED **

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment