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 ResilientDecoding, reference master (830bd6), with Swift 6.1 for visionOS using Xcode 16.3 on 29 Apr 2025 12:30:13 UTC.

Swift 6 data race errors: 3

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ResilientDecoding -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.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/airbnb/ResilientDecoding.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/airbnb/ResilientDecoding
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 830bd6f Bump rexml from 3.3.7 to 3.3.9 (#61)
Cloned https://github.com/airbnb/ResilientDecoding.git
Revision (git rev-parse @):
830bd6f35aeec3ff2067321bf87b2ae7b26d57f9
SUCCESS checkout https://github.com/airbnb/ResilientDecoding.git at master
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/airbnb/ResilientDecoding.git
https://github.com/airbnb/ResilientDecoding.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ResilientDecoding",
  "name" : "ResilientDecoding",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "5.0"
    },
    {
      "name" : "macos",
      "version" : "10.14"
    }
  ],
  "products" : [
    {
      "name" : "ResilientDecoding",
      "targets" : [
        "ResilientDecoding"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ResilientDecodingTests",
      "module_type" : "SwiftTarget",
      "name" : "ResilientDecodingTests",
      "path" : "Tests/ResilientDecodingTests",
      "sources" : [
        "BugTests.swift",
        "MemoryTests.swift",
        "ResilientArrayTests.swift",
        "ResilientDecodingErrorReporterTests.swift",
        "ResilientDecodingTests.swift",
        "ResilientDictionaryTests.swift",
        "ResilientOptionalTests.swift",
        "ResilientRawRepresentableArrayTests.swift",
        "ResilientRawRepresentableDictionaryTests.swift",
        "ResilientRawRepresentableTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "ResilientDecoding"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ResilientDecoding",
      "module_type" : "SwiftTarget",
      "name" : "ResilientDecoding",
      "path" : "Sources/ResilientDecoding",
      "product_memberships" : [
        "ResilientDecoding"
      ],
      "sources" : [
        "ErrorReporting.swift",
        "Resilient.swift",
        "ResilientArray+DecodingOutcome.swift",
        "ResilientArray.swift",
        "ResilientDictionary+DecodingOutcome.swift",
        "ResilientDictionary.swift",
        "ResilientOptional.swift",
        "ResilientRawRepresentable.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:
  ResilientDecoding: /Users/admin/builder/spi-builder-workspace
resolved source packages: ResilientDecoding
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ResilientDecoding",
  "name" : "ResilientDecoding",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "5.0"
    },
    {
      "name" : "macos",
      "version" : "10.14"
    }
  ],
  "products" : [
    {
      "name" : "ResilientDecoding",
      "targets" : [
        "ResilientDecoding"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ResilientDecodingTests",
      "module_type" : "SwiftTarget",
      "name" : "ResilientDecodingTests",
      "path" : "Tests/ResilientDecodingTests",
      "sources" : [
        "BugTests.swift",
        "MemoryTests.swift",
        "ResilientArrayTests.swift",
        "ResilientDecodingErrorReporterTests.swift",
        "ResilientDecodingTests.swift",
        "ResilientDictionaryTests.swift",
        "ResilientOptionalTests.swift",
        "ResilientRawRepresentableArrayTests.swift",
        "ResilientRawRepresentableDictionaryTests.swift",
        "ResilientRawRepresentableTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "ResilientDecoding"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ResilientDecoding",
      "module_type" : "SwiftTarget",
      "name" : "ResilientDecoding",
      "path" : "Sources/ResilientDecoding",
      "product_memberships" : [
        "ResilientDecoding"
      ],
      "sources" : [
        "ErrorReporting.swift",
        "Resilient.swift",
        "ResilientArray+DecodingOutcome.swift",
        "ResilientArray.swift",
        "ResilientDictionary+DecodingOutcome.swift",
        "ResilientDictionary.swift",
        "ResilientOptional.swift",
        "ResilientRawRepresentable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "ResilientDecoding"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ResilientDecoding -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 ResilientDecoding -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:
  ResilientDecoding: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'ResilientDecodingTests' in project 'ResilientDecoding'
        ➜ Explicit dependency on target 'ResilientDecoding' in project 'ResilientDecoding'
    Target 'ResilientDecoding' in project 'ResilientDecoding'
        ➜ Explicit dependency on target 'ResilientDecoding' in project 'ResilientDecoding'
    Target 'ResilientDecoding' in project 'ResilientDecoding' (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: 9b7f91440e9e658c23822262e43930ab
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/9b7f91440e9e658c23822262e43930ab.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
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
    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/Products/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ResilientDecodingTests.xctest (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ResilientDecodingTests.xctest
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/ResilientDecoding.modulemap (in target 'ResilientDecoding' from project 'ResilientDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/ResilientDecoding.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/ResilientDecodingTests.DependencyStaticMetadataFileList (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/ResilientDecodingTests.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/ResilientDecodingTests.DependencyMetadataFileList (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/ResilientDecodingTests.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/empty-ResilientDecodingTests.plist (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/empty-ResilientDecodingTests.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests-OutputFileMap.json (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests.SwiftFileList (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests.SwiftConstValuesFileList (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests_const_extract_protocols.json (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests.LinkFileList (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/ResilientDecoding.DependencyStaticMetadataFileList (in target 'ResilientDecoding' from project 'ResilientDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/ResilientDecoding.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/ResilientDecoding.DependencyMetadataFileList (in target 'ResilientDecoding' from project 'ResilientDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/ResilientDecoding.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding.SwiftFileList (in target 'ResilientDecoding' from project 'ResilientDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding_const_extract_protocols.json (in target 'ResilientDecoding' from project 'ResilientDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding.SwiftConstValuesFileList (in target 'ResilientDecoding' from project 'ResilientDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding.LinkFileList (in target 'ResilientDecoding' from project 'ResilientDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding-OutputFileMap.json (in target 'ResilientDecoding' from project 'ResilientDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/ResilientDecoding.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/ResilientDecoding.modulemap (in target 'ResilientDecoding' from project 'ResilientDecoding')
    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/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/ResilientDecoding.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
SwiftDriver ResilientDecoding normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ResilientDecoding' from project 'ResilientDecoding')
    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 ResilientDecoding -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding.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/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding-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/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding.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/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding_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/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecoding.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/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ ResilientArray.swift /Users/admin/builder/spi-builder-workspace/Sources/ResilientDecoding/ResilientArray.swift (in target 'ResilientDecoding' from project 'ResilientDecoding')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ResilientDecoding/ResilientArray.swift (in target 'ResilientDecoding' from project 'ResilientDecoding')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ResilientArray+DecodingOutcome.swift /Users/admin/builder/spi-builder-workspace/Sources/ResilientDecoding/ResilientArray+DecodingOutcome.swift (in target 'ResilientDecoding' from project 'ResilientDecoding')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ResilientDecoding/ResilientArray+DecodingOutcome.swift (in target 'ResilientDecoding' from project 'ResilientDecoding')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ResilientDecoding/ResilientArray+DecodingOutcome.swift:45:16: warning: stored property 'results' of 'Sendable'-conforming generic struct 'ArrayDecodingError' has non-sendable type '[Result<Element, any Error>]'; this is an error in the Swift 6 language mode
    public let results: [Result<Element, Error>]
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ResilientDecoding/ResilientArray+DecodingOutcome.swift:44:36: note: consider making generic parameter 'Element' conform to the 'Sendable' protocol
  public struct ArrayDecodingError<Element>: Error {
                                   ^
                                          : Sendable
SwiftCompile normal arm64 Compiling\ ResilientOptional.swift /Users/admin/builder/spi-builder-workspace/Sources/ResilientDecoding/ResilientOptional.swift (in target 'ResilientDecoding' from project 'ResilientDecoding')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ResilientDecoding/ResilientOptional.swift (in target 'ResilientDecoding' from project 'ResilientDecoding')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/ResilientDecoding/ErrorReporting.swift:237:14: warning: stored property 'novelValue' of 'Sendable'-conforming struct 'UnknownNovelValueError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
  public let novelValue: Any
             ^
/Users/admin/builder/spi-builder-workspace/Sources/ResilientDecoding/ResilientArray+DecodingOutcome.swift:45:16: warning: stored property 'results' of 'Sendable'-conforming generic struct 'ArrayDecodingError' has non-sendable type '[Result<Element, any Error>]'; this is an error in the Swift 6 language mode
    public let results: [Result<Element, Error>]
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ResilientDecoding/ResilientArray+DecodingOutcome.swift:44:36: note: consider making generic parameter 'Element' conform to the 'Sendable' protocol
  public struct ArrayDecodingError<Element>: Error {
                                   ^
                                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ResilientDecoding/ResilientDictionary+DecodingOutcome.swift:45:16: warning: stored property 'results' of 'Sendable'-conforming generic struct 'DictionaryDecodingError' has non-sendable type '[String : Result<Value, any Error>]'; this is an error in the Swift 6 language mode
    public let results: [String: Result<Value, Error>]
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ResilientDecoding/ResilientDictionary+DecodingOutcome.swift:44:41: note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
  public struct DictionaryDecodingError<Value>: Error {
                                        ^
                                             : Sendable
SwiftCompile normal arm64 Compiling\ ResilientDictionary.swift /Users/admin/builder/spi-builder-workspace/Sources/ResilientDecoding/ResilientDictionary.swift (in target 'ResilientDecoding' from project 'ResilientDecoding')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ResilientDecoding/ResilientDictionary.swift (in target 'ResilientDecoding' from project 'ResilientDecoding')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

/Users/admin/builder/spi-builder-workspace/Sources/ResilientDecoding/ErrorReporting.swift:237:14: warning: stored property 'novelValue' of 'Sendable'-conforming struct 'UnknownNovelValueError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
  public let novelValue: Any
             ^
/Users/admin/builder/spi-builder-workspace/Sources/ResilientDecoding/ErrorReporting.swift:60:49: warning: type 'Any' does not conform to the 'Sendable' protocol
    userInfo[.resilientDecodingErrorReporter] = oldValue
                                                ^
SwiftCompile normal arm64 Compiling\ ResilientDictionary+DecodingOutcome.swift /Users/admin/builder/spi-builder-workspace/Sources/ResilientDecoding/ResilientDictionary+DecodingOutcome.swift (in target 'ResilientDecoding' from project 'ResilientDecoding')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ResilientDecoding/ResilientDictionary+DecodingOutcome.swift (in target 'ResilientDecoding' from project 'ResilientDecoding')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ResilientDecoding/ResilientDictionary+DecodingOutcome.swift:45:16: warning: stored property 'results' of 'Sendable'-conforming generic struct 'DictionaryDecodingError' has non-sendable type '[String : Result<Value, any Error>]'; this is an error in the Swift 6 language mode
    public let results: [String: Result<Value, Error>]
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ResilientDecoding/ResilientDictionary+DecodingOutcome.swift:44:41: note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
  public struct DictionaryDecodingError<Value>: Error {
                                        ^
                                             : Sendable
SwiftDriverJobDiscovery normal arm64 Emitting module for ResilientDecoding (in target 'ResilientDecoding' from project 'ResilientDecoding')
SwiftDriver\ Compilation\ Requirements ResilientDecoding normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ResilientDecoding' from project 'ResilientDecoding')
    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 ResilientDecoding -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding.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/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding-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/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding.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/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding_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/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecoding.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/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding-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/ResilientDecoding-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding-Swift.h (in target 'ResilientDecoding' from project 'ResilientDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/ResilientDecoding-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ResilientDecoding.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding.swiftmodule (in target 'ResilientDecoding' from project 'ResilientDecoding')
    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/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ResilientDecoding.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ResilientDecoding.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding.swiftdoc (in target 'ResilientDecoding' from project 'ResilientDecoding')
    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/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ResilientDecoding.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ResilientDecoding.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding.abi.json (in target 'ResilientDecoding' from project 'ResilientDecoding')
    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/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ResilientDecoding.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ResilientDecoding.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding.swiftsourceinfo (in target 'ResilientDecoding' from project 'ResilientDecoding')
    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/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ResilientDecoding.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriver ResilientDecodingTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
    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 ResilientDecodingTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests.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/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests-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/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests_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/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ ResilientDecodingTests (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
EmitSwiftModule normal arm64 (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ BugTests.swift,\ MemoryTests.swift /Users/admin/builder/spi-builder-workspace/Tests/ResilientDecodingTests/BugTests.swift /Users/admin/builder/spi-builder-workspace/Tests/ResilientDecodingTests/MemoryTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/ResilientDecodingTests/BugTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/ResilientDecodingTests/MemoryTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ XCTestManifests.swift /Users/admin/builder/spi-builder-workspace/Tests/ResilientDecodingTests/XCTestManifests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/ResilientDecodingTests/XCTestManifests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling ResilientDictionary.swift (in target 'ResilientDecoding' from project 'ResilientDecoding')
SwiftCompile normal arm64 Compiling\ ResilientRawRepresentableArrayTests.swift /Users/admin/builder/spi-builder-workspace/Tests/ResilientDecodingTests/ResilientRawRepresentableArrayTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/ResilientDecodingTests/ResilientRawRepresentableArrayTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling ResilientArray+DecodingOutcome.swift (in target 'ResilientDecoding' from project 'ResilientDecoding')
SwiftCompile normal arm64 Compiling\ ResilientDecodingTests.swift /Users/admin/builder/spi-builder-workspace/Tests/ResilientDecodingTests/ResilientDecodingTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/ResilientDecodingTests/ResilientDecodingTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling ResilientOptional.swift (in target 'ResilientDecoding' from project 'ResilientDecoding')
SwiftCompile normal arm64 Compiling\ ResilientArrayTests.swift /Users/admin/builder/spi-builder-workspace/Tests/ResilientDecodingTests/ResilientArrayTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/ResilientDecodingTests/ResilientArrayTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Resilient.swift (in target 'ResilientDecoding' from project 'ResilientDecoding')
SwiftCompile normal arm64 Compiling\ ResilientDecodingErrorReporterTests.swift /Users/admin/builder/spi-builder-workspace/Tests/ResilientDecodingTests/ResilientDecodingErrorReporterTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/ResilientDecodingTests/ResilientDecodingErrorReporterTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling ResilientDictionary+DecodingOutcome.swift (in target 'ResilientDecoding' from project 'ResilientDecoding')
SwiftCompile normal arm64 Compiling\ ResilientRawRepresentableDictionaryTests.swift /Users/admin/builder/spi-builder-workspace/Tests/ResilientDecodingTests/ResilientRawRepresentableDictionaryTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/ResilientDecodingTests/ResilientRawRepresentableDictionaryTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ResilientDictionaryTests.swift /Users/admin/builder/spi-builder-workspace/Tests/ResilientDecodingTests/ResilientDictionaryTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/ResilientDecodingTests/ResilientDictionaryTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ResilientRawRepresentableTests.swift /Users/admin/builder/spi-builder-workspace/Tests/ResilientDecodingTests/ResilientRawRepresentableTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/ResilientDecodingTests/ResilientRawRepresentableTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling ErrorReporting.swift (in target 'ResilientDecoding' from project 'ResilientDecoding')
SwiftDriverJobDiscovery normal arm64 Compiling ResilientArray.swift (in target 'ResilientDecoding' from project 'ResilientDecoding')
SwiftDriverJobDiscovery normal arm64 Compiling ResilientRawRepresentable.swift (in target 'ResilientDecoding' from project 'ResilientDecoding')
SwiftCompile normal arm64 Compiling\ ResilientOptionalTests.swift /Users/admin/builder/spi-builder-workspace/Tests/ResilientDecodingTests/ResilientOptionalTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/ResilientDecodingTests/ResilientOptionalTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for ResilientDecodingTests (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
SwiftDriver\ Compilation\ Requirements ResilientDecodingTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
    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 ResilientDecodingTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests.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/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests-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/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests_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/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling XCTestManifests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
SwiftDriver\ Compilation ResilientDecoding normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ResilientDecoding' from project 'ResilientDecoding')
    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 ResilientDecoding -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding.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/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding-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/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding.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/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding_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/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecoding.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/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ResilientDecodingTests.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests.swiftmodule (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
    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/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ResilientDecodingTests.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ResilientDecodingTests.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests.swiftdoc (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
    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/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ResilientDecodingTests.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ResilientDecodingTests.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests.abi.json (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
    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/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ResilientDecodingTests.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ResilientDecodingTests.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests.swiftsourceinfo (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
    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/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ResilientDecodingTests.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ResilientDecoding.o normal (in target 'ResilientDecoding' from project 'ResilientDecoding')
    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/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding_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/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ResilientDecoding.o
ExtractAppIntentsMetadata (in target 'ResilientDecoding' from project 'ResilientDecoding')
    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 ResilientDecoding --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.ResilientDecoding --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ResilientDecoding.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ResilientDecoding.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/ResilientDecoding.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/ResilientDecoding.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-29 05:30:11.969 appintentsmetadataprocessor[746:4209] Starting appintentsmetadataprocessor export
2025-04-29 05:30:12.025 appintentsmetadataprocessor[746:4209] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ResilientDecoding.o (in target 'ResilientDecoding' from project 'ResilientDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ResilientDecoding.o
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ResilientDecodingTests.xctest/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/empty-ResilientDecodingTests.plist (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/empty-ResilientDecodingTests.plist -producttype com.apple.product-type.bundle.unit-test -expandbuildsettings -format binary -platform xros -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ResilientDecodingTests.xctest/Info.plist
SwiftDriverJobDiscovery normal arm64 Compiling ResilientDecodingTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
SwiftDriverJobDiscovery normal arm64 Compiling ResilientRawRepresentableArrayTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
SwiftDriverJobDiscovery normal arm64 Compiling ResilientOptionalTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
SwiftDriverJobDiscovery normal arm64 Compiling ResilientArrayTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
SwiftDriverJobDiscovery normal arm64 Compiling ResilientDictionaryTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
SwiftDriverJobDiscovery normal arm64 Compiling BugTests.swift, MemoryTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
SwiftDriverJobDiscovery normal arm64 Compiling ResilientRawRepresentableDictionaryTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
SwiftDriverJobDiscovery normal arm64 Compiling ResilientRawRepresentableTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
SwiftDriverJobDiscovery normal arm64 Compiling ResilientDecodingErrorReporterTests.swift (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
SwiftDriver\ Compilation ResilientDecodingTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
    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 ResilientDecodingTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests.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/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests-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/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests_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/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -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/ResilientDecodingTests.xctest/ResilientDecodingTests normal (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
    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 -bundle -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/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests.LinkFileList -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/../Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -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/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests.swiftmodule -Wl,-no_warn_duplicate_libraries -framework XCTest -lXCTestSwiftSupport -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ResilientDecodingTests.xctest/ResilientDecodingTests -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecoding.build/Objects-normal/arm64/ResilientDecoding.swiftmodule
CopySwiftLibs /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ResilientDecodingTests.xctest (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftStdLibTool --copy --verbose --scan-executable /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ResilientDecodingTests.xctest/ResilientDecodingTests --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ResilientDecodingTests.xctest/Frameworks --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ResilientDecodingTests.xctest/PlugIns --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ResilientDecodingTests.xctest/SystemExtensions --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ResilientDecodingTests.xctest/Extensions --platform xros --toolchain /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --destination /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ResilientDecodingTests.xctest/Frameworks --strip-bitcode --scan-executable /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/libXCTestSwiftSupport.dylib --strip-bitcode-tool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip --emit-dependency-info /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/SwiftStdLibToolInputDependencies.dep --filter-for-swift-os
Ignoring --strip-bitcode because --sign was not passed
ExtractAppIntentsMetadata (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
    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 ResilientDecodingTests --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.ResilientDecodingTests --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ResilientDecodingTests.xctest --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ResilientDecodingTests.xctest/ResilientDecodingTests --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/ResilientDecodingTests.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/ResilientDecodingTests.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ResilientDecoding.build/Debug-xros/ResilientDecodingTests.build/Objects-normal/arm64/ResilientDecodingTests.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-29 05:30:12.750 appintentsmetadataprocessor[749:4243] Starting appintentsmetadataprocessor export
2025-04-29 05:30:12.752 appintentsmetadataprocessor[749:4243] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateDSYMFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ResilientDecodingTests.xctest.dSYM /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ResilientDecodingTests.xctest/ResilientDecodingTests (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ResilientDecodingTests.xctest/ResilientDecodingTests -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ResilientDecodingTests.xctest.dSYM
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ResilientDecodingTests.xctest (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ResilientDecodingTests.xctest
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ResilientDecodingTests.xctest (in target 'ResilientDecodingTests' from project 'ResilientDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ResilientDecodingTests.xctest
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ResilientDecoding",
  "name" : "ResilientDecoding",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "5.0"
    },
    {
      "name" : "macos",
      "version" : "10.14"
    }
  ],
  "products" : [
    {
      "name" : "ResilientDecoding",
      "targets" : [
        "ResilientDecoding"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ResilientDecodingTests",
      "module_type" : "SwiftTarget",
      "name" : "ResilientDecodingTests",
      "path" : "Tests/ResilientDecodingTests",
      "sources" : [
        "BugTests.swift",
        "MemoryTests.swift",
        "ResilientArrayTests.swift",
        "ResilientDecodingErrorReporterTests.swift",
        "ResilientDecodingTests.swift",
        "ResilientDictionaryTests.swift",
        "ResilientOptionalTests.swift",
        "ResilientRawRepresentableArrayTests.swift",
        "ResilientRawRepresentableDictionaryTests.swift",
        "ResilientRawRepresentableTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "ResilientDecoding"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ResilientDecoding",
      "module_type" : "SwiftTarget",
      "name" : "ResilientDecoding",
      "path" : "Sources/ResilientDecoding",
      "product_memberships" : [
        "ResilientDecoding"
      ],
      "sources" : [
        "ErrorReporting.swift",
        "Resilient.swift",
        "ResilientArray+DecodingOutcome.swift",
        "ResilientArray.swift",
        "ResilientDictionary+DecodingOutcome.swift",
        "ResilientDictionary.swift",
        "ResilientOptional.swift",
        "ResilientRawRepresentable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.