Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WowbaggersLiquidLunch/c274d73173e8740f5861b479f998b788 to your computer and use it in GitHub Desktop.
Save WowbaggersLiquidLunch/c274d73173e8740f5861b479f998b788 to your computer and use it in GitHub Desktop.
utils/build-script --clean --skip-build-benchmarks --skip-ios --skip-watchos --skip-tvos --swift-darwin-supported-archs "$(uname -m)" --release-debuginfo --swift-disable-dead-stripping --test --skip-test-cmark --xcode
[utils/build-script] NOTE: Using toolchain default
+ /usr/libexec/PlistBuddy -c 'Print :SupportedTargets:macosx:Archs' /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/SDKSettings.plist
Starting clean build now.
+ rm -rf /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert
+ mkdir -p /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert
--- Building earlyswiftdriver ---
+ /Users/jizhuojie/Projects/swift-project/swift-driver/Utilities/build-script-helper.py build --package-path /Users/jizhuojie/Projects/swift-project/swift-driver --build-path /Users/jizhuojie/Projects/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 /usr/local/bin/cmake --local_compiler_build
Building Swift Driver dependency: llbuild
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_C_COMPILER
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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64
+ /usr/local/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: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/jizhuojie/Projects/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/local/bin/python3 (found suitable version "3.9.5", 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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64
+ popd
+ /usr/local/bin/cmake --build /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test (in target 'api_test' from project 'cmark')
cd /Users/jizhuojie/Projects/swift-project/cmark
builtin-create-build-directory /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test
CreateBuildDirectory /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src (in target 'libcmark_static' from project 'cmark')
cd /Users/jizhuojie/Projects/swift-project/cmark
builtin-create-build-directory /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src
WriteAuxiliaryFile /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ZERO_CHECK.build/Script-AC56DFC85D0C1EBC5D1B5546.sh (in target 'ZERO_CHECK' from project 'cmark')
cd /Users/jizhuojie/Projects/swift-project/cmark
write-file /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ZERO_CHECK.build/Script-AC56DFC85D0C1EBC5D1B5546.sh
PhaseScriptExecution Generate\ CMakeFiles/ZERO_CHECK /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ZERO_CHECK.build/Script-AC56DFC85D0C1EBC5D1B5546.sh (in target 'ZERO_CHECK' from project 'cmark')
cd /Users/jizhuojie/Projects/swift-project/cmark
/bin/sh -c /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ZERO_CHECK.build/Script-AC56DFC85D0C1EBC5D1B5546.sh
make: `/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/CMakeFiles/cmake.check_cache' is up to date.
CompileC /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/iterator.o /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=238 -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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/jizhuojie/Projects/swift-project/cmark/src -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources-normal/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources -F/Users/jizhuojie/Projects/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/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/iterator.dia -c /Users/jizhuojie/Projects/swift-project/cmark/src/iterator.c -o /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/iterator.o
CompileC /Users/jizhuojie/Projects/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/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=238 -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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/jizhuojie/Projects/swift-project/cmark/src -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources-normal/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources -F/Users/jizhuojie/Projects/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/jizhuojie/Projects/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/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark/src/houdini_html_u.c -o /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/html.o /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=238 -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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/jizhuojie/Projects/swift-project/cmark/src -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources-normal/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources -F/Users/jizhuojie/Projects/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/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/html.dia -c /Users/jizhuojie/Projects/swift-project/cmark/src/html.c -o /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/html.o
CompileC /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/latex.o /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=238 -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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/jizhuojie/Projects/swift-project/cmark/src -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources-normal/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources -F/Users/jizhuojie/Projects/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/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/latex.dia -c /Users/jizhuojie/Projects/swift-project/cmark/src/latex.c -o /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/latex.o
CompileC /Users/jizhuojie/Projects/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/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=238 -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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/jizhuojie/Projects/swift-project/cmark/src -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources-normal/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources -F/Users/jizhuojie/Projects/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/jizhuojie/Projects/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/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark/src/houdini_html_e.c -o /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/render.o /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=238 -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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/jizhuojie/Projects/swift-project/cmark/src -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources-normal/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources -F/Users/jizhuojie/Projects/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/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/render.dia -c /Users/jizhuojie/Projects/swift-project/cmark/src/render.c -o /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/render.o
CompileC /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/commonmark.o /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=238 -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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/jizhuojie/Projects/swift-project/cmark/src -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources-normal/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources -F/Users/jizhuojie/Projects/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/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/commonmark.dia -c /Users/jizhuojie/Projects/swift-project/cmark/src/commonmark.c -o /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/commonmark.o
CompileC /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/xml.o /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=238 -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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/jizhuojie/Projects/swift-project/cmark/src -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources-normal/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources -F/Users/jizhuojie/Projects/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/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/xml.dia -c /Users/jizhuojie/Projects/swift-project/cmark/src/xml.c -o /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/xml.o
CompileC /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/scanners.o /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=238 -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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/jizhuojie/Projects/swift-project/cmark/src -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources-normal/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources -F/Users/jizhuojie/Projects/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/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/scanners.dia -c /Users/jizhuojie/Projects/swift-project/cmark/src/scanners.c -o /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/scanners.o
CompileC /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/inlines.o /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=238 -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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/jizhuojie/Projects/swift-project/cmark/src -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources-normal/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources -F/Users/jizhuojie/Projects/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/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/inlines.dia -c /Users/jizhuojie/Projects/swift-project/cmark/src/inlines.c -o /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/inlines.o
WriteAuxiliaryFile /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
write-file /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/cmark.LinkFileList
CompileC /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/man.o /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=238 -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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/jizhuojie/Projects/swift-project/cmark/src -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources-normal/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources -F/Users/jizhuojie/Projects/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/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/man.dia -c /Users/jizhuojie/Projects/swift-project/cmark/src/man.c -o /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/man.o
CompileC /Users/jizhuojie/Projects/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/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=238 -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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/jizhuojie/Projects/swift-project/cmark/src -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources-normal/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources -F/Users/jizhuojie/Projects/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/jizhuojie/Projects/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/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark/src/houdini_href_e.c -o /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/node.o /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=238 -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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/jizhuojie/Projects/swift-project/cmark/src -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources-normal/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources -F/Users/jizhuojie/Projects/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/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/node.dia -c /Users/jizhuojie/Projects/swift-project/cmark/src/node.c -o /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/node.o
CompileC /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/utf8.o /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=238 -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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/jizhuojie/Projects/swift-project/cmark/src -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources-normal/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources -F/Users/jizhuojie/Projects/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/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/utf8.dia -c /Users/jizhuojie/Projects/swift-project/cmark/src/utf8.c -o /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/utf8.o
CompileC /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/references.o /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=238 -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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/jizhuojie/Projects/swift-project/cmark/src -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources-normal/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources -F/Users/jizhuojie/Projects/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/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/references.dia -c /Users/jizhuojie/Projects/swift-project/cmark/src/references.c -o /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/references.o
CompileC /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/cmark_ctype.o /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=238 -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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/jizhuojie/Projects/swift-project/cmark/src -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources-normal/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources -F/Users/jizhuojie/Projects/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/jizhuojie/Projects/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/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark/src/cmark_ctype.c -o /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/cmark.o /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=238 -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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/jizhuojie/Projects/swift-project/cmark/src -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources-normal/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources -F/Users/jizhuojie/Projects/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/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/cmark.dia -c /Users/jizhuojie/Projects/swift-project/cmark/src/cmark.c -o /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/cmark.o
CompileC /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/buffer.o /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=238 -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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/jizhuojie/Projects/swift-project/cmark/src -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources-normal/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources -F/Users/jizhuojie/Projects/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/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/buffer.dia -c /Users/jizhuojie/Projects/swift-project/cmark/src/buffer.c -o /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/buffer.o
CompileC /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/blocks.o /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=238 -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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/jizhuojie/Projects/swift-project/cmark/src -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources-normal/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/DerivedSources -F/Users/jizhuojie/Projects/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/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/blocks.dia -c /Users/jizhuojie/Projects/swift-project/cmark/src/blocks.c -o /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark_static.build/Objects-normal/x86_64/blocks.o
WriteAuxiliaryFile /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
write-file /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/xml.o /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=238 -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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/jizhuojie/Projects/swift-project/cmark/src -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources-normal/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources -F/Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/xml.d --serialize-diagnostics /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/xml.dia -c /Users/jizhuojie/Projects/swift-project/cmark/src/xml.c -o /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/xml.o
CompileC /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/utf8.o /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=238 -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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/jizhuojie/Projects/swift-project/cmark/src -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources-normal/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources -F/Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/utf8.d --serialize-diagnostics /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/utf8.dia -c /Users/jizhuojie/Projects/swift-project/cmark/src/utf8.c -o /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/utf8.o
CompileC /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/scanners.o /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=238 -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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/jizhuojie/Projects/swift-project/cmark/src -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources-normal/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources -F/Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/scanners.d --serialize-diagnostics /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/scanners.dia -c /Users/jizhuojie/Projects/swift-project/cmark/src/scanners.c -o /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/scanners.o
CompileC /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/render.o /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=238 -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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/jizhuojie/Projects/swift-project/cmark/src -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources-normal/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources -F/Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/render.d --serialize-diagnostics /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/render.dia -c /Users/jizhuojie/Projects/swift-project/cmark/src/render.c -o /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/render.o
CompileC /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/references.o /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=238 -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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/jizhuojie/Projects/swift-project/cmark/src -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources-normal/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources -F/Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/references.d --serialize-diagnostics /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/references.dia -c /Users/jizhuojie/Projects/swift-project/cmark/src/references.c -o /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/references.o
CompileC /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/node.o /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=238 -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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/jizhuojie/Projects/swift-project/cmark/src -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources-normal/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources -F/Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/node.d --serialize-diagnostics /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/node.dia -c /Users/jizhuojie/Projects/swift-project/cmark/src/node.c -o /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/node.o
CompileC /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/man.o /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=238 -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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/jizhuojie/Projects/swift-project/cmark/src -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources-normal/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources -F/Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/man.d --serialize-diagnostics /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/man.dia -c /Users/jizhuojie/Projects/swift-project/cmark/src/man.c -o /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/man.o
CompileC /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/latex.o /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=238 -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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/jizhuojie/Projects/swift-project/cmark/src -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources-normal/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources -F/Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/latex.d --serialize-diagnostics /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/latex.dia -c /Users/jizhuojie/Projects/swift-project/cmark/src/latex.c -o /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/latex.o
CompileC /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/iterator.o /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=238 -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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/jizhuojie/Projects/swift-project/cmark/src -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources-normal/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources -F/Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/iterator.d --serialize-diagnostics /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/iterator.dia -c /Users/jizhuojie/Projects/swift-project/cmark/src/iterator.c -o /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/iterator.o
CompileC /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/inlines.o /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=238 -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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/jizhuojie/Projects/swift-project/cmark/src -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources-normal/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources -F/Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/inlines.d --serialize-diagnostics /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/inlines.dia -c /Users/jizhuojie/Projects/swift-project/cmark/src/inlines.c -o /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/inlines.o
CompileC /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/html.o /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=238 -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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/jizhuojie/Projects/swift-project/cmark/src -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources-normal/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources -F/Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/html.d --serialize-diagnostics /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/html.dia -c /Users/jizhuojie/Projects/swift-project/cmark/src/html.c -o /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/html.o
CompileC /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/houdini_html_u.o /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=238 -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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/jizhuojie/Projects/swift-project/cmark/src -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources-normal/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources -F/Users/jizhuojie/Projects/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/jizhuojie/Projects/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/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark/src/houdini_html_u.c -o /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/houdini_html_e.o /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=238 -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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/jizhuojie/Projects/swift-project/cmark/src -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources-normal/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources -F/Users/jizhuojie/Projects/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/jizhuojie/Projects/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/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark/src/houdini_html_e.c -o /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/houdini_href_e.o /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=238 -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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/jizhuojie/Projects/swift-project/cmark/src -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources-normal/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources -F/Users/jizhuojie/Projects/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/jizhuojie/Projects/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/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark/src/houdini_href_e.c -o /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/commonmark.o /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=238 -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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/jizhuojie/Projects/swift-project/cmark/src -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources-normal/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources -F/Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/commonmark.d --serialize-diagnostics /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/commonmark.dia -c /Users/jizhuojie/Projects/swift-project/cmark/src/commonmark.c -o /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/commonmark.o
CompileC /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/cmark_ctype.o /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=238 -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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/jizhuojie/Projects/swift-project/cmark/src -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources-normal/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources -F/Users/jizhuojie/Projects/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/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/cmark_ctype.dia -c /Users/jizhuojie/Projects/swift-project/cmark/src/cmark_ctype.c -o /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/cmark_ctype.o
CompileC /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/cmark.o /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=238 -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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/jizhuojie/Projects/swift-project/cmark/src -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources-normal/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources -F/Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/cmark.d --serialize-diagnostics /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/cmark.dia -c /Users/jizhuojie/Projects/swift-project/cmark/src/cmark.c -o /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/cmark.o
CompileC /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/buffer.o /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=238 -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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/jizhuojie/Projects/swift-project/cmark/src -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources-normal/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources -F/Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/buffer.d --serialize-diagnostics /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/buffer.dia -c /Users/jizhuojie/Projects/swift-project/cmark/src/buffer.c -o /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/buffer.o
CompileC /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/blocks.o /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=238 -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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/jizhuojie/Projects/swift-project/cmark/src -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources-normal/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/DerivedSources -F/Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/blocks.d --serialize-diagnostics /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/blocks.dia -c /Users/jizhuojie/Projects/swift-project/cmark/src/blocks.c -o /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Objects-normal/x86_64/blocks.o
WriteAuxiliaryFile /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
write-file /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/cmark.build/DerivedSources/Entitlements.plist
ProcessProductPackaging "" /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
Entitlements:
{
"com.apple.security.get-task-allow" = 1;
}
builtin-productPackagingUtility -entitlements -format xml -o /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/cmark.build/cmark.xcent
CompileC /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/cmark.build/Objects-normal/x86_64/main.o /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=238 -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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/include -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/jizhuojie/Projects/swift-project/cmark/src -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/cmark.build/DerivedSources-normal/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/cmark.build/DerivedSources/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/cmark.build/DerivedSources -F/Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/cmark.build/Objects-normal/x86_64/main.d --serialize-diagnostics /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/cmark.build/Objects-normal/x86_64/main.dia -c /Users/jizhuojie/Projects/swift-project/cmark/src/main.c -o /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/cmark.build/Objects-normal/x86_64/main.o
Libtool /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/libcmark.a normal (in target 'libcmark_static' from project 'cmark')
cd /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo -filelist /Users/jizhuojie/Projects/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/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/libcmark.a
WriteAuxiliaryFile /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
write-file /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/cmark.build/Objects-normal/x86_64/cmark.LinkFileList
Ld /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/cmark normal (in target 'cmark' from project 'cmark')
cd /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo -F/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo -filelist /Users/jizhuojie/Projects/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/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/libcmark.a -Xlinker -no_adhoc_codesign -Xlinker -dependency_info -Xlinker /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/cmark
CodeSign /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/cmark (in target 'cmark' from project 'cmark')
cd /Users/jizhuojie/Projects/swift-project/cmark
Signing Identity: "-"
/usr/bin/codesign --force --sign - --entitlements /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/cmark.build/cmark.xcent --timestamp\=none /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/cmark
Ld /Users/jizhuojie/Projects/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/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo -F/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo -filelist /Users/jizhuojie/Projects/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/jizhuojie/Projects/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/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/libcmark.0.29.0.dylib
RegisterExecutionPolicyException /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/cmark (in target 'cmark' from project 'cmark')
cd /Users/jizhuojie/Projects/swift-project/cmark
builtin-RegisterExecutionPolicyException /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/cmark
WriteAuxiliaryFile /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
write-file /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Script-C4BD2AB16D2C468B040AB499.sh
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
/bin/sh -c /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Script-C4BD2AB16D2C468B040AB499.sh
WriteAuxiliaryFile /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
write-file /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/DerivedSources/Entitlements.plist
CodeSign /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/libcmark.0.29.0.dylib (in target 'libcmark' from project 'cmark')
cd /Users/jizhuojie/Projects/swift-project/cmark
Signing Identity: "-"
/usr/bin/codesign --force --sign - --timestamp\=none /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/libcmark.0.29.0.dylib
ProcessProductPackaging "" /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
Entitlements:
{
"com.apple.security.get-task-allow" = 1;
}
builtin-productPackagingUtility -entitlements -format xml -o /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/api_test.xcent
CompileC /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/Objects-normal/x86_64/harness.o /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=238 -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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/RelWithDebInfo/include -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test -I/Users/jizhuojie/Projects/swift-project/cmark/api_test -I/Users/jizhuojie/Projects/swift-project/cmark/src -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/DerivedSources-normal/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/DerivedSources/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/DerivedSources -F/Users/jizhuojie/Projects/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/jizhuojie/Projects/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/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark/api_test/harness.c -o /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/Objects-normal/x86_64/harness.o
CompileC /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/Objects-normal/x86_64/cplusplus.o /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos10.9 -fmessage-length\=238 -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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/RelWithDebInfo/include -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test -I/Users/jizhuojie/Projects/swift-project/cmark/api_test -I/Users/jizhuojie/Projects/swift-project/cmark/src -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/DerivedSources-normal/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/DerivedSources/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/DerivedSources -F/Users/jizhuojie/Projects/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/jizhuojie/Projects/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/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark/api_test/cplusplus.cpp -o /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/Objects-normal/x86_64/main.o /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.9 -fmessage-length\=238 -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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/RelWithDebInfo/include -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test -I/Users/jizhuojie/Projects/swift-project/cmark/api_test -I/Users/jizhuojie/Projects/swift-project/cmark/src -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/DerivedSources-normal/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/DerivedSources/x86_64 -I/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/DerivedSources -F/Users/jizhuojie/Projects/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/jizhuojie/Projects/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/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark/api_test/main.c -o /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/Objects-normal/x86_64/main.o
RegisterExecutionPolicyException /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/libcmark.0.29.0.dylib (in target 'libcmark' from project 'cmark')
cd /Users/jizhuojie/Projects/swift-project/cmark
builtin-RegisterExecutionPolicyException /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/libcmark.0.29.0.dylib
WriteAuxiliaryFile /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
write-file /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/RelWithDebInfo/api_test normal (in target 'api_test' from project 'cmark')
cd /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/RelWithDebInfo -F/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/RelWithDebInfo -filelist /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo -Xlinker -object_path_lto -Xlinker /Users/jizhuojie/Projects/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/jizhuojie/Projects/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/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/RelWithDebInfo/api_test
CodeSign /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/RelWithDebInfo/api_test (in target 'api_test' from project 'cmark')
cd /Users/jizhuojie/Projects/swift-project/cmark
Signing Identity: "-"
/usr/bin/codesign --force --sign - --entitlements /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/api_test.xcent --timestamp\=none /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/RelWithDebInfo/api_test
RegisterExecutionPolicyException /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/RelWithDebInfo/api_test (in target 'api_test' from project 'cmark')
cd /Users/jizhuojie/Projects/swift-project/cmark
builtin-RegisterExecutionPolicyException /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/RelWithDebInfo/api_test
WriteAuxiliaryFile /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ALL_BUILD.build/Script-26928833B7AD3BC87DCC293F.sh (in target 'ALL_BUILD' from project 'cmark')
cd /Users/jizhuojie/Projects/swift-project/cmark
write-file /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ALL_BUILD.build/Script-26928833B7AD3BC87DCC293F.sh
PhaseScriptExecution Generate\ CMakeFiles/ALL_BUILD /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ALL_BUILD.build/Script-26928833B7AD3BC87DCC293F.sh (in target 'ALL_BUILD' from project 'cmark')
cd /Users/jizhuojie/Projects/swift-project/cmark
/bin/sh -c /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ALL_BUILD.build/Script-26928833B7AD3BC87DCC293F.sh
Build all projects
** BUILD SUCCEEDED **
+ /usr/local/bin/cmake --build /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ZERO_CHECK.build/Script-AC56DFC85D0C1EBC5D1B5546.sh (in target 'ZERO_CHECK' from project 'cmark')
cd /Users/jizhuojie/Projects/swift-project/cmark
/bin/sh -c /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ZERO_CHECK.build/Script-AC56DFC85D0C1EBC5D1B5546.sh
make: `/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/CMakeFiles/cmake.check_cache' is up to date.
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
/bin/sh -c /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Script-C4BD2AB16D2C468B040AB499.sh
PhaseScriptExecution Generate\ CMakeFiles/ALL_BUILD /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ALL_BUILD.build/Script-26928833B7AD3BC87DCC293F.sh (in target 'ALL_BUILD' from project 'cmark')
cd /Users/jizhuojie/Projects/swift-project/cmark
/bin/sh -c /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ALL_BUILD.build/Script-26928833B7AD3BC87DCC293F.sh
Build all projects
** BUILD SUCCEEDED **
--- Running tests for cmark ---
+ /usr/local/bin/cmake --build /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ZERO_CHECK.build/Script-AC56DFC85D0C1EBC5D1B5546.sh (in target 'ZERO_CHECK' from project 'cmark')
cd /Users/jizhuojie/Projects/swift-project/cmark
/bin/sh -c /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ZERO_CHECK.build/Script-AC56DFC85D0C1EBC5D1B5546.sh
make: `/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/CMakeFiles/cmake.check_cache' is up to date.
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
/bin/sh -c /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Script-C4BD2AB16D2C468B040AB499.sh
PhaseScriptExecution Generate\ CMakeFiles/ALL_BUILD /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ALL_BUILD.build/Script-26928833B7AD3BC87DCC293F.sh (in target 'ALL_BUILD' from project 'cmark')
cd /Users/jizhuojie/Projects/swift-project/cmark
/bin/sh -c /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ALL_BUILD.build/Script-26928833B7AD3BC87DCC293F.sh
Build all projects
** BUILD SUCCEEDED **
--- RUN_TESTS ---
+ /usr/local/bin/cmake --build /Users/jizhuojie/Projects/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
CreateBuildDirectory /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src (in target 'cmark' from project 'cmark')
cd /Users/jizhuojie/Projects/swift-project/cmark
builtin-create-build-directory /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src
PhaseScriptExecution Generate\ CMakeFiles/ZERO_CHECK /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ZERO_CHECK.build/Script-AC56DFC85D0C1EBC5D1B5546.sh (in target 'ZERO_CHECK' from project 'cmark')
cd /Users/jizhuojie/Projects/swift-project/cmark
/bin/sh -c /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ZERO_CHECK.build/Script-AC56DFC85D0C1EBC5D1B5546.sh
make: `/Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/CMakeFiles/cmake.check_cache' is up to date.
WriteAuxiliaryFile /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
write-file /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/RUN_TESTS.build/Script-003C8D08B0008F35F218E126.sh
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
/bin/sh -c /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/RUN_TESTS.build/Script-003C8D08B0008F35F218E126.sh
Test project /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64
Start 1: api_test
1/9 Test #1: api_test ......................... Passed 0.45 sec
Start 2: html_normalization
2/9 Test #2: html_normalization ............... Passed 0.09 sec
Start 3: spectest_library
3/9 Test #3: spectest_library .................***Failed 0.07 sec
Start 4: pathological_tests_library
4/9 Test #4: pathological_tests_library .......***Failed 0.06 sec
Start 5: roundtriptest_library
5/9 Test #5: roundtriptest_library ............***Failed 0.07 sec
Start 6: entity_library
6/9 Test #6: entity_library ...................***Failed 0.04 sec
Start 7: spectest_executable
7/9 Test #7: spectest_executable ..............***Failed 0.06 sec
Start 8: smartpuncttest_executable
8/9 Test #8: smartpuncttest_executable ........***Failed 0.05 sec
Start 9: regressiontest_executable
9/9 Test #9: regressiontest_executable ........***Failed 0.05 sec
22% tests passed, 7 tests failed out of 9
Total Test time (real) = 0.95 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
Output from these tests are in: /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/Testing/Temporary/LastTest.log
Use "--rerun-failed --output-on-failure" to re-run the failed cases verbosely.
Command PhaseScriptExecution failed with a nonzero exit code
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/jizhuojie/Projects/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/jizhuojie/Projects/swift-project/cmark
/bin/sh -c /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Script-C4BD2AB16D2C468B040AB499.sh
PhaseScriptExecution Generate\ CMakeFiles/ALL_BUILD /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ALL_BUILD.build/Script-26928833B7AD3BC87DCC293F.sh (in target 'ALL_BUILD' from project 'cmark')
cd /Users/jizhuojie/Projects/swift-project/cmark
/bin/sh -c /Users/jizhuojie/Projects/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ALL_BUILD.build/Script-26928833B7AD3BC87DCC293F.sh
Build all projects
** BUILD FAILED **
The following build commands failed:
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/jizhuojie/Projects/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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment