The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CodableDatastore, reference 0.4.1 (8694d7), with Swift 6.2 for visionOS using Xcode 26.3 on 27 Jan 2026 16:35:16 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mochidev/CodableDatastore.git
Reference: 0.4.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mochidev/CodableDatastore
 * tag               0.4.1      -> FETCH_HEAD
HEAD is now at 8694d75 Fixed an issue where `AsyncThrowingBackpressureStream` would not deinitialize when a suspended write was never read
Cloned https://github.com/mochidev/CodableDatastore.git
Revision (git rev-parse @):
8694d75c9d627d7399925bf7675687b17a6e5292
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mochidev/CodableDatastore.git at 0.4.1
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/mochidev/CodableDatastore.git
Command line invocation:
    /Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/mochidev/AsyncSequenceReader.git
Fetching from https://github.com/mochidev/Bytes.git
Creating working copy of package ‘AsyncSequenceReader’
Checking out 0.3.1 of package ‘AsyncSequenceReader’
Creating working copy of package ‘Bytes’
Checking out 0.3.1 of package ‘Bytes’
Resolve Package Graph
Resolved source packages:
  Bytes: https://github.com/mochidev/Bytes.git @ 0.3.1
  CodableDatastore: /Users/admin/builder/spi-builder-workspace
  AsyncSequenceReader: https://github.com/mochidev/AsyncSequenceReader.git @ 0.3.1
resolved source packages: Bytes, CodableDatastore, AsyncSequenceReader
2026-01-27 11:34:58.985 xcodebuild[521:3052] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "asyncsequencereader",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.1",
            "upper_bound" : "0.4.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mochidev/AsyncSequenceReader.git"
    },
    {
      "identity" : "bytes",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "0.4.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mochidev/Bytes.git"
    }
  ],
  "manifest_display_name" : "CodableDatastore",
  "name" : "CodableDatastore",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "CodableDatastore",
      "targets" : [
        "CodableDatastore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CodableDatastoreTests",
      "module_type" : "SwiftTarget",
      "name" : "CodableDatastoreTests",
      "path" : "Tests/CodableDatastoreTests",
      "sources" : [
        "AsyncThrowingBackpressureStreamTests.swift",
        "DatastoreDescriptorTests.swift",
        "DatastoreFormatTests.swift",
        "DatastorePageEntryTests.swift",
        "DatedIdentifierTests.swift",
        "DiskPersistenceDatastoreIndexTests.swift",
        "DiskPersistenceDatastoreTests.swift",
        "DiskPersistenceTests.swift",
        "DiskTransactionTests.swift",
        "IndexRangeExpressionTests.swift",
        "MultiplePersistenceTests.swift",
        "OptionalTests.swift",
        "SnapshotIterationTests.swift",
        "SnapshotTests.swift",
        "Task+Unresolved.swift",
        "TransactionOptionsTests.swift",
        "TypedIdentifierTests.swift",
        "UUIDTests.swift"
      ],
      "target_dependencies" : [
        "CodableDatastore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CodableDatastore",
      "module_type" : "SwiftTarget",
      "name" : "CodableDatastore",
      "path" : "Sources/CodableDatastore",
      "product_dependencies" : [
        "AsyncSequenceReader",
        "Bytes"
      ],
      "product_memberships" : [
        "CodableDatastore"
      ],
      "sources" : [
        "Datastore/AsyncInstances.swift",
        "Datastore/Configuration.swift",
        "Datastore/Datastore.swift",
        "Datastore/DatastoreDescriptor.swift",
        "Datastore/DatastoreError.swift",
        "Datastore/DatastoreFormat.swift",
        "Datastore/DatastoreKey.swift",
        "Datastore/Dictionary+RawRepresentable.swift",
        "Datastore/ObservedEvent.swift",
        "Datastore/Progress.swift",
        "Datastore/RawRepresentable+Codable.swift",
        "Debug/GlobalTimer.swift",
        "Indexes/GeneratedIndexRepresentation.swift",
        "Indexes/IndexName.swift",
        "Indexes/IndexRangeExpression.swift",
        "Indexes/IndexRepresentation.swift",
        "Indexes/IndexStorage.swift",
        "Indexes/IndexType.swift",
        "Indexes/Indexable.swift",
        "Indexes/UUID+Comparable.swift",
        "Persistence/AccessMode.swift",
        "Persistence/Cursor.swift",
        "Persistence/DatastoreInterfaceError.swift",
        "Persistence/DatastoreInterfaceProtocol.swift",
        "Persistence/Disk Persistence/AsyncThrowingBackpressureStream.swift",
        "Persistence/Disk Persistence/Datastore/DatastoreIndex.swift",
        "Persistence/Disk Persistence/Datastore/DatastoreIndexManifest.swift",
        "Persistence/Disk Persistence/Datastore/DatastorePage.swift",
        "Persistence/Disk Persistence/Datastore/DatastorePageEntry.swift",
        "Persistence/Disk Persistence/Datastore/DatastorePageEntryBlock.swift",
        "Persistence/Disk Persistence/Datastore/DatastoreRoot.swift",
        "Persistence/Disk Persistence/Datastore/DatastoreRootManifest.swift",
        "Persistence/Disk Persistence/Datastore/PersistenceDatastore.swift",
        "Persistence/Disk Persistence/DatedIdentifier.swift",
        "Persistence/Disk Persistence/DiskPersistence.swift",
        "Persistence/Disk Persistence/DiskPersistenceError.swift",
        "Persistence/Disk Persistence/ISO8601DateFormatter+Milliseconds.swift",
        "Persistence/Disk Persistence/JSONCoder.swift",
        "Persistence/Disk Persistence/LazyTask.swift",
        "Persistence/Disk Persistence/Snapshot/Snapshot.swift",
        "Persistence/Disk Persistence/Snapshot/SnapshotIteration.swift",
        "Persistence/Disk Persistence/Snapshot/SnapshotManifest.swift",
        "Persistence/Disk Persistence/SortOrder.swift",
        "Persistence/Disk Persistence/StoreInfo/StoreInfo.swift",
        "Persistence/Disk Persistence/Transaction/DiskCursor.swift",
        "Persistence/Disk Persistence/Transaction/Transaction.swift",
        "Persistence/Disk Persistence/TypedIdentifier.swift",
        "Persistence/Memory Persistence/MemoryPersistence.swift",
        "Persistence/Persistence.swift",
        "Persistence/TransactionOptions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Bytes",
      "CodableDatastore"
    ]
  }
}
2026-01-27 11:35:04.028 xcodebuild[679:4035] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Bytes",
      "CodableDatastore"
    ]
  }
}
2026-01-27 11:35:04.949 xcodebuild[688:4087] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CodableDatastore -destination generic/platform=xrOS
Command line invocation:
    /Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme CodableDatastore -destination generic/platform=xrOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  Bytes: https://github.com/mochidev/Bytes.git @ 0.3.1
  AsyncSequenceReader: https://github.com/mochidev/AsyncSequenceReader.git @ 0.3.1
  CodableDatastore: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'CodableDatastore' in project 'CodableDatastore'
        ➜ Explicit dependency on target 'CodableDatastore' in project 'CodableDatastore'
        ➜ Explicit dependency on target 'AsyncSequenceReader' in project 'AsyncSequenceReader'
        ➜ Explicit dependency on target 'Bytes' in project 'Bytes'
    Target 'CodableDatastore' in project 'CodableDatastore'
        ➜ Explicit dependency on target 'AsyncSequenceReader' in project 'AsyncSequenceReader'
        ➜ Explicit dependency on target 'Bytes' in project 'Bytes'
    Target 'Bytes' in project 'Bytes'
        ➜ Explicit dependency on target 'Bytes' in project 'Bytes'
    Target 'Bytes' in project 'Bytes' (no dependencies)
    Target 'AsyncSequenceReader' in project 'AsyncSequenceReader'
        ➜ Explicit dependency on target 'AsyncSequenceReader' in project 'AsyncSequenceReader'
    Target 'AsyncSequenceReader' in project 'AsyncSequenceReader' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: fe16ba01916eeba4dcbdb4a6eaa25fbe
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/fe16ba01916eeba4dcbdb4a6eaa25fbe.xcbuilddata
ClangStatCache /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M336-8bc37e7eb40af32ceea9b4340296f08d.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M336-8bc37e7eb40af32ceea9b4340296f08d.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/CodableDatastore.DependencyMetadataFileList (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/CodableDatastore.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/CodableDatastore.DependencyStaticMetadataFileList (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/CodableDatastore.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/CodableDatastore.modulemap (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/CodableDatastore.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.SwiftFileList (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/Objects-normal/arm64/CodableDatastore-OutputFileMap.json (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/Objects-normal/arm64/CodableDatastore-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.SwiftConstValuesFileList (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/Objects-normal/arm64/CodableDatastore_const_extract_protocols.json (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/Objects-normal/arm64/CodableDatastore_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.LinkFileList (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.build/Bytes.modulemap (in target 'Bytes' from project 'Bytes')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bytes
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.build/Bytes.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/CodableDatastore.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/CodableDatastore.modulemap (in target 'CodableDatastore' from project 'CodableDatastore')
    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/CodableDatastore.build/Debug-xros/CodableDatastore.build/CodableDatastore.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.build/Objects-normal/arm64/Bytes.SwiftConstValuesFileList (in target 'Bytes' from project 'Bytes')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bytes
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.build/Objects-normal/arm64/Bytes.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.build/Objects-normal/arm64/Bytes.SwiftFileList (in target 'Bytes' from project 'Bytes')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bytes
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.build/Objects-normal/arm64/Bytes.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.build/Objects-normal/arm64/Bytes.LinkFileList (in target 'Bytes' from project 'Bytes')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bytes
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.build/Objects-normal/arm64/Bytes.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.build/Bytes.DependencyStaticMetadataFileList (in target 'Bytes' from project 'Bytes')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bytes
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.build/Bytes.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.build/Objects-normal/arm64/Bytes-OutputFileMap.json (in target 'Bytes' from project 'Bytes')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bytes
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.build/Objects-normal/arm64/Bytes-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.build/Objects-normal/arm64/Bytes_const_extract_protocols.json (in target 'Bytes' from project 'Bytes')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bytes
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.build/Objects-normal/arm64/Bytes_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.build/Bytes.DependencyMetadataFileList (in target 'Bytes' from project 'Bytes')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bytes
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.build/Bytes.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Bytes.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.build/Bytes.modulemap (in target 'Bytes' from project 'Bytes')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bytes
    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/Bytes.build/Debug-xros/Bytes.build/Bytes.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader.SwiftFileList (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncSequenceReader
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader_const_extract_protocols.json (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncSequenceReader
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader.SwiftConstValuesFileList (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncSequenceReader
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader-OutputFileMap.json (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncSequenceReader
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader.LinkFileList (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncSequenceReader
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/AsyncSequenceReader.modulemap (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncSequenceReader
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/AsyncSequenceReader.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/AsyncSequenceReader.DependencyStaticMetadataFileList (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncSequenceReader
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/AsyncSequenceReader.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/AsyncSequenceReader.DependencyMetadataFileList (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncSequenceReader
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/AsyncSequenceReader.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/AsyncSequenceReader.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/AsyncSequenceReader.modulemap (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncSequenceReader
    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/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/AsyncSequenceReader.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
SwiftDriver Bytes normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Bytes' from project 'Bytes')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Bytes -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.build/Objects-normal/arm64/Bytes.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M336-8bc37e7eb40af32ceea9b4340296f08d.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.build/Objects-normal/arm64/Bytes-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.build/Objects-normal/arm64/Bytes.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/Bytes.build/Debug-xros/Bytes.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.build/Objects-normal/arm64/Bytes_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/Bytes.build/Debug-xros/Bytes.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.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/Bytes.build/Debug-xros/Bytes.build/Objects-normal/arm64/Bytes-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver AsyncSequenceReader normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AsyncSequenceReader -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M336-8bc37e7eb40af32ceea9b4340296f08d.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader.swiftmodule -user-module-version 0.3.1 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name asyncsequencereader -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader_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/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.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/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-2GP1JT8CEN8S61ZVL8FFLUXB7.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-59YL53T7TWQZX9AI0M25ZM1JE.pcm
SwiftCompile normal arm64 Compiling\ AsyncSequenceReaderError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncSequenceReader/Sources/AsyncSequenceReader/AsyncSequenceReaderError.swift (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncSequenceReader/Sources/AsyncSequenceReader/AsyncSequenceReaderError.swift (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

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

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

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

SwiftDriverJobDiscovery normal arm64 Emitting module for AsyncSequenceReader (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
SwiftDriver\ Compilation\ Requirements AsyncSequenceReader normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AsyncSequenceReader -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M336-8bc37e7eb40af32ceea9b4340296f08d.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader.swiftmodule -user-module-version 0.3.1 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name asyncsequencereader -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader_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/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.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/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader-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/AsyncSequenceReader-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader-Swift.h (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncSequenceReader
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/AsyncSequenceReader-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncSequenceReader.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader.swiftmodule (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncSequenceReader
    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/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncSequenceReader.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncSequenceReader.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader.swiftdoc (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncSequenceReader
    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/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncSequenceReader.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncSequenceReader.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader.abi.json (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncSequenceReader
    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/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncSequenceReader.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncSequenceReader.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader.swiftsourceinfo (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncSequenceReader
    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/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncSequenceReader.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-8BDJCUJ0XG0TCQFFJZTN125XN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-P7KNBXKHHA1ATDOOVPBV0O1G.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-6GQZABRWPS9NLXCMNXUFDDD2Z.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-7PYYG1ABSQU1AY0JPKK75UHMI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-9MFXI7L2QK17CX3U6B91YVWBN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-PBXEMFJD5FL0G3U993X3FZ0U.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-EDMUOCQIT1K27LNV41TKKJVGU.pcm
SwiftDriverJobDiscovery normal arm64 Compiling AsyncSequenceReader.swift (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-E637FMXWGL13KWOROTBWDJ8TT.pcm
SwiftDriverJobDiscovery normal arm64 Compiling AsyncSequenceReaderError.swift (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-5A06JPS0WS8V5EO3SGT504BJC.pcm
SwiftDriverJobDiscovery normal arm64 Compiling AsyncReadSequence.swift (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
SwiftDriverJobDiscovery normal arm64 Compiling AsyncBufferedIterator.swift (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
SwiftDriverJobDiscovery normal arm64 Compiling AnyReadableSequence.swift (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
SwiftDriverJobDiscovery normal arm64 Compiling AsyncIteratorMapSequence.swift (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
SwiftDriverJobDiscovery normal arm64 Compiling AsyncReadUpToCountSequence.swift (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
SwiftDriverJobDiscovery normal arm64 Compiling AsyncReadUpToElementsSequence.swift (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
SwiftDriver\ Compilation AsyncSequenceReader normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AsyncSequenceReader -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M336-8bc37e7eb40af32ceea9b4340296f08d.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader.swiftmodule -user-module-version 0.3.1 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name asyncsequencereader -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader_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/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.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/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader-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/AsyncSequenceReader.o normal (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncSequenceReader
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncSequenceReader.o
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-D16RF0ZCLOY0LSM8OWM7B2NV4.pcm
ExtractAppIntentsMetadata (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncSequenceReader
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name AsyncSequenceReader --sdk-root /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk --xcode-version 17A324 --platform-family xrOS --deployment-target 1.0 --bundle-identifier asyncsequencereader.AsyncSequenceReader --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncSequenceReader.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncSequenceReader.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/AsyncSequenceReader.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/AsyncSequenceReader.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-xros/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-01-27 11:35:10.916 appintentsmetadataprocessor[781:4520] Starting appintentsmetadataprocessor export
2026-01-27 11:35:11.052 appintentsmetadataprocessor[781:4520] Extracted no relevant App Intents symbols, skipping writing output
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-3WAU7OULDZHWBU392VC83NEUF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-DSILBFC3336O6917I9STROHW3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-9I7S72ZJ5IMU237I1CRJ1LY5K.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-3P6J71AZPFY9YVFHED296QTLG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-1GF29KUT5MKFAE8RJ12HAID8U.pcm
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncSequenceReader.o (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncSequenceReader
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AsyncSequenceReader.o
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-16UA23W6GLMWAY9GCCA0RDCVL.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-ET467X5W9PHVJX1EN6ZJPZX1A.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-1UK10IC2NMO73H3RYXIV7PBOV.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-BL9IJDG48HPHY6MH7H2489CY8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-IJO6PYO68M31NSMTHWGT0RBC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-8QQITMVRRG05X3MFMJH5F6EA9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-64R4ZZ9UTDOBNUH0YAHT2Z260.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-17ZKTPOYXOICU8AXL0MH57TOK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-56FX7UF8UKMJTCZ7UBW5HYDEH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-B5NRR0JFAXNYKOO1DQ2XDAY7P.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ Bytes (in target 'Bytes' from project 'Bytes')
EmitSwiftModule normal arm64 (in target 'Bytes' from project 'Bytes')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

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

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

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

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

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

SwiftDriverJobDiscovery normal arm64 Compiling BytesError.swift (in target 'Bytes' from project 'Bytes')
SwiftDriverJobDiscovery normal arm64 Compiling Bytes.swift (in target 'Bytes' from project 'Bytes')
SwiftDriverJobDiscovery normal arm64 Compiling AsyncChunkedBytes.swift (in target 'Bytes' from project 'Bytes')
SwiftDriverJobDiscovery normal arm64 Compiling ByteIterator.swift (in target 'Bytes' from project 'Bytes')
SwiftDriverJobDiscovery normal arm64 Compiling AsyncByteIterator.swift (in target 'Bytes' from project 'Bytes')
SwiftDriverJobDiscovery normal arm64 Compiling Integer.swift (in target 'Bytes' from project 'Bytes')
SwiftDriverJobDiscovery normal arm64 Compiling RawRepresentable.swift (in target 'Bytes' from project 'Bytes')
SwiftDriverJobDiscovery normal arm64 Compiling String.swift (in target 'Bytes' from project 'Bytes')
SwiftDriverJobDiscovery normal arm64 Emitting module for Bytes (in target 'Bytes' from project 'Bytes')
SwiftDriver\ Compilation\ Requirements Bytes normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Bytes' from project 'Bytes')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Bytes -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.build/Objects-normal/arm64/Bytes.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M336-8bc37e7eb40af32ceea9b4340296f08d.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.build/Objects-normal/arm64/Bytes-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.build/Objects-normal/arm64/Bytes.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/Bytes.build/Debug-xros/Bytes.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.build/Objects-normal/arm64/Bytes_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/Bytes.build/Debug-xros/Bytes.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.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/Bytes.build/Debug-xros/Bytes.build/Objects-normal/arm64/Bytes-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/Bytes-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.build/Objects-normal/arm64/Bytes-Swift.h (in target 'Bytes' from project 'Bytes')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bytes
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.build/Objects-normal/arm64/Bytes-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Bytes-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Bytes.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.build/Objects-normal/arm64/Bytes.swiftdoc (in target 'Bytes' from project 'Bytes')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bytes
    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/Bytes.build/Debug-xros/Bytes.build/Objects-normal/arm64/Bytes.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Bytes.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Bytes.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.build/Objects-normal/arm64/Bytes.abi.json (in target 'Bytes' from project 'Bytes')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bytes
    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/Bytes.build/Debug-xros/Bytes.build/Objects-normal/arm64/Bytes.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Bytes.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Bytes.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.build/Objects-normal/arm64/Bytes.swiftmodule (in target 'Bytes' from project 'Bytes')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bytes
    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/Bytes.build/Debug-xros/Bytes.build/Objects-normal/arm64/Bytes.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Bytes.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Bytes.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.build/Objects-normal/arm64/Bytes.swiftsourceinfo (in target 'Bytes' from project 'Bytes')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bytes
    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/Bytes.build/Debug-xros/Bytes.build/Objects-normal/arm64/Bytes.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Bytes.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriver CodableDatastore normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CodableDatastore -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M336-8bc37e7eb40af32ceea9b4340296f08d.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/Objects-normal/arm64/CodableDatastore-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/Objects-normal/arm64/CodableDatastore_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/CodableDatastore.build/Debug-xros/CodableDatastore.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.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/CodableDatastore.build/Debug-xros/CodableDatastore.build/Objects-normal/arm64/CodableDatastore-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-ASAWZP71ZSQXVT61G305DTOFQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-3FUW6GEHMHE0RX46S9G7W8R2O.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-F4GFXB8UWNFDV9OPCH3JDHI2I.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-D2EZI8Q8C8KFFA1GWJAJRWC3Y.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-5I0XI9GY8G96YU6XVSJRP76U4.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-D3M6ARERN866T6TMIJPM8Y4ZO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-18ZZVVM9NQHKST5Z9ZSOPC9A6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-B980VVG2HS2SIYU76BXGK448S.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-4O24FVRYU1PRTV4RRMAKHFWO0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-C2WLMO27FC4NOB3BMRH2XTV9O.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-7UP41F2FQH08EHGCRDB9ZT24H.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-232FPD0J2C7DD26Z9CZGEHH5L.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-1931XDDNALBFWLY09S7XVSKZH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-CTGWYB92I99NKKTO8ILI0QSZB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-E3NL75726UUE4D68IJMKDWMUK.pcm
SwiftDriverJobDiscovery normal arm64 Compiling Colletion+Casting.swift (in target 'Bytes' from project 'Bytes')
SwiftDriverJobDiscovery normal arm64 Compiling UUID.swift (in target 'Bytes' from project 'Bytes')
SwiftDriver\ Compilation Bytes normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Bytes' from project 'Bytes')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Bytes -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.build/Objects-normal/arm64/Bytes.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M336-8bc37e7eb40af32ceea9b4340296f08d.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.build/Objects-normal/arm64/Bytes-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.build/Objects-normal/arm64/Bytes.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/Bytes.build/Debug-xros/Bytes.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.build/Objects-normal/arm64/Bytes_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/Bytes.build/Debug-xros/Bytes.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.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/Bytes.build/Debug-xros/Bytes.build/Objects-normal/arm64/Bytes-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/Bytes.o normal (in target 'Bytes' from project 'Bytes')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bytes
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.build/Objects-normal/arm64/Bytes.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.build/Objects-normal/arm64/Bytes_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.build/Objects-normal/arm64/Bytes_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.build/Objects-normal/arm64/Bytes.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.build/Objects-normal/arm64/Bytes-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Bytes.o
ExtractAppIntentsMetadata (in target 'Bytes' from project 'Bytes')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bytes
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Bytes --sdk-root /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk --xcode-version 17A324 --platform-family xrOS --deployment-target 1.0 --bundle-identifier bytes.Bytes --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Bytes.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Bytes.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.build/Objects-normal/arm64/Bytes_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.build/Objects-normal/arm64/Bytes.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.build/Bytes.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.build/Bytes.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-xros/Bytes.build/Objects-normal/arm64/Bytes.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-01-27 11:35:13.136 appintentsmetadataprocessor[831:4672] Starting appintentsmetadataprocessor export
2026-01-27 11:35:13.243 appintentsmetadataprocessor[831:4672] Extracted no relevant App Intents symbols, skipping writing output
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-15YRCMA7G0AJ9GAC9SSODECN7.pcm
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Bytes.o (in target 'Bytes' from project 'Bytes')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bytes
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Bytes.o
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-EDZF8X3C4BBZ4SLJAOSQ30UR5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-7KIS5X38PD08LGB694UYUOEFA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-BGUGNBVR61XHHUEXKE9M50DZQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-BR0ISGHKPALDRFQSR5W4G5O27.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-EOHVZX0UYGB3EOJXG7ZWETFKW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-9HN36OV16ZP4X03K487P56D3Q.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-ENTQB5WTKBQK3SLFEERSGABX5.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ CodableDatastore (in target 'CodableDatastore' from project 'CodableDatastore')
EmitSwiftModule normal arm64 (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Transaction.swift,\ TypedIdentifier.swift,\ MemoryPersistence.swift,\ Persistence.swift,\ TransactionOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Transaction/Transaction.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/TypedIdentifier.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Memory\ Persistence/MemoryPersistence.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Persistence.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/TransactionOptions.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Transaction/Transaction.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/TypedIdentifier.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Memory\ Persistence/MemoryPersistence.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/TransactionOptions.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ DatastoreRoot.swift,\ DatastoreRootManifest.swift,\ PersistenceDatastore.swift,\ DatedIdentifier.swift,\ DiskPersistence.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Datastore/DatastoreRoot.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Datastore/DatastoreRootManifest.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Datastore/PersistenceDatastore.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/DatedIdentifier.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/DiskPersistence.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Datastore/DatastoreRoot.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Datastore/DatastoreRootManifest.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Datastore/PersistenceDatastore.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/DatedIdentifier.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/DiskPersistence.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ DatastoreIndex.swift,\ DatastoreIndexManifest.swift,\ DatastorePage.swift,\ DatastorePageEntry.swift,\ DatastorePageEntryBlock.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Datastore/DatastoreIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Datastore/DatastoreIndexManifest.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Datastore/DatastorePage.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Datastore/DatastorePageEntry.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Datastore/DatastorePageEntryBlock.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Datastore/DatastoreIndex.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Datastore/DatastoreIndexManifest.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Datastore/DatastorePage.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Datastore/DatastorePageEntry.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Datastore/DatastorePageEntryBlock.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AccessMode.swift,\ Cursor.swift,\ DatastoreInterfaceError.swift,\ DatastoreInterfaceProtocol.swift,\ AsyncThrowingBackpressureStream.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/AccessMode.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Cursor.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/DatastoreInterfaceError.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/DatastoreInterfaceProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/AsyncThrowingBackpressureStream.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/AccessMode.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Cursor.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/DatastoreInterfaceError.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/DatastoreInterfaceProtocol.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/AsyncThrowingBackpressureStream.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ IndexRepresentation.swift,\ IndexStorage.swift,\ IndexType.swift,\ Indexable.swift,\ UUID+Comparable.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRepresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexType.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/Indexable.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/UUID+Comparable.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRepresentation.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexStorage.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexType.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/Indexable.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/UUID+Comparable.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ DatastoreFormat.swift,\ DatastoreKey.swift,\ Dictionary+RawRepresentable.swift,\ ObservedEvent.swift,\ Progress.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/DatastoreFormat.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/DatastoreKey.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/Dictionary+RawRepresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/ObservedEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/Progress.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/DatastoreFormat.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/DatastoreKey.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/Dictionary+RawRepresentable.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/ObservedEvent.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/Progress.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SnapshotIteration.swift,\ SnapshotManifest.swift,\ SortOrder.swift,\ StoreInfo.swift,\ DiskCursor.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Snapshot/SnapshotIteration.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Snapshot/SnapshotManifest.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/SortOrder.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/StoreInfo/StoreInfo.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Transaction/DiskCursor.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Snapshot/SnapshotIteration.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Snapshot/SnapshotManifest.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/SortOrder.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/StoreInfo/StoreInfo.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Transaction/DiskCursor.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AsyncInstances.swift,\ Configuration.swift,\ Datastore.swift,\ DatastoreDescriptor.swift,\ DatastoreError.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/Configuration.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/Datastore.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/DatastoreDescriptor.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/DatastoreError.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/Configuration.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/DatastoreDescriptor.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/DatastoreError.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ DiskPersistenceError.swift,\ ISO8601DateFormatter+Milliseconds.swift,\ JSONCoder.swift,\ LazyTask.swift,\ Snapshot.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/DiskPersistenceError.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/ISO8601DateFormatter+Milliseconds.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/JSONCoder.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/LazyTask.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Snapshot/Snapshot.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/DiskPersistenceError.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/ISO8601DateFormatter+Milliseconds.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/JSONCoder.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/LazyTask.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Snapshot/Snapshot.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ RawRepresentable+Codable.swift,\ GlobalTimer.swift,\ GeneratedIndexRepresentation.swift,\ IndexName.swift,\ IndexRangeExpression.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/RawRepresentable+Codable.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Debug/GlobalTimer.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/GeneratedIndexRepresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexName.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/RawRepresentable+Codable.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Debug/GlobalTimer.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/GeneratedIndexRepresentation.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexName.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling DatastoreFormat.swift, DatastoreKey.swift, Dictionary+RawRepresentable.swift, ObservedEvent.swift, Progress.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftDriverJobDiscovery normal arm64 Compiling AccessMode.swift, Cursor.swift, DatastoreInterfaceError.swift, DatastoreInterfaceProtocol.swift, AsyncThrowingBackpressureStream.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftDriverJobDiscovery normal arm64 Compiling IndexRepresentation.swift, IndexStorage.swift, IndexType.swift, Indexable.swift, UUID+Comparable.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftDriverJobDiscovery normal arm64 Compiling SnapshotIteration.swift, SnapshotManifest.swift, SortOrder.swift, StoreInfo.swift, DiskCursor.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftDriverJobDiscovery normal arm64 Compiling RawRepresentable+Codable.swift, GlobalTimer.swift, GeneratedIndexRepresentation.swift, IndexName.swift, IndexRangeExpression.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftDriverJobDiscovery normal arm64 Compiling DiskPersistenceError.swift, ISO8601DateFormatter+Milliseconds.swift, JSONCoder.swift, LazyTask.swift, Snapshot.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftDriverJobDiscovery normal arm64 Emitting module for CodableDatastore (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftDriver\ Compilation\ Requirements CodableDatastore normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CodableDatastore -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M336-8bc37e7eb40af32ceea9b4340296f08d.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/Objects-normal/arm64/CodableDatastore-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/Objects-normal/arm64/CodableDatastore_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/CodableDatastore.build/Debug-xros/CodableDatastore.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.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/CodableDatastore.build/Debug-xros/CodableDatastore.build/Objects-normal/arm64/CodableDatastore-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/CodableDatastore-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/Objects-normal/arm64/CodableDatastore-Swift.h (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/Objects-normal/arm64/CodableDatastore-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/CodableDatastore-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CodableDatastore.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.swiftmodule (in target 'CodableDatastore' from project 'CodableDatastore')
    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/CodableDatastore.build/Debug-xros/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CodableDatastore.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CodableDatastore.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.abi.json (in target 'CodableDatastore' from project 'CodableDatastore')
    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/CodableDatastore.build/Debug-xros/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CodableDatastore.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CodableDatastore.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.swiftdoc (in target 'CodableDatastore' from project 'CodableDatastore')
    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/CodableDatastore.build/Debug-xros/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CodableDatastore.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CodableDatastore.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.swiftsourceinfo (in target 'CodableDatastore' from project 'CodableDatastore')
    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/CodableDatastore.build/Debug-xros/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CodableDatastore.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling DatastoreRoot.swift, DatastoreRootManifest.swift, PersistenceDatastore.swift, DatedIdentifier.swift, DiskPersistence.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftDriverJobDiscovery normal arm64 Compiling Transaction.swift, TypedIdentifier.swift, MemoryPersistence.swift, Persistence.swift, TransactionOptions.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftDriverJobDiscovery normal arm64 Compiling DatastoreIndex.swift, DatastoreIndexManifest.swift, DatastorePage.swift, DatastorePageEntry.swift, DatastorePageEntryBlock.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftDriverJobDiscovery normal arm64 Compiling AsyncInstances.swift, Configuration.swift, Datastore.swift, DatastoreDescriptor.swift, DatastoreError.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftDriver\ Compilation CodableDatastore normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CodableDatastore -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M336-8bc37e7eb40af32ceea9b4340296f08d.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/Objects-normal/arm64/CodableDatastore-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/Objects-normal/arm64/CodableDatastore_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/CodableDatastore.build/Debug-xros/CodableDatastore.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.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/CodableDatastore.build/Debug-xros/CodableDatastore.build/Objects-normal/arm64/CodableDatastore-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/CodableDatastore.o normal (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/Objects-normal/arm64/CodableDatastore_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/Objects-normal/arm64/CodableDatastore_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/Objects-normal/arm64/CodableDatastore-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CodableDatastore.o
ExtractAppIntentsMetadata (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name CodableDatastore --sdk-root /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk --xcode-version 17A324 --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.CodableDatastore --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CodableDatastore.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CodableDatastore.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/Objects-normal/arm64/CodableDatastore_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/CodableDatastore.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/CodableDatastore.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-xros/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-01-27 11:35:15.442 appintentsmetadataprocessor[857:4784] Starting appintentsmetadataprocessor export
2026-01-27 11:35:15.543 appintentsmetadataprocessor[857:4784] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CodableDatastore.o (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CodableDatastore.o
** BUILD SUCCEEDED **
2026-01-27 11:35:07.022 xcodebuild[696:4134] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Build complete.
{
  "dependencies" : [
    {
      "identity" : "asyncsequencereader",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.1",
            "upper_bound" : "0.4.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mochidev/AsyncSequenceReader.git"
    },
    {
      "identity" : "bytes",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "0.4.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mochidev/Bytes.git"
    }
  ],
  "manifest_display_name" : "CodableDatastore",
  "name" : "CodableDatastore",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "CodableDatastore",
      "targets" : [
        "CodableDatastore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CodableDatastoreTests",
      "module_type" : "SwiftTarget",
      "name" : "CodableDatastoreTests",
      "path" : "Tests/CodableDatastoreTests",
      "sources" : [
        "AsyncThrowingBackpressureStreamTests.swift",
        "DatastoreDescriptorTests.swift",
        "DatastoreFormatTests.swift",
        "DatastorePageEntryTests.swift",
        "DatedIdentifierTests.swift",
        "DiskPersistenceDatastoreIndexTests.swift",
        "DiskPersistenceDatastoreTests.swift",
        "DiskPersistenceTests.swift",
        "DiskTransactionTests.swift",
        "IndexRangeExpressionTests.swift",
        "MultiplePersistenceTests.swift",
        "OptionalTests.swift",
        "SnapshotIterationTests.swift",
        "SnapshotTests.swift",
        "Task+Unresolved.swift",
        "TransactionOptionsTests.swift",
        "TypedIdentifierTests.swift",
        "UUIDTests.swift"
      ],
      "target_dependencies" : [
        "CodableDatastore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CodableDatastore",
      "module_type" : "SwiftTarget",
      "name" : "CodableDatastore",
      "path" : "Sources/CodableDatastore",
      "product_dependencies" : [
        "AsyncSequenceReader",
        "Bytes"
      ],
      "product_memberships" : [
        "CodableDatastore"
      ],
      "sources" : [
        "Datastore/AsyncInstances.swift",
        "Datastore/Configuration.swift",
        "Datastore/Datastore.swift",
        "Datastore/DatastoreDescriptor.swift",
        "Datastore/DatastoreError.swift",
        "Datastore/DatastoreFormat.swift",
        "Datastore/DatastoreKey.swift",
        "Datastore/Dictionary+RawRepresentable.swift",
        "Datastore/ObservedEvent.swift",
        "Datastore/Progress.swift",
        "Datastore/RawRepresentable+Codable.swift",
        "Debug/GlobalTimer.swift",
        "Indexes/GeneratedIndexRepresentation.swift",
        "Indexes/IndexName.swift",
        "Indexes/IndexRangeExpression.swift",
        "Indexes/IndexRepresentation.swift",
        "Indexes/IndexStorage.swift",
        "Indexes/IndexType.swift",
        "Indexes/Indexable.swift",
        "Indexes/UUID+Comparable.swift",
        "Persistence/AccessMode.swift",
        "Persistence/Cursor.swift",
        "Persistence/DatastoreInterfaceError.swift",
        "Persistence/DatastoreInterfaceProtocol.swift",
        "Persistence/Disk Persistence/AsyncThrowingBackpressureStream.swift",
        "Persistence/Disk Persistence/Datastore/DatastoreIndex.swift",
        "Persistence/Disk Persistence/Datastore/DatastoreIndexManifest.swift",
        "Persistence/Disk Persistence/Datastore/DatastorePage.swift",
        "Persistence/Disk Persistence/Datastore/DatastorePageEntry.swift",
        "Persistence/Disk Persistence/Datastore/DatastorePageEntryBlock.swift",
        "Persistence/Disk Persistence/Datastore/DatastoreRoot.swift",
        "Persistence/Disk Persistence/Datastore/DatastoreRootManifest.swift",
        "Persistence/Disk Persistence/Datastore/PersistenceDatastore.swift",
        "Persistence/Disk Persistence/DatedIdentifier.swift",
        "Persistence/Disk Persistence/DiskPersistence.swift",
        "Persistence/Disk Persistence/DiskPersistenceError.swift",
        "Persistence/Disk Persistence/ISO8601DateFormatter+Milliseconds.swift",
        "Persistence/Disk Persistence/JSONCoder.swift",
        "Persistence/Disk Persistence/LazyTask.swift",
        "Persistence/Disk Persistence/Snapshot/Snapshot.swift",
        "Persistence/Disk Persistence/Snapshot/SnapshotIteration.swift",
        "Persistence/Disk Persistence/Snapshot/SnapshotManifest.swift",
        "Persistence/Disk Persistence/SortOrder.swift",
        "Persistence/Disk Persistence/StoreInfo/StoreInfo.swift",
        "Persistence/Disk Persistence/Transaction/DiskCursor.swift",
        "Persistence/Disk Persistence/Transaction/Transaction.swift",
        "Persistence/Disk Persistence/TypedIdentifier.swift",
        "Persistence/Memory Persistence/MemoryPersistence.swift",
        "Persistence/Persistence.swift",
        "Persistence/TransactionOptions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.