Build Information
Successful build of CodableDatastore, reference 0.4.1 (8694d7), with Swift 6.2 for iOS using Xcode 26.3 on 27 Jan 2026 20:38:11 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CodableDatastore -destination generic/platform=iOSBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mochidev/CodableDatastore.git
Reference: 0.4.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mochidev/CodableDatastore
* tag 0.4.1 -> FETCH_HEAD
HEAD is now at 8694d75 Fixed an issue where `AsyncThrowingBackpressureStream` would not deinitialize when a suspended write was never read
Cloned https://github.com/mochidev/CodableDatastore.git
Revision (git rev-parse @):
8694d75c9d627d7399925bf7675687b17a6e5292
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mochidev/CodableDatastore.git at 0.4.1
========================================
Build
========================================
Selected platform: iOS
Swift version: 6.2
Building package at path: $PWD
https://github.com/mochidev/CodableDatastore.git
Command line invocation:
/Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/mochidev/Bytes.git
Fetching from https://github.com/mochidev/AsyncSequenceReader.git
Creating working copy of package ‘AsyncSequenceReader’
Checking out 0.3.1 of package ‘AsyncSequenceReader’
Creating working copy of package ‘Bytes’
Checking out 0.3.1 of package ‘Bytes’
Resolve Package Graph
Resolved source packages:
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
resolved source packages: CodableDatastore, Bytes, AsyncSequenceReader
2026-01-27 15:37:55.378 xcodebuild[525:3092] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
{
"identity" : "asyncsequencereader",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.1",
"upper_bound" : "0.4.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mochidev/AsyncSequenceReader.git"
},
{
"identity" : "bytes",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.0",
"upper_bound" : "0.4.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mochidev/Bytes.git"
}
],
"manifest_display_name" : "CodableDatastore",
"name" : "CodableDatastore",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "CodableDatastore",
"targets" : [
"CodableDatastore"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CodableDatastoreTests",
"module_type" : "SwiftTarget",
"name" : "CodableDatastoreTests",
"path" : "Tests/CodableDatastoreTests",
"sources" : [
"AsyncThrowingBackpressureStreamTests.swift",
"DatastoreDescriptorTests.swift",
"DatastoreFormatTests.swift",
"DatastorePageEntryTests.swift",
"DatedIdentifierTests.swift",
"DiskPersistenceDatastoreIndexTests.swift",
"DiskPersistenceDatastoreTests.swift",
"DiskPersistenceTests.swift",
"DiskTransactionTests.swift",
"IndexRangeExpressionTests.swift",
"MultiplePersistenceTests.swift",
"OptionalTests.swift",
"SnapshotIterationTests.swift",
"SnapshotTests.swift",
"Task+Unresolved.swift",
"TransactionOptionsTests.swift",
"TypedIdentifierTests.swift",
"UUIDTests.swift"
],
"target_dependencies" : [
"CodableDatastore"
],
"type" : "test"
},
{
"c99name" : "CodableDatastore",
"module_type" : "SwiftTarget",
"name" : "CodableDatastore",
"path" : "Sources/CodableDatastore",
"product_dependencies" : [
"AsyncSequenceReader",
"Bytes"
],
"product_memberships" : [
"CodableDatastore"
],
"sources" : [
"Datastore/AsyncInstances.swift",
"Datastore/Configuration.swift",
"Datastore/Datastore.swift",
"Datastore/DatastoreDescriptor.swift",
"Datastore/DatastoreError.swift",
"Datastore/DatastoreFormat.swift",
"Datastore/DatastoreKey.swift",
"Datastore/Dictionary+RawRepresentable.swift",
"Datastore/ObservedEvent.swift",
"Datastore/Progress.swift",
"Datastore/RawRepresentable+Codable.swift",
"Debug/GlobalTimer.swift",
"Indexes/GeneratedIndexRepresentation.swift",
"Indexes/IndexName.swift",
"Indexes/IndexRangeExpression.swift",
"Indexes/IndexRepresentation.swift",
"Indexes/IndexStorage.swift",
"Indexes/IndexType.swift",
"Indexes/Indexable.swift",
"Indexes/UUID+Comparable.swift",
"Persistence/AccessMode.swift",
"Persistence/Cursor.swift",
"Persistence/DatastoreInterfaceError.swift",
"Persistence/DatastoreInterfaceProtocol.swift",
"Persistence/Disk Persistence/AsyncThrowingBackpressureStream.swift",
"Persistence/Disk Persistence/Datastore/DatastoreIndex.swift",
"Persistence/Disk Persistence/Datastore/DatastoreIndexManifest.swift",
"Persistence/Disk Persistence/Datastore/DatastorePage.swift",
"Persistence/Disk Persistence/Datastore/DatastorePageEntry.swift",
"Persistence/Disk Persistence/Datastore/DatastorePageEntryBlock.swift",
"Persistence/Disk Persistence/Datastore/DatastoreRoot.swift",
"Persistence/Disk Persistence/Datastore/DatastoreRootManifest.swift",
"Persistence/Disk Persistence/Datastore/PersistenceDatastore.swift",
"Persistence/Disk Persistence/DatedIdentifier.swift",
"Persistence/Disk Persistence/DiskPersistence.swift",
"Persistence/Disk Persistence/DiskPersistenceError.swift",
"Persistence/Disk Persistence/ISO8601DateFormatter+Milliseconds.swift",
"Persistence/Disk Persistence/JSONCoder.swift",
"Persistence/Disk Persistence/LazyTask.swift",
"Persistence/Disk Persistence/Snapshot/Snapshot.swift",
"Persistence/Disk Persistence/Snapshot/SnapshotIteration.swift",
"Persistence/Disk Persistence/Snapshot/SnapshotManifest.swift",
"Persistence/Disk Persistence/SortOrder.swift",
"Persistence/Disk Persistence/StoreInfo/StoreInfo.swift",
"Persistence/Disk Persistence/Transaction/DiskCursor.swift",
"Persistence/Disk Persistence/Transaction/Transaction.swift",
"Persistence/Disk Persistence/TypedIdentifier.swift",
"Persistence/Memory Persistence/MemoryPersistence.swift",
"Persistence/Persistence.swift",
"Persistence/TransactionOptions.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Bytes",
"CodableDatastore"
]
}
}
2026-01-27 15:38:00.245 xcodebuild[683:4087] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Bytes",
"CodableDatastore"
]
}
}
2026-01-27 15:38:01.177 xcodebuild[692:4144] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CodableDatastore -destination generic/platform=iOS
Command line invocation:
/Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme CodableDatastore -destination generic/platform=iOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
AsyncSequenceReader: https://github.com/mochidev/AsyncSequenceReader.git @ 0.3.1
Bytes: https://github.com/mochidev/Bytes.git @ 0.3.1
CodableDatastore: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
Target 'CodableDatastore' in project 'CodableDatastore'
➜ Explicit dependency on target 'CodableDatastore' in project 'CodableDatastore'
➜ Explicit dependency on target 'AsyncSequenceReader' in project 'AsyncSequenceReader'
➜ Explicit dependency on target 'Bytes' in project 'Bytes'
Target 'CodableDatastore' in project 'CodableDatastore'
➜ Explicit dependency on target 'AsyncSequenceReader' in project 'AsyncSequenceReader'
➜ Explicit dependency on target 'Bytes' in project 'Bytes'
Target 'Bytes' in project 'Bytes'
➜ Explicit dependency on target 'Bytes' in project 'Bytes'
Target 'Bytes' in project 'Bytes' (no dependencies)
Target 'AsyncSequenceReader' in project 'AsyncSequenceReader'
➜ Explicit dependency on target 'AsyncSequenceReader' in project 'AsyncSequenceReader'
Target 'AsyncSequenceReader' in project 'AsyncSequenceReader' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 06244a26e27451b3bae8d962477b807e
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/06244a26e27451b3bae8d962477b807e.xcbuilddata
ClangStatCache /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A339-031f2ee2c39ede4aa7d3d33a6e255a3e.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A339-031f2ee2c39ede4aa7d3d33a6e255a3e.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
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/SwiftExplicitPrecompiledModules
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
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-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-iphoneos/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-iphoneos/CodableDatastore.build/CodableDatastore.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-iphoneos/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-iphoneos/CodableDatastore.build/CodableDatastore.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-iphoneos/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-iphoneos/CodableDatastore.build/CodableDatastore.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-iphoneos/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-iphoneos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-iphoneos/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-iphoneos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-iphoneos/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-iphoneos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-iphoneos/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-iphoneos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-iphoneos/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-iphoneos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-iphoneos/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-iphoneos/Bytes.build/Objects-normal/arm64/Bytes_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-iphoneos/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-iphoneos/Bytes.build/Objects-normal/arm64/Bytes.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-iphoneos/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-iphoneos/Bytes.build/Objects-normal/arm64/Bytes.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-iphoneos/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-iphoneos/Bytes.build/Objects-normal/arm64/Bytes.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-iphoneos/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-iphoneos/Bytes.build/Objects-normal/arm64/Bytes-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-iphoneos/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-iphoneos/Bytes.build/Bytes.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/CodableDatastore.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-iphoneos/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-iphoneos/CodableDatastore.build/CodableDatastore.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-iphoneos/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-iphoneos/Bytes.build/Bytes.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-iphoneos/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-iphoneos/Bytes.build/Bytes.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-iphoneos/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-iphoneos/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-iphoneos/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-iphoneos/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-iphoneos/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-iphoneos/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-iphoneos/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-iphoneos/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-iphoneos/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-iphoneos/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-iphoneos/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-iphoneos/AsyncSequenceReader.build/AsyncSequenceReader.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Bytes.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-iphoneos/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-iphoneos/Bytes.build/Bytes.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-iphoneos/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-iphoneos/AsyncSequenceReader.build/AsyncSequenceReader.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-iphoneos/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-iphoneos/AsyncSequenceReader.build/AsyncSequenceReader.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/AsyncSequenceReader.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-iphoneos/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-iphoneos/AsyncSequenceReader.build/AsyncSequenceReader.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
SwiftDriver Bytes normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Bytes' from project 'Bytes')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Bytes -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-iphoneos/Bytes.build/Objects-normal/arm64/Bytes.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A339-031f2ee2c39ede4aa7d3d33a6e255a3e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/Bytes.build/Objects-normal/arm64/Bytes_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-iphoneos/Bytes.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-iphoneos/Bytes.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-iphoneos/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-iphoneos/Bytes.build/Objects-normal/arm64/Bytes-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver AsyncSequenceReader normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AsyncSequenceReader -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-iphoneos/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A339-031f2ee2c39ede4aa7d3d33a6e255a3e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-iphoneos/AsyncSequenceReader.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-iphoneos/AsyncSequenceReader.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-iphoneos/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-iphoneos/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-BHKYUJAUYGLL08GPBO4TQ79OH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-RHS2SCTBLPG1AUMGZJECKB4D.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\ 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\ 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\ 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\ 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\ AsyncReadSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncSequenceReader/Sources/AsyncSequenceReader/AsyncReadSequence.swift (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncSequenceReader/Sources/AsyncSequenceReader/AsyncReadSequence.swift (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ 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\ 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
SwiftDriverJobDiscovery normal arm64 Emitting module for AsyncSequenceReader (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
SwiftDriver\ Compilation\ Requirements AsyncSequenceReader normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AsyncSequenceReader -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-iphoneos/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A339-031f2ee2c39ede4aa7d3d33a6e255a3e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-iphoneos/AsyncSequenceReader.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-iphoneos/AsyncSequenceReader.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-iphoneos/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-iphoneos/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-iphoneos/AsyncSequenceReader-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-iphoneos/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-iphoneos/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/AsyncSequenceReader-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncSequenceReader.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-iphoneos/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-iphoneos/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncSequenceReader.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncSequenceReader.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-iphoneos/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-iphoneos/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncSequenceReader.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncSequenceReader.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-iphoneos/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-iphoneos/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncSequenceReader.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncSequenceReader.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-iphoneos/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-iphoneos/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncSequenceReader.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-1FVZ7Y77E6LW4QU3NK22NOLPN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-CEYXU7K24P60Y0JV3U9L8XGVL.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-AXB2IJAM5TLTG5X72HXGZDGSL.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-B8BC1GVCK3V91TY8NRD1WDUQ9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-6FLWUKCH4W6D2PY74O8J36H7M.pcm
SwiftDriverJobDiscovery normal arm64 Compiling AsyncSequenceReader.swift (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-7J24EA09ZHN1HDHY5Z8FARVCH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-VFCYSBGAFQ2GVJNTC0PKREK0.pcm
SwiftDriverJobDiscovery normal arm64 Compiling AsyncSequenceReaderError.swift (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-EGWAVJ5368TOZOVUN4EKDXBNL.pcm
SwiftDriverJobDiscovery normal arm64 Compiling AsyncReadSequence.swift (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
SwiftDriverJobDiscovery normal arm64 Compiling AsyncBufferedIterator.swift (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-AR59D9NI53MG5HE862JMEM8NG.pcm
SwiftDriverJobDiscovery normal arm64 Compiling AnyReadableSequence.swift (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
SwiftDriverJobDiscovery normal arm64 Compiling AsyncIteratorMapSequence.swift (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
SwiftDriverJobDiscovery normal arm64 Compiling AsyncReadUpToCountSequence.swift (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
SwiftDriverJobDiscovery normal arm64 Compiling AsyncReadUpToElementsSequence.swift (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
SwiftDriver\ Compilation AsyncSequenceReader normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AsyncSequenceReader -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-iphoneos/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A339-031f2ee2c39ede4aa7d3d33a6e255a3e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-iphoneos/AsyncSequenceReader.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-iphoneos/AsyncSequenceReader.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-iphoneos/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-iphoneos/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-iphoneos/AsyncSequenceReader.o normal (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncSequenceReader
/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -r -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-iphoneos/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-iphoneos/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-iphoneos/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-iphoneos/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-iphoneos/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncSequenceReader.o
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-EBCLGZTRO7GRAH6GW5ZJM9RLH.pcm
ExtractAppIntentsMetadata (in target 'AsyncSequenceReader' from project 'AsyncSequenceReader')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AsyncSequenceReader
/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name AsyncSequenceReader --sdk-root /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk --xcode-version 17A324 --platform-family iOS --deployment-target 13.0 --bundle-identifier asyncsequencereader.AsyncSequenceReader --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncSequenceReader.appintents --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AsyncSequenceReader.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-iphoneos/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-iphoneos/AsyncSequenceReader.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-iphoneos/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-iphoneos/AsyncSequenceReader.build/AsyncSequenceReader.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-iphoneos/AsyncSequenceReader.build/AsyncSequenceReader.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncSequenceReader.build/Debug-iphoneos/AsyncSequenceReader.build/Objects-normal/arm64/AsyncSequenceReader.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-01-27 15:38:06.065 appintentsmetadataprocessor[767:4530] Starting appintentsmetadataprocessor export
2026-01-27 15:38:06.200 appintentsmetadataprocessor[767:4530] Extracted no relevant App Intents symbols, skipping writing output
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-9JK3OZ6NUNMAAEKKEEI072QW6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-72Q0TCAUHP72Y81LQON9CNMLO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-7Q5IPVJ3B2DZLHBWNI4QJRYO3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-4A68BY90D3GA29JNU21EXLE6B.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-B25B6CG8LORT6ADW3PAOQU537.pcm
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/AsyncSequenceReader.o
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-EA8L18P6H5I31M25UPG13Y6E8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-2MB6K8NTLDMREPO3SJM9OGRIL.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-3C445M98Q5V4YZ5CS534Z1AT2.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-803A9Z5I5KTHYMMV5OF0GQBT6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-57AQXV6JTB5T1X6FM5P2V8H0Q.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-DZ01YOR83JV7GBPD4XDGGW1N5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-20180RA2E6E3BD9M6PAWMCIMJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-8U9FQHTIIAY6KGIBVA614OZSM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-67V8ANR239ESTKFE1N0A8LC62.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-606RF1MAB6KHTWIOIMHUFU84M.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-3Z8Y56V1ZNMW017SQZKZ30KIF.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ Bytes (in target 'Bytes' from project 'Bytes')
EmitSwiftModule normal arm64 (in target 'Bytes' from project 'Bytes')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ 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\ BytesError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bytes/Sources/Bytes/BytesError.swift (in target 'Bytes' from project 'Bytes')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bytes/Sources/Bytes/BytesError.swift (in target 'Bytes' from project 'Bytes')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Colletion+Casting.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bytes/Sources/Bytes/Colletion+Casting.swift (in target 'Bytes' from project 'Bytes')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bytes/Sources/Bytes/Colletion+Casting.swift (in target 'Bytes' from project 'Bytes')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ 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\ 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\ RawRepresentable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bytes/Sources/Bytes/RawRepresentable.swift (in target 'Bytes' from project 'Bytes')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bytes/Sources/Bytes/RawRepresentable.swift (in target 'Bytes' from project 'Bytes')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ 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\ ByteIterator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bytes/Sources/Bytes/ByteIterator.swift (in target 'Bytes' from project 'Bytes')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bytes/Sources/Bytes/ByteIterator.swift (in target 'Bytes' from project 'Bytes')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AsyncByteIterator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bytes/Sources/Bytes/AsyncByteIterator.swift (in target 'Bytes' from project 'Bytes')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bytes/Sources/Bytes/AsyncByteIterator.swift (in target 'Bytes' from project 'Bytes')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling BytesError.swift (in target 'Bytes' from project 'Bytes')
SwiftDriverJobDiscovery normal arm64 Compiling Bytes.swift (in target 'Bytes' from project 'Bytes')
SwiftDriverJobDiscovery normal arm64 Compiling AsyncChunkedBytes.swift (in target 'Bytes' from project 'Bytes')
SwiftDriverJobDiscovery normal arm64 Compiling ByteIterator.swift (in target 'Bytes' from project 'Bytes')
SwiftDriverJobDiscovery normal arm64 Compiling String.swift (in target 'Bytes' from project 'Bytes')
SwiftDriverJobDiscovery normal arm64 Compiling Integer.swift (in target 'Bytes' from project 'Bytes')
SwiftDriverJobDiscovery normal arm64 Compiling RawRepresentable.swift (in target 'Bytes' from project 'Bytes')
SwiftDriverJobDiscovery normal arm64 Compiling AsyncByteIterator.swift (in target 'Bytes' from project 'Bytes')
SwiftDriverJobDiscovery normal arm64 Emitting module for Bytes (in target 'Bytes' from project 'Bytes')
SwiftDriver\ Compilation\ Requirements Bytes normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Bytes' from project 'Bytes')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0.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-iphoneos/Bytes.build/Objects-normal/arm64/Bytes.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A339-031f2ee2c39ede4aa7d3d33a6e255a3e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/Bytes.build/Objects-normal/arm64/Bytes_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-iphoneos/Bytes.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-iphoneos/Bytes.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-iphoneos/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-iphoneos/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-iphoneos/Bytes-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-iphoneos/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-iphoneos/Bytes.build/Objects-normal/arm64/Bytes-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Bytes-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Bytes.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-iphoneos/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-iphoneos/Bytes.build/Objects-normal/arm64/Bytes.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Bytes.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Bytes.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-iphoneos/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-iphoneos/Bytes.build/Objects-normal/arm64/Bytes.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Bytes.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Bytes.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-iphoneos/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-iphoneos/Bytes.build/Objects-normal/arm64/Bytes.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Bytes.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Bytes.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-iphoneos/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-iphoneos/Bytes.build/Objects-normal/arm64/Bytes.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Bytes.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriver CodableDatastore normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CodableDatastore' from project 'CodableDatastore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CodableDatastore -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-iphoneos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A339-031f2ee2c39ede4aa7d3d33a6e255a3e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-iphoneos/CodableDatastore.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-iphoneos/CodableDatastore.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-iphoneos/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-iphoneos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-7LXLRGGN1D623D1E95O2ZDWLS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-93084N1CIKJBLKZE8LTR2NUCD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-CZJKBEI43OA06JDP3KIPJ4Y2O.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-6OHAFO0Y4YTK36IIJ929ZZ68T.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-5ZA2MZAPXKZKD66UN05B42VJ1.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-AWS2ZO8SKG08U2J1MMWU28GXN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-D4KFX70QDSKDHAFN28VWFHJDD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-5K31RTC5DNLGL2IYOWN7J2J8Y.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-D95F3KSHWYHSFR9109JORKN6B.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-1KB3ILB46H4YPRQ26LHCZLDQX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-36J7EBZ5HELEOWD61NQLM46KZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-AQMZFG0UVXVTKIZLVDITHU96I.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-9UK0ECRCQJVHQYAW87OJXN78R.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-2JNXL9A90000TV0GU8Y5T7X0Z.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-BA9YAR6Q3I1MV2W4CWIXPLFPO.pcm
SwiftDriverJobDiscovery normal arm64 Compiling Colletion+Casting.swift (in target 'Bytes' from project 'Bytes')
SwiftDriverJobDiscovery normal arm64 Compiling UUID.swift (in target 'Bytes' from project 'Bytes')
SwiftDriver\ Compilation Bytes normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Bytes' from project 'Bytes')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Bytes -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-iphoneos/Bytes.build/Objects-normal/arm64/Bytes.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A339-031f2ee2c39ede4aa7d3d33a6e255a3e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/Bytes.build/Objects-normal/arm64/Bytes_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-iphoneos/Bytes.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-iphoneos/Bytes.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-iphoneos/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-iphoneos/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-iphoneos/Bytes.o normal (in target 'Bytes' from project 'Bytes')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bytes
/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-iphoneos/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-iphoneos/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-iphoneos/Bytes.build/Objects-normal/arm64/Bytes_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-iphoneos/Bytes.build/Objects-normal/arm64/Bytes.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-iphoneos/Bytes.build/Objects-normal/arm64/Bytes-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Bytes.o
ExtractAppIntentsMetadata (in target 'Bytes' from project 'Bytes')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bytes
/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Bytes --sdk-root /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk --xcode-version 17A324 --platform-family iOS --deployment-target 12.0 --bundle-identifier bytes.Bytes --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Bytes.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Bytes.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-iphoneos/Bytes.build/Objects-normal/arm64/Bytes_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-iphoneos/Bytes.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-iphoneos/Bytes.build/Objects-normal/arm64/Bytes.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-iphoneos/Bytes.build/Bytes.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-iphoneos/Bytes.build/Bytes.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Bytes.build/Debug-iphoneos/Bytes.build/Objects-normal/arm64/Bytes.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-01-27 15:38:08.257 appintentsmetadataprocessor[812:4679] Starting appintentsmetadataprocessor export
2026-01-27 15:38:08.363 appintentsmetadataprocessor[812:4679] Extracted no relevant App Intents symbols, skipping writing output
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-B2YPHTQAER4T3PESM94ZDPO9Y.pcm
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/Bytes.o
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-9LEQZ03SOTZEG4AMVIXFSZUDW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-92MN7GS18LZG7G0QQ34R746BY.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-2H1E9I3OG0PY2IBIWHOBSBIM3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-E18MYM271RS1N55UJQIYYOHAH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-67DONVBOSRN7IBPHURG42FEDJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-YOCUH5JHM5F0O4DNCMMS496R.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-4EPVM2O1GUEIA1QUK3IA9AS90.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-1SAC735IPQ9TY84PT2X9BPCAL.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ CodableDatastore (in target 'CodableDatastore' from project 'CodableDatastore')
EmitSwiftModule normal arm64 (in target 'CodableDatastore' from project 'CodableDatastore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ DiskPersistenceError.swift,\ ISO8601DateFormatter+Milliseconds.swift,\ JSONCoder.swift,\ LazyTask.swift,\ Snapshot.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/DiskPersistenceError.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/ISO8601DateFormatter+Milliseconds.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/JSONCoder.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/LazyTask.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Snapshot/Snapshot.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/DiskPersistenceError.swift (in target 'CodableDatastore' from project 'CodableDatastore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/ISO8601DateFormatter+Milliseconds.swift (in target 'CodableDatastore' from project 'CodableDatastore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/JSONCoder.swift (in target 'CodableDatastore' from project 'CodableDatastore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/LazyTask.swift (in target 'CodableDatastore' from project 'CodableDatastore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Snapshot/Snapshot.swift (in target 'CodableDatastore' from project 'CodableDatastore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ DatastoreIndex.swift,\ DatastoreIndexManifest.swift,\ DatastorePage.swift,\ DatastorePageEntry.swift,\ DatastorePageEntryBlock.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Datastore/DatastoreIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Datastore/DatastoreIndexManifest.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Datastore/DatastorePage.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Datastore/DatastorePageEntry.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Datastore/DatastorePageEntryBlock.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Datastore/DatastoreIndex.swift (in target 'CodableDatastore' from project 'CodableDatastore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Datastore/DatastoreIndexManifest.swift (in target 'CodableDatastore' from project 'CodableDatastore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Datastore/DatastorePage.swift (in target 'CodableDatastore' from project 'CodableDatastore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Datastore/DatastorePageEntry.swift (in target 'CodableDatastore' from project 'CodableDatastore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Datastore/DatastorePageEntryBlock.swift (in target 'CodableDatastore' from project 'CodableDatastore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ RawRepresentable+Codable.swift,\ GlobalTimer.swift,\ GeneratedIndexRepresentation.swift,\ IndexName.swift,\ IndexRangeExpression.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/RawRepresentable+Codable.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Debug/GlobalTimer.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/GeneratedIndexRepresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexName.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/RawRepresentable+Codable.swift (in target 'CodableDatastore' from project 'CodableDatastore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Debug/GlobalTimer.swift (in target 'CodableDatastore' from project 'CodableDatastore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/GeneratedIndexRepresentation.swift (in target 'CodableDatastore' from project 'CodableDatastore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexName.swift (in target 'CodableDatastore' from project 'CodableDatastore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift (in target 'CodableDatastore' from project 'CodableDatastore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ DatastoreRoot.swift,\ DatastoreRootManifest.swift,\ PersistenceDatastore.swift,\ DatedIdentifier.swift,\ DiskPersistence.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Datastore/DatastoreRoot.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Datastore/DatastoreRootManifest.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Datastore/PersistenceDatastore.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/DatedIdentifier.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/DiskPersistence.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Datastore/DatastoreRoot.swift (in target 'CodableDatastore' from project 'CodableDatastore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Datastore/DatastoreRootManifest.swift (in target 'CodableDatastore' from project 'CodableDatastore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Datastore/PersistenceDatastore.swift (in target 'CodableDatastore' from project 'CodableDatastore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/DatedIdentifier.swift (in target 'CodableDatastore' from project 'CodableDatastore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/DiskPersistence.swift (in target 'CodableDatastore' from project 'CodableDatastore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Transaction.swift,\ TypedIdentifier.swift,\ MemoryPersistence.swift,\ Persistence.swift,\ TransactionOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Transaction/Transaction.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/TypedIdentifier.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Memory\ Persistence/MemoryPersistence.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Persistence.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/TransactionOptions.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Transaction/Transaction.swift (in target 'CodableDatastore' from project 'CodableDatastore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/TypedIdentifier.swift (in target 'CodableDatastore' from project 'CodableDatastore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Memory\ Persistence/MemoryPersistence.swift (in target 'CodableDatastore' from project 'CodableDatastore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Persistence.swift (in target 'CodableDatastore' from project 'CodableDatastore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/TransactionOptions.swift (in target 'CodableDatastore' from project 'CodableDatastore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ 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\ 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\ DatastoreFormat.swift,\ DatastoreKey.swift,\ Dictionary+RawRepresentable.swift,\ ObservedEvent.swift,\ Progress.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/DatastoreFormat.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/DatastoreKey.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/Dictionary+RawRepresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/ObservedEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/Progress.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/DatastoreFormat.swift (in target 'CodableDatastore' from project 'CodableDatastore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/DatastoreKey.swift (in target 'CodableDatastore' from project 'CodableDatastore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/Dictionary+RawRepresentable.swift (in target 'CodableDatastore' from project 'CodableDatastore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/ObservedEvent.swift (in target 'CodableDatastore' from project 'CodableDatastore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/Progress.swift (in target 'CodableDatastore' from project 'CodableDatastore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AsyncInstances.swift,\ Configuration.swift,\ Datastore.swift,\ DatastoreDescriptor.swift,\ DatastoreError.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/Configuration.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/Datastore.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/DatastoreDescriptor.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/DatastoreError.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift (in target 'CodableDatastore' from project 'CodableDatastore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/Configuration.swift (in target 'CodableDatastore' from project 'CodableDatastore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/Datastore.swift (in target 'CodableDatastore' from project 'CodableDatastore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/DatastoreDescriptor.swift (in target 'CodableDatastore' from project 'CodableDatastore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/DatastoreError.swift (in target 'CodableDatastore' from project 'CodableDatastore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling DatastoreFormat.swift, DatastoreKey.swift, Dictionary+RawRepresentable.swift, ObservedEvent.swift, Progress.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftDriverJobDiscovery normal arm64 Compiling AccessMode.swift, Cursor.swift, DatastoreInterfaceError.swift, DatastoreInterfaceProtocol.swift, AsyncThrowingBackpressureStream.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftDriverJobDiscovery normal arm64 Compiling RawRepresentable+Codable.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.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-iphoneos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A339-031f2ee2c39ede4aa7d3d33a6e255a3e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-iphoneos/CodableDatastore.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-iphoneos/CodableDatastore.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-iphoneos/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-iphoneos/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-iphoneos/CodableDatastore-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-iphoneos/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-iphoneos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/CodableDatastore-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CodableDatastore.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-iphoneos/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-iphoneos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CodableDatastore.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CodableDatastore.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-iphoneos/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-iphoneos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CodableDatastore.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CodableDatastore.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-iphoneos/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-iphoneos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CodableDatastore.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CodableDatastore.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-iphoneos/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-iphoneos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CodableDatastore.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling DatastoreRoot.swift, DatastoreRootManifest.swift, PersistenceDatastore.swift, DatedIdentifier.swift, DiskPersistence.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftDriverJobDiscovery normal arm64 Compiling Transaction.swift, TypedIdentifier.swift, MemoryPersistence.swift, Persistence.swift, TransactionOptions.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftDriverJobDiscovery normal arm64 Compiling DatastoreIndex.swift, DatastoreIndexManifest.swift, DatastorePage.swift, DatastorePageEntry.swift, DatastorePageEntryBlock.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftDriverJobDiscovery normal arm64 Compiling AsyncInstances.swift, Configuration.swift, Datastore.swift, DatastoreDescriptor.swift, DatastoreError.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftDriver\ Compilation CodableDatastore normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CodableDatastore' from project 'CodableDatastore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CodableDatastore -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-iphoneos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A339-031f2ee2c39ede4aa7d3d33a6e255a3e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-iphoneos/CodableDatastore.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-iphoneos/CodableDatastore.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-iphoneos/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-iphoneos/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-iphoneos/CodableDatastore.o normal (in target 'CodableDatastore' from project 'CodableDatastore')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -r -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-iphoneos/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-iphoneos/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-iphoneos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-iphoneos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-iphoneos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CodableDatastore.o
ExtractAppIntentsMetadata (in target 'CodableDatastore' from project 'CodableDatastore')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name CodableDatastore --sdk-root /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk --xcode-version 17A324 --platform-family iOS --deployment-target 13.0 --bundle-identifier spi-builder-workspace.CodableDatastore --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CodableDatastore.appintents --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CodableDatastore.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-iphoneos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-iphoneos/CodableDatastore.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-iphoneos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-iphoneos/CodableDatastore.build/CodableDatastore.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-iphoneos/CodableDatastore.build/CodableDatastore.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-iphoneos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-01-27 15:38:10.840 appintentsmetadataprocessor[839:4795] Starting appintentsmetadataprocessor export
2026-01-27 15:38:10.936 appintentsmetadataprocessor[839:4795] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/CodableDatastore.o
** BUILD SUCCEEDED **
2026-01-27 15:38:03.299 xcodebuild[700:4193] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Build complete.
{
"dependencies" : [
{
"identity" : "asyncsequencereader",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.1",
"upper_bound" : "0.4.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mochidev/AsyncSequenceReader.git"
},
{
"identity" : "bytes",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.0",
"upper_bound" : "0.4.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mochidev/Bytes.git"
}
],
"manifest_display_name" : "CodableDatastore",
"name" : "CodableDatastore",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "CodableDatastore",
"targets" : [
"CodableDatastore"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CodableDatastoreTests",
"module_type" : "SwiftTarget",
"name" : "CodableDatastoreTests",
"path" : "Tests/CodableDatastoreTests",
"sources" : [
"AsyncThrowingBackpressureStreamTests.swift",
"DatastoreDescriptorTests.swift",
"DatastoreFormatTests.swift",
"DatastorePageEntryTests.swift",
"DatedIdentifierTests.swift",
"DiskPersistenceDatastoreIndexTests.swift",
"DiskPersistenceDatastoreTests.swift",
"DiskPersistenceTests.swift",
"DiskTransactionTests.swift",
"IndexRangeExpressionTests.swift",
"MultiplePersistenceTests.swift",
"OptionalTests.swift",
"SnapshotIterationTests.swift",
"SnapshotTests.swift",
"Task+Unresolved.swift",
"TransactionOptionsTests.swift",
"TypedIdentifierTests.swift",
"UUIDTests.swift"
],
"target_dependencies" : [
"CodableDatastore"
],
"type" : "test"
},
{
"c99name" : "CodableDatastore",
"module_type" : "SwiftTarget",
"name" : "CodableDatastore",
"path" : "Sources/CodableDatastore",
"product_dependencies" : [
"AsyncSequenceReader",
"Bytes"
],
"product_memberships" : [
"CodableDatastore"
],
"sources" : [
"Datastore/AsyncInstances.swift",
"Datastore/Configuration.swift",
"Datastore/Datastore.swift",
"Datastore/DatastoreDescriptor.swift",
"Datastore/DatastoreError.swift",
"Datastore/DatastoreFormat.swift",
"Datastore/DatastoreKey.swift",
"Datastore/Dictionary+RawRepresentable.swift",
"Datastore/ObservedEvent.swift",
"Datastore/Progress.swift",
"Datastore/RawRepresentable+Codable.swift",
"Debug/GlobalTimer.swift",
"Indexes/GeneratedIndexRepresentation.swift",
"Indexes/IndexName.swift",
"Indexes/IndexRangeExpression.swift",
"Indexes/IndexRepresentation.swift",
"Indexes/IndexStorage.swift",
"Indexes/IndexType.swift",
"Indexes/Indexable.swift",
"Indexes/UUID+Comparable.swift",
"Persistence/AccessMode.swift",
"Persistence/Cursor.swift",
"Persistence/DatastoreInterfaceError.swift",
"Persistence/DatastoreInterfaceProtocol.swift",
"Persistence/Disk Persistence/AsyncThrowingBackpressureStream.swift",
"Persistence/Disk Persistence/Datastore/DatastoreIndex.swift",
"Persistence/Disk Persistence/Datastore/DatastoreIndexManifest.swift",
"Persistence/Disk Persistence/Datastore/DatastorePage.swift",
"Persistence/Disk Persistence/Datastore/DatastorePageEntry.swift",
"Persistence/Disk Persistence/Datastore/DatastorePageEntryBlock.swift",
"Persistence/Disk Persistence/Datastore/DatastoreRoot.swift",
"Persistence/Disk Persistence/Datastore/DatastoreRootManifest.swift",
"Persistence/Disk Persistence/Datastore/PersistenceDatastore.swift",
"Persistence/Disk Persistence/DatedIdentifier.swift",
"Persistence/Disk Persistence/DiskPersistence.swift",
"Persistence/Disk Persistence/DiskPersistenceError.swift",
"Persistence/Disk Persistence/ISO8601DateFormatter+Milliseconds.swift",
"Persistence/Disk Persistence/JSONCoder.swift",
"Persistence/Disk Persistence/LazyTask.swift",
"Persistence/Disk Persistence/Snapshot/Snapshot.swift",
"Persistence/Disk Persistence/Snapshot/SnapshotIteration.swift",
"Persistence/Disk Persistence/Snapshot/SnapshotManifest.swift",
"Persistence/Disk Persistence/SortOrder.swift",
"Persistence/Disk Persistence/StoreInfo/StoreInfo.swift",
"Persistence/Disk Persistence/Transaction/DiskCursor.swift",
"Persistence/Disk Persistence/Transaction/Transaction.swift",
"Persistence/Disk Persistence/TypedIdentifier.swift",
"Persistence/Memory Persistence/MemoryPersistence.swift",
"Persistence/Persistence.swift",
"Persistence/TransactionOptions.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.