The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of CodableDatastore, reference main (123bea), with Swift 6.2 (beta) for visionOS using Xcode 26.0 on 23 Jun 2025 03:44:14 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mochidev/CodableDatastore.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mochidev/CodableDatastore
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 123beae Updated the recommended version in the README
Cloned https://github.com/mochidev/CodableDatastore.git
Revision (git rev-parse @):
123beae86f8d53ee36e0f7ba116debf6e010b8ab
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mochidev/CodableDatastore.git at main
========================================
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-Beta.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:
  AsyncSequenceReader: https://github.com/mochidev/AsyncSequenceReader.git @ 0.3.1
  Bytes: https://github.com/mochidev/Bytes.git @ 0.3.1
  CodableDatastore: /Users/admin/builder/spi-builder-workspace
resolved source packages: AsyncSequenceReader, Bytes, CodableDatastore
{
  "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" : [
        "DatastoreDescriptorTests.swift",
        "DatastoreFormatTests.swift",
        "DatastorePageEntryTests.swift",
        "DatedIdentifierTests.swift",
        "DiskPersistenceDatastoreIndexTests.swift",
        "DiskPersistenceDatastoreTests.swift",
        "DiskPersistenceTests.swift",
        "DiskTransactionTests.swift",
        "IndexRangeExpressionTests.swift",
        "OptionalTests.swift",
        "SnapshotIterationTests.swift",
        "SnapshotTests.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/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",
        "Datastore/TypedAsyncSequence.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"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Bytes",
      "CodableDatastore"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.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-Beta.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:
  CodableDatastore: /Users/admin/builder/spi-builder-workspace
  AsyncSequenceReader: https://github.com/mochidev/AsyncSequenceReader.git @ 0.3.1
  Bytes: https://github.com/mochidev/Bytes.git @ 0.3.1
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-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: b19ddad2c221f55f7267e5e19335e4bd
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/b19ddad2c221f55f7267e5e19335e4bd.xcbuilddata
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/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.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/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/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.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/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-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_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/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/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/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-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/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/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/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
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.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.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.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/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/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
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/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-Beta.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-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.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-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.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-23M5263k-63777232b7fc5220f33897c1cc69dbf5.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-Beta.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-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.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 -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.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-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.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-23M5263k-63777232b7fc5220f33897c1cc69dbf5.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-2NDRUQ9992NJF8X4L4JP8NVHE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-2AULHSYE2L659FZ3QIE9V5JO3.pcm
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\ 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

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\ 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\ 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

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

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-Beta.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-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.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 -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.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-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.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-23M5263k-63777232b7fc5220f33897c1cc69dbf5.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/SwiftShims-F46X5FXY7I1HWEOCOQVSQWDNN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-7G57MOE58GZVJMWN1GCZ599TP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-1YQCTN0O73AHNHZOS6SY3HD3E.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-E7LE7DV0CNK9MJMHLAZCYDQGG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-AGIMNIU03RBGDKDFQRREAQMB0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-63O7P0417CITDU5TAPFWA16RK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-3H3LLJBXUZYXL2X8I9QOFQSE2.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-21H3N9DH1KLS9X4PIJZT9JFO8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-C2AB6M1NNYPFLWYMKDOFRYH8X.pcm
SwiftDriverJobDiscovery normal arm64 Compiling AsyncBufferedIterator.swift (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
SwiftDriverJobDiscovery normal arm64 Compiling AsyncSequenceReader.swift (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
SwiftDriverJobDiscovery normal arm64 Compiling AsyncSequenceReaderError.swift (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
SwiftDriverJobDiscovery normal arm64 Compiling AnyReadableSequence.swift (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
SwiftDriverJobDiscovery normal arm64 Compiling AsyncReadSequence.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-Beta.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-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.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 -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.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-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.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-23M5263k-63777232b7fc5220f33897c1cc69dbf5.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-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.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-Beta.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-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.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-Beta.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-EFETDZLNX0FEPQZ2E3PZFKYNR.pcm
ExtractAppIntentsMetadata (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncSequenceReader
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name AsyncSequenceReader --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk --xcode-version 17A5241e --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
2025-06-22 20:44:08.697 appintentsmetadataprocessor[753:4253] Starting appintentsmetadataprocessor export
2025-06-22 20:44:08.758 appintentsmetadataprocessor[753:4253] Extracted no relevant App Intents symbols, skipping writing output
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-E60OGYQQCI50TU38JKHOXIOVC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-DKV1BYCIVIYMBC5V04ISHLS5A.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-DN40O2QXVAPS5PX3RRQK2CDTB.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/_DarwinFoundation3-2J7H31OFACG6OUGQJF3Z2HH2P.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-7IAHOD1D4EZJRBSJ4YXQCX8QK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-ANJZ93KTRF4ZV05C6NV5Q0SRR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-1UIC5AG2ZCLFQ1S2SJZ5E9I8I.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-14HP1DXB4AHZLLZ2VG0XM57OP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-1TVSUO7YH3KW9W6KS32GSRDVI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-AA5V45I59GR8Q18J0KTZFB92T.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-C55Z6VZ589KY8LHRRM3J869RS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-8BP09VQ2TO94G5OK8X98USG8N.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-9EX4JLL2HOHSIU45ZL7AEA88A.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-9ABIQSLNMD9AJ6942NNHN34Z2.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\ 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\ 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\ 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

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\ 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\ 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\ 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\ 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\ 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

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 String.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 AsyncByteIterator.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-Beta.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-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.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-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.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-23M5263k-63777232b7fc5220f33897c1cc69dbf5.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.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/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/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-Beta.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-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.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 -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.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-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.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-23M5263k-63777232b7fc5220f33897c1cc69dbf5.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_stddef-96DE0NKNXK88K4188Z003SFL.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-5SISCDC13SAJ8RXMPI5EMJRC3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-BU1KT38SVD7O0JFJUH1LIDPD7.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-BKMZXENNGOMYFUVGSUV2V7VEV.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-2F9GSM98DE1340HXC3MKJQZ6O.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-265B87GF5GD0I7MNFXOUUK864.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-5YFR0VRJ3VEDNKSWZ4AK30CYV.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-1VX6YRQ5X8H9GCP5ATAKWO47M.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-AGEVPM55GJ5QQSD7MRZBYA6B6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-CQ3ZT213TFIMXX07AMAJUQLCF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-D08GU6QH1MB283MCJE969ZT67.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-2YY9TL4K0XITOSH0UYDFVCSNT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-2VU6EP18FE78TESO2O8FABVUN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-B3DFZL60KC6CKEIJX3ZP7BRIY.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-Beta.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-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.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-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.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-23M5263k-63777232b7fc5220f33897c1cc69dbf5.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-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.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-Beta.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-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.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-Beta.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-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Bytes --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk --xcode-version 17A5241e --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
2025-06-22 20:44:10.893 appintentsmetadataprocessor[801:4401] Starting appintentsmetadataprocessor export
2025-06-22 20:44:10.936 appintentsmetadataprocessor[801:4401] Extracted no relevant App Intents symbols, skipping writing output
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/ObjectiveC-1XU997X6RXOBXELNVQTZRJ4SJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-27FUA92VQDP38FTP5R5A2N8KQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-B3RIA0V7I44BYJ0VFM6913UV6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-97Y8Z5K6IEDFCBJ671IQYAEUF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-5DH5L4CRR30HOB2MOTQSHNOR2.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-82EFTYIWSFI9GKXFVLRHBBZB2.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-6U5QJOPJYWKWJ31O9WTX3PML6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-EZ2RNQX9R66JYG999UHTQ3A0C.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

/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/ISO8601DateFormatter+Milliseconds.swift:48:56: warning: conformance of 'JSONDecoder.DateDecodingStrategy' to protocol 'Sendable' was already stated in the type's module 'Foundation'
extension JSONDecoder.DateDecodingStrategy: @unchecked Sendable {}
                                                       ^
Foundation.JSONDecoder.DateDecodingStrategy:2:25: note: 'JSONDecoder.DateDecodingStrategy' declares conformance to protocol 'Sendable' here
public enum JSONDecoder.DateDecodingStrategy : Sendable {
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/ISO8601DateFormatter+Milliseconds.swift:49:56: warning: conformance of 'JSONEncoder.DateEncodingStrategy' to protocol 'Sendable' was already stated in the type's module 'Foundation'
extension JSONEncoder.DateEncodingStrategy: @unchecked Sendable {}
                                                       ^
Foundation.JSONEncoder.DateEncodingStrategy:2:25: note: 'JSONEncoder.DateEncodingStrategy' declares conformance to protocol 'Sendable' here
public enum JSONEncoder.DateEncodingStrategy : Sendable {
                        ^
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

/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/ISO8601DateFormatter+Milliseconds.swift:48:56: warning: conformance of 'JSONDecoder.DateDecodingStrategy' to protocol 'Sendable' was already stated in the type's module 'Foundation'
extension JSONDecoder.DateDecodingStrategy: @unchecked Sendable {}
                                                       ^
Foundation.JSONDecoder.DateDecodingStrategy:2:25: note: 'JSONDecoder.DateDecodingStrategy' declares conformance to protocol 'Sendable' here
public enum JSONDecoder.DateDecodingStrategy : Sendable {
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/ISO8601DateFormatter+Milliseconds.swift:49:56: warning: conformance of 'JSONEncoder.DateEncodingStrategy' to protocol 'Sendable' was already stated in the type's module 'Foundation'
extension JSONEncoder.DateEncodingStrategy: @unchecked Sendable {}
                                                       ^
Foundation.JSONEncoder.DateEncodingStrategy:2:25: note: 'JSONEncoder.DateEncodingStrategy' declares conformance to protocol 'Sendable' here
public enum JSONEncoder.DateEncodingStrategy : Sendable {
                        ^
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

/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Snapshot/Snapshot.swift:262:32: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
            let manifest = try cachedManifest ?? self.loadManifest()
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Snapshot/Snapshot.swift:247:10: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
    func readManifest<T>(
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Snapshot/Snapshot.swift:363:36: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                precedingSnapshot: id,
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Snapshot/Snapshot.swift:348:10: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
    func copy(
         ^
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

/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:55:17: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                isActive = true
                ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:50:22: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
        private func attachTask<T>(
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:74:31: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                    try await self.persist()
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:50:22: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
        private func attachTask<T>(
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:220:47: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                    try? await lastTransaction?.task.value
                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:200:13: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
            lastTransaction: Transaction?,
            ^
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

/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:55:17: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                isActive = true
                ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:50:22: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
        private func attachTask<T>(
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:74:31: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                    try await self.persist()
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:50:22: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
        private func attachTask<T>(
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:220:47: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                    try? await lastTransaction?.task.value
                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:200:13: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
            lastTransaction: Transaction?,
            ^
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

/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:55:17: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                isActive = true
                ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:50:22: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
        private func attachTask<T>(
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:74:31: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                    try await self.persist()
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:50:22: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
        private func attachTask<T>(
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:220:47: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                    try? await lastTransaction?.task.value
                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:200:13: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
            lastTransaction: Transaction?,
            ^
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

/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:55:17: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                isActive = true
                ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:50:22: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
        private func attachTask<T>(
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:74:31: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                    try await self.persist()
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:50:22: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
        private func attachTask<T>(
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:220:47: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                    try? await lastTransaction?.task.value
                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:200:13: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
            lastTransaction: Transaction?,
            ^
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

/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:55:17: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                isActive = true
                ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:50:22: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
        private func attachTask<T>(
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:74:31: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                    try await self.persist()
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:50:22: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
        private func attachTask<T>(
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:220:47: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                    try? await lastTransaction?.task.value
                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:200:13: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
            lastTransaction: Transaction?,
            ^
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

/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastoreRoot.swift:70:23: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                await datastore.invalidate(id)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastoreRoot.swift:69:25: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
            Task { [id, datastore] in
                        ^
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

/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/PersistenceDatastore.swift:138:43: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
        Task { await snapshot.persistence.cache(rootObject) }
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/PersistenceDatastore.swift:131:10: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
    func rootObject(for identifier: RootObject.ID) -> RootObject {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/PersistenceDatastore.swift:144:43: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
        Task { await snapshot.persistence.cache(rootObject) }
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/PersistenceDatastore.swift:142:10: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
    func adopt(rootObject: RootObject) {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/PersistenceDatastore.swift:166:43: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
        Task { await snapshot.persistence.cache(index) }
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/PersistenceDatastore.swift:159:10: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
    func index(for identifier: Index.ID) -> Index {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/PersistenceDatastore.swift:172:43: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
        Task { await snapshot.persistence.cache(index) }
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/PersistenceDatastore.swift:170:10: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
    func adopt(index: Index) {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/PersistenceDatastore.swift:194:43: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
        Task { await snapshot.persistence.cache(page) }
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/PersistenceDatastore.swift:187:10: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
    func page(for identifier: Page.ID) -> Page {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/PersistenceDatastore.swift:200:43: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
        Task { await snapshot.persistence.cache(page) }
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/PersistenceDatastore.swift:198:10: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
    func adopt(page: Page) {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/PersistenceDatastore.swift:255:10: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
    func register(
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/PersistenceDatastore.swift:263:23: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                await self.unregisterObserver(for: id)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/PersistenceDatastore.swift:255:10: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
    func register(
         ^
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

/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/DiskPersistence.swift:239:33: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
            let storeInfo = try cachedStoreInfo ?? self.loadStoreInfo()
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/DiskPersistence.swift:225:10: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
    func updateStoreInfo<T: Sendable>(
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/DiskPersistence.swift:409:39: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
            try await withStoreInfo { await loadSnapshot(from: $0) }
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/DiskPersistence.swift:408:9: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
        get async throws {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/DiskPersistence.swift:533:21: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                try await snapshot.readingManifest { snapshotManifest, currentIteration in
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/DiskPersistence.swift:534:21: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                    await snapshot.loadDatastore(for: datastoreKey, from: currentIteration)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/DiskPersistence.swift:532:55: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
            return try await readingCurrentSnapshot { snapshot in
                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/DiskPersistence.swift:555:47: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                try await escapingTransaction(interface, isDurable)
                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/DiskPersistence.swift:574:23: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
            try await snapshot.readingManifest { manifest, iteration in
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/DiskPersistence.swift:569:9: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
        roots: [DatastoreKey : Datastore.RootObject],
        ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/DiskPersistence.swift:575:36: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                for (key, root) in roots {
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/DiskPersistence.swift:569:9: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
        roots: [DatastoreKey : Datastore.RootObject],
        ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/DiskPersistence.swift:569:9: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
        roots: [DatastoreKey : Datastore.RootObject],
        ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/DiskPersistence.swift:596:36: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                for (key, root) in roots {
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/DiskPersistence.swift:569:9: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
        roots: [DatastoreKey : Datastore.RootObject],
        ^
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\ 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

/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastoreIndex.swift:44:23: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                await datastore.invalidate(id)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastoreIndex.swift:43:25: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
            Task { [id, datastore] in
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastoreIndex.swift:123:24: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                if let _manifest { return _manifest }
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastoreIndex.swift:119:9: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
        get async throws {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastoreIndex.swift:420:28: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
            pageBuilder: { await datastore.page(for: .init(index: self.id, page: $0)) },
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastoreIndex.swift:408:10: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
    func entry<T>(
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastoreIndex.swift:582:28: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
            pageBuilder: { await datastore.page(for: .init(index: self.id, page: $0)) },
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastoreIndex.swift:573:10: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
    func insertionCursor<T>(
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastoreIndex.swift:721:28: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
            pageBuilder: { await datastore.page(for: .init(index: self.id, page: $0)) },
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastoreIndex.swift:714:10: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
    func forwardScanEntries(
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastoreIndex.swift:796:28: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
            pageBuilder: { await datastore.page(for: .init(index: self.id, page: $0)) },
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastoreIndex.swift:789:10: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
    func backwardScanEntries(
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastoreIndex.swift:1519:28: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
            try await self.forwardScanEntries(after: self.firstInsertionCursor) { entry in
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastoreIndex.swift:1506:10: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
    func copy(
         ^
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

/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastorePage.swift:42:23: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                await datastore.invalidate(id)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastorePage.swift:41:25: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
            Task { [id, datastore] in
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastorePage.swift:132:27: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                try await performRead(sequence: try readableSequence)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastorePage.swift:126:9: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
        get async throws {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastorePage.swift:222:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure
            partialResult.append(element)
            ^
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\ TypedAsyncSequence.swift,\ GlobalTimer.swift,\ GeneratedIndexRepresentation.swift,\ IndexName.swift,\ IndexRangeExpression.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/TypedAsyncSequence.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/TypedAsyncSequence.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

SwiftCompile normal arm64 Compiling\ DatastoreKey.swift,\ Dictionary+RawRepresentable.swift,\ ObservedEvent.swift,\ Progress.swift,\ RawRepresentable+Codable.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 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/RawRepresentable+Codable.swift (in target 'CodableDatastore' from project 'CodableDatastore')
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 /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 Compiling\ Configuration.swift,\ Datastore.swift,\ DatastoreDescriptor.swift,\ DatastoreError.swift,\ DatastoreFormat.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 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/DatastoreFormat.swift (in target 'CodableDatastore' from project 'CodableDatastore')
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

/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/Datastore.swift:167:27: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                try await persistence._withTransaction(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/Datastore.swift:152:10: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
    func warmupIfNeeded(
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/Datastore.swift:514:27: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                try await self.warmupIfNeeded()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/Datastore.swift:507:22: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
    nonisolated func _load(
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/Datastore.swift:522:114: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                    try await transaction.primaryIndexScan(range: identifierRange.applying(order), datastoreKey: self.key) { versionData, instanceData in
                                                                                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/Datastore.swift:507:22: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
    nonisolated func _load(
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/Datastore.swift:524:49: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                        let decoder = try await self.decoder(for: entryVersion)
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/Datastore.swift:507:22: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
    nonisolated func _load(
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/Datastore.swift:602:23: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
            try await self.warmupIfNeeded()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/Datastore.swift:588:22: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
    nonisolated func _load<
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/Datastore.swift:614:43: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                            datastoreKey: self.key
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/Datastore.swift:588:22: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
    nonisolated func _load<
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/Datastore.swift:617:53: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                            let decoder = try await self.decoder(for: entryVersion)
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/Datastore.swift:588:22: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
    nonisolated func _load<
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/Datastore.swift:628:122: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                            let persistedEntry = try await transaction.primaryIndexCursor(for: identifier, datastoreKey: self.key)
                                                                                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/Datastore.swift:588:22: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
    nonisolated func _load<
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/Datastore.swift:752:17: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
    public func observe() async throws -> some TypedAsyncSequence<ObservedEvent<IdentifierType, InstanceType>> & Sendable {
                ^
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 /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

SwiftDriverJobDiscovery normal arm64 Compiling DatastoreKey.swift, Dictionary+RawRepresentable.swift, ObservedEvent.swift, Progress.swift, RawRepresentable+Codable.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 TypedAsyncSequence.swift, GlobalTimer.swift, GeneratedIndexRepresentation.swift, IndexName.swift, IndexRangeExpression.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 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-Beta.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-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.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 -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.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-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.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-23M5263k-63777232b7fc5220f33897c1cc69dbf5.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.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/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/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 Configuration.swift, Datastore.swift, DatastoreDescriptor.swift, DatastoreError.swift, DatastoreFormat.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-Beta.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-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.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 -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.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-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.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-23M5263k-63777232b7fc5220f33897c1cc69dbf5.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-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.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-Beta.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-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.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-Beta.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-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name CodableDatastore --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk --xcode-version 17A5241e --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
2025-06-22 20:44:13.448 appintentsmetadataprocessor[827:4514] Starting appintentsmetadataprocessor export
2025-06-22 20:44:13.489 appintentsmetadataprocessor[827:4514] 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 **
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" : [
        "DatastoreDescriptorTests.swift",
        "DatastoreFormatTests.swift",
        "DatastorePageEntryTests.swift",
        "DatedIdentifierTests.swift",
        "DiskPersistenceDatastoreIndexTests.swift",
        "DiskPersistenceDatastoreTests.swift",
        "DiskPersistenceTests.swift",
        "DiskTransactionTests.swift",
        "IndexRangeExpressionTests.swift",
        "OptionalTests.swift",
        "SnapshotIterationTests.swift",
        "SnapshotTests.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/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",
        "Datastore/TypedAsyncSequence.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.