The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of NavLibSwift, reference main (81d275), with Swift 6.2 for visionOS using Xcode 26.0 on 18 Oct 2025 20:20:54 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tomasf/NavLibSwift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tomasf/NavLibSwift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 81d275f Update README
Cloned https://github.com/tomasf/NavLibSwift.git
Revision (git rev-parse @):
81d275f26e3fbfe1d668ab546e3bf3679e5bc712
SUCCESS checkout https://github.com/tomasf/NavLibSwift.git at main
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/tomasf/NavLibSwift.git
Command line invocation:
    /Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  NavLibSwift: /Users/admin/builder/spi-builder-workspace
resolved source packages: NavLibSwift
2025-10-18 16:20:37.274 xcodebuild[521:3039] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "cxx_language_standard" : "c++14",
  "dependencies" : [
  ],
  "manifest_display_name" : "NavLibSwift",
  "name" : "NavLibSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "NavLibSwift",
      "targets" : [
        "NavLib"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NavLibCpp",
      "module_type" : "ClangTarget",
      "name" : "NavLibCpp",
      "path" : "Sources/NavLibCpp",
      "product_memberships" : [
        "NavLibSwift"
      ],
      "sources" : [
        "NavLib.cpp"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NavLib",
      "module_type" : "SwiftTarget",
      "name" : "NavLib",
      "path" : "Sources/NavLib",
      "product_memberships" : [
        "NavLibSwift"
      ],
      "sources" : [
        "Internal/NavLibInstance+Subscripts.swift",
        "Internal/NavLibInstance.swift",
        "Internal/NavLibValue.swift",
        "Internal/Properties.swift",
        "NavLibSession.swift",
        "NavLibStateProvider.swift",
        "Types.swift"
      ],
      "target_dependencies" : [
        "NavLibCpp"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "NavLibSwift"
    ]
  }
}
2025-10-18 16:20:42.219 xcodebuild[604:3661] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme NavLibSwift -destination generic/platform=xrOS
Command line invocation:
    /Applications/Xcode-26.0.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 NavLibSwift -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
  NavLibSwift: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'NavLibSwift' in project 'NavLibSwift'
        ➜ Explicit dependency on target 'NavLib' in project 'NavLibSwift'
        ➜ Explicit dependency on target 'NavLibCpp' in project 'NavLibSwift'
    Target 'NavLib' in project 'NavLibSwift'
        ➜ Explicit dependency on target 'NavLibCpp' in project 'NavLibSwift'
    Target 'NavLibCpp' in project 'NavLibSwift' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 3b18b0561d40b3469ebe77fe26f83831
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/3b18b0561d40b3469ebe77fe26f83831.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-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M336-8bc37e7eb40af32ceea9b4340296f08d.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M336-8bc37e7eb40af32ceea9b4340296f08d.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
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
    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/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
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLibCpp.build/NavLibCpp.modulemap (in target 'NavLibCpp' from project 'NavLibSwift')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLibCpp.build/NavLibCpp.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLibCpp.build/NavLibCpp.DependencyStaticMetadataFileList (in target 'NavLibCpp' from project 'NavLibSwift')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLibCpp.build/NavLibCpp.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLibCpp.build/NavLibCpp.DependencyMetadataFileList (in target 'NavLibCpp' from project 'NavLibSwift')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLibCpp.build/NavLibCpp.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLibCpp.build/Objects-normal/arm64/NavLibCpp.LinkFileList (in target 'NavLibCpp' from project 'NavLibSwift')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLibCpp.build/Objects-normal/arm64/NavLibCpp.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/Objects-normal/arm64/NavLib.SwiftConstValuesFileList (in target 'NavLib' from project 'NavLibSwift')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/Objects-normal/arm64/NavLib.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLibCpp.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp (in target 'NavLibCpp' from project 'NavLibSwift')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLibCpp.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp
-target arm64-apple-xros1.0 '-std=c++14' -fmodules -fno-cxx-modules -gmodules '-fmodules-cache-path=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex' '-fmodule-name=NavLibCpp' '-D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_DEBUG' -fpascal-strings -O0 -DSWIFT_PACKAGE '-DDEBUG=1' -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.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/Sources/NavLibCpp -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLibCpp.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLibCpp.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLibCpp.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -DXcode
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/Objects-normal/arm64/NavLib.SwiftFileList (in target 'NavLib' from project 'NavLibSwift')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/Objects-normal/arm64/NavLib.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/Objects-normal/arm64/NavLib_const_extract_protocols.json (in target 'NavLib' from project 'NavLibSwift')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/Objects-normal/arm64/NavLib_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/Objects-normal/arm64/NavLib.LinkFileList (in target 'NavLib' from project 'NavLibSwift')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/Objects-normal/arm64/NavLib.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/Objects-normal/arm64/NavLib-OutputFileMap.json (in target 'NavLib' from project 'NavLibSwift')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/Objects-normal/arm64/NavLib-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/NavLib.modulemap (in target 'NavLib' from project 'NavLibSwift')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/NavLib.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/NavLib.DependencyStaticMetadataFileList (in target 'NavLib' from project 'NavLibSwift')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/NavLib.DependencyStaticMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/NavLibCpp.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLibCpp.build/NavLibCpp.modulemap (in target 'NavLibCpp' from project 'NavLibSwift')
    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/NavLibSwift.build/Debug-xros/NavLibCpp.build/NavLibCpp.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/NavLib.DependencyMetadataFileList (in target 'NavLib' from project 'NavLibSwift')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/NavLib.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/NavLib.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/NavLib.modulemap (in target 'NavLib' from project 'NavLibSwift')
    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/NavLibSwift.build/Debug-xros/NavLib.build/NavLib.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLibCpp.build/Objects-normal/arm64/NavLib.o /Users/admin/builder/spi-builder-workspace/Sources/NavLibCpp/NavLib.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'NavLibCpp' from project 'NavLibSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLibCpp.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp

    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M336-8bc37e7eb40af32ceea9b4340296f08d.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 @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLibCpp.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLibCpp.build/Objects-normal/arm64/NavLib.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLibCpp.build/Objects-normal/arm64/NavLib.dia -c /Users/admin/builder/spi-builder-workspace/Sources/NavLibCpp/NavLib.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLibCpp.build/Objects-normal/arm64/NavLib.o -index-unit-output-path /NavLibSwift.build/Debug-xros/NavLibCpp.build/Objects-normal/arm64/NavLib.o
SwiftDriver NavLib normal arm64 com.apple.xcode.tools.swift.compiler (in target 'NavLib' from project 'NavLibSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name NavLib -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/Objects-normal/arm64/NavLib.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/NavLibCpp.modulemap -DXcode -cxx-interoperability-mode\=default -Xcc -std\=c++14 -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M336-8bc37e7eb40af32ceea9b4340296f08d.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/Objects-normal/arm64/NavLib-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/Objects-normal/arm64/NavLib.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/Objects-normal/arm64/NavLib_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/NavLibCpp -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/Objects-normal/arm64/NavLib-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/NavLibCpp.o normal (in target 'NavLibCpp' from project 'NavLibSwift')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.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-26.0.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-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLibCpp.build/Objects-normal/arm64/NavLibCpp.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLibCpp.build/Objects-normal/arm64/NavLibCpp_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLibCpp.build/Objects-normal/arm64/NavLibCpp_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/NavLibCpp.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/NavLibCpp.o (in target 'NavLibCpp' from project 'NavLibSwift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/NavLibCpp.o
SwiftCompile normal arm64 Compiling\ NavLibValue.swift /Users/admin/builder/spi-builder-workspace/Sources/NavLib/Internal/NavLibValue.swift (in target 'NavLib' from project 'NavLibSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NavLib/Internal/NavLibValue.swift (in target 'NavLib' from project 'NavLibSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:49:3: note: function 'error_code' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__cat) {}
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:49:47: note: parameter '__cat' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__cat) {}
                                              ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:57:3: note: function 'assign' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:57:48: note: parameter '__cat' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
                                               ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:76:3: note: function 'category' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:76:3: note: return type unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__exception/exception_ptr.h:73:3: note: function 'exception_ptr' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {}
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__exception/exception_ptr.h:73:39: note: parameter '' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {}
                                      ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:56:3: note: function 'error_condition' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI error_condition(int __val, const error_category& __cat) _NOEXCEPT
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:56:52: note: parameter '__cat' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI error_condition(int __val, const error_category& __cat) _NOEXCEPT
                                                   ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:66:3: note: function 'assign' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:66:48: note: parameter '__cat' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
                                               ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:85:3: note: function 'category' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:85:3: note: return type unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__locale:112:3: note: function 'has_facet' unavailable (cannot import)
  bool has_facet(id&) const;
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__locale:112:18: note: parameter '' unavailable (cannot import)
  bool has_facet(id&) const;
                 ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__locale:113:3: note: function 'use_facet' unavailable (cannot import)
  const facet* use_facet(id&) const;
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__locale:113:26: note: parameter '' unavailable (cannot import)
  const facet* use_facet(id&) const;
                         ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/typeindex:69:3: note: function 'type_index' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI type_index(const type_info& __y) _NOEXCEPT : __t_(&__y) {}
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/typeindex:69:36: note: parameter '__y' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI type_index(const type_info& __y) _NOEXCEPT : __t_(&__y) {}
                                   ^
SwiftCompile normal arm64 Compiling\ Types.swift /Users/admin/builder/spi-builder-workspace/Sources/NavLib/Types.swift (in target 'NavLib' from project 'NavLibSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NavLib/Types.swift (in target 'NavLib' from project 'NavLibSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:49:3: note: function 'error_code' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__cat) {}
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:49:47: note: parameter '__cat' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__cat) {}
                                              ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:57:3: note: function 'assign' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:57:48: note: parameter '__cat' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
                                               ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:76:3: note: function 'category' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:76:3: note: return type unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__exception/exception_ptr.h:73:3: note: function 'exception_ptr' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {}
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__exception/exception_ptr.h:73:39: note: parameter '' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {}
                                      ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:56:3: note: function 'error_condition' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI error_condition(int __val, const error_category& __cat) _NOEXCEPT
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:56:52: note: parameter '__cat' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI error_condition(int __val, const error_category& __cat) _NOEXCEPT
                                                   ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:66:3: note: function 'assign' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:66:48: note: parameter '__cat' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
                                               ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:85:3: note: function 'category' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:85:3: note: return type unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__locale:112:3: note: function 'has_facet' unavailable (cannot import)
  bool has_facet(id&) const;
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__locale:112:18: note: parameter '' unavailable (cannot import)
  bool has_facet(id&) const;
                 ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__locale:113:3: note: function 'use_facet' unavailable (cannot import)
  const facet* use_facet(id&) const;
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__locale:113:26: note: parameter '' unavailable (cannot import)
  const facet* use_facet(id&) const;
                         ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/typeindex:69:3: note: function 'type_index' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI type_index(const type_info& __y) _NOEXCEPT : __t_(&__y) {}
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/typeindex:69:36: note: parameter '__y' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI type_index(const type_info& __y) _NOEXCEPT : __t_(&__y) {}
                                   ^
SwiftCompile normal arm64 Compiling\ NavLibStateProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/NavLib/NavLibStateProvider.swift (in target 'NavLib' from project 'NavLibSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NavLib/NavLibStateProvider.swift (in target 'NavLib' from project 'NavLibSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ NavLib (in target 'NavLib' from project 'NavLibSwift')
EmitSwiftModule normal arm64 (in target 'NavLib' from project 'NavLibSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ NavLibInstance.swift /Users/admin/builder/spi-builder-workspace/Sources/NavLib/Internal/NavLibInstance.swift (in target 'NavLib' from project 'NavLibSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NavLib/Internal/NavLibInstance.swift (in target 'NavLib' from project 'NavLibSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:49:3: note: function 'error_code' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__cat) {}
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:49:47: note: parameter '__cat' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__cat) {}
                                              ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:57:3: note: function 'assign' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:57:48: note: parameter '__cat' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
                                               ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:76:3: note: function 'category' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:76:3: note: return type unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__exception/exception_ptr.h:73:3: note: function 'exception_ptr' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {}
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__exception/exception_ptr.h:73:39: note: parameter '' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {}
                                      ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:56:3: note: function 'error_condition' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI error_condition(int __val, const error_category& __cat) _NOEXCEPT
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:56:52: note: parameter '__cat' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI error_condition(int __val, const error_category& __cat) _NOEXCEPT
                                                   ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:66:3: note: function 'assign' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:66:48: note: parameter '__cat' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
                                               ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:85:3: note: function 'category' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:85:3: note: return type unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__locale:112:3: note: function 'has_facet' unavailable (cannot import)
  bool has_facet(id&) const;
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__locale:112:18: note: parameter '' unavailable (cannot import)
  bool has_facet(id&) const;
                 ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__locale:113:3: note: function 'use_facet' unavailable (cannot import)
  const facet* use_facet(id&) const;
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__locale:113:26: note: parameter '' unavailable (cannot import)
  const facet* use_facet(id&) const;
                         ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/typeindex:69:3: note: function 'type_index' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI type_index(const type_info& __y) _NOEXCEPT : __t_(&__y) {}
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/typeindex:69:36: note: parameter '__y' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI type_index(const type_info& __y) _NOEXCEPT : __t_(&__y) {}
                                   ^
SwiftCompile normal arm64 Compiling\ NavLibSession.swift /Users/admin/builder/spi-builder-workspace/Sources/NavLib/NavLibSession.swift (in target 'NavLib' from project 'NavLibSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NavLib/NavLibSession.swift (in target 'NavLib' from project 'NavLibSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:49:3: note: function 'error_code' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__cat) {}
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:49:47: note: parameter '__cat' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__cat) {}
                                              ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:57:3: note: function 'assign' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:57:48: note: parameter '__cat' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
                                               ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:76:3: note: function 'category' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:76:3: note: return type unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__exception/exception_ptr.h:73:3: note: function 'exception_ptr' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {}
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__exception/exception_ptr.h:73:39: note: parameter '' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {}
                                      ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:56:3: note: function 'error_condition' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI error_condition(int __val, const error_category& __cat) _NOEXCEPT
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:56:52: note: parameter '__cat' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI error_condition(int __val, const error_category& __cat) _NOEXCEPT
                                                   ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:66:3: note: function 'assign' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:66:48: note: parameter '__cat' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
                                               ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:85:3: note: function 'category' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:85:3: note: return type unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__locale:112:3: note: function 'has_facet' unavailable (cannot import)
  bool has_facet(id&) const;
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__locale:112:18: note: parameter '' unavailable (cannot import)
  bool has_facet(id&) const;
                 ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__locale:113:3: note: function 'use_facet' unavailable (cannot import)
  const facet* use_facet(id&) const;
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__locale:113:26: note: parameter '' unavailable (cannot import)
  const facet* use_facet(id&) const;
                         ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/typeindex:69:3: note: function 'type_index' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI type_index(const type_info& __y) _NOEXCEPT : __t_(&__y) {}
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/typeindex:69:36: note: parameter '__y' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI type_index(const type_info& __y) _NOEXCEPT : __t_(&__y) {}
                                   ^
SwiftCompile normal arm64 Compiling\ NavLibInstance+Subscripts.swift /Users/admin/builder/spi-builder-workspace/Sources/NavLib/Internal/NavLibInstance+Subscripts.swift (in target 'NavLib' from project 'NavLibSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NavLib/Internal/NavLibInstance+Subscripts.swift (in target 'NavLib' from project 'NavLibSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:49:3: note: function 'error_code' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__cat) {}
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:49:47: note: parameter '__cat' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__cat) {}
                                              ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:57:3: note: function 'assign' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:57:48: note: parameter '__cat' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
                                               ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:76:3: note: function 'category' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:76:3: note: return type unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__exception/exception_ptr.h:73:3: note: function 'exception_ptr' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {}
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__exception/exception_ptr.h:73:39: note: parameter '' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {}
                                      ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:56:3: note: function 'error_condition' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI error_condition(int __val, const error_category& __cat) _NOEXCEPT
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:56:52: note: parameter '__cat' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI error_condition(int __val, const error_category& __cat) _NOEXCEPT
                                                   ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:66:3: note: function 'assign' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:66:48: note: parameter '__cat' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
                                               ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:85:3: note: function 'category' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:85:3: note: return type unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__locale:112:3: note: function 'has_facet' unavailable (cannot import)
  bool has_facet(id&) const;
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__locale:112:18: note: parameter '' unavailable (cannot import)
  bool has_facet(id&) const;
                 ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__locale:113:3: note: function 'use_facet' unavailable (cannot import)
  const facet* use_facet(id&) const;
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__locale:113:26: note: parameter '' unavailable (cannot import)
  const facet* use_facet(id&) const;
                         ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/typeindex:69:3: note: function 'type_index' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI type_index(const type_info& __y) _NOEXCEPT : __t_(&__y) {}
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/typeindex:69:36: note: parameter '__y' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI type_index(const type_info& __y) _NOEXCEPT : __t_(&__y) {}
                                   ^
SwiftCompile normal arm64 Compiling\ Properties.swift /Users/admin/builder/spi-builder-workspace/Sources/NavLib/Internal/Properties.swift (in target 'NavLib' from project 'NavLibSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NavLib/Internal/Properties.swift (in target 'NavLib' from project 'NavLibSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:49:3: note: function 'error_code' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__cat) {}
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:49:47: note: parameter '__cat' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__cat) {}
                                              ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:57:3: note: function 'assign' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:57:48: note: parameter '__cat' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
                                               ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:76:3: note: function 'category' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:76:3: note: return type unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__exception/exception_ptr.h:73:3: note: function 'exception_ptr' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {}
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__exception/exception_ptr.h:73:39: note: parameter '' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {}
                                      ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:56:3: note: function 'error_condition' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI error_condition(int __val, const error_category& __cat) _NOEXCEPT
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:56:52: note: parameter '__cat' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI error_condition(int __val, const error_category& __cat) _NOEXCEPT
                                                   ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:66:3: note: function 'assign' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:66:48: note: parameter '__cat' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
                                               ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:85:3: note: function 'category' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:85:3: note: return type unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__locale:112:3: note: function 'has_facet' unavailable (cannot import)
  bool has_facet(id&) const;
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__locale:112:18: note: parameter '' unavailable (cannot import)
  bool has_facet(id&) const;
                 ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__locale:113:3: note: function 'use_facet' unavailable (cannot import)
  const facet* use_facet(id&) const;
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/__locale:113:26: note: parameter '' unavailable (cannot import)
  const facet* use_facet(id&) const;
                         ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/typeindex:69:3: note: function 'type_index' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI type_index(const type_info& __y) _NOEXCEPT : __t_(&__y) {}
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/usr/include/c++/v1/typeindex:69:36: note: parameter '__y' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI type_index(const type_info& __y) _NOEXCEPT : __t_(&__y) {}
                                   ^
SwiftDriverJobDiscovery normal arm64 Emitting module for NavLib (in target 'NavLib' from project 'NavLibSwift')
SwiftDriver\ Compilation\ Requirements NavLib normal arm64 com.apple.xcode.tools.swift.compiler (in target 'NavLib' from project 'NavLibSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name NavLib -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/Objects-normal/arm64/NavLib.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/NavLibCpp.modulemap -DXcode -cxx-interoperability-mode\=default -Xcc -std\=c++14 -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M336-8bc37e7eb40af32ceea9b4340296f08d.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/Objects-normal/arm64/NavLib-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/Objects-normal/arm64/NavLib.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/Objects-normal/arm64/NavLib_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/NavLibCpp -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/Objects-normal/arm64/NavLib-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/NavLib-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/Objects-normal/arm64/NavLib-Swift.h (in target 'NavLib' from project 'NavLibSwift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/Objects-normal/arm64/NavLib-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/NavLib-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/NavLib.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/Objects-normal/arm64/NavLib.swiftmodule (in target 'NavLib' from project 'NavLibSwift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/Objects-normal/arm64/NavLib.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/NavLib.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/NavLib.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/Objects-normal/arm64/NavLib.swiftdoc (in target 'NavLib' from project 'NavLibSwift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/Objects-normal/arm64/NavLib.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/NavLib.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/NavLib.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/Objects-normal/arm64/NavLib.abi.json (in target 'NavLib' from project 'NavLibSwift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/Objects-normal/arm64/NavLib.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/NavLib.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/NavLib.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/Objects-normal/arm64/NavLib.swiftsourceinfo (in target 'NavLib' from project 'NavLibSwift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/Objects-normal/arm64/NavLib.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/NavLib.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling NavLibStateProvider.swift (in target 'NavLib' from project 'NavLibSwift')
SwiftDriverJobDiscovery normal arm64 Compiling NavLibValue.swift (in target 'NavLib' from project 'NavLibSwift')
SwiftDriverJobDiscovery normal arm64 Compiling NavLibInstance+Subscripts.swift (in target 'NavLib' from project 'NavLibSwift')
SwiftDriverJobDiscovery normal arm64 Compiling Types.swift (in target 'NavLib' from project 'NavLibSwift')
SwiftDriverJobDiscovery normal arm64 Compiling Properties.swift (in target 'NavLib' from project 'NavLibSwift')
SwiftDriverJobDiscovery normal arm64 Compiling NavLibSession.swift (in target 'NavLib' from project 'NavLibSwift')
SwiftDriverJobDiscovery normal arm64 Compiling NavLibInstance.swift (in target 'NavLib' from project 'NavLibSwift')
SwiftDriver\ Compilation NavLib normal arm64 com.apple.xcode.tools.swift.compiler (in target 'NavLib' from project 'NavLibSwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name NavLib -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/Objects-normal/arm64/NavLib.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/NavLibCpp.modulemap -DXcode -cxx-interoperability-mode\=default -Xcc -std\=c++14 -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M336-8bc37e7eb40af32ceea9b4340296f08d.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/Objects-normal/arm64/NavLib-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/Objects-normal/arm64/NavLib.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/Objects-normal/arm64/NavLib_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/NavLibCpp -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/Objects-normal/arm64/NavLib-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/NavLib.o normal (in target 'NavLib' from project 'NavLibSwift')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.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-26.0.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/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/Objects-normal/arm64/NavLib.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/Objects-normal/arm64/NavLib_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/Objects-normal/arm64/NavLib_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/Objects-normal/arm64/NavLib.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/Objects-normal/arm64/NavLib-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/NavLib.o
ExtractAppIntentsMetadata (in target 'NavLib' from project 'NavLibSwift')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name NavLib --sdk-root /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk --xcode-version 17A324 --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.NavLib --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/NavLib.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/NavLib.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/Objects-normal/arm64/NavLib_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/Objects-normal/arm64/NavLib.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/NavLib.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/NavLib.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NavLibSwift.build/Debug-xros/NavLib.build/Objects-normal/arm64/NavLib.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-10-18 16:20:53.602 appintentsmetadataprocessor[649:3974] Starting appintentsmetadataprocessor export
2025-10-18 16:20:53.724 appintentsmetadataprocessor[649:3974] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/NavLib.o (in target 'NavLib' from project 'NavLibSwift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/NavLib.o
** BUILD SUCCEEDED **
2025-10-18 16:20:43.601 xcodebuild[606:3694] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Build complete.
{
  "cxx_language_standard" : "c++14",
  "dependencies" : [
  ],
  "manifest_display_name" : "NavLibSwift",
  "name" : "NavLibSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "NavLibSwift",
      "targets" : [
        "NavLib"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NavLibCpp",
      "module_type" : "ClangTarget",
      "name" : "NavLibCpp",
      "path" : "Sources/NavLibCpp",
      "product_memberships" : [
        "NavLibSwift"
      ],
      "sources" : [
        "NavLib.cpp"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NavLib",
      "module_type" : "SwiftTarget",
      "name" : "NavLib",
      "path" : "Sources/NavLib",
      "product_memberships" : [
        "NavLibSwift"
      ],
      "sources" : [
        "Internal/NavLibInstance+Subscripts.swift",
        "Internal/NavLibInstance.swift",
        "Internal/NavLibValue.swift",
        "Internal/Properties.swift",
        "NavLibSession.swift",
        "NavLibStateProvider.swift",
        "Types.swift"
      ],
      "target_dependencies" : [
        "NavLibCpp"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.