Attempt #2 to compile Swift

This is the follow-up attempt to <https://pastecode.io/s/h0a4xq17>. This time, I switched from Xcode to Ninja as the build tool. It still didn't work.
mail@pastecode.io avatar
unknown
plain_text
2 years ago
138 kB
50
Indexable
Never
daryle@Daryle-MacBookAir-3 swift % ./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       
[./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.0.sdk/SDKSettings.plist
+ mkdir -p /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert
--- Building earlyswiftdriver ---
+ /Users/daryle/projects/swift-project/swift-driver/Utilities/build-script-helper.py build --package-path /Users/daryle/projects/swift-project/swift-driver --build-path /Users/daryle/projects/swift-project/build/Ninja-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
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: arm64-apple-macosx10.15
--- Building cmark ---
+ mkdir -p /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/cmark-macosx-arm64
+ pushd /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/cmark-macosx-arm64
+ /opt/homebrew/bin/cmake -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo '-DCMAKE_C_FLAGS=-Wno-unknown-warning-option -Werror=unguarded-availability-new -fno-stack-protector' '-DCMAKE_CXX_FLAGS=-Wno-unknown-warning-option -Werror=unguarded-availability-new -fno-stack-protector' -DCMAKE_TOOLCHAIN_FILE:PATH=/Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/cmark-macosx-arm64/BuildScriptToolchain.cmake -G Ninja -DCMAKE_C_COMPILER_LAUNCHER:PATH=/opt/homebrew/bin/sccache -DCMAKE_CXX_COMPILER_LAUNCHER:PATH=/opt/homebrew/bin/sccache -DCMAKE_C_COMPILER_LAUNCHER:PATH=/opt/homebrew/bin/sccache -DCMAKE_CXX_COMPILER_LAUNCHER:PATH=/opt/homebrew/bin/sccache -DCMAKE_C_COMPILER:PATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DCMAKE_CXX_COMPILER:PATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -DCMAKE_Swift_COMPILER:PATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -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_RANLIB:PATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib -DLLVM_VERSION_MAJOR:STRING=13 -DLLVM_VERSION_MINOR:STRING=0 -DLLVM_VERSION_PATCH:STRING=0 -DCLANG_VERSION_MAJOR:STRING=13 -DCLANG_VERSION_MINOR:STRING=0 -DCLANG_VERSION_PATCH:STRING=0 -DCMAKE_MAKE_PROGRAM=/opt/homebrew/bin/ninja -DSWIFT_DARWIN_SUPPORTED_ARCHS:STRING=arm64 -DSWIFT_DISABLE_DEAD_STRIPPING:BOOL=TRUE '-DCMAKE_IGNORE_PATH=/usr/lib;/usr/local/lib;/lib' -DPKG_CONFIG_EXECUTABLE=/usr/bin/false /Users/daryle/projects/swift-project/cmark
-- The C compiler identification is AppleClang 13.0.0.13000029
-- The CXX compiler identification is AppleClang 13.0.0.13000029
-- 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 - Success
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
-- Looking for stdbool.h
-- Looking for stdbool.h - found
-- Performing Test HAVE___BUILTIN_EXPECT
-- Performing Test HAVE___BUILTIN_EXPECT - Success
-- Performing Test HAVE___ATTRIBUTE__
-- Performing Test HAVE___ATTRIBUTE__ - Success
-- Found PythonInterp: /usr/bin/python3 (found suitable version "3.8.9", 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
    CMAKE_Swift_COMPILER
    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/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/cmark-macosx-arm64
+ popd
+ /opt/homebrew/bin/cmake --build /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/cmark-macosx-arm64 --config RelWithDebInfo -- all
[47/47][100%][2.096s] Linking C executable src/cmark
--- Running tests for cmark ---
+ /opt/homebrew/bin/cmake --build /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/cmark-macosx-arm64 --config RelWithDebInfo -- api_test
ninja: no work to do.
--- test ---
+ /opt/homebrew/bin/cmake --build /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/cmark-macosx-arm64 --config RelWithDebInfo -- test
[0/1][  0%][0.000s] Running tests...
Test project /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/cmark-macosx-arm64
    Start 1: api_test
1/9 Test #1: api_test .........................   Passed    0.30 sec
    Start 2: html_normalization
2/9 Test #2: html_normalization ...............   Passed    0.32 sec
    Start 3: spectest_library
3/9 Test #3: spectest_library .................   Passed    0.06 sec
    Start 4: pathological_tests_library
4/9 Test #4: pathological_tests_library .......   Passed    1.21 sec
    Start 5: roundtriptest_library
5/9 Test #5: roundtriptest_library ............   Passed    0.10 sec
    Start 6: entity_library
6/9 Test #6: entity_library ...................   Passed    0.04 sec
    Start 7: spectest_executable
7/9 Test #7: spectest_executable ..............   Passed    0.96 sec
    Start 8: smartpuncttest_executable
8/9 Test #8: smartpuncttest_executable ........   Passed    0.05 sec
    Start 9: regressiontest_executable
9/9 Test #9: regressiontest_executable ........   Passed    0.05 sec

100% tests passed, 0 tests failed out of 9

Total Test time (real) =   3.10 sec
--- test finished ---
--- Finished tests for cmark ---
Building the standard library for: swift-test-stdlib-macosx-arm64
Running Swift tests for: check-swift-only_early_swiftdriver-macosx-arm64 check-swift-macosx-arm64
+ mkdir -p /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/llvm-macosx-arm64
+ mkdir -p /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/llvm-macosx-arm64/.cmake/api/v1/query
+ touch /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/llvm-macosx-arm64/.cmake/api/v1/query/codemodel-v2 /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/llvm-macosx-arm64/.cmake/api/v1/query/cache-v2
+ pushd /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/llvm-macosx-arm64
~/projects/swift-project/build/Ninja-RelWithDebInfoAssert/llvm-macosx-arm64 ~/projects/swift-project/swift
+ env /opt/homebrew/bin/cmake -G Ninja -DCMAKE_C_COMPILER_LAUNCHER:PATH=/opt/homebrew/bin/sccache -DCMAKE_CXX_COMPILER_LAUNCHER:PATH=/opt/homebrew/bin/sccache -DCMAKE_C_COMPILER:PATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DCMAKE_CXX_COMPILER:PATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -DCMAKE_Swift_COMPILER:PATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -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_RANLIB:PATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib -DLLVM_VERSION_MAJOR:STRING=13 -DLLVM_VERSION_MINOR:STRING=0 -DLLVM_VERSION_PATCH:STRING=0 -DCLANG_VERSION_MAJOR:STRING=13 -DCLANG_VERSION_MINOR:STRING=0 -DCLANG_VERSION_PATCH:STRING=0 -DCMAKE_MAKE_PROGRAM=/opt/homebrew/bin/ninja -DLLVM_ENABLE_ASSERTIONS:BOOL=TRUE '-DLLVM_TARGETS_TO_BUILD=X86;ARM;AArch64;PowerPC;SystemZ;Mips' -DCMAKE_LIBTOOL:PATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool '-DCMAKE_C_FLAGS=  -Wno-unknown-warning-option -Werror=unguarded-availability-new -arch arm64 -target arm64-apple-macosx -fno-stack-protector -g' '-DCMAKE_CXX_FLAGS=  -Wno-unknown-warning-option -Werror=unguarded-availability-new -arch arm64 -target arm64-apple-macosx -fno-stack-protector -g' '-DCMAKE_C_FLAGS_RELWITHDEBINFO=-O2 -DNDEBUG' '-DCMAKE_CXX_FLAGS_RELWITHDEBINFO=-O2 -DNDEBUG' -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo -DLLVM_TOOL_SWIFT_BUILD:BOOL=NO -DLLVM_TOOL_LLD_BUILD:BOOL=TRUE -DLLVM_INCLUDE_DOCS:BOOL=TRUE -DLLVM_ENABLE_LTO:STRING= -DCOMPILER_RT_INTERCEPT_LIBDISPATCH=ON -DCMAKE_OSX_DEPLOYMENT_TARGET:STRING=10.9 -DCMAKE_OSX_SYSROOT:PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk -DCOMPILER_RT_ENABLE_IOS:BOOL=FALSE -DCOMPILER_RT_ENABLE_WATCHOS:BOOL=FALSE -DCOMPILER_RT_ENABLE_TVOS:BOOL=FALSE -DSANITIZER_MIN_OSX_VERSION=10.9 -DLLVM_ENABLE_MODULES:BOOL=FALSE -DCMAKE_OSX_ARCHITECTURES=arm64 -DLLVM_TOOL_COMPILER_RT_BUILD:BOOL=TRUE -DLLVM_BUILD_EXTERNAL_COMPILER_RT:BOOL=TRUE -DLLVM_TARGET_ARCH=AArch64 -DLLVM_HOST_TRIPLE:STRING=arm64-apple-macosx10.9 '-DLLVM_LIT_ARGS=-sv -j 8' -DCMAKE_INSTALL_PREFIX:PATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/ -DINTERNAL_INSTALL_PREFIX=local '-DLLVM_ENABLE_PROJECTS=clang;compiler-rt;clang-tools-extra' -DSWIFT_DARWIN_SUPPORTED_ARCHS:STRING=arm64 -DSWIFT_DISABLE_DEAD_STRIPPING:BOOL=TRUE '-DCMAKE_IGNORE_PATH=/usr/lib;/usr/local/lib;/lib' -DPKG_CONFIG_EXECUTABLE=/usr/bin/false /Users/daryle/projects/swift-project/llvm-project/llvm
-- The C compiler identification is AppleClang 13.0.0.13000029
-- The CXX compiler identification is AppleClang 13.0.0.13000029
-- The ASM compiler identification is Clang with GNU-like command-line
-- Found assembler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
-- 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
-- clang project is enabled
-- clang-tools-extra project is enabled
-- compiler-rt project is enabled
-- cross-project-tests project is disabled
-- libc project is disabled
-- libclc project is disabled
-- libcxx project is disabled
-- libcxxabi project is disabled
-- libunwind project is disabled
-- lld project is disabled
-- lldb project is disabled
-- mlir project is disabled
-- openmp project is disabled
-- parallel-libs project is disabled
-- polly project is disabled
-- pstl project is disabled
-- flang project is disabled
-- Found libtool - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool
-- Looking for dlfcn.h
-- Looking for dlfcn.h - found
-- Looking for errno.h
-- Looking for errno.h - found
-- Looking for fcntl.h
-- Looking for fcntl.h - found
-- Looking for link.h
-- Looking for link.h - not found
-- Looking for malloc/malloc.h
-- Looking for malloc/malloc.h - found
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for signal.h
-- Looking for signal.h - found
-- Looking for sys/ioctl.h
-- Looking for sys/ioctl.h - found
-- Looking for sys/mman.h
-- Looking for sys/mman.h - found
-- Looking for sys/param.h
-- Looking for sys/param.h - found
-- Looking for sys/resource.h
-- Looking for sys/resource.h - found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for sys/time.h
-- Looking for sys/time.h - found
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for sysexits.h
-- Looking for sysexits.h - found
-- Looking for termios.h
-- Looking for termios.h - found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Looking for valgrind/valgrind.h
-- Looking for valgrind/valgrind.h - not found
-- Looking for fenv.h
-- Looking for fenv.h - found
-- Looking for FE_ALL_EXCEPT
-- Looking for FE_ALL_EXCEPT - found
-- Looking for FE_INEXACT
-- Looking for FE_INEXACT - found
-- Looking for mach/mach.h
-- Looking for mach/mach.h - found
-- Looking for histedit.h
-- Looking for histedit.h - found
-- Looking for CrashReporterClient.h
-- Looking for CrashReporterClient.h - not found
-- Performing Test HAVE_CRASHREPORTER_INFO
-- Performing Test HAVE_CRASHREPORTER_INFO - Success
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Looking for pthread_getspecific in pthread
-- Looking for pthread_getspecific in pthread - found
-- Looking for pthread_rwlock_init in pthread
-- Looking for pthread_rwlock_init in pthread - found
-- Looking for pthread_mutex_lock in pthread
-- Looking for pthread_mutex_lock in pthread - found
-- Looking for dlopen in dl
-- Looking for dlopen in dl - found
-- Looking for clock_gettime in rt
-- Looking for clock_gettime in rt - not found
-- Looking for pfm_initialize in pfm
-- Looking for pfm_initialize in pfm - not found
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- Found ZLIB: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk/usr/lib/libz.tbd (found version "1.2.11") 
-- Looking for compress2
-- Looking for compress2 - found
-- Found LibXml2: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk/usr/lib/libxml2.tbd (found version "2.9.4") 
-- Looking for xmlReadMemory
-- Looking for xmlReadMemory - found
-- Looking for el_init in edit
-- Looking for el_init in edit - found
-- Looking for xar_open in xar
-- Looking for xar_open in xar - found
-- Looking for arc4random
-- Looking for arc4random - found
-- Looking for backtrace
-- Looking for backtrace - found
-- backtrace facility detected in default set of libraries
-- Found Backtrace: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk/usr/include  
-- Performing Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW
-- Performing Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW - Success
-- Looking for __register_frame
-- Looking for __register_frame - found
-- Looking for __deregister_frame
-- Looking for __deregister_frame - found
-- Looking for _Unwind_Backtrace
-- Looking for _Unwind_Backtrace - found
-- Looking for getpagesize
-- Looking for getpagesize - found
-- Looking for sysconf
-- Looking for sysconf - found
-- Looking for getrusage
-- Looking for getrusage - found
-- Looking for setrlimit
-- Looking for setrlimit - found
-- Looking for isatty
-- Looking for isatty - found
-- Looking for futimens
-- Looking for futimens - not found
-- Looking for futimes
-- Looking for futimes - found
-- Looking for posix_fallocate
-- Looking for posix_fallocate - not found
-- Looking for lseek64
-- Looking for lseek64 - not found
-- Looking for mallctl
-- Looking for mallctl - not found
-- Looking for mallinfo
-- Looking for mallinfo - not found
-- Looking for mallinfo2
-- Looking for mallinfo2 - not found
-- Looking for malloc_zone_statistics
-- Looking for malloc_zone_statistics - found
-- Looking for getrlimit
-- Looking for getrlimit - found
-- Looking for posix_spawn
-- Looking for posix_spawn - found
-- Looking for pread
-- Looking for pread - found
-- Looking for sbrk
-- Looking for sbrk - found
-- Looking for strerror
-- Looking for strerror - found
-- Looking for strerror_r
-- Looking for strerror_r - found
-- Looking for strerror_s
-- Looking for strerror_s - not found
-- Looking for setenv
-- Looking for setenv - found
-- Looking for dlopen
-- Looking for dlopen - found
-- Looking for dladdr
-- Looking for dladdr - found
-- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC
-- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC - Success
-- Performing Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC
-- Performing Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC - Failed
-- Looking for __GLIBC__
-- Looking for __GLIBC__ - not found
-- Looking for pthread_getname_np
-- Looking for pthread_getname_np - found
-- Looking for pthread_setname_np
-- Looking for pthread_setname_np - found
-- Looking for proc_pid_rusage
-- Looking for proc_pid_rusage - found
-- Performing Test HAVE_STD_IS_TRIVIALLY_COPYABLE
-- Performing Test HAVE_STD_IS_TRIVIALLY_COPYABLE - Success
-- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB
-- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB - Success
-- Performing Test HAVE_CXX_ATOMICS64_WITHOUT_LIB
-- Performing Test HAVE_CXX_ATOMICS64_WITHOUT_LIB - Success
-- Performing Test LLVM_HAS_ATOMICS
-- Performing Test LLVM_HAS_ATOMICS - Success
-- Performing Test SUPPORTS_VARIADIC_MACROS_FLAG
-- Performing Test SUPPORTS_VARIADIC_MACROS_FLAG - Success
-- Performing Test SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG
-- Performing Test SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG - Success
-- Native target architecture is AArch64
-- Threads enabled.
-- Doxygen disabled.
-- Go bindings disabled.
-- Ninja version: 1.10.2
-- Found ld64 - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
-- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH) 
-- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH) 
-- OCaml bindings disabled.
-- Could NOT find Python module pygments
-- Could NOT find Python module pygments.lexers.c_cpp
-- Could NOT find Python module yaml
-- LLVM host triple: arm64-apple-macosx10.9
-- LLVM default target triple: arm64-apple-macosx10.9
-- Performing Test C_SUPPORTS_FPIC
-- Performing Test C_SUPPORTS_FPIC - Success
-- Performing Test CXX_SUPPORTS_FPIC
-- Performing Test CXX_SUPPORTS_FPIC - Success
-- Building with -fPIC
-- Performing Test C_SUPPORTS_FNO_SEMANTIC_INTERPOSITION
-- Performing Test C_SUPPORTS_FNO_SEMANTIC_INTERPOSITION - Failed
-- Performing Test CXX_SUPPORTS_FNO_SEMANTIC_INTERPOSITION
-- Performing Test CXX_SUPPORTS_FNO_SEMANTIC_INTERPOSITION - Failed
-- Performing Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG
-- Performing Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG - Success
-- Performing Test C_SUPPORTS_WERROR_DATE_TIME
-- Performing Test C_SUPPORTS_WERROR_DATE_TIME - Success
-- Performing Test CXX_SUPPORTS_WERROR_DATE_TIME
-- Performing Test CXX_SUPPORTS_WERROR_DATE_TIME - Success
-- Performing Test CXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW
-- Performing Test CXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW - Success
-- Performing Test CXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG
-- Performing Test CXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG - Success
-- Performing Test C_SUPPORTS_CXX98_COMPAT_EXTRA_SEMI_FLAG
-- Performing Test C_SUPPORTS_CXX98_COMPAT_EXTRA_SEMI_FLAG - Success
-- Performing Test CXX_SUPPORTS_CXX98_COMPAT_EXTRA_SEMI_FLAG
-- Performing Test CXX_SUPPORTS_CXX98_COMPAT_EXTRA_SEMI_FLAG - Success
-- Performing Test C_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG
-- Performing Test C_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG - Success
-- Performing Test CXX_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG
-- Performing Test CXX_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG - Success
-- Performing Test C_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG
-- Performing Test C_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG - Success
-- Performing Test CXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG
-- Performing Test CXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG - Success
-- Performing Test CXX_SUPPORTS_CLASS_MEMACCESS_FLAG
-- Performing Test CXX_SUPPORTS_CLASS_MEMACCESS_FLAG - Success
-- Performing Test CXX_SUPPORTS_NOEXCEPT_TYPE_FLAG
-- Performing Test CXX_SUPPORTS_NOEXCEPT_TYPE_FLAG - Success
-- Performing Test CXX_WONT_WARN_ON_FINAL_NONVIRTUALDTOR
-- Performing Test CXX_WONT_WARN_ON_FINAL_NONVIRTUALDTOR - Success
-- Performing Test C_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG
-- Performing Test C_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG - Success
-- Performing Test CXX_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG
-- Performing Test CXX_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG - Success
-- Performing Test CXX_SUPPORTS_SUGGEST_OVERRIDE_FLAG
-- Performing Test CXX_SUPPORTS_SUGGEST_OVERRIDE_FLAG - Success
-- Performing Test CXX_WSUGGEST_OVERRIDE_ALLOWS_ONLY_FINAL
-- Performing Test CXX_WSUGGEST_OVERRIDE_ALLOWS_ONLY_FINAL - Success
-- Performing Test C_WCOMMENT_ALLOWS_LINE_WRAP
-- Performing Test C_WCOMMENT_ALLOWS_LINE_WRAP - Success
-- Performing Test C_SUPPORTS_STRING_CONVERSION_FLAG
-- Performing Test C_SUPPORTS_STRING_CONVERSION_FLAG - Success
-- Performing Test CXX_SUPPORTS_STRING_CONVERSION_FLAG
-- Performing Test CXX_SUPPORTS_STRING_CONVERSION_FLAG - Success
-- Performing Test C_SUPPORTS_MISLEADING_INDENTATION_FLAG
-- Performing Test C_SUPPORTS_MISLEADING_INDENTATION_FLAG - Success
-- Performing Test CXX_SUPPORTS_MISLEADING_INDENTATION_FLAG
-- Performing Test CXX_SUPPORTS_MISLEADING_INDENTATION_FLAG - Success
-- Performing Test LINKER_SUPPORTS_COLOR_DIAGNOSTICS
-- Performing Test LINKER_SUPPORTS_COLOR_DIAGNOSTICS - Failed
-- Looking for os_signpost_interval_begin
-- Looking for os_signpost_interval_begin - found
-- Performing Test macos_signposts_usable
-- Performing Test macos_signposts_usable - Failed
-- Found Python3: /Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/bin/python3.8 (found suitable version "3.8.9", minimum required is "3.6") found components: Interpreter 
-- Linker detection: ld64
-- Found Git: /usr/bin/git (found version "2.30.1 (Apple Git-130)") 
-- Targeting X86
-- Targeting ARM
-- Targeting AArch64
-- Targeting PowerPC
-- Targeting SystemZ
-- Targeting Mips
-- Looking for sys/resource.h
-- Looking for sys/resource.h - found
-- Clang version: 13.0.0
-- Performing Test CXX_SUPPORTS_NO_NESTED_ANON_TYPES_FLAG
-- Performing Test CXX_SUPPORTS_NO_NESTED_ANON_TYPES_FLAG - Success
-- Host linker version: 711
-- Looking for include file CoreServices/CoreServices.h
-- Looking for include file CoreServices/CoreServices.h - found
-- Looking for include file CoreServices/CoreServices.h
-- Looking for include file CoreServices/CoreServices.h - found
-- Not building amdgpu-arch: hsa-runtime64 not found
-- Registering Bye as a pass plugin (static build: OFF)
-- Version: 0.0.0
-- Performing Test HAVE_CXX_FLAG_STD_CXX11
-- Performing Test HAVE_CXX_FLAG_STD_CXX11 - Success
-- Performing Test HAVE_CXX_FLAG_WALL
-- Performing Test HAVE_CXX_FLAG_WALL - Success
-- Performing Test HAVE_CXX_FLAG_WEXTRA
-- Performing Test HAVE_CXX_FLAG_WEXTRA - Success
-- Performing Test HAVE_CXX_FLAG_WSHADOW
-- Performing Test HAVE_CXX_FLAG_WSHADOW - Success
-- Performing Test HAVE_CXX_FLAG_PEDANTIC
-- Performing Test HAVE_CXX_FLAG_PEDANTIC - Success
-- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS
-- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success
-- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32
-- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Success
-- Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL
-- Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success
-- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING
-- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success
-- Performing Test HAVE_CXX_FLAG_FNO_EXCEPTIONS
-- Performing Test HAVE_CXX_FLAG_FNO_EXCEPTIONS - Success
-- Performing Test HAVE_CXX_FLAG_WNO_SUGGEST_OVERRIDE
-- Performing Test HAVE_CXX_FLAG_WNO_SUGGEST_OVERRIDE - Success
-- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING
-- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success
-- Performing Test HAVE_CXX_FLAG_WD654
-- Performing Test HAVE_CXX_FLAG_WD654 - Failed
-- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY
-- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Success
-- Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES
-- Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES
-- Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- failed to compile
-- Performing Test HAVE_CXX_FLAG_COVERAGE
-- Performing Test HAVE_CXX_FLAG_COVERAGE - Success
-- Performing Test HAVE_GNU_POSIX_REGEX
-- Performing Test HAVE_GNU_POSIX_REGEX
-- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile
-- Performing Test HAVE_POSIX_REGEX
-- Performing Test HAVE_POSIX_REGEX
-- Performing Test HAVE_POSIX_REGEX -- success
-- Performing Test HAVE_STEADY_CLOCK
-- Performing Test HAVE_STEADY_CLOCK
-- Performing Test HAVE_STEADY_CLOCK -- success
-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    CLANG_VERSION_PATCH
    CMAKE_Swift_COMPILER
    LLVM_TOOL_SWIFT_BUILD
    SANITIZER_MIN_OSX_VERSION
    SWIFT_DARWIN_SUPPORTED_ARCHS
    SWIFT_DISABLE_DEAD_STRIPPING


-- Build files have been written to: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/llvm-macosx-arm64
+ popd
~/projects/swift-project/swift
symlinking the system headers (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../../usr/include/c++) into the local clang build directory (/Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/llvm-macosx-arm64/include).
+ ln -s -f /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../../usr/include/c++ /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/llvm-macosx-arm64/include
+ /opt/homebrew/bin/cmake --build /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/llvm-macosx-arm64 -- -j8 all
[961/4249][ 22%][256.114s] Building CX...angIndex.dir/IndexDataStoreUtils.cpp.o
/Users/daryle/projects/swift-project/llvm-project/clang/lib/Index/IndexDataStoreUtils.cpp:366:11: warning: enumeration value 'UsingEnum' not handled in switch [-Wswitch]
  switch (K) {
          ^
/Users/daryle/projects/swift-project/llvm-project/clang/lib/Index/IndexDataStoreUtils.cpp:366:11: note: add missing switch cases
  switch (K) {
          ^
1 warning generated.
[1102/4249][ 25%][363.354s] Building C...obj.clangDaemon.dir/CodeComplete.cpp.o
/Users/daryle/projects/swift-project/llvm-project/clang-tools-extra/clangd/CodeComplete.cpp:85:11: warning: enumeration value 'CommentTag' not handled in switch [-Wswitch]
  switch (Kind) {
          ^
/Users/daryle/projects/swift-project/llvm-project/clang-tools-extra/clangd/CodeComplete.cpp:85:11: note: add missing switch cases
  switch (Kind) {
          ^
1 warning generated.
[1120/4249][ 26%][375.825s] Building C...les/obj.clangDaemon.dir/Protocol.cpp.o
/Users/daryle/projects/swift-project/llvm-project/clang-tools-extra/clangd/Protocol.cpp:254:11: warning: enumeration value 'CommentTag' not handled in switch [-Wswitch]
  switch (Kind) {
          ^
/Users/daryle/projects/swift-project/llvm-project/clang-tools-extra/clangd/Protocol.cpp:254:11: note: add missing switch cases
  switch (Kind) {
          ^
1 warning generated.
[1121/4249][ 26%][377.260s] Building C...iles/obj.clangDaemon.dir/Quality.cpp.o
/Users/daryle/projects/swift-project/llvm-project/clang-tools-extra/clangd/Quality.cpp:120:11: warning: enumeration value 'CommentTag' not handled in switch [-Wswitch]
  switch (D.Kind) {
          ^
/Users/daryle/projects/swift-project/llvm-project/clang-tools-extra/clangd/Quality.cpp:120:11: note: add missing switch cases
  switch (D.Kind) {
          ^
1 warning generated.
[4243/4249][ 99%][2198.770s] Performing configure step for 'compiler-rt'
-- The C compiler identification is Clang 13.0.0
-- The CXX compiler identification is Clang 13.0.0
-- The ASM compiler identification is Clang with GNU-like command-line
-- Found assembler: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/llvm-macosx-arm64/./bin/clang
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/llvm-macosx-arm64/./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: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/llvm-macosx-arm64/./bin/clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for unwind.h
-- Looking for unwind.h - found
-- Looking for rpc/xdr.h
-- Looking for rpc/xdr.h - not found
-- Found OSX_SYSROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk
CMake Warning at cmake/Modules/CompilerRTUtils.cmake:352 (message):
  llvm-config finding testingsupport failed with status 1
Call Stack (most recent call first):
  CMakeLists.txt:81 (load_llvm_config)


-- Found ZLIB: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk/usr/lib/libz.tbd (found version "1.2.11") 
-- Found LibXml2: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk/usr/lib/libxml2.tbd (found version "2.9.4") 
-- LLVM_MAIN_SRC_DIR: "/Users/daryle/projects/swift-project/llvm-project/llvm"
-- Found Python3: /Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/bin/python3.8 (found version "3.8.9") found components: Interpreter 
-- Found libtool - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool
-- Looking for fopen in c
-- Looking for fopen in c - found
-- Looking for __gcc_personality_v0 in gcc_s
-- Looking for __gcc_personality_v0 in gcc_s - not found
-- Performing Test COMPILER_RT_HAS_NODEFAULTLIBS_FLAG
-- Performing Test COMPILER_RT_HAS_NODEFAULTLIBS_FLAG - Success
-- Performing Test COMPILER_RT_HAS_FFREESTANDING_FLAG
-- Performing Test COMPILER_RT_HAS_FFREESTANDING_FLAG - Success
-- Performing Test COMPILER_RT_HAS_STD_C11_FLAG
-- Performing Test COMPILER_RT_HAS_STD_C11_FLAG - Success
-- Performing Test COMPILER_RT_HAS_FPIC_FLAG
-- Performing Test COMPILER_RT_HAS_FPIC_FLAG - Success
-- Performing Test COMPILER_RT_HAS_FPIE_FLAG
-- Performing Test COMPILER_RT_HAS_FPIE_FLAG - Success
-- Performing Test COMPILER_RT_HAS_FNO_BUILTIN_FLAG
-- Performing Test COMPILER_RT_HAS_FNO_BUILTIN_FLAG - Success
-- Performing Test COMPILER_RT_HAS_FNO_EXCEPTIONS_FLAG
-- Performing Test COMPILER_RT_HAS_FNO_EXCEPTIONS_FLAG - Success
-- Performing Test COMPILER_RT_HAS_FOMIT_FRAME_POINTER_FLAG
-- Performing Test COMPILER_RT_HAS_FOMIT_FRAME_POINTER_FLAG - Success
-- Performing Test COMPILER_RT_HAS_FUNWIND_TABLES_FLAG
-- Performing Test COMPILER_RT_HAS_FUNWIND_TABLES_FLAG - Success
-- Performing Test COMPILER_RT_HAS_FNO_STACK_PROTECTOR_FLAG
-- Performing Test COMPILER_RT_HAS_FNO_STACK_PROTECTOR_FLAG - Success
-- Performing Test COMPILER_RT_HAS_FNO_SANITIZE_SAFE_STACK_FLAG
-- Performing Test COMPILER_RT_HAS_FNO_SANITIZE_SAFE_STACK_FLAG - Success
-- Performing Test COMPILER_RT_HAS_FVISIBILITY_HIDDEN_FLAG
-- Performing Test COMPILER_RT_HAS_FVISIBILITY_HIDDEN_FLAG - Success
-- Performing Test COMPILER_RT_HAS_FRTTI_FLAG
-- Performing Test COMPILER_RT_HAS_FRTTI_FLAG - Success
-- Performing Test COMPILER_RT_HAS_FNO_RTTI_FLAG
-- Performing Test COMPILER_RT_HAS_FNO_RTTI_FLAG - Success
-- Performing Test COMPILER_RT_HAS_FNO_FUNCTION_SECTIONS_FLAG
-- Performing Test COMPILER_RT_HAS_FNO_FUNCTION_SECTIONS_FLAG - Success
-- Performing Test COMPILER_RT_HAS_STD_CXX14_FLAG
-- Performing Test COMPILER_RT_HAS_STD_CXX14_FLAG - Success
-- Performing Test COMPILER_RT_HAS_FTLS_MODEL_INITIAL_EXEC
-- Performing Test COMPILER_RT_HAS_FTLS_MODEL_INITIAL_EXEC - Success
-- Performing Test COMPILER_RT_HAS_FNO_LTO_FLAG
-- Performing Test COMPILER_RT_HAS_FNO_LTO_FLAG - Success
-- Performing Test COMPILER_RT_HAS_FNO_PROFILE_GENERATE_FLAG
-- Performing Test COMPILER_RT_HAS_FNO_PROFILE_GENERATE_FLAG - Success
-- Performing Test COMPILER_RT_HAS_FNO_PROFILE_INSTR_GENERATE_FLAG
-- Performing Test COMPILER_RT_HAS_FNO_PROFILE_INSTR_GENERATE_FLAG - Success
-- Performing Test COMPILER_RT_HAS_FNO_PROFILE_INSTR_USE_FLAG
-- Performing Test COMPILER_RT_HAS_FNO_PROFILE_INSTR_USE_FLAG - Success
-- Performing Test COMPILER_RT_HAS_MSSE3_FLAG
-- Performing Test COMPILER_RT_HAS_MSSE3_FLAG - Failed
-- Performing Test COMPILER_RT_HAS_MSSE4_2_FLAG
-- Performing Test COMPILER_RT_HAS_MSSE4_2_FLAG - Failed
-- Performing Test COMPILER_RT_HAS_SYSROOT_FLAG
-- Performing Test COMPILER_RT_HAS_SYSROOT_FLAG - Success
-- Performing Test COMPILER_RT_HAS_MCRC_FLAG
-- Performing Test COMPILER_RT_HAS_MCRC_FLAG - Success
-- Performing Test COMPILER_RT_HAS_FNO_PARTIAL_INLINING_FLAG
-- Performing Test COMPILER_RT_HAS_FNO_PARTIAL_INLINING_FLAG - Failed
-- Performing Test COMPILER_RT_HAS_FVISIBILITY_INLINES_HIDDEN_FLAG
-- Performing Test COMPILER_RT_HAS_FVISIBILITY_INLINES_HIDDEN_FLAG - Success
-- Performing Test COMPILER_RT_HAS_GR_FLAG
-- Performing Test COMPILER_RT_HAS_GR_FLAG - Failed
-- Performing Test COMPILER_RT_HAS_GS_FLAG
-- Performing Test COMPILER_RT_HAS_GS_FLAG - Failed
-- Performing Test COMPILER_RT_HAS_MT_FLAG
-- Performing Test COMPILER_RT_HAS_MT_FLAG - Failed
-- Performing Test COMPILER_RT_HAS_Oy_FLAG
-- Performing Test COMPILER_RT_HAS_Oy_FLAG - Failed
-- Performing Test COMPILER_RT_HAS_GLINE_TABLES_ONLY_FLAG
-- Performing Test COMPILER_RT_HAS_GLINE_TABLES_ONLY_FLAG - Success
-- Performing Test COMPILER_RT_HAS_G_FLAG
-- Performing Test COMPILER_RT_HAS_G_FLAG - Success
-- Performing Test COMPILER_RT_HAS_Zi_FLAG
-- Performing Test COMPILER_RT_HAS_Zi_FLAG - Failed
-- Performing Test COMPILER_RT_HAS_WALL_FLAG
-- Performing Test COMPILER_RT_HAS_WALL_FLAG - Success
-- Performing Test COMPILER_RT_HAS_WERROR_FLAG
-- Performing Test COMPILER_RT_HAS_WERROR_FLAG - Success
-- Performing Test COMPILER_RT_HAS_WFRAME_LARGER_THAN_FLAG
-- Performing Test COMPILER_RT_HAS_WFRAME_LARGER_THAN_FLAG - Success
-- Performing Test COMPILER_RT_HAS_WGLOBAL_CONSTRUCTORS_FLAG
-- Performing Test COMPILER_RT_HAS_WGLOBAL_CONSTRUCTORS_FLAG - Success
-- Performing Test COMPILER_RT_HAS_WC99_EXTENSIONS_FLAG
-- Performing Test COMPILER_RT_HAS_WC99_EXTENSIONS_FLAG - Success
-- Performing Test COMPILER_RT_HAS_WGNU_FLAG
-- Performing Test COMPILER_RT_HAS_WGNU_FLAG - Success
-- Performing Test COMPILER_RT_HAS_WNON_VIRTUAL_DTOR_FLAG
-- Performing Test COMPILER_RT_HAS_WNON_VIRTUAL_DTOR_FLAG - Success
-- Performing Test COMPILER_RT_HAS_WVARIADIC_MACROS_FLAG
-- Performing Test COMPILER_RT_HAS_WVARIADIC_MACROS_FLAG - Success
-- Performing Test COMPILER_RT_HAS_WUNUSED_PARAMETER_FLAG
-- Performing Test COMPILER_RT_HAS_WUNUSED_PARAMETER_FLAG - Success
-- Performing Test COMPILER_RT_HAS_WCOVERED_SWITCH_DEFAULT_FLAG
-- Performing Test COMPILER_RT_HAS_WCOVERED_SWITCH_DEFAULT_FLAG - Success
-- Performing Test COMPILER_RT_HAS_WSUGGEST_OVERRIDE_FLAG
-- Performing Test COMPILER_RT_HAS_WSUGGEST_OVERRIDE_FLAG - Success
-- Performing Test COMPILER_RT_HAS_WNO_PEDANTIC
-- Performing Test COMPILER_RT_HAS_WNO_PEDANTIC - Success
-- Performing Test COMPILER_RT_HAS_W4_FLAG
-- Performing Test COMPILER_RT_HAS_W4_FLAG - Failed
-- Performing Test COMPILER_RT_HAS_WX_FLAG
-- Performing Test COMPILER_RT_HAS_WX_FLAG - Failed
-- Performing Test COMPILER_RT_HAS_WD4146_FLAG
-- Performing Test COMPILER_RT_HAS_WD4146_FLAG - Failed
-- Performing Test COMPILER_RT_HAS_WD4291_FLAG
-- Performing Test COMPILER_RT_HAS_WD4291_FLAG - Failed
-- Performing Test COMPILER_RT_HAS_WD4221_FLAG
-- Performing Test COMPILER_RT_HAS_WD4221_FLAG - Failed
-- Performing Test COMPILER_RT_HAS_WD4391_FLAG
-- Performing Test COMPILER_RT_HAS_WD4391_FLAG - Failed
-- Performing Test COMPILER_RT_HAS_WD4722_FLAG
-- Performing Test COMPILER_RT_HAS_WD4722_FLAG - Failed
-- Performing Test COMPILER_RT_HAS_WD4800_FLAG
-- Performing Test COMPILER_RT_HAS_WD4800_FLAG - Failed
-- Looking for __func__
-- Looking for __func__ - found
-- Performing Test COMPILER_RT_HAS_NOSTDINCXX_FLAG
-- Performing Test COMPILER_RT_HAS_NOSTDINCXX_FLAG - Success
-- Performing Test COMPILER_RT_HAS_NOSTDLIBXX_FLAG
-- Performing Test COMPILER_RT_HAS_NOSTDLIBXX_FLAG - Success
-- Looking for include file sys/auxv.h
-- Looking for include file sys/auxv.h - not found
-- Looking for dlopen in dl
-- Looking for dlopen in dl - found
-- Looking for shm_open in rt
-- Looking for shm_open in rt - not found
-- Looking for pow in m
-- Looking for pow in m - found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Looking for backtrace in execinfo
-- Looking for backtrace in execinfo - not found
-- Looking for __cxa_throw in c++
-- Looking for __cxa_throw in c++ - found
-- Looking for __cxa_throw in stdc++
-- Looking for __cxa_throw in stdc++ - not found
-- Performing Test COMPILER_RT_HAS_Z_TEXT
-- Performing Test COMPILER_RT_HAS_Z_TEXT - Failed
-- Performing Test COMPILER_RT_HAS_FUSE_LD_LLD_FLAG
-- Performing Test COMPILER_RT_HAS_FUSE_LD_LLD_FLAG - Failed
-- Performing Test COMPILER_RT_HAS_GNU_VERSION_SCRIPT_COMPAT
-- Performing Test COMPILER_RT_HAS_GNU_VERSION_SCRIPT_COMPAT - Failed
-- Performing Test COMPILER_RT_HAS_VERSION_SCRIPT
-- Performing Test COMPILER_RT_HAS_VERSION_SCRIPT - Failed
-- Checking DARWIN_macosx_SYSROOT - '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk'
-- Checking DARWIN_iphonesimulator_SYSROOT - '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk'
-- Checking DARWIN_iphoneos_SYSROOT - '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk'
-- Checking DARWIN_watchsimulator_SYSROOT - '/Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator8.0.sdk'
-- Checking DARWIN_watchos_SYSROOT - '/Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS8.0.sdk'
-- Checking DARWIN_appletvsimulator_SYSROOT - '/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator15.0.sdk'
-- Checking DARWIN_appletvos_SYSROOT - '/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS15.0.sdk'
-- Performing Test COMPILER_RT_HAS_APP_EXTENSION
-- Performing Test COMPILER_RT_HAS_APP_EXTENSION - Success
-- Got ld supported ARCHES: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em
-- Toolchain supported arches: armv6;armv7;armv7s;arm64;arm64e;arm64_32;i386;x86_64;x86_64h;armv6m;armv7k;armv7m;armv7em
-- Finding valid architectures for osx...
-- Disabling i386 slice for DARWIN_osx_ARCHS
-- OSX supported arches: arm64;arm64e;x86_64;x86_64h
-- Compiler-RT supported architectures: arm64;arm64e;x86_64;x86_64h
-- Performing Test COMPILER_RT_HAS_VISIBILITY_HIDDEN_FLAG
-- Performing Test COMPILER_RT_HAS_VISIBILITY_HIDDEN_FLAG - Success
-- Performing Test COMPILER_RT_HAS_OMIT_FRAME_POINTER_FLAG
-- Performing Test COMPILER_RT_HAS_OMIT_FRAME_POINTER_FLAG - Success
-- Performing Test COMPILER_RT_HAS_FREESTANDING_FLAG
-- Performing Test COMPILER_RT_HAS_FREESTANDING_FLAG - Success
-- Performing Test COMPILER_RT_HAS_XRAY_COMPILER_FLAG
-- Performing Test COMPILER_RT_HAS_XRAY_COMPILER_FLAG - Failed
-- Performing Test COMPILER_RT_HAS_ATOMIC_KEYWORD
-- Performing Test COMPILER_RT_HAS_ATOMIC_KEYWORD - Success
-- Performing Test COMPILER_RT_HAS_FLOAT16
-- Performing Test COMPILER_RT_HAS_FLOAT16 - Success
-- Performing Test COMPILER_RT_HAS_ASM_LSE
-- Performing Test COMPILER_RT_HAS_ASM_LSE - Success
-- Found arm64 support in /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk/SDKSettings.plist
-- Found arm64e support in /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk/SDKSettings.plist
-- OSX supported builtin arches: i386;x86_64;x86_64h;arm64;arm64e
-- Builtin supported architectures: i386;x86_64;x86_64h;arm64;arm64e
-- For osx_i386 builtins preferring i386/fp_mode.c to fp_mode.c
-- For osx_i386 builtins preferring i386/ashldi3.S to ashldi3.c
-- For osx_i386 builtins preferring i386/ashrdi3.S to ashrdi3.c
-- For osx_i386 builtins preferring i386/divdi3.S to divdi3.c
-- For osx_i386 builtins preferring i386/floatdidf.S to floatdidf.c
-- For osx_i386 builtins preferring i386/floatdisf.S to floatdisf.c
-- For osx_i386 builtins preferring i386/floatundidf.S to floatundidf.c
-- For osx_i386 builtins preferring i386/floatundisf.S to floatundisf.c
-- For osx_i386 builtins preferring i386/lshrdi3.S to lshrdi3.c
-- For osx_i386 builtins preferring i386/moddi3.S to moddi3.c
-- For osx_i386 builtins preferring i386/muldi3.S to muldi3.c
-- For osx_i386 builtins preferring i386/udivdi3.S to udivdi3.c
-- For osx_i386 builtins preferring i386/umoddi3.S to umoddi3.c
-- For osx_i386 builtins preferring i386/floatdixf.S to floatdixf.c
-- For osx_i386 builtins preferring i386/floatundixf.S to floatundixf.c
-- For osx_x86_64 builtins preferring i386/fp_mode.c to fp_mode.c
-- For osx_x86_64 builtins preferring x86_64/floatdidf.c to floatdidf.c
-- For osx_x86_64 builtins preferring x86_64/floatdisf.c to floatdisf.c
-- For osx_x86_64 builtins preferring x86_64/floatundidf.S to floatundidf.c
-- For osx_x86_64 builtins preferring x86_64/floatundisf.S to floatundisf.c
-- For osx_x86_64 builtins preferring x86_64/floatdixf.c to floatdixf.c
-- For osx_x86_64 builtins preferring x86_64/floatundixf.S to floatundixf.c
-- For osx_x86_64h builtins preferring i386/fp_mode.c to fp_mode.c
-- For osx_x86_64h builtins preferring x86_64/floatdidf.c to floatdidf.c
-- For osx_x86_64h builtins preferring x86_64/floatdisf.c to floatdisf.c
-- For osx_x86_64h builtins preferring x86_64/floatundidf.S to floatundidf.c
-- For osx_x86_64h builtins preferring x86_64/floatundisf.S to floatundisf.c
-- For osx_x86_64h builtins preferring x86_64/floatdixf.c to floatdixf.c
-- For osx_x86_64h builtins preferring x86_64/floatundixf.S to floatundixf.c
-- For osx_arm64 builtins preferring aarch64/fp_mode.c to fp_mode.c
-- For osx_arm64e builtins preferring aarch64/fp_mode.c to fp_mode.c
-- For cc_kext_osx_i386 builtins preferring i386/fp_mode.c to fp_mode.c
-- For cc_kext_osx_i386 builtins preferring i386/ashldi3.S to ashldi3.c
-- For cc_kext_osx_i386 builtins preferring i386/ashrdi3.S to ashrdi3.c
-- For cc_kext_osx_i386 builtins preferring i386/divdi3.S to divdi3.c
-- For cc_kext_osx_i386 builtins preferring i386/floatdidf.S to floatdidf.c
-- For cc_kext_osx_i386 builtins preferring i386/floatdisf.S to floatdisf.c
-- For cc_kext_osx_i386 builtins preferring i386/floatundidf.S to floatundidf.c
-- For cc_kext_osx_i386 builtins preferring i386/floatundisf.S to floatundisf.c
-- For cc_kext_osx_i386 builtins preferring i386/lshrdi3.S to lshrdi3.c
-- For cc_kext_osx_i386 builtins preferring i386/moddi3.S to moddi3.c
-- For cc_kext_osx_i386 builtins preferring i386/muldi3.S to muldi3.c
-- For cc_kext_osx_i386 builtins preferring i386/udivdi3.S to udivdi3.c
-- For cc_kext_osx_i386 builtins preferring i386/umoddi3.S to umoddi3.c
-- For cc_kext_osx_i386 builtins preferring i386/floatdixf.S to floatdixf.c
-- For cc_kext_osx_i386 builtins preferring i386/floatundixf.S to floatundixf.c
-- For cc_kext_osx_x86_64 builtins preferring i386/fp_mode.c to fp_mode.c
-- For cc_kext_osx_x86_64 builtins preferring x86_64/floatdidf.c to floatdidf.c
-- For cc_kext_osx_x86_64 builtins preferring x86_64/floatdisf.c to floatdisf.c
-- For cc_kext_osx_x86_64 builtins preferring x86_64/floatundidf.S to floatundidf.c
-- For cc_kext_osx_x86_64 builtins preferring x86_64/floatundisf.S to floatundisf.c
-- For cc_kext_osx_x86_64 builtins preferring x86_64/floatdixf.c to floatdixf.c
-- For cc_kext_osx_x86_64 builtins preferring x86_64/floatundixf.S to floatundixf.c
-- For cc_kext_osx_x86_64h builtins preferring i386/fp_mode.c to fp_mode.c
-- For cc_kext_osx_x86_64h builtins preferring x86_64/floatdidf.c to floatdidf.c
-- For cc_kext_osx_x86_64h builtins preferring x86_64/floatdisf.c to floatdisf.c
-- For cc_kext_osx_x86_64h builtins preferring x86_64/floatundidf.S to floatundidf.c
-- For cc_kext_osx_x86_64h builtins preferring x86_64/floatundisf.S to floatundisf.c
-- For cc_kext_osx_x86_64h builtins preferring x86_64/floatdixf.c to floatdixf.c
-- For cc_kext_osx_x86_64h builtins preferring x86_64/floatundixf.S to floatundixf.c
-- For cc_kext_osx_arm64 builtins preferring aarch64/fp_mode.c to fp_mode.c
-- For cc_kext_osx_arm64e builtins preferring aarch64/fp_mode.c to fp_mode.c
CMake Warning (dev) at /opt/homebrew/Cellar/cmake/3.22.1/share/cmake/Modules/ExternalProject.cmake:2251 (message):
  Policy CMP0114 is not set: ExternalProject step targets fully adopt their
  steps.  Run "cmake --help-policy CMP0114" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.

  ExternalProject target 'libcxx_tsan_x86_64' would depend on the targets for
  step(s) 'clean' under policy CMP0114, but this is being left out for
  compatibility since the policy is not set.
Call Stack (most recent call first):
  cmake/Modules/AddCompilerRT.cmake:667 (ExternalProject_Add_StepTargets)
  lib/tsan/CMakeLists.txt:279 (add_custom_libcxx)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /opt/homebrew/Cellar/cmake/3.22.1/share/cmake/Modules/ExternalProject.cmake:2251 (message):
  Policy CMP0114 is not set: ExternalProject step targets fully adopt their
  steps.  Run "cmake --help-policy CMP0114" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.

  ExternalProject target 'libcxx_tsan_x86_64h' would depend on the targets
  for step(s) 'clean' under policy CMP0114, but this is being left out for
  compatibility since the policy is not set.
Call Stack (most recent call first):
  cmake/Modules/AddCompilerRT.cmake:667 (ExternalProject_Add_StepTargets)
  lib/tsan/CMakeLists.txt:279 (add_custom_libcxx)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /opt/homebrew/Cellar/cmake/3.22.1/share/cmake/Modules/ExternalProject.cmake:2251 (message):
  Policy CMP0114 is not set: ExternalProject step targets fully adopt their
  steps.  Run "cmake --help-policy CMP0114" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.

  ExternalProject target 'libcxx_tsan_arm64' would depend on the targets for
  step(s) 'clean' under policy CMP0114, but this is being left out for
  compatibility since the policy is not set.
Call Stack (most recent call first):
  cmake/Modules/AddCompilerRT.cmake:667 (ExternalProject_Add_StepTargets)
  lib/tsan/CMakeLists.txt:279 (add_custom_libcxx)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Performing Test COMPILER_RT_TARGET_HAS_ATOMICS
-- Performing Test COMPILER_RT_TARGET_HAS_ATOMICS - Success
-- Performing Test COMPILER_RT_TARGET_HAS_FCNTL_LCK
-- Performing Test COMPILER_RT_TARGET_HAS_FCNTL_LCK - Success
-- Performing Test COMPILER_RT_TARGET_HAS_UNAME
-- Performing Test COMPILER_RT_TARGET_HAS_UNAME - Success
-- Performing Test HAS_THREAD_LOCAL
-- Performing Test HAS_THREAD_LOCAL - Success
-- Linker detection: ld64
-- Found arm64 support in /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk/SDKSettings.plist
-- Found arm64e support in /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk/SDKSettings.plist
-- Using cached valid architectures for osx.
-- OSX supported builtin arches: i386;x86_64;x86_64h;arm64;arm64e
-- Builtin supported architectures: i386;x86_64;x86_64h;arm64;arm64e
-- check-interception does nothing.
-- Generated Sanitizer SUPPORTED_TOOLS list on "Darwin" is "asan;lsan;tsan;ubsan"
-- sanitizer_common tests on "Darwin" will run against "asan;lsan;tsan;ubsan"
-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    COMPILER_RT_PREFIX
    COMPILER_RT_SRC_ROOT


-- Build files have been written to: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/llvm-macosx-arm64/tools/clang/runtime/compiler-rt-bins
[4246/4249][ 99%][2229.065s] Cleaning compiler-rt...
[1/1][100%][0.041s] Cleaning all built files...
Cleaning... 0 files.
[4246/4249][ 99%][2229.065s] Performing build step for 'compiler-rt'
[29/2314][  1%][8.072s] Linking CXX st.../libclang_rt.fuzzer_interceptors_osx.a
warning: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: archive library: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/llvm-macosx-arm64/lib/clang/13.0.0/lib/darwin/libclang_rt.fuzzer_interceptors_osx.a for architecture: x86_64 the table of contents is empty (no object file members in the library define global symbols)
warning: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: archive library: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/llvm-macosx-arm64/lib/clang/13.0.0/lib/darwin/libclang_rt.fuzzer_interceptors_osx.a for architecture: x86_64h the table of contents is empty (no object file members in the library define global symbols)
warning: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: archive library: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/llvm-macosx-arm64/lib/clang/13.0.0/lib/darwin/libclang_rt.fuzzer_interceptors_osx.a for architecture: arm64 the table of contents is empty (no object file members in the library define global symbols)
[2314/2314][100%][59.405s] Linking CXX...0.0/lib/darwin/libclang_rt.ubsan_osx.a
[4247/4249][ 99%][2288.504s] No install step for 'compiler-rt'
[4249/4249][100%][2288.530s] Completed 'compiler-rt'
copying compiler-rt embedded builtins from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/13.0.0/lib/darwin into the local clang build directory /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/llvm-macosx-arm64/bin/../lib/clang/13.0.0/lib/darwin.
+ cp /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/13.0.0/lib/darwin/libclang_rt.ios.a /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/llvm-macosx-arm64/bin/../lib/clang/13.0.0/lib/darwin/libclang_rt.ios.a
+ cp /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/13.0.0/lib/darwin/libclang_rt.iossim.a /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/llvm-macosx-arm64/bin/../lib/clang/13.0.0/lib/darwin/libclang_rt.iossim.a
+ cp /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/13.0.0/lib/darwin/libclang_rt.watchos.a /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/llvm-macosx-arm64/bin/../lib/clang/13.0.0/lib/darwin/libclang_rt.watchos.a
+ cp /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/13.0.0/lib/darwin/libclang_rt.watchossim.a /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/llvm-macosx-arm64/bin/../lib/clang/13.0.0/lib/darwin/libclang_rt.watchossim.a
+ cp /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/13.0.0/lib/darwin/libclang_rt.tvos.a /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/llvm-macosx-arm64/bin/../lib/clang/13.0.0/lib/darwin/libclang_rt.tvos.a
+ lipo -remove i386 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/13.0.0/lib/darwin/libclang_rt.tvossim.a -output /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/llvm-macosx-arm64/bin/../lib/clang/13.0.0/lib/darwin/libclang_rt.tvossim.a
+ mkdir -p /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64
+ mkdir -p /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/.cmake/api/v1/query
+ touch /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/.cmake/api/v1/query/codemodel-v2 /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/.cmake/api/v1/query/cache-v2
+ pushd /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64
~/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64 ~/projects/swift-project/swift
+ env /opt/homebrew/bin/cmake -G Ninja -DCMAKE_C_COMPILER_LAUNCHER:PATH=/opt/homebrew/bin/sccache -DCMAKE_CXX_COMPILER_LAUNCHER:PATH=/opt/homebrew/bin/sccache -DCMAKE_C_COMPILER:PATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DCMAKE_CXX_COMPILER:PATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -DCMAKE_Swift_COMPILER:PATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -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_RANLIB:PATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib -DLLVM_VERSION_MAJOR:STRING=13 -DLLVM_VERSION_MINOR:STRING=0 -DLLVM_VERSION_PATCH:STRING=0 -DCLANG_VERSION_MAJOR:STRING=13 -DCLANG_VERSION_MINOR:STRING=0 -DCLANG_VERSION_PATCH:STRING=0 -DCMAKE_MAKE_PROGRAM=/opt/homebrew/bin/ninja -DCMAKE_EXPORT_COMPILE_COMMANDS=TRUE -DSWIFT_FORCE_OPTIMIZED_TYPECHECKER:BOOL=FALSE -DSWIFT_STDLIB_ENABLE_STDLIBCORE_EXCLUSIVITY_CHECKING:BOOL=FALSE -DSWIFT_ENABLE_EXPERIMENTAL_DIFFERENTIABLE_PROGRAMMING:BOOL=TRUE -DSWIFT_ENABLE_EXPERIMENTAL_CONCURRENCY:BOOL=TRUE -DSWIFT_ENABLE_EXPERIMENTAL_DISTRIBUTED:BOOL=TRUE -DSWIFT_STDLIB_STATIC_PRINT=FALSE -DSWIFT_ENABLE_EXPERIMENTAL_STRING_PROCESSING:BOOL=TRUE -DSWIFT_FREESTANDING_IS_DARWIN:BOOL=FALSE -DSWIFT_LIPO:PATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo '-DCMAKE_C_FLAGS= -Wno-unknown-warning-option -Werror=unguarded-availability-new -fno-stack-protector' '-DCMAKE_CXX_FLAGS= -Wno-unknown-warning-option -Werror=unguarded-availability-new -fno-stack-protector' '-DCMAKE_C_FLAGS_RELWITHDEBINFO=-O2 -DNDEBUG' '-DCMAKE_CXX_FLAGS_RELWITHDEBINFO=-O2 -DNDEBUG' -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo -DLLVM_ENABLE_ASSERTIONS:BOOL=TRUE -DLIBSWIFT_BUILD_MODE:STRING=BOOTSTRAPPING-WITH-HOSTLIBS -DSWIFT_ANALYZE_CODE_COVERAGE:STRING=FALSE -DSWIFT_STDLIB_BUILD_TYPE:STRING=RelWithDebInfo -DSWIFT_STDLIB_ASSERTIONS:BOOL=TRUE -DSWIFT_ENABLE_DISPATCH:BOOL=TRUE -DSWIFT_IMPLICIT_CONCURRENCY_IMPORT:BOOL=TRUE -DSWIFT_ENABLE_COMPATIBILITY_OVERRIDES:BOOL=TRUE -DSWIFT_STDLIB_SINGLE_THREADED_RUNTIME:BOOL=FALSE -DSWIFT_ENABLE_RUNTIME_FUNCTION_COUNTERS:BOOL=TRUE -DSWIFT_STDLIB_HAS_DLADDR:BOOL=TRUE -DSWIFT_RUNTIME_STATIC_IMAGE_INSPECTION:BOOL=FALSE -DSWIFT_STDLIB_OS_VERSIONING:BOOL=TRUE -DSWIFT_STDLIB_HAS_COMMANDLINE:BOOL=TRUE -DSWIFT_STDLIB_HAS_DARWIN_LIBMALLOC:BOOL=TRUE -DSWIFT_STDLIB_HAS_STDIN:BOOL=TRUE -DSWIFT_STDLIB_HAS_ENVIRON:BOOL=TRUE -DSWIFT_STDLIB_ENABLE_LTO:STRING= -DSWIFT_STDLIB_PASSTHROUGH_METADATA_ALLOCATOR:BOOL=FALSE -DSWIFT_STDLIB_SHORT_MANGLING_LOOKUPS:BOOL=TRUE -DSWIFT_STDLIB_EXPERIMENTAL_HERMETIC_SEAL_AT_LINK:BOOL=FALSE -DSWIFT_NATIVE_LLVM_TOOLS_PATH:STRING= -DSWIFT_NATIVE_CLANG_TOOLS_PATH:STRING= -DSWIFT_NATIVE_SWIFT_TOOLS_PATH:STRING= -DSWIFT_INCLUDE_TOOLS:BOOL=TRUE -DSWIFT_BUILD_REMOTE_MIRROR:BOOL=TRUE -DSWIFT_STDLIB_SIL_DEBUGGING:BOOL=FALSE -DSWIFT_CHECK_INCREMENTAL_COMPILATION:BOOL=FALSE -DSWIFT_ENABLE_ARRAY_COW_CHECKS:BOOL=FALSE -DSWIFT_REPORT_STATISTICS:BOOL=FALSE -DSWIFT_BUILD_DYNAMIC_STDLIB:BOOL=TRUE -DSWIFT_BUILD_STATIC_STDLIB:BOOL=FALSE -DSWIFT_BUILD_DYNAMIC_SDK_OVERLAY:BOOL=TRUE -DSWIFT_BUILD_STATIC_SDK_OVERLAY:BOOL=FALSE -DSWIFT_BUILD_PERF_TESTSUITE:BOOL=FALSE -DSWIFT_BUILD_EXAMPLES:BOOL=TRUE -DSWIFT_INCLUDE_TESTS:BOOL=TRUE -DSWIFT_EMBED_BITCODE_SECTION:BOOL=FALSE -DSWIFT_TOOLS_ENABLE_LTO:STRING= -DSWIFT_BUILD_RUNTIME_WITH_HOST_COMPILER:BOOL=FALSE -DLIBDISPATCH_CMAKE_BUILD_TYPE:STRING=RelWithDebInfo -DPython2_EXECUTABLE=/usr/bin/python2.7 -DPython3_EXECUTABLE=/Applications/Xcode.app/Contents/Developer/usr/bin/python3 -DSWIFTLIB_DEPLOYMENT_VERSION_XCTEST_IOS=8.0 -DSWIFT_DARWIN_DEPLOYMENT_VERSION_OSX=10.9 -DSWIFT_DARWIN_DEPLOYMENT_VERSION_IOS=7.0 -DSWIFT_DARWIN_DEPLOYMENT_VERSION_TVOS=9.0 -DSWIFT_DARWIN_DEPLOYMENT_VERSION_WATCHOS=2.0 -DCMAKE_OSX_SYSROOT:PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk -DCMAKE_OSX_ARCHITECTURES=arm64 -DSWIFT_HOST_TRIPLE:STRING=arm64-apple-macosx10.9 -DSWIFT_HOST_VARIANT=macosx -DSWIFT_HOST_VARIANT_SDK=OSX -DSWIFT_HOST_VARIANT_ARCH=arm64 '-DLLVM_LIT_ARGS=-sv -j 8' -DCOVERAGE_DB= -DSWIFT_DARWIN_XCRUN_TOOLCHAIN:STRING=default -DSWIFT_AST_VERIFIER:BOOL=TRUE -DSWIFT_SIL_VERIFY_ALL:BOOL=FALSE -DSWIFT_RUNTIME_ENABLE_LEAK_CHECKER:BOOL=FALSE -DCMAKE_INSTALL_PREFIX:PATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/ -DClang_DIR:PATH=/Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/llvm-macosx-arm64/lib/cmake/clang -DLLVM_DIR:PATH=/Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/llvm-macosx-arm64/lib/cmake/llvm -DSWIFT_PATH_TO_CMARK_SOURCE:PATH=/Users/daryle/projects/swift-project/cmark -DSWIFT_PATH_TO_CMARK_BUILD:PATH=/Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/cmark-macosx-arm64 -DSWIFT_PATH_TO_LIBDISPATCH_SOURCE:PATH=/Users/daryle/projects/swift-project/swift-corelibs-libdispatch -DSWIFT_PATH_TO_LIBDISPATCH_BUILD:PATH=/Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/libdispatch-macosx-arm64 -DSWIFT_PATH_TO_LIBDISPATCH_STATIC_BUILD:PATH=/Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/libdispatch_static-macosx-arm64 -DSWIFT_SDKS:STRING=OSX -DSWIFT_DARWIN_SUPPORTED_ARCHS:STRING=arm64 -DSWIFT_DISABLE_DEAD_STRIPPING:BOOL=TRUE '-DCMAKE_IGNORE_PATH=/usr/lib;/usr/local/lib;/lib' -DPKG_CONFIG_EXECUTABLE=/usr/bin/false /Users/daryle/projects/swift-project/swift
CMake Deprecation Warning at CMakeLists.txt:10 (cmake_policy):
  The OLD behavior for policy CMP0068 will be removed from a future version
  of CMake.

  The cmake-policies(7) manual explains that the OLD behaviors of all
  policies are deprecated and that a policy should be set to OLD only under
  specific short-term circumstances.  Projects should be ported to the NEW
  behavior and not rely on setting a policy to OLD.


-- The C compiler identification is AppleClang 13.0.0.13000029
-- 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
-- The Swift compiler identification is Apple 5.5.1
-- Check for working Swift compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
-- Check for working Swift compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc - works
CMake Warning (dev) at /opt/homebrew/Cellar/cmake/3.22.1/share/cmake/Modules/CMakeDependentOption.cmake:84 (message):
  Policy CMP0127 is not set: cmake_dependent_option() supports full Condition
  Syntax.  Run "cmake --help-policy CMP0127" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
  CMakeLists.txt:191 (cmake_dependent_option)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- The CXX compiler identification is AppleClang 13.0.0.13000029
-- The ASM compiler identification is Clang with GNU-like command-line
-- Found assembler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
-- 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
-- CMake (/opt/homebrew/Cellar/cmake/3.22.1/bin/cmake) Version: 3.22.1
-- CMake Make Program (/opt/homebrew/bin/ninja) Version: 1.10.2
-- C Compiler (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang) Version: 13.0.0.13000029
-- C++ Compiler (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++) Version: 13.0.0.13000029
-- Swift Compiler (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc) Version: 5.5.1
-- CMark Version: cmark 0.29.0 - CommonMark converter
(C) 2014-2016 John MacFarlane
-- 
-- Found ZLIB: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk/usr/lib/libz.tbd (found version "1.2.11") 
-- Found LibXml2: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk/usr/lib/libxml2.tbd (found version "2.9.4") 
-- Linker detection: ld64
-- Performing Test C_SUPPORTS_FPIC
-- Performing Test C_SUPPORTS_FPIC - Success
-- Performing Test CXX_SUPPORTS_FPIC
-- Performing Test CXX_SUPPORTS_FPIC - Success
-- Building with -fPIC
-- Performing Test C_SUPPORTS_FNO_SEMANTIC_INTERPOSITION
-- Performing Test C_SUPPORTS_FNO_SEMANTIC_INTERPOSITION - Failed
-- Performing Test CXX_SUPPORTS_FNO_SEMANTIC_INTERPOSITION
-- Performing Test CXX_SUPPORTS_FNO_SEMANTIC_INTERPOSITION - Failed
-- Performing Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG
-- Performing Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG - Success
-- Performing Test C_SUPPORTS_WERROR_DATE_TIME
-- Performing Test C_SUPPORTS_WERROR_DATE_TIME - Success
-- Performing Test CXX_SUPPORTS_WERROR_DATE_TIME
-- Performing Test CXX_SUPPORTS_WERROR_DATE_TIME - Success
-- Performing Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW
-- Performing Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW - Success
-- Performing Test CXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW
-- Performing Test CXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW - Success
-- Performing Test CXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG
-- Performing Test CXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG - Success
-- Performing Test C_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG
-- Performing Test C_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG - Success
-- Performing Test CXX_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG
-- Performing Test CXX_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG - Success
-- Performing Test C_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG
-- Performing Test C_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG - Success
-- Performing Test CXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG
-- Performing Test CXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG - Success
-- Performing Test CXX_SUPPORTS_CLASS_MEMACCESS_FLAG
-- Performing Test CXX_SUPPORTS_CLASS_MEMACCESS_FLAG - Success
-- Performing Test CXX_SUPPORTS_NOEXCEPT_TYPE_FLAG
-- Performing Test CXX_SUPPORTS_NOEXCEPT_TYPE_FLAG - Success
-- Performing Test CXX_WONT_WARN_ON_FINAL_NONVIRTUALDTOR
-- Performing Test CXX_WONT_WARN_ON_FINAL_NONVIRTUALDTOR - Success
-- Performing Test C_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG
-- Performing Test C_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG - Success
-- Performing Test CXX_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG
-- Performing Test CXX_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG - Success
-- Performing Test CXX_SUPPORTS_SUGGEST_OVERRIDE_FLAG
-- Performing Test CXX_SUPPORTS_SUGGEST_OVERRIDE_FLAG - Success
-- Performing Test CXX_WSUGGEST_OVERRIDE_ALLOWS_ONLY_FINAL
-- Performing Test CXX_WSUGGEST_OVERRIDE_ALLOWS_ONLY_FINAL - Success
-- Performing Test C_WCOMMENT_ALLOWS_LINE_WRAP
-- Performing Test C_WCOMMENT_ALLOWS_LINE_WRAP - Success
-- Performing Test C_SUPPORTS_STRING_CONVERSION_FLAG
-- Performing Test C_SUPPORTS_STRING_CONVERSION_FLAG - Success
-- Performing Test CXX_SUPPORTS_STRING_CONVERSION_FLAG
-- Performing Test CXX_SUPPORTS_STRING_CONVERSION_FLAG - Success
-- Performing Test C_SUPPORTS_MISLEADING_INDENTATION_FLAG
-- Performing Test C_SUPPORTS_MISLEADING_INDENTATION_FLAG - Success
-- Performing Test CXX_SUPPORTS_MISLEADING_INDENTATION_FLAG
-- Performing Test CXX_SUPPORTS_MISLEADING_INDENTATION_FLAG - Success
-- Performing Test LINKER_SUPPORTS_COLOR_DIAGNOSTICS
-- Performing Test LINKER_SUPPORTS_COLOR_DIAGNOSTICS - Failed
-- Looking for os_signpost_interval_begin
-- Looking for os_signpost_interval_begin - found
-- Performing Test macos_signposts_usable
-- Performing Test macos_signposts_usable - Success
-- Performing Test CXX_SUPPORTS_WERROR_SWITCH_FLAG
-- Performing Test CXX_SUPPORTS_WERROR_SWITCH_FLAG - Success
-- Performing Test CXX_SUPPORTS_WE4062
-- Performing Test CXX_SUPPORTS_WE4062 - Failed
-- Performing Test CXX_SUPPORTS_DOCUMENTATION_FLAG
-- Performing Test CXX_SUPPORTS_DOCUMENTATION_FLAG - Success
-- Performing Test CXX_SUPPORTS_UNREACHABLE_CODE_FLAG
-- Performing Test CXX_SUPPORTS_UNREACHABLE_CODE_FLAG - Success
-- Performing Test CXX_SUPPORTS_OVERLOADED_VIRTUAL
-- Performing Test CXX_SUPPORTS_OVERLOADED_VIRTUAL - Success
-- Performing Test CXX_SUPPORTS_FAPPLICATION_EXTENSION
-- Performing Test CXX_SUPPORTS_FAPPLICATION_EXTENSION - Success
-- Xcode 13.1, Build version 13A1030d
-- 
-- OS X SDK:
--   Object File Format: MACHO
--   Swift Standard Library Path: macosx
--   Version: 12.0
--   Build number: 21A344
--   Deployment version: 10.9
--   Triple name: macosx
--   Simulator: FALSE
--   Architectures: arm64
--   arm64 triple: arm64-apple-macosx
--   Module triple: arm64-apple-macos
--   arm64 Path: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk
-- 
-- Building host Swift tools for OSX arm64
--   Build type:     RelWithDebInfo
--   Assertions:     TRUE
--   LTO:            
--   libswift:       BOOTSTRAPPING-WITH-HOSTLIBS
-- 
-- Building Swift standard library and overlays for SDKs: OSX
--   Build type:       RelWithDebInfo
--   Assertions:       TRUE
-- 
-- Building Swift runtime with:
--   Leak Detection Checker Entrypoints: FALSE
-- 
-- Differentiable Programming Support: TRUE
-- Concurrency Support: TRUE
-- Distributed Support: TRUE
-- String Processing Support: TRUE
-- 
-- Found Python3: /Applications/Xcode.app/Contents/Developer/usr/bin/python3 (found version "3.8.9") found components: Interpreter 
-- Found LibEdit: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk/usr/include (found version ".") 
-- Looking for el_wgets
-- Looking for el_wgets - found
-- Looking for wait4
-- Looking for wait4 - found
-- Looking for proc_pid_rusage
-- Looking for proc_pid_rusage - found
-- Performing Test is_supported
-- Performing Test is_supported - Success
-- Performing Test CXX_SUPPORTS_FORMAT_NONLITERAL_WARNING
-- Performing Test CXX_SUPPORTS_FORMAT_NONLITERAL_WARNING - Success
-- Performing Test CXX_SUPPORTS_GLOBAL_CONSTRUCTORS_WARNING
-- Performing Test CXX_SUPPORTS_GLOBAL_CONSTRUCTORS_WARNING - Success
-- Performing Test CXX_SUPPORTS_EXIT_TIME_DESTRUCTORS_WARNING
-- Performing Test CXX_SUPPORTS_EXIT_TIME_DESTRUCTORS_WARNING - Success
-- Found Git: /usr/bin/git (found version "2.30.1 (Apple Git-130)") 
-- Swift version: 5.6
-- Swift vendor: 
-- Swift compiler version: 
-- Embedded clang compiler version: 
-- Looking for include file xpc/xpc.h
-- Looking for include file xpc/xpc.h - found
-- Copying over early SwiftDriver executable.
-- From: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/../earlyswiftdriver-macosx-arm64/release/bin/swift-driver
-- To: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/./bin/swift-driver
-- From: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/../earlyswiftdriver-macosx-arm64/release/bin/swift-help
-- To: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/./bin/swift-help
-- Looking for dispatch_block_create
-- Looking for dispatch_block_create - found
CMake Warning at docs/CMakeLists.txt:24 (message):
  Unable to find sphinx-build program.  Not building docs


-- Configuring done
CMake Warning (dev) at /Users/daryle/projects/swift-project/llvm-project/llvm/cmake/modules/TableGen.cmake:95 (add_custom_command):
  Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  add_custom_command().  Run "cmake --help-policy CMP0116" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.
Call Stack (most recent call first):
  cmake/modules/AddSwiftTableGen.cmake:6 (tablegen)
  include/swift/Option/CMakeLists.txt:2 (swift_tablegen)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /Users/daryle/projects/swift-project/llvm-project/llvm/cmake/modules/TableGen.cmake:95 (add_custom_command):
  Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  add_custom_command().  Run "cmake --help-policy CMP0116" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.
Call Stack (most recent call first):
  cmake/modules/AddSwiftTableGen.cmake:6 (tablegen)
  tools/SourceKit/tools/sourcekitd-test/CMakeLists.txt:2 (swift_tablegen)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    CLANG_VERSION_MAJOR
    CLANG_VERSION_MINOR
    CLANG_VERSION_PATCH
    CMAKE_LIBTOOL
    LIBDISPATCH_CMAKE_BUILD_TYPE
    Python2_EXECUTABLE
    SWIFTLIB_DEPLOYMENT_VERSION_XCTEST_IOS
    SWIFT_BUILD_EXAMPLES
    SWIFT_HOST_TRIPLE
    SWIFT_PATH_TO_LIBDISPATCH_SOURCE


-- Build files have been written to: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64
+ popd
~/projects/swift-project/swift
+ /opt/homebrew/bin/cmake --build /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64 -- -j8 all swift-test-stdlib-macosx-arm64
[110/1234][  8%][6.087s] Building CXX ...osx-arm64.dir/AnyHashableSupport.cpp.o
In file included from /Users/daryle/projects/swift-project/swift/stdlib/public/runtime/AnyHashableSupport.cpp:19:
/Users/daryle/projects/swift-project/swift/include/swift/Runtime/Concurrent.h:884:10: warning: constexpr if is a C++17 extension [-Wc++17-extensions]
      if constexpr (std::is_trivially_copyable<ElemTy>::value) {
         ^
1 warning generated.
[116/1234][  9%][7.648s] Building CXX ...cosx-arm64.dir/ErrorObjectCommon.cpp.o
In file included from /Users/daryle/projects/swift-project/swift/stdlib/public/runtime/ErrorObjectCommon.cpp:20:
/Users/daryle/projects/swift-project/swift/include/swift/Runtime/Concurrent.h:884:10: warning: constexpr if is a C++17 extension [-Wc++17-extensions]
      if constexpr (std::is_trivially_copyable<ElemTy>::value) {
         ^
1 warning generated.
[131/1234][ 10%][9.140s] Building CXX ...lection-macosx-arm64.dir/TypeRef.cpp.o
/Users/daryle/projects/swift-project/swift/stdlib/public/Reflection/TypeRef.cpp:546:16: warning: variable 'nodeKind' set but not used [-Wunused-but-set-variable]
    Node::Kind nodeKind;
               ^
1 warning generated.
[139/1234][ 11%][10.726s] Building CXX...time-macosx-arm64.dir/HeapObject.cpp.o
In file included from /Users/daryle/projects/swift-project/swift/stdlib/public/runtime/HeapObject.cpp:23:
In file included from /Users/daryle/projects/swift-project/swift/stdlib/public/runtime/MetadataCache.h:17:
/Users/daryle/projects/swift-project/swift/include/swift/Runtime/Concurrent.h:884:10: warning: constexpr if is a C++17 extension [-Wc++17-extensions]
      if constexpr (std::is_trivially_copyable<ElemTy>::value) {
         ^
1 warning generated.
[149/1234][ 12%][13.514s] Building CXX...sx-arm64.dir/ProtocolConformance.cpp.o
In file included from /Users/daryle/projects/swift-project/swift/stdlib/public/runtime/ProtocolConformance.cpp:24:
/Users/daryle/projects/swift-project/swift/include/swift/Runtime/Concurrent.h:884:10: warning: constexpr if is a C++17 extension [-Wc++17-extensions]
      if constexpr (std::is_trivially_copyable<ElemTy>::value) {
         ^
1 warning generated.
[156/1234][ 12%][14.728s] Building CXX...time-macosx-arm64.dir/SwiftObject.mm.o
/Users/daryle/projects/swift-project/swift/stdlib/public/runtime/SwiftObject.mm:663:9: warning: variable 'objc_ret' set but not used [-Wunused-but-set-variable]
  void *objc_ret = nullptr;
        ^
/Users/daryle/projects/swift-project/swift/stdlib/public/runtime/SwiftObject.mm:704:9: warning: variable 'objc_ret' set but not used [-Wunused-but-set-variable]
  void *objc_ret = nullptr;
        ^
2 warnings generated.
[202/1234][ 16%][19.612s] Building CXX...-macosx-arm64.dir/MetadataLookup.cpp.o
In file included from /Users/daryle/projects/swift-project/swift/stdlib/public/runtime/MetadataLookup.cpp:23:
/Users/daryle/projects/swift-project/swift/include/swift/Runtime/Concurrent.h:884:10: warning: constexpr if is a C++17 extension [-Wc++17-extensions]
      if constexpr (std::is_trivially_copyable<ElemTy>::value) {
         ^
1 warning generated.
[209/1234][ 16%][22.784s] Building CXX...untime-macosx-arm64.dir/Metadata.cpp.o
In file included from /Users/daryle/projects/swift-project/swift/stdlib/public/runtime/Metadata.cpp:18:
In file included from /Users/daryle/projects/swift-project/swift/stdlib/public/runtime/MetadataCache.h:17:
/Users/daryle/projects/swift-project/swift/include/swift/Runtime/Concurrent.h:884:10: warning: constexpr if is a C++17 extension [-Wc++17-extensions]
      if constexpr (std::is_trivially_copyable<ElemTy>::value) {
         ^
1 warning generated.
[285/1234][ 23%][46.152s] Generating ....wift/macosx/libswiftRemoteMirror.dylib
/Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/./lib/swift/macosx/libswiftRemoteMirror.dylib: replacing existing signature
[824/1234][ 66%][619.634s] Building CX...Files/swift-llvm-opt.dir/LLVMOpt.cpp.o
In file included from /Users/daryle/projects/swift-project/swift/tools/swift-llvm-opt/LLVMOpt.cpp:52:
In file included from /Users/daryle/projects/swift-project/llvm-project/llvm/include/llvm/LinkAllPasses.h:44:
/Users/daryle/projects/swift-project/llvm-project/llvm/include/llvm/Transforms/IPO/Attributor.h:1139:14: warning: parameter 'MaxFixedPointIterations' not found in the function declaration [-Wdocumentation]
  /// \param MaxFixedPointIterations Maximum number of iterations to run until
             ^~~~~~~~~~~~~~~~~~~~~~~
/Users/daryle/projects/swift-project/llvm-project/llvm/include/llvm/Transforms/IPO/Attributor.h:1158:14: warning: parameter 'MaxFixedPointIterations' not found in the function declaration [-Wdocumentation]
  /// \param MaxFixedPointIterations Maximum number of iterations to run until
             ^~~~~~~~~~~~~~~~~~~~~~~
/Users/daryle/projects/swift-project/llvm-project/llvm/include/llvm/Transforms/IPO/Attributor.h:1158:14: note: did you mean 'MaxFixpointIterations'?
  /// \param MaxFixedPointIterations Maximum number of iterations to run until
             ^~~~~~~~~~~~~~~~~~~~~~~
             MaxFixpointIterations
2 warnings generated.
[844/1234][ 68%][656.029s] Building CX...tClangImporter.dir/ClangImporter.cpp.o
/Users/daryle/projects/swift-project/swift/lib/ClangImporter/ClangImporter.cpp:2229:7: warning: field 'BuffersForDiagnostics' will be initialized after field 'BridgingHeaderLookupTable' [-Wreorder-ctor]
      BuffersForDiagnostics(ctx.SourceMgr),
      ^
1 warning generated.
[1123/1234][ 91%][1013.397s] Building libswift module ExperimentalRegex
<unknown>:0: remark: did not find a prebuilt standard library for target 'arm64-apple-macos' compatible with this Swift compiler; building it may take a few minutes, but it should only happen once for this combination of compiler and target
[1124/1234][ 91%][1017.385s] Building libswift module SIL
/Users/daryle/projects/swift-project/swift/libswift/Sources/SIL/BasicBlock.swift:22:9: warning: variable 's' was never mutated; consider changing to 'let' constant
    var s = SILBasicBlock_debugDescription(bridged)
    ~~~ ^
    let
/Users/daryle/projects/swift-project/swift/libswift/Sources/SIL/Function.swift:21:9: warning: variable 's' was never mutated; consider changing to 'let' constant
    var s = SILFunction_debugDescription(bridged)
    ~~~ ^
    let
/Users/daryle/projects/swift-project/swift/libswift/Sources/SIL/GlobalVariable.swift:21:9: warning: variable 's' was never mutated; consider changing to 'let' constant
    var s = SILGlobalVariable_debugDescription(bridged)
    ~~~ ^
    let
/Users/daryle/projects/swift-project/swift/libswift/Sources/SIL/Instruction.swift:33:9: warning: variable 's' was never mutated; consider changing to 'let' constant
    var s = SILNode_debugDescription(bridgedNode)
    ~~~ ^
    let
/Users/daryle/projects/swift-project/swift/libswift/Sources/SIL/Instruction.swift:127:9: warning: variable 's' was never mutated; consider changing to 'let' constant
    var s = SILNode_debugDescription(bridgedNode)
    ~~~ ^
    let
/Users/daryle/projects/swift-project/swift/libswift/Sources/SIL/Value.swift:23:9: warning: variable 's' was never mutated; consider changing to 'let' constant
    var s = SILNode_debugDescription(bridgedNode)
    ~~~ ^
    let
[1130/1234][ 91%][1030.667s] Building libswift module SIL
/Users/daryle/projects/swift-project/swift/libswift/Sources/SIL/BasicBlock.swift:22:9: warning: variable 's' was never mutated; consider changing to 'let' constant
    var s = SILBasicBlock_debugDescription(bridged)
    ~~~ ^
    let
/Users/daryle/projects/swift-project/swift/libswift/Sources/SIL/Function.swift:21:9: warning: variable 's' was never mutated; consider changing to 'let' constant
    var s = SILFunction_debugDescription(bridged)
    ~~~ ^
    let
/Users/daryle/projects/swift-project/swift/libswift/Sources/SIL/GlobalVariable.swift:21:9: warning: variable 's' was never mutated; consider changing to 'let' constant
    var s = SILGlobalVariable_debugDescription(bridged)
    ~~~ ^
    let
/Users/daryle/projects/swift-project/swift/libswift/Sources/SIL/Instruction.swift:33:9: warning: variable 's' was never mutated; consider changing to 'let' constant
    var s = SILNode_debugDescription(bridgedNode)
    ~~~ ^
    let
/Users/daryle/projects/swift-project/swift/libswift/Sources/SIL/Instruction.swift:127:9: warning: variable 's' was never mutated; consider changing to 'let' constant
    var s = SILNode_debugDescription(bridgedNode)
    ~~~ ^
    let
/Users/daryle/projects/swift-project/swift/libswift/Sources/SIL/Value.swift:23:9: warning: variable 's' was never mutated; consider changing to 'let' constant
    var s = SILNode_debugDescription(bridgedNode)
    ~~~ ^
    let
[1137/1234][ 92%][1107.064s] Generatin...ftmodule/arm64-apple-macos.swiftmodule
/Users/daryle/projects/swift-project/swift/stdlib/public/core/SIMDVector.swift:63:17: warning: protocol 'SIMDScalar' should be declared to refine 'Decodable' due to a same-type constraint on 'Self'
public protocol SIMDScalar {
                ^
/Users/daryle/projects/swift-project/swift/stdlib/public/core/SIMDVector.swift:70:33: note: conformance constraint 'Self' : 'Decodable' implied here
  associatedtype SIMD64Storage: SIMDStorage where SIMD64Storage.Scalar == Self
                                ^
/Users/daryle/projects/swift-project/swift/stdlib/public/core/SIMDVector.swift:63:17: warning: protocol 'SIMDScalar' should be declared to refine 'Encodable' due to a same-type constraint on 'Self'
public protocol SIMDScalar {
                ^
/Users/daryle/projects/swift-project/swift/stdlib/public/core/SIMDVector.swift:70:33: note: conformance constraint 'Self' : 'Encodable' implied here
  associatedtype SIMD64Storage: SIMDStorage where SIMD64Storage.Scalar == Self
                                ^
/Users/daryle/projects/swift-project/swift/stdlib/public/core/SIMDVector.swift:63:17: warning: protocol 'SIMDScalar' should be declared to refine 'Hashable' due to a same-type constraint on 'Self'
public protocol SIMDScalar {
                ^
/Users/daryle/projects/swift-project/swift/stdlib/public/core/SIMDVector.swift:70:33: note: conformance constraint 'Self' : 'Hashable' implied here
  associatedtype SIMD64Storage: SIMDStorage where SIMD64Storage.Scalar == Self
                                ^
/Users/daryle/projects/swift-project/swift/stdlib/public/core/SIMDVector.swift:63:17: warning: protocol 'SIMDScalar' should be declared to refine 'Equatable' due to a same-type constraint on 'Self'
public protocol SIMDScalar {
                ^
/Users/daryle/projects/swift-project/swift/stdlib/public/core/SIMDVector.swift:70:33: note: conformance constraint 'Self' : 'Equatable' implied here
  associatedtype SIMD64Storage: SIMDStorage where SIMD64Storage.Scalar == Self
                                ^
/Users/daryle/projects/swift-project/swift/stdlib/public/core/CocoaArray.swift:157:9: warning: initialization of immutable value 'end' was never used; consider replacing with assignment to '_' or removing it
    let end = _copyContents(subRange: 0 ..< c, initializing: start)
    ~~~~^~~
    _
[1141/1234][ 92%][1109.146s] Generatin...ftmodule/arm64-apple-macos.swiftmodule
<unknown>:0: warning: module 'SwiftOnoneSupport' cannot be built with any of the -experimental-skip-*-function-bodies* flags; they have been automatically disabled
[1152/1234][ 93%][1116.554s] Compiling.../Concurrency//OSX/arm64/_Concurrency.o
/Users/daryle/projects/swift-project/swift/stdlib/public/Concurrency/MainActor.swift:57:22: warning: cannot call function returning non-sendable type 'T' across actors
    return try await body()
                     ^
/Users/daryle/projects/swift-project/swift/stdlib/public/Concurrency/AsyncStreamBuffer.swift:259:9: warning: capture of 'cancel' with non-sendable type '() -> ()' in a `@Sendable` closure
        cancel()
        ^
/Users/daryle/projects/swift-project/swift/stdlib/public/Concurrency/AsyncStreamBuffer.swift:259:9: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        cancel()
        ^
/Users/daryle/projects/swift-project/swift/stdlib/public/Concurrency/AsyncStreamBuffer.swift:518:9: warning: capture of 'cancel' with non-sendable type '() -> ()' in a `@Sendable` closure
        cancel()
        ^
/Users/daryle/projects/swift-project/swift/stdlib/public/Concurrency/AsyncStreamBuffer.swift:518:9: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        cancel()
        ^
/Users/daryle/projects/swift-project/swift/stdlib/public/Concurrency/TaskLocal.swift:198:7: warning: will never be executed
      fatalError("Will never be executed, since enclosing instance is Never")
      ^
/Users/daryle/projects/swift-project/swift/stdlib/public/Concurrency/TaskLocal.swift:197:9: note: 'object' is of type 'Never' which cannot be constructed because it is an enum with no cases
    get {
        ^
[1156/1234][ 93%][1200.224s] Compiling.../stdlib/public/core//OSX/arm64/Swift.o
/Users/daryle/projects/swift-project/swift/stdlib/public/core/SIMDVector.swift:63:17: warning: protocol 'SIMDScalar' should be declared to refine 'Decodable' due to a same-type constraint on 'Self'
public protocol SIMDScalar {
                ^
/Users/daryle/projects/swift-project/swift/stdlib/public/core/SIMDVector.swift:70:33: note: conformance constraint 'Self' : 'Decodable' implied here
  associatedtype SIMD64Storage: SIMDStorage where SIMD64Storage.Scalar == Self
                                ^
/Users/daryle/projects/swift-project/swift/stdlib/public/core/SIMDVector.swift:63:17: warning: protocol 'SIMDScalar' should be declared to refine 'Encodable' due to a same-type constraint on 'Self'
public protocol SIMDScalar {
                ^
/Users/daryle/projects/swift-project/swift/stdlib/public/core/SIMDVector.swift:70:33: note: conformance constraint 'Self' : 'Encodable' implied here
  associatedtype SIMD64Storage: SIMDStorage where SIMD64Storage.Scalar == Self
                                ^
/Users/daryle/projects/swift-project/swift/stdlib/public/core/SIMDVector.swift:63:17: warning: protocol 'SIMDScalar' should be declared to refine 'Hashable' due to a same-type constraint on 'Self'
public protocol SIMDScalar {
                ^
/Users/daryle/projects/swift-project/swift/stdlib/public/core/SIMDVector.swift:70:33: note: conformance constraint 'Self' : 'Hashable' implied here
  associatedtype SIMD64Storage: SIMDStorage where SIMD64Storage.Scalar == Self
                                ^
/Users/daryle/projects/swift-project/swift/stdlib/public/core/SIMDVector.swift:63:17: warning: protocol 'SIMDScalar' should be declared to refine 'Equatable' due to a same-type constraint on 'Self'
public protocol SIMDScalar {
                ^
/Users/daryle/projects/swift-project/swift/stdlib/public/core/SIMDVector.swift:70:33: note: conformance constraint 'Self' : 'Equatable' implied here
  associatedtype SIMD64Storage: SIMDStorage where SIMD64Storage.Scalar == Self
                                ^
/Users/daryle/projects/swift-project/swift/stdlib/public/core/CocoaArray.swift:157:9: warning: initialization of immutable value 'end' was never used; consider replacing with assignment to '_' or removing it
    let end = _copyContents(subRange: 0 ..< c, initializing: start)
    ~~~~^~~
    _
[1174/1234][ 95%][1201.653s] Building ...oncurrency-macosx-arm64.dir/Task.cpp.o
In file included from /Users/daryle/projects/swift-project/swift/stdlib/public/Concurrency/Task.cpp:1147:
/Users/daryle/projects/swift-project/swift/stdlib/public/Concurrency/../CompatibilityOverride/CompatibilityOverrideConcurrency.def:154:1: warning: function 'swift_task_asyncMainDrainQueue' declared 'noreturn' should not return [-Winvalid-noreturn]
OVERRIDE_TASK(task_asyncMainDrainQueue, void,
^
/Users/daryle/projects/swift-project/swift/stdlib/public/Concurrency/Task.cpp:1146:23: note: expanded from macro 'OVERRIDE_TASK'
#define OVERRIDE_TASK COMPATIBILITY_OVERRIDE
                      ^
/Users/daryle/projects/swift-project/swift/stdlib/public/Concurrency/../CompatibilityOverride/CompatibilityOverride.h:127:7: note: expanded from macro 'COMPATIBILITY_OVERRIDE'
      return Override(COMPATIBILITY_UNPAREN_WITH_COMMA(namedArgs)              \
      ^
In file included from /Users/daryle/projects/swift-project/swift/stdlib/public/Concurrency/Task.cpp:1147:
/Users/daryle/projects/swift-project/swift/stdlib/public/Concurrency/../CompatibilityOverride/CompatibilityOverrideConcurrency.def:154:1: warning: function 'swift_task_asyncMainDrainQueue' declared 'noreturn' should not return [-Winvalid-noreturn]
/Users/daryle/projects/swift-project/swift/stdlib/public/Concurrency/Task.cpp:1146:23: note: expanded from macro 'OVERRIDE_TASK'
#define OVERRIDE_TASK COMPATIBILITY_OVERRIDE
                      ^
/Users/daryle/projects/swift-project/swift/stdlib/public/Concurrency/../CompatibilityOverride/CompatibilityOverride.h:129:5: note: expanded from macro 'COMPATIBILITY_OVERRIDE'
    return swift_##name##Impl COMPATIBILITY_PAREN(namedArgs);                  \
    ^
2 warnings generated.
[1176/1234][ 95%][1201.713s] Building ...ncurrency-macosx-arm64.dir/Actor.cpp.o
/Users/daryle/projects/swift-project/swift/stdlib/public/Concurrency/Actor.cpp:1399:25: warning: unused variable 'remainingJobPriority' [-Wunused-variable]
  Optional<JobPriority> remainingJobPriority;
                        ^
1 warning generated.
[1178/1234][ 95%][1201.836s] Linking C.../swift/macosx/arm64/libswiftCore.dylib
ld: warning: static initializer found in 'stdlib/public/runtime/CMakeFiles/swiftRuntime-macosx-arm64.dir/Metadata.cpp.o'. Use -no_inits to make this an error.  Use -no_warn_inits to suppress warning
ld: warning: static initializer found in 'stdlib/public/runtime/CMakeFiles/swiftRuntime-macosx-arm64.dir/MetadataLookup.cpp.o'. Use -no_inits to make this an error.  Use -no_warn_inits to suppress warning
ld: warning: static initializer found in 'stdlib/public/stubs/CMakeFiles/swiftStdlibStubs-macosx-arm64.dir/GlobalObjects.cpp.o'. Use -no_inits to make this an error.  Use -no_warn_inits to suppress warning
[1179/1234][ 95%][1201.893s] Generatin...../lib/swift/macosx/libswiftCore.dylib
/Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/./lib/swift/macosx/libswiftCore.dylib: replacing existing signature
[1182/1234][ 95%][1201.924s] Generatin...wift/macosx/libswiftSwiftPrivate.dylib
/Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/./lib/swift/macosx/libswiftSwiftPrivate.dylib: replacing existing signature
[1184/1234][ 95%][1201.942s] Generatin.../lib/swift/macosx/libswiftDarwin.dylib
/Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/./lib/swift/macosx/libswiftDarwin.dylib: replacing existing signature
[1185/1234][ 96%][1201.957s] Generatin...macosx/libswiftSwiftOnoneSupport.dylib
/Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/./lib/swift/macosx/libswiftSwiftOnoneSupport.dylib: replacing existing signature
[1189/1234][ 96%][1202.032s] Generatin.../macosx/libswift_Differentiation.dylib
/Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/./lib/swift/macosx/libswift_Differentiation.dylib: replacing existing signature
[1190/1234][ 96%][1202.045s] Generatin...x/libswiftSwiftPrivateLibcExtras.dylib
/Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/./lib/swift/macosx/libswiftSwiftPrivateLibcExtras.dylib: replacing existing signature
[1191/1234][ 96%][1202.049s] Generatin...libswiftSwiftPrivateThreadExtras.dylib
/Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/./lib/swift/macosx/libswiftSwiftPrivateThreadExtras.dylib: replacing existing signature
[1199/1234][ 97%][1202.190s] Generatin...t/macosx/libswift_MatchingEngine.dylib
/Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/./lib/swift/macosx/libswift_MatchingEngine.dylib: replacing existing signature
[1200/1234][ 97%][1202.194s] Linking C...acosx/arm64/libswift_Concurrency.dylib
ld: warning: static initializer found in 'stdlib/public/Concurrency/CMakeFiles/swift_Concurrency-macosx-arm64.dir/Task.cpp.o'. Use -no_inits to make this an error.  Use -no_warn_inits to suppress warning
[1204/1234][ 97%][1202.294s] Generatin...wift/macosx/libswift_Concurrency.dylib
/Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/./lib/swift/macosx/libswift_Concurrency.dylib: replacing existing signature
[1206/1234][ 97%][1202.312s] Generatin...t/macosx/libswiftOSLogTestHelper.dylib
/Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/./lib/swift/macosx/libswiftOSLogTestHelper.dylib: replacing existing signature
[1208/1234][ 97%][1202.360s] Linking C.../arm64/libswift_StringProcessing.dylib
ld: warning: linking with (/usr/lib/swift/libswift_MatchingEngine.dylib) but not using any symbols from it
[1209/1234][ 97%][1202.366s] Generatin...cosx/libswiftSwiftReflectionTest.dylib
/Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/./lib/swift/macosx/libswiftSwiftReflectionTest.dylib: replacing existing signature
[1210/1234][ 98%][1202.372s] Generatin...macosx/libswift_StringProcessing.dylib
/Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/./lib/swift/macosx/libswift_StringProcessing.dylib: replacing existing signature
[1212/1234][ 98%][1202.569s] Linking C...acosx/arm64/libswift_Distributed.dylib
ld: warning: invalid -install_name (@rpath/libswift_Concurrency.dylib) in dependent dylib (lib/swift/macosx/arm64/libswift_Concurrency.dylib). Dylibs/frameworks which might go in dyld shared cache cannot link with dylib that uses @rpath, @loader_path, etc.
ld: warning: invalid -install_name (@rpath/libswift_Concurrency.dylib) in dependent dylib (/Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/./lib/swift/macosx/arm64/libswift_Concurrency.dylib). Dylibs/frameworks which might go in dyld shared cache cannot link with dylib that uses @rpath, @loader_path, etc.
[1213/1234][ 98%][1202.578s] Generatin...wift/macosx/libswift_Distributed.dylib
/Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/./lib/swift/macosx/libswift_Distributed.dylib: replacing existing signature
[1228/1234][ 99%][1223.601s] Generatin...ft/macosx/libswiftStdlibUnittest.dylib
/Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/./lib/swift/macosx/libswiftStdlibUnittest.dylib: replacing existing signature
[1230/1234][ 99%][1223.642s] Generatin...t/macosx/libswiftRuntimeUnittest.dylib
/Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/./lib/swift/macosx/libswiftRuntimeUnittest.dylib: replacing existing signature
[1233/1234][ 99%][1223.687s] Generatin...ftStdlibUnittestFoundationExtras.dylib
/Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/./lib/swift/macosx/libswiftStdlibUnittestFoundationExtras.dylib: replacing existing signature
[1234/1234][100%][1223.689s] Generatin.../libswiftDifferentiationUnittest.dylib
/Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/./lib/swift/macosx/libswiftDifferentiationUnittest.dylib: replacing existing signature
--- Building tests for swift ---
+ /opt/homebrew/bin/cmake --build /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64 -- -j8 SwiftUnitTests
[95/114][ 83%][52.243s] Building CXX o...iles/SwiftRuntimeTests.dir/Array.cpp.o
In file included from /Users/daryle/projects/swift-project/swift/unittests/runtime/Array.cpp:15:
/Users/daryle/projects/swift-project/swift/include/swift/Runtime/Concurrent.h:884:10: warning: constexpr if is a C++17 extension [-Wc++17-extensions]
      if constexpr (std::is_trivially_copyable<ElemTy>::value) {
         ^
1 warning generated.
[99/114][ 86%][53.488s] Building CXX o...s/SwiftRuntimeTests.dir/Metadata.cpp.o
In file included from /Users/daryle/projects/swift-project/swift/unittests/runtime/Metadata.cpp:15:
/Users/daryle/projects/swift-project/swift/include/swift/Runtime/Concurrent.h:884:10: warning: constexpr if is a C++17 extension [-Wc++17-extensions]
      if constexpr (std::is_trivially_copyable<ElemTy>::value) {
         ^
1 warning generated.
[100/114][ 87%][53.493s] Building CXX ...SwiftRuntimeTests.dir/Concurrent.cpp.o
In file included from /Users/daryle/projects/swift-project/swift/unittests/runtime/Concurrent.cpp:13:
/Users/daryle/projects/swift-project/swift/include/swift/Runtime/Concurrent.h:884:10: warning: constexpr if is a C++17 extension [-Wc++17-extensions]
      if constexpr (std::is_trivially_copyable<ElemTy>::value) {
         ^
1 warning generated.
[114/114][100%][60.194s] Linking CXX e...le unittests/runtime/SwiftRuntimeTests
--- Running tests for swift ---
--- check-swift-only_early_swiftdriver-macosx-arm64 ---
+ /opt/homebrew/bin/cmake --build /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64 -- -j8 check-swift-only_early_swiftdriver-macosx-arm64
[1/4][ 25%][0.010s] Generating ../../....ft-reflection-test-macosx-arm64_signed
/Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/./bin/swift-reflection-test-macosx-arm64: replacing existing signature
[3/4][ 75%][0.054s] Running only_early...Swift tests for arm64-apple-macosx10.9
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:216: note: Using cmake: /opt/homebrew/Cellar/cmake/3.22.1/bin/cmake
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using swift-frontend: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/swift-frontend
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using swift: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/swift
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using swiftc: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/swiftc
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using sil-opt: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/sil-opt
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using sil-func-extractor: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/sil-func-extractor
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using sil-llvm-gen: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/sil-llvm-gen
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using sil-nm: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/sil-nm
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using sil-passpipeline-dumper: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/sil-passpipeline-dumper
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using lldb-moduleimport-test: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/lldb-moduleimport-test
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using swift-ide-test: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/swift-ide-test
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using swift-dependency-tool: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/swift-dependency-tool
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using swift-syntax-test: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/swift-syntax-test
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using swift-syntax-parser-test: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/swift-syntax-parser-test
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using swift-reflection-dump: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/swift-reflection-dump
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using swift-remoteast-test: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/swift-remoteast-test
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using swift-indent: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/swift-indent
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using swift-symbolgraph-extract: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/swift-symbolgraph-extract
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using swift-api-extract: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/swift-api-extract
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using clang: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/llvm-macosx-arm64/bin/clang
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using clang++: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/llvm-macosx-arm64/bin/clang++
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using llvm-link: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/llvm-macosx-arm64/bin/llvm-link
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using swift-llvm-opt: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/swift-llvm-opt
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using llvm-profdata: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/llvm-macosx-arm64/bin/llvm-profdata
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using llvm-cov: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/llvm-macosx-arm64/bin/llvm-cov
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using llvm-strings: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/llvm-macosx-arm64/bin/llvm-strings
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using FileCheck: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/llvm-macosx-arm64/bin/FileCheck
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using llvm-dwarfdump: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/llvm-macosx-arm64/bin/llvm-dwarfdump
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using llvm-readelf: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/llvm-macosx-arm64/bin/llvm-readelf
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using llvm-dis: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/llvm-macosx-arm64/bin/llvm-dis
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using llvm-nm: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/llvm-macosx-arm64/bin/llvm-nm
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using sourcekitd-test: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/sourcekitd-test
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using complete-test: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/complete-test
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using swift-api-digester: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/swift-api-digester
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using swift-refactor: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/swift-refactor
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using swift-demangle-yamldump: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/swift-demangle-yamldump
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using swift-demangle: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/swift-demangle
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:306: warning: couldn't find 'Benchmark_O' program, try setting BENCHMARK_O in your environment
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:306: warning: couldn't find 'Benchmark_Driver' program, try setting BENCHMARK_DRIVER in your environment
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:306: warning: couldn't find 'wasmer' program, try setting WASMER in your environment
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:306: warning: couldn't find 'wasm-ld' program, try setting WASM_LD in your environment
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:384: note: Using resource dir: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/lib/swift
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:431: note: Compiling with -swift-version 4
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:467: note: Using Clang module cache: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/swift-test-results/arm64-apple-macosx10.9/clang-module-cache
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:468: note: Using test results dir: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/./swift-test-results/arm64-apple-macosx10.9
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:473: note: Using code completion cache: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/swift-test-results/arm64-apple-macosx10.9/completion-cache
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:1123: note: Testing OS X arm64-apple-macosx10.9
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:1174: note: Running tests on macOS version 12.0.1 (21A559)
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:1967: note: Using platform module dir: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/lib/swift/macosx
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:2024: note: Testing with the just-built libraries at /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/lib/swift/macosx
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using swift-reflection-test-macosx-arm64: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/swift-reflection-test-macosx-arm64
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:2493: note: Available features: CMAKE_GENERATOR=Ninja, CODEGENERATOR=AArch64, CODEGENERATOR=ARM, CODEGENERATOR=Mips, CODEGENERATOR=PowerPC, CODEGENERATOR=SystemZ, CODEGENERATOR=X86, CPU=arm64, OS=macosx, PTRSIZE=64, SWIFT_VERSION=4, VENDOR=apple, asan_runtime, asserts, c_runtime, concurrency, concurrency_runtime, cplusplus_driver, crash-recovery, differentiable_programming, distributed, executable_test, foundation, fuzzer_runtime, libdispatch, libswift, libswift_bootstrapping_with_hostlibs, libxml2, lld_lto, no_asan, no_lto, nonexecutable_test, objc_interop, optimized_stdlib, optimized_stdlib_arm64, profile_runtime, reflection_test_support, runtime_function_counters, sftp_server, shell, sourcekit, string_processing, swift-remoteast-test, swift_interpreter, swift_only_stable_abi, swift_repl, swift_stable_abi, swift_stdlib_asserts, swift_test_mode_optimize_none, swift_test_mode_optimize_none_arm64, swift_tools_extra, syntax_parser_lib, tsan_runtime, ubsan_runtime

Testing Time: 29.25s
  Passed: 50

4 warning(s) in tests
-- check-swift-only_early_swiftdriver-macosx-arm64 finished --
--- check-swift-macosx-arm64 ---
+ /opt/homebrew/bin/cmake --build /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64 -- -j8 check-swift-macosx-arm64
[1/2][ 50%][0.009s] Generating ../../....ft-reflection-test-macosx-arm64_signed
/Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/./bin/swift-reflection-test-macosx-arm64: replacing existing signature
[1/2][ 50%][0.009s] Running primary Swift tests for arm64-apple-macosx10.9
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:216: note: Using cmake: /opt/homebrew/Cellar/cmake/3.22.1/bin/cmake
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using swift-frontend: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/swift-frontend
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using swift: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/swift
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using swiftc: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/swiftc
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using sil-opt: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/sil-opt
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using sil-func-extractor: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/sil-func-extractor
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using sil-llvm-gen: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/sil-llvm-gen
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using sil-nm: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/sil-nm
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using sil-passpipeline-dumper: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/sil-passpipeline-dumper
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using lldb-moduleimport-test: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/lldb-moduleimport-test
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using swift-ide-test: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/swift-ide-test
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using swift-dependency-tool: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/swift-dependency-tool
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using swift-syntax-test: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/swift-syntax-test
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using swift-syntax-parser-test: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/swift-syntax-parser-test
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using swift-reflection-dump: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/swift-reflection-dump
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using swift-remoteast-test: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/swift-remoteast-test
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using swift-indent: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/swift-indent
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using swift-symbolgraph-extract: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/swift-symbolgraph-extract
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using swift-api-extract: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/swift-api-extract
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using clang: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/llvm-macosx-arm64/bin/clang
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using clang++: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/llvm-macosx-arm64/bin/clang++
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using llvm-link: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/llvm-macosx-arm64/bin/llvm-link
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using swift-llvm-opt: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/swift-llvm-opt
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using llvm-profdata: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/llvm-macosx-arm64/bin/llvm-profdata
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using llvm-cov: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/llvm-macosx-arm64/bin/llvm-cov
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using llvm-strings: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/llvm-macosx-arm64/bin/llvm-strings
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using FileCheck: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/llvm-macosx-arm64/bin/FileCheck
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using llvm-dwarfdump: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/llvm-macosx-arm64/bin/llvm-dwarfdump
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using llvm-readelf: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/llvm-macosx-arm64/bin/llvm-readelf
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using llvm-dis: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/llvm-macosx-arm64/bin/llvm-dis
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using llvm-nm: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/llvm-macosx-arm64/bin/llvm-nm
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using sourcekitd-test: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/sourcekitd-test
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using complete-test: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/complete-test
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using swift-api-digester: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/swift-api-digester
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using swift-refactor: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/swift-refactor
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using swift-demangle-yamldump: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/swift-demangle-yamldump
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using swift-demangle: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/swift-demangle
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:306: warning: couldn't find 'Benchmark_O' program, try setting BENCHMARK_O in your environment
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:306: warning: couldn't find 'Benchmark_Driver' program, try setting BENCHMARK_DRIVER in your environment
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:306: warning: couldn't find 'wasmer' program, try setting WASMER in your environment
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:306: warning: couldn't find 'wasm-ld' program, try setting WASM_LD in your environment
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:384: note: Using resource dir: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/lib/swift
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:431: note: Compiling with -swift-version 4
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:467: note: Using Clang module cache: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/swift-test-results/arm64-apple-macosx10.9/clang-module-cache
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:468: note: Using test results dir: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/./swift-test-results/arm64-apple-macosx10.9
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:473: note: Using code completion cache: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/swift-test-results/arm64-apple-macosx10.9/completion-cache
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:1123: note: Testing OS X arm64-apple-macosx10.9
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:1174: note: Running tests on macOS version 12.0.1 (21A559)
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:1967: note: Using platform module dir: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/lib/swift/macosx
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:2024: note: Testing with the just-built libraries at /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/lib/swift/macosx
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:303: note: using swift-reflection-test-macosx-arm64: /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/swift-reflection-test-macosx-arm64
lit.py: /Users/daryle/projects/swift-project/swift/test/lit.cfg:2493: note: Available features: CMAKE_GENERATOR=Ninja, CODEGENERATOR=AArch64, CODEGENERATOR=ARM, CODEGENERATOR=Mips, CODEGENERATOR=PowerPC, CODEGENERATOR=SystemZ, CODEGENERATOR=X86, CPU=arm64, OS=macosx, PTRSIZE=64, SWIFT_VERSION=4, VENDOR=apple, asan_runtime, asserts, c_runtime, concurrency, concurrency_runtime, cplusplus_driver, crash-recovery, differentiable_programming, distributed, executable_test, foundation, fuzzer_runtime, libdispatch, libswift, libswift_bootstrapping_with_hostlibs, libxml2, lld_lto, no_asan, no_lto, nonexecutable_test, objc_interop, optimized_stdlib, optimized_stdlib_arm64, profile_runtime, reflection_test_support, runtime_function_counters, sftp_server, shell, sourcekit, string_processing, swift-remoteast-test, swift_interpreter, swift_only_stable_abi, swift_repl, swift_stable_abi, swift_stdlib_asserts, swift_test_mode_optimize_none, swift_test_mode_optimize_none_arm64, swift_tools_extra, syntax_parser_lib, tsan_runtime, ubsan_runtime
objc[98455]: Class __SwiftNSErrorLayoutStandin is implemented in both /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/lib/swift/macosx/libswiftCore.dylib (0x105962800) and /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/unittests/runtime/SwiftRuntimeTests (0x104194a18). One of the two will be used. Which one is undefined.
objc[98455]: Class __SwiftNativeNSError is implemented in both /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/lib/swift/macosx/libswiftCore.dylib (0x105962828) and /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/unittests/runtime/SwiftRuntimeTests (0x104194a40). One of the two will be used. Which one is undefined.
objc[98455]: Class _TtCs12_SwiftObject is implemented in both /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/lib/swift/macosx/libswiftCore.dylib (0x105962878) and /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/unittests/runtime/SwiftRuntimeTests (0x104194a90). One of the two will be used. Which one is undefined.
objc[98455]: Class __SwiftValue is implemented in both /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/lib/swift/macosx/libswiftCore.dylib (0x1059628f0) and /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/unittests/runtime/SwiftRuntimeTests (0x104194b08). One of the two will be used. Which one is undefined.
FAIL: Swift(macosx-arm64) :: Distributed/Runtime/distributed_actor_init_local.swift (978 of 8169)
******************** TEST 'Swift(macosx-arm64) :: Distributed/Runtime/distributed_actor_init_local.swift' FAILED ********************
Script:
--
: 'RUN: at line 1';   rm -rf "/Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/test-macosx-arm64/Distributed/Runtime/Output/distributed_actor_init_local.swift.tmp" && mkdir -p "/Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/test-macosx-arm64/Distributed/Runtime/Output/distributed_actor_init_local.swift.tmp" && xcrun --toolchain default --sdk '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk' /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/swiftc -target arm64-apple-macosx10.9  -module-cache-path /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/swift-test-results/arm64-apple-macosx10.9/clang-module-cache  -F '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks' -toolchain-stdlib-rpath -Xlinker -rpath -Xlinker '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks' -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -headerpad_max_install_names  -swift-version 4  -Xfrontend -define-availability -Xfrontend 'SwiftStdlib 9999:macOS 9999, iOS 9999, watchOS 9999, tvOS 9999' -Xfrontend -define-availability -Xfrontend 'SwiftStdlib 5.0:macOS 10.14.4, iOS 12.2, watchOS 5.2, tvOS 12.2' -Xfrontend -define-availability -Xfrontend 'SwiftStdlib 5.1:macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0' -Xfrontend -define-availability -Xfrontend 'SwiftStdlib 5.2:macOS 10.15.4, iOS 13.4, watchOS 6.2, tvOS 13.4' -Xfrontend -define-availability -Xfrontend 'SwiftStdlib 5.3:macOS 11.0, iOS 14.0, watchOS 7.0, tvOS 14.0' -Xfrontend -define-availability -Xfrontend 'SwiftStdlib 5.4:macOS 11.3, iOS 14.5, watchOS 7.4, tvOS 14.5' -Xfrontend -define-availability -Xfrontend 'SwiftStdlib 5.5:macOS 12.0, iOS 15.0, watchOS 8.0, tvOS 15.0' -Xfrontend -define-availability -Xfrontend 'SwiftStdlib 5.6:macOS 9999, iOS 9999, watchOS 9999, tvOS 9999'  -F '/Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/lib' -Xlinker -rpath -Xlinker '/Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/lib' -module-cache-path /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/swift-test-results/arm64-apple-macosx10.9/clang-module-cache /Users/daryle/projects/swift-project/swift/test/Distributed/Runtime/distributed_actor_init_local.swift -Xfrontend -enable-experimental-distributed -Xfrontend -disable-availability-checking -parse-as-library -o /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/test-macosx-arm64/Distributed/Runtime/Output/distributed_actor_init_local.swift.tmp/a.out -module-name main  && /Users/daryle/projects/swift-project/swift/utils/swift-darwin-postprocess.py /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/test-macosx-arm64/Distributed/Runtime/Output/distributed_actor_init_local.swift.tmp/a.out && /usr/bin/env DYLD_LIBRARY_PATH='/Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/lib/swift/macosx' LD_LIBRARY_PATH='/Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/lib/swift/macosx:' SIMCTL_CHILD_DYLD_LIBRARY_PATH='/Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/lib/swift/macosx'  /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/test-macosx-arm64/Distributed/Runtime/Output/distributed_actor_init_local.swift.tmp/a.out | /Applications/Xcode.app/Contents/Developer/usr/bin/python3 /Users/daryle/projects/swift-project/swift/utils/PathSanitizingFileCheck --allow-unused-prefixes --sanitize BUILD_DIR=/Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64 --sanitize SOURCE_DIR=/Users/daryle/projects/swift-project/swift --use-filecheck /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/llvm-macosx-arm64/bin/FileCheck  /Users/daryle/projects/swift-project/swift/test/Distributed/Runtime/distributed_actor_init_local.swift --dump-input=always
--
Exit Code: 1

Command Output (stderr):
--
/Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/test-macosx-arm64/Distributed/Runtime/Output/distributed_actor_init_local.swift.tmp/a.out: replacing existing signature
/Users/daryle/projects/swift-project/swift/test/Distributed/Runtime/distributed_actor_init_local.swift:176:16: error: CHECK-DAG: expected string not found in input
 // CHECK-DAG: resign id:ActorAddress(address: "[[ID6]]")
               ^
<stdin>:17:68: note: scanning from here
ready actor:main.Bug_CallsReadyTwice, id:ActorAddress(address: "7")
                                                                   ^
<stdin>:17:68: note: with "ID6" equal to "6"
ready actor:main.Bug_CallsReadyTwice, id:ActorAddress(address: "7")
                                                                   ^
<stdin>:18:1: note: possible intended match here
resign id:ActorAddress(address: "1")
^

Input file: <stdin>
Check file: /Users/daryle/projects/swift-project/swift/test/Distributed/Runtime/distributed_actor_init_local.swift

-dump-input=help explains the following input dump.

Input was:
<<<<<<
           1: Initialized new FakeActorSystem 
           2: assign type:LocalWorker, id:ActorAddress(address: "1") 
           3: ready actor:main.LocalWorker, id:ActorAddress(address: "1") 
           4: assign type:PickATransport1, id:ActorAddress(address: "2") 
           5: ready actor:main.PickATransport1, id:ActorAddress(address: "2") 
           6: assign type:Throwy, id:ActorAddress(address: "3") 
           7: ready actor:main.Throwy, id:ActorAddress(address: "3") 
           8: assign type:Throwy, id:ActorAddress(address: "4") 
           9: resign id:ActorAddress(address: "4") 
          10: resign id:ActorAddress(address: "4") 
          11: assign type:ThrowBeforeFullyInit, id:ActorAddress(address: "5") 
          12: resign id:ActorAddress(address: "5") 
          13: assign type:PickATransport2, id:ActorAddress(address: "6") 
          14: ready actor:main.PickATransport2, id:ActorAddress(address: "6") 
          15: assign type:Bug_CallsReadyTwice, id:ActorAddress(address: "7") 
          16: ready actor:main.Bug_CallsReadyTwice, id:ActorAddress(address: "7") 
          17: ready actor:main.Bug_CallsReadyTwice, id:ActorAddress(address: "7") 
dag:176'0                                                                        X error: no match found
dag:176'1                                                                          with "ID6" equal to "6"
          18: resign id:ActorAddress(address: "1") 
dag:176'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dag:176'2     ?                                     possible intended match
          19: resign id:ActorAddress(address: "2") 
dag:176'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          20: resign id:ActorAddress(address: "3") 
dag:176'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          21: resign id:ActorAddress(address: "7") 
dag:176'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>>>>>

--

********************
FAIL: Swift(macosx-arm64) :: Sema/api-availability-only.swift (5385 of 8169)
******************** TEST 'Swift(macosx-arm64) :: Sema/api-availability-only.swift' FAILED ********************
Script:
--
: 'RUN: at line 4';   /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/swift-frontend -target arm64-apple-macosx10.9  -module-cache-path /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/swift-test-results/arm64-apple-macosx10.9/clang-module-cache -sdk '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk'  -swift-version 4  -define-availability 'SwiftStdlib 9999:macOS 9999, iOS 9999, watchOS 9999, tvOS 9999' -define-availability 'SwiftStdlib 5.0:macOS 10.14.4, iOS 12.2, watchOS 5.2, tvOS 12.2' -define-availability 'SwiftStdlib 5.1:macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0' -define-availability 'SwiftStdlib 5.2:macOS 10.15.4, iOS 13.4, watchOS 6.2, tvOS 13.4' -define-availability 'SwiftStdlib 5.3:macOS 11.0, iOS 14.0, watchOS 7.0, tvOS 14.0' -define-availability 'SwiftStdlib 5.4:macOS 11.3, iOS 14.5, watchOS 7.4, tvOS 14.5' -define-availability 'SwiftStdlib 5.5:macOS 12.0, iOS 15.0, watchOS 8.0, tvOS 15.0' -define-availability 'SwiftStdlib 5.6:macOS 9999, iOS 9999, watchOS 9999, tvOS 9999' -typo-correction-limit 10  -typecheck -verify -disable-objc-attr-requires-foundation-module /Users/daryle/projects/swift-project/swift/test/Sema/api-availability-only.swift -module-name MyModule -target arm64-apple-macosx10.14 -check-api-availability-only -enable-library-evolution
: 'RUN: at line 7';   not xcrun --toolchain default --sdk '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk' /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/bin/swiftc -target arm64-apple-macosx10.9  -module-cache-path /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/swift-test-results/arm64-apple-macosx10.9/clang-module-cache  -F '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks' -toolchain-stdlib-rpath -Xlinker -rpath -Xlinker '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks' -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -headerpad_max_install_names  -swift-version 4  -Xfrontend -define-availability -Xfrontend 'SwiftStdlib 9999:macOS 9999, iOS 9999, watchOS 9999, tvOS 9999' -Xfrontend -define-availability -Xfrontend 'SwiftStdlib 5.0:macOS 10.14.4, iOS 12.2, watchOS 5.2, tvOS 12.2' -Xfrontend -define-availability -Xfrontend 'SwiftStdlib 5.1:macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0' -Xfrontend -define-availability -Xfrontend 'SwiftStdlib 5.2:macOS 10.15.4, iOS 13.4, watchOS 6.2, tvOS 13.4' -Xfrontend -define-availability -Xfrontend 'SwiftStdlib 5.3:macOS 11.0, iOS 14.0, watchOS 7.0, tvOS 14.0' -Xfrontend -define-availability -Xfrontend 'SwiftStdlib 5.4:macOS 11.3, iOS 14.5, watchOS 7.4, tvOS 14.5' -Xfrontend -define-availability -Xfrontend 'SwiftStdlib 5.5:macOS 12.0, iOS 15.0, watchOS 8.0, tvOS 15.0' -Xfrontend -define-availability -Xfrontend 'SwiftStdlib 5.6:macOS 9999, iOS 9999, watchOS 9999, tvOS 9999'  -F '/Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/lib' -Xlinker -rpath -Xlinker '/Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/lib' -emit-executable /Users/daryle/projects/swift-project/swift/test/Sema/api-availability-only.swift -g -o /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/test-macosx-arm64/Sema/Output/api-availability-only.swift.tmp -emit-module -Xfrontend -check-api-availability-only 2>&1 | /Applications/Xcode.app/Contents/Developer/usr/bin/python3 /Users/daryle/projects/swift-project/swift/utils/PathSanitizingFileCheck --allow-unused-prefixes --sanitize BUILD_DIR=/Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64 --sanitize SOURCE_DIR=/Users/daryle/projects/swift-project/swift --use-filecheck /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/llvm-macosx-arm64/bin/FileCheck  /Users/daryle/projects/swift-project/swift/test/Sema/api-availability-only.swift
--
Exit Code: 1

Command Output (stderr):
--
/Users/daryle/projects/swift-project/swift/test/Sema/api-availability-only.swift:140:4: error: expected note not produced
// expected-note @+1 {{add @available attribute to enclosing}}
~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/daryle/projects/swift-project/swift/test/Sema/api-availability-only.swift:141:50: error: expected error not produced
public func publicAsyncFunc() async -> Bool { // expected-error {{concurrency is only available in macOS 10.15.0 or newer}}
                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                             
/Users/daryle/projects/swift-project/swift/test/Sema/api-availability-only.swift:145:4: error: expected note not produced
// expected-note @+1 {{add @available attribute to enclosing}}
~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/daryle/projects/swift-project/swift/test/Sema/api-availability-only.swift:146:71: error: expected error not produced
@usableFromInline func usableFromInlineAsyncFunc() async -> Bool { // expected-error {{concurrency is only available in macOS 10.15.0 or newer}}
                                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                                  
/Users/daryle/projects/swift-project/swift/test/Sema/api-availability-only.swift:153:4: error: expected note not produced
// expected-note @+1 {{add @available attribute to enclosing}}
~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/daryle/projects/swift-project/swift/test/Sema/api-availability-only.swift:154:31: error: expected error not produced
public actor PublicActor { // expected-error {{concurrency is only available in macOS 10.15.0 or newer}}
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                          

--

********************
********************
Failed Tests (2):
  Swift(macosx-arm64) :: Distributed/Runtime/distributed_actor_init_local.swift
  Swift(macosx-arm64) :: Sema/api-availability-only.swift


Testing Time: 979.39s
  Unsupported      :  474
  Passed           : 7668
  Expectedly Failed:   25
  Failed           :    2

4 warning(s) in tests
FAILED: test/CMakeFiles/check-swift-macosx-arm64 /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/test/CMakeFiles/check-swift-macosx-arm64 
cd /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/test && /opt/homebrew/Cellar/cmake/3.22.1/bin/cmake -E remove_directory /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/./swift-test-results/arm64-apple-macosx10.9 && /opt/homebrew/Cellar/cmake/3.22.1/bin/cmake -E make_directory /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/./swift-test-results/arm64-apple-macosx10.9 && /opt/homebrew/Cellar/cmake/3.22.1/bin/cmake -E env /Applications/Xcode.app/Contents/Developer/usr/bin/python3 /Users/daryle/projects/swift-project/llvm-project/llvm/utils/lit/lit.py --param libswift_build_mode=BOOTSTRAPPING-WITH-HOSTLIBS -sv -j 8 --xunit-xml-output=/Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/./swift-test-results/arm64-apple-macosx10.9/lit-tests.xml --param differentiable_programming --param concurrency --param distributed --param string_processing --param swift_test_subset=primary --param swift_test_mode=optimize_none /Users/daryle/projects/swift-project/build/Ninja-RelWithDebInfoAssert/swift-macosx-arm64/test-macosx-arm64
ninja: build stopped: subcommand failed.
ERROR: command terminated with a non-zero exit status 1, aborting

daryle@Daryle-MacBookAir-3 swift %