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 jmespath.swift, reference main (588a6e), with Swift 6.1 for visionOS using Xcode 16.3 on 29 May 2025 14:15:16 UTC.

Swift 6 data race errors: 2

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme jmespath.swift -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adam-fowler/jmespath.swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/adam-fowler/jmespath.swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 588a6ee Use a version of json scanner from Foundation source code to load json files (#11)
Cloned https://github.com/adam-fowler/jmespath.swift.git
Revision (git rev-parse @):
588a6eec0fb6f34d22f5bfec7b751fd904694711
SUCCESS checkout https://github.com/adam-fowler/jmespath.swift.git at main
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/adam-fowler/jmespath.swift.git
https://github.com/adam-fowler/jmespath.swift.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "jmespath.swift",
  "name" : "jmespath.swift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "JMESPath",
      "targets" : [
        "JMESPath"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JMESPathTests",
      "module_type" : "SwiftTarget",
      "name" : "JMESPathTests",
      "path" : "Tests/JMESPathTests",
      "sources" : [
        "ComplianceTests.swift",
        "ErrorTests.swift",
        "JSONTests.swift",
        "LexerTests.swift",
        "MirrorTests.swift"
      ],
      "target_dependencies" : [
        "JMESPath"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JMESPath",
      "module_type" : "SwiftTarget",
      "name" : "JMESPath",
      "path" : "Sources/JMESPath",
      "product_memberships" : [
        "JMESPath"
      ],
      "sources" : [
        "Array.swift",
        "Ast.swift",
        "Error.swift",
        "Expression.swift",
        "Functions.swift",
        "Interpreter.swift",
        "JSON/BufferView.swift",
        "JSON/BufferViewCompatibility.swift",
        "JSON/BufferViewIndex.swift",
        "JSON/BufferViewIterator.swift",
        "JSON/JSONScanner.swift",
        "JSON/JSONUtilities.swift",
        "Lexer.swift",
        "Number.swift",
        "Object.swift",
        "Parser.swift",
        "Runtime.swift",
        "Token.swift",
        "Variable.swift",
        "json.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  jmespath.swift: /Users/admin/builder/spi-builder-workspace
resolved source packages: jmespath.swift
{
  "dependencies" : [
  ],
  "manifest_display_name" : "jmespath.swift",
  "name" : "jmespath.swift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "JMESPath",
      "targets" : [
        "JMESPath"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JMESPathTests",
      "module_type" : "SwiftTarget",
      "name" : "JMESPathTests",
      "path" : "Tests/JMESPathTests",
      "sources" : [
        "ComplianceTests.swift",
        "ErrorTests.swift",
        "JSONTests.swift",
        "LexerTests.swift",
        "MirrorTests.swift"
      ],
      "target_dependencies" : [
        "JMESPath"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JMESPath",
      "module_type" : "SwiftTarget",
      "name" : "JMESPath",
      "path" : "Sources/JMESPath",
      "product_memberships" : [
        "JMESPath"
      ],
      "sources" : [
        "Array.swift",
        "Ast.swift",
        "Error.swift",
        "Expression.swift",
        "Functions.swift",
        "Interpreter.swift",
        "JSON/BufferView.swift",
        "JSON/BufferViewCompatibility.swift",
        "JSON/BufferViewIndex.swift",
        "JSON/BufferViewIterator.swift",
        "JSON/JSONScanner.swift",
        "JSON/JSONUtilities.swift",
        "Lexer.swift",
        "Number.swift",
        "Object.swift",
        "Parser.swift",
        "Runtime.swift",
        "Token.swift",
        "Variable.swift",
        "json.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "jmespath.swift"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme jmespath.swift -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.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 jmespath.swift -destination generic/platform=xrOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
  jmespath.swift: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'JMESPath' in project 'jmespath.swift'
        ➜ Explicit dependency on target 'JMESPath' in project 'jmespath.swift'
    Target 'JMESPath' in project 'jmespath.swift' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 71dd156758edf20987039dd1c41c1f2f
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/71dd156758edf20987039dd1c41c1f2f.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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
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/jmespath.swift.build/Debug-xros/JMESPath.build/JMESPath.modulemap (in target 'JMESPath' from project 'jmespath.swift')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/jmespath.swift.build/Debug-xros/JMESPath.build/JMESPath.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/jmespath.swift.build/Debug-xros/JMESPath.build/JMESPath.DependencyStaticMetadataFileList (in target 'JMESPath' from project 'jmespath.swift')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/jmespath.swift.build/Debug-xros/JMESPath.build/JMESPath.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/jmespath.swift.build/Debug-xros/JMESPath.build/JMESPath.DependencyMetadataFileList (in target 'JMESPath' from project 'jmespath.swift')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/jmespath.swift.build/Debug-xros/JMESPath.build/JMESPath.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/jmespath.swift.build/Debug-xros/JMESPath.build/Objects-normal/arm64/JMESPath.SwiftFileList (in target 'JMESPath' from project 'jmespath.swift')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/jmespath.swift.build/Debug-xros/JMESPath.build/Objects-normal/arm64/JMESPath.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/jmespath.swift.build/Debug-xros/JMESPath.build/Objects-normal/arm64/JMESPath_const_extract_protocols.json (in target 'JMESPath' from project 'jmespath.swift')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/jmespath.swift.build/Debug-xros/JMESPath.build/Objects-normal/arm64/JMESPath_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/jmespath.swift.build/Debug-xros/JMESPath.build/Objects-normal/arm64/JMESPath.SwiftConstValuesFileList (in target 'JMESPath' from project 'jmespath.swift')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/jmespath.swift.build/Debug-xros/JMESPath.build/Objects-normal/arm64/JMESPath.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/jmespath.swift.build/Debug-xros/JMESPath.build/Objects-normal/arm64/JMESPath.LinkFileList (in target 'JMESPath' from project 'jmespath.swift')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/jmespath.swift.build/Debug-xros/JMESPath.build/Objects-normal/arm64/JMESPath.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/jmespath.swift.build/Debug-xros/JMESPath.build/Objects-normal/arm64/JMESPath-OutputFileMap.json (in target 'JMESPath' from project 'jmespath.swift')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/jmespath.swift.build/Debug-xros/JMESPath.build/Objects-normal/arm64/JMESPath-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/JMESPath.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/jmespath.swift.build/Debug-xros/JMESPath.build/JMESPath.modulemap (in target 'JMESPath' from project 'jmespath.swift')
    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/jmespath.swift.build/Debug-xros/JMESPath.build/JMESPath.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
SwiftDriver JMESPath normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JMESPath' from project 'jmespath.swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JMESPath -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/jmespath.swift.build/Debug-xros/JMESPath.build/Objects-normal/arm64/JMESPath.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/jmespath.swift.build/Debug-xros/JMESPath.build/Objects-normal/arm64/JMESPath-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/jmespath.swift.build/Debug-xros/JMESPath.build/Objects-normal/arm64/JMESPath.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/jmespath.swift.build/Debug-xros/JMESPath.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/jmespath.swift.build/Debug-xros/JMESPath.build/Objects-normal/arm64/JMESPath_const_extract_protocols.json -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/jmespath.swift.build/Debug-xros/JMESPath.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/jmespath.swift.build/Debug-xros/JMESPath.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/jmespath.swift.build/Debug-xros/JMESPath.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/jmespath.swift.build/Debug-xros/JMESPath.build/Objects-normal/arm64/JMESPath-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Error.swift,\ Expression.swift /Users/admin/builder/spi-builder-workspace/Sources/JMESPath/Error.swift /Users/admin/builder/spi-builder-workspace/Sources/JMESPath/Expression.swift (in target 'JMESPath' from project 'jmespath.swift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JMESPath/Error.swift (in target 'JMESPath' from project 'jmespath.swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JMESPath/Expression.swift (in target 'JMESPath' from project 'jmespath.swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Array.swift,\ Ast.swift /Users/admin/builder/spi-builder-workspace/Sources/JMESPath/Array.swift /Users/admin/builder/spi-builder-workspace/Sources/JMESPath/Ast.swift (in target 'JMESPath' from project 'jmespath.swift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JMESPath/Array.swift (in target 'JMESPath' from project 'jmespath.swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JMESPath/Ast.swift (in target 'JMESPath' from project 'jmespath.swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Functions.swift,\ Interpreter.swift /Users/admin/builder/spi-builder-workspace/Sources/JMESPath/Functions.swift /Users/admin/builder/spi-builder-workspace/Sources/JMESPath/Interpreter.swift (in target 'JMESPath' from project 'jmespath.swift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JMESPath/Functions.swift (in target 'JMESPath' from project 'jmespath.swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JMESPath/Interpreter.swift (in target 'JMESPath' from project 'jmespath.swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ BufferView.swift,\ BufferViewCompatibility.swift /Users/admin/builder/spi-builder-workspace/Sources/JMESPath/JSON/BufferView.swift /Users/admin/builder/spi-builder-workspace/Sources/JMESPath/JSON/BufferViewCompatibility.swift (in target 'JMESPath' from project 'jmespath.swift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JMESPath/JSON/BufferView.swift (in target 'JMESPath' from project 'jmespath.swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JMESPath/JSON/BufferViewCompatibility.swift (in target 'JMESPath' from project 'jmespath.swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/JMESPath/Runtime.swift:23:24: warning: static property 'builtInFunctions' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var builtInFunctions: [String: JMESFunction.Type] = [
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JMESPath/Runtime.swift:23:24: note: convert 'builtInFunctions' to a 'let' constant to make 'Sendable' shared state immutable
    private static var builtInFunctions: [String: JMESFunction.Type] = [
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JMESPath/Runtime.swift:23:24: note: add '@MainActor' to make static property 'builtInFunctions' part of global actor 'MainActor'
    private static var builtInFunctions: [String: JMESFunction.Type] = [
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JMESPath/Runtime.swift:23:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var builtInFunctions: [String: JMESFunction.Type] = [
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JMESPath/Variable.swift:255:28: warning: static property 'nsNumberBoolType' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    fileprivate static var nsNumberBoolType = type(of: NSNumber(value: true))
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/JMESPath/Variable.swift:255:28: note: convert 'nsNumberBoolType' to a 'let' constant to make 'Sendable' shared state immutable
    fileprivate static var nsNumberBoolType = type(of: NSNumber(value: true))
                       ~~~ ^
                       let
/Users/admin/builder/spi-builder-workspace/Sources/JMESPath/Variable.swift:255:28: note: add '@MainActor' to make static property 'nsNumberBoolType' part of global actor 'MainActor'
    fileprivate static var nsNumberBoolType = type(of: NSNumber(value: true))
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JMESPath/Variable.swift:255:28: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    fileprivate static var nsNumberBoolType = type(of: NSNumber(value: true))
                           ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Runtime.swift,\ Token.swift /Users/admin/builder/spi-builder-workspace/Sources/JMESPath/Runtime.swift /Users/admin/builder/spi-builder-workspace/Sources/JMESPath/Token.swift (in target 'JMESPath' from project 'jmespath.swift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JMESPath/Runtime.swift (in target 'JMESPath' from project 'jmespath.swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/JMESPath/Runtime.swift:23:24: warning: static property 'builtInFunctions' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var builtInFunctions: [String: JMESFunction.Type] = [
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JMESPath/Runtime.swift:23:24: note: convert 'builtInFunctions' to a 'let' constant to make 'Sendable' shared state immutable
    private static var builtInFunctions: [String: JMESFunction.Type] = [
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/JMESPath/Runtime.swift:23:24: note: add '@MainActor' to make static property 'builtInFunctions' part of global actor 'MainActor'
    private static var builtInFunctions: [String: JMESFunction.Type] = [
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JMESPath/Runtime.swift:23:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var builtInFunctions: [String: JMESFunction.Type] = [
                       ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JMESPath/Token.swift (in target 'JMESPath' from project 'jmespath.swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Lexer.swift,\ Number.swift /Users/admin/builder/spi-builder-workspace/Sources/JMESPath/Lexer.swift /Users/admin/builder/spi-builder-workspace/Sources/JMESPath/Number.swift (in target 'JMESPath' from project 'jmespath.swift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JMESPath/Lexer.swift (in target 'JMESPath' from project 'jmespath.swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JMESPath/Number.swift (in target 'JMESPath' from project 'jmespath.swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ JSONScanner.swift,\ JSONUtilities.swift /Users/admin/builder/spi-builder-workspace/Sources/JMESPath/JSON/JSONScanner.swift /Users/admin/builder/spi-builder-workspace/Sources/JMESPath/JSON/JSONUtilities.swift (in target 'JMESPath' from project 'jmespath.swift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JMESPath/JSON/JSONScanner.swift (in target 'JMESPath' from project 'jmespath.swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JMESPath/JSON/JSONUtilities.swift (in target 'JMESPath' from project 'jmespath.swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Variable.swift,\ json.swift /Users/admin/builder/spi-builder-workspace/Sources/JMESPath/Variable.swift /Users/admin/builder/spi-builder-workspace/Sources/JMESPath/json.swift (in target 'JMESPath' from project 'jmespath.swift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JMESPath/Variable.swift (in target 'JMESPath' from project 'jmespath.swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/JMESPath/Variable.swift:255:28: warning: static property 'nsNumberBoolType' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    fileprivate static var nsNumberBoolType = type(of: NSNumber(value: true))
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/JMESPath/Variable.swift:255:28: note: convert 'nsNumberBoolType' to a 'let' constant to make 'Sendable' shared state immutable
    fileprivate static var nsNumberBoolType = type(of: NSNumber(value: true))
                       ~~~ ^
                       let
/Users/admin/builder/spi-builder-workspace/Sources/JMESPath/Variable.swift:255:28: note: add '@MainActor' to make static property 'nsNumberBoolType' part of global actor 'MainActor'
    fileprivate static var nsNumberBoolType = type(of: NSNumber(value: true))
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JMESPath/Variable.swift:255:28: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    fileprivate static var nsNumberBoolType = type(of: NSNumber(value: true))
                           ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JMESPath/json.swift (in target 'JMESPath' from project 'jmespath.swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Object.swift,\ Parser.swift /Users/admin/builder/spi-builder-workspace/Sources/JMESPath/Object.swift /Users/admin/builder/spi-builder-workspace/Sources/JMESPath/Parser.swift (in target 'JMESPath' from project 'jmespath.swift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JMESPath/Object.swift (in target 'JMESPath' from project 'jmespath.swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JMESPath/Parser.swift (in target 'JMESPath' from project 'jmespath.swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ BufferViewIndex.swift,\ BufferViewIterator.swift /Users/admin/builder/spi-builder-workspace/Sources/JMESPath/JSON/BufferViewIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/JMESPath/JSON/BufferViewIterator.swift (in target 'JMESPath' from project 'jmespath.swift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JMESPath/JSON/BufferViewIndex.swift (in target 'JMESPath' from project 'jmespath.swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JMESPath/JSON/BufferViewIterator.swift (in target 'JMESPath' from project 'jmespath.swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for JMESPath (in target 'JMESPath' from project 'jmespath.swift')
SwiftDriver\ Compilation\ Requirements JMESPath normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JMESPath' from project 'jmespath.swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JMESPath -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/jmespath.swift.build/Debug-xros/JMESPath.build/Objects-normal/arm64/JMESPath.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/jmespath.swift.build/Debug-xros/JMESPath.build/Objects-normal/arm64/JMESPath-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/jmespath.swift.build/Debug-xros/JMESPath.build/Objects-normal/arm64/JMESPath.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/jmespath.swift.build/Debug-xros/JMESPath.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/jmespath.swift.build/Debug-xros/JMESPath.build/Objects-normal/arm64/JMESPath_const_extract_protocols.json -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/jmespath.swift.build/Debug-xros/JMESPath.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/jmespath.swift.build/Debug-xros/JMESPath.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/jmespath.swift.build/Debug-xros/JMESPath.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/jmespath.swift.build/Debug-xros/JMESPath.build/Objects-normal/arm64/JMESPath-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Runtime.swift, Token.swift (in target 'JMESPath' from project 'jmespath.swift')
SwiftDriverJobDiscovery normal arm64 Compiling Object.swift, Parser.swift (in target 'JMESPath' from project 'jmespath.swift')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/JMESPath-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/jmespath.swift.build/Debug-xros/JMESPath.build/Objects-normal/arm64/JMESPath-Swift.h (in target 'JMESPath' from project 'jmespath.swift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/jmespath.swift.build/Debug-xros/JMESPath.build/Objects-normal/arm64/JMESPath-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/JMESPath-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JMESPath.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/jmespath.swift.build/Debug-xros/JMESPath.build/Objects-normal/arm64/JMESPath.swiftmodule (in target 'JMESPath' from project 'jmespath.swift')
    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/jmespath.swift.build/Debug-xros/JMESPath.build/Objects-normal/arm64/JMESPath.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JMESPath.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JMESPath.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/jmespath.swift.build/Debug-xros/JMESPath.build/Objects-normal/arm64/JMESPath.swiftdoc (in target 'JMESPath' from project 'jmespath.swift')
    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/jmespath.swift.build/Debug-xros/JMESPath.build/Objects-normal/arm64/JMESPath.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JMESPath.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JMESPath.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/jmespath.swift.build/Debug-xros/JMESPath.build/Objects-normal/arm64/JMESPath.abi.json (in target 'JMESPath' from project 'jmespath.swift')
    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/jmespath.swift.build/Debug-xros/JMESPath.build/Objects-normal/arm64/JMESPath.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JMESPath.swiftmodule/arm64-apple-xros.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling BufferViewIndex.swift, BufferViewIterator.swift (in target 'JMESPath' from project 'jmespath.swift')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JMESPath.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/jmespath.swift.build/Debug-xros/JMESPath.build/Objects-normal/arm64/JMESPath.swiftsourceinfo (in target 'JMESPath' from project 'jmespath.swift')
    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/jmespath.swift.build/Debug-xros/JMESPath.build/Objects-normal/arm64/JMESPath.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JMESPath.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Array.swift, Ast.swift (in target 'JMESPath' from project 'jmespath.swift')
SwiftDriverJobDiscovery normal arm64 Compiling Functions.swift, Interpreter.swift (in target 'JMESPath' from project 'jmespath.swift')
SwiftDriverJobDiscovery normal arm64 Compiling Lexer.swift, Number.swift (in target 'JMESPath' from project 'jmespath.swift')
SwiftDriverJobDiscovery normal arm64 Compiling JSONScanner.swift, JSONUtilities.swift (in target 'JMESPath' from project 'jmespath.swift')
SwiftDriverJobDiscovery normal arm64 Compiling Error.swift, Expression.swift (in target 'JMESPath' from project 'jmespath.swift')
SwiftDriverJobDiscovery normal arm64 Compiling BufferView.swift, BufferViewCompatibility.swift (in target 'JMESPath' from project 'jmespath.swift')
SwiftDriverJobDiscovery normal arm64 Compiling Variable.swift, json.swift (in target 'JMESPath' from project 'jmespath.swift')
SwiftDriver\ Compilation JMESPath normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JMESPath' from project 'jmespath.swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JMESPath -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/jmespath.swift.build/Debug-xros/JMESPath.build/Objects-normal/arm64/JMESPath.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/jmespath.swift.build/Debug-xros/JMESPath.build/Objects-normal/arm64/JMESPath-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/jmespath.swift.build/Debug-xros/JMESPath.build/Objects-normal/arm64/JMESPath.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/jmespath.swift.build/Debug-xros/JMESPath.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/jmespath.swift.build/Debug-xros/JMESPath.build/Objects-normal/arm64/JMESPath_const_extract_protocols.json -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/jmespath.swift.build/Debug-xros/JMESPath.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/jmespath.swift.build/Debug-xros/JMESPath.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/jmespath.swift.build/Debug-xros/JMESPath.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/jmespath.swift.build/Debug-xros/JMESPath.build/Objects-normal/arm64/JMESPath-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/JMESPath.o normal (in target 'JMESPath' from project 'jmespath.swift')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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-16.3.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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/jmespath.swift.build/Debug-xros/JMESPath.build/Objects-normal/arm64/JMESPath.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/jmespath.swift.build/Debug-xros/JMESPath.build/Objects-normal/arm64/JMESPath_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/jmespath.swift.build/Debug-xros/JMESPath.build/Objects-normal/arm64/JMESPath_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.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/jmespath.swift.build/Debug-xros/JMESPath.build/Objects-normal/arm64/JMESPath.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JMESPath.o
ExtractAppIntentsMetadata (in target 'JMESPath' from project 'jmespath.swift')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name JMESPath --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.JMESPath --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JMESPath.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JMESPath.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/jmespath.swift.build/Debug-xros/JMESPath.build/Objects-normal/arm64/JMESPath_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/jmespath.swift.build/Debug-xros/JMESPath.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/jmespath.swift.build/Debug-xros/JMESPath.build/Objects-normal/arm64/JMESPath.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/jmespath.swift.build/Debug-xros/JMESPath.build/JMESPath.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/jmespath.swift.build/Debug-xros/JMESPath.build/JMESPath.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/jmespath.swift.build/Debug-xros/JMESPath.build/Objects-normal/arm64/JMESPath.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-05-29 07:15:15.698 appintentsmetadataprocessor[725:4095] Starting appintentsmetadataprocessor export
2025-05-29 07:15:15.736 appintentsmetadataprocessor[725:4095] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JMESPath.o (in target 'JMESPath' from project 'jmespath.swift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JMESPath.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "jmespath.swift",
  "name" : "jmespath.swift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "JMESPath",
      "targets" : [
        "JMESPath"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JMESPathTests",
      "module_type" : "SwiftTarget",
      "name" : "JMESPathTests",
      "path" : "Tests/JMESPathTests",
      "sources" : [
        "ComplianceTests.swift",
        "ErrorTests.swift",
        "JSONTests.swift",
        "LexerTests.swift",
        "MirrorTests.swift"
      ],
      "target_dependencies" : [
        "JMESPath"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JMESPath",
      "module_type" : "SwiftTarget",
      "name" : "JMESPath",
      "path" : "Sources/JMESPath",
      "product_memberships" : [
        "JMESPath"
      ],
      "sources" : [
        "Array.swift",
        "Ast.swift",
        "Error.swift",
        "Expression.swift",
        "Functions.swift",
        "Interpreter.swift",
        "JSON/BufferView.swift",
        "JSON/BufferViewCompatibility.swift",
        "JSON/BufferViewIndex.swift",
        "JSON/BufferViewIterator.swift",
        "JSON/JSONScanner.swift",
        "JSON/JSONUtilities.swift",
        "Lexer.swift",
        "Number.swift",
        "Object.swift",
        "Parser.swift",
        "Runtime.swift",
        "Token.swift",
        "Variable.swift",
        "json.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.