k2-fsa / sherpa-onnx

Speech-to-text, text-to-speech, speaker diarization, and VAD using next-gen Kaldi with onnxruntime without Internet connection. Support embedded systems, Android, iOS, Raspberry Pi, RISC-V, x86_64 servers, websocket server/client, C/C++, Python, Kotlin, C#, Go, NodeJS, Java, Swift, Dart, JavaScript, Flutter, Object Pascal, Lazarus, Rust
https://k2-fsa.github.io/sherpa/onnx/index.html
Apache License 2.0
3.7k stars 430 forks source link

Build failure: sherpa-onnx objects built for macOS 12.7, incompatible with macOS 11.0 #1188

Open nirmitleo opened 4 months ago

nirmitleo commented 4 months ago

Macos version

ProductName: macOS ProductVersion: 14.5 BuildVersion: 23F79

Clang version:

Cmake version:

Git commit:

Tag: tags/v1.10.18

Command used to build

cmake \
  -DSHERPA_ONNX_ENABLE_C_API=ON \
  -DCMAKE_BUILD_TYPE=Release \
  -DBUILD_SHARED_LIBS=OFF \
  -DCMAKE_INSTALL_PREFIX=/tmp/sherpa-onnx/static \
  ..
make -j6 <-- this crashes

Output

Output of cmake command

build-static % cmake \
-DSHERPA_ONNX_ENABLE_C_API=ON \ -DCMAKE_BUILD_TYPE=Release \ -DBUILD_SHARED_LIBS=OFF \ -DCMAKE_INSTALL_PREFIX=/tmp/sherpa-onnx/static \ ..
-- The C compiler identification is Clang 16.0.6 -- The CXX compiler identification is Clang 16.0.6 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /nix/store/k8mrxviw965lv59hqbln3297jwfffm2w-clang-wrapper-16.0.6/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: /nix/store/k8mrxviw965lv59hqbln3297jwfffm2w-clang-wrapper-16.0.6/bin/clang++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- CMAKE_BUILD_TYPE: Release -- CMAKE_INSTALL_PREFIX: /tmp/sherpa-onnx/static -- BUILD_SHARED_LIBS OFF -- SHERPA_ONNX_ENABLE_PYTHON OFF -- SHERPA_ONNX_ENABLE_TESTS OFF -- SHERPA_ONNX_ENABLE_CHECK OFF -- SHERPA_ONNX_ENABLE_PORTAUDIO ON -- SHERPA_ONNX_ENABLE_JNI OFF -- SHERPA_ONNX_ENABLE_C_API ON -- SHERPA_ONNX_ENABLE_WEBSOCKET ON -- SHERPA_ONNX_ENABLE_GPU OFF -- SHERPA_ONNX_ENABLE_WASM OFF -- SHERPA_ONNX_ENABLE_WASM_TTS OFF -- SHERPA_ONNX_ENABLE_WASM_ASR OFF -- SHERPA_ONNX_ENABLE_WASM_KWS OFF -- SHERPA_ONNX_ENABLE_WASM_NODEJS OFF -- SHERPA_ONNX_ENABLE_BINARY ON -- SHERPA_ONNX_ENABLE_TTS ON -- SHERPA_ONNX_LINK_LIBSTDCPP_STATICALLY ON -- SHERPA_ONNX_USE_PRE_INSTALLED_ONNXRUNTIME_IF_AVAILABLE ON -- SHERPA_ONNX_ENABLE_SANITIZER: OFF -- SHERPA_ONNX_BUILD_C_API_EXAMPLES: ON -- TTS is enabled CMake Warning at CMakeLists.txt:181 (message): DirectML is disabled

-- C++ Standard version: 17 -- Looking for C++ include cxxabi.h -- Looking for C++ include cxxabi.h - found -- Looking for C++ include execinfo.h -- Looking for C++ include execinfo.h - found -- Downloading kaldi-native-fbank from https://github.com/csukuangfj/kaldi-native-fbank/archive/refs/tags/v1.20.0.tar.gz -- kaldi-native-fbank is downloaded to /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/kaldi_native_fbank-src -- kaldi-native-fbank's binary dir is /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/kaldi_native_fbank-build CMake Deprecation Warning at build-static/_deps/kaldi_native_fbank-src/CMakeLists.txt:24 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake.

Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions.

-- CMAKE_BUILD_TYPE: Release -- CMAKE_EXPORT_COMPILE_COMMANDS: -- BUILD_SHARED_LIBS: OFF -- KALDI_NATIVE_FBANK_BUILD_TESTS: OFF -- KALDI_NATIVE_FBANK_BUILD_PYTHON: OFF -- KALDI_NATIVE_FBANK_ENABLE_CHECK: OFF -- KALDI_NATIVE_FBANK_ENABLE_CHECK: OFF -- CMAKE_CXX_FLAGS: -- CMAKE_INSTALL_PREFIX: /tmp/sherpa-onnx/static -- Looking for C++ include cxxabi.h -- Looking for C++ include cxxabi.h - found -- Looking for C++ include execinfo.h -- Looking for C++ include execinfo.h - found -- Disable building Python -- Downloading kaldi-decoder from https://github.com/k2-fsa/kaldi-decoder/archive/refs/tags/v0.2.6.tar.gz -- kaldi-decoder is downloaded to /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/kaldi_decoder-src -- kaldi-decoder's binary dir is /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/kaldi_decoder-build -- CMAKE_BUILD_TYPE: Release -- Downloading kaldifst from https://github.com/k2-fsa/kaldifst/archive/refs/tags/v1.7.11.tar.gz -- kaldifst is downloaded to /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/kaldifst-src -- kaldifst's binary dir is /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/kaldifst-build -- CMAKE_BUILD_TYPE: Release -- CMAKE_BUILD_TYPE: Release -- CMAKE_INSTALL_PREFIX: /tmp/sherpa-onnx/static -- BUILD_SHARED_LIBS OFF -- C++ Standard version: 17 -- CMAKE_CXX_FLAGS: -- Downloading openfst from https://github.com/csukuangfj/openfst/archive/refs/tags/sherpa-onnx-2024-06-19.tar.gz -- openfst is downloaded to /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/openfst-src -- The following ICU libraries were not found: -- data (required) -- i18n (required) -- io (required) -- test (required) -- tu (required) -- uc (required) -- Failed to find all ICU components (missing: ICU_INCLUDE_DIR ICU_LIBRARY _ICU_REQUIRED_LIBS_FOUND) -- Could NOT find ZLIB (missing: ZLIB_LIBRARY) (found version "1.2.11") CMake Deprecation Warning at build-static/_deps/openfst-src/CMakeLists.txt:15 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake.

Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions.

-- PYTHON_SITE_PACKAGE_DIR: -- Downloading eigen from https://gitlab.com/libeigen/eigen/-/archive/3.4.0/eigen-3.4.0.tar.gz -- eigen is downloaded to /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/eigen-src -- eigen's binary dir is /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/eigen-build -- Performing Test EIGEN_COMPILER_SUPPORT_CPP11 -- Performing Test EIGEN_COMPILER_SUPPORT_CPP11 - Success -- Performing Test COMPILER_SUPPORT_std=cpp03 -- Performing Test COMPILER_SUPPORT_std=cpp03 - Success -- Performing Test standard_math_library_linked_to_automatically -- Performing Test standard_math_library_linked_to_automatically - Success -- Standard libraries to link to explicitly: none -- Performing Test COMPILER_SUPPORT_WERROR -- Performing Test COMPILER_SUPPORT_WERROR - Success -- Performing Test COMPILER_SUPPORT_pedantic -- Performing Test COMPILER_SUPPORT_pedantic - Success -- Performing Test COMPILER_SUPPORT_Wall -- Performing Test COMPILER_SUPPORT_Wall - Success -- Performing Test COMPILER_SUPPORT_Wextra -- Performing Test COMPILER_SUPPORT_Wextra - Success -- Performing Test COMPILER_SUPPORT_Wundef -- Performing Test COMPILER_SUPPORT_Wundef - Success -- Performing Test COMPILER_SUPPORT_Wcastalign -- Performing Test COMPILER_SUPPORT_Wcastalign - Success -- Performing Test COMPILER_SUPPORT_Wcharsubscripts -- Performing Test COMPILER_SUPPORT_Wcharsubscripts - Success -- Performing Test COMPILER_SUPPORT_Wnonvirtualdtor -- Performing Test COMPILER_SUPPORT_Wnonvirtualdtor - Success -- Performing Test COMPILER_SUPPORT_Wunusedlocaltypedefs -- Performing Test COMPILER_SUPPORT_Wunusedlocaltypedefs - Success -- Performing Test COMPILER_SUPPORT_Wpointerarith -- Performing Test COMPILER_SUPPORT_Wpointerarith - Success -- Performing Test COMPILER_SUPPORT_Wwritestrings -- Performing Test COMPILER_SUPPORT_Wwritestrings - Success -- Performing Test COMPILER_SUPPORT_Wformatsecurity -- Performing Test COMPILER_SUPPORT_Wformatsecurity - Success -- Performing Test COMPILER_SUPPORT_Wshorten64to32 -- Performing Test COMPILER_SUPPORT_Wshorten64to32 - Success -- Performing Test COMPILER_SUPPORT_Wlogicalop -- Performing Test COMPILER_SUPPORT_Wlogicalop - Failed -- Performing Test COMPILER_SUPPORT_Wenumconversion -- Performing Test COMPILER_SUPPORT_Wenumconversion - Success -- Performing Test COMPILER_SUPPORT_Wcpp11extensions -- Performing Test COMPILER_SUPPORT_Wcpp11extensions - Success -- Performing Test COMPILER_SUPPORT_Wdoublepromotion -- Performing Test COMPILER_SUPPORT_Wdoublepromotion - Success -- Performing Test COMPILER_SUPPORT_Wshadow -- Performing Test COMPILER_SUPPORT_Wshadow - Success -- Performing Test COMPILER_SUPPORT_Wnopsabi -- Performing Test COMPILER_SUPPORT_Wnopsabi - Success -- Performing Test COMPILER_SUPPORT_Wnovariadicmacros -- Performing Test COMPILER_SUPPORT_Wnovariadicmacros - Success -- Performing Test COMPILER_SUPPORT_Wnolonglong -- Performing Test COMPILER_SUPPORT_Wnolonglong - Success -- Performing Test COMPILER_SUPPORT_fnochecknew -- Performing Test COMPILER_SUPPORT_fnochecknew - Success -- Performing Test COMPILER_SUPPORT_fnocommon -- Performing Test COMPILER_SUPPORT_fnocommon - Success -- Performing Test COMPILER_SUPPORT_fstrictaliasing -- Performing Test COMPILER_SUPPORT_fstrictaliasing - Success -- Performing Test COMPILER_SUPPORT_wd981 -- Performing Test COMPILER_SUPPORT_wd981 - Failed -- Performing Test COMPILER_SUPPORT_wd2304 -- Performing Test COMPILER_SUPPORT_wd2304 - Failed -- Performing Test COMPILER_SUPPORT_STRICTANSI -- Performing Test COMPILER_SUPPORT_STRICTANSI - Failed -- Performing Test COMPILER_SUPPORT_Qunusedarguments -- Performing Test COMPILER_SUPPORT_Qunusedarguments - Success -- Performing Test COMPILER_SUPPORT_ansi -- Performing Test COMPILER_SUPPORT_ansi - Success -- Performing Test COMPILER_SUPPORT_OPENMP -- Performing Test COMPILER_SUPPORT_OPENMP - Success -- Looking for a Fortran compiler -- Looking for a Fortran compiler - NOTFOUND -- Found unsuitable Qt version "" from NOTFOUND -- Qt4 not found, so disabling the mandelbrot and opengl demos -- Could NOT find CHOLMOD (missing: CHOLMOD_INCLUDES CHOLMOD_LIBRARIES) -- Could NOT find UMFPACK (missing: UMFPACK_INCLUDES UMFPACK_LIBRARIES) -- Could NOT find KLU (missing: KLU_INCLUDES KLU_LIBRARIES) -- Could NOT find SuperLU (missing: SUPERLU_INCLUDES SUPERLU_LIBRARIES SUPERLU_VERSION_OK) (Required is at least version "4.0") -- Checking for one of the modules 'hwloc' -- A version of Pastix has been found but pastix_nompi.h does not exist in the include directory. Because Eigen tests require a version without MPI, we disable the Pastix backend. -- -- Configured Eigen 3.4.0 -- -- Available targets (use: make TARGET): -- ---------+-------------------------------------------------------------- -- Target Description -- ---------+-------------------------------------------------------------- -- install Install Eigen. Headers will be installed to: -- / -- Using the following values: -- CMAKE_INSTALL_PREFIX: /tmp/sherpa-onnx/static -- INCLUDE_INSTALL_DIR: include/eigen3 -- Change the install location of Eigen headers using: -- cmake . -DCMAKE_INSTALL_PREFIX=yourprefix -- Or: -- cmake . -DINCLUDE_INSTALL_DIR=yourdir -- doc Generate the API documentation, requires Doxygen & LaTeX -- blas Build BLAS library (not the same thing as Eigen) -- uninstall Remove files installed by the install target -- ---------+--------------------------------------------------------------

-- CMAKE_SYSTEM_NAME: Darwin -- CMAKE_SYSTEM_PROCESSOR: arm64 -- location_onnxruntime_header_dir: location_onnxruntime_header_dir-NOTFOUND -- location_onnxruntime_lib: location_onnxruntime_lib-NOTFOUND -- Could not find a pre-installed onnxruntime. -- Downloading pre-compiled onnxruntime -- CMAKE_SYSTEM_NAME: Darwin -- CMAKE_SYSTEM_PROCESSOR: arm64 -- CMAKE_SYSTEM_NAME: Darwin -- CMAKE_SYSTEM_PROCESSOR: arm64 -- CMAKE_OSX_ARCHITECTURES: -- CMAKE_APPLE_SILICON_PROCESSOR : -- Downloading onnxruntime from https://github.com/csukuangfj/onnxruntime-libs/releases/download/v1.17.1/onnxruntime-osx-arm64-static_lib-1.17.1.zip -- onnxruntime is downloaded to /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/onnxruntime-src -- onnxruntime lib files: /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/onnxruntime-src/lib/libonnxruntime.a -- Downloading simple-sentencepiece https://github.com/pkufool/simple-sentencepiece/archive/refs/tags/v0.7.tar.gz -- simple-sentencepiece is downloaded to /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/simple-sentencepiece-src -- Performing Test SBPE_COMPILER_SUPPORTS_CXX14 -- Performing Test SBPE_COMPILER_SUPPORTS_CXX14 - Success -- C++ Standard version: 17 -- ONNXRUNTIME_DIR: /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/onnxruntime-src -- Downloading portaudio from http://files.portaudio.com/archives/pa_stable_v190700_20210406.tgz -- portaudio is downloaded to /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/portaudio-src -- portaudio's binary dir is /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/portaudio-build CMake Deprecation Warning at build-static/_deps/portaudio-src/CMakeLists.txt:7 (CMAKE_MINIMUM_REQUIRED): Compatibility with CMake < 3.5 will be removed from a future version of CMake.

Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions.

-- Downloading websocketpp from https://github.com/zaphoyd/websocketpp/archive/b9aeec6eaf3d5610503439b4fae3581d9aff08e8.zip -- websocketpp is downloaded to /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/websocketpp-src -- Downloading asio https://github.com/chriskohlhoff/asio/archive/refs/tags/asio-1-24-0.tar.gz -- asio is downloaded to /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/asio-src -- Downloading espeak-ng from https://github.com/csukuangfj/espeak-ng/archive/f6fed6c58b5e0998b8e68c6610125e2d07d595a7.zip -- espeak-ng is downloaded to /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/espeak_ng-src -- espeak-ng binary dir is /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/espeak_ng-build -- Looking for mkstemp -- Looking for mkstemp - found -- Configuration: -- shared: OFF -- mbrola: OFF (MBROLA_BIN-NOTFOUND) -- libsonic: OFF (SONIC_LIB-NOTFOUND SONIC_INC-NOTFOUND) -- libpcaudio: OFF (PCAUDIO_LIB-NOTFOUND PCAUDIO_INC-NOTFOUND) -- klatt: OFF -- speech-player: OFF -- async: OFF -- ESPEAK_NG_DIR: /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/espeak_ng-src -- Downloading piper-phonemize from https://github.com/csukuangfj/piper-phonemize/archive/dc6b5f4441bffe521047086930b0fc12686acd56.zip -- piper-phonemize is downloaded to /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/piper_phonemize-src -- piper-phonemize binary dir is /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/piper_phonemize-build -- ESPEAK_NG_DIR: /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/espeak_ng-src -- ONNXRUNTIME_DIR: /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/onnxruntime-src -- Downloading cppjieba https://github.com/csukuangfj/cppjieba/archive/refs/tags/sherpa-onnx-2024-04-19.tar.gz -- cppjieba is downloaded to /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/cppjieba-src CMake Deprecation Warning at build-static/_deps/cppjieba-src/CMakeLists.txt:3 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake.

Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions.

-- Downloading cargs https://github.com/likle/cargs/archive/refs/tags/v1.0.3.tar.gz -- cargs is downloaded to /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/cargs-src -- CMAKE_CXX_FLAGS: -- CMAKE_CXX_FLAGS: -- Configuring done (42.0s) -- Generating done (0.4s) -- Build files have been written to: /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static

Output of make -j6

Since its too long to fit in the issue: https://gist.github.com/nirmitleo/745e18f7bb55726ecbe79af8bff3f4c4

csukuangfj commented 4 months ago

Could you show the output of

make VERBOSE=1 -j1
nirmitleo commented 4 months ago

Thanks for quick response :)

Details

/nix/store/wkpac975pr7mad7mnbjf3dhdf4v6ildv-cmake-3.29.6/bin/cmake -S/Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx -B/Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static --check-build-system CMakeFiles/Makefile.cmake 0 /nix/store/wkpac975pr7mad7mnbjf3dhdf4v6ildv-cmake-3.29.6/bin/cmake -E cmake_progress_start /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/CMakeFiles /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static//CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all make[1]: Entering directory '/Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static' make -f _deps/espeak_ng-build/src/ucd-tools/CMakeFiles/ucd.dir/build.make _deps/espeak_ng-build/src/ucd-tools/CMakeFiles/ucd.dir/depend make[2]: Entering directory '/Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static' cd /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static && /nix/store/wkpac975pr7mad7mnbjf3dhdf4v6ildv-cmake-3.29.6/bin/cmake -E cmake_depends "Unix Makefiles" /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/espeak_ng-src/src/ucd-tools /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/espeak_ng-build/src/ucd-tools /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/espeak_ng-build/src/ucd-tools/CMakeFiles/ucd.dir/DependInfo.cmake "--color=" make[2]: Leaving directory '/Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static' make -f _deps/espeak_ng-build/src/ucd-tools/CMakeFiles/ucd.dir/build.make _deps/espeak_ng-build/src/ucd-tools/CMakeFiles/ucd.dir/build make[2]: Entering directory '/Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static' make[2]: Nothing to be done for '_deps/espeak_ng-build/src/ucd-tools/CMakeFiles/ucd.dir/build'. make[2]: Leaving directory '/Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static' [ 2%] Built target ucd make -f _deps/espeak_ng-build/src/libespeak-ng/CMakeFiles/espeak-ng.dir/build.make _deps/espeak_ng-build/src/libespeak-ng/CMakeFiles/espeak-ng.dir/depend make[2]: Entering directory '/Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static' cd /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static && /nix/store/wkpac975pr7mad7mnbjf3dhdf4v6ildv-cmake-3.29.6/bin/cmake -E cmake_depends "Unix Makefiles" /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/espeak_ng-src/src/libespeak-ng /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/espeak_ng-build/src/libespeak-ng /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/espeak_ng-build/src/libespeak-ng/CMakeFiles/espeak-ng.dir/DependInfo.cmake "--color=" make[2]: Leaving directory '/Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static' make -f _deps/espeak_ng-build/src/libespeak-ng/CMakeFiles/espeak-ng.dir/build.make _deps/espeak_ng-build/src/libespeak-ng/CMakeFiles/espeak-ng.dir/build make[2]: Entering directory '/Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static' make[2]: Nothing to be done for '_deps/espeak_ng-build/src/libespeak-ng/CMakeFiles/espeak-ng.dir/build'. make[2]: Leaving directory '/Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static' [ 11%] Built target espeak-ng make -f _deps/piper_phonemize-build/CMakeFiles/piper_phonemize.dir/build.make _deps/piper_phonemize-build/CMakeFiles/piper_phonemize.dir/depend make[2]: Entering directory '/Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static' cd /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static && /nix/store/wkpac975pr7mad7mnbjf3dhdf4v6ildv-cmake-3.29.6/bin/cmake -E cmake_depends "Unix Makefiles" /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/piper_phonemize-src /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/piper_phonemize-build /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/piper_phonemize-build/CMakeFiles/piper_phonemize.dir/DependInfo.cmake "--color=" make[2]: Leaving directory '/Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static' make -f _deps/piper_phonemize-build/CMakeFiles/piper_phonemize.dir/build.make _deps/piper_phonemize-build/CMakeFiles/piper_phonemize.dir/build make[2]: Entering directory '/Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static' make[2]: Nothing to be done for '_deps/piper_phonemize-build/CMakeFiles/piper_phonemize.dir/build'. make[2]: Leaving directory '/Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static' [ 13%] Built target piper_phonemize make -f _deps/kaldi_native_fbank-build/kaldi-native-fbank/csrc/CMakeFiles/kaldi-native-fbank-core.dir/build.make _deps/kaldi_native_fbank-build/kaldi-native-fbank/csrc/CMakeFiles/kaldi-native-fbank-core.dir/depend make[2]: Entering directory '/Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static' cd /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static && /nix/store/wkpac975pr7mad7mnbjf3dhdf4v6ildv-cmake-3.29.6/bin/cmake -E cmake_depends "Unix Makefiles" /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/kaldi_native_fbank-src/kaldi-native-fbank/csrc /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/kaldi_native_fbank-build/kaldi-native-fbank/csrc /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/kaldi_native_fbank-build/kaldi-native-fbank/csrc/CMakeFiles/kaldi-native-fbank-core.dir/DependInfo.cmake "--color=" make[2]: Leaving directory '/Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static' make -f _deps/kaldi_native_fbank-build/kaldi-native-fbank/csrc/CMakeFiles/kaldi-native-fbank-core.dir/build.make _deps/kaldi_native_fbank-build/kaldi-native-fbank/csrc/CMakeFiles/kaldi-native-fbank-core.dir/build make[2]: Entering directory '/Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static' make[2]: Nothing to be done for '_deps/kaldi_native_fbank-build/kaldi-native-fbank/csrc/CMakeFiles/kaldi-native-fbank-core.dir/build'. make[2]: Leaving directory '/Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static' [ 17%] Built target kaldi-native-fbank-core make -f _deps/openfst-build/src/lib/CMakeFiles/fst.dir/build.make _deps/openfst-build/src/lib/CMakeFiles/fst.dir/depend make[2]: Entering directory '/Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static' cd /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static && /nix/store/wkpac975pr7mad7mnbjf3dhdf4v6ildv-cmake-3.29.6/bin/cmake -E cmake_depends "Unix Makefiles" /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/openfst-src/src/lib /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/openfst-build/src/lib /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/openfst-build/src/lib/CMakeFiles/fst.dir/DependInfo.cmake "--color=" make[2]: Leaving directory '/Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static' make -f _deps/openfst-build/src/lib/CMakeFiles/fst.dir/build.make _deps/openfst-build/src/lib/CMakeFiles/fst.dir/build make[2]: Entering directory '/Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static' make[2]: Nothing to be done for '_deps/openfst-build/src/lib/CMakeFiles/fst.dir/build'. make[2]: Leaving directory '/Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static' [ 21%] Built target fst make -f _deps/openfst-build/src/extensions/far/CMakeFiles/fstfar.dir/build.make _deps/openfst-build/src/extensions/far/CMakeFiles/fstfar.dir/depend make[2]: Entering directory '/Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static' cd /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static && /nix/store/wkpac975pr7mad7mnbjf3dhdf4v6ildv-cmake-3.29.6/bin/cmake -E cmake_depends "Unix Makefiles" /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/openfst-src/src/extensions/far /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/openfst-build/src/extensions/far /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/openfst-build/src/extensions/far/CMakeFiles/fstfar.dir/DependInfo.cmake "--color=" make[2]: Leaving directory '/Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static' make -f _deps/openfst-build/src/extensions/far/CMakeFiles/fstfar.dir/build.make _deps/openfst-build/src/extensions/far/CMakeFiles/fstfar.dir/build make[2]: Entering directory '/Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static' make[2]: Nothing to be done for '_deps/openfst-build/src/extensions/far/CMakeFiles/fstfar.dir/build'. make[2]: Leaving directory '/Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static' [ 21%] Built target fstfar make -f _deps/kaldifst-build/kaldifst/csrc/CMakeFiles/kaldifst_core.dir/build.make _deps/kaldifst-build/kaldifst/csrc/CMakeFiles/kaldifst_core.dir/depend make[2]: Entering directory '/Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static' cd /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static && /nix/store/wkpac975pr7mad7mnbjf3dhdf4v6ildv-cmake-3.29.6/bin/cmake -E cmake_depends "Unix Makefiles" /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/kaldifst-src/kaldifst/csrc /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/kaldifst-build/kaldifst/csrc /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/kaldifst-build/kaldifst/csrc/CMakeFiles/kaldifst_core.dir/DependInfo.cmake "--color=" make[2]: Leaving directory '/Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static' make -f _deps/kaldifst-build/kaldifst/csrc/CMakeFiles/kaldifst_core.dir/build.make _deps/kaldifst-build/kaldifst/csrc/CMakeFiles/kaldifst_core.dir/build make[2]: Entering directory '/Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static' make[2]: Nothing to be done for '_deps/kaldifst-build/kaldifst/csrc/CMakeFiles/kaldifst_core.dir/build'. make[2]: Leaving directory '/Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static' [ 26%] Built target kaldifst_core make -f _deps/kaldi_decoder-build/kaldi-decoder/csrc/CMakeFiles/kaldi-decoder-core.dir/build.make _deps/kaldi_decoder-build/kaldi-decoder/csrc/CMakeFiles/kaldi-decoder-core.dir/depend make[2]: Entering directory '/Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static' cd /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static && /nix/store/wkpac975pr7mad7mnbjf3dhdf4v6ildv-cmake-3.29.6/bin/cmake -E cmake_depends "Unix Makefiles" /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/kaldi_decoder-src/kaldi-decoder/csrc /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/kaldi_decoder-build/kaldi-decoder/csrc /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/kaldi_decoder-build/kaldi-decoder/csrc/CMakeFiles/kaldi-decoder-core.dir/DependInfo.cmake "--color=" make[2]: Leaving directory '/Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static' make -f _deps/kaldi_decoder-build/kaldi-decoder/csrc/CMakeFiles/kaldi-decoder-core.dir/build.make _deps/kaldi_decoder-build/kaldi-decoder/csrc/CMakeFiles/kaldi-decoder-core.dir/build make[2]: Entering directory '/Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static' make[2]: Nothing to be done for '_deps/kaldi_decoder-build/kaldi-decoder/csrc/CMakeFiles/kaldi-decoder-core.dir/build'. make[2]: Leaving directory '/Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static' [ 27%] Built target kaldi-decoder-core make -f _deps/simple-sentencepiece-build/ssentencepiece/csrc/CMakeFiles/ssentencepiece_core.dir/build.make _deps/simple-sentencepiece-build/ssentencepiece/csrc/CMakeFiles/ssentencepiece_core.dir/depend make[2]: Entering directory '/Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static' cd /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static && /nix/store/wkpac975pr7mad7mnbjf3dhdf4v6ildv-cmake-3.29.6/bin/cmake -E cmake_depends "Unix Makefiles" /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/simple-sentencepiece-src/ssentencepiece/csrc /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/simple-sentencepiece-build/ssentencepiece/csrc /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/simple-sentencepiece-build/ssentencepiece/csrc/CMakeFiles/ssentencepiece_core.dir/DependInfo.cmake "--color=" make[2]: Leaving directory '/Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static' make -f _deps/simple-sentencepiece-build/ssentencepiece/csrc/CMakeFiles/ssentencepiece_core.dir/build.make _deps/simple-sentencepiece-build/ssentencepiece/csrc/CMakeFiles/ssentencepiece_core.dir/build make[2]: Entering directory '/Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static' make[2]: Nothing to be done for '_deps/simple-sentencepiece-build/ssentencepiece/csrc/CMakeFiles/ssentencepiece_core.dir/build'. make[2]: Leaving directory '/Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static' [ 28%] Built target ssentencepiece_core make -f sherpa-onnx/csrc/CMakeFiles/sherpa-onnx-core.dir/build.make sherpa-onnx/csrc/CMakeFiles/sherpa-onnx-core.dir/depend make[2]: Entering directory '/Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static' cd /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static && /nix/store/wkpac975pr7mad7mnbjf3dhdf4v6ildv-cmake-3.29.6/bin/cmake -E cmake_depends "Unix Makefiles" /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/sherpa-onnx/csrc /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/sherpa-onnx/csrc /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/sherpa-onnx/csrc/CMakeFiles/sherpa-onnx-core.dir/DependInfo.cmake "--color=" make[2]: Leaving directory '/Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static' make -f sherpa-onnx/csrc/CMakeFiles/sherpa-onnx-core.dir/build.make sherpa-onnx/csrc/CMakeFiles/sherpa-onnx-core.dir/build make[2]: Entering directory '/Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static' make[2]: Nothing to be done for 'sherpa-onnx/csrc/CMakeFiles/sherpa-onnx-core.dir/build'. make[2]: Leaving directory '/Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static' [ 72%] Built target sherpa-onnx-core make -f sherpa-onnx/csrc/CMakeFiles/sherpa-onnx.dir/build.make sherpa-onnx/csrc/CMakeFiles/sherpa-onnx.dir/depend make[2]: Entering directory '/Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static' cd /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static && /nix/store/wkpac975pr7mad7mnbjf3dhdf4v6ildv-cmake-3.29.6/bin/cmake -E cmake_depends "Unix Makefiles" /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/sherpa-onnx/csrc /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/sherpa-onnx/csrc /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/sherpa-onnx/csrc/CMakeFiles/sherpa-onnx.dir/DependInfo.cmake "--color=" make[2]: Leaving directory '/Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static' make -f sherpa-onnx/csrc/CMakeFiles/sherpa-onnx.dir/build.make sherpa-onnx/csrc/CMakeFiles/sherpa-onnx.dir/build make[2]: Entering directory '/Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static' [ 72%] Linking CXX executable ../../bin/sherpa-onnx cd /Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/sherpa-onnx/csrc && /nix/store/wkpac975pr7mad7mnbjf3dhdf4v6ildv-cmake-3.29.6/bin/cmake -E cmake_link_script CMakeFiles/sherpa-onnx.dir/link.txt --verbose=1 /nix/store/k8mrxviw965lv59hqbln3297jwfffm2w-clang-wrapper-16.0.6/bin/clang++ -O3 -DNDEBUG -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk -mmacosx-version-min=10.14 -Wl,-search_paths_first -Wl,-headerpad_max_install_names "CMakeFiles/sherpa-onnx.dir/sherpa-onnx.cc.o" -o ../../bin/sherpa-onnx -L/Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/onnxruntime-src/lib -Wl,-rpath,@loader_path -Wl,-rpath,/Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static/_deps/onnxruntime-src/lib ../../lib/libsherpa-onnx-core.a -Wl,-rpath,@loader_path/../lib -Wl,-rpath,@loader_path/../../../sherpa_onnx/lib ../../lib/libkaldi-native-fbank-core.a ../../lib/libkaldi-decoder-core.a ../../lib/libsherpa-onnx-kaldifst-core.a -L /../.. ../../lib/libssentencepiece_core.a -lpthread ../../_deps/onnxruntime-src/lib/libonnxruntime.a -lm -framework Foundation ../../lib/libsherpa-onnx-fstfar.a ../../lib/libsherpa-onnx-fst.a ../../lib/libpiper_phonemize.a ../../lib/libespeak-ng.a -Wl,-rpath,@loader_path -lm -lonnxruntime ../../lib/libucd.a ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(onnxruntime_c_api.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(onnxruntime_typeinfo.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(allocator.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(tensor_shape.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(error_code.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(data_types.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(sparse_tensor.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(stacktrace.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(telemetry.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(inference_session.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(get_execution_providers.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(allocator_adapters.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(env.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(tensor.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(logging.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(IOBinding.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(abi_session_options.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(hash.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(raw_hash_set.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(ort_env.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(custom_ops.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(tensor_type_and_shape.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(standalone_op_invoker.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(onnxruntime_map_type_info.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(run_options.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(cpu_provider_factory.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(thread_utils.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(provider_bridge_ort.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(onnxruntime_sequence_type_info.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(onnxruntime_optional_type_info.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(default_cpu_allocator_c_api.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(provider_registration.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(status.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(graph.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(data_transfer.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(api_utils.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(platform.cpp.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(ort_mutex.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(environment.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(ex_lib_loader.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(graph_viewer.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(murmurhash3.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(threadpool.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(function.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(op_kernel_info.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(session_state.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(sparse_utils.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(config_options.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(customregistry.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(kernel_registry.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(session_options.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(function_utils.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(allocator_utils.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(op_kernel.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(graph_transformer_utils.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(feeds_fetches_manager.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(kernel_def_builder.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(bfc_arena.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(denormal.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(cpu_provider_shared.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(graph_proto_serializer.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(execution_provider.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(data_transfer_manager.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(cpu_execution_provider.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(fallback_cpu_capability.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(kernel_registry_manager.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(kernel_type_str_resolver.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(layout_transformation.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(device_stream_collection.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(graph_transformer_mgr.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(inference_session_utils.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(ensure_unique_dq_for_node_unit.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(kernel_type_str_resolver_utils.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(runtime_optimization_record_container.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(env.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(flatbuffers_utils.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(graph_flatbuffers_utils.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(path.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(math_cpu.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(model.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(utils.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(tensorprotoutils.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(mldata_type_utils.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(node_attr_utils.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(make_platform_default_log_sink.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(capture.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(profiler.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(profiler_common.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(throw_delegate.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(city.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(low_level_hash.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(onnx-ml.pb.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(shape_inference.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(schema.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(data_type_utils.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(checker.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(mu.c.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(message_lite.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(repeated_field.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(arena.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(arenastring.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(repeated_ptr_field.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(generated_message_util.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(graph_partitioner.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(graph_transformer.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(op_node_proto_helper.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(transformer_memcpy.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(insert_cast_transformer.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(schema_registry.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(convsym.cpp.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(qgemm_kernel_sdot.cpp.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(qgemm_kernel_neon.cpp.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(qgemm_kernel_udot.cpp.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(sqnbitgemm_kernel_neon.cpp.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(sgemm.cpp.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(snchwc.cpp.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(qdwconv.cpp.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(fuse_nodes_funcs.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(graph_utils.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(ort_optimizer_api_impl.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(node_index_info.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(sequential_executor.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(library_handles.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(ort_transpose_optimization.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(constant_folding.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(execution_frame.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(nhwc_transformer.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(tensor_external_data_info.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(tensor_allocator.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(allocation_planner.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(internal_nhwc_onnx_schemas.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(func_kernel.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(session_state_utils.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(conv_activation_fusion.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(element_wise_ops.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(activations.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(if.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(dft.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(det.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(deep_cpu_gru.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(lrn.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(pad.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(rnn.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(cast_op.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(clip.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(conv.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(deep_cpu_lstm.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(loop.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(scan_9.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(sign.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(size.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(tile.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(isinf.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(range.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(scan_8.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(shape_op.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(shrink.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(slice.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(split.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(trilu.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(col2im.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(concat.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(einsum.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(eye_like.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(gather.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(pool.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(unique.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(flatten.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(hardmax.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(reshape.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(squeeze.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(compress.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(identity_op.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(gather_nd.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(optional_ops.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(roi_pool.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(Unpool.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(scatter_nd.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(scatter.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(transpose.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(unsqueeze.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(gemm.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(window_functions.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(random.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(sequence_ops.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(top_k.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(conv_integer.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(expand.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(isnan.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(round.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(string_split.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(where_op.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(reduction_ops.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(cumsum.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(space_depth_ops.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(matmul.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(nonzero_op.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(resize.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(string_concat.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(conv_transpose.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(softmax.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(gather_elements.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(regex_full_match.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(roialign.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(tfidfvectorizer.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(constant_of_shape.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(reverse_sequence.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(upsample.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(affine_grid.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(grid_sample.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(string_normalizer.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(non_max_suppression.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(concat_from_sequence.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(qlinearconv.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(dropout_op.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(instance_norm.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(lp_norm.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(matmul_integer.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(quantize_linear_matmul.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(quantize_linear.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(batch_norm.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(layer_norm.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(onehot.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(mean_variance_normalization.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(dynamicquantizelinear.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(path_lib.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(conv_add_act_fusion.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(prepacked_weights_container.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(rule_based_graph_transformer.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(qdq_selector_action_transformer.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(zipmap.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(cast_map.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(imputer.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(binarizer.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(normalizer.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(svmregressor.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(scaler.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(svmclassifier.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(category_mapper.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(label_encoder.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(linearregressor.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(linearclassifier.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(feature_vectorizer.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(onehotencoder.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(array_feature_extractor.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(dictvectorizer.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(treeregressor.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(tree_ensemble_classifier.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(free_dim_override_transformer.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(qdq_util.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(op_identifier_utils.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(endian_utils.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(env_time.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(onnx_deprecated_operators.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(contrib_defs.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(quantization_defs.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(diffusion_defs.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(bert_defs.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(nhwc_schema_defs.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(cpu_contrib_kernels.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(onnx_transpose_optimization.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(parser.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(old.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(old.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(defs.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(old.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(defs.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(old.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(defs.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(old.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(old.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(defs.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(defs.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(defs.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(old.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(defs.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(defs.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(old.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(defs.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(defs.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(old.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(defs.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(defs.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(defs.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(defs.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(old.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(old.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(defs.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(old.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(implementation.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(path.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(onnx-data.pb.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(tensor_proto_util.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(nsync_panic.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(cv.c.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(dll.c.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(common.c.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(nsync_semaphore_mutex.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(stringpiece.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(zero_copy_stream_impl.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(zero_copy_stream_impl_lite.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(coded_stream.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(strutil.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(common.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(parse_context.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(generated_enum_util.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(wire_format_lite.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(prepacked_weights.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(status.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(extension_set.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(gelu_fusion.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(conv_bn_fusion.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(div_mul_fusion.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(relu_clip_fusion.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(conv_add_fusion.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(conv_mul_fusion.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(gemm_sum_fusion.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(reshape_fusion.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(bias_gelu_fusion.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(slice_elimination.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(fast_gelu_fusion.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(matmul_bn_fusion.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(not_where_fusion.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(attention_fusion.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(cast_elimination.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(clip_quantizelinear.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(constant_sharing.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(layer_norm_fusion.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(matmul_add_fusion.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(noop_elimination.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(quick_gelu_fusion.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(relu_quantizelinear.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(rocm_blas_alt_impl.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(dropout_elimination.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(nchwc_transformer.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(bias_dropout_fusion.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(bias_softmax_fusion.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(identity_elimination.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(expand_elimination.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(gelu_approximation.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(matmul_scale_fusion.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(transpose_optimizer.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(gather_fusion.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(gemm_transpose_fusion.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(skip_layer_norm_fusion.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(embed_layer_norm_fusion.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(gemm_activation_fusion.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(qdq_s8_to_u8.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(unsqueeze_elimination.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(double_qdq_pairs_remover.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(matmul_transpose_fusion.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(matmul_activation_fusion.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(pre_shape_node_elimination.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(qdq_propagation.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(matmul_integer_to_float.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(qdq_final_cleanup.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(dynamic_quantize_matmul_fusion.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(common_subexpression_elimination.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(apple_log_sink.mm.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(pad_fusion.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(implicit_weak_message.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(qdwconv_kernelsize.cpp.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(DepthwiseQConvKernelSize9Neon.S.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(DepthwiseQConvSymS8KernelNeon.S.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(DepthwiseQConvSymU8KernelNeon.S.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(ConvSymS8KernelDot.S.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(ConvSymS8KernelDotLd64.S.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(ConvSymS8KernelNeon.S.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(ConvSymU8KernelDot.S.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(ConvSymU8KernelNeon.S.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(QgemmS8S8KernelNeon.S.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(QgemmS8S8KernelSdot.S.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(QgemmU8X8KernelNeon.S.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(QgemmU8X8KernelUdot.S.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(SgemvKernelNeon.S.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(SgemmKernelNeon.S.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(SymQgemmS8KernelNeon.S.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(SymQgemmS8KernelSdot.S.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(SymQgemmS8KernelSdotLd64.S.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(coreml_provider_factory.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(qgemm.cpp.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(transpose.cpp.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(activate.cpp.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(erf.cpp.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(compute.cpp.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(tanh.cpp.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(convolve.cpp.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(quantize.cpp.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(logistic.cpp.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(threading.cpp.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(q4_dq.cpp.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(reorder.cpp.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(pooling.cpp.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(softmax_shared.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(execution_steps.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(initializer.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(utils.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(layer_norm_impl.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(random_generator.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(utils.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(copy.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(transpose_helper.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(ort_value_tensor_slicer.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(ort_value_pattern_planner.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(selector_action_transformer.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(stream_execution_context.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(optimizer_execution_frame.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(einsum_compute_preprocessor.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(einsum_typed_compute_processor.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(tree_ensemble_helper.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(s8_to_u8.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(qdq_actions.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(rnn_helpers.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(scan_utils.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(random_seed.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(utils.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(env_time.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(nchwc_schema_defs.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(activations.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(crop.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(unique.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(inverse.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(element_wise_ops.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(deep_cpu_attn_lstm.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(bias_gelu.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(fast_gelu.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(matmul_bnb4.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(matmul_fpq4.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(cdist.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(fused_matmul.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(matmul_nbits.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(murmur_hash3.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(quant_gemm.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(qlinear_where.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(image_scaler.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(qlinear_concat.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(dynamicslice.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(qlinear_softmax.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(sample.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(sampling.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(attention.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(nchwc_ops.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(fused_conv.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(fused_gemm.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(matmul_integer16.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(beam_search.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(expand_dims.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(grid_sample.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(ngram_repeat_block.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(attention_quant.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(tokenizer.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(qlinear_binary_op.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(word_conv_embedding.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(greedy_search.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(nhwc_max_pool.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(qlinear_pool.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(bifurcation_detector.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(crop_and_resize.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(sparse_dense_matmul.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(maxpool_with_mask.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(qlinear_activations.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(rotary_embedding.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(multihead_attention.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(qlinear_global_average_pool.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(dynamic_quantize_lstm.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(dynamic_quantize_matmul.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(skip_layer_norm.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(embed_layer_norm.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(layer_norm.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(mean_variance_normalization_exp.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(qembed_layer_norm.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(conv_transpose_with_dynamic_pads.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(range_schema_defs.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(shape_inference_functions.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(attn_lstm_schema_defs.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(einsum_auxiliary_ops.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(re2.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(attr_proto_util.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(utils.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(utils.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(function.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(assertions.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(utils.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(utils.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(onnx_function_util.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(yield.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(time_rep_timespec.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(sem_wait.c.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(per_thread_waiter.c.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(zero_copy_stream.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(structurally_valid.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(int128.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(actions.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(helpers.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(qdq_selectors.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(lstm_base.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(cpuid_info.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(status.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(simple_tensor_allocator.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(qladd.cpp.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(qlmul.cpp.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(q4gemm.cpp.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(sqnbitgemm.cpp.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(qlgavgpool.cpp.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(fused_activation.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(coreml_execution_provider.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(utils.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(uni_directional_lstm.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(subgraph_gpt.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(beam_search_scorer.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(subgraph_t5_decoder.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(subgraph_t5_encoder.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(sampling_parameters.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(logits_processor.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(beam_search_parameters.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(greedy_search_parameters.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(subgraph_whisper_decoder.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(subgraph_whisper_encoder.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(subgraph_base.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(sequences.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(attention_wrapper.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(bias_gelu_helper.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(embed_layer_norm_helper.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(bahdanau_attention.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(qlinear_lookup_table.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(generation_device_helper.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(uni_dir_attn_lstm.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(rune.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(strutil.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(onepass.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(bitstate.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(dfa.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(nfa.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(prog.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(regexp.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(compile.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(parse.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(note.c.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(attention_base.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(stringpiece.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(qpostprocessor.cpp.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(dump_tensor.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(partitioning_utils.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(model_builder.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(shape_utils.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(helper.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(host_utils.mm.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(model.mm.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(perl_groups.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(unicode_groups.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(unicode_casefold.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(simplify.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(tostring.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(wait.c.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(mu_wait.c.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(Model.pb.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(op_builder_factory.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(builder_utils.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(Normalizer.pb.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(CustomModel.pb.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(FeatureTypes.pb.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(LinkedModel.pb.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(WordTagger.pb.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(WordEmbedding.pb.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(TextClassifier.pb.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(VisionFeaturePrint.pb.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(SoundAnalysisPreprocessing.pb.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(Gazetteer.pb.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(GLMRegressor.pb.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(GLMClassifier.pb.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(NeuralNetwork.pb.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(OneHotEncoder.pb.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(DictVectorizer.pb.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(FeatureVectorizer.pb.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(CategoricalMapping.pb.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(ArrayFeatureExtractor.pb.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(NonMaximumSuppression.pb.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(TreeEnsemble.pb.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(SVM.pb.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(BayesianProbitRegressor.pb.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(ItemSimilarityRecommender.pb.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(Scaler.pb.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(Imputer.pb.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(NearestNeighbors.pb.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(Identity.pb.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(map.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(LRN_op_builder.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(pad_op_builder.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(cast_op_builder.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(clip_op_builder.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(conv_op_builder.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(gemm_op_builder.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(pool_op_builder.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(shape_op_builder.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(slice_op_builder.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(split_op_builder.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(unary_op_builder.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(argmax_op_builder.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(binary_op_builder.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(concat_op_builder.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(gather_op_builder.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(resize_op_builder.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(flatten_op_builder.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(reshape_op_builder.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(softmax_op_builder.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(squeeze_op_builder.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(reduction_op_builder.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(transpose_op_builder.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(activation_op_builder.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(depthtospace_op_builder.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(batch_norm_op_builder.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(DataStructures.pb.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(Parameters.pb.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(utils.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) ld: warning: object file (../../_deps/onnxruntime-src/lib/libonnxruntime.a(base_op_builder.cc.o)) was built for newer macOS version (12.7) than being linked (11.0) Undefined symbols for architecture arm64: "_objc_msgSend$URLByAppendingPathComponent:", referenced from: onnxruntime::coreml::util::GetTemporaryFilePath() in libonnxruntime.a(host_utils.mm.o) "_objc_msgSend$URLWithString:", referenced from: -[CoreMLExecution loadModel] in libonnxruntime.a(model.mm.o) "_objc_msgSend$UTF8String", referenced from: onnxruntime::coreml::util::GetTemporaryFilePath() in libonnxruntime.a(host_utils.mm.o) -[CoreMLExecution cleanup] in libonnxruntime.a(model.mm.o) -[CoreMLExecution loadModel] in libonnxruntime.a(model.mm.o) -[CoreMLExecution predict:outputs:getOutputTensorDataFn:] in libonnxruntime.a(model.mm.o) "_objc_msgSend$addObject:", referenced from: -[CoreMLExecution predict:outputs:getOutputTensorDataFn:] in libonnxruntime.a(model.mm.o) "_objc_msgSend$arrayWithCapacity:", referenced from: -[CoreMLExecution predict:outputs:getOutputTensorDataFn:] in libonnxruntime.a(model.mm.o) "_objc_msgSend$cleanup", referenced from: -[CoreMLExecution dealloc] in libonnxruntime.a(model.mm.o) "_objc_msgSend$compileModelAtURL:error:", referenced from: -[CoreMLExecution loadModel] in libonnxruntime.a(model.mm.o) "_objc_msgSend$count", referenced from: -[CoreMLExecution predict:outputs:getOutputTensorDataFn:] in libonnxruntime.a(model.mm.o) ___57-[CoreMLExecution predict:outputs:getOutputTensorDataFn:]_block_invoke in libonnxruntime.a(model.mm.o) "_objc_msgSend$countByEnumeratingWithState:objects:count:", referenced from: -[CoreMLExecution predict:outputs:getOutputTensorDataFn:] in libonnxruntime.a(model.mm.o) "_objc_msgSend$dataType", referenced from: ___57-[CoreMLExecution predict:outputs:getOutputTensorDataFn:]_block_invoke in libonnxruntime.a(model.mm.o) "_objc_msgSend$defaultManager", referenced from: -[CoreMLExecution cleanup] in libonnxruntime.a(model.mm.o) "_objc_msgSend$dictionaryWithCapacity:", referenced from: -[CoreMLExecution predict:outputs:getOutputTensorDataFn:] in libonnxruntime.a(model.mm.o) "_objc_msgSend$featureValueForName:", referenced from: -[CoreMLExecution predict:outputs:getOutputTensorDataFn:] in libonnxruntime.a(model.mm.o) "_objc_msgSend$featureValueWithMultiArray:", referenced from: -[CoreMLExecution predict:outputs:getOutputTensorDataFn:] in libonnxruntime.a(model.mm.o) "_objc_msgSend$fileURLWithPath:isDirectory:", referenced from: onnxruntime::coreml::util::GetTemporaryFilePath() in libonnxruntime.a(host_utils.mm.o) "_objc_msgSend$getBytesWithHandler:", referenced from: -[CoreMLExecution predict:outputs:getOutputTensorDataFn:] in libonnxruntime.a(model.mm.o) "_objc_msgSend$globallyUniqueString", referenced from: onnxruntime::coreml::util::GetTemporaryFilePath() in libonnxruntime.a(host_utils.mm.o) "_objc_msgSend$initWithDataPointer:shape:dataType:strides:deallocator:error:", referenced from: -[CoreMLExecution predict:outputs:getOutputTensorDataFn:] in libonnxruntime.a(model.mm.o) "_objc_msgSend$initWithDictionary:error:", referenced from: -[CoreMLExecution predict:outputs:getOutputTensorDataFn:] in libonnxruntime.a(model.mm.o) "_objc_msgSend$initWithPath:logger:coreml_flags:", referenced from: onnxruntime::coreml::Execution::Execution(std::__1::basic_string, std::__1::allocator> const&, onnxruntime::logging::Logger const&, unsigned int) in libonnxruntime.a(model.mm.o) onnxruntime::coreml::Execution::Execution(std::__1::basic_string, std::__1::allocator> const&, onnxruntime::logging::Logger const&, unsigned int) in libonnxruntime.a(model.mm.o) onnxruntime::coreml::Model::Model(std::__1::basic_string, std::__1::allocator> const&, onnxruntime::logging::Logger const&, unsigned int) in libonnxruntime.a(model.mm.o) "_objc_msgSend$insertObject:atIndex:", referenced from: -[CoreMLExecution predict:outputs:getOutputTensorDataFn:] in libonnxruntime.a(model.mm.o) "_objc_msgSend$loadModel", referenced from: onnxruntime::coreml::Execution::LoadModel() in libonnxruntime.a(model.mm.o) onnxruntime::coreml::Model::LoadModel() in libonnxruntime.a(model.mm.o) "_objc_msgSend$localizedDescription", referenced from: -[CoreMLExecution cleanup] in libonnxruntime.a(model.mm.o) -[CoreMLExecution loadModel] in libonnxruntime.a(model.mm.o) -[CoreMLExecution predict:outputs:getOutputTensorDataFn:] in libonnxruntime.a(model.mm.o) "_objc_msgSend$longLongValue", referenced from: -[CoreMLExecution predict:outputs:getOutputTensorDataFn:] in libonnxruntime.a(model.mm.o) "_objc_msgSend$modelWithContentsOfURL:configuration:error:", referenced from: -[CoreMLExecution loadModel] in libonnxruntime.a(model.mm.o) "_objc_msgSend$multiArrayValue", referenced from: -[CoreMLExecution predict:outputs:getOutputTensorDataFn:] in libonnxruntime.a(model.mm.o) "_objc_msgSend$numberWithLongLong:", referenced from: -[CoreMLExecution predict:outputs:getOutputTensorDataFn:] in libonnxruntime.a(model.mm.o) "_objc_msgSend$objectAtIndexedSubscript:", referenced from: -[CoreMLExecution predict:outputs:getOutputTensorDataFn:] in libonnxruntime.a(model.mm.o) "_objc_msgSend$path", referenced from: onnxruntime::coreml::util::GetTemporaryFilePath() in libonnxruntime.a(host_utils.mm.o) -[CoreMLExecution loadModel] in libonnxruntime.a(model.mm.o) "_objc_msgSend$predict:outputs:getOutputTensorDataFn:", referenced from: onnxruntime::coreml::Execution::Predict(std::__1::unordered_map, std::__1::allocator>, onnxruntime::coreml::OnnxTensorData, std::__1::hash, std::__1::allocator>>, std::__1::equal_to, std::__1::allocator>>, std::__1::allocator, std::__1::allocator> const, onnxruntime::coreml::OnnxTensorData>>> const&, std::__1::unordered_map, std::__1::allocator>, onnxruntime::coreml::OnnxTensorInfo, std::__1::hash, std::__1::allocator>>, std::__1::equal_to, std::__1::allocator>>, std::__1::allocator, std::__1::allocator> const, onnxruntime::coreml::OnnxTensorInfo>>> const&, std::__1::function, std::__1::allocator> const&, int, gsl::span)> const&) in libonnxruntime.a(model.mm.o) "_objc_msgSend$predictionFromFeatures:options:error:", referenced from: -[CoreMLExecution predict:outputs:getOutputTensorDataFn:] in libonnxruntime.a(model.mm.o) "_objc_msgSend$processInfo", referenced from: onnxruntime::coreml::util::GetTemporaryFilePath() in libonnxruntime.a(host_utils.mm.o) "_objc_msgSend$removeItemAtPath:error:", referenced from: -[CoreMLExecution cleanup] in libonnxruntime.a(model.mm.o) "_objc_msgSend$setComputeUnits:", referenced from: -[CoreMLExecution loadModel] in libonnxruntime.a(model.mm.o) "_objc_msgSend$setObject:forKeyedSubscript:", referenced from: -[CoreMLExecution predict:outputs:getOutputTensorDataFn:] in libonnxruntime.a(model.mm.o) "_objc_msgSend$shape", referenced from: -[CoreMLExecution predict:outputs:getOutputTensorDataFn:] in libonnxruntime.a(model.mm.o) "_objc_msgSend$strides", referenced from: -[CoreMLExecution predict:outputs:getOutputTensorDataFn:] in libonnxruntime.a(model.mm.o) "_objc_msgSend$stringWithUTF8String:", referenced from: -[CoreMLExecution initWithPath:logger:coreml_flags:] in libonnxruntime.a(model.mm.o) (anonymous namespace)::Utf8StringToNSString(char const*) in libonnxruntime.a(model.mm.o) ld: symbol(s) not found for architecture arm64 clang-16: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [sherpa-onnx/csrc/CMakeFiles/sherpa-onnx.dir/build.make:108: bin/sherpa-onnx] Error 1 make[2]: Leaving directory '/Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static' make[1]: *** [CMakeFiles/Makefile2:2203: sherpa-onnx/csrc/CMakeFiles/sherpa-onnx.dir/all] Error 2 make[1]: Leaving directory '/Users/nirmitdalal/Documents/playgrounds/rust/sherpa-rs/sys/sherpa-onnx/build-static' make: *** [Makefile:156: all] Error 2

nirmitleo commented 4 months ago

Relevant environment variables in the shell

MACOSX_DEPLOYMENT_TARGET=11.0
DEPLOYMENT_TARGET=11.0
CC=clang
CXX=clang++
CXX_FOR_TARGET=clang++
csukuangfj commented 4 months ago

Could you tell us the version of your xcode?

Hint: please run

xcodebuild -version
nirmitleo commented 4 months ago

xcodebuild --version

xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance

csukuangfj commented 4 months ago

Could you have a look at https://github.com/nodejs/node-gyp/issues/569 or search with google with your log about xcode?

There must be something wrong with your installation of xcode.

nirmitleo commented 4 months ago

Got that fixed -

xcodebuild -version 
Xcode 15.4
Build version 15F31d

It still fails: https://gist.github.com/nirmitleo/b84b949a5516632045cce8244613187b

csukuangfj commented 4 months ago

Could you delete your build directory and retry after you fix your xcode installation?

Please post the log of make VERBOSE=1 -j1 when you retry.

nirmitleo commented 4 months ago

https://gist.github.com/nirmitleo/6203aabe29e94238ab9f709f24c78bec

Exact steps -

rm -rf build-static 
mkdir -p build-static
cd build-static
cmake \            
  -DSHERPA_ONNX_ENABLE_C_API=ON \
  -DCMAKE_BUILD_TYPE=Release \
  -DBUILD_SHARED_LIBS=OFF \
  -DCMAKE_INSTALL_PREFIX=/tmp/sherpa-onnx/static \
  ..
csukuangfj commented 4 months ago

Could you share the log of

make VERBOSE=1 -j1

You are using -j6 which invokes multiple jobs and the log is not easy to parse.

nirmitleo commented 4 months ago

So sorry missed that one.

https://gist.github.com/nirmitleo/fd3e007332bd5ef151ebc1eb8d0e2178

csukuangfj commented 4 months ago

The quickest fix should be using

-DBUILD_SHARED_LIBS=ON

Since you are already using xcode 15 which is newer than xcode 14, I've no idea why you still have such issues.