The Swift Package Index logo.Swift Package Index

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

Build Information

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

Swift 6 data race errors: 0

Build Command

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

Build Log

                    try await self.persist()
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:50:22: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
        private func attachTask<T>(
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:220:47: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                    try? await lastTransaction?.task.value
                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:200:13: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
            lastTransaction: Transaction?,
            ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Persistence.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:55:17: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                isActive = true
                ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:50:22: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
        private func attachTask<T>(
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:74:31: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                    try await self.persist()
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:50:22: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
        private func attachTask<T>(
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:220:47: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                    try? await lastTransaction?.task.value
                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:200:13: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
            lastTransaction: Transaction?,
            ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/TransactionOptions.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

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

/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/ISO8601DateFormatter+Milliseconds.swift:48:56: warning: conformance of 'JSONDecoder.DateDecodingStrategy' to protocol 'Sendable' was already stated in the type's module 'Foundation'
extension JSONDecoder.DateDecodingStrategy: @unchecked Sendable {}
                                                       ^
Foundation.JSONDecoder.DateDecodingStrategy:2:25: note: 'JSONDecoder.DateDecodingStrategy' declares conformance to protocol 'Sendable' here
public enum JSONDecoder.DateDecodingStrategy : Sendable {
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/ISO8601DateFormatter+Milliseconds.swift:49:56: warning: conformance of 'JSONEncoder.DateEncodingStrategy' to protocol 'Sendable' was already stated in the type's module 'Foundation'
extension JSONEncoder.DateEncodingStrategy: @unchecked Sendable {}
                                                       ^
Foundation.JSONEncoder.DateEncodingStrategy:2:25: note: 'JSONEncoder.DateEncodingStrategy' declares conformance to protocol 'Sendable' here
public enum JSONEncoder.DateEncodingStrategy : Sendable {
                        ^
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ CodableDatastore (in target 'CodableDatastore' from project 'CodableDatastore')
EmitSwiftModule normal arm64_32 (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/ISO8601DateFormatter+Milliseconds.swift:48:56: warning: conformance of 'JSONDecoder.DateDecodingStrategy' to protocol 'Sendable' was already stated in the type's module 'Foundation'
extension JSONDecoder.DateDecodingStrategy: @unchecked Sendable {}
                                                       ^
Foundation.JSONDecoder.DateDecodingStrategy:2:25: note: 'JSONDecoder.DateDecodingStrategy' declares conformance to protocol 'Sendable' here
public enum JSONDecoder.DateDecodingStrategy : Sendable {
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/ISO8601DateFormatter+Milliseconds.swift:49:56: warning: conformance of 'JSONEncoder.DateEncodingStrategy' to protocol 'Sendable' was already stated in the type's module 'Foundation'
extension JSONEncoder.DateEncodingStrategy: @unchecked Sendable {}
                                                       ^
Foundation.JSONEncoder.DateEncodingStrategy:2:25: note: 'JSONEncoder.DateEncodingStrategy' declares conformance to protocol 'Sendable' here
public enum JSONEncoder.DateEncodingStrategy : Sendable {
                        ^
SwiftDriverJobDiscovery normal arm64 Compiling DatastoreKey.swift, Dictionary+RawRepresentable.swift, ObservedEvent.swift, Progress.swift, RawRepresentable+Codable.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftCompile normal arm64_32 Compiling\ Configuration.swift,\ Datastore.swift,\ DatastoreDescriptor.swift,\ DatastoreError.swift,\ DatastoreFormat.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/Configuration.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/Datastore.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/DatastoreDescriptor.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/DatastoreError.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/DatastoreFormat.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftCompile normal arm64_32 /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_32 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/Datastore.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftDriverJobDiscovery normal arm64 Compiling AccessMode.swift, Cursor.swift, DatastoreInterfaceError.swift, DatastoreInterfaceProtocol.swift, AsyncThrowingBackpressureStream.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftCompile normal armv7k 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 armv7k /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 armv7k /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/ISO8601DateFormatter+Milliseconds.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Snapshot/Snapshot.swift:262:32: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
            let manifest = try cachedManifest ?? self.loadManifest()
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Snapshot/Snapshot.swift:247:10: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
    func readManifest<T>(
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Snapshot/Snapshot.swift:363:36: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                precedingSnapshot: id,
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Snapshot/Snapshot.swift:348:10: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
    func copy(
         ^
SwiftDriverJobDiscovery normal arm64 Compiling IndexRepresentation.swift, IndexStorage.swift, IndexType.swift, Indexable.swift, UUID+Comparable.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftCompile normal armv7k Compiling\ DatastoreKey.swift,\ Dictionary+RawRepresentable.swift,\ ObservedEvent.swift,\ Progress.swift,\ RawRepresentable+Codable.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/DatastoreKey.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/Dictionary+RawRepresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/ObservedEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/Progress.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/RawRepresentable+Codable.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftCompile normal armv7k /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 armv7k /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 armv7k /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 armv7k /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 armv7k /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

SwiftDriverJobDiscovery normal arm64 Compiling SnapshotIteration.swift, SnapshotManifest.swift, SortOrder.swift, StoreInfo.swift, DiskCursor.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftCompile normal arm64_32 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_32 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Datastore/DatastoreIndex.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftDriverJobDiscovery normal arm64 Compiling DiskPersistenceError.swift, ISO8601DateFormatter+Milliseconds.swift, JSONCoder.swift, LazyTask.swift, Snapshot.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftCompile normal armv7k 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 armv7k /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 armv7k /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 armv7k /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 armv7k /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 armv7k /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

SwiftDriverJobDiscovery normal arm64 Emitting module for CodableDatastore (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftDriver\ Compilation\ Requirements CodableDatastore normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CodableDatastore -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/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-watchos/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-watchos/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-watchos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/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-watchos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Compiling DatastoreKey.swift, Dictionary+RawRepresentable.swift, ObservedEvent.swift, Progress.swift, RawRepresentable+Codable.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftCompile normal armv7k 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 armv7k /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Datastore/DatastoreRoot.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/DiskPersistence.swift:239:33: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
            let storeInfo = try cachedStoreInfo ?? self.loadStoreInfo()
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/DiskPersistence.swift:225:10: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
    func updateStoreInfo<T: Sendable>(
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/DiskPersistence.swift:409:39: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
            try await withStoreInfo { await loadSnapshot(from: $0) }
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/DiskPersistence.swift:408:9: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
        get async throws {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/DiskPersistence.swift:533:21: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                try await snapshot.readingManifest { snapshotManifest, currentIteration in
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/DiskPersistence.swift:534:21: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                    await snapshot.loadDatastore(for: datastoreKey, from: currentIteration)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/DiskPersistence.swift:532:55: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
            return try await readingCurrentSnapshot { snapshot in
                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/DiskPersistence.swift:555:47: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                try await escapingTransaction(interface, isDurable)
                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/DiskPersistence.swift:574:23: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
            try await snapshot.readingManifest { manifest, iteration in
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/DiskPersistence.swift:569:9: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
        roots: [DatastoreKey : Datastore.RootObject],
        ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/DiskPersistence.swift:575:36: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                for (key, root) in roots {
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/DiskPersistence.swift:569:9: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
        roots: [DatastoreKey : Datastore.RootObject],
        ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/DiskPersistence.swift:569:9: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
        roots: [DatastoreKey : Datastore.RootObject],
        ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/DiskPersistence.swift:596:36: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                for (key, root) in roots {
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/DiskPersistence.swift:569:9: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
        roots: [DatastoreKey : Datastore.RootObject],
        ^
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CodableDatastore.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/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-watchos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CodableDatastore.swiftmodule/arm64-apple-watchos.swiftmodule
SwiftDriverJobDiscovery normal armv7k Emitting module for CodableDatastore (in target 'CodableDatastore' from project 'CodableDatastore')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CodableDatastore.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/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-watchos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CodableDatastore.swiftmodule/arm64-apple-watchos.swiftdoc
SwiftDriver\ Compilation\ Requirements CodableDatastore normal armv7k com.apple.xcode.tools.swift.compiler (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CodableDatastore -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/armv7k/CodableDatastore.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/armv7k/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-watchos/CodableDatastore.build/Objects-normal/armv7k/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-watchos/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-watchos/CodableDatastore.build/Objects-normal/armv7k/CodableDatastore_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/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-watchos/CodableDatastore.build/Objects-normal/armv7k/CodableDatastore-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CodableDatastore.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/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-watchos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CodableDatastore.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CodableDatastore.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/armv7k/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-watchos/CodableDatastore.build/Objects-normal/armv7k/CodableDatastore.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CodableDatastore.swiftmodule/armv7k-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CodableDatastore.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/armv7k/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-watchos/CodableDatastore.build/Objects-normal/armv7k/CodableDatastore.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CodableDatastore.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CodableDatastore.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/armv7k/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-watchos/CodableDatastore.build/Objects-normal/armv7k/CodableDatastore.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CodableDatastore.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CodableDatastore.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/armv7k/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-watchos/CodableDatastore.build/Objects-normal/armv7k/CodableDatastore.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CodableDatastore.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CodableDatastore.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/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-watchos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CodableDatastore.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64_32 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_32 /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_32 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/ISO8601DateFormatter+Milliseconds.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:55:17: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                isActive = true
                ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:50:22: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
        private func attachTask<T>(
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:74:31: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                    try await self.persist()
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:50:22: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
        private func attachTask<T>(
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:220:47: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                    try? await lastTransaction?.task.value
                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:200:13: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
            lastTransaction: Transaction?,
            ^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/TypedIdentifier.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:55:17: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                isActive = true
                ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:50:22: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
        private func attachTask<T>(
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:74:31: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                    try await self.persist()
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:50:22: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
        private func attachTask<T>(
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:220:47: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                    try? await lastTransaction?.task.value
                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:200:13: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
            lastTransaction: Transaction?,
            ^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Memory\ Persistence/MemoryPersistence.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:55:17: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                isActive = true
                ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:50:22: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
        private func attachTask<T>(
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:74:31: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                    try await self.persist()
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:50:22: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
        private func attachTask<T>(
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:220:47: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                    try? await lastTransaction?.task.value
                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:200:13: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
            lastTransaction: Transaction?,
            ^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/TransactionOptions.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:55:17: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                isActive = true
                ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:50:22: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
        private func attachTask<T>(
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:74:31: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                    try await self.persist()
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:50:22: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
        private func attachTask<T>(
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:220:47: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                    try? await lastTransaction?.task.value
                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:200:13: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
            lastTransaction: Transaction?,
            ^
SwiftDriverJobDiscovery normal arm64_32 Emitting module for CodableDatastore (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftDriver\ Compilation\ Requirements CodableDatastore normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CodableDatastore -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/arm64_32/CodableDatastore.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/arm64_32/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-watchos/CodableDatastore.build/Objects-normal/arm64_32/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-watchos/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-watchos/CodableDatastore.build/Objects-normal/arm64_32/CodableDatastore_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/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-watchos/CodableDatastore.build/Objects-normal/arm64_32/CodableDatastore-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Compiling DiskPersistenceError.swift, ISO8601DateFormatter+Milliseconds.swift, JSONCoder.swift, LazyTask.swift, Snapshot.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftCompile normal armv7k 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 armv7k /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 armv7k /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 armv7k /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 armv7k /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 armv7k /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

SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/CodableDatastore-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/arm64_32/CodableDatastore-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/armv7k/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-watchos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/arm64_32/CodableDatastore-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/armv7k/CodableDatastore-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/CodableDatastore-Swift.h
SwiftDriverJobDiscovery normal armv7k Compiling IndexRepresentation.swift, IndexStorage.swift, IndexType.swift, Indexable.swift, UUID+Comparable.swift (in target 'CodableDatastore' from project 'CodableDatastore')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CodableDatastore.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/arm64_32/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-watchos/CodableDatastore.build/Objects-normal/arm64_32/CodableDatastore.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CodableDatastore.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CodableDatastore.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/arm64_32/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-watchos/CodableDatastore.build/Objects-normal/arm64_32/CodableDatastore.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CodableDatastore.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CodableDatastore.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/arm64_32/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-watchos/CodableDatastore.build/Objects-normal/arm64_32/CodableDatastore.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CodableDatastore.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CodableDatastore.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/arm64_32/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-watchos/CodableDatastore.build/Objects-normal/arm64_32/CodableDatastore.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CodableDatastore.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
SwiftCompile normal armv7k 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 armv7k /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Datastore/DatastoreIndex.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftDriverJobDiscovery normal arm64_32 Compiling DiskPersistenceError.swift, ISO8601DateFormatter+Milliseconds.swift, JSONCoder.swift, LazyTask.swift, Snapshot.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftCompile normal arm64_32 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_32 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Datastore/DatastoreRoot.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

SwiftDriverJobDiscovery normal armv7k Compiling SnapshotIteration.swift, SnapshotManifest.swift, SortOrder.swift, StoreInfo.swift, DiskCursor.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftCompile normal arm64_32 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_32 /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_32 /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_32 /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_32 /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_32 /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

SwiftDriverJobDiscovery normal arm64 Compiling Transaction.swift, TypedIdentifier.swift, MemoryPersistence.swift, Persistence.swift, TransactionOptions.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftCompile normal armv7k Compiling\ Configuration.swift,\ Datastore.swift,\ DatastoreDescriptor.swift,\ DatastoreError.swift,\ DatastoreFormat.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/Configuration.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/Datastore.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/DatastoreDescriptor.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/DatastoreError.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/DatastoreFormat.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftCompile normal armv7k /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 armv7k /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/Datastore.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftDriverJobDiscovery normal arm64_32 Compiling IndexRepresentation.swift, IndexStorage.swift, IndexType.swift, Indexable.swift, UUID+Comparable.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftCompile normal arm64_32 Compiling\ TypedAsyncSequence.swift,\ GlobalTimer.swift,\ GeneratedIndexRepresentation.swift,\ IndexName.swift,\ IndexRangeExpression.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/TypedAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Debug/GlobalTimer.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/GeneratedIndexRepresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexName.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/TypedAsyncSequence.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /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_32 /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_32 /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_32 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling AccessMode.swift, Cursor.swift, DatastoreInterfaceError.swift, DatastoreInterfaceProtocol.swift, AsyncThrowingBackpressureStream.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftCompile normal armv7k Compiling\ TypedAsyncSequence.swift,\ GlobalTimer.swift,\ GeneratedIndexRepresentation.swift,\ IndexName.swift,\ IndexRangeExpression.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/TypedAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Debug/GlobalTimer.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/GeneratedIndexRepresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexName.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/TypedAsyncSequence.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /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 armv7k /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 armv7k /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 armv7k /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Configuration.swift, Datastore.swift, DatastoreDescriptor.swift, DatastoreError.swift, DatastoreFormat.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftCompile normal armv7k 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 armv7k /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Transaction/Transaction.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:55:17: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                isActive = true
                ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:50:22: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
        private func attachTask<T>(
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:74:31: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                    try await self.persist()
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:50:22: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
        private func attachTask<T>(
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:220:47: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                    try? await lastTransaction?.task.value
                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:200:13: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
            lastTransaction: Transaction?,
            ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/TypedIdentifier.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:55:17: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                isActive = true
                ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:50:22: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
        private func attachTask<T>(
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:74:31: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                    try await self.persist()
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:50:22: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
        private func attachTask<T>(
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:220:47: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                    try? await lastTransaction?.task.value
                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:200:13: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
            lastTransaction: Transaction?,
            ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Memory\ Persistence/MemoryPersistence.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:55:17: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                isActive = true
                ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:50:22: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
        private func attachTask<T>(
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:74:31: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                    try await self.persist()
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:50:22: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
        private func attachTask<T>(
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:220:47: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                    try? await lastTransaction?.task.value
                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:200:13: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
            lastTransaction: Transaction?,
            ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/TransactionOptions.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:55:17: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                isActive = true
                ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:50:22: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
        private func attachTask<T>(
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:74:31: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                    try await self.persist()
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:50:22: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
        private func attachTask<T>(
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:220:47: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                    try? await lastTransaction?.task.value
                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift:200:13: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
            lastTransaction: Transaction?,
            ^
SwiftDriverJobDiscovery normal arm64_32 Compiling TypedAsyncSequence.swift, GlobalTimer.swift, GeneratedIndexRepresentation.swift, IndexName.swift, IndexRangeExpression.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftCompile normal arm64 Compiling\ TypedAsyncSequence.swift,\ GlobalTimer.swift,\ GeneratedIndexRepresentation.swift,\ IndexName.swift,\ IndexRangeExpression.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/TypedAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Debug/GlobalTimer.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/GeneratedIndexRepresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexName.swift /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/TypedAsyncSequence.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

SwiftDriverJobDiscovery normal armv7k Compiling TypedAsyncSequence.swift, GlobalTimer.swift, GeneratedIndexRepresentation.swift, IndexName.swift, IndexRangeExpression.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftCompile normal armv7k 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 armv7k /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 armv7k /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 armv7k /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 armv7k /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 armv7k /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

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

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

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

/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastorePage.swift:42:23: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                await datastore.invalidate(id)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastorePage.swift:41:25: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
            Task { [id, datastore] in
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastorePage.swift:132:27: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
                try await performRead(sequence: try readableSequence)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastorePage.swift:126:9: warning: capture of non-sendable type 'AccessMode.Type' in an isolated closure
        get async throws {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastorePage.swift:222:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure
            partialResult.append(element)
            ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk\ Persistence/Datastore/DatastorePageEntry.swift (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftDriverJobDiscovery normal armv7k Compiling DatastoreRoot.swift, DatastoreRootManifest.swift, PersistenceDatastore.swift, DatedIdentifier.swift, DiskPersistence.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftDriverJobDiscovery normal armv7k Compiling AccessMode.swift, Cursor.swift, DatastoreInterfaceError.swift, DatastoreInterfaceProtocol.swift, AsyncThrowingBackpressureStream.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftDriverJobDiscovery normal arm64 Compiling TypedAsyncSequence.swift, GlobalTimer.swift, GeneratedIndexRepresentation.swift, IndexName.swift, IndexRangeExpression.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftDriverJobDiscovery normal arm64_32 Compiling DatastoreIndex.swift, DatastoreIndexManifest.swift, DatastorePage.swift, DatastorePageEntry.swift, DatastorePageEntryBlock.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftDriverJobDiscovery normal arm64_32 Compiling Transaction.swift, TypedIdentifier.swift, MemoryPersistence.swift, Persistence.swift, TransactionOptions.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftDriverJobDiscovery normal arm64_32 Compiling DatastoreKey.swift, Dictionary+RawRepresentable.swift, ObservedEvent.swift, Progress.swift, RawRepresentable+Codable.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftDriverJobDiscovery normal armv7k Compiling DatastoreIndex.swift, DatastoreIndexManifest.swift, DatastorePage.swift, DatastorePageEntry.swift, DatastorePageEntryBlock.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftDriverJobDiscovery normal arm64_32 Compiling DatastoreRoot.swift, DatastoreRootManifest.swift, PersistenceDatastore.swift, DatedIdentifier.swift, DiskPersistence.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftDriver\ Compilation CodableDatastore normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CodableDatastore -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/arm64_32/CodableDatastore.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/arm64_32/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-watchos/CodableDatastore.build/Objects-normal/arm64_32/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-watchos/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-watchos/CodableDatastore.build/Objects-normal/arm64_32/CodableDatastore_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/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-watchos/CodableDatastore.build/Objects-normal/arm64_32/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/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/arm64_32/Binary/CodableDatastore.o normal arm64_32 (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos6.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/arm64_32/CodableDatastore.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/arm64_32/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-watchos/CodableDatastore.build/Objects-normal/arm64_32/CodableDatastore_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/arm64_32/CodableDatastore.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/arm64_32/CodableDatastore-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/arm64_32/Binary/CodableDatastore.o
SwiftDriverJobDiscovery normal armv7k Compiling Configuration.swift, Datastore.swift, DatastoreDescriptor.swift, DatastoreError.swift, DatastoreFormat.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftDriverJobDiscovery normal armv7k Compiling Transaction.swift, TypedIdentifier.swift, MemoryPersistence.swift, Persistence.swift, TransactionOptions.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftDriver\ Compilation CodableDatastore normal armv7k com.apple.xcode.tools.swift.compiler (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CodableDatastore -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/armv7k/CodableDatastore.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/armv7k/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-watchos/CodableDatastore.build/Objects-normal/armv7k/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-watchos/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-watchos/CodableDatastore.build/Objects-normal/armv7k/CodableDatastore_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/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-watchos/CodableDatastore.build/Objects-normal/armv7k/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/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/armv7k/Binary/CodableDatastore.o normal armv7k (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos6.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/armv7k/CodableDatastore.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/armv7k/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-watchos/CodableDatastore.build/Objects-normal/armv7k/CodableDatastore_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/armv7k/CodableDatastore.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/armv7k/CodableDatastore-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/armv7k/Binary/CodableDatastore.o
SwiftDriverJobDiscovery normal arm64 Compiling DatastoreIndex.swift, DatastoreIndexManifest.swift, DatastorePage.swift, DatastorePageEntry.swift, DatastorePageEntryBlock.swift (in target 'CodableDatastore' from project 'CodableDatastore')
SwiftDriver\ Compilation CodableDatastore normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CodableDatastore -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/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-watchos/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-watchos/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-watchos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/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-watchos/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/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/arm64/Binary/CodableDatastore.o normal arm64 (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos6.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/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-watchos/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-watchos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/arm64/Binary/CodableDatastore.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CodableDatastore.o normal arm64\ armv7k\ arm64_32 (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/arm64/Binary/CodableDatastore.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/armv7k/Binary/CodableDatastore.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/arm64_32/Binary/CodableDatastore.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CodableDatastore.o
ExtractAppIntentsMetadata (in target 'CodableDatastore' from project 'CodableDatastore')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name CodableDatastore --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk --xcode-version 17A5241e --platform-family watchOS --deployment-target 6.0 --bundle-identifier spi-builder-workspace.CodableDatastore --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CodableDatastore.appintents --target-triple arm64-apple-watchos6.0 --target-triple armv7k-apple-watchos6.0 --target-triple arm64_32-apple-watchos6.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CodableDatastore.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/armv7k/CodableDatastore_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/arm64_32/CodableDatastore_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/armv7k/CodableDatastore.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/arm64_32/CodableDatastore.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/CodableDatastore.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/CodableDatastore.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/arm64/CodableDatastore.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/armv7k/CodableDatastore.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableDatastore.build/Debug-watchos/CodableDatastore.build/Objects-normal/arm64_32/CodableDatastore.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-22 20:44:46.658 appintentsmetadataprocessor[978:5128] Starting appintentsmetadataprocessor export
2025-06-22 20:44:46.701 appintentsmetadataprocessor[978:5128] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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-watchos/CodableDatastore.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
    {
      "identity" : "asyncsequencereader",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.1",
            "upper_bound" : "0.4.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mochidev/AsyncSequenceReader.git"
    },
    {
      "identity" : "bytes",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "0.4.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mochidev/Bytes.git"
    }
  ],
  "manifest_display_name" : "CodableDatastore",
  "name" : "CodableDatastore",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "CodableDatastore",
      "targets" : [
        "CodableDatastore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CodableDatastoreTests",
      "module_type" : "SwiftTarget",
      "name" : "CodableDatastoreTests",
      "path" : "Tests/CodableDatastoreTests",
      "sources" : [
        "DatastoreDescriptorTests.swift",
        "DatastoreFormatTests.swift",
        "DatastorePageEntryTests.swift",
        "DatedIdentifierTests.swift",
        "DiskPersistenceDatastoreIndexTests.swift",
        "DiskPersistenceDatastoreTests.swift",
        "DiskPersistenceTests.swift",
        "DiskTransactionTests.swift",
        "IndexRangeExpressionTests.swift",
        "OptionalTests.swift",
        "SnapshotIterationTests.swift",
        "SnapshotTests.swift",
        "TransactionOptionsTests.swift",
        "TypedIdentifierTests.swift",
        "UUIDTests.swift"
      ],
      "target_dependencies" : [
        "CodableDatastore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CodableDatastore",
      "module_type" : "SwiftTarget",
      "name" : "CodableDatastore",
      "path" : "Sources/CodableDatastore",
      "product_dependencies" : [
        "AsyncSequenceReader",
        "Bytes"
      ],
      "product_memberships" : [
        "CodableDatastore"
      ],
      "sources" : [
        "Datastore/Configuration.swift",
        "Datastore/Datastore.swift",
        "Datastore/DatastoreDescriptor.swift",
        "Datastore/DatastoreError.swift",
        "Datastore/DatastoreFormat.swift",
        "Datastore/DatastoreKey.swift",
        "Datastore/Dictionary+RawRepresentable.swift",
        "Datastore/ObservedEvent.swift",
        "Datastore/Progress.swift",
        "Datastore/RawRepresentable+Codable.swift",
        "Datastore/TypedAsyncSequence.swift",
        "Debug/GlobalTimer.swift",
        "Indexes/GeneratedIndexRepresentation.swift",
        "Indexes/IndexName.swift",
        "Indexes/IndexRangeExpression.swift",
        "Indexes/IndexRepresentation.swift",
        "Indexes/IndexStorage.swift",
        "Indexes/IndexType.swift",
        "Indexes/Indexable.swift",
        "Indexes/UUID+Comparable.swift",
        "Persistence/AccessMode.swift",
        "Persistence/Cursor.swift",
        "Persistence/DatastoreInterfaceError.swift",
        "Persistence/DatastoreInterfaceProtocol.swift",
        "Persistence/Disk Persistence/AsyncThrowingBackpressureStream.swift",
        "Persistence/Disk Persistence/Datastore/DatastoreIndex.swift",
        "Persistence/Disk Persistence/Datastore/DatastoreIndexManifest.swift",
        "Persistence/Disk Persistence/Datastore/DatastorePage.swift",
        "Persistence/Disk Persistence/Datastore/DatastorePageEntry.swift",
        "Persistence/Disk Persistence/Datastore/DatastorePageEntryBlock.swift",
        "Persistence/Disk Persistence/Datastore/DatastoreRoot.swift",
        "Persistence/Disk Persistence/Datastore/DatastoreRootManifest.swift",
        "Persistence/Disk Persistence/Datastore/PersistenceDatastore.swift",
        "Persistence/Disk Persistence/DatedIdentifier.swift",
        "Persistence/Disk Persistence/DiskPersistence.swift",
        "Persistence/Disk Persistence/DiskPersistenceError.swift",
        "Persistence/Disk Persistence/ISO8601DateFormatter+Milliseconds.swift",
        "Persistence/Disk Persistence/JSONCoder.swift",
        "Persistence/Disk Persistence/LazyTask.swift",
        "Persistence/Disk Persistence/Snapshot/Snapshot.swift",
        "Persistence/Disk Persistence/Snapshot/SnapshotIteration.swift",
        "Persistence/Disk Persistence/Snapshot/SnapshotManifest.swift",
        "Persistence/Disk Persistence/SortOrder.swift",
        "Persistence/Disk Persistence/StoreInfo/StoreInfo.swift",
        "Persistence/Disk Persistence/Transaction/DiskCursor.swift",
        "Persistence/Disk Persistence/Transaction/Transaction.swift",
        "Persistence/Disk Persistence/TypedIdentifier.swift",
        "Persistence/Memory Persistence/MemoryPersistence.swift",
        "Persistence/Persistence.swift",
        "Persistence/TransactionOptions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.