The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AsyncStorages, reference main (0cc0a0), with Swift 6.1 for watchOS using Xcode 16.3 on 19 Apr 2026 17:04:23 UTC.

Swift 6 data race errors: 18

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AsyncStorages -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

SwiftDriver AsyncStorages normal armv7k com.apple.xcode.tools.swift.compiler (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AsyncStorages -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/armv7k/AsyncStorages.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/armv7k/AsyncStorages-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/armv7k/AsyncStorages.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/AsyncStorages.build/Debug-watchos/AsyncStorages.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/armv7k/AsyncStorages_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/AsyncStorages.build/Debug-watchos/AsyncStorages.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.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/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/armv7k/AsyncStorages-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ AsyncStorages.swift,\ Composition.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/AsyncStorages.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Composition.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/AsyncStorages.swift (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/AsyncStorages.swift:9:23: warning: static property 'isEnabled' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var isEnabled = false
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/AsyncStorages.swift:9:23: note: convert 'isEnabled' to a 'let' constant to make 'Sendable' shared state immutable
    public static var isEnabled = false
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/AsyncStorages.swift:9:23: note: add '@MainActor' to make static property 'isEnabled' part of global actor 'MainActor'
    public static var isEnabled = false
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/AsyncStorages.swift:9:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var isEnabled = false
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Composition.swift (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ActorSafe.swift,\ AsyncQueue.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ActorSafe.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/AsyncQueue.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ActorSafe.swift (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ Storage.swift,\ StorageWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/StorageWrapper.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ RawDiskStorage.swift,\ MemoryStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/RawDiskStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/RawDiskStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:11:16: warning: stored property 'key' of 'Sendable'-conforming generic struct 'MemoryStorageValueMissingForKey' has non-sendable type 'Key'; this is an error in the Swift 6 language mode
    public let key: Key
               ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:10:47: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
public struct MemoryStorageValueMissingForKey<Key: Hashable>: Error {
                                              ^
                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:27:41: warning: non-sendable result type '[Key : Value]' cannot be sent from actor-isolated context in call to instance method 'get()'; this is an error in the Swift 6 language mode
        if let value = await dictionary.get()[key] {
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:18:34: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
public final class MemoryStorage<Key: Hashable, Value>: UpdateableStorage {
                                 ^
                                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:27:41: warning: non-sendable result type '[Key : Value]' cannot be sent from actor-isolated context in call to instance method 'get()'; this is an error in the Swift 6 language mode
        if let value = await dictionary.get()[key] {
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:18:49: note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
public final class MemoryStorage<Key: Hashable, Value>: UpdateableStorage {
                                                ^
                                                     : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:40:30: warning: non-sendable result type 'Value' cannot be sent from actor-isolated context in call to instance method 'write(with:)'; this is an error in the Swift 6 language mode
        try await dictionary.write { dict in
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:18:49: note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
public final class MemoryStorage<Key: Hashable, Value>: UpdateableStorage {
                                                ^
                                                     : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:23:27: warning: sending 'dictionary' risks causing data races; this is an error in the Swift 6 language mode
        self.dictionary = ActorSafe(dictionary)
                          ^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:23:27: note: sending task-isolated 'dictionary' to actor-isolated callee risks causing data races between actor-isolated and task-isolated uses
        self.dictionary = ActorSafe(dictionary)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:35:26: warning: sending value of non-Sendable type '(inout [Key : Value]) -> ()' risks causing data races; this is an error in the Swift 6 language mode
        await dictionary.write(with: { $0[key] = value })
              ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:35:26: note: sending task-isolated value of non-Sendable type '(inout [Key : Value]) -> ()' to actor-isolated callee risks causing races in between task-isolated and actor-isolated uses
        await dictionary.write(with: { $0[key] = value })
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:40:30: warning: sending value of non-Sendable type '(inout [Key : Value]) throws -> Value' risks causing data races; this is an error in the Swift 6 language mode
        try await dictionary.write { dict in
                  ~~~~~~~~~~~^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:40:30: note: sending task-isolated value of non-Sendable type '(inout [Key : Value]) throws -> Value' to actor-isolated callee risks causing races in between task-isolated and actor-isolated uses
        try await dictionary.write { dict in
                             ^
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ AsyncStorages (in target 'AsyncStorages' from project 'AsyncStorages')
EmitSwiftModule normal arm64_32 (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/AsyncStorages.swift:9:23: warning: static property 'isEnabled' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var isEnabled = false
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/AsyncStorages.swift:9:23: note: convert 'isEnabled' to a 'let' constant to make 'Sendable' shared state immutable
    public static var isEnabled = false
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/AsyncStorages.swift:9:23: note: add '@MainActor' to make static property 'isEnabled' part of global actor 'MainActor'
    public static var isEnabled = false
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/AsyncStorages.swift:9:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var isEnabled = false
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskExtensions.swift:217:31: warning: stored property '_originalData' of 'Sendable'-conforming generic struct 'DecodingError' has non-sendable type 'StringPrinted'; this is an error in the Swift 6 language mode
    @StringPrinted public var originalData: Data
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskExtensions.swift:222:15: note: consider making struct 'StringPrinted' conform to the 'Sendable' protocol
public struct StringPrinted: CustomStringConvertible {
              ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskStorage.swift:14:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'DiskStorage' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let shared = DiskStorage(creatingDirectories: true)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskStorage.swift:10:20: note: class 'DiskStorage' does not conform to the 'Sendable' protocol
public final class DiskStorage: Storage, UpdateableStorage {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskStorage.swift:14:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    public static let shared = DiskStorage(creatingDirectories: true)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskStorage.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let shared = DiskStorage(creatingDirectories: true)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:56:27: warning: static property 'base64URL' is not concurrency-safe because non-'Sendable' type 'Filename.Encoder' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let base64URL: Encoder = Encoder(encode: { $0.base64URLEncoded() })
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:48:19: note: consider making struct 'Encoder' conform to the 'Sendable' protocol
    public struct Encoder {
                  ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:56:27: note: add '@MainActor' to make static property 'base64URL' part of global actor 'MainActor'
        public static let base64URL: Encoder = Encoder(encode: { $0.base64URLEncoded() })
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:56:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let base64URL: Encoder = Encoder(encode: { $0.base64URLEncoded() })
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:57:27: warning: static property 'noEncoding' is not concurrency-safe because non-'Sendable' type 'Filename.Encoder' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let noEncoding: Encoder = Encoder(encode: { $0.rawValue })
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:48:19: note: consider making struct 'Encoder' conform to the 'Sendable' protocol
    public struct Encoder {
                  ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:57:27: note: add '@MainActor' to make static property 'noEncoding' part of global actor 'MainActor'
        public static let noEncoding: Encoder = Encoder(encode: { $0.rawValue })
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:57:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let noEncoding: Encoder = Encoder(encode: { $0.rawValue })
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:11:16: warning: stored property 'key' of 'Sendable'-conforming generic struct 'MemoryStorageValueMissingForKey' has non-sendable type 'Key'; this is an error in the Swift 6 language mode
    public let key: Key
               ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:10:47: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
public struct MemoryStorageValueMissingForKey<Key: Hashable>: Error {
                                              ^
                                                           , Sendable
SwiftEmitModule normal arm64 Emitting\ module\ for\ AsyncStorages (in target 'AsyncStorages' from project 'AsyncStorages')
EmitSwiftModule normal arm64 (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/AsyncStorages.swift:9:23: warning: static property 'isEnabled' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var isEnabled = false
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/AsyncStorages.swift:9:23: note: convert 'isEnabled' to a 'let' constant to make 'Sendable' shared state immutable
    public static var isEnabled = false
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/AsyncStorages.swift:9:23: note: add '@MainActor' to make static property 'isEnabled' part of global actor 'MainActor'
    public static var isEnabled = false
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/AsyncStorages.swift:9:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var isEnabled = false
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskExtensions.swift:217:31: warning: stored property '_originalData' of 'Sendable'-conforming generic struct 'DecodingError' has non-sendable type 'StringPrinted'; this is an error in the Swift 6 language mode
    @StringPrinted public var originalData: Data
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskExtensions.swift:222:15: note: consider making struct 'StringPrinted' conform to the 'Sendable' protocol
public struct StringPrinted: CustomStringConvertible {
              ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskStorage.swift:14:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'DiskStorage' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let shared = DiskStorage(creatingDirectories: true)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskStorage.swift:10:20: note: class 'DiskStorage' does not conform to the 'Sendable' protocol
public final class DiskStorage: Storage, UpdateableStorage {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskStorage.swift:14:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    public static let shared = DiskStorage(creatingDirectories: true)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskStorage.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let shared = DiskStorage(creatingDirectories: true)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:56:27: warning: static property 'base64URL' is not concurrency-safe because non-'Sendable' type 'Filename.Encoder' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let base64URL: Encoder = Encoder(encode: { $0.base64URLEncoded() })
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:48:19: note: consider making struct 'Encoder' conform to the 'Sendable' protocol
    public struct Encoder {
                  ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:56:27: note: add '@MainActor' to make static property 'base64URL' part of global actor 'MainActor'
        public static let base64URL: Encoder = Encoder(encode: { $0.base64URLEncoded() })
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:56:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let base64URL: Encoder = Encoder(encode: { $0.base64URLEncoded() })
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:57:27: warning: static property 'noEncoding' is not concurrency-safe because non-'Sendable' type 'Filename.Encoder' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let noEncoding: Encoder = Encoder(encode: { $0.rawValue })
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:48:19: note: consider making struct 'Encoder' conform to the 'Sendable' protocol
    public struct Encoder {
                  ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:57:27: note: add '@MainActor' to make static property 'noEncoding' part of global actor 'MainActor'
        public static let noEncoding: Encoder = Encoder(encode: { $0.rawValue })
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:57:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let noEncoding: Encoder = Encoder(encode: { $0.rawValue })
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:11:16: warning: stored property 'key' of 'Sendable'-conforming generic struct 'MemoryStorageValueMissingForKey' has non-sendable type 'Key'; this is an error in the Swift 6 language mode
    public let key: Key
               ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:10:47: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
public struct MemoryStorageValueMissingForKey<Key: Hashable>: Error {
                                              ^
                                                           , Sendable
SwiftCompile normal arm64 Compiling\ DiskStorage.swift,\ Filename.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskStorage.swift:14:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'DiskStorage' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let shared = DiskStorage(creatingDirectories: true)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskStorage.swift:10:20: note: class 'DiskStorage' does not conform to the 'Sendable' protocol
public final class DiskStorage: Storage, UpdateableStorage {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskStorage.swift:14:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    public static let shared = DiskStorage(creatingDirectories: true)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskStorage.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let shared = DiskStorage(creatingDirectories: true)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:56:27: warning: static property 'base64URL' is not concurrency-safe because non-'Sendable' type 'Filename.Encoder' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let base64URL: Encoder = Encoder(encode: { $0.base64URLEncoded() })
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:48:19: note: consider making struct 'Encoder' conform to the 'Sendable' protocol
    public struct Encoder {
                  ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:56:27: note: add '@MainActor' to make static property 'base64URL' part of global actor 'MainActor'
        public static let base64URL: Encoder = Encoder(encode: { $0.base64URLEncoded() })
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:56:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let base64URL: Encoder = Encoder(encode: { $0.base64URLEncoded() })
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:57:27: warning: static property 'noEncoding' is not concurrency-safe because non-'Sendable' type 'Filename.Encoder' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let noEncoding: Encoder = Encoder(encode: { $0.rawValue })
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:48:19: note: consider making struct 'Encoder' conform to the 'Sendable' protocol
    public struct Encoder {
                  ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:57:27: note: add '@MainActor' to make static property 'noEncoding' part of global actor 'MainActor'
        public static let noEncoding: Encoder = Encoder(encode: { $0.rawValue })
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:57:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let noEncoding: Encoder = Encoder(encode: { $0.rawValue })
                          ^
        nonisolated(unsafe)
SwiftEmitModule normal armv7k Emitting\ module\ for\ AsyncStorages (in target 'AsyncStorages' from project 'AsyncStorages')
EmitSwiftModule normal armv7k (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/AsyncStorages.swift:9:23: warning: static property 'isEnabled' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var isEnabled = false
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/AsyncStorages.swift:9:23: note: convert 'isEnabled' to a 'let' constant to make 'Sendable' shared state immutable
    public static var isEnabled = false
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/AsyncStorages.swift:9:23: note: add '@MainActor' to make static property 'isEnabled' part of global actor 'MainActor'
    public static var isEnabled = false
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/AsyncStorages.swift:9:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var isEnabled = false
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskExtensions.swift:217:31: warning: stored property '_originalData' of 'Sendable'-conforming generic struct 'DecodingError' has non-sendable type 'StringPrinted'; this is an error in the Swift 6 language mode
    @StringPrinted public var originalData: Data
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskExtensions.swift:222:15: note: consider making struct 'StringPrinted' conform to the 'Sendable' protocol
public struct StringPrinted: CustomStringConvertible {
              ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskStorage.swift:14:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'DiskStorage' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let shared = DiskStorage(creatingDirectories: true)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskStorage.swift:10:20: note: class 'DiskStorage' does not conform to the 'Sendable' protocol
public final class DiskStorage: Storage, UpdateableStorage {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskStorage.swift:14:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    public static let shared = DiskStorage(creatingDirectories: true)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskStorage.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let shared = DiskStorage(creatingDirectories: true)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:56:27: warning: static property 'base64URL' is not concurrency-safe because non-'Sendable' type 'Filename.Encoder' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let base64URL: Encoder = Encoder(encode: { $0.base64URLEncoded() })
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:48:19: note: consider making struct 'Encoder' conform to the 'Sendable' protocol
    public struct Encoder {
                  ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:56:27: note: add '@MainActor' to make static property 'base64URL' part of global actor 'MainActor'
        public static let base64URL: Encoder = Encoder(encode: { $0.base64URLEncoded() })
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:56:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let base64URL: Encoder = Encoder(encode: { $0.base64URLEncoded() })
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:57:27: warning: static property 'noEncoding' is not concurrency-safe because non-'Sendable' type 'Filename.Encoder' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let noEncoding: Encoder = Encoder(encode: { $0.rawValue })
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:48:19: note: consider making struct 'Encoder' conform to the 'Sendable' protocol
    public struct Encoder {
                  ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:57:27: note: add '@MainActor' to make static property 'noEncoding' part of global actor 'MainActor'
        public static let noEncoding: Encoder = Encoder(encode: { $0.rawValue })
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:57:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let noEncoding: Encoder = Encoder(encode: { $0.rawValue })
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:11:16: warning: stored property 'key' of 'Sendable'-conforming generic struct 'MemoryStorageValueMissingForKey' has non-sendable type 'Key'; this is an error in the Swift 6 language mode
    public let key: Key
               ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:10:47: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
public struct MemoryStorageValueMissingForKey<Key: Hashable>: Error {
                                              ^
                                                           , Sendable
SwiftCompile normal arm64_32 Compiling\ ActorSafe.swift,\ AsyncQueue.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ActorSafe.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/AsyncQueue.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ActorSafe.swift (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64_32 Compiling\ AsyncStorages.swift,\ Composition.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/AsyncStorages.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Composition.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/AsyncStorages.swift (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/AsyncStorages.swift:9:23: warning: static property 'isEnabled' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var isEnabled = false
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/AsyncStorages.swift:9:23: note: convert 'isEnabled' to a 'let' constant to make 'Sendable' shared state immutable
    public static var isEnabled = false
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/AsyncStorages.swift:9:23: note: add '@MainActor' to make static property 'isEnabled' part of global actor 'MainActor'
    public static var isEnabled = false
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/AsyncStorages.swift:9:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var isEnabled = false
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Composition.swift (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ ReadableStorage.swift,\ SerialStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ReadableStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ReadableStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:50:23: warning: capture of 'self' with non-sendable type 'SerialStorage<Underlying>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            try await self.underlyingStorage.retrieve(forKey: key)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:40:20: note: generic class 'SerialStorage' does not conform to the 'Sendable' protocol
public final class SerialStorage<Underlying: Storage>: UpdateableStorage {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:50:63: warning: capture of 'key' with non-sendable type 'Underlying.Key' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            try await self.underlyingStorage.retrieve(forKey: key)
                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:56:23: warning: capture of 'self' with non-sendable type 'SerialStorage<Underlying>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            try await self.underlyingStorage.set(value, forKey: key)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:40:20: note: generic class 'SerialStorage' does not conform to the 'Sendable' protocol
public final class SerialStorage<Underlying: Storage>: UpdateableStorage {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:56:50: warning: capture of 'value' with non-sendable type 'Underlying.Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            try await self.underlyingStorage.set(value, forKey: key)
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:56:65: warning: capture of 'key' with non-sendable type 'Underlying.Key' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            try await self.underlyingStorage.set(value, forKey: key)
                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:66:35: warning: capture of 'self' with non-sendable type 'SerialStorage<Underlying>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            var value = try await self.underlyingStorage.retrieve(forKey: key)
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:40:20: note: generic class 'SerialStorage' does not conform to the 'Sendable' protocol
public final class SerialStorage<Underlying: Storage>: UpdateableStorage {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:66:75: warning: capture of 'key' with non-sendable type 'Underlying.Key' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            var value = try await self.underlyingStorage.retrieve(forKey: key)
                                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:67:13: warning: capture of 'modify' with non-sendable type '(inout Underlying.Value) -> ()' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            modify(&value)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:67:13: note: a function type must be marked '@Sendable' to conform to 'Sendable'
            modify(&value)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:77:23: warning: capture of 'perform' with non-sendable type '(Underlying) async throws -> ReturnValue' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            try await perform(self.underlyingStorage)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:77:23: note: a function type must be marked '@Sendable' to conform to 'Sendable'
            try await perform(self.underlyingStorage)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:77:31: warning: capture of 'self' with non-sendable type 'SerialStorage<Underlying>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            try await perform(self.underlyingStorage)
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:40:20: note: generic class 'SerialStorage' does not conform to the 'Sendable' protocol
public final class SerialStorage<Underlying: Storage>: UpdateableStorage {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:96:23: warning: capture of 'self' with non-sendable type 'SerialReadOnlyStorage<Underlying>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            try await self.underlyingStorage.retrieve(forKey: key)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:86:20: note: generic class 'SerialReadOnlyStorage' does not conform to the 'Sendable' protocol
public final class SerialReadOnlyStorage<Underlying: ReadableStorage>: ReadOnlyStorage {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:96:63: warning: capture of 'key' with non-sendable type 'Underlying.Key' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            try await self.underlyingStorage.retrieve(forKey: key)
                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:115:23: warning: capture of 'self' with non-sendable type 'SerialWriteOnlyStorage<Underlying>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            try await self.underlyingStorage.set(value, forKey: key)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:105:20: note: generic class 'SerialWriteOnlyStorage' does not conform to the 'Sendable' protocol
public final class SerialWriteOnlyStorage<Underlying: WritableStorage>: WriteOnlyStorage {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:115:50: warning: capture of 'value' with non-sendable type 'Underlying.Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            try await self.underlyingStorage.set(value, forKey: key)
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:115:65: warning: capture of 'key' with non-sendable type 'Underlying.Key' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            try await self.underlyingStorage.set(value, forKey: key)
                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:134:19: warning: capture of 'self' with non-sendable type 'SerialNonFallibleReadableStorage<Underlying>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            await self.underlyingStorage.retrieve(forKey: key)
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:124:20: note: generic class 'SerialNonFallibleReadableStorage' does not conform to the 'Sendable' protocol
public final class SerialNonFallibleReadableStorage<Underlying: NonFallibleReadableStorage>: NonFallibleReadableStorage {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:134:59: warning: capture of 'key' with non-sendable type 'Underlying.Key' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            await self.underlyingStorage.retrieve(forKey: key)
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:153:19: warning: capture of 'self' with non-sendable type 'SerialNonFallibleStorage<Underlying>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            await self.underlyingStorage.retrieve(forKey: key)
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:143:20: note: generic class 'SerialNonFallibleStorage' does not conform to the 'Sendable' protocol
public final class SerialNonFallibleStorage<Underlying: NonFallibleStorage>: NonFallibleStorage, UpdateableStorage {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:153:59: warning: capture of 'key' with non-sendable type 'Underlying.Key' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            await self.underlyingStorage.retrieve(forKey: key)
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:159:23: warning: capture of 'self' with non-sendable type 'SerialNonFallibleStorage<Underlying>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            try await self.underlyingStorage.set(value, forKey: key)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:143:20: note: generic class 'SerialNonFallibleStorage' does not conform to the 'Sendable' protocol
public final class SerialNonFallibleStorage<Underlying: NonFallibleStorage>: NonFallibleStorage, UpdateableStorage {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:159:50: warning: capture of 'value' with non-sendable type 'Underlying.Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            try await self.underlyingStorage.set(value, forKey: key)
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:159:65: warning: capture of 'key' with non-sendable type 'Underlying.Key' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            try await self.underlyingStorage.set(value, forKey: key)
                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:169:31: warning: capture of 'self' with non-sendable type 'SerialNonFallibleStorage<Underlying>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            var value = await self.underlyingStorage.retrieve(forKey: key)
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:143:20: note: generic class 'SerialNonFallibleStorage' does not conform to the 'Sendable' protocol
public final class SerialNonFallibleStorage<Underlying: NonFallibleStorage>: NonFallibleStorage, UpdateableStorage {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:169:71: warning: capture of 'key' with non-sendable type 'Underlying.Key' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            var value = await self.underlyingStorage.retrieve(forKey: key)
                                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:170:13: warning: capture of 'modify' with non-sendable type '(inout Underlying.Value) -> ()' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            modify(&value)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:170:13: note: a function type must be marked '@Sendable' to conform to 'Sendable'
            modify(&value)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:180:23: warning: capture of 'perform' with non-sendable type '(Underlying) async throws -> ReturnValue' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            try await perform(self.underlyingStorage)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:180:23: note: a function type must be marked '@Sendable' to conform to 'Sendable'
            try await perform(self.underlyingStorage)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:180:31: warning: capture of 'self' with non-sendable type 'SerialNonFallibleStorage<Underlying>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            try await perform(self.underlyingStorage)
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:143:20: note: generic class 'SerialNonFallibleStorage' does not conform to the 'Sendable' protocol
public final class SerialNonFallibleStorage<Underlying: NonFallibleStorage>: NonFallibleStorage, UpdateableStorage {
                   ^
SwiftDriverJobDiscovery normal armv7k Emitting module for AsyncStorages (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal armv7k Compiling\ ActorSafe.swift,\ AsyncQueue.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ActorSafe.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/AsyncQueue.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ActorSafe.swift (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64_32 Emitting module for AsyncStorages (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftDriver\ Compilation\ Requirements AsyncStorages normal armv7k com.apple.xcode.tools.swift.compiler (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AsyncStorages -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/armv7k/AsyncStorages.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/armv7k/AsyncStorages-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/armv7k/AsyncStorages.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/AsyncStorages.build/Debug-watchos/AsyncStorages.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/armv7k/AsyncStorages_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/AsyncStorages.build/Debug-watchos/AsyncStorages.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.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/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/armv7k/AsyncStorages-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for AsyncStorages (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftDriver\ Compilation\ Requirements AsyncStorages normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AsyncStorages -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64_32/AsyncStorages.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64_32/AsyncStorages-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64_32/AsyncStorages.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/AsyncStorages.build/Debug-watchos/AsyncStorages.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64_32/AsyncStorages_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/AsyncStorages.build/Debug-watchos/AsyncStorages.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.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/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64_32/AsyncStorages-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation\ Requirements AsyncStorages normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AsyncStorages -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages.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/AsyncStorages.build/Debug-watchos/AsyncStorages.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages_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/AsyncStorages.build/Debug-watchos/AsyncStorages.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.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/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages-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/AsyncStorages.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/armv7k/AsyncStorages.swiftmodule (in target 'AsyncStorages' from project 'AsyncStorages')
    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/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/armv7k/AsyncStorages.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AsyncStorages.swiftmodule/armv7k-apple-watchos.swiftmodule
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/AsyncStorages-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64_32/AsyncStorages-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/armv7k/AsyncStorages-Swift.h (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64_32/AsyncStorages-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/armv7k/AsyncStorages-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/AsyncStorages-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AsyncStorages.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/armv7k/AsyncStorages.swiftdoc (in target 'AsyncStorages' from project 'AsyncStorages')
    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/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/armv7k/AsyncStorages.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AsyncStorages.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AsyncStorages.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/armv7k/AsyncStorages.abi.json (in target 'AsyncStorages' from project 'AsyncStorages')
    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/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/armv7k/AsyncStorages.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AsyncStorages.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AsyncStorages.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64_32/AsyncStorages.swiftmodule (in target 'AsyncStorages' from project 'AsyncStorages')
    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/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64_32/AsyncStorages.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AsyncStorages.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AsyncStorages.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64_32/AsyncStorages.swiftdoc (in target 'AsyncStorages' from project 'AsyncStorages')
    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/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64_32/AsyncStorages.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AsyncStorages.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AsyncStorages.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64_32/AsyncStorages.abi.json (in target 'AsyncStorages' from project 'AsyncStorages')
    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/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64_32/AsyncStorages.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AsyncStorages.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AsyncStorages.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages.swiftmodule (in target 'AsyncStorages' from project 'AsyncStorages')
    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/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AsyncStorages.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AsyncStorages.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages.swiftdoc (in target 'AsyncStorages' from project 'AsyncStorages')
    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/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AsyncStorages.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AsyncStorages.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages.abi.json (in target 'AsyncStorages' from project 'AsyncStorages')
    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/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AsyncStorages.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AsyncStorages.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/armv7k/AsyncStorages.swiftsourceinfo (in target 'AsyncStorages' from project 'AsyncStorages')
    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/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/armv7k/AsyncStorages.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AsyncStorages.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AsyncStorages.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64_32/AsyncStorages.swiftsourceinfo (in target 'AsyncStorages' from project 'AsyncStorages')
    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/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64_32/AsyncStorages.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AsyncStorages.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AsyncStorages.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages.swiftsourceinfo (in target 'AsyncStorages' from project 'AsyncStorages')
    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/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AsyncStorages.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64_32 Compiling\ DiskStorage.swift,\ Filename.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskStorage.swift:14:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'DiskStorage' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let shared = DiskStorage(creatingDirectories: true)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskStorage.swift:10:20: note: class 'DiskStorage' does not conform to the 'Sendable' protocol
public final class DiskStorage: Storage, UpdateableStorage {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskStorage.swift:14:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    public static let shared = DiskStorage(creatingDirectories: true)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskStorage.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let shared = DiskStorage(creatingDirectories: true)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:56:27: warning: static property 'base64URL' is not concurrency-safe because non-'Sendable' type 'Filename.Encoder' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let base64URL: Encoder = Encoder(encode: { $0.base64URLEncoded() })
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:48:19: note: consider making struct 'Encoder' conform to the 'Sendable' protocol
    public struct Encoder {
                  ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:56:27: note: add '@MainActor' to make static property 'base64URL' part of global actor 'MainActor'
        public static let base64URL: Encoder = Encoder(encode: { $0.base64URLEncoded() })
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:56:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let base64URL: Encoder = Encoder(encode: { $0.base64URLEncoded() })
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:57:27: warning: static property 'noEncoding' is not concurrency-safe because non-'Sendable' type 'Filename.Encoder' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let noEncoding: Encoder = Encoder(encode: { $0.rawValue })
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:48:19: note: consider making struct 'Encoder' conform to the 'Sendable' protocol
    public struct Encoder {
                  ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:57:27: note: add '@MainActor' to make static property 'noEncoding' part of global actor 'MainActor'
        public static let noEncoding: Encoder = Encoder(encode: { $0.rawValue })
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:57:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let noEncoding: Encoder = Encoder(encode: { $0.rawValue })
                          ^
        nonisolated(unsafe)
SwiftCompile normal armv7k Compiling\ ZipStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:48:34: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
        async let value1 = await storage1.retrieve(forKey: key)
                           ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:48:34: note: sending task-isolated 'self' into async let risks causing data races between nonisolated and task-isolated uses
        async let value1 = await storage1.retrieve(forKey: key)
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:48:60: warning: sending 'key' risks causing data races; this is an error in the Swift 6 language mode
        async let value1 = await storage1.retrieve(forKey: key)
                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:48:60: note: sending task-isolated 'key' into async let risks causing data races between nonisolated and task-isolated uses
        async let value1 = await storage1.retrieve(forKey: key)
                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:49:34: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
        async let value2 = await storage2.retrieve(forKey: key)
                           ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:49:34: note: sending task-isolated 'self' into async let risks causing data races between nonisolated and task-isolated uses
        async let value2 = await storage2.retrieve(forKey: key)
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:49:60: warning: sending 'key' risks causing data races; this is an error in the Swift 6 language mode
        async let value2 = await storage2.retrieve(forKey: key)
                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:49:60: note: sending task-isolated 'key' into async let risks causing data races between nonisolated and task-isolated uses
        async let value2 = await storage2.retrieve(forKey: key)
                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:72:36: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
        async let setResult1: () = storage1.set(value.0, forKey: key)
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:72:36: note: sending task-isolated 'self' into async let risks causing data races between nonisolated and task-isolated uses
        async let setResult1: () = storage1.set(value.0, forKey: key)
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:72:49: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
        async let setResult1: () = storage1.set(value.0, forKey: key)
                                   ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:72:49: note: sending task-isolated 'value' into async let risks causing data races between nonisolated and task-isolated uses
        async let setResult1: () = storage1.set(value.0, forKey: key)
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:72:66: warning: sending 'key' risks causing data races; this is an error in the Swift 6 language mode
        async let setResult1: () = storage1.set(value.0, forKey: key)
                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:72:66: note: sending task-isolated 'key' into async let risks causing data races between nonisolated and task-isolated uses
        async let setResult1: () = storage1.set(value.0, forKey: key)
                                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:73:36: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
        async let setResult2: () = storage2.set(value.1, forKey: key)
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:73:36: note: sending task-isolated 'self' into async let risks causing data races between nonisolated and task-isolated uses
        async let setResult2: () = storage2.set(value.1, forKey: key)
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:73:49: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
        async let setResult2: () = storage2.set(value.1, forKey: key)
                                   ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:73:49: note: sending task-isolated 'value' into async let risks causing data races between nonisolated and task-isolated uses
        async let setResult2: () = storage2.set(value.1, forKey: key)
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:73:66: warning: sending 'key' risks causing data races; this is an error in the Swift 6 language mode
        async let setResult2: () = storage2.set(value.1, forKey: key)
                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:73:66: note: sending task-isolated 'key' into async let risks causing data races between nonisolated and task-isolated uses
        async let setResult2: () = storage2.set(value.1, forKey: key)
                                                                 ^
SwiftDriverJobDiscovery normal arm64_32 Compiling DiskStorage.swift, Filename.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal arm64_32 Compiling\ ZipStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:48:34: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
        async let value1 = await storage1.retrieve(forKey: key)
                           ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:48:34: note: sending task-isolated 'self' into async let risks causing data races between nonisolated and task-isolated uses
        async let value1 = await storage1.retrieve(forKey: key)
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:48:60: warning: sending 'key' risks causing data races; this is an error in the Swift 6 language mode
        async let value1 = await storage1.retrieve(forKey: key)
                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:48:60: note: sending task-isolated 'key' into async let risks causing data races between nonisolated and task-isolated uses
        async let value1 = await storage1.retrieve(forKey: key)
                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:49:34: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
        async let value2 = await storage2.retrieve(forKey: key)
                           ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:49:34: note: sending task-isolated 'self' into async let risks causing data races between nonisolated and task-isolated uses
        async let value2 = await storage2.retrieve(forKey: key)
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:49:60: warning: sending 'key' risks causing data races; this is an error in the Swift 6 language mode
        async let value2 = await storage2.retrieve(forKey: key)
                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:49:60: note: sending task-isolated 'key' into async let risks causing data races between nonisolated and task-isolated uses
        async let value2 = await storage2.retrieve(forKey: key)
                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:72:36: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
        async let setResult1: () = storage1.set(value.0, forKey: key)
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:72:36: note: sending task-isolated 'self' into async let risks causing data races between nonisolated and task-isolated uses
        async let setResult1: () = storage1.set(value.0, forKey: key)
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:72:49: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
        async let setResult1: () = storage1.set(value.0, forKey: key)
                                   ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:72:49: note: sending task-isolated 'value' into async let risks causing data races between nonisolated and task-isolated uses
        async let setResult1: () = storage1.set(value.0, forKey: key)
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:72:66: warning: sending 'key' risks causing data races; this is an error in the Swift 6 language mode
        async let setResult1: () = storage1.set(value.0, forKey: key)
                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:72:66: note: sending task-isolated 'key' into async let risks causing data races between nonisolated and task-isolated uses
        async let setResult1: () = storage1.set(value.0, forKey: key)
                                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:73:36: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
        async let setResult2: () = storage2.set(value.1, forKey: key)
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:73:36: note: sending task-isolated 'self' into async let risks causing data races between nonisolated and task-isolated uses
        async let setResult2: () = storage2.set(value.1, forKey: key)
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:73:49: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
        async let setResult2: () = storage2.set(value.1, forKey: key)
                                   ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:73:49: note: sending task-isolated 'value' into async let risks causing data races between nonisolated and task-isolated uses
        async let setResult2: () = storage2.set(value.1, forKey: key)
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:73:66: warning: sending 'key' risks causing data races; this is an error in the Swift 6 language mode
        async let setResult2: () = storage2.set(value.1, forKey: key)
                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:73:66: note: sending task-isolated 'key' into async let risks causing data races between nonisolated and task-isolated uses
        async let setResult2: () = storage2.set(value.1, forKey: key)
                                                                 ^
SwiftDriverJobDiscovery normal arm64 Compiling ActorSafe.swift, AsyncQueue.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal arm64_32 Compiling\ HTTPProxy.swift,\ URLSessionStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/URLSessionStorage/HTTPProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/URLSessionStorage/URLSessionStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/URLSessionStorage/HTTPProxy.swift (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/URLSessionStorage/URLSessionStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling AsyncStorages.swift, Composition.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal arm64_32 Compiling\ DiskExtensions.swift,\ DiskFolderStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskFolderStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskExtensions.swift (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskExtensions.swift:217:31: warning: stored property '_originalData' of 'Sendable'-conforming generic struct 'DecodingError' has non-sendable type 'StringPrinted'; this is an error in the Swift 6 language mode
    @StringPrinted public var originalData: Data
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskExtensions.swift:222:15: note: consider making struct 'StringPrinted' conform to the 'Sendable' protocol
public struct StringPrinted: CustomStringConvertible {
              ^
                                                    , Sendable
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskFolderStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ HTTPProxy.swift,\ URLSessionStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/URLSessionStorage/HTTPProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/URLSessionStorage/URLSessionStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/URLSessionStorage/HTTPProxy.swift (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/URLSessionStorage/URLSessionStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling DiskStorage.swift, Filename.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftDriverJobDiscovery normal arm64 Compiling AsyncStorages.swift, Composition.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal arm64_32 Compiling\ ReadableStorage.swift,\ SerialStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ReadableStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ReadableStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:50:23: warning: capture of 'self' with non-sendable type 'SerialStorage<Underlying>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            try await self.underlyingStorage.retrieve(forKey: key)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:40:20: note: generic class 'SerialStorage' does not conform to the 'Sendable' protocol
public final class SerialStorage<Underlying: Storage>: UpdateableStorage {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:50:63: warning: capture of 'key' with non-sendable type 'Underlying.Key' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            try await self.underlyingStorage.retrieve(forKey: key)
                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:56:23: warning: capture of 'self' with non-sendable type 'SerialStorage<Underlying>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            try await self.underlyingStorage.set(value, forKey: key)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:40:20: note: generic class 'SerialStorage' does not conform to the 'Sendable' protocol
public final class SerialStorage<Underlying: Storage>: UpdateableStorage {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:56:50: warning: capture of 'value' with non-sendable type 'Underlying.Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            try await self.underlyingStorage.set(value, forKey: key)
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:56:65: warning: capture of 'key' with non-sendable type 'Underlying.Key' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            try await self.underlyingStorage.set(value, forKey: key)
                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:66:35: warning: capture of 'self' with non-sendable type 'SerialStorage<Underlying>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            var value = try await self.underlyingStorage.retrieve(forKey: key)
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:40:20: note: generic class 'SerialStorage' does not conform to the 'Sendable' protocol
public final class SerialStorage<Underlying: Storage>: UpdateableStorage {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:66:75: warning: capture of 'key' with non-sendable type 'Underlying.Key' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            var value = try await self.underlyingStorage.retrieve(forKey: key)
                                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:67:13: warning: capture of 'modify' with non-sendable type '(inout Underlying.Value) -> ()' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            modify(&value)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:67:13: note: a function type must be marked '@Sendable' to conform to 'Sendable'
            modify(&value)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:77:23: warning: capture of 'perform' with non-sendable type '(Underlying) async throws -> ReturnValue' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            try await perform(self.underlyingStorage)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:77:23: note: a function type must be marked '@Sendable' to conform to 'Sendable'
            try await perform(self.underlyingStorage)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:77:31: warning: capture of 'self' with non-sendable type 'SerialStorage<Underlying>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            try await perform(self.underlyingStorage)
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:40:20: note: generic class 'SerialStorage' does not conform to the 'Sendable' protocol
public final class SerialStorage<Underlying: Storage>: UpdateableStorage {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:96:23: warning: capture of 'self' with non-sendable type 'SerialReadOnlyStorage<Underlying>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            try await self.underlyingStorage.retrieve(forKey: key)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:86:20: note: generic class 'SerialReadOnlyStorage' does not conform to the 'Sendable' protocol
public final class SerialReadOnlyStorage<Underlying: ReadableStorage>: ReadOnlyStorage {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:96:63: warning: capture of 'key' with non-sendable type 'Underlying.Key' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            try await self.underlyingStorage.retrieve(forKey: key)
                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:115:23: warning: capture of 'self' with non-sendable type 'SerialWriteOnlyStorage<Underlying>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            try await self.underlyingStorage.set(value, forKey: key)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:105:20: note: generic class 'SerialWriteOnlyStorage' does not conform to the 'Sendable' protocol
public final class SerialWriteOnlyStorage<Underlying: WritableStorage>: WriteOnlyStorage {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:115:50: warning: capture of 'value' with non-sendable type 'Underlying.Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            try await self.underlyingStorage.set(value, forKey: key)
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:115:65: warning: capture of 'key' with non-sendable type 'Underlying.Key' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            try await self.underlyingStorage.set(value, forKey: key)
                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:134:19: warning: capture of 'self' with non-sendable type 'SerialNonFallibleReadableStorage<Underlying>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            await self.underlyingStorage.retrieve(forKey: key)
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:124:20: note: generic class 'SerialNonFallibleReadableStorage' does not conform to the 'Sendable' protocol
public final class SerialNonFallibleReadableStorage<Underlying: NonFallibleReadableStorage>: NonFallibleReadableStorage {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:134:59: warning: capture of 'key' with non-sendable type 'Underlying.Key' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            await self.underlyingStorage.retrieve(forKey: key)
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:153:19: warning: capture of 'self' with non-sendable type 'SerialNonFallibleStorage<Underlying>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            await self.underlyingStorage.retrieve(forKey: key)
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:143:20: note: generic class 'SerialNonFallibleStorage' does not conform to the 'Sendable' protocol
public final class SerialNonFallibleStorage<Underlying: NonFallibleStorage>: NonFallibleStorage, UpdateableStorage {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:153:59: warning: capture of 'key' with non-sendable type 'Underlying.Key' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            await self.underlyingStorage.retrieve(forKey: key)
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:159:23: warning: capture of 'self' with non-sendable type 'SerialNonFallibleStorage<Underlying>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            try await self.underlyingStorage.set(value, forKey: key)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:143:20: note: generic class 'SerialNonFallibleStorage' does not conform to the 'Sendable' protocol
public final class SerialNonFallibleStorage<Underlying: NonFallibleStorage>: NonFallibleStorage, UpdateableStorage {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:159:50: warning: capture of 'value' with non-sendable type 'Underlying.Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            try await self.underlyingStorage.set(value, forKey: key)
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:159:65: warning: capture of 'key' with non-sendable type 'Underlying.Key' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            try await self.underlyingStorage.set(value, forKey: key)
                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:169:31: warning: capture of 'self' with non-sendable type 'SerialNonFallibleStorage<Underlying>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            var value = await self.underlyingStorage.retrieve(forKey: key)
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:143:20: note: generic class 'SerialNonFallibleStorage' does not conform to the 'Sendable' protocol
public final class SerialNonFallibleStorage<Underlying: NonFallibleStorage>: NonFallibleStorage, UpdateableStorage {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:169:71: warning: capture of 'key' with non-sendable type 'Underlying.Key' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            var value = await self.underlyingStorage.retrieve(forKey: key)
                                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:170:13: warning: capture of 'modify' with non-sendable type '(inout Underlying.Value) -> ()' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            modify(&value)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:170:13: note: a function type must be marked '@Sendable' to conform to 'Sendable'
            modify(&value)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:180:23: warning: capture of 'perform' with non-sendable type '(Underlying) async throws -> ReturnValue' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            try await perform(self.underlyingStorage)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:180:23: note: a function type must be marked '@Sendable' to conform to 'Sendable'
            try await perform(self.underlyingStorage)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:180:31: warning: capture of 'self' with non-sendable type 'SerialNonFallibleStorage<Underlying>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            try await perform(self.underlyingStorage)
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:143:20: note: generic class 'SerialNonFallibleStorage' does not conform to the 'Sendable' protocol
public final class SerialNonFallibleStorage<Underlying: NonFallibleStorage>: NonFallibleStorage, UpdateableStorage {
                   ^
SwiftDriverJobDiscovery normal arm64_32 Compiling ActorSafe.swift, AsyncQueue.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal arm64_32 Compiling\ WriteableStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/WriteableStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/WriteableStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling RawDiskStorage.swift, MemoryStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal armv7k Compiling\ AsyncStorages.swift,\ Composition.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/AsyncStorages.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Composition.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/AsyncStorages.swift (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/AsyncStorages.swift:9:23: warning: static property 'isEnabled' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var isEnabled = false
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/AsyncStorages.swift:9:23: note: convert 'isEnabled' to a 'let' constant to make 'Sendable' shared state immutable
    public static var isEnabled = false
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/AsyncStorages.swift:9:23: note: add '@MainActor' to make static property 'isEnabled' part of global actor 'MainActor'
    public static var isEnabled = false
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/AsyncStorages.swift:9:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var isEnabled = false
                      ^
    nonisolated(unsafe)
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Composition.swift (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Storage.swift, StorageWrapper.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal arm64_32 Compiling\ RawDiskStorage.swift,\ MemoryStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/RawDiskStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/RawDiskStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:11:16: warning: stored property 'key' of 'Sendable'-conforming generic struct 'MemoryStorageValueMissingForKey' has non-sendable type 'Key'; this is an error in the Swift 6 language mode
    public let key: Key
               ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:10:47: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
public struct MemoryStorageValueMissingForKey<Key: Hashable>: Error {
                                              ^
                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:27:41: warning: non-sendable result type '[Key : Value]' cannot be sent from actor-isolated context in call to instance method 'get()'; this is an error in the Swift 6 language mode
        if let value = await dictionary.get()[key] {
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:18:34: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
public final class MemoryStorage<Key: Hashable, Value>: UpdateableStorage {
                                 ^
                                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:27:41: warning: non-sendable result type '[Key : Value]' cannot be sent from actor-isolated context in call to instance method 'get()'; this is an error in the Swift 6 language mode
        if let value = await dictionary.get()[key] {
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:18:49: note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
public final class MemoryStorage<Key: Hashable, Value>: UpdateableStorage {
                                                ^
                                                     : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:40:30: warning: non-sendable result type 'Value' cannot be sent from actor-isolated context in call to instance method 'write(with:)'; this is an error in the Swift 6 language mode
        try await dictionary.write { dict in
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:18:49: note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
public final class MemoryStorage<Key: Hashable, Value>: UpdateableStorage {
                                                ^
                                                     : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:23:27: warning: sending 'dictionary' risks causing data races; this is an error in the Swift 6 language mode
        self.dictionary = ActorSafe(dictionary)
                          ^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:23:27: note: sending task-isolated 'dictionary' to actor-isolated callee risks causing data races between actor-isolated and task-isolated uses
        self.dictionary = ActorSafe(dictionary)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:35:26: warning: sending value of non-Sendable type '(inout [Key : Value]) -> ()' risks causing data races; this is an error in the Swift 6 language mode
        await dictionary.write(with: { $0[key] = value })
              ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:35:26: note: sending task-isolated value of non-Sendable type '(inout [Key : Value]) -> ()' to actor-isolated callee risks causing races in between task-isolated and actor-isolated uses
        await dictionary.write(with: { $0[key] = value })
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:40:30: warning: sending value of non-Sendable type '(inout [Key : Value]) throws -> Value' risks causing data races; this is an error in the Swift 6 language mode
        try await dictionary.write { dict in
                  ~~~~~~~~~~~^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:40:30: note: sending task-isolated value of non-Sendable type '(inout [Key : Value]) throws -> Value' to actor-isolated callee risks causing races in between task-isolated and actor-isolated uses
        try await dictionary.write { dict in
                             ^
SwiftCompile normal arm64_32 Compiling\ Storage.swift,\ StorageWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/StorageWrapper.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal armv7k Compiling ActorSafe.swift, AsyncQueue.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftDriverJobDiscovery normal armv7k Compiling ReadableStorage.swift, SerialStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal arm64 Compiling\ DiskExtensions.swift,\ DiskFolderStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskFolderStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskExtensions.swift (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskExtensions.swift:217:31: warning: stored property '_originalData' of 'Sendable'-conforming generic struct 'DecodingError' has non-sendable type 'StringPrinted'; this is an error in the Swift 6 language mode
    @StringPrinted public var originalData: Data
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskExtensions.swift:222:15: note: consider making struct 'StringPrinted' conform to the 'Sendable' protocol
public struct StringPrinted: CustomStringConvertible {
              ^
                                                    , Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskFolderStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling ZipStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal armv7k Compiling\ Storage.swift,\ StorageWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/StorageWrapper.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64_32 Compiling ZipStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal arm64 Compiling\ WriteableStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/WriteableStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/WriteableStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling HTTPProxy.swift, URLSessionStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal arm64 Compiling\ HTTPProxy.swift,\ URLSessionStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/URLSessionStorage/HTTPProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/URLSessionStorage/URLSessionStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/URLSessionStorage/HTTPProxy.swift (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64_32 Compiling WriteableStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal armv7k Compiling\ DiskExtensions.swift,\ DiskFolderStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskFolderStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskExtensions.swift (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskExtensions.swift:217:31: warning: stored property '_originalData' of 'Sendable'-conforming generic struct 'DecodingError' has non-sendable type 'StringPrinted'; this is an error in the Swift 6 language mode
    @StringPrinted public var originalData: Data
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskExtensions.swift:222:15: note: consider making struct 'StringPrinted' conform to the 'Sendable' protocol
public struct StringPrinted: CustomStringConvertible {
              ^
                                                    , Sendable
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskFolderStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling RawDiskStorage.swift, MemoryStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal armv7k Compiling\ RawDiskStorage.swift,\ MemoryStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/RawDiskStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/RawDiskStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:11:16: warning: stored property 'key' of 'Sendable'-conforming generic struct 'MemoryStorageValueMissingForKey' has non-sendable type 'Key'; this is an error in the Swift 6 language mode
    public let key: Key
               ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:10:47: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
public struct MemoryStorageValueMissingForKey<Key: Hashable>: Error {
                                              ^
                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:27:41: warning: non-sendable result type '[Key : Value]' cannot be sent from actor-isolated context in call to instance method 'get()'; this is an error in the Swift 6 language mode
        if let value = await dictionary.get()[key] {
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:18:34: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
public final class MemoryStorage<Key: Hashable, Value>: UpdateableStorage {
                                 ^
                                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:27:41: warning: non-sendable result type '[Key : Value]' cannot be sent from actor-isolated context in call to instance method 'get()'; this is an error in the Swift 6 language mode
        if let value = await dictionary.get()[key] {
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:18:49: note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
public final class MemoryStorage<Key: Hashable, Value>: UpdateableStorage {
                                                ^
                                                     : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:40:30: warning: non-sendable result type 'Value' cannot be sent from actor-isolated context in call to instance method 'write(with:)'; this is an error in the Swift 6 language mode
        try await dictionary.write { dict in
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:18:49: note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
public final class MemoryStorage<Key: Hashable, Value>: UpdateableStorage {
                                                ^
                                                     : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:23:27: warning: sending 'dictionary' risks causing data races; this is an error in the Swift 6 language mode
        self.dictionary = ActorSafe(dictionary)
                          ^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:23:27: note: sending task-isolated 'dictionary' to actor-isolated callee risks causing data races between actor-isolated and task-isolated uses
        self.dictionary = ActorSafe(dictionary)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:35:26: warning: sending value of non-Sendable type '(inout [Key : Value]) -> ()' risks causing data races; this is an error in the Swift 6 language mode
        await dictionary.write(with: { $0[key] = value })
              ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:35:26: note: sending task-isolated value of non-Sendable type '(inout [Key : Value]) -> ()' to actor-isolated callee risks causing races in between task-isolated and actor-isolated uses
        await dictionary.write(with: { $0[key] = value })
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:40:30: warning: sending value of non-Sendable type '(inout [Key : Value]) throws -> Value' risks causing data races; this is an error in the Swift 6 language mode
        try await dictionary.write { dict in
                  ~~~~~~~~~~~^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/MemoryStorage.swift:40:30: note: sending task-isolated value of non-Sendable type '(inout [Key : Value]) throws -> Value' to actor-isolated callee risks causing races in between task-isolated and actor-isolated uses
        try await dictionary.write { dict in
                             ^
SwiftDriverJobDiscovery normal armv7k Compiling HTTPProxy.swift, URLSessionStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal arm64 Compiling\ ReadableStorage.swift,\ SerialStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ReadableStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ReadableStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:50:23: warning: capture of 'self' with non-sendable type 'SerialStorage<Underlying>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            try await self.underlyingStorage.retrieve(forKey: key)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:40:20: note: generic class 'SerialStorage' does not conform to the 'Sendable' protocol
public final class SerialStorage<Underlying: Storage>: UpdateableStorage {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:50:63: warning: capture of 'key' with non-sendable type 'Underlying.Key' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            try await self.underlyingStorage.retrieve(forKey: key)
                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:56:23: warning: capture of 'self' with non-sendable type 'SerialStorage<Underlying>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            try await self.underlyingStorage.set(value, forKey: key)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:40:20: note: generic class 'SerialStorage' does not conform to the 'Sendable' protocol
public final class SerialStorage<Underlying: Storage>: UpdateableStorage {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:56:50: warning: capture of 'value' with non-sendable type 'Underlying.Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            try await self.underlyingStorage.set(value, forKey: key)
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:56:65: warning: capture of 'key' with non-sendable type 'Underlying.Key' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            try await self.underlyingStorage.set(value, forKey: key)
                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:66:35: warning: capture of 'self' with non-sendable type 'SerialStorage<Underlying>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            var value = try await self.underlyingStorage.retrieve(forKey: key)
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:40:20: note: generic class 'SerialStorage' does not conform to the 'Sendable' protocol
public final class SerialStorage<Underlying: Storage>: UpdateableStorage {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:66:75: warning: capture of 'key' with non-sendable type 'Underlying.Key' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            var value = try await self.underlyingStorage.retrieve(forKey: key)
                                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:67:13: warning: capture of 'modify' with non-sendable type '(inout Underlying.Value) -> ()' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            modify(&value)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:67:13: note: a function type must be marked '@Sendable' to conform to 'Sendable'
            modify(&value)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:77:23: warning: capture of 'perform' with non-sendable type '(Underlying) async throws -> ReturnValue' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            try await perform(self.underlyingStorage)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:77:23: note: a function type must be marked '@Sendable' to conform to 'Sendable'
            try await perform(self.underlyingStorage)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:77:31: warning: capture of 'self' with non-sendable type 'SerialStorage<Underlying>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            try await perform(self.underlyingStorage)
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:40:20: note: generic class 'SerialStorage' does not conform to the 'Sendable' protocol
public final class SerialStorage<Underlying: Storage>: UpdateableStorage {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:96:23: warning: capture of 'self' with non-sendable type 'SerialReadOnlyStorage<Underlying>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            try await self.underlyingStorage.retrieve(forKey: key)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:86:20: note: generic class 'SerialReadOnlyStorage' does not conform to the 'Sendable' protocol
public final class SerialReadOnlyStorage<Underlying: ReadableStorage>: ReadOnlyStorage {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:96:63: warning: capture of 'key' with non-sendable type 'Underlying.Key' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            try await self.underlyingStorage.retrieve(forKey: key)
                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:115:23: warning: capture of 'self' with non-sendable type 'SerialWriteOnlyStorage<Underlying>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            try await self.underlyingStorage.set(value, forKey: key)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:105:20: note: generic class 'SerialWriteOnlyStorage' does not conform to the 'Sendable' protocol
public final class SerialWriteOnlyStorage<Underlying: WritableStorage>: WriteOnlyStorage {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:115:50: warning: capture of 'value' with non-sendable type 'Underlying.Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            try await self.underlyingStorage.set(value, forKey: key)
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:115:65: warning: capture of 'key' with non-sendable type 'Underlying.Key' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            try await self.underlyingStorage.set(value, forKey: key)
                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:134:19: warning: capture of 'self' with non-sendable type 'SerialNonFallibleReadableStorage<Underlying>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            await self.underlyingStorage.retrieve(forKey: key)
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:124:20: note: generic class 'SerialNonFallibleReadableStorage' does not conform to the 'Sendable' protocol
public final class SerialNonFallibleReadableStorage<Underlying: NonFallibleReadableStorage>: NonFallibleReadableStorage {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:134:59: warning: capture of 'key' with non-sendable type 'Underlying.Key' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            await self.underlyingStorage.retrieve(forKey: key)
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:153:19: warning: capture of 'self' with non-sendable type 'SerialNonFallibleStorage<Underlying>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            await self.underlyingStorage.retrieve(forKey: key)
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:143:20: note: generic class 'SerialNonFallibleStorage' does not conform to the 'Sendable' protocol
public final class SerialNonFallibleStorage<Underlying: NonFallibleStorage>: NonFallibleStorage, UpdateableStorage {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:153:59: warning: capture of 'key' with non-sendable type 'Underlying.Key' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            await self.underlyingStorage.retrieve(forKey: key)
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:159:23: warning: capture of 'self' with non-sendable type 'SerialNonFallibleStorage<Underlying>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            try await self.underlyingStorage.set(value, forKey: key)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:143:20: note: generic class 'SerialNonFallibleStorage' does not conform to the 'Sendable' protocol
public final class SerialNonFallibleStorage<Underlying: NonFallibleStorage>: NonFallibleStorage, UpdateableStorage {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:159:50: warning: capture of 'value' with non-sendable type 'Underlying.Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            try await self.underlyingStorage.set(value, forKey: key)
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:159:65: warning: capture of 'key' with non-sendable type 'Underlying.Key' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            try await self.underlyingStorage.set(value, forKey: key)
                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:169:31: warning: capture of 'self' with non-sendable type 'SerialNonFallibleStorage<Underlying>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            var value = await self.underlyingStorage.retrieve(forKey: key)
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:143:20: note: generic class 'SerialNonFallibleStorage' does not conform to the 'Sendable' protocol
public final class SerialNonFallibleStorage<Underlying: NonFallibleStorage>: NonFallibleStorage, UpdateableStorage {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:169:71: warning: capture of 'key' with non-sendable type 'Underlying.Key' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            var value = await self.underlyingStorage.retrieve(forKey: key)
                                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:170:13: warning: capture of 'modify' with non-sendable type '(inout Underlying.Value) -> ()' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            modify(&value)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:170:13: note: a function type must be marked '@Sendable' to conform to 'Sendable'
            modify(&value)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:180:23: warning: capture of 'perform' with non-sendable type '(Underlying) async throws -> ReturnValue' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            try await perform(self.underlyingStorage)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:180:23: note: a function type must be marked '@Sendable' to conform to 'Sendable'
            try await perform(self.underlyingStorage)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:180:31: warning: capture of 'self' with non-sendable type 'SerialNonFallibleStorage<Underlying>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            try await perform(self.underlyingStorage)
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/SerialStorage.swift:143:20: note: generic class 'SerialNonFallibleStorage' does not conform to the 'Sendable' protocol
public final class SerialNonFallibleStorage<Underlying: NonFallibleStorage>: NonFallibleStorage, UpdateableStorage {
                   ^
SwiftDriverJobDiscovery normal armv7k Compiling AsyncStorages.swift, Composition.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal armv7k Compiling\ DiskStorage.swift,\ Filename.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskStorage.swift:14:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'DiskStorage' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let shared = DiskStorage(creatingDirectories: true)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskStorage.swift:10:20: note: class 'DiskStorage' does not conform to the 'Sendable' protocol
public final class DiskStorage: Storage, UpdateableStorage {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskStorage.swift:14:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    public static let shared = DiskStorage(creatingDirectories: true)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/DiskStorage.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let shared = DiskStorage(creatingDirectories: true)
                      ^
    nonisolated(unsafe)
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:56:27: warning: static property 'base64URL' is not concurrency-safe because non-'Sendable' type 'Filename.Encoder' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let base64URL: Encoder = Encoder(encode: { $0.base64URLEncoded() })
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:48:19: note: consider making struct 'Encoder' conform to the 'Sendable' protocol
    public struct Encoder {
                  ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:56:27: note: add '@MainActor' to make static property 'base64URL' part of global actor 'MainActor'
        public static let base64URL: Encoder = Encoder(encode: { $0.base64URLEncoded() })
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:56:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let base64URL: Encoder = Encoder(encode: { $0.base64URLEncoded() })
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:57:27: warning: static property 'noEncoding' is not concurrency-safe because non-'Sendable' type 'Filename.Encoder' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let noEncoding: Encoder = Encoder(encode: { $0.rawValue })
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:48:19: note: consider making struct 'Encoder' conform to the 'Sendable' protocol
    public struct Encoder {
                  ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:57:27: note: add '@MainActor' to make static property 'noEncoding' part of global actor 'MainActor'
        public static let noEncoding: Encoder = Encoder(encode: { $0.rawValue })
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/Storages/DiskStorage/Filename.swift:57:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let noEncoding: Encoder = Encoder(encode: { $0.rawValue })
                          ^
        nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling WriteableStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal arm64 Compiling\ ZipStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:48:34: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
        async let value1 = await storage1.retrieve(forKey: key)
                           ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:48:34: note: sending task-isolated 'self' into async let risks causing data races between nonisolated and task-isolated uses
        async let value1 = await storage1.retrieve(forKey: key)
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:48:60: warning: sending 'key' risks causing data races; this is an error in the Swift 6 language mode
        async let value1 = await storage1.retrieve(forKey: key)
                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:48:60: note: sending task-isolated 'key' into async let risks causing data races between nonisolated and task-isolated uses
        async let value1 = await storage1.retrieve(forKey: key)
                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:49:34: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
        async let value2 = await storage2.retrieve(forKey: key)
                           ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:49:34: note: sending task-isolated 'self' into async let risks causing data races between nonisolated and task-isolated uses
        async let value2 = await storage2.retrieve(forKey: key)
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:49:60: warning: sending 'key' risks causing data races; this is an error in the Swift 6 language mode
        async let value2 = await storage2.retrieve(forKey: key)
                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:49:60: note: sending task-isolated 'key' into async let risks causing data races between nonisolated and task-isolated uses
        async let value2 = await storage2.retrieve(forKey: key)
                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:72:36: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
        async let setResult1: () = storage1.set(value.0, forKey: key)
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:72:36: note: sending task-isolated 'self' into async let risks causing data races between nonisolated and task-isolated uses
        async let setResult1: () = storage1.set(value.0, forKey: key)
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:72:49: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
        async let setResult1: () = storage1.set(value.0, forKey: key)
                                   ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:72:49: note: sending task-isolated 'value' into async let risks causing data races between nonisolated and task-isolated uses
        async let setResult1: () = storage1.set(value.0, forKey: key)
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:72:66: warning: sending 'key' risks causing data races; this is an error in the Swift 6 language mode
        async let setResult1: () = storage1.set(value.0, forKey: key)
                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:72:66: note: sending task-isolated 'key' into async let risks causing data races between nonisolated and task-isolated uses
        async let setResult1: () = storage1.set(value.0, forKey: key)
                                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:73:36: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
        async let setResult2: () = storage2.set(value.1, forKey: key)
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:73:36: note: sending task-isolated 'self' into async let risks causing data races between nonisolated and task-isolated uses
        async let setResult2: () = storage2.set(value.1, forKey: key)
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:73:49: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
        async let setResult2: () = storage2.set(value.1, forKey: key)
                                   ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:73:49: note: sending task-isolated 'value' into async let risks causing data races between nonisolated and task-isolated uses
        async let setResult2: () = storage2.set(value.1, forKey: key)
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:73:66: warning: sending 'key' risks causing data races; this is an error in the Swift 6 language mode
        async let setResult2: () = storage2.set(value.1, forKey: key)
                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/ZipStorage.swift:73:66: note: sending task-isolated 'key' into async let risks causing data races between nonisolated and task-isolated uses
        async let setResult2: () = storage2.set(value.1, forKey: key)
                                                                 ^
SwiftDriverJobDiscovery normal arm64_32 Compiling Storage.swift, StorageWrapper.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal armv7k Compiling\ WriteableStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/WriteableStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/AsyncStorages/WriteableStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling ReadableStorage.swift, SerialStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftDriverJobDiscovery normal armv7k Compiling Storage.swift, StorageWrapper.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftDriverJobDiscovery normal arm64 Compiling HTTPProxy.swift, URLSessionStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftDriverJobDiscovery normal arm64_32 Compiling DiskExtensions.swift, DiskFolderStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftDriver\ Compilation AsyncStorages normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AsyncStorages -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64_32/AsyncStorages.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64_32/AsyncStorages-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64_32/AsyncStorages.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/AsyncStorages.build/Debug-watchos/AsyncStorages.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64_32/AsyncStorages_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/AsyncStorages.build/Debug-watchos/AsyncStorages.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.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/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64_32/AsyncStorages-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/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64_32/Binary/AsyncStorages.o normal arm64_32 (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos6.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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-16.3.0.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 -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64_32/AsyncStorages.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64_32/AsyncStorages_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64_32/AsyncStorages_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.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/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64_32/AsyncStorages.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64_32/Binary/AsyncStorages.o
SwiftDriverJobDiscovery normal arm64 Compiling DiskExtensions.swift, DiskFolderStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftDriverJobDiscovery normal armv7k Compiling RawDiskStorage.swift, MemoryStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftDriverJobDiscovery normal armv7k Compiling WriteableStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftDriverJobDiscovery normal armv7k Compiling DiskStorage.swift, Filename.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftDriverJobDiscovery normal arm64 Compiling ZipStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftDriverJobDiscovery normal arm64 Compiling ReadableStorage.swift, SerialStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftDriver\ Compilation AsyncStorages normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AsyncStorages -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages.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/AsyncStorages.build/Debug-watchos/AsyncStorages.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages_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/AsyncStorages.build/Debug-watchos/AsyncStorages.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.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/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages-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/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64/Binary/AsyncStorages.o normal arm64 (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos6.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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-16.3.0.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 -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.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/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64/Binary/AsyncStorages.o
SwiftDriverJobDiscovery normal armv7k Compiling DiskExtensions.swift, DiskFolderStorage.swift (in target 'AsyncStorages' from project 'AsyncStorages')
SwiftDriver\ Compilation AsyncStorages normal armv7k com.apple.xcode.tools.swift.compiler (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AsyncStorages -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/armv7k/AsyncStorages.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/armv7k/AsyncStorages-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/armv7k/AsyncStorages.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/AsyncStorages.build/Debug-watchos/AsyncStorages.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/armv7k/AsyncStorages_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/AsyncStorages.build/Debug-watchos/AsyncStorages.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.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/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/armv7k/AsyncStorages-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/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/armv7k/Binary/AsyncStorages.o normal armv7k (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos6.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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-16.3.0.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 -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/armv7k/AsyncStorages.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/armv7k/AsyncStorages_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/armv7k/AsyncStorages_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.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/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/armv7k/AsyncStorages.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/armv7k/Binary/AsyncStorages.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AsyncStorages.o normal arm64\ armv7k\ arm64_32 (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64/Binary/AsyncStorages.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/armv7k/Binary/AsyncStorages.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64_32/Binary/AsyncStorages.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AsyncStorages.o
ExtractAppIntentsMetadata (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name AsyncStorages --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 6.0 --bundle-identifier spi-builder-workspace.AsyncStorages --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AsyncStorages.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/AsyncStorages.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/armv7k/AsyncStorages_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64_32/AsyncStorages_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/armv7k/AsyncStorages.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64_32/AsyncStorages.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/AsyncStorages.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/AsyncStorages.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64/AsyncStorages.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/armv7k/AsyncStorages.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AsyncStorages.build/Debug-watchos/AsyncStorages.build/Objects-normal/arm64_32/AsyncStorages.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-19 10:04:23.130 appintentsmetadataprocessor[745:4411] Starting appintentsmetadataprocessor export
2026-04-19 10:04:23.170 appintentsmetadataprocessor[745:4411] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AsyncStorages.o (in target 'AsyncStorages' from project 'AsyncStorages')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AsyncStorages.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AsyncStorages",
  "name" : "AsyncStorages",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "AsyncStorages",
      "targets" : [
        "AsyncStorages"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AsyncStoragesTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncStoragesTests",
      "path" : "Tests/AsyncStoragesTests",
      "sources" : [
        "AsyncStoragesTests.swift",
        "DiskStorageTests.swift",
        "TestSupport.swift",
        "URLSessionStorageTests.swift"
      ],
      "target_dependencies" : [
        "AsyncStorages"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncStorages",
      "module_type" : "SwiftTarget",
      "name" : "AsyncStorages",
      "path" : "Sources/AsyncStorages",
      "product_memberships" : [
        "AsyncStorages"
      ],
      "sources" : [
        "ActorSafe.swift",
        "AsyncQueue.swift",
        "AsyncStorages.swift",
        "Composition.swift",
        "ReadableStorage.swift",
        "SerialStorage.swift",
        "Storage.swift",
        "StorageWrapper.swift",
        "Storages/DiskStorage/DiskExtensions.swift",
        "Storages/DiskStorage/DiskFolderStorage.swift",
        "Storages/DiskStorage/DiskStorage.swift",
        "Storages/DiskStorage/Filename.swift",
        "Storages/DiskStorage/RawDiskStorage.swift",
        "Storages/MemoryStorage.swift",
        "Storages/URLSessionStorage/HTTPProxy.swift",
        "Storages/URLSessionStorage/URLSessionStorage.swift",
        "WriteableStorage.swift",
        "ZipStorage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.