The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of llama, reference master (d5a409), with Swift 5.10 for visionOS using Xcode 15.4 on 4 Nov 2024 19:12:39 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme llama -destination generic/platform=xrOS

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ggerganov/llama.cpp.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ggerganov/llama.cpp
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at d5a409e ggml : fix gelu tables initialization (#10172)
Submodule path 'ggml/src/kompute': checked out '4565194ed7c32d1d2efa32ceab4d3c6cae006306'
Submodule 'kompute' (https://github.com/nomic-ai/kompute.git) registered for path 'ggml/src/kompute'
Cloning into '/Users/admin/builder/spi-builder-workspace/ggml/src/kompute'...
Cloned https://github.com/ggerganov/llama.cpp.git
Revision (git rev-parse @):
d5a409e57fe8bd24fef597ab8a31110d390a6392
SUCCESS checkout https://github.com/ggerganov/llama.cpp.git at master
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             5.10
Building package at path:  $PWD
https://github.com/ggerganov/llama.cpp.git
Command line invocation:
    /Applications/Xcode-15.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  llama: /Users/admin/builder/spi-builder-workspace
resolved source packages: llama
{
  "cxx_language_standard" : "c++11",
  "dependencies" : [
  ],
  "manifest_display_name" : "llama",
  "name" : "llama",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "llama",
      "targets" : [
        "llama"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "llama",
      "module_type" : "ClangTarget",
      "name" : "llama",
      "path" : ".",
      "product_memberships" : [
        "llama"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-metal.metal",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "ggml/src/ggml-aarch64.c",
        "ggml/src/ggml-alloc.c",
        "ggml/src/ggml-backend.cpp",
        "ggml/src/ggml-cpu.c",
        "ggml/src/ggml-metal.m",
        "ggml/src/ggml-quants.c",
        "ggml/src/ggml.c",
        "src/llama-grammar.cpp",
        "src/llama-sampling.cpp",
        "src/llama-vocab.cpp",
        "src/llama.cpp",
        "src/unicode-data.cpp",
        "src/unicode.cpp"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "llama"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme llama -destination generic/platform=xrOS
Command line invocation:
    /Applications/Xcode-15.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme llama -destination generic/platform=xrOS
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  llama: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'llama' in project 'llama'
        ➜ Explicit dependency on target 'llama' in project 'llama'
        ➜ Explicit dependency on target 'llama_llama' in project 'llama'
    Target 'llama' in project 'llama'
        ➜ Explicit dependency on target 'llama_llama' in project 'llama'
    Target 'llama_llama' in project 'llama' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 9b0bd7bf5982b35da3dfc46c36a934e0
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/9b0bd7bf5982b35da3dfc46c36a934e0.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
ClangStatCache /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.2-21O5565d-70e6a4b4e6ce75e0f2056db95c07d51a.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.2-21O5565d-70e6a4b4e6ce75e0f2056db95c07d51a.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/llama_llama.bundle (in target 'llama_llama' from project 'llama')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/llama_llama.bundle
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/llama.modulemap (in target 'llama' from project 'llama')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/llama.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama_llama.build/empty-llama_llama.plist (in target 'llama_llama' from project 'llama')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama_llama.build/empty-llama_llama.plist
CompileMetalFile /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-metal.metal (in target 'llama_llama' from project 'llama')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/metal -c -target air64-apple-xros1.0 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -isysroot /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk -ffast-math -serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama_llama.build/Metal/ggml-metal.dia -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama_llama.build/Metal/ggml-metal.air -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama_llama.build/Metal/ggml-metal.dat /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-metal.metal
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/llama_llama.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama_llama.build/empty-llama_llama.plist (in target 'llama_llama' from project 'llama')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama_llama.build/empty-llama_llama.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform xros -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/llama_llama.bundle/Info.plist
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/llama.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/llama.modulemap (in target 'llama' from project 'llama')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/llama.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'llama' from project 'llama')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
-target arm64-apple-xros1.0 -fmodules -gmodules '-fmodules-cache-path=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex' '-fmodule-name=llama' -fpascal-strings -O0 -DSWIFT_PACKAGE '-DDEBUG=1' -DGGML_USE_ACCELERATE -DGGML_USE_METAL -isysroot /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk -g -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -I/Users/admin/builder/spi-builder-workspace/spm-headers -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/Developer/Library/Frameworks -DXcode -O3 -DNDEBUG -fno-objc-arc
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp (in target 'llama' from project 'llama')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp
-target arm64-apple-xros1.0 '-std=c++11' -fmodules -gmodules '-fmodules-cache-path=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex' '-fmodule-name=llama' -fpascal-strings -O0 -DSWIFT_PACKAGE '-DDEBUG=1' -DGGML_USE_ACCELERATE -DGGML_USE_METAL -isysroot /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk -g -fvisibility-inlines-hidden -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -I/Users/admin/builder/spi-builder-workspace/spm-headers -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/Developer/Library/Frameworks -DXcode -O3 -DNDEBUG -fno-objc-arc
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp (in target 'llama' from project 'llama')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp
-target arm64-apple-xros1.0 -fobjc-arc -fmodules -gmodules '-fmodules-cache-path=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex' '-fmodule-name=llama' -fpascal-strings -O0 -DSWIFT_PACKAGE '-DDEBUG=1' -DGGML_USE_ACCELERATE -DGGML_USE_METAL '-DOBJC_OLD_DISPATCH_PROTOTYPES=1' -isysroot /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk -g -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -I/Users/admin/builder/spi-builder-workspace/spm-headers -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/Developer/Library/Frameworks -DXcode -O3 -DNDEBUG -fno-objc-arc
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/DerivedSources/resource_bundle_accessor.h (in target 'llama' from project 'llama')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/DerivedSources/resource_bundle_accessor.h
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/DerivedSources/resource_bundle_accessor.m (in target 'llama' from project 'llama')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/DerivedSources/resource_bundle_accessor.m
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/unicode.o /Users/admin/builder/spi-builder-workspace/src/unicode.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'llama' from project 'llama')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.2-21O5565d-70e6a4b4e6ce75e0f2056db95c07d51a.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Wno-shorten-64-to-32 @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/unicode.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/unicode.dia -c /Users/admin/builder/spi-builder-workspace/src/unicode.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/unicode.o -index-unit-output-path /llama.build/Debug-xros/llama.build/Objects-normal/arm64/unicode.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/llama-vocab.o /Users/admin/builder/spi-builder-workspace/src/llama-vocab.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'llama' from project 'llama')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.2-21O5565d-70e6a4b4e6ce75e0f2056db95c07d51a.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Wno-shorten-64-to-32 @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/llama-vocab.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/llama-vocab.dia -c /Users/admin/builder/spi-builder-workspace/src/llama-vocab.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/llama-vocab.o -index-unit-output-path /llama.build/Debug-xros/llama.build/Objects-normal/arm64/llama-vocab.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/llama.o /Users/admin/builder/spi-builder-workspace/src/llama.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'llama' from project 'llama')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.2-21O5565d-70e6a4b4e6ce75e0f2056db95c07d51a.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Wno-shorten-64-to-32 @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/llama.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/llama.dia -c /Users/admin/builder/spi-builder-workspace/src/llama.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/llama.o -index-unit-output-path /llama.build/Debug-xros/llama.build/Objects-normal/arm64/llama.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/unicode-data.o /Users/admin/builder/spi-builder-workspace/src/unicode-data.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'llama' from project 'llama')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.2-21O5565d-70e6a4b4e6ce75e0f2056db95c07d51a.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Wno-shorten-64-to-32 @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/unicode-data.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/unicode-data.dia -c /Users/admin/builder/spi-builder-workspace/src/unicode-data.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/unicode-data.o -index-unit-output-path /llama.build/Debug-xros/llama.build/Objects-normal/arm64/unicode-data.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/llama-sampling.o /Users/admin/builder/spi-builder-workspace/src/llama-sampling.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'llama' from project 'llama')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.2-21O5565d-70e6a4b4e6ce75e0f2056db95c07d51a.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Wno-shorten-64-to-32 @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/llama-sampling.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/llama-sampling.dia -c /Users/admin/builder/spi-builder-workspace/src/llama-sampling.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/llama-sampling.o -index-unit-output-path /llama.build/Debug-xros/llama.build/Objects-normal/arm64/llama-sampling.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/llama-grammar.o /Users/admin/builder/spi-builder-workspace/src/llama-grammar.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'llama' from project 'llama')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.2-21O5565d-70e6a4b4e6ce75e0f2056db95c07d51a.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Wno-shorten-64-to-32 @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/llama-grammar.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/llama-grammar.dia -c /Users/admin/builder/spi-builder-workspace/src/llama-grammar.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/llama-grammar.o -index-unit-output-path /llama.build/Debug-xros/llama.build/Objects-normal/arm64/llama-grammar.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/ggml.o /Users/admin/builder/spi-builder-workspace/ggml/src/ggml.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'llama' from project 'llama')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.2-21O5565d-70e6a4b4e6ce75e0f2056db95c07d51a.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Wno-shorten-64-to-32 @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/ggml.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/ggml.dia -c /Users/admin/builder/spi-builder-workspace/ggml/src/ggml.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/ggml.o -index-unit-output-path /llama.build/Debug-xros/llama.build/Objects-normal/arm64/ggml.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/ggml-quants.o /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-quants.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'llama' from project 'llama')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.2-21O5565d-70e6a4b4e6ce75e0f2056db95c07d51a.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Wno-shorten-64-to-32 @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/ggml-quants.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/ggml-quants.dia -c /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-quants.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/ggml-quants.o -index-unit-output-path /llama.build/Debug-xros/llama.build/Objects-normal/arm64/ggml-quants.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/resource_bundle_accessor.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/DerivedSources/resource_bundle_accessor.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'llama' from project 'llama')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.2-21O5565d-70e6a4b4e6ce75e0f2056db95c07d51a.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Wno-shorten-64-to-32 @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -include /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/DerivedSources/resource_bundle_accessor.h -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/resource_bundle_accessor.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/resource_bundle_accessor.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/DerivedSources/resource_bundle_accessor.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/resource_bundle_accessor.o -index-unit-output-path /llama.build/Debug-xros/llama.build/Objects-normal/arm64/resource_bundle_accessor.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/ggml-metal.o /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-metal.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'llama' from project 'llama')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.2-21O5565d-70e6a4b4e6ce75e0f2056db95c07d51a.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Wno-shorten-64-to-32 @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -include /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/DerivedSources/resource_bundle_accessor.h -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/ggml-metal.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/ggml-metal.dia -c /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-metal.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/ggml-metal.o -index-unit-output-path /llama.build/Debug-xros/llama.build/Objects-normal/arm64/ggml-metal.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/ggml-cpu.o /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'llama' from project 'llama')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.2-21O5565d-70e6a4b4e6ce75e0f2056db95c07d51a.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Wno-shorten-64-to-32 @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/ggml-cpu.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/ggml-cpu.dia -c /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/ggml-cpu.o -index-unit-output-path /llama.build/Debug-xros/llama.build/Objects-normal/arm64/ggml-cpu.o
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:2912:21: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
    const int ie1 = MIN(ie0 + dr, ne);
                    ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:2941:21: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
    const int ir1 = MIN(ir0 + dr, nr);
                    ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:3205:21: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
    const int ir1 = MIN(ir0 + dr, nr);
                    ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:3556:21: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
    const int ir1 = MIN(ir0 + dr, nr);
                    ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:3877:21: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
    const int ir1 = MIN(ir0 + dr, nr);
                    ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:4054:21: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
    const int ir1 = MIN(ir0 + dr, nr);
                    ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:4139:21: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
    const int ir1 = MIN(ir0 + dr, nr);
                    ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:4214:21: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
    const int ir1 = MIN(ir0 + dr, nr);
                    ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:4283:21: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
    const int ir1 = MIN(ir0 + dr, nr);
                    ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:4335:21: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
    const int ir1 = MIN(ir0 + dr, nr);
                    ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:4397:21: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
    const int ir1 = MIN(ir0 + dr, nr);
                    ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:4537:21: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
    const int ir1 = MIN(ir0 + dr, nr);
                    ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:4594:21: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
    const int ir1 = MIN(ir0 + dr, nr);
                    ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:4642:21: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
    const int ir1 = MIN(ir0 + dr, nr);
                    ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:4699:21: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
    const int ir1 = MIN(ir0 + dr, nr);
                    ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:4755:21: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
    const int ir1 = MIN(ir0 + dr, nr);
                    ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:4803:21: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
    const int ir1 = MIN(ir0 + dr, nr);
                    ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:4949:21: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
    const int ir1 = MIN(ir0 + dr, nr);
                    ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:5043:21: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
    const int ir1 = MIN(ir0 + dr, nr);
                    ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:5836:25: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
    const int64_t ir1 = MIN(ir0 + dr, nr);
                        ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:6521:21: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
    const int ir1 = MIN(ir0 + dr, nr);
                    ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:6580:21: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
    const int ir1 = MIN(ir0 + dr, nr);
                    ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:6639:21: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
    const int ir1 = MIN(ir0 + dr, nr);
                    ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:6750:21: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
    const int ir1 = MIN(ir0 + dr, nr);
                    ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7407:79: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
                    memcpy(&dst_col[iir0 + cn * nb1 / nb0], tmp + (cn * 16), (MIN(iir0 + blck_0, ir0_end) - iir0) * sizeof(float));
                                                                              ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7614:33: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
        const int64_t ir0_end = MIN(ir0_start + dr0, nr0);
                                ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7617:33: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
        const int64_t ir1_end = MIN(ir1_start + dr1, nr1);
                                ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7778:31: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
        const int64_t ir011 = MIN(ir010 + dr0, nr0);
                              ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7781:31: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
        const int64_t ir111 = MIN(ir110 + dr1, nr1);
                              ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7829:50: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
                    memcpy(&dst_col[iir0], tmp, (MIN(iir0 + blck_0, ir011) - iir0)*sizeof(float));
                                                 ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7897:25: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
    const int64_t ir1 = MIN(ir0 + dr, nr);
                        ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7900:28: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
    const int64_t blck_0 = MAX(GGML_VEC_MAD_UNROLL, 32);
                           ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a, b) (((a)>(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:21:9: note: other definition of 'MAX'
#define MAX(a, b) ((a) > (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7904:30: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
        const int64_t bir1 = MIN(bir + blck_1, ir1);
                             ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7906:35: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
            const int64_t bne01 = MIN(bi01 + blck_0, ne01);
                                  ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:8008:25: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
    const int64_t ir1 = MIN(ir0 + dr, nr);
                        ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:8122:21: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
    const int ir1 = MIN(ir0 + dr, nr);
                    ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:8213:21: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
    const int ir1 = MIN(ir0 + dr, nr);
                    ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:8359:21: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
    const int ir1 = MIN(ir0 + dr, nr);
                    ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:8400:21: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
    const int ir1 = MIN(ir0 + dr, nr);
                    ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:8441:21: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
    const int ir1 = MIN(ir0 + dr, nr);
                    ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:8482:21: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
    const int ir1 = MIN(ir0 + dr, nr);
                    ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:8870:21: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
    const int ir1 = MIN(ir0 + dr, nr);
                    ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:8974:21: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
    const int ir1 = MIN(ir0 + dr, nr);
                    ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:9078:26: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
            dst_ptr[i] = MAX(MIN(src0_ptr[i], max), min);
                         ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a, b) (((a)>(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:21:9: note: other definition of 'MAX'
#define MAX(a, b) ((a) > (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:9078:30: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
            dst_ptr[i] = MAX(MIN(src0_ptr[i], max), min);
                             ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:9137:38: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
    const float y = (i0 / 2 - low) / MAX(0.001f, high - low);
                                     ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a, b) (((a)>(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:21:9: note: other definition of 'MAX'
#define MAX(a, b) ((a) > (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:9138:16: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
    return 1 - MIN(1, MAX(0, y));
               ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:9138:23: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
    return 1 - MIN(1, MAX(0, y));
                      ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a, b) (((a)>(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:21:9: note: other definition of 'MAX'
#define MAX(a, b) ((a) > (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:9188:15: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
    dims[0] = MAX(0, start);
              ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a, b) (((a)>(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:21:9: note: other definition of 'MAX'
#define MAX(a, b) ((a) > (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:9189:15: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
    dims[1] = MIN(n_dims - 1, end);
              ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:9236:21: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
    const int ir1 = MIN(ir0 + dr, nr);
                    ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:9361:21: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
    const int ir1 = MIN(ir0 + dr, nr);
                    ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:9557:21: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
    const int ir1 = MIN(ir0 + dr, nr);
                    ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:9645:21: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
    const int ir1 = MIN(ir0 + dr, nr);
                    ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:10025:21: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
    const int ip1 = MIN(ip0 + dp, np);
                    ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:10648:21: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
    const int ir1 = MIN(ir0 + dr, nr);
                    ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:10855:22: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
    const int mxDM = MAX(D, Mup);
                     ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a, b) (((a)>(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:21:9: note: other definition of 'MAX'
#define MAX(a, b) ((a) > (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:10923:21: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
    const int ir1 = MIN(ir0 + dr, nr);
                    ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:11186:21: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
    const int ir1 = MIN(ir0 + dr, nr);
                    ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:11268:21: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
    const int ir1 = MIN(ir0 + dr, nr);
                    ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:11603:21: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
    const int ip1 = MIN(ip0 + dp, np);
                    ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:11961:25: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
    const int64_t ir1 = MIN(ir0 + dr, nr);
                        ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:12050:25: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
    const int64_t ir1 = MIN(ir0 + dr, nr);
                        ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:12128:21: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
    const int ir1 = MIN(ir0 + dr, nr);
                    ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:12748:27: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
                n_tasks = MIN(n_threads, ggml_nrows(node->src[0]));
                          ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:12794:31: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
                    n_tasks = MIN(p.n_tasks, n_threads);
                              ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:12804:31: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
                    n_tasks = MIN(p.n_tasks, n_threads);
                              ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:12814:31: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
                    n_tasks = MIN(p.n_tasks, n_threads);
                              ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:13140:21: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
        max_tasks = MAX(max_tasks, n_tasks);
                    ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a, b) (((a)>(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:21:9: note: other definition of 'MAX'
#define MAX(a, b) ((a) > (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:13255:42: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
                    const int64_t mxDn = MAX(D, ne11) * 2; // *2 because of S and SM in ggml_compute_forward_flash_attn_back
                                         ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a, b) (((a)>(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:21:9: note: other definition of 'MAX'
#define MAX(a, b) ((a) > (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:13280:21: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
        work_size = MAX(work_size, cur);
                    ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a, b) (((a)>(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:21:9: note: other definition of 'MAX'
#define MAX(a, b) ((a) > (b) ? (a) : (b))
        ^
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:13288:24: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
    cplan.n_threads  = MIN(max_tasks, n_threads);
                       ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-common.h:4:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
        ^
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu.c:7:
In file included from /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-cpu-impl.h:6:
/Users/admin/builder/spi-builder-workspace/ggml/src/ggml-impl.h:20:9: note: other definition of 'MIN'
#define MIN(a, b) ((a) < (b) ? (a) : (b))
        ^
72 warnings generated.
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/ggml-backend.o /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-backend.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'llama' from project 'llama')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.2-21O5565d-70e6a4b4e6ce75e0f2056db95c07d51a.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Wno-shorten-64-to-32 @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/ggml-backend.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/ggml-backend.dia -c /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-backend.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/ggml-backend.o -index-unit-output-path /llama.build/Debug-xros/llama.build/Objects-normal/arm64/ggml-backend.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/ggml-alloc.o /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-alloc.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'llama' from project 'llama')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.2-21O5565d-70e6a4b4e6ce75e0f2056db95c07d51a.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Wno-shorten-64-to-32 @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/ggml-alloc.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/ggml-alloc.dia -c /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-alloc.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/ggml-alloc.o -index-unit-output-path /llama.build/Debug-xros/llama.build/Objects-normal/arm64/ggml-alloc.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/ggml-aarch64.o /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-aarch64.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'llama' from project 'llama')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.2-21O5565d-70e6a4b4e6ce75e0f2056db95c07d51a.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Wno-shorten-64-to-32 @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/ggml-aarch64.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/ggml-aarch64.dia -c /Users/admin/builder/spi-builder-workspace/ggml/src/ggml-aarch64.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/ggml-aarch64.o -index-unit-output-path /llama.build/Debug-xros/llama.build/Objects-normal/arm64/ggml-aarch64.o
MetalLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/llama_llama.bundle/default.metallib (in target 'llama_llama' from project 'llama')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/metal -target air64-apple-xros1.0 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/llama_llama.bundle/default.metallib /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama_llama.build/Metal/ggml-metal.air
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/llama_llama.bundle (in target 'llama_llama' from project 'llama')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/llama_llama.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/llama_llama.bundle (in target 'llama_llama' from project 'llama')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/llama_llama.bundle
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/llama.LinkFileList (in target 'llama' from project 'llama')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/llama.LinkFileList
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/llama.o normal (in target 'llama' from project 'llama')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/llama.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/llama_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-arc -fobjc-link-runtime -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/llama.build/Debug-xros/llama.build/Objects-normal/arm64/llama_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/llama.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/llama.o (in target 'llama' from project 'llama')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/llama.o
** BUILD SUCCEEDED **
Build complete.
Done.