The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of json-rpc2, reference v0.1.1 (aa977b), with Swift 6.1 for visionOS using Xcode 16.3 on 29 Apr 2025 04:25:11 UTC.

Swift 6 data race errors: 1

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme json-rpc2 -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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/finsig/json-rpc2.git
Reference: v0.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/finsig/json-rpc2
 * tag               v0.1.1     -> FETCH_HEAD
HEAD is now at aa977b9 Make JSONRPC2Error codes public
Cloned https://github.com/finsig/json-rpc2.git
Revision (git rev-parse @):
aa977b971b4baf6d905d8c1e0efbf71299fec330
SUCCESS checkout https://github.com/finsig/json-rpc2.git at v0.1.1
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/finsig/json-rpc2.git
https://github.com/finsig/json-rpc2.git
{
  "dependencies" : [
    {
      "identity" : "json",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/finsig/json"
    }
  ],
  "manifest_display_name" : "json-rpc2",
  "name" : "json-rpc2",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "JSONRPC2",
      "targets" : [
        "JSONRPC2"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JSONRPC2Tests",
      "module_type" : "SwiftTarget",
      "name" : "JSONRPC2Tests",
      "path" : "Tests/JSONRPC2Tests",
      "sources" : [
        "Public/IdentifierTests.swift",
        "Public/NotificationTests.swift",
        "Public/ResponseTests.swift"
      ],
      "target_dependencies" : [
        "JSONRPC2"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSONRPC2",
      "module_type" : "SwiftTarget",
      "name" : "JSONRPC2",
      "path" : "Sources/JSONRPC2",
      "product_dependencies" : [
        "JSON"
      ],
      "product_memberships" : [
        "JSONRPC2"
      ],
      "sources" : [
        "Internal/JSONRPCVersion.swift",
        "JSONRPC2.swift",
        "Public/Batch.swift",
        "Public/Identifier.swift",
        "Public/JSONRPC2Error.swift",
        "Public/JSONRPC2ErrorCode.swift",
        "Public/Notification.swift",
        "Public/Request.swift",
        "Public/RequestParameters.swift",
        "Public/Response.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
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
Fetching from https://github.com/finsig/json
Creating working copy of package ‘json’
Checking out 0.1.0 of package ‘json’
Resolve Package Graph
Resolved source packages:
  json-rpc2: /Users/admin/builder/spi-builder-workspace
  json: https://github.com/finsig/json @ 0.1.0
resolved source packages: json-rpc2, json
{
  "dependencies" : [
    {
      "identity" : "json",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/finsig/json"
    }
  ],
  "manifest_display_name" : "json-rpc2",
  "name" : "json-rpc2",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "JSONRPC2",
      "targets" : [
        "JSONRPC2"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JSONRPC2Tests",
      "module_type" : "SwiftTarget",
      "name" : "JSONRPC2Tests",
      "path" : "Tests/JSONRPC2Tests",
      "sources" : [
        "Public/IdentifierTests.swift",
        "Public/NotificationTests.swift",
        "Public/ResponseTests.swift"
      ],
      "target_dependencies" : [
        "JSONRPC2"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSONRPC2",
      "module_type" : "SwiftTarget",
      "name" : "JSONRPC2",
      "path" : "Sources/JSONRPC2",
      "product_dependencies" : [
        "JSON"
      ],
      "product_memberships" : [
        "JSONRPC2"
      ],
      "sources" : [
        "Internal/JSONRPCVersion.swift",
        "JSONRPC2.swift",
        "Public/Batch.swift",
        "Public/Identifier.swift",
        "Public/JSONRPC2Error.swift",
        "Public/JSONRPC2ErrorCode.swift",
        "Public/Notification.swift",
        "Public/Request.swift",
        "Public/RequestParameters.swift",
        "Public/Response.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "json-rpc2"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme json-rpc2 -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 json-rpc2 -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
Resolve Package Graph
Resolved source packages:
  json-rpc2: /Users/admin/builder/spi-builder-workspace
  json: https://github.com/finsig/json @ 0.1.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'JSONRPC2' in project 'json-rpc2'
        ➜ Explicit dependency on target 'JSONRPC2' in project 'json-rpc2'
        ➜ Explicit dependency on target 'JSON' in project 'json'
    Target 'JSONRPC2' in project 'json-rpc2'
        ➜ Explicit dependency on target 'JSON' in project 'json'
    Target 'JSON' in project 'json'
        ➜ Explicit dependency on target 'JSON' in project 'json'
    Target 'JSON' in project 'json' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/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/ld -version_details
Build description signature: 8f7c15a044bae252abd821f79111e6b3
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/8f7c15a044bae252abd821f79111e6b3.xcbuilddata
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/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
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/json-rpc2.build/Debug-xros/JSONRPC2.build/JSONRPC2.DependencyMetadataFileList (in target 'JSONRPC2' from project 'json-rpc2')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json-rpc2.build/Debug-xros/JSONRPC2.build/JSONRPC2.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json-rpc2.build/Debug-xros/JSONRPC2.build/JSONRPC2.DependencyStaticMetadataFileList (in target 'JSONRPC2' from project 'json-rpc2')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json-rpc2.build/Debug-xros/JSONRPC2.build/JSONRPC2.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json-rpc2.build/Debug-xros/JSONRPC2.build/JSONRPC2.modulemap (in target 'JSONRPC2' from project 'json-rpc2')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json-rpc2.build/Debug-xros/JSONRPC2.build/JSONRPC2.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json-rpc2.build/Debug-xros/JSONRPC2.build/Objects-normal/arm64/JSONRPC2.LinkFileList (in target 'JSONRPC2' from project 'json-rpc2')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json-rpc2.build/Debug-xros/JSONRPC2.build/Objects-normal/arm64/JSONRPC2.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json-rpc2.build/Debug-xros/JSONRPC2.build/Objects-normal/arm64/JSONRPC2_const_extract_protocols.json (in target 'JSONRPC2' from project 'json-rpc2')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json-rpc2.build/Debug-xros/JSONRPC2.build/Objects-normal/arm64/JSONRPC2_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json-rpc2.build/Debug-xros/JSONRPC2.build/Objects-normal/arm64/JSONRPC2.SwiftConstValuesFileList (in target 'JSONRPC2' from project 'json-rpc2')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json-rpc2.build/Debug-xros/JSONRPC2.build/Objects-normal/arm64/JSONRPC2.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json-rpc2.build/Debug-xros/JSONRPC2.build/Objects-normal/arm64/JSONRPC2.SwiftFileList (in target 'JSONRPC2' from project 'json-rpc2')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json-rpc2.build/Debug-xros/JSONRPC2.build/Objects-normal/arm64/JSONRPC2.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json-rpc2.build/Debug-xros/JSONRPC2.build/Objects-normal/arm64/JSONRPC2-OutputFileMap.json (in target 'JSONRPC2' from project 'json-rpc2')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json-rpc2.build/Debug-xros/JSONRPC2.build/Objects-normal/arm64/JSONRPC2-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json.build/Debug-xros/JSON.build/Objects-normal/arm64/JSON_const_extract_protocols.json (in target 'JSON' from project 'json')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/json
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json.build/Debug-xros/JSON.build/Objects-normal/arm64/JSON_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json.build/Debug-xros/JSON.build/Objects-normal/arm64/JSON.SwiftFileList (in target 'JSON' from project 'json')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/json
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json.build/Debug-xros/JSON.build/Objects-normal/arm64/JSON.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json.build/Debug-xros/JSON.build/Objects-normal/arm64/JSON.SwiftConstValuesFileList (in target 'JSON' from project 'json')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/json
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json.build/Debug-xros/JSON.build/Objects-normal/arm64/JSON.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json.build/Debug-xros/JSON.build/Objects-normal/arm64/JSON.LinkFileList (in target 'JSON' from project 'json')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/json
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json.build/Debug-xros/JSON.build/Objects-normal/arm64/JSON.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json.build/Debug-xros/JSON.build/Objects-normal/arm64/JSON-OutputFileMap.json (in target 'JSON' from project 'json')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/json
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json.build/Debug-xros/JSON.build/Objects-normal/arm64/JSON-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/JSONRPC2.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json-rpc2.build/Debug-xros/JSONRPC2.build/JSONRPC2.modulemap (in target 'JSONRPC2' from project 'json-rpc2')
    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/json-rpc2.build/Debug-xros/JSONRPC2.build/JSONRPC2.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json.build/Debug-xros/JSON.build/JSON.modulemap (in target 'JSON' from project 'json')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/json
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json.build/Debug-xros/JSON.build/JSON.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json.build/Debug-xros/JSON.build/JSON.DependencyStaticMetadataFileList (in target 'JSON' from project 'json')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/json
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json.build/Debug-xros/JSON.build/JSON.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json.build/Debug-xros/JSON.build/JSON.DependencyMetadataFileList (in target 'JSON' from project 'json')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/json
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json.build/Debug-xros/JSON.build/JSON.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/JSON.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json.build/Debug-xros/JSON.build/JSON.modulemap (in target 'JSON' from project 'json')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/json
    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/json.build/Debug-xros/JSON.build/JSON.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
SwiftDriver JSON normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSON' from project 'json')
    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 JSON -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json.build/Debug-xros/JSON.build/Objects-normal/arm64/JSON.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 -suppress-warnings -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/json.build/Debug-xros/JSON.build/Objects-normal/arm64/JSON-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/json.build/Debug-xros/JSON.build/Objects-normal/arm64/JSON.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/json.build/Debug-xros/JSON.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json.build/Debug-xros/JSON.build/Objects-normal/arm64/JSON_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/json.build/Debug-xros/JSON.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json.build/Debug-xros/JSON.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json.build/Debug-xros/JSON.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/json.build/Debug-xros/JSON.build/Objects-normal/arm64/JSON-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ JSON.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/json/Sources/JSON/Model/JSON.swift (in target 'JSON' from project 'json')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/json/Sources/JSON/Model/JSON.swift (in target 'JSON' from project 'json')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Primitive.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/json/Sources/JSON/Model/Primitive.swift (in target 'JSON' from project 'json')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/json/Sources/JSON/Model/Primitive.swift (in target 'JSON' from project 'json')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Object.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/json/Sources/JSON/Model/Object.swift (in target 'JSON' from project 'json')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/json/Sources/JSON/Model/Object.swift (in target 'JSON' from project 'json')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64 Emitting module for JSON (in target 'JSON' from project 'json')
SwiftDriver\ Compilation\ Requirements JSON normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSON' from project 'json')
    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 JSON -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json.build/Debug-xros/JSON.build/Objects-normal/arm64/JSON.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 -suppress-warnings -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/json.build/Debug-xros/JSON.build/Objects-normal/arm64/JSON-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/json.build/Debug-xros/JSON.build/Objects-normal/arm64/JSON.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/json.build/Debug-xros/JSON.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json.build/Debug-xros/JSON.build/Objects-normal/arm64/JSON_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/json.build/Debug-xros/JSON.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json.build/Debug-xros/JSON.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json.build/Debug-xros/JSON.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/json.build/Debug-xros/JSON.build/Objects-normal/arm64/JSON-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/JSON-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json.build/Debug-xros/JSON.build/Objects-normal/arm64/JSON-Swift.h (in target 'JSON' from project 'json')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/json
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json.build/Debug-xros/JSON.build/Objects-normal/arm64/JSON-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/JSON-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSON.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json.build/Debug-xros/JSON.build/Objects-normal/arm64/JSON.swiftmodule (in target 'JSON' from project 'json')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/json
    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/json.build/Debug-xros/JSON.build/Objects-normal/arm64/JSON.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSON.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSON.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json.build/Debug-xros/JSON.build/Objects-normal/arm64/JSON.abi.json (in target 'JSON' from project 'json')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/json
    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/json.build/Debug-xros/JSON.build/Objects-normal/arm64/JSON.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSON.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSON.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json.build/Debug-xros/JSON.build/Objects-normal/arm64/JSON.swiftdoc (in target 'JSON' from project 'json')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/json
    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/json.build/Debug-xros/JSON.build/Objects-normal/arm64/JSON.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSON.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSON.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json.build/Debug-xros/JSON.build/Objects-normal/arm64/JSON.swiftsourceinfo (in target 'JSON' from project 'json')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/json
    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/json.build/Debug-xros/JSON.build/Objects-normal/arm64/JSON.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSON.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriver JSONRPC2 normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSONRPC2' from project 'json-rpc2')
    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 JSONRPC2 -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json-rpc2.build/Debug-xros/JSONRPC2.build/Objects-normal/arm64/JSONRPC2.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/PackageFrameworks -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/json-rpc2.build/Debug-xros/JSONRPC2.build/Objects-normal/arm64/JSONRPC2-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/json-rpc2.build/Debug-xros/JSONRPC2.build/Objects-normal/arm64/JSONRPC2.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/json-rpc2.build/Debug-xros/JSONRPC2.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json-rpc2.build/Debug-xros/JSONRPC2.build/Objects-normal/arm64/JSONRPC2_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/json-rpc2.build/Debug-xros/JSONRPC2.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json-rpc2.build/Debug-xros/JSONRPC2.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json-rpc2.build/Debug-xros/JSONRPC2.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/json-rpc2.build/Debug-xros/JSONRPC2.build/Objects-normal/arm64/JSONRPC2-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ JSONRPC2.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONRPC2/JSONRPC2.swift (in target 'JSONRPC2' from project 'json-rpc2')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONRPC2/JSONRPC2.swift (in target 'JSONRPC2' from project 'json-rpc2')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/JSONRPC2/Public/JSONRPC2Error.swift:18:16: warning: stored property 'errorInfo' of 'Sendable'-conforming struct 'JSONRPC2Error' has non-sendable type 'JSON?'; this is an error in the Swift 6 language mode
    public let errorInfo: JSON?
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/json/Sources/JSON/Model/JSON.swift:18:13: note: enum 'JSON' does not conform to the 'Sendable' protocol
public enum JSON {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONRPC2/Public/JSONRPC2Error.swift:7:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'JSON'
import JSON
^
@preconcurrency
SwiftCompile normal arm64 Compiling\ JSONRPC2ErrorCode.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONRPC2/Public/JSONRPC2ErrorCode.swift (in target 'JSONRPC2' from project 'json-rpc2')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONRPC2/Public/JSONRPC2ErrorCode.swift (in target 'JSONRPC2' from project 'json-rpc2')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Batch.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONRPC2/Public/Batch.swift (in target 'JSONRPC2' from project 'json-rpc2')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONRPC2/Public/Batch.swift (in target 'JSONRPC2' from project 'json-rpc2')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ JSONRPC2Error.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONRPC2/Public/JSONRPC2Error.swift (in target 'JSONRPC2' from project 'json-rpc2')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONRPC2/Public/JSONRPC2Error.swift (in target 'JSONRPC2' from project 'json-rpc2')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/JSONRPC2/Public/JSONRPC2Error.swift:18:16: warning: stored property 'errorInfo' of 'Sendable'-conforming struct 'JSONRPC2Error' has non-sendable type 'JSON?'; this is an error in the Swift 6 language mode
    public let errorInfo: JSON?
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/json/Sources/JSON/Model/JSON.swift:18:13: note: enum 'JSON' does not conform to the 'Sendable' protocol
public enum JSON {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONRPC2/Public/JSONRPC2Error.swift:7:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'JSON'
import JSON
^
@preconcurrency
SwiftCompile normal arm64 Compiling\ Response.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONRPC2/Public/Response.swift (in target 'JSONRPC2' from project 'json-rpc2')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONRPC2/Public/Response.swift (in target 'JSONRPC2' from project 'json-rpc2')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ RequestParameters.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONRPC2/Public/RequestParameters.swift (in target 'JSONRPC2' from project 'json-rpc2')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONRPC2/Public/RequestParameters.swift (in target 'JSONRPC2' from project 'json-rpc2')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Identifier.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONRPC2/Public/Identifier.swift (in target 'JSONRPC2' from project 'json-rpc2')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONRPC2/Public/Identifier.swift (in target 'JSONRPC2' from project 'json-rpc2')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling JSON.swift (in target 'JSON' from project 'json')
SwiftCompile normal arm64 Compiling\ Notification.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONRPC2/Public/Notification.swift (in target 'JSONRPC2' from project 'json-rpc2')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONRPC2/Public/Notification.swift (in target 'JSONRPC2' from project 'json-rpc2')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ JSONRPCVersion.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONRPC2/Internal/JSONRPCVersion.swift (in target 'JSONRPC2' from project 'json-rpc2')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONRPC2/Internal/JSONRPCVersion.swift (in target 'JSONRPC2' from project 'json-rpc2')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Object.swift (in target 'JSON' from project 'json')
SwiftDriverJobDiscovery normal arm64 Compiling Primitive.swift (in target 'JSON' from project 'json')
SwiftCompile normal arm64 Compiling\ Request.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONRPC2/Public/Request.swift (in target 'JSONRPC2' from project 'json-rpc2')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONRPC2/Public/Request.swift (in target 'JSONRPC2' from project 'json-rpc2')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Batch.swift (in target 'JSONRPC2' from project 'json-rpc2')
SwiftDriver\ Compilation JSON normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSON' from project 'json')
    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 JSON -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json.build/Debug-xros/JSON.build/Objects-normal/arm64/JSON.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 -suppress-warnings -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/json.build/Debug-xros/JSON.build/Objects-normal/arm64/JSON-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/json.build/Debug-xros/JSON.build/Objects-normal/arm64/JSON.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/json.build/Debug-xros/JSON.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json.build/Debug-xros/JSON.build/Objects-normal/arm64/JSON_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/json.build/Debug-xros/JSON.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json.build/Debug-xros/JSON.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json.build/Debug-xros/JSON.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/json.build/Debug-xros/JSON.build/Objects-normal/arm64/JSON-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling JSONRPCVersion.swift (in target 'JSONRPC2' from project 'json-rpc2')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSON.o normal (in target 'JSON' from project 'json')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/json
    /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 -w -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/json.build/Debug-xros/JSON.build/Objects-normal/arm64/JSON.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json.build/Debug-xros/JSON.build/Objects-normal/arm64/JSON_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json.build/Debug-xros/JSON.build/Objects-normal/arm64/JSON_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/json.build/Debug-xros/JSON.build/Objects-normal/arm64/JSON.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSON.o
SwiftDriverJobDiscovery normal arm64 Compiling RequestParameters.swift (in target 'JSONRPC2' from project 'json-rpc2')
SwiftDriverJobDiscovery normal arm64 Compiling Identifier.swift (in target 'JSONRPC2' from project 'json-rpc2')
SwiftDriverJobDiscovery normal arm64 Compiling Notification.swift (in target 'JSONRPC2' from project 'json-rpc2')
SwiftDriverJobDiscovery normal arm64 Compiling JSONRPC2.swift (in target 'JSONRPC2' from project 'json-rpc2')
ExtractAppIntentsMetadata (in target 'JSON' from project 'json')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/json
    /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 JSON --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 json.JSON --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSON.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSON.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json.build/Debug-xros/JSON.build/Objects-normal/arm64/JSON_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json.build/Debug-xros/JSON.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json.build/Debug-xros/JSON.build/Objects-normal/arm64/JSON.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json.build/Debug-xros/JSON.build/JSON.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json.build/Debug-xros/JSON.build/JSON.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json.build/Debug-xros/JSON.build/Objects-normal/arm64/JSON.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-28 21:25:08.515 appintentsmetadataprocessor[777:4262] Starting appintentsmetadataprocessor export
2025-04-28 21:25:08.559 appintentsmetadataprocessor[777:4262] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling JSONRPC2ErrorCode.swift (in target 'JSONRPC2' from project 'json-rpc2')
SwiftDriverJobDiscovery normal arm64 Emitting module for JSONRPC2 (in target 'JSONRPC2' from project 'json-rpc2')
SwiftDriver\ Compilation\ Requirements JSONRPC2 normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSONRPC2' from project 'json-rpc2')
    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 JSONRPC2 -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json-rpc2.build/Debug-xros/JSONRPC2.build/Objects-normal/arm64/JSONRPC2.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/PackageFrameworks -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/json-rpc2.build/Debug-xros/JSONRPC2.build/Objects-normal/arm64/JSONRPC2-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/json-rpc2.build/Debug-xros/JSONRPC2.build/Objects-normal/arm64/JSONRPC2.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/json-rpc2.build/Debug-xros/JSONRPC2.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json-rpc2.build/Debug-xros/JSONRPC2.build/Objects-normal/arm64/JSONRPC2_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/json-rpc2.build/Debug-xros/JSONRPC2.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json-rpc2.build/Debug-xros/JSONRPC2.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json-rpc2.build/Debug-xros/JSONRPC2.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/json-rpc2.build/Debug-xros/JSONRPC2.build/Objects-normal/arm64/JSONRPC2-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/JSONRPC2-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json-rpc2.build/Debug-xros/JSONRPC2.build/Objects-normal/arm64/JSONRPC2-Swift.h (in target 'JSONRPC2' from project 'json-rpc2')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json-rpc2.build/Debug-xros/JSONRPC2.build/Objects-normal/arm64/JSONRPC2-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/JSONRPC2-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSONRPC2.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json-rpc2.build/Debug-xros/JSONRPC2.build/Objects-normal/arm64/JSONRPC2.abi.json (in target 'JSONRPC2' from project 'json-rpc2')
    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/json-rpc2.build/Debug-xros/JSONRPC2.build/Objects-normal/arm64/JSONRPC2.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSONRPC2.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSONRPC2.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json-rpc2.build/Debug-xros/JSONRPC2.build/Objects-normal/arm64/JSONRPC2.swiftdoc (in target 'JSONRPC2' from project 'json-rpc2')
    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/json-rpc2.build/Debug-xros/JSONRPC2.build/Objects-normal/arm64/JSONRPC2.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSONRPC2.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSONRPC2.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json-rpc2.build/Debug-xros/JSONRPC2.build/Objects-normal/arm64/JSONRPC2.swiftmodule (in target 'JSONRPC2' from project 'json-rpc2')
    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/json-rpc2.build/Debug-xros/JSONRPC2.build/Objects-normal/arm64/JSONRPC2.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSONRPC2.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSONRPC2.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json-rpc2.build/Debug-xros/JSONRPC2.build/Objects-normal/arm64/JSONRPC2.swiftsourceinfo (in target 'JSONRPC2' from project 'json-rpc2')
    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/json-rpc2.build/Debug-xros/JSONRPC2.build/Objects-normal/arm64/JSONRPC2.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSONRPC2.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSON.o (in target 'JSON' from project 'json')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/json
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSON.o
SwiftDriverJobDiscovery normal arm64 Compiling JSONRPC2Error.swift (in target 'JSONRPC2' from project 'json-rpc2')
SwiftDriverJobDiscovery normal arm64 Compiling Request.swift (in target 'JSONRPC2' from project 'json-rpc2')
SwiftDriverJobDiscovery normal arm64 Compiling Response.swift (in target 'JSONRPC2' from project 'json-rpc2')
SwiftDriver\ Compilation JSONRPC2 normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSONRPC2' from project 'json-rpc2')
    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 JSONRPC2 -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json-rpc2.build/Debug-xros/JSONRPC2.build/Objects-normal/arm64/JSONRPC2.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/PackageFrameworks -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/json-rpc2.build/Debug-xros/JSONRPC2.build/Objects-normal/arm64/JSONRPC2-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/json-rpc2.build/Debug-xros/JSONRPC2.build/Objects-normal/arm64/JSONRPC2.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/json-rpc2.build/Debug-xros/JSONRPC2.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json-rpc2.build/Debug-xros/JSONRPC2.build/Objects-normal/arm64/JSONRPC2_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/json-rpc2.build/Debug-xros/JSONRPC2.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json-rpc2.build/Debug-xros/JSONRPC2.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json-rpc2.build/Debug-xros/JSONRPC2.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/json-rpc2.build/Debug-xros/JSONRPC2.build/Objects-normal/arm64/JSONRPC2-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/JSONRPC2.o normal (in target 'JSONRPC2' from project 'json-rpc2')
    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/PackageFrameworks -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/json-rpc2.build/Debug-xros/JSONRPC2.build/Objects-normal/arm64/JSONRPC2.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json-rpc2.build/Debug-xros/JSONRPC2.build/Objects-normal/arm64/JSONRPC2_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json-rpc2.build/Debug-xros/JSONRPC2.build/Objects-normal/arm64/JSONRPC2_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/json-rpc2.build/Debug-xros/JSONRPC2.build/Objects-normal/arm64/JSONRPC2.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSONRPC2.o
ExtractAppIntentsMetadata (in target 'JSONRPC2' from project 'json-rpc2')
    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 JSONRPC2 --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.JSONRPC2 --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSONRPC2.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSONRPC2.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json-rpc2.build/Debug-xros/JSONRPC2.build/Objects-normal/arm64/JSONRPC2_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json-rpc2.build/Debug-xros/JSONRPC2.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json-rpc2.build/Debug-xros/JSONRPC2.build/Objects-normal/arm64/JSONRPC2.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json-rpc2.build/Debug-xros/JSONRPC2.build/JSONRPC2.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json-rpc2.build/Debug-xros/JSONRPC2.build/JSONRPC2.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/json-rpc2.build/Debug-xros/JSONRPC2.build/Objects-normal/arm64/JSONRPC2.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-28 21:25:10.340 appintentsmetadataprocessor[780:4287] Starting appintentsmetadataprocessor export
2025-04-28 21:25:10.372 appintentsmetadataprocessor[780:4287] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSONRPC2.o (in target 'JSONRPC2' from project 'json-rpc2')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/JSONRPC2.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
    {
      "identity" : "json",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/finsig/json"
    }
  ],
  "manifest_display_name" : "json-rpc2",
  "name" : "json-rpc2",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "JSONRPC2",
      "targets" : [
        "JSONRPC2"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JSONRPC2Tests",
      "module_type" : "SwiftTarget",
      "name" : "JSONRPC2Tests",
      "path" : "Tests/JSONRPC2Tests",
      "sources" : [
        "Public/IdentifierTests.swift",
        "Public/NotificationTests.swift",
        "Public/ResponseTests.swift"
      ],
      "target_dependencies" : [
        "JSONRPC2"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSONRPC2",
      "module_type" : "SwiftTarget",
      "name" : "JSONRPC2",
      "path" : "Sources/JSONRPC2",
      "product_dependencies" : [
        "JSON"
      ],
      "product_memberships" : [
        "JSONRPC2"
      ],
      "sources" : [
        "Internal/JSONRPCVersion.swift",
        "JSONRPC2.swift",
        "Public/Batch.swift",
        "Public/Identifier.swift",
        "Public/JSONRPC2Error.swift",
        "Public/JSONRPC2ErrorCode.swift",
        "Public/Notification.swift",
        "Public/Request.swift",
        "Public/RequestParameters.swift",
        "Public/Response.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.