Skip to content

Instantly share code, notes, and snippets.

@Robertorosmaninho
Last active March 23, 2022 02:53
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 Robertorosmaninho/0c8cc9c5173afb417af76ccba58890b3 to your computer and use it in GitHub Desktop.
Save Robertorosmaninho/0c8cc9c5173afb417af76ccba58890b3 to your computer and use it in GitHub Desktop.
Error building Swift with XCode on MBP 14" - MacOS 12.3

XCode Version:

pkgutil --pkg-info=com.apple.pkg.CLTools_Executables | grep version
version: 13.3.0.0.1.1645755326

CMake Version:

cmake --version
cmake version 3.22.3

Python3 Version:

python3 --version
Python 3.9.10

Sccache Version:

sccache --version
sccache 0.2.13

Ninja Version:

ninja --version
1.10.2

Command:

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

Output

objc[99660]: Class AMSupportURLConnectionDelegate is implemented in both /usr/lib/libamsupport.dylib (0x2193be098) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x1065502c8). One of the two will be used. Which one is undefined.
objc[99660]: Class AMSupportURLSession is implemented in both /usr/lib/libamsupport.dylib (0x2193be0e8) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x106550318). One of the two will be used. Which one is undefined.
objc[99660]: Class AppleTypeCRetimerRestoreInfoHelper is implemented in both /usr/lib/libauthinstall.dylib (0x2193bdeb0) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x1065504f8). One of the two will be used. Which one is undefined.
objc[99660]: Class AppleTypeCRetimerFirmwareAggregateRequestCreator is implemented in both /usr/lib/libauthinstall.dylib (0x2193bdf00) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x106550548). One of the two will be used. Which one is undefined.
objc[99660]: Class AppleTypeCRetimerFirmwareRequestCreator is implemented in both /usr/lib/libauthinstall.dylib (0x2193bdf50) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x106550598). One of the two will be used. Which one is undefined.
objc[99660]: Class ATCRTRestoreInfoFTABFile is implemented in both /usr/lib/libauthinstall.dylib (0x2193bdfa0) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x1065505e8). One of the two will be used. Which one is undefined.
objc[99660]: Class AppleTypeCRetimerFirmwareCopier is implemented in both /usr/lib/libauthinstall.dylib (0x2193bdff0) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x106550638). One of the two will be used. Which one is undefined.
objc[99660]: Class ATCRTRestoreInfoFTABSubfile is implemented in both /usr/lib/libauthinstall.dylib (0x2193be040) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x106550688). One of the two will be used. Which one is undefined.
[utils/build-script] NOTE: Using toolchain default
Ensuring the sccache server is running...
+ /opt/homebrew/bin/sccache --show-stats
+ /usr/libexec/PlistBuddy -c 'Print :SupportedTargets:macosx:Archs' /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/SDKSettings.plist
+ mkdir -p /Users/robertorosmaninho/swift-project/build/Xcode-RelWithDebInfoAssert
--- Building earlyswiftdriver ---
+ /Users/robertorosmaninho/swift-project/swift-driver/Utilities/build-script-helper.py build --package-path /Users/robertorosmaninho/swift-project/swift-driver --build-path /Users/robertorosmaninho/swift-project/build/Xcode-RelWithDebInfoAssert/earlyswiftdriver-macosx-arm64 --configuration release --toolchain /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr --ninja-bin /opt/homebrew/bin/ninja --cmake-bin /opt/homebrew/bin/cmake --local_compiler_build
Building Swift Driver dependency: llbuild
Building Swift Driver dependency: Swift System
Building Swift Driver dependency: TSC
Building Swift Driver dependency: Argument Parser
Building Swift Driver dependency: Yams
Building Swift Driver for target: arm64-apple-macosx10.15
--- Building cmark ---
+ mkdir -p /Users/robertorosmaninho/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-arm64
+ /opt/homebrew/bin/cmake --build /Users/robertorosmaninho/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-arm64 --config RelWithDebInfo
objc[99802]: Class AMSupportURLConnectionDelegate is implemented in both /usr/lib/libamsupport.dylib (0x2193be098) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x10807c2c8). One of the two will be used. Which one is undefined.
objc[99802]: Class AMSupportURLSession is implemented in both /usr/lib/libamsupport.dylib (0x2193be0e8) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x10807c318). One of the two will be used. Which one is undefined.
objc[99802]: Class AppleTypeCRetimerRestoreInfoHelper is implemented in both /usr/lib/libauthinstall.dylib (0x2193bdeb0) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x10807c4f8). One of the two will be used. Which one is undefined.
objc[99802]: Class AppleTypeCRetimerFirmwareAggregateRequestCreator is implemented in both /usr/lib/libauthinstall.dylib (0x2193bdf00) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x10807c548). One of the two will be used. Which one is undefined.
objc[99802]: Class AppleTypeCRetimerFirmwareRequestCreator is implemented in both /usr/lib/libauthinstall.dylib (0x2193bdf50) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x10807c598). One of the two will be used. Which one is undefined.
objc[99802]: Class ATCRTRestoreInfoFTABFile is implemented in both /usr/lib/libauthinstall.dylib (0x2193bdfa0) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x10807c5e8). One of the two will be used. Which one is undefined.
objc[99802]: Class AppleTypeCRetimerFirmwareCopier is implemented in both /usr/lib/libauthinstall.dylib (0x2193bdff0) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x10807c638). One of the two will be used. Which one is undefined.
objc[99802]: Class ATCRTRestoreInfoFTABSubfile is implemented in both /usr/lib/libauthinstall.dylib (0x2193be040) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x10807c688). One of the two will be used. Which one is undefined.
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
   IDEPackageSupportUseBuiltinSCM = YES

Build settings from command line:
   TOOLCHAINS = default

note: Using new build system
note: Planning
Analyze workspace

Create build description
Build description signature: d3b95ae41fe89b4a4c7ad02cc37f331a
Build description path: /Users/robertorosmaninho/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-arm64/build/XCBuildData/d3b95ae41fe89b4a4c7ad02cc37f331a-desc.xcbuild

note: Build preparation complete
note: Building targets in dependency order
PhaseScriptExecution Generate\ CMakeFiles/ZERO_CHECK /Users/robertorosmaninho/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-arm64/cmark.build/RelWithDebInfo/ZERO_CHECK.build/Script-6A354A2FF844C5ADA9CBFDAD.sh (in target 'ZERO_CHECK' from project 'cmark')
   cd /Users/robertorosmaninho/swift-project/cmark
   /bin/sh -c /Users/robertorosmaninho/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-arm64/cmark.build/RelWithDebInfo/ZERO_CHECK.build/Script-6A354A2FF844C5ADA9CBFDAD.sh
/opt/homebrew/Cellar/cmake/3.22.3/bin/cmake -H/Users/robertorosmaninho/swift-project/cmark -B/Users/robertorosmaninho/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-arm64
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/robertorosmaninho/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-arm64

PhaseScriptExecution CMake\ PostBuild\ Rules /Users/robertorosmaninho/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-arm64/src/cmark.build/RelWithDebInfo/libcmark.build/Script-C4BD2AB16D2C468B040AB499.sh (in target 'libcmark' from project 'cmark')
   cd /Users/robertorosmaninho/swift-project/cmark
   /bin/sh -c /Users/robertorosmaninho/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-arm64/src/cmark.build/RelWithDebInfo/libcmark.build/Script-C4BD2AB16D2C468B040AB499.sh

PhaseScriptExecution Generate\ CMakeFiles/ALL_BUILD /Users/robertorosmaninho/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-arm64/cmark.build/RelWithDebInfo/ALL_BUILD.build/Script-F3A965DB9D27D8847FD9B4EA.sh (in target 'ALL_BUILD' from project 'cmark')
   cd /Users/robertorosmaninho/swift-project/cmark
   /bin/sh -c /Users/robertorosmaninho/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-arm64/cmark.build/RelWithDebInfo/ALL_BUILD.build/Script-F3A965DB9D27D8847FD9B4EA.sh
Build all projects

** BUILD SUCCEEDED **

+ /opt/homebrew/bin/cmake --build /Users/robertorosmaninho/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-arm64 --config RelWithDebInfo -- -target ALL_BUILD
objc[99818]: Class AMSupportURLConnectionDelegate is implemented in both /usr/lib/libamsupport.dylib (0x2193be098) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x103af82c8). One of the two will be used. Which one is undefined.
objc[99818]: Class AMSupportURLSession is implemented in both /usr/lib/libamsupport.dylib (0x2193be0e8) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x103af8318). One of the two will be used. Which one is undefined.
objc[99818]: Class AppleTypeCRetimerRestoreInfoHelper is implemented in both /usr/lib/libauthinstall.dylib (0x2193bdeb0) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x103af84f8). One of the two will be used. Which one is undefined.
objc[99818]: Class AppleTypeCRetimerFirmwareAggregateRequestCreator is implemented in both /usr/lib/libauthinstall.dylib (0x2193bdf00) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x103af8548). One of the two will be used. Which one is undefined.
objc[99818]: Class AppleTypeCRetimerFirmwareRequestCreator is implemented in both /usr/lib/libauthinstall.dylib (0x2193bdf50) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x103af8598). One of the two will be used. Which one is undefined.
objc[99818]: Class ATCRTRestoreInfoFTABFile is implemented in both /usr/lib/libauthinstall.dylib (0x2193bdfa0) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x103af85e8). One of the two will be used. Which one is undefined.
objc[99818]: Class AppleTypeCRetimerFirmwareCopier is implemented in both /usr/lib/libauthinstall.dylib (0x2193bdff0) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x103af8638). One of the two will be used. Which one is undefined.
objc[99818]: Class ATCRTRestoreInfoFTABSubfile is implemented in both /usr/lib/libauthinstall.dylib (0x2193be040) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x103af8688). One of the two will be used. Which one is undefined.
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
   IDEPackageSupportUseBuiltinSCM = YES

Build settings from command line:
   TOOLCHAINS = default

note: Using new build system
note: Planning
Analyze workspace

Create build description
Build description signature: 76b6714caedd403008b7fdef42e24377
Build description path: /Users/robertorosmaninho/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-arm64/build/XCBuildData/76b6714caedd403008b7fdef42e24377-desc.xcbuild

note: Build preparation complete
note: Building targets in dependency order
PhaseScriptExecution Generate\ CMakeFiles/ZERO_CHECK /Users/robertorosmaninho/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-arm64/cmark.build/RelWithDebInfo/ZERO_CHECK.build/Script-6A354A2FF844C5ADA9CBFDAD.sh (in target 'ZERO_CHECK' from project 'cmark')
   cd /Users/robertorosmaninho/swift-project/cmark
   /bin/sh -c /Users/robertorosmaninho/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-arm64/cmark.build/RelWithDebInfo/ZERO_CHECK.build/Script-6A354A2FF844C5ADA9CBFDAD.sh
make: `/Users/robertorosmaninho/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-arm64/CMakeFiles/cmake.check_cache' is up to date.

PhaseScriptExecution CMake\ PostBuild\ Rules /Users/robertorosmaninho/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-arm64/src/cmark.build/RelWithDebInfo/libcmark.build/Script-C4BD2AB16D2C468B040AB499.sh (in target 'libcmark' from project 'cmark')
   cd /Users/robertorosmaninho/swift-project/cmark
   /bin/sh -c /Users/robertorosmaninho/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-arm64/src/cmark.build/RelWithDebInfo/libcmark.build/Script-C4BD2AB16D2C468B040AB499.sh

PhaseScriptExecution Generate\ CMakeFiles/ALL_BUILD /Users/robertorosmaninho/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-arm64/cmark.build/RelWithDebInfo/ALL_BUILD.build/Script-F3A965DB9D27D8847FD9B4EA.sh (in target 'ALL_BUILD' from project 'cmark')
   cd /Users/robertorosmaninho/swift-project/cmark
   /bin/sh -c /Users/robertorosmaninho/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-arm64/cmark.build/RelWithDebInfo/ALL_BUILD.build/Script-F3A965DB9D27D8847FD9B4EA.sh
Build all projects

** BUILD SUCCEEDED **

--- Running tests for cmark ---
+ /opt/homebrew/bin/cmake --build /Users/robertorosmaninho/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-arm64 --config RelWithDebInfo -- -target api_test
objc[99832]: Class AMSupportURLConnectionDelegate is implemented in both /usr/lib/libamsupport.dylib (0x2193be098) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x107b682c8). One of the two will be used. Which one is undefined.
objc[99832]: Class AMSupportURLSession is implemented in both /usr/lib/libamsupport.dylib (0x2193be0e8) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x107b68318). One of the two will be used. Which one is undefined.
objc[99832]: Class AppleTypeCRetimerRestoreInfoHelper is implemented in both /usr/lib/libauthinstall.dylib (0x2193bdeb0) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x107b684f8). One of the two will be used. Which one is undefined.
objc[99832]: Class AppleTypeCRetimerFirmwareAggregateRequestCreator is implemented in both /usr/lib/libauthinstall.dylib (0x2193bdf00) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x107b68548). One of the two will be used. Which one is undefined.
objc[99832]: Class AppleTypeCRetimerFirmwareRequestCreator is implemented in both /usr/lib/libauthinstall.dylib (0x2193bdf50) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x107b68598). One of the two will be used. Which one is undefined.
objc[99832]: Class ATCRTRestoreInfoFTABFile is implemented in both /usr/lib/libauthinstall.dylib (0x2193bdfa0) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x107b685e8). One of the two will be used. Which one is undefined.
objc[99832]: Class AppleTypeCRetimerFirmwareCopier is implemented in both /usr/lib/libauthinstall.dylib (0x2193bdff0) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x107b68638). One of the two will be used. Which one is undefined.
objc[99832]: Class ATCRTRestoreInfoFTABSubfile is implemented in both /usr/lib/libauthinstall.dylib (0x2193be040) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x107b68688). One of the two will be used. Which one is undefined.
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
   IDEPackageSupportUseBuiltinSCM = YES

Build settings from command line:
   TOOLCHAINS = default

note: Using new build system
note: Planning
Analyze workspace

Create build description
Build description signature: 76b6714caedd403008b7fdef42e24377
Build description path: /Users/robertorosmaninho/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-arm64/build/XCBuildData/76b6714caedd403008b7fdef42e24377-desc.xcbuild

note: Build preparation complete
note: Building targets in dependency order
PhaseScriptExecution Generate\ CMakeFiles/ZERO_CHECK /Users/robertorosmaninho/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-arm64/cmark.build/RelWithDebInfo/ZERO_CHECK.build/Script-6A354A2FF844C5ADA9CBFDAD.sh (in target 'ZERO_CHECK' from project 'cmark')
   cd /Users/robertorosmaninho/swift-project/cmark
   /bin/sh -c /Users/robertorosmaninho/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-arm64/cmark.build/RelWithDebInfo/ZERO_CHECK.build/Script-6A354A2FF844C5ADA9CBFDAD.sh
make: `/Users/robertorosmaninho/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-arm64/CMakeFiles/cmake.check_cache' is up to date.

PhaseScriptExecution CMake\ PostBuild\ Rules /Users/robertorosmaninho/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-arm64/src/cmark.build/RelWithDebInfo/libcmark.build/Script-C4BD2AB16D2C468B040AB499.sh (in target 'libcmark' from project 'cmark')
   cd /Users/robertorosmaninho/swift-project/cmark
   /bin/sh -c /Users/robertorosmaninho/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-arm64/src/cmark.build/RelWithDebInfo/libcmark.build/Script-C4BD2AB16D2C468B040AB499.sh

PhaseScriptExecution Generate\ CMakeFiles/ALL_BUILD /Users/robertorosmaninho/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-arm64/cmark.build/RelWithDebInfo/ALL_BUILD.build/Script-F3A965DB9D27D8847FD9B4EA.sh (in target 'ALL_BUILD' from project 'cmark')
   cd /Users/robertorosmaninho/swift-project/cmark
   /bin/sh -c /Users/robertorosmaninho/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-arm64/cmark.build/RelWithDebInfo/ALL_BUILD.build/Script-F3A965DB9D27D8847FD9B4EA.sh
Build all projects

** BUILD SUCCEEDED **

--- RUN_TESTS ---
+ /opt/homebrew/bin/cmake --build /Users/robertorosmaninho/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-arm64 --config RelWithDebInfo -- -target RUN_TESTS
objc[99842]: Class AMSupportURLConnectionDelegate is implemented in both /usr/lib/libamsupport.dylib (0x2193be098) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x107b502c8). One of the two will be used. Which one is undefined.
objc[99842]: Class AMSupportURLSession is implemented in both /usr/lib/libamsupport.dylib (0x2193be0e8) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x107b50318). One of the two will be used. Which one is undefined.
objc[99842]: Class AppleTypeCRetimerRestoreInfoHelper is implemented in both /usr/lib/libauthinstall.dylib (0x2193bdeb0) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x107b504f8). One of the two will be used. Which one is undefined.
objc[99842]: Class AppleTypeCRetimerFirmwareAggregateRequestCreator is implemented in both /usr/lib/libauthinstall.dylib (0x2193bdf00) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x107b50548). One of the two will be used. Which one is undefined.
objc[99842]: Class AppleTypeCRetimerFirmwareRequestCreator is implemented in both /usr/lib/libauthinstall.dylib (0x2193bdf50) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x107b50598). One of the two will be used. Which one is undefined.
objc[99842]: Class ATCRTRestoreInfoFTABFile is implemented in both /usr/lib/libauthinstall.dylib (0x2193bdfa0) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x107b505e8). One of the two will be used. Which one is undefined.
objc[99842]: Class AppleTypeCRetimerFirmwareCopier is implemented in both /usr/lib/libauthinstall.dylib (0x2193bdff0) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x107b50638). One of the two will be used. Which one is undefined.
objc[99842]: Class ATCRTRestoreInfoFTABSubfile is implemented in both /usr/lib/libauthinstall.dylib (0x2193be040) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x107b50688). One of the two will be used. Which one is undefined.
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
   IDEPackageSupportUseBuiltinSCM = YES

Build settings from command line:
   TOOLCHAINS = default

note: Using new build system
note: Planning
Analyze workspace

Create build description
Build description signature: fcd29e80a4505b1821fb34d2607cdbc7
Build description path: /Users/robertorosmaninho/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-arm64/build/XCBuildData/fcd29e80a4505b1821fb34d2607cdbc7-desc.xcbuild

note: Build preparation complete
note: Building targets in dependency order
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/robertorosmaninho/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-arm64/cmark.build/RelWithDebInfo/RUN_TESTS.build/Script-003C8D08B0008F35F218E126.sh (in target 'RUN_TESTS' from project 'cmark')
   cd /Users/robertorosmaninho/swift-project/cmark
   /bin/sh -c /Users/robertorosmaninho/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-arm64/cmark.build/RelWithDebInfo/RUN_TESTS.build/Script-003C8D08B0008F35F218E126.sh
Test project /Users/robertorosmaninho/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-arm64
   Start 1: api_test
1/9 Test #1: api_test .........................   Passed    0.00 sec
   Start 2: html_normalization
2/9 Test #2: html_normalization ...............   Passed    0.05 sec
   Start 3: spectest_library
3/9 Test #3: spectest_library .................***Failed    0.04 sec
   Start 4: pathological_tests_library
4/9 Test #4: pathological_tests_library .......***Failed    0.03 sec
   Start 5: roundtriptest_library
5/9 Test #5: roundtriptest_library ............***Failed    0.03 sec
   Start 6: entity_library
6/9 Test #6: entity_library ...................***Failed    0.03 sec
   Start 7: spectest_executable
7/9 Test #7: spectest_executable ..............***Failed    0.04 sec
   Start 8: smartpuncttest_executable
8/9 Test #8: smartpuncttest_executable ........***Failed    0.03 sec
   Start 9: regressiontest_executable
9/9 Test #9: regressiontest_executable ........***Failed    0.03 sec

22% tests passed, 7 tests failed out of 9

Total Test time (real) =   0.29 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/robertorosmaninho/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-arm64/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 Generate\ CMakeFiles/ZERO_CHECK /Users/robertorosmaninho/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-arm64/cmark.build/RelWithDebInfo/ZERO_CHECK.build/Script-6A354A2FF844C5ADA9CBFDAD.sh (in target 'ZERO_CHECK' from project 'cmark')
   cd /Users/robertorosmaninho/swift-project/cmark
   /bin/sh -c /Users/robertorosmaninho/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-arm64/cmark.build/RelWithDebInfo/ZERO_CHECK.build/Script-6A354A2FF844C5ADA9CBFDAD.sh
make: `/Users/robertorosmaninho/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-arm64/CMakeFiles/cmake.check_cache' is up to date.

PhaseScriptExecution CMake\ PostBuild\ Rules /Users/robertorosmaninho/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-arm64/src/cmark.build/RelWithDebInfo/libcmark.build/Script-C4BD2AB16D2C468B040AB499.sh (in target 'libcmark' from project 'cmark')
   cd /Users/robertorosmaninho/swift-project/cmark
   /bin/sh -c /Users/robertorosmaninho/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-arm64/src/cmark.build/RelWithDebInfo/libcmark.build/Script-C4BD2AB16D2C468B040AB499.sh

PhaseScriptExecution Generate\ CMakeFiles/ALL_BUILD /Users/robertorosmaninho/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-arm64/cmark.build/RelWithDebInfo/ALL_BUILD.build/Script-F3A965DB9D27D8847FD9B4EA.sh (in target 'ALL_BUILD' from project 'cmark')
   cd /Users/robertorosmaninho/swift-project/cmark
   /bin/sh -c /Users/robertorosmaninho/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-arm64/cmark.build/RelWithDebInfo/ALL_BUILD.build/Script-F3A965DB9D27D8847FD9B4EA.sh
Build all projects

** BUILD FAILED **


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

Additional information:

utils/update-checkout --dump-hashes
{
    "ssh-clone-pattern": "git@github.com:%s.git",
    "https-clone-pattern": "https://github.com/%s.git",
    "repos": {
        "swift": {
            "remote": {
                "id": "apple/swift"
            }
        },
        "cmark": {
            "remote": {
                "id": "apple/swift-cmark"
            }
        },
        "llbuild": {
            "remote": {
                "id": "apple/swift-llbuild"
            }
        },
        "swift-argument-parser": {
            "remote": {
                "id": "apple/swift-argument-parser"
            }
        },
        "swift-atomics": {
            "remote": {
                "id": "apple/swift-atomics"
            }
        },
        "swift-collections": {
            "remote": {
                "id": "apple/swift-collections"
            }
        },
        "swift-crypto": {
            "remote": {
                "id": "apple/swift-crypto"
            }
        },
        "swift-driver": {
            "remote": {
                "id": "apple/swift-driver"
            }
        },
        "swift-numerics": {
            "remote": {
                "id": "apple/swift-numerics"
            }
        },
        "swift-tools-support-core": {
            "remote": {
                "id": "apple/swift-tools-support-core"
            }
        },
        "swiftpm": {
            "remote": {
                "id": "apple/swift-package-manager"
            }
        },
        "swift-syntax": {
            "remote": {
                "id": "apple/swift-syntax"
            }
        },
        "swift-system": {
            "remote": {
                "id": "apple/swift-system"
            }
        },
        "swift-stress-tester": {
            "remote": {
                "id": "apple/swift-stress-tester"
            }
        },
        "swift-corelibs-xctest": {
            "remote": {
                "id": "apple/swift-corelibs-xctest"
            }
        },
        "swift-corelibs-foundation": {
            "remote": {
                "id": "apple/swift-corelibs-foundation"
            }
        },
        "swift-corelibs-libdispatch": {
            "remote": {
                "id": "apple/swift-corelibs-libdispatch"
            }
        },
        "swift-integration-tests": {
            "remote": {
                "id": "apple/swift-integration-tests"
            }
        },
        "swift-xcode-playground-support": {
            "remote": {
                "id": "apple/swift-xcode-playground-support"
            }
        },
        "ninja": {
            "remote": {
                "id": "ninja-build/ninja"
            }
        },
        "icu": {
            "remote": {
                "id": "unicode-org/icu"
            },
            "platforms": [
                "Linux"
            ]
        },
        "yams": {
            "remote": {
                "id": "jpsim/Yams"
            }
        },
        "cmake": {
            "remote": {
                "id": "KitWare/CMake"
            },
            "platforms": [
                "Linux"
            ]
        },
        "indexstore-db": {
            "remote": {
                "id": "apple/indexstore-db"
            }
        },
        "sourcekit-lsp": {
            "remote": {
                "id": "apple/sourcekit-lsp"
            }
        },
        "swift-format": {
            "remote": {
                "id": "apple/swift-format"
            }
        },
        "swift-installer-scripts": {
            "remote": {
                "id": "apple/swift-installer-scripts"
            }
        },
        "swift-docc": {
            "remote": {
                "id": "apple/swift-docc"
            }
        },
        "swift-lmdb": {
            "remote": {
                "id": "apple/swift-lmdb"
            }
        },
        "swift-docc-render-artifact": {
            "remote": {
                "id": "apple/swift-docc-render-artifact"
            }
        },
        "swift-docc-symbolkit": {
            "remote": {
                "id": "apple/swift-docc-symbolkit"
            }
        },
        "swift-markdown": {
            "remote": {
                "id": "apple/swift-markdown"
            }
        },
        "swift-cmark-gfm": {
            "remote": {
                "id": "apple/swift-cmark"
            }
        },
        "swift-nio": {
            "remote": {
                "id": "apple/swift-nio"
            }
        },
        "swift-nio-ssl": {
            "remote": {
                "id": "apple/swift-nio-ssl"
            }
        },
        "swift-experimental-string-processing": {
            "remote": {
                "id": "apple/swift-experimental-string-processing"
            }
        },
        "llvm-project": {
            "remote": {
                "id": "apple/llvm-project"
            }
        }
    },
    "branch-schemes": {
        "repro": {
            "aliases": [
                "repro"
            ],
            "repos": {
                "cmake": "skip",
                "cmark": "9c8096a23f44794bde297452d87c455fc4f76d42",
                "icu": "skip",
                "indexstore-db": "7efd438c9d9ceee03b19ede3ab4007c9d9f962b3",
                "llbuild": "171fb6e7b563dd78a9f360f517258e84c36beaf7",
                "llvm-project": "96968bd971e9e14cda2720761484d3548593286f",
                "ninja": "e72d1d581c945c158ed68d9bc48911063022a2c6",
                "sourcekit-lsp": "27956e6d6f029afcdeb3c151400d720270b40a2c",
                "swift": "5810000332cf284070ad268ecbac156ff33e77dc",
                "swift-argument-parser": "e394bf350e38cb100b6bc4172834770ede1b7232",
                "swift-atomics": "919eb1d83e02121cdb434c7bfc1f0c66ef17febe",
                "swift-cmark-gfm": "792c1c3326327515ce9bf64c44196b7f4daab9a6",
                "swift-collections": "2d33a0ea89c961dcb2b3da2157963d9c0370347e",
                "swift-corelibs-foundation": "e04c5fcbf34afee1d61c697b7e5992fd6a5b3010",
                "swift-corelibs-libdispatch": "12a60accc6712a8fddbb4b733c0b12ff9f39d46b",
                "swift-corelibs-xctest": "56501e765303ccac2f104a6e45cfcd6e733cc74e",
                "swift-crypto": "0141f53dd525706c803b0c20aa8ad36f9ecd45e5",
                "swift-docc": "c6360f5a9de3efc862754b92f811b83a93555c2d",
                "swift-docc-render-artifact": "13619c43fbad3cbd3b4a1840f31c2c41cdd0c334",
                "swift-docc-symbolkit": "224736ddcdfcba87ae92bb5c8d74e8332f218f36",
                "swift-driver": "2ed97d48f7386dd8cc6677ddc6beff446fd8c683",
                "swift-experimental-string-processing": "93a894eb6d89c61d4457943f5c885b18614e1abb",
                "swift-format": "bd89f0d9da6256d1d23524ef0f9b5197751af013",
                "swift-installer-scripts": "01e4f7b3ac446c91618929cb0377c00e6d7635ea",
                "swift-integration-tests": "3156cf37ab7c307cc92bb76f2a5e8236cef7d060",
                "swift-lmdb": "6ea45a7ebf6d8f72bd299dfcc3299e284bbb92ee",
                "swift-markdown": "e50693584310a9190071c96c839485b6f2376832",
                "swift-nio": "1d425b0851ffa2695d488cce1d68df2539f42500",
                "swift-nio-ssl": "2e74773972bd6254c41ceeda827f229bccbf1c0f",
                "swift-numerics": "0a23770641f65a4de61daf5425a37ae32a3fd00d",
                "swift-stress-tester": "8275f723e7167c246d95aea26c07fef13ce15486",
                "swift-syntax": "0423e4d4a896c69b3ddecf74cdfba1c334ac929c",
                "swift-system": "836bc4557b74fe6d2660218d56e3ce96aff76574",
                "swift-tools-support-core": "d67baa2392b787eae934e249496b8a6a571e9a31",
                "swift-xcode-playground-support": "dd0d8c8d121d2f20664e4779a3d29482a55908bb",
                "swiftpm": "fa3a380559e1d34424440b5d100396ced86478ac",
                "yams": "00c403debcd0a007b854bb35e598466207a2d58c"
            }
        }
    }
}%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment