Build Information
Successful build of CodableDatastore, reference main (123bea
), with Swift 6.2 (beta) for tvOS using Xcode 26.0 on 23 Jun 2025 03:44:39 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=tvOS
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: tvOS
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/Bytes.git
Fetching from https://github.com/mochidev/AsyncSequenceReader.git
Creating working copy of package ‘Bytes’
Checking out 0.3.1 of package ‘Bytes’
Creating working copy of package ‘AsyncSequenceReader’
Checking out 0.3.1 of package ‘AsyncSequenceReader’
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
resolved source packages: CodableDatastore, AsyncSequenceReader, Bytes
{
"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=tvOS
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=tvOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
CodableDatastore: /Users/admin/builder/spi-builder-workspace
Bytes: https://github.com/mochidev/Bytes.git @ 0.3.1
AsyncSequenceReader: https://github.com/mochidev/AsyncSequenceReader.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.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: 8b10bc4eaaa634dde2ea4ebb80fae083
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/8b10bc4eaaa634dde2ea4ebb80fae083.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.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-appletvos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
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-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-appletvos/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-appletvos/CodableDatastore.build/CodableDatastore.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-appletvos/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-appletvos/CodableDatastore.build/CodableDatastore.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-appletvos/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-appletvos/CodableDatastore.build/CodableDatastore.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-appletvos/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-appletvos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-appletvos/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-appletvos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-appletvos/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-appletvos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-appletvos/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-appletvos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-appletvos/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-appletvos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-appletvos/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-appletvos/Bytes.build/Objects-normal/arm64/Bytes_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-appletvos/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-appletvos/Bytes.build/Objects-normal/arm64/Bytes.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-appletvos/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-appletvos/Bytes.build/Objects-normal/arm64/Bytes-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-appletvos/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-appletvos/Bytes.build/Objects-normal/arm64/Bytes.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-appletvos/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-appletvos/Bytes.build/Objects-normal/arm64/Bytes.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-appletvos/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-appletvos/Bytes.build/Bytes.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-appletvos/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-appletvos/Bytes.build/Bytes.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-appletvos/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-appletvos/Bytes.build/Bytes.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/CodableDatastore.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-appletvos/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-appletvos/CodableDatastore.build/CodableDatastore.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-appletvos/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-appletvos/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-appletvos/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-appletvos/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-appletvos/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-appletvos/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-appletvos/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-appletvos/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-appletvos/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-appletvos/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-appletvos/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-appletvos/AsyncSequenceReader.build/AsyncSequenceReader.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-appletvos/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-appletvos/AsyncSequenceReader.build/AsyncSequenceReader.DependencyStaticMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/Bytes.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-appletvos/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-appletvos/Bytes.build/Bytes.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-appletvos/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-appletvos/AsyncSequenceReader.build/AsyncSequenceReader.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/AsyncSequenceReader.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-appletvos/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-appletvos/AsyncSequenceReader.build/AsyncSequenceReader.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -target arm64-apple-tvos12.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-appletvos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/Bytes.build/Objects-normal/arm64/Bytes_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-appletvos/Bytes.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-appletvos/Bytes.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-appletvos/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-appletvos/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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -target arm64-apple-tvos13.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-appletvos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-appletvos/AsyncSequenceReader.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-appletvos/AsyncSequenceReader.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-appletvos/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-appletvos/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-4U2J64P1BDVXQPS3TVZ0TMU5A.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-4CVO6LJOW329KCITV1CCQNWVY.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\ AsyncSequenceReader.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncSequenceReader/Sources/AsyncSequenceReader/AsyncSequenceReader.swift (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncSequenceReader/Sources/AsyncSequenceReader/AsyncSequenceReader.swift (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AsyncIteratorMapSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncSequenceReader/Sources/AsyncSequenceReader/AsyncIteratorMapSequence.swift (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncSequenceReader/Sources/AsyncSequenceReader/AsyncIteratorMapSequence.swift (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AsyncBufferedIterator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncSequenceReader/Sources/AsyncSequenceReader/AsyncBufferedIterator.swift (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncSequenceReader/Sources/AsyncSequenceReader/AsyncBufferedIterator.swift (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ 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\ AnyReadableSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncSequenceReader/Sources/AsyncSequenceReader/AnyReadableSequence.swift (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncSequenceReader/Sources/AsyncSequenceReader/AnyReadableSequence.swift (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ 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\ 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\ 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
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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -target arm64-apple-tvos13.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-appletvos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-appletvos/AsyncSequenceReader.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-appletvos/AsyncSequenceReader.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-appletvos/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-appletvos/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-appletvos/AsyncSequenceReader-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-appletvos/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-appletvos/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/AsyncSequenceReader-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AsyncSequenceReader.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-appletvos/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-appletvos/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AsyncSequenceReader.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AsyncSequenceReader.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-appletvos/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-appletvos/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AsyncSequenceReader.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AsyncSequenceReader.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-appletvos/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-appletvos/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AsyncSequenceReader.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AsyncSequenceReader.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-appletvos/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-appletvos/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AsyncSequenceReader.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-D4Q9PQUH71WNTGTSVGPNOND8J.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-ARZU5ONE6DRMFD35AP9HSK69Q.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-AB57J0X8UXJ6EYW3A82W8WEPK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-9CL4C0NWSJAZ2OHAZ0M9LSLLC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-O9TU80G5DO9W2CFYAA6U316Z.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-541TOOT0518GCI4KLSEHEG94I.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-5V9TWTJUEWN0N566W6KPDBMEN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-ALM7SKT414KKRQINZOM6314Q8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-4QALTV7M0SARGPI9I4OW3TFNT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-EASIRY8XHHQJ3YRARD7QTNXC.pcm
SwiftDriverJobDiscovery normal arm64 Compiling AsyncSequenceReaderError.swift (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
SwiftDriverJobDiscovery normal arm64 Compiling AsyncSequenceReader.swift (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
SwiftDriverJobDiscovery normal arm64 Compiling AsyncReadSequence.swift (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
SwiftDriverJobDiscovery normal arm64 Compiling AsyncBufferedIterator.swift (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
SwiftDriverJobDiscovery normal arm64 Compiling AnyReadableSequence.swift (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
SwiftDriverJobDiscovery normal arm64 Compiling AsyncIteratorMapSequence.swift (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
SwiftDriverJobDiscovery normal arm64 Compiling AsyncReadUpToCountSequence.swift (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
SwiftDriverJobDiscovery normal arm64 Compiling AsyncReadUpToElementsSequence.swift (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
SwiftDriver\ Compilation AsyncSequenceReader normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-26.0.0-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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -target arm64-apple-tvos13.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-appletvos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-appletvos/AsyncSequenceReader.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-appletvos/AsyncSequenceReader.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-appletvos/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-appletvos/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-appletvos/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-tvos13.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-appletvos/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-appletvos/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-appletvos/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/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-appletvos/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-appletvos/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AsyncSequenceReader.o
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-2QS3K92NBW87HYSVJ582SX1NE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-4OQQOX310UB0KG2J1CPZ7BISO.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk --xcode-version 17A5241e --platform-family tvOS --deployment-target 13.0 --bundle-identifier asyncsequencereader.AsyncSequenceReader --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AsyncSequenceReader.appintents --target-triple arm64-apple-tvos13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AsyncSequenceReader.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-appletvos/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-appletvos/AsyncSequenceReader.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-appletvos/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-appletvos/AsyncSequenceReader.build/AsyncSequenceReader.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-appletvos/AsyncSequenceReader.build/AsyncSequenceReader.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-appletvos/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:33.833 appintentsmetadataprocessor[731:4151] Starting appintentsmetadataprocessor export
2025-06-22 20:44:33.897 appintentsmetadataprocessor[731:4151] Extracted no relevant App Intents symbols, skipping writing output
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-44CZHIF4XMQNXBVOUP0JWDC02.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-E2UF1JPKFLE3IIXCEW36I880G.pcm
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/AsyncSequenceReader.o
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-BRNYGK24RLR224PCXFA1SCBFG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-6SJ7VQ53YNILF5M2YQP1FPLRB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-17SW2XP68FXVPR50UFO2DN775.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-8G0XZEZONF9AGXS50PZ2FA7CD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-2TJRFV4C78OXLCV50R3SK6DQN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-3KJPTTAP0BQDTA5D9GK6QM7IT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-E90ZG8CBWD37T29NSYGZ1FJ7M.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-7MDTQIS6PKQ7UVBXK6JICGLKZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-BZ79ZF3MGHB00WRYSCDBDUMPZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-9JN1CBWYC5ZAVWSK8TCGKFE9I.pcm
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\ 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
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\ 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\ 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\ 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\ 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\ 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\ AsyncByteIterator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bytes/Sources/Bytes/AsyncByteIterator.swift (in target 'Bytes' from project 'Bytes')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bytes/Sources/Bytes/AsyncByteIterator.swift (in target 'Bytes' from project 'Bytes')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ 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
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 AsyncByteIterator.swift (in target 'Bytes' from project 'Bytes')
SwiftDriverJobDiscovery normal arm64 Compiling Integer.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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -target arm64-apple-tvos12.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-appletvos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/Bytes.build/Objects-normal/arm64/Bytes_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-appletvos/Bytes.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-appletvos/Bytes.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-appletvos/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-appletvos/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-appletvos/Bytes-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-appletvos/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-appletvos/Bytes.build/Objects-normal/arm64/Bytes-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/Bytes-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Bytes.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-appletvos/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-appletvos/Bytes.build/Objects-normal/arm64/Bytes.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Bytes.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Bytes.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-appletvos/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-appletvos/Bytes.build/Objects-normal/arm64/Bytes.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Bytes.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Bytes.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-appletvos/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-appletvos/Bytes.build/Objects-normal/arm64/Bytes.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Bytes.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Bytes.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-appletvos/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-appletvos/Bytes.build/Objects-normal/arm64/Bytes.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Bytes.swiftmodule/Project/arm64-apple-tvos.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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -target arm64-apple-tvos13.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-appletvos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-appletvos/CodableDatastore.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-appletvos/CodableDatastore.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-appletvos/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-appletvos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling RawRepresentable.swift (in target 'Bytes' from project 'Bytes')
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-BE2G5IMOXYQW937YY35HLQHM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-CCCMZ63D1S8FSOHOMBCCOE8T8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-69BDTHT0X11CZF8P5KE02XD7V.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-RW661KOYNYU0S57DB4FQTT4C.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-2W97BRSHCS0QKXLZRHWG8VTM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-6KLDTGKLR9PLHTX0B2XAHGP8G.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-5QGLQCTPH0FBI3IE1CXTBF0P7.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-87S1SA49RFNNH72S721R8QLII.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-6MQC9710V3QO2POFBME2J6DQQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-A7ZB40IXT3OPG4WV85YRB2RSC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-5IUW4RGVSI55FGDLH5V23BNWY.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-BH6JOBVMFSMBRUKNY0X56CB2U.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-51MSPDT0CKRWB18L9OG2CN2GG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-1X03W1UKM684S9V4RFL31LDOC.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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -target arm64-apple-tvos12.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-appletvos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/Bytes.build/Objects-normal/arm64/Bytes_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-appletvos/Bytes.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-appletvos/Bytes.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-appletvos/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-appletvos/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-appletvos/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-tvos12.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-appletvos/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-appletvos/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-appletvos/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/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-appletvos/Bytes.build/Objects-normal/arm64/Bytes.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-appletvos/Bytes.build/Objects-normal/arm64/Bytes-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk --xcode-version 17A5241e --platform-family tvOS --deployment-target 12.0 --bundle-identifier bytes.Bytes --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Bytes.appintents --target-triple arm64-apple-tvos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Bytes.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-appletvos/Bytes.build/Objects-normal/arm64/Bytes_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-appletvos/Bytes.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-appletvos/Bytes.build/Objects-normal/arm64/Bytes.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-appletvos/Bytes.build/Bytes.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-appletvos/Bytes.build/Bytes.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-appletvos/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:35.948 appintentsmetadataprocessor[771:4288] Starting appintentsmetadataprocessor export
2025-06-22 20:44:35.993 appintentsmetadataprocessor[771:4288] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/Bytes.o
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-CZTHOC7G13LYM347NMOZC62ZD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-4RLMQ40PRFEKMY5M6MKPMXMR7.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-72UXYZ6R8AHJL4M33ENEQYXGD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-C0HFRONWPOXYR4IF61772RQQ2.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-7KCPZOJREONK6LDC4MG61DGIB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-6HJ1ONFJWQNFGK0I29BFUXU7S.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-9S0OAHT3W4ZRWCWWZET4SET5W.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-4IFBF0G9O5QCEYBF00LDCVB0X.pcm
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\ 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\ 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
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\ 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\ 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\ 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\ 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\ 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\ 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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -target arm64-apple-tvos13.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-appletvos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-appletvos/CodableDatastore.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-appletvos/CodableDatastore.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-appletvos/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-appletvos/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-appletvos/CodableDatastore-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-appletvos/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-appletvos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/CodableDatastore-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CodableDatastore.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-appletvos/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-appletvos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CodableDatastore.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CodableDatastore.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-appletvos/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-appletvos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CodableDatastore.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CodableDatastore.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-appletvos/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-appletvos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CodableDatastore.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CodableDatastore.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-appletvos/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-appletvos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CodableDatastore.swiftmodule/arm64-apple-tvos.abi.json
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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -target arm64-apple-tvos13.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-appletvos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-appletvos/CodableDatastore.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-appletvos/CodableDatastore.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-appletvos/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-appletvos/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-appletvos/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-tvos13.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-appletvos/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-appletvos/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-appletvos/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/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-appletvos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-appletvos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk --xcode-version 17A5241e --platform-family tvOS --deployment-target 13.0 --bundle-identifier spi-builder-workspace.CodableDatastore --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CodableDatastore.appintents --target-triple arm64-apple-tvos13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CodableDatastore.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-appletvos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-appletvos/CodableDatastore.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-appletvos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-appletvos/CodableDatastore.build/CodableDatastore.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-appletvos/CodableDatastore.build/CodableDatastore.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-appletvos/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:38.507 appintentsmetadataprocessor[797:4401] Starting appintentsmetadataprocessor export
2025-06-22 20:44:38.550 appintentsmetadataprocessor[797:4401] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/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.