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 CDRCodable, reference 1.2.3 (a08b03), with Swift 6.1 for visionOS using Xcode 16.3 on 28 Apr 2025 13:16:30 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CDRCodable -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/DimaRU/CDRCodable.git
Reference: 1.2.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/DimaRU/CDRCodable
 * tag               1.2.3      -> FETCH_HEAD
HEAD is now at a08b036 Msg2Swift stable version dependency
Cloned https://github.com/DimaRU/CDRCodable.git
Revision (git rev-parse @):
a08b036c8edd75b237b913e5aedc2f43fe5032c0
SUCCESS checkout https://github.com/DimaRU/CDRCodable.git at 1.2.3
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/DimaRU/CDRCodable.git
https://github.com/DimaRU/CDRCodable.git
{
  "dependencies" : [
    {
      "identity" : "msg2swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/DimaRU/Msg2swift.git"
    }
  ],
  "manifest_display_name" : "CDRCodable",
  "name" : "CDRCodable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "CDRCodable",
      "targets" : [
        "CDRCodable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Msg2swiftCommand",
      "targets" : [
        "Msg2swiftCommand"
      ],
      "type" : {
        "plugin" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Msg2swiftCommand",
      "module_type" : "PluginTarget",
      "name" : "Msg2swiftCommand",
      "path" : "Plugins/Msg2swiftCommand",
      "plugin_capability" : {
        "intent" : {
          "description" : "Generate Swift model code from ROS message file.",
          "type" : "custom",
          "verb" : "msg2swift"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "Add generated Swift code",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_dependencies" : [
        "msg2swift"
      ],
      "product_memberships" : [
        "Msg2swiftCommand"
      ],
      "sources" : [
        "plugin.swift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "CDRCodableTests",
      "module_type" : "SwiftTarget",
      "name" : "CDRCodableTests",
      "path" : "Tests/CDRCodableTests",
      "sources" : [
        "CDRCodableDecodingArrayKeyedTests.swift",
        "CDRCodableDecodingArrayTests.swift",
        "CDRCodableDecodingErrorTests.swift",
        "CDRCodableDecodingTests.swift",
        "CDRCodableEncodingArrayKeyedTests.swift",
        "CDRCodableEncodingArrayTests.swift",
        "CDRCodableEncodingTests.swift",
        "CDRCodableFixedArrayTests.swift",
        "CDRCodablePerformanceTests.swift",
        "CDRCodableRoundTripTests.swift",
        "CameraInfo.swift",
        "RosCommon.swift"
      ],
      "target_dependencies" : [
        "CDRCodable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CDRCodable",
      "module_type" : "SwiftTarget",
      "name" : "CDRCodable",
      "path" : "Sources/CDRCodable",
      "product_memberships" : [
        "CDRCodable"
      ],
      "sources" : [
        "Decoder/CDRDecoder.swift",
        "Decoder/KeyedDecodingContainer.swift",
        "Decoder/SingleValueDecodingContainer.swift",
        "Decoder/UnkeyedDecodingContainer.swift",
        "Encoder/CDREncoder.swift",
        "Encoder/KeyedEncodingContainer.swift",
        "Encoder/SingleValueEncodingContainer.swift",
        "Encoder/UnkeyedEncodingContainer.swift",
        "Numeric+Bytes.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
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/DimaRU/Msg2swift.git
Fetching from https://github.com/apple/swift-argument-parser (cached)
Creating working copy of package ‘Msg2swift’
Checking out 1.0.0 of package ‘Msg2swift’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.5.0 of package ‘swift-argument-parser’
Resolve Package Graph
Resolved source packages:
  msg2swift: https://github.com/DimaRU/Msg2swift.git @ 1.0.0
  CDRCodable: /Users/admin/builder/spi-builder-workspace
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
resolved source packages: msg2swift, CDRCodable, swift-argument-parser
{
  "dependencies" : [
    {
      "identity" : "msg2swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/DimaRU/Msg2swift.git"
    }
  ],
  "manifest_display_name" : "CDRCodable",
  "name" : "CDRCodable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "CDRCodable",
      "targets" : [
        "CDRCodable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Msg2swiftCommand",
      "targets" : [
        "Msg2swiftCommand"
      ],
      "type" : {
        "plugin" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Msg2swiftCommand",
      "module_type" : "PluginTarget",
      "name" : "Msg2swiftCommand",
      "path" : "Plugins/Msg2swiftCommand",
      "plugin_capability" : {
        "intent" : {
          "description" : "Generate Swift model code from ROS message file.",
          "type" : "custom",
          "verb" : "msg2swift"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "Add generated Swift code",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_dependencies" : [
        "msg2swift"
      ],
      "product_memberships" : [
        "Msg2swiftCommand"
      ],
      "sources" : [
        "plugin.swift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "CDRCodableTests",
      "module_type" : "SwiftTarget",
      "name" : "CDRCodableTests",
      "path" : "Tests/CDRCodableTests",
      "sources" : [
        "CDRCodableDecodingArrayKeyedTests.swift",
        "CDRCodableDecodingArrayTests.swift",
        "CDRCodableDecodingErrorTests.swift",
        "CDRCodableDecodingTests.swift",
        "CDRCodableEncodingArrayKeyedTests.swift",
        "CDRCodableEncodingArrayTests.swift",
        "CDRCodableEncodingTests.swift",
        "CDRCodableFixedArrayTests.swift",
        "CDRCodablePerformanceTests.swift",
        "CDRCodableRoundTripTests.swift",
        "CameraInfo.swift",
        "RosCommon.swift"
      ],
      "target_dependencies" : [
        "CDRCodable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CDRCodable",
      "module_type" : "SwiftTarget",
      "name" : "CDRCodable",
      "path" : "Sources/CDRCodable",
      "product_memberships" : [
        "CDRCodable"
      ],
      "sources" : [
        "Decoder/CDRDecoder.swift",
        "Decoder/KeyedDecodingContainer.swift",
        "Decoder/SingleValueDecodingContainer.swift",
        "Decoder/UnkeyedDecodingContainer.swift",
        "Encoder/CDREncoder.swift",
        "Encoder/KeyedEncodingContainer.swift",
        "Encoder/SingleValueEncodingContainer.swift",
        "Encoder/UnkeyedEncodingContainer.swift",
        "Numeric+Bytes.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "CDRCodable"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CDRCodable -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 CDRCodable -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:
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
  CDRCodable: /Users/admin/builder/spi-builder-workspace
  msg2swift: https://github.com/DimaRU/Msg2swift.git @ 1.0.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
Compile plug-in “Msg2swiftCommand” in package “spi-builder-workspace”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/Msg2swiftCommand
[debug]: Using compiler /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables'
[debug]: Computed hash of plugin compilation inputs: aeb829ff3cbc4fb6e933e0043776acde4603f005df62ce871e2fb05ba7cf53ec
Process build tool plug-in results
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'CDRCodable' in project 'CDRCodable'
        ➜ Explicit dependency on target 'CDRCodable' in project 'CDRCodable'
    Target 'CDRCodable' in project 'CDRCodable' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 0063d102cf4afc44a55620342e9bdce2
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/0063d102cf4afc44a55620342e9bdce2.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/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
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CDRCodable.build/Debug-xros/CDRCodable.build/CDRCodable.DependencyMetadataFileList (in target 'CDRCodable' from project 'CDRCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CDRCodable.build/Debug-xros/CDRCodable.build/CDRCodable.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CDRCodable.build/Debug-xros/CDRCodable.build/CDRCodable.modulemap (in target 'CDRCodable' from project 'CDRCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CDRCodable.build/Debug-xros/CDRCodable.build/CDRCodable.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CDRCodable.build/Debug-xros/CDRCodable.build/CDRCodable.DependencyStaticMetadataFileList (in target 'CDRCodable' from project 'CDRCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CDRCodable.build/Debug-xros/CDRCodable.build/CDRCodable.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CDRCodable.build/Debug-xros/CDRCodable.build/Objects-normal/arm64/CDRCodable.SwiftFileList (in target 'CDRCodable' from project 'CDRCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CDRCodable.build/Debug-xros/CDRCodable.build/Objects-normal/arm64/CDRCodable.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CDRCodable.build/Debug-xros/CDRCodable.build/Objects-normal/arm64/CDRCodable-OutputFileMap.json (in target 'CDRCodable' from project 'CDRCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CDRCodable.build/Debug-xros/CDRCodable.build/Objects-normal/arm64/CDRCodable-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CDRCodable.build/Debug-xros/CDRCodable.build/Objects-normal/arm64/CDRCodable.LinkFileList (in target 'CDRCodable' from project 'CDRCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CDRCodable.build/Debug-xros/CDRCodable.build/Objects-normal/arm64/CDRCodable.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CDRCodable.build/Debug-xros/CDRCodable.build/Objects-normal/arm64/CDRCodable_const_extract_protocols.json (in target 'CDRCodable' from project 'CDRCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CDRCodable.build/Debug-xros/CDRCodable.build/Objects-normal/arm64/CDRCodable_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CDRCodable.build/Debug-xros/CDRCodable.build/Objects-normal/arm64/CDRCodable.SwiftConstValuesFileList (in target 'CDRCodable' from project 'CDRCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CDRCodable.build/Debug-xros/CDRCodable.build/Objects-normal/arm64/CDRCodable.SwiftConstValuesFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/CDRCodable.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CDRCodable.build/Debug-xros/CDRCodable.build/CDRCodable.modulemap (in target 'CDRCodable' from project 'CDRCodable')
    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/CDRCodable.build/Debug-xros/CDRCodable.build/CDRCodable.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
SwiftDriver CDRCodable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CDRCodable' from project 'CDRCodable')
    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 CDRCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CDRCodable.build/Debug-xros/CDRCodable.build/Objects-normal/arm64/CDRCodable.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/CDRCodable.build/Debug-xros/CDRCodable.build/Objects-normal/arm64/CDRCodable-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/CDRCodable.build/Debug-xros/CDRCodable.build/Objects-normal/arm64/CDRCodable.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/CDRCodable.build/Debug-xros/CDRCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CDRCodable.build/Debug-xros/CDRCodable.build/Objects-normal/arm64/CDRCodable_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/CDRCodable.build/Debug-xros/CDRCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CDRCodable.build/Debug-xros/CDRCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CDRCodable.build/Debug-xros/CDRCodable.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/CDRCodable.build/Debug-xros/CDRCodable.build/Objects-normal/arm64/CDRCodable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ CDRDecoder.swift /Users/admin/builder/spi-builder-workspace/Sources/CDRCodable/Decoder/CDRDecoder.swift (in target 'CDRCodable' from project 'CDRCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CDRCodable/Decoder/CDRDecoder.swift (in target 'CDRCodable' from project 'CDRCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

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

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

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

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

SwiftDriverJobDiscovery normal arm64 Emitting module for CDRCodable (in target 'CDRCodable' from project 'CDRCodable')
SwiftDriver\ Compilation\ Requirements CDRCodable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CDRCodable' from project 'CDRCodable')
    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 CDRCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CDRCodable.build/Debug-xros/CDRCodable.build/Objects-normal/arm64/CDRCodable.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/CDRCodable.build/Debug-xros/CDRCodable.build/Objects-normal/arm64/CDRCodable-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/CDRCodable.build/Debug-xros/CDRCodable.build/Objects-normal/arm64/CDRCodable.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/CDRCodable.build/Debug-xros/CDRCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CDRCodable.build/Debug-xros/CDRCodable.build/Objects-normal/arm64/CDRCodable_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/CDRCodable.build/Debug-xros/CDRCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CDRCodable.build/Debug-xros/CDRCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CDRCodable.build/Debug-xros/CDRCodable.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/CDRCodable.build/Debug-xros/CDRCodable.build/Objects-normal/arm64/CDRCodable-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/CDRCodable-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CDRCodable.build/Debug-xros/CDRCodable.build/Objects-normal/arm64/CDRCodable-Swift.h (in target 'CDRCodable' from project 'CDRCodable')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CDRCodable.build/Debug-xros/CDRCodable.build/Objects-normal/arm64/CDRCodable-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/CDRCodable-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CDRCodable.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CDRCodable.build/Debug-xros/CDRCodable.build/Objects-normal/arm64/CDRCodable.swiftmodule (in target 'CDRCodable' from project 'CDRCodable')
    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/CDRCodable.build/Debug-xros/CDRCodable.build/Objects-normal/arm64/CDRCodable.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CDRCodable.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CDRCodable.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CDRCodable.build/Debug-xros/CDRCodable.build/Objects-normal/arm64/CDRCodable.swiftdoc (in target 'CDRCodable' from project 'CDRCodable')
    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/CDRCodable.build/Debug-xros/CDRCodable.build/Objects-normal/arm64/CDRCodable.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CDRCodable.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CDRCodable.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CDRCodable.build/Debug-xros/CDRCodable.build/Objects-normal/arm64/CDRCodable.abi.json (in target 'CDRCodable' from project 'CDRCodable')
    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/CDRCodable.build/Debug-xros/CDRCodable.build/Objects-normal/arm64/CDRCodable.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CDRCodable.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CDRCodable.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CDRCodable.build/Debug-xros/CDRCodable.build/Objects-normal/arm64/CDRCodable.swiftsourceinfo (in target 'CDRCodable' from project 'CDRCodable')
    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/CDRCodable.build/Debug-xros/CDRCodable.build/Objects-normal/arm64/CDRCodable.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CDRCodable.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Numeric+Bytes.swift (in target 'CDRCodable' from project 'CDRCodable')
SwiftDriverJobDiscovery normal arm64 Compiling UnkeyedEncodingContainer.swift (in target 'CDRCodable' from project 'CDRCodable')
SwiftDriverJobDiscovery normal arm64 Compiling SingleValueDecodingContainer.swift (in target 'CDRCodable' from project 'CDRCodable')
SwiftDriverJobDiscovery normal arm64 Compiling KeyedDecodingContainer.swift (in target 'CDRCodable' from project 'CDRCodable')
SwiftDriverJobDiscovery normal arm64 Compiling KeyedEncodingContainer.swift (in target 'CDRCodable' from project 'CDRCodable')
SwiftDriverJobDiscovery normal arm64 Compiling SingleValueEncodingContainer.swift (in target 'CDRCodable' from project 'CDRCodable')
SwiftDriverJobDiscovery normal arm64 Compiling CDRDecoder.swift (in target 'CDRCodable' from project 'CDRCodable')
SwiftDriverJobDiscovery normal arm64 Compiling UnkeyedDecodingContainer.swift (in target 'CDRCodable' from project 'CDRCodable')
SwiftDriverJobDiscovery normal arm64 Compiling CDREncoder.swift (in target 'CDRCodable' from project 'CDRCodable')
SwiftDriver\ Compilation CDRCodable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CDRCodable' from project 'CDRCodable')
    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 CDRCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CDRCodable.build/Debug-xros/CDRCodable.build/Objects-normal/arm64/CDRCodable.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/CDRCodable.build/Debug-xros/CDRCodable.build/Objects-normal/arm64/CDRCodable-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/CDRCodable.build/Debug-xros/CDRCodable.build/Objects-normal/arm64/CDRCodable.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/CDRCodable.build/Debug-xros/CDRCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CDRCodable.build/Debug-xros/CDRCodable.build/Objects-normal/arm64/CDRCodable_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/CDRCodable.build/Debug-xros/CDRCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CDRCodable.build/Debug-xros/CDRCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CDRCodable.build/Debug-xros/CDRCodable.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/CDRCodable.build/Debug-xros/CDRCodable.build/Objects-normal/arm64/CDRCodable-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/CDRCodable.o normal (in target 'CDRCodable' from project 'CDRCodable')
    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/CDRCodable.build/Debug-xros/CDRCodable.build/Objects-normal/arm64/CDRCodable.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CDRCodable.build/Debug-xros/CDRCodable.build/Objects-normal/arm64/CDRCodable_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CDRCodable.build/Debug-xros/CDRCodable.build/Objects-normal/arm64/CDRCodable_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/CDRCodable.build/Debug-xros/CDRCodable.build/Objects-normal/arm64/CDRCodable.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CDRCodable.o
ExtractAppIntentsMetadata (in target 'CDRCodable' from project 'CDRCodable')
    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 CDRCodable --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.CDRCodable --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CDRCodable.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CDRCodable.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CDRCodable.build/Debug-xros/CDRCodable.build/Objects-normal/arm64/CDRCodable_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CDRCodable.build/Debug-xros/CDRCodable.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CDRCodable.build/Debug-xros/CDRCodable.build/Objects-normal/arm64/CDRCodable.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CDRCodable.build/Debug-xros/CDRCodable.build/CDRCodable.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CDRCodable.build/Debug-xros/CDRCodable.build/CDRCodable.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CDRCodable.build/Debug-xros/CDRCodable.build/Objects-normal/arm64/CDRCodable.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-28 06:16:30.078 appintentsmetadataprocessor[834:4541] Starting appintentsmetadataprocessor export
2025-04-28 06:16:30.118 appintentsmetadataprocessor[834:4541] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CDRCodable.o (in target 'CDRCodable' from project 'CDRCodable')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CDRCodable.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
    {
      "identity" : "msg2swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/DimaRU/Msg2swift.git"
    }
  ],
  "manifest_display_name" : "CDRCodable",
  "name" : "CDRCodable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "CDRCodable",
      "targets" : [
        "CDRCodable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Msg2swiftCommand",
      "targets" : [
        "Msg2swiftCommand"
      ],
      "type" : {
        "plugin" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Msg2swiftCommand",
      "module_type" : "PluginTarget",
      "name" : "Msg2swiftCommand",
      "path" : "Plugins/Msg2swiftCommand",
      "plugin_capability" : {
        "intent" : {
          "description" : "Generate Swift model code from ROS message file.",
          "type" : "custom",
          "verb" : "msg2swift"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "Add generated Swift code",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_dependencies" : [
        "msg2swift"
      ],
      "product_memberships" : [
        "Msg2swiftCommand"
      ],
      "sources" : [
        "plugin.swift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "CDRCodableTests",
      "module_type" : "SwiftTarget",
      "name" : "CDRCodableTests",
      "path" : "Tests/CDRCodableTests",
      "sources" : [
        "CDRCodableDecodingArrayKeyedTests.swift",
        "CDRCodableDecodingArrayTests.swift",
        "CDRCodableDecodingErrorTests.swift",
        "CDRCodableDecodingTests.swift",
        "CDRCodableEncodingArrayKeyedTests.swift",
        "CDRCodableEncodingArrayTests.swift",
        "CDRCodableEncodingTests.swift",
        "CDRCodableFixedArrayTests.swift",
        "CDRCodablePerformanceTests.swift",
        "CDRCodableRoundTripTests.swift",
        "CameraInfo.swift",
        "RosCommon.swift"
      ],
      "target_dependencies" : [
        "CDRCodable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CDRCodable",
      "module_type" : "SwiftTarget",
      "name" : "CDRCodable",
      "path" : "Sources/CDRCodable",
      "product_memberships" : [
        "CDRCodable"
      ],
      "sources" : [
        "Decoder/CDRDecoder.swift",
        "Decoder/KeyedDecodingContainer.swift",
        "Decoder/SingleValueDecodingContainer.swift",
        "Decoder/UnkeyedDecodingContainer.swift",
        "Encoder/CDREncoder.swift",
        "Encoder/KeyedEncodingContainer.swift",
        "Encoder/SingleValueEncodingContainer.swift",
        "Encoder/UnkeyedEncodingContainer.swift",
        "Numeric+Bytes.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.