The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of CacheStore, reference 4.0.0 (aa4e88), with Swift 6.1 for watchOS using Xcode 16.3 on 27 Apr 2025 06:36:16 UTC.

Swift 6 data race errors: 3

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CacheStore -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

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

/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:153:17: warning: cannot use type alias 'BiDirectionalTransformation' here; 'c' was not imported by this file
    public func scope<ScopedKey: Hashable, ScopedAction, ScopedDependency>(
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c/Sources/c/c.swift:349:15: note: type alias declared here
    typealias BiDirectionalTransformation<From, To> = (
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:153:17: warning: cannot use enum 'c' here; 'c' was not imported by this file
    public func scope<ScopedKey: Hashable, ScopedAction, ScopedDependency>(
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c/Sources/c/c.swift:45:13: note: enum declared here
public enum c {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:196:17: warning: cannot use type alias 'BiDirectionalTransformation' here; 'c' was not imported by this file
    public func actionlessScope<ScopedKey: Hashable, ScopedDependency>(
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c/Sources/c/c.swift:349:15: note: type alias declared here
    typealias BiDirectionalTransformation<From, To> = (
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:196:17: warning: cannot use enum 'c' here; 'c' was not imported by this file
    public func actionlessScope<ScopedKey: Hashable, ScopedDependency>(
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c/Sources/c/c.swift:45:13: note: enum declared here
public enum c {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:251:10: warning: cannot use type alias 'BiDirectionalTransformation' here; 'c' was not imported by this file
    func scope<ScopedKey: Hashable, ScopedAction>(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c/Sources/c/c.swift:349:15: note: type alias declared here
    typealias BiDirectionalTransformation<From, To> = (
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:251:10: warning: cannot use enum 'c' here; 'c' was not imported by this file
    func scope<ScopedKey: Hashable, ScopedAction>(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c/Sources/c/c.swift:45:13: note: enum declared here
public enum c {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:267:10: warning: cannot use type alias 'BiDirectionalTransformation' here; 'c' was not imported by this file
    func actionlessScope<ScopedKey: Hashable>(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c/Sources/c/c.swift:349:15: note: type alias declared here
    typealias BiDirectionalTransformation<From, To> = (
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:267:10: warning: cannot use enum 'c' here; 'c' was not imported by this file
    func actionlessScope<ScopedKey: Hashable>(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c/Sources/c/c.swift:45:13: note: enum declared here
public enum c {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/TestStore.swift:11:23: warning: static property 'handler' 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 handler: FailureHandler = XCTestDynamicOverlay.XCTFail
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/TestStore.swift:11:23: note: convert 'handler' to a 'let' constant to make 'Sendable' shared state immutable
    public static var handler: FailureHandler = XCTestDynamicOverlay.XCTFail
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/TestStore.swift:11:23: note: add '@MainActor' to make static property 'handler' part of global actor 'MainActor'
    public static var handler: FailureHandler = XCTestDynamicOverlay.XCTFail
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/TestStore.swift:11:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var handler: FailureHandler = XCTestDynamicOverlay.XCTFail
                      ^
    nonisolated(unsafe)
SwiftEmitModule normal arm64 Emitting\ module\ for\ CacheStore (in target 'CacheStore' from project 'CacheStore')
EmitSwiftModule normal arm64 (in target 'CacheStore' from project 'CacheStore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:153:17: warning: cannot use type alias 'BiDirectionalTransformation' here; 'c' was not imported by this file
    public func scope<ScopedKey: Hashable, ScopedAction, ScopedDependency>(
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c/Sources/c/c.swift:349:15: note: type alias declared here
    typealias BiDirectionalTransformation<From, To> = (
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:153:17: warning: cannot use enum 'c' here; 'c' was not imported by this file
    public func scope<ScopedKey: Hashable, ScopedAction, ScopedDependency>(
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c/Sources/c/c.swift:45:13: note: enum declared here
public enum c {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:196:17: warning: cannot use type alias 'BiDirectionalTransformation' here; 'c' was not imported by this file
    public func actionlessScope<ScopedKey: Hashable, ScopedDependency>(
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c/Sources/c/c.swift:349:15: note: type alias declared here
    typealias BiDirectionalTransformation<From, To> = (
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:196:17: warning: cannot use enum 'c' here; 'c' was not imported by this file
    public func actionlessScope<ScopedKey: Hashable, ScopedDependency>(
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c/Sources/c/c.swift:45:13: note: enum declared here
public enum c {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:251:10: warning: cannot use type alias 'BiDirectionalTransformation' here; 'c' was not imported by this file
    func scope<ScopedKey: Hashable, ScopedAction>(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c/Sources/c/c.swift:349:15: note: type alias declared here
    typealias BiDirectionalTransformation<From, To> = (
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:251:10: warning: cannot use enum 'c' here; 'c' was not imported by this file
    func scope<ScopedKey: Hashable, ScopedAction>(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c/Sources/c/c.swift:45:13: note: enum declared here
public enum c {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:267:10: warning: cannot use type alias 'BiDirectionalTransformation' here; 'c' was not imported by this file
    func actionlessScope<ScopedKey: Hashable>(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c/Sources/c/c.swift:349:15: note: type alias declared here
    typealias BiDirectionalTransformation<From, To> = (
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:267:10: warning: cannot use enum 'c' here; 'c' was not imported by this file
    func actionlessScope<ScopedKey: Hashable>(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c/Sources/c/c.swift:45:13: note: enum declared here
public enum c {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/TestStore.swift:11:23: warning: static property 'handler' 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 handler: FailureHandler = XCTestDynamicOverlay.XCTFail
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/TestStore.swift:11:23: note: convert 'handler' to a 'let' constant to make 'Sendable' shared state immutable
    public static var handler: FailureHandler = XCTestDynamicOverlay.XCTFail
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/TestStore.swift:11:23: note: add '@MainActor' to make static property 'handler' part of global actor 'MainActor'
    public static var handler: FailureHandler = XCTestDynamicOverlay.XCTFail
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/TestStore.swift:11:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var handler: FailureHandler = XCTestDynamicOverlay.XCTFail
                      ^
    nonisolated(unsafe)
SwiftDriver CacheStore normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'CacheStore' from project 'CacheStore')
    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 CacheStore -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64_32/CacheStore.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-watchos7.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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-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/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64_32/CacheStore-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/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64_32/CacheStore.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64_32/CacheStore_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/CacheStore.build/Debug-watchos/CacheStore.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.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/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64_32/CacheStore-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Diff.swift, Dump.swift (in target 'CustomDump' from project 'swift-custom-dump')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/t.o (in target 't' from project 't')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/t
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/t.o
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ CacheStore (in target 'CacheStore' from project 'CacheStore')
EmitSwiftModule normal arm64_32 (in target 'CacheStore' from project 'CacheStore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:153:17: warning: cannot use type alias 'BiDirectionalTransformation' here; 'c' was not imported by this file
    public func scope<ScopedKey: Hashable, ScopedAction, ScopedDependency>(
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c/Sources/c/c.swift:349:15: note: type alias declared here
    typealias BiDirectionalTransformation<From, To> = (
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:153:17: warning: cannot use enum 'c' here; 'c' was not imported by this file
    public func scope<ScopedKey: Hashable, ScopedAction, ScopedDependency>(
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c/Sources/c/c.swift:45:13: note: enum declared here
public enum c {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:196:17: warning: cannot use type alias 'BiDirectionalTransformation' here; 'c' was not imported by this file
    public func actionlessScope<ScopedKey: Hashable, ScopedDependency>(
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c/Sources/c/c.swift:349:15: note: type alias declared here
    typealias BiDirectionalTransformation<From, To> = (
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:196:17: warning: cannot use enum 'c' here; 'c' was not imported by this file
    public func actionlessScope<ScopedKey: Hashable, ScopedDependency>(
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c/Sources/c/c.swift:45:13: note: enum declared here
public enum c {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:251:10: warning: cannot use type alias 'BiDirectionalTransformation' here; 'c' was not imported by this file
    func scope<ScopedKey: Hashable, ScopedAction>(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c/Sources/c/c.swift:349:15: note: type alias declared here
    typealias BiDirectionalTransformation<From, To> = (
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:251:10: warning: cannot use enum 'c' here; 'c' was not imported by this file
    func scope<ScopedKey: Hashable, ScopedAction>(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c/Sources/c/c.swift:45:13: note: enum declared here
public enum c {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:267:10: warning: cannot use type alias 'BiDirectionalTransformation' here; 'c' was not imported by this file
    func actionlessScope<ScopedKey: Hashable>(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c/Sources/c/c.swift:349:15: note: type alias declared here
    typealias BiDirectionalTransformation<From, To> = (
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:267:10: warning: cannot use enum 'c' here; 'c' was not imported by this file
    func actionlessScope<ScopedKey: Hashable>(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c/Sources/c/c.swift:45:13: note: enum declared here
public enum c {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/TestStore.swift:11:23: warning: static property 'handler' 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 handler: FailureHandler = XCTestDynamicOverlay.XCTFail
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/TestStore.swift:11:23: note: convert 'handler' to a 'let' constant to make 'Sendable' shared state immutable
    public static var handler: FailureHandler = XCTestDynamicOverlay.XCTFail
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/TestStore.swift:11:23: note: add '@MainActor' to make static property 'handler' part of global actor 'MainActor'
    public static var handler: FailureHandler = XCTestDynamicOverlay.XCTFail
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/TestStore.swift:11:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var handler: FailureHandler = XCTestDynamicOverlay.XCTFail
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Store.swift /Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift (in target 'CacheStore' from project 'CacheStore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift (in target 'CacheStore' from project 'CacheStore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:153:17: warning: cannot use type alias 'BiDirectionalTransformation' here; 'c' was not imported by this file
    public func scope<ScopedKey: Hashable, ScopedAction, ScopedDependency>(
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c/Sources/c/c.swift:349:15: note: type alias declared here
    typealias BiDirectionalTransformation<From, To> = (
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:153:17: warning: cannot use enum 'c' here; 'c' was not imported by this file
    public func scope<ScopedKey: Hashable, ScopedAction, ScopedDependency>(
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c/Sources/c/c.swift:45:13: note: enum declared here
public enum c {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:196:17: warning: cannot use type alias 'BiDirectionalTransformation' here; 'c' was not imported by this file
    public func actionlessScope<ScopedKey: Hashable, ScopedDependency>(
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c/Sources/c/c.swift:349:15: note: type alias declared here
    typealias BiDirectionalTransformation<From, To> = (
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:196:17: warning: cannot use enum 'c' here; 'c' was not imported by this file
    public func actionlessScope<ScopedKey: Hashable, ScopedDependency>(
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c/Sources/c/c.swift:45:13: note: enum declared here
public enum c {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:251:10: warning: cannot use type alias 'BiDirectionalTransformation' here; 'c' was not imported by this file
    func scope<ScopedKey: Hashable, ScopedAction>(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c/Sources/c/c.swift:349:15: note: type alias declared here
    typealias BiDirectionalTransformation<From, To> = (
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:251:10: warning: cannot use enum 'c' here; 'c' was not imported by this file
    func scope<ScopedKey: Hashable, ScopedAction>(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c/Sources/c/c.swift:45:13: note: enum declared here
public enum c {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:267:10: warning: cannot use type alias 'BiDirectionalTransformation' here; 'c' was not imported by this file
    func actionlessScope<ScopedKey: Hashable>(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c/Sources/c/c.swift:349:15: note: type alias declared here
    typealias BiDirectionalTransformation<From, To> = (
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:267:10: warning: cannot use enum 'c' here; 'c' was not imported by this file
    func actionlessScope<ScopedKey: Hashable>(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c/Sources/c/c.swift:45:13: note: enum declared here
public enum c {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:217:20: warning: capture of 'self' with non-sendable type 'Store<Key, Action, Dependency>' in a '@Sendable' closure
            get: { self.get(key) ?? fallback },
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:8:12: note: generic class 'Store' does not conform to the 'Sendable' protocol
open class Store<Key: Hashable, Action, Dependency>: ObservableObject, ActionHandling {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:217:29: warning: capture of 'key' with non-sendable type 'Key' in a '@Sendable' closure
            get: { self.get(key) ?? fallback },
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:8:18: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
open class Store<Key: Hashable, Action, Dependency>: ObservableObject, ActionHandling {
                 ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:217:37: warning: capture of 'fallback' with non-sendable type 'Value' in a '@Sendable' closure
            get: { self.get(key) ?? fallback },
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:211:25: note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
    public func binding<Value>(
                        ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:217:37: warning: implicit capture of 'fallback' requires that 'Value' conforms to 'Sendable'; this is an error in the Swift 6 language mode
            get: { self.get(key) ?? fallback },
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:211:25: note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
    public func binding<Value>(
                        ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:218:20: warning: capture of 'self' with non-sendable type 'Store<Key, Action, Dependency>' in a '@Sendable' closure
            set: { self.handle(action: using($0)) }
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:8:12: note: generic class 'Store' does not conform to the 'Sendable' protocol
open class Store<Key: Hashable, Action, Dependency>: ObservableObject, ActionHandling {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:218:40: warning: capture of 'using' with non-sendable type '(Value) -> Action' in a '@Sendable' closure
            set: { self.handle(action: using($0)) }
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:218:40: note: a function type must be marked '@Sendable' to conform to 'Sendable'
            set: { self.handle(action: using($0)) }
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:229:20: warning: capture of 'self' with non-sendable type 'Store<Key, Action, Dependency>' in a '@Sendable' closure
            get: { self.get(key) },
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:8:12: note: generic class 'Store' does not conform to the 'Sendable' protocol
open class Store<Key: Hashable, Action, Dependency>: ObservableObject, ActionHandling {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:229:29: warning: capture of 'key' with non-sendable type 'Key' in a '@Sendable' closure
            get: { self.get(key) },
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:8:18: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
open class Store<Key: Hashable, Action, Dependency>: ObservableObject, ActionHandling {
                 ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:230:20: warning: capture of 'self' with non-sendable type 'Store<Key, Action, Dependency>' in a '@Sendable' closure
            set: { self.handle(action: using($0)) }
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:8:12: note: generic class 'Store' does not conform to the 'Sendable' protocol
open class Store<Key: Hashable, Action, Dependency>: ObservableObject, ActionHandling {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:230:40: warning: capture of 'using' with non-sendable type '(Value?) -> Action' in a '@Sendable' closure
            set: { self.handle(action: using($0)) }
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:230:40: note: a function type must be marked '@Sendable' to conform to 'Sendable'
            set: { self.handle(action: using($0)) }
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:302:35: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
            let effectTask = Task { [weak self] in
                                  ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:303:25: note: closure captures non-Sendable 'self'
                defer { self?.cancel(id: actionEffect.id) }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:303:42: note: closure captures non-Sendable 'actionEffect'
                defer { self?.cancel(id: actionEffect.id) }
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:117:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
                self?.handle(action: action)
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:117:17: note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                self?.handle(action: action)
                ^~~~
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:117:38: warning: sending 'action' risks causing data races; this is an error in the Swift 6 language mode
                self?.handle(action: action)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:117:38: note: task-isolated 'action' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                self?.handle(action: action)
                                     ^~~~~~
SwiftDriverJobDiscovery normal arm64_32 Compiling CollectionDifference.swift, Mirror.swift (in target 'CustomDump' from project 'swift-custom-dump')
SwiftCompile normal arm64 Compiling\ ActionHandling.swift /Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Actions/ActionHandling.swift (in target 'CacheStore' from project 'CacheStore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Actions/ActionHandling.swift (in target 'CacheStore' from project 'CacheStore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Foundation.swift, GameKit.swift, KeyPath.swift (in target 'CustomDump' from project 'swift-custom-dump')
SwiftCompile normal arm64_32 Compiling\ StoreContent.swift /Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Content/StoreContent.swift (in target 'CacheStore' from project 'CacheStore')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Content/StoreContent.swift (in target 'CacheStore' from project 'CacheStore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling UserNotifications.swift, UserNotificationsUI.swift, CustomDumpReflectable.swift (in target 'CustomDump' from project 'swift-custom-dump')
SwiftCompile normal arm64 Compiling\ ScopedCacheStore.swift /Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/ScopedCacheStore.swift (in target 'CacheStore' from project 'CacheStore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/ScopedCacheStore.swift (in target 'CacheStore' from project 'CacheStore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling UserNotifications.swift, UserNotificationsUI.swift, CustomDumpReflectable.swift (in target 'CustomDump' from project 'swift-custom-dump')
SwiftCompile normal armv7k Compiling\ StoreContent.swift /Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Content/StoreContent.swift (in target 'CacheStore' from project 'CacheStore')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Content/StoreContent.swift (in target 'CacheStore' from project 'CacheStore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Swift.swift, SwiftUI.swift, UIKit.swift (in target 'CustomDump' from project 'swift-custom-dump')
SwiftDriverJobDiscovery normal armv7k Compiling Swift.swift, SwiftUI.swift, UIKit.swift (in target 'CustomDump' from project 'swift-custom-dump')
SwiftDriver\ Compilation CustomDump normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CustomDump' from project 'swift-custom-dump')
    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 CustomDump -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-watchos/CustomDump.build/Objects-normal/arm64/CustomDump.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 -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-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/PackageFrameworks -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/swift-custom-dump.build/Debug-watchos/CustomDump.build/Objects-normal/arm64/CustomDump-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/swift-custom-dump.build/Debug-watchos/CustomDump.build/Objects-normal/arm64/CustomDump.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-watchos/CustomDump.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-watchos/CustomDump.build/Objects-normal/arm64/CustomDump_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/swift-custom-dump.build/Debug-watchos/CustomDump.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-watchos/CustomDump.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-watchos/CustomDump.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/swift-custom-dump.build/Debug-watchos/CustomDump.build/Objects-normal/arm64/CustomDump-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal armv7k Compiling\ ScopedCacheStore.swift /Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/ScopedCacheStore.swift (in target 'CacheStore' from project 'CacheStore')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/ScopedCacheStore.swift (in target 'CacheStore' from project 'CacheStore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriver\ Compilation CustomDump normal armv7k com.apple.xcode.tools.swift.compiler (in target 'CustomDump' from project 'swift-custom-dump')
    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 CustomDump -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-watchos/CustomDump.build/Objects-normal/armv7k/CustomDump.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 -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-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/PackageFrameworks -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/swift-custom-dump.build/Debug-watchos/CustomDump.build/Objects-normal/armv7k/CustomDump-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/swift-custom-dump.build/Debug-watchos/CustomDump.build/Objects-normal/armv7k/CustomDump.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-watchos/CustomDump.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-watchos/CustomDump.build/Objects-normal/armv7k/CustomDump_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/swift-custom-dump.build/Debug-watchos/CustomDump.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-watchos/CustomDump.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-watchos/CustomDump.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/swift-custom-dump.build/Debug-watchos/CustomDump.build/Objects-normal/armv7k/CustomDump-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling Swift.swift, SwiftUI.swift, UIKit.swift (in target 'CustomDump' from project 'swift-custom-dump')
SwiftCompile normal arm64_32 Compiling\ Store.swift /Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift (in target 'CacheStore' from project 'CacheStore')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift (in target 'CacheStore' from project 'CacheStore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:153:17: warning: cannot use type alias 'BiDirectionalTransformation' here; 'c' was not imported by this file
    public func scope<ScopedKey: Hashable, ScopedAction, ScopedDependency>(
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c/Sources/c/c.swift:349:15: note: type alias declared here
    typealias BiDirectionalTransformation<From, To> = (
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:153:17: warning: cannot use enum 'c' here; 'c' was not imported by this file
    public func scope<ScopedKey: Hashable, ScopedAction, ScopedDependency>(
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c/Sources/c/c.swift:45:13: note: enum declared here
public enum c {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:196:17: warning: cannot use type alias 'BiDirectionalTransformation' here; 'c' was not imported by this file
    public func actionlessScope<ScopedKey: Hashable, ScopedDependency>(
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c/Sources/c/c.swift:349:15: note: type alias declared here
    typealias BiDirectionalTransformation<From, To> = (
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:196:17: warning: cannot use enum 'c' here; 'c' was not imported by this file
    public func actionlessScope<ScopedKey: Hashable, ScopedDependency>(
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c/Sources/c/c.swift:45:13: note: enum declared here
public enum c {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:251:10: warning: cannot use type alias 'BiDirectionalTransformation' here; 'c' was not imported by this file
    func scope<ScopedKey: Hashable, ScopedAction>(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c/Sources/c/c.swift:349:15: note: type alias declared here
    typealias BiDirectionalTransformation<From, To> = (
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:251:10: warning: cannot use enum 'c' here; 'c' was not imported by this file
    func scope<ScopedKey: Hashable, ScopedAction>(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c/Sources/c/c.swift:45:13: note: enum declared here
public enum c {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:267:10: warning: cannot use type alias 'BiDirectionalTransformation' here; 'c' was not imported by this file
    func actionlessScope<ScopedKey: Hashable>(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c/Sources/c/c.swift:349:15: note: type alias declared here
    typealias BiDirectionalTransformation<From, To> = (
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:267:10: warning: cannot use enum 'c' here; 'c' was not imported by this file
    func actionlessScope<ScopedKey: Hashable>(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c/Sources/c/c.swift:45:13: note: enum declared here
public enum c {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:217:20: warning: capture of 'self' with non-sendable type 'Store<Key, Action, Dependency>' in a '@Sendable' closure
            get: { self.get(key) ?? fallback },
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:8:12: note: generic class 'Store' does not conform to the 'Sendable' protocol
open class Store<Key: Hashable, Action, Dependency>: ObservableObject, ActionHandling {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:217:29: warning: capture of 'key' with non-sendable type 'Key' in a '@Sendable' closure
            get: { self.get(key) ?? fallback },
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:8:18: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
open class Store<Key: Hashable, Action, Dependency>: ObservableObject, ActionHandling {
                 ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:217:37: warning: capture of 'fallback' with non-sendable type 'Value' in a '@Sendable' closure
            get: { self.get(key) ?? fallback },
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:211:25: note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
    public func binding<Value>(
                        ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:217:37: warning: implicit capture of 'fallback' requires that 'Value' conforms to 'Sendable'; this is an error in the Swift 6 language mode
            get: { self.get(key) ?? fallback },
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:211:25: note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
    public func binding<Value>(
                        ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:218:20: warning: capture of 'self' with non-sendable type 'Store<Key, Action, Dependency>' in a '@Sendable' closure
            set: { self.handle(action: using($0)) }
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:8:12: note: generic class 'Store' does not conform to the 'Sendable' protocol
open class Store<Key: Hashable, Action, Dependency>: ObservableObject, ActionHandling {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:218:40: warning: capture of 'using' with non-sendable type '(Value) -> Action' in a '@Sendable' closure
            set: { self.handle(action: using($0)) }
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:218:40: note: a function type must be marked '@Sendable' to conform to 'Sendable'
            set: { self.handle(action: using($0)) }
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:229:20: warning: capture of 'self' with non-sendable type 'Store<Key, Action, Dependency>' in a '@Sendable' closure
            get: { self.get(key) },
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:8:12: note: generic class 'Store' does not conform to the 'Sendable' protocol
open class Store<Key: Hashable, Action, Dependency>: ObservableObject, ActionHandling {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:229:29: warning: capture of 'key' with non-sendable type 'Key' in a '@Sendable' closure
            get: { self.get(key) },
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:8:18: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
open class Store<Key: Hashable, Action, Dependency>: ObservableObject, ActionHandling {
                 ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:230:20: warning: capture of 'self' with non-sendable type 'Store<Key, Action, Dependency>' in a '@Sendable' closure
            set: { self.handle(action: using($0)) }
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:8:12: note: generic class 'Store' does not conform to the 'Sendable' protocol
open class Store<Key: Hashable, Action, Dependency>: ObservableObject, ActionHandling {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:230:40: warning: capture of 'using' with non-sendable type '(Value?) -> Action' in a '@Sendable' closure
            set: { self.handle(action: using($0)) }
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:230:40: note: a function type must be marked '@Sendable' to conform to 'Sendable'
            set: { self.handle(action: using($0)) }
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:302:35: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
            let effectTask = Task { [weak self] in
                                  ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:303:25: note: closure captures non-Sendable 'self'
                defer { self?.cancel(id: actionEffect.id) }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:303:42: note: closure captures non-Sendable 'actionEffect'
                defer { self?.cancel(id: actionEffect.id) }
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:117:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
                self?.handle(action: action)
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:117:17: note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                self?.handle(action: action)
                ^~~~
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:117:38: warning: sending 'action' risks causing data races; this is an error in the Swift 6 language mode
                self?.handle(action: action)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:117:38: note: task-isolated 'action' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                self?.handle(action: action)
                                     ^~~~~~
SwiftDriver\ Compilation CustomDump normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'CustomDump' from project 'swift-custom-dump')
    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 CustomDump -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-watchos/CustomDump.build/Objects-normal/arm64_32/CustomDump.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 -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-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/PackageFrameworks -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/swift-custom-dump.build/Debug-watchos/CustomDump.build/Objects-normal/arm64_32/CustomDump-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/swift-custom-dump.build/Debug-watchos/CustomDump.build/Objects-normal/arm64_32/CustomDump.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-watchos/CustomDump.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-watchos/CustomDump.build/Objects-normal/arm64_32/CustomDump_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/swift-custom-dump.build/Debug-watchos/CustomDump.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-watchos/CustomDump.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-watchos/CustomDump.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/swift-custom-dump.build/Debug-watchos/CustomDump.build/Objects-normal/arm64_32/CustomDump-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Compiling StoreContent.swift (in target 'CacheStore' from project 'CacheStore')
SwiftCompile normal arm64_32 Compiling\ StoreView.swift /Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Content/StoreView.swift (in target 'CacheStore' from project 'CacheStore')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Content/StoreView.swift (in target 'CacheStore' from project 'CacheStore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Store+StoreContent.swift /Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Content/Store+StoreContent.swift (in target 'CacheStore' from project 'CacheStore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Content/Store+StoreContent.swift (in target 'CacheStore' from project 'CacheStore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Emitting module for CacheStore (in target 'CacheStore' from project 'CacheStore')
SwiftDriver\ Compilation\ Requirements CacheStore normal armv7k com.apple.xcode.tools.swift.compiler (in target 'CacheStore' from project 'CacheStore')
    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 CacheStore -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/armv7k/CacheStore.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-watchos7.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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-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/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/armv7k/CacheStore-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/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/armv7k/CacheStore.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/armv7k/CacheStore_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/CacheStore.build/Debug-watchos/CacheStore.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.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/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/armv7k/CacheStore-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Compiling ScopedCacheStore.swift (in target 'CacheStore' from project 'CacheStore')
SwiftCompile normal arm64 Compiling\ ScopedStore.swift /Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/ScopedStore.swift (in target 'CacheStore' from project 'CacheStore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/ScopedStore.swift (in target 'CacheStore' from project 'CacheStore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CacheStore.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/armv7k/CacheStore.swiftmodule (in target 'CacheStore' from project 'CacheStore')
    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/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/armv7k/CacheStore.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CacheStore.swiftmodule/armv7k-apple-watchos.swiftmodule
SwiftDriverJobDiscovery normal arm64 Compiling Store+StoreContent.swift (in target 'CacheStore' from project 'CacheStore')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CacheStore.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/armv7k/CacheStore.swiftdoc (in target 'CacheStore' from project 'CacheStore')
    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/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/armv7k/CacheStore.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CacheStore.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CacheStore.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/armv7k/CacheStore.abi.json (in target 'CacheStore' from project 'CacheStore')
    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/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/armv7k/CacheStore.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CacheStore.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CacheStore.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/armv7k/CacheStore.swiftsourceinfo (in target 'CacheStore' from project 'CacheStore')
    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/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/armv7k/CacheStore.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CacheStore.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64_32 Compiling\ ScopedCacheStore.swift /Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/ScopedCacheStore.swift (in target 'CacheStore' from project 'CacheStore')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/ScopedCacheStore.swift (in target 'CacheStore' from project 'CacheStore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:194:20: warning: capture of 'self' with non-sendable type 'CacheStore<Key>' in a '@Sendable' closure
            get: { self.get(key) ?? fallback },
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:9:12: note: generic class 'CacheStore' does not conform to the 'Sendable' protocol
open class CacheStore<Key: Hashable>: ObservableObject, Cacheable {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:194:29: warning: capture of 'key' with non-sendable type 'Key' in a '@Sendable' closure
            get: { self.get(key) ?? fallback },
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:9:23: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
open class CacheStore<Key: Hashable>: ObservableObject, Cacheable {
                      ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:194:37: warning: capture of 'fallback' with non-sendable type 'Value' in a '@Sendable' closure
            get: { self.get(key) ?? fallback },
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:188:18: note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
    func binding<Value>(
                 ^
                      : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:194:37: warning: implicit capture of 'fallback' requires that 'Value' conforms to 'Sendable'; this is an error in the Swift 6 language mode
            get: { self.get(key) ?? fallback },
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:188:18: note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
    func binding<Value>(
                 ^
                      : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:195:20: warning: capture of 'self' with non-sendable type 'CacheStore<Key>' in a '@Sendable' closure
            set: { self.set(value: $0, forKey: key) }
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:9:12: note: generic class 'CacheStore' does not conform to the 'Sendable' protocol
open class CacheStore<Key: Hashable>: ObservableObject, Cacheable {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:195:48: warning: capture of 'key' with non-sendable type 'Key' in a '@Sendable' closure
            set: { self.set(value: $0, forKey: key) }
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:9:23: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
open class CacheStore<Key: Hashable>: ObservableObject, Cacheable {
                      ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:205:20: warning: capture of 'self' with non-sendable type 'CacheStore<Key>' in a '@Sendable' closure
            get: { self.get(key) },
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:9:12: note: generic class 'CacheStore' does not conform to the 'Sendable' protocol
open class CacheStore<Key: Hashable>: ObservableObject, Cacheable {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:205:29: warning: capture of 'key' with non-sendable type 'Key' in a '@Sendable' closure
            get: { self.get(key) },
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:9:23: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
open class CacheStore<Key: Hashable>: ObservableObject, Cacheable {
                      ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:206:20: warning: capture of 'self' with non-sendable type 'CacheStore<Key>' in a '@Sendable' closure
            set: { self.set(value: $0, forKey: key) }
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:9:12: note: generic class 'CacheStore' does not conform to the 'Sendable' protocol
open class CacheStore<Key: Hashable>: ObservableObject, Cacheable {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:206:48: warning: capture of 'key' with non-sendable type 'Key' in a '@Sendable' closure
            set: { self.set(value: $0, forKey: key) }
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:9:23: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
open class CacheStore<Key: Hashable>: ObservableObject, Cacheable {
                      ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:69:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
                self.set(value: value, forKey: key)
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:69:17: note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                self.set(value: value, forKey: key)
                ^~~~
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:69:33: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
                self.set(value: value, forKey: key)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:69:33: note: task-isolated 'value' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                self.set(value: value, forKey: key)
                                ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:69:48: warning: sending 'key' risks causing data races; this is an error in the Swift 6 language mode
                self.set(value: value, forKey: key)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:69:48: note: task-isolated 'key' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                self.set(value: value, forKey: key)
                                               ^~~
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:134:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
                self.remove(key)
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:134:17: note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                self.remove(key)
                ^~~~
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:134:29: warning: sending 'key' risks causing data races; this is an error in the Swift 6 language mode
                self.remove(key)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:134:29: note: task-isolated 'key' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                self.remove(key)
                            ^~~
SwiftDriverJobDiscovery normal arm64 Compiling ActionHandling.swift (in target 'CacheStore' from project 'CacheStore')
SwiftCompile normal armv7k Compiling\ ScopedStore.swift /Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/ScopedStore.swift (in target 'CacheStore' from project 'CacheStore')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/ScopedStore.swift (in target 'CacheStore' from project 'CacheStore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for CacheStore (in target 'CacheStore' from project 'CacheStore')
SwiftDriver\ Compilation\ Requirements CacheStore normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CacheStore' from project 'CacheStore')
    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 CacheStore -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64/CacheStore.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-watchos7.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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-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/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64/CacheStore-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/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64/CacheStore.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64/CacheStore_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/CacheStore.build/Debug-watchos/CacheStore.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.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/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64/CacheStore-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling ScopedCacheStore.swift (in target 'CacheStore' from project 'CacheStore')
SwiftCompile normal arm64_32 Compiling\ ScopedStore.swift /Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/ScopedStore.swift (in target 'CacheStore' from project 'CacheStore')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/ScopedStore.swift (in target 'CacheStore' from project 'CacheStore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CacheStore.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64/CacheStore.swiftmodule (in target 'CacheStore' from project 'CacheStore')
    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/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64/CacheStore.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CacheStore.swiftmodule/arm64-apple-watchos.swiftmodule
SwiftDriverJobDiscovery normal arm64 Compiling ScopedStore.swift (in target 'CacheStore' from project 'CacheStore')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CacheStore.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64/CacheStore.swiftdoc (in target 'CacheStore' from project 'CacheStore')
    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/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64/CacheStore.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CacheStore.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CacheStore.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64/CacheStore.abi.json (in target 'CacheStore' from project 'CacheStore')
    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/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64/CacheStore.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CacheStore.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CacheStore.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64/CacheStore.swiftsourceinfo (in target 'CacheStore' from project 'CacheStore')
    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/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64/CacheStore.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CacheStore.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ TestStore.swift /Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/TestStore.swift (in target 'CacheStore' from project 'CacheStore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/TestStore.swift (in target 'CacheStore' from project 'CacheStore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/TestStore.swift:11:23: warning: static property 'handler' 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 handler: FailureHandler = XCTestDynamicOverlay.XCTFail
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/TestStore.swift:11:23: note: convert 'handler' to a 'let' constant to make 'Sendable' shared state immutable
    public static var handler: FailureHandler = XCTestDynamicOverlay.XCTFail
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/TestStore.swift:11:23: note: add '@MainActor' to make static property 'handler' part of global actor 'MainActor'
    public static var handler: FailureHandler = XCTestDynamicOverlay.XCTFail
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/TestStore.swift:11:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var handler: FailureHandler = XCTestDynamicOverlay.XCTFail
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/TestStore.swift:130:14: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        Task {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/TestStore.swift:131:13: note: closure captures 'self' which is accessible to code in the current task
            nextAction = await effect.effect()
            ^
SwiftCompile normal arm64 Compiling\ StoreView.swift /Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Content/StoreView.swift (in target 'CacheStore' from project 'CacheStore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Content/StoreView.swift (in target 'CacheStore' from project 'CacheStore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling StoreContent.swift (in target 'CacheStore' from project 'CacheStore')
SwiftCompile normal arm64 Compiling\ StoreContent.swift /Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Content/StoreContent.swift (in target 'CacheStore' from project 'CacheStore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Content/StoreContent.swift (in target 'CacheStore' from project 'CacheStore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:194:20: warning: capture of 'self' with non-sendable type 'CacheStore<Key>' in a '@Sendable' closure
            get: { self.get(key) ?? fallback },
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:9:12: note: generic class 'CacheStore' does not conform to the 'Sendable' protocol
open class CacheStore<Key: Hashable>: ObservableObject, Cacheable {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:194:29: warning: capture of 'key' with non-sendable type 'Key' in a '@Sendable' closure
            get: { self.get(key) ?? fallback },
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:9:23: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
open class CacheStore<Key: Hashable>: ObservableObject, Cacheable {
                      ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:194:37: warning: capture of 'fallback' with non-sendable type 'Value' in a '@Sendable' closure
            get: { self.get(key) ?? fallback },
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:188:18: note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
    func binding<Value>(
                 ^
                      : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:194:37: warning: implicit capture of 'fallback' requires that 'Value' conforms to 'Sendable'; this is an error in the Swift 6 language mode
            get: { self.get(key) ?? fallback },
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:188:18: note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
    func binding<Value>(
                 ^
                      : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:195:20: warning: capture of 'self' with non-sendable type 'CacheStore<Key>' in a '@Sendable' closure
            set: { self.set(value: $0, forKey: key) }
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:9:12: note: generic class 'CacheStore' does not conform to the 'Sendable' protocol
open class CacheStore<Key: Hashable>: ObservableObject, Cacheable {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:195:48: warning: capture of 'key' with non-sendable type 'Key' in a '@Sendable' closure
            set: { self.set(value: $0, forKey: key) }
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:9:23: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
open class CacheStore<Key: Hashable>: ObservableObject, Cacheable {
                      ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:205:20: warning: capture of 'self' with non-sendable type 'CacheStore<Key>' in a '@Sendable' closure
            get: { self.get(key) },
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:9:12: note: generic class 'CacheStore' does not conform to the 'Sendable' protocol
open class CacheStore<Key: Hashable>: ObservableObject, Cacheable {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:205:29: warning: capture of 'key' with non-sendable type 'Key' in a '@Sendable' closure
            get: { self.get(key) },
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:9:23: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
open class CacheStore<Key: Hashable>: ObservableObject, Cacheable {
                      ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:206:20: warning: capture of 'self' with non-sendable type 'CacheStore<Key>' in a '@Sendable' closure
            set: { self.set(value: $0, forKey: key) }
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:9:12: note: generic class 'CacheStore' does not conform to the 'Sendable' protocol
open class CacheStore<Key: Hashable>: ObservableObject, Cacheable {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:206:48: warning: capture of 'key' with non-sendable type 'Key' in a '@Sendable' closure
            set: { self.set(value: $0, forKey: key) }
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:9:23: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
open class CacheStore<Key: Hashable>: ObservableObject, Cacheable {
                      ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:69:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
                self.set(value: value, forKey: key)
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:69:17: note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                self.set(value: value, forKey: key)
                ^~~~
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:69:33: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
                self.set(value: value, forKey: key)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:69:33: note: task-isolated 'value' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                self.set(value: value, forKey: key)
                                ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:69:48: warning: sending 'key' risks causing data races; this is an error in the Swift 6 language mode
                self.set(value: value, forKey: key)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:69:48: note: task-isolated 'key' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                self.set(value: value, forKey: key)
                                               ^~~
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:134:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
                self.remove(key)
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:134:17: note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                self.remove(key)
                ^~~~
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:134:29: warning: sending 'key' risks causing data races; this is an error in the Swift 6 language mode
                self.remove(key)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:134:29: note: task-isolated 'key' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                self.remove(key)
                            ^~~
SwiftDriverJobDiscovery normal arm64_32 Emitting module for CacheStore (in target 'CacheStore' from project 'CacheStore')
SwiftDriver\ Compilation\ Requirements CacheStore normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'CacheStore' from project 'CacheStore')
    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 CacheStore -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64_32/CacheStore.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-watchos7.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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-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/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64_32/CacheStore-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/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64_32/CacheStore.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64_32/CacheStore_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/CacheStore.build/Debug-watchos/CacheStore.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.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/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64_32/CacheStore-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Store.swift (in target 'CacheStore' from project 'CacheStore')
SwiftCompile normal arm64_32 Compiling\ TestStore.swift /Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/TestStore.swift (in target 'CacheStore' from project 'CacheStore')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/TestStore.swift (in target 'CacheStore' from project 'CacheStore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/TestStore.swift:11:23: warning: static property 'handler' 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 handler: FailureHandler = XCTestDynamicOverlay.XCTFail
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/TestStore.swift:11:23: note: convert 'handler' to a 'let' constant to make 'Sendable' shared state immutable
    public static var handler: FailureHandler = XCTestDynamicOverlay.XCTFail
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/TestStore.swift:11:23: note: add '@MainActor' to make static property 'handler' part of global actor 'MainActor'
    public static var handler: FailureHandler = XCTestDynamicOverlay.XCTFail
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/TestStore.swift:11:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var handler: FailureHandler = XCTestDynamicOverlay.XCTFail
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/TestStore.swift:130:14: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        Task {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/TestStore.swift:131:13: note: closure captures 'self' which is accessible to code in the current task
            nextAction = await effect.effect()
            ^
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/CacheStore-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64/CacheStore-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64_32/CacheStore-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/armv7k/CacheStore-Swift.h (in target 'CacheStore' from project 'CacheStore')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64/CacheStore-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64_32/CacheStore-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/armv7k/CacheStore-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/CacheStore-Swift.h
SwiftDriverJobDiscovery normal arm64_32 Compiling ScopedCacheStore.swift (in target 'CacheStore' from project 'CacheStore')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CacheStore.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64_32/CacheStore.swiftmodule (in target 'CacheStore' from project 'CacheStore')
    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/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64_32/CacheStore.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CacheStore.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CacheStore.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64_32/CacheStore.swiftdoc (in target 'CacheStore' from project 'CacheStore')
    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/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64_32/CacheStore.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CacheStore.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CacheStore.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64_32/CacheStore.abi.json (in target 'CacheStore' from project 'CacheStore')
    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/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64_32/CacheStore.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CacheStore.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CacheStore.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64_32/CacheStore.swiftsourceinfo (in target 'CacheStore' from project 'CacheStore')
    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/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64_32/CacheStore.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CacheStore.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
SwiftCompile normal armv7k Compiling\ Store+StoreContent.swift /Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Content/Store+StoreContent.swift (in target 'CacheStore' from project 'CacheStore')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Content/Store+StoreContent.swift (in target 'CacheStore' from project 'CacheStore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ Store.swift /Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift (in target 'CacheStore' from project 'CacheStore')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift (in target 'CacheStore' from project 'CacheStore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:153:17: warning: cannot use type alias 'BiDirectionalTransformation' here; 'c' was not imported by this file
    public func scope<ScopedKey: Hashable, ScopedAction, ScopedDependency>(
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c/Sources/c/c.swift:349:15: note: type alias declared here
    typealias BiDirectionalTransformation<From, To> = (
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:153:17: warning: cannot use enum 'c' here; 'c' was not imported by this file
    public func scope<ScopedKey: Hashable, ScopedAction, ScopedDependency>(
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c/Sources/c/c.swift:45:13: note: enum declared here
public enum c {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:196:17: warning: cannot use type alias 'BiDirectionalTransformation' here; 'c' was not imported by this file
    public func actionlessScope<ScopedKey: Hashable, ScopedDependency>(
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c/Sources/c/c.swift:349:15: note: type alias declared here
    typealias BiDirectionalTransformation<From, To> = (
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:196:17: warning: cannot use enum 'c' here; 'c' was not imported by this file
    public func actionlessScope<ScopedKey: Hashable, ScopedDependency>(
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c/Sources/c/c.swift:45:13: note: enum declared here
public enum c {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:251:10: warning: cannot use type alias 'BiDirectionalTransformation' here; 'c' was not imported by this file
    func scope<ScopedKey: Hashable, ScopedAction>(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c/Sources/c/c.swift:349:15: note: type alias declared here
    typealias BiDirectionalTransformation<From, To> = (
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:251:10: warning: cannot use enum 'c' here; 'c' was not imported by this file
    func scope<ScopedKey: Hashable, ScopedAction>(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c/Sources/c/c.swift:45:13: note: enum declared here
public enum c {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:267:10: warning: cannot use type alias 'BiDirectionalTransformation' here; 'c' was not imported by this file
    func actionlessScope<ScopedKey: Hashable>(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c/Sources/c/c.swift:349:15: note: type alias declared here
    typealias BiDirectionalTransformation<From, To> = (
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:267:10: warning: cannot use enum 'c' here; 'c' was not imported by this file
    func actionlessScope<ScopedKey: Hashable>(
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c/Sources/c/c.swift:45:13: note: enum declared here
public enum c {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:217:20: warning: capture of 'self' with non-sendable type 'Store<Key, Action, Dependency>' in a '@Sendable' closure
            get: { self.get(key) ?? fallback },
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:8:12: note: generic class 'Store' does not conform to the 'Sendable' protocol
open class Store<Key: Hashable, Action, Dependency>: ObservableObject, ActionHandling {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:217:29: warning: capture of 'key' with non-sendable type 'Key' in a '@Sendable' closure
            get: { self.get(key) ?? fallback },
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:8:18: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
open class Store<Key: Hashable, Action, Dependency>: ObservableObject, ActionHandling {
                 ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:217:37: warning: capture of 'fallback' with non-sendable type 'Value' in a '@Sendable' closure
            get: { self.get(key) ?? fallback },
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:211:25: note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
    public func binding<Value>(
                        ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:217:37: warning: implicit capture of 'fallback' requires that 'Value' conforms to 'Sendable'; this is an error in the Swift 6 language mode
            get: { self.get(key) ?? fallback },
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:211:25: note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
    public func binding<Value>(
                        ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:218:20: warning: capture of 'self' with non-sendable type 'Store<Key, Action, Dependency>' in a '@Sendable' closure
            set: { self.handle(action: using($0)) }
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:8:12: note: generic class 'Store' does not conform to the 'Sendable' protocol
open class Store<Key: Hashable, Action, Dependency>: ObservableObject, ActionHandling {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:218:40: warning: capture of 'using' with non-sendable type '(Value) -> Action' in a '@Sendable' closure
            set: { self.handle(action: using($0)) }
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:218:40: note: a function type must be marked '@Sendable' to conform to 'Sendable'
            set: { self.handle(action: using($0)) }
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:229:20: warning: capture of 'self' with non-sendable type 'Store<Key, Action, Dependency>' in a '@Sendable' closure
            get: { self.get(key) },
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:8:12: note: generic class 'Store' does not conform to the 'Sendable' protocol
open class Store<Key: Hashable, Action, Dependency>: ObservableObject, ActionHandling {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:229:29: warning: capture of 'key' with non-sendable type 'Key' in a '@Sendable' closure
            get: { self.get(key) },
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:8:18: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
open class Store<Key: Hashable, Action, Dependency>: ObservableObject, ActionHandling {
                 ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:230:20: warning: capture of 'self' with non-sendable type 'Store<Key, Action, Dependency>' in a '@Sendable' closure
            set: { self.handle(action: using($0)) }
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:8:12: note: generic class 'Store' does not conform to the 'Sendable' protocol
open class Store<Key: Hashable, Action, Dependency>: ObservableObject, ActionHandling {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:230:40: warning: capture of 'using' with non-sendable type '(Value?) -> Action' in a '@Sendable' closure
            set: { self.handle(action: using($0)) }
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:230:40: note: a function type must be marked '@Sendable' to conform to 'Sendable'
            set: { self.handle(action: using($0)) }
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:302:35: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
            let effectTask = Task { [weak self] in
                                  ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:303:25: note: closure captures non-Sendable 'self'
                defer { self?.cancel(id: actionEffect.id) }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:303:42: note: closure captures non-Sendable 'actionEffect'
                defer { self?.cancel(id: actionEffect.id) }
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:117:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
                self?.handle(action: action)
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:117:17: note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                self?.handle(action: action)
                ^~~~
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:117:38: warning: sending 'action' risks causing data races; this is an error in the Swift 6 language mode
                self?.handle(action: action)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:117:38: note: task-isolated 'action' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                self?.handle(action: action)
                                     ^~~~~~
SwiftDriverJobDiscovery normal arm64 Compiling StoreContent.swift (in target 'CacheStore' from project 'CacheStore')
SwiftCompile normal armv7k Compiling\ StoreView.swift /Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Content/StoreView.swift (in target 'CacheStore' from project 'CacheStore')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Content/StoreView.swift (in target 'CacheStore' from project 'CacheStore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling StoreView.swift (in target 'CacheStore' from project 'CacheStore')
SwiftCompile normal arm64_32 Compiling\ ActionHandling.swift /Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Actions/ActionHandling.swift (in target 'CacheStore' from project 'CacheStore')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Actions/ActionHandling.swift (in target 'CacheStore' from project 'CacheStore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling Store.swift (in target 'CacheStore' from project 'CacheStore')
SwiftCompile normal arm64_32 Compiling\ Store+StoreContent.swift /Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Content/Store+StoreContent.swift (in target 'CacheStore' from project 'CacheStore')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Content/Store+StoreContent.swift (in target 'CacheStore' from project 'CacheStore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling ScopedStore.swift (in target 'CacheStore' from project 'CacheStore')
SwiftCompile normal armv7k Compiling\ TestStore.swift /Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/TestStore.swift (in target 'CacheStore' from project 'CacheStore')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/TestStore.swift (in target 'CacheStore' from project 'CacheStore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/TestStore.swift:11:23: warning: static property 'handler' 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 handler: FailureHandler = XCTestDynamicOverlay.XCTFail
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/TestStore.swift:11:23: note: convert 'handler' to a 'let' constant to make 'Sendable' shared state immutable
    public static var handler: FailureHandler = XCTestDynamicOverlay.XCTFail
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/TestStore.swift:11:23: note: add '@MainActor' to make static property 'handler' part of global actor 'MainActor'
    public static var handler: FailureHandler = XCTestDynamicOverlay.XCTFail
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/TestStore.swift:11:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var handler: FailureHandler = XCTestDynamicOverlay.XCTFail
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/TestStore.swift:130:14: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        Task {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/TestStore.swift:131:13: note: closure captures 'self' which is accessible to code in the current task
            nextAction = await effect.effect()
            ^
SwiftDriverJobDiscovery normal arm64_32 Compiling ScopedStore.swift (in target 'CacheStore' from project 'CacheStore')
SwiftCompile normal arm64_32 Compiling\ CacheStore.swift /Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift (in target 'CacheStore' from project 'CacheStore')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift (in target 'CacheStore' from project 'CacheStore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:194:20: warning: capture of 'self' with non-sendable type 'CacheStore<Key>' in a '@Sendable' closure
            get: { self.get(key) ?? fallback },
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:9:12: note: generic class 'CacheStore' does not conform to the 'Sendable' protocol
open class CacheStore<Key: Hashable>: ObservableObject, Cacheable {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:194:29: warning: capture of 'key' with non-sendable type 'Key' in a '@Sendable' closure
            get: { self.get(key) ?? fallback },
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:9:23: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
open class CacheStore<Key: Hashable>: ObservableObject, Cacheable {
                      ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:194:37: warning: capture of 'fallback' with non-sendable type 'Value' in a '@Sendable' closure
            get: { self.get(key) ?? fallback },
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:188:18: note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
    func binding<Value>(
                 ^
                      : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:194:37: warning: implicit capture of 'fallback' requires that 'Value' conforms to 'Sendable'; this is an error in the Swift 6 language mode
            get: { self.get(key) ?? fallback },
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:188:18: note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
    func binding<Value>(
                 ^
                      : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:195:20: warning: capture of 'self' with non-sendable type 'CacheStore<Key>' in a '@Sendable' closure
            set: { self.set(value: $0, forKey: key) }
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:9:12: note: generic class 'CacheStore' does not conform to the 'Sendable' protocol
open class CacheStore<Key: Hashable>: ObservableObject, Cacheable {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:195:48: warning: capture of 'key' with non-sendable type 'Key' in a '@Sendable' closure
            set: { self.set(value: $0, forKey: key) }
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:9:23: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
open class CacheStore<Key: Hashable>: ObservableObject, Cacheable {
                      ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:205:20: warning: capture of 'self' with non-sendable type 'CacheStore<Key>' in a '@Sendable' closure
            get: { self.get(key) },
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:9:12: note: generic class 'CacheStore' does not conform to the 'Sendable' protocol
open class CacheStore<Key: Hashable>: ObservableObject, Cacheable {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:205:29: warning: capture of 'key' with non-sendable type 'Key' in a '@Sendable' closure
            get: { self.get(key) },
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:9:23: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
open class CacheStore<Key: Hashable>: ObservableObject, Cacheable {
                      ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:206:20: warning: capture of 'self' with non-sendable type 'CacheStore<Key>' in a '@Sendable' closure
            set: { self.set(value: $0, forKey: key) }
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:9:12: note: generic class 'CacheStore' does not conform to the 'Sendable' protocol
open class CacheStore<Key: Hashable>: ObservableObject, Cacheable {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:206:48: warning: capture of 'key' with non-sendable type 'Key' in a '@Sendable' closure
            set: { self.set(value: $0, forKey: key) }
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:9:23: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
open class CacheStore<Key: Hashable>: ObservableObject, Cacheable {
                      ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:69:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
                self.set(value: value, forKey: key)
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:69:17: note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                self.set(value: value, forKey: key)
                ^~~~
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:69:33: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
                self.set(value: value, forKey: key)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:69:33: note: task-isolated 'value' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                self.set(value: value, forKey: key)
                                ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:69:48: warning: sending 'key' risks causing data races; this is an error in the Swift 6 language mode
                self.set(value: value, forKey: key)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:69:48: note: task-isolated 'key' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                self.set(value: value, forKey: key)
                                               ^~~
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:134:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
                self.remove(key)
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:134:17: note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                self.remove(key)
                ^~~~
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:134:29: warning: sending 'key' risks causing data races; this is an error in the Swift 6 language mode
                self.remove(key)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/CacheStore.swift:134:29: note: task-isolated 'key' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                self.remove(key)
                            ^~~
SwiftDriverJobDiscovery normal arm64 Compiling TestStore.swift (in target 'CacheStore' from project 'CacheStore')
SwiftCompile normal armv7k Compiling\ ActionHandling.swift /Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Actions/ActionHandling.swift (in target 'CacheStore' from project 'CacheStore')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CacheStore/Actions/ActionHandling.swift (in target 'CacheStore' from project 'CacheStore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling CacheStore.swift (in target 'CacheStore' from project 'CacheStore')
SwiftDriverJobDiscovery normal arm64_32 Compiling TestStore.swift (in target 'CacheStore' from project 'CacheStore')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/c.build/Debug-watchos/c.build/Objects-normal/armv7k/Binary/c.o normal armv7k (in target 'c' from project 'c')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos7.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -w -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/PackageFrameworks -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/c.build/Debug-watchos/c.build/Objects-normal/armv7k/c.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/c.build/Debug-watchos/c.build/Objects-normal/armv7k/c_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/c.build/Debug-watchos/c.build/Objects-normal/armv7k/c_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/c.build/Debug-watchos/c.build/Objects-normal/armv7k/c.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/c.build/Debug-watchos/c.build/Objects-normal/armv7k/Binary/c.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/c.build/Debug-watchos/c.build/Objects-normal/arm64_32/Binary/c.o normal arm64_32 (in target 'c' from project 'c')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos7.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -w -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/PackageFrameworks -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/c.build/Debug-watchos/c.build/Objects-normal/arm64_32/c.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/c.build/Debug-watchos/c.build/Objects-normal/arm64_32/c_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/c.build/Debug-watchos/c.build/Objects-normal/arm64_32/c_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/c.build/Debug-watchos/c.build/Objects-normal/arm64_32/c.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/c.build/Debug-watchos/c.build/Objects-normal/arm64_32/Binary/c.o
SwiftDriverJobDiscovery normal armv7k Compiling Store+StoreContent.swift (in target 'CacheStore' from project 'CacheStore')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/c.build/Debug-watchos/c.build/Objects-normal/arm64/Binary/c.o normal arm64 (in target 'c' from project 'c')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos7.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -w -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/PackageFrameworks -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/c.build/Debug-watchos/c.build/Objects-normal/arm64/c.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/c.build/Debug-watchos/c.build/Objects-normal/arm64/c_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/c.build/Debug-watchos/c.build/Objects-normal/arm64/c_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/c.build/Debug-watchos/c.build/Objects-normal/arm64/c.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/c.build/Debug-watchos/c.build/Objects-normal/arm64/Binary/c.o
SwiftDriverJobDiscovery normal armv7k Compiling StoreView.swift (in target 'CacheStore' from project 'CacheStore')
SwiftDriverJobDiscovery normal arm64 Compiling CacheStore.swift (in target 'CacheStore' from project 'CacheStore')
SwiftDriver\ Compilation CacheStore normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CacheStore' from project 'CacheStore')
    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 CacheStore -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64/CacheStore.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-watchos7.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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-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/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64/CacheStore-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/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64/CacheStore.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64/CacheStore_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/CacheStore.build/Debug-watchos/CacheStore.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.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/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64/CacheStore-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTestDynamicOverlay.o (in target 'XCTestDynamicOverlay' from project 'xctest-dynamic-overlay')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/xctest-dynamic-overlay
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTestDynamicOverlay.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-watchos/CustomDump.build/Objects-normal/armv7k/Binary/CustomDump.o normal armv7k (in target 'CustomDump' from project 'swift-custom-dump')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-custom-dump
    /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 -w -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/PackageFrameworks -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/swift-custom-dump.build/Debug-watchos/CustomDump.build/Objects-normal/armv7k/CustomDump.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-watchos/CustomDump.build/Objects-normal/armv7k/CustomDump_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-watchos/CustomDump.build/Objects-normal/armv7k/CustomDump_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/swift-custom-dump.build/Debug-watchos/CustomDump.build/Objects-normal/armv7k/CustomDump.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-watchos/CustomDump.build/Objects-normal/armv7k/Binary/CustomDump.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-watchos/CustomDump.build/Objects-normal/arm64_32/Binary/CustomDump.o normal arm64_32 (in target 'CustomDump' from project 'swift-custom-dump')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-custom-dump
    /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 -w -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/PackageFrameworks -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/swift-custom-dump.build/Debug-watchos/CustomDump.build/Objects-normal/arm64_32/CustomDump.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-watchos/CustomDump.build/Objects-normal/arm64_32/CustomDump_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-watchos/CustomDump.build/Objects-normal/arm64_32/CustomDump_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/swift-custom-dump.build/Debug-watchos/CustomDump.build/Objects-normal/arm64_32/CustomDump.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-watchos/CustomDump.build/Objects-normal/arm64_32/Binary/CustomDump.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-watchos/CustomDump.build/Objects-normal/arm64/Binary/CustomDump.o normal arm64 (in target 'CustomDump' from project 'swift-custom-dump')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-custom-dump
    /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 -w -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/PackageFrameworks -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/swift-custom-dump.build/Debug-watchos/CustomDump.build/Objects-normal/arm64/CustomDump.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-watchos/CustomDump.build/Objects-normal/arm64/CustomDump_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-watchos/CustomDump.build/Objects-normal/arm64/CustomDump_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/swift-custom-dump.build/Debug-watchos/CustomDump.build/Objects-normal/arm64/CustomDump.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-watchos/CustomDump.build/Objects-normal/arm64/Binary/CustomDump.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/c.o normal arm64\ armv7k\ arm64_32 (in target 'c' from project 'c')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c
    /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/c.build/Debug-watchos/c.build/Objects-normal/arm64/Binary/c.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/c.build/Debug-watchos/c.build/Objects-normal/armv7k/Binary/c.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/c.build/Debug-watchos/c.build/Objects-normal/arm64_32/Binary/c.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/c.o
ExtractAppIntentsMetadata (in target 'c' from project 'c')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c
    /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 c --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 7.0 --bundle-identifier c.c --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/c.appintents --target-triple arm64-apple-watchos7.0 --target-triple armv7k-apple-watchos7.0 --target-triple arm64_32-apple-watchos7.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/c.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/c.build/Debug-watchos/c.build/Objects-normal/arm64/c_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/c.build/Debug-watchos/c.build/Objects-normal/armv7k/c_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/c.build/Debug-watchos/c.build/Objects-normal/arm64_32/c_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/c.build/Debug-watchos/c.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/c.build/Debug-watchos/c.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/c.build/Debug-watchos/c.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/c.build/Debug-watchos/c.build/Objects-normal/arm64/c.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/c.build/Debug-watchos/c.build/Objects-normal/armv7k/c.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/c.build/Debug-watchos/c.build/Objects-normal/arm64_32/c.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/c.build/Debug-watchos/c.build/c.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/c.build/Debug-watchos/c.build/c.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/c.build/Debug-watchos/c.build/Objects-normal/arm64/c.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/c.build/Debug-watchos/c.build/Objects-normal/armv7k/c.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/c.build/Debug-watchos/c.build/Objects-normal/arm64_32/c.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 23:36:14.939 appintentsmetadataprocessor[1010:5677] Starting appintentsmetadataprocessor export
2025-04-26 23:36:14.986 appintentsmetadataprocessor[1010:5677] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64_32 Compiling ActionHandling.swift (in target 'CacheStore' from project 'CacheStore')
SwiftDriverJobDiscovery normal arm64_32 Compiling Store+StoreContent.swift (in target 'CacheStore' from project 'CacheStore')
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CustomDump.o normal arm64\ armv7k\ arm64_32 (in target 'CustomDump' from project 'swift-custom-dump')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-custom-dump
    /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/swift-custom-dump.build/Debug-watchos/CustomDump.build/Objects-normal/arm64/Binary/CustomDump.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-watchos/CustomDump.build/Objects-normal/armv7k/Binary/CustomDump.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-watchos/CustomDump.build/Objects-normal/arm64_32/Binary/CustomDump.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CustomDump.o
ExtractAppIntentsMetadata (in target 'CustomDump' from project 'swift-custom-dump')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-custom-dump
    /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 CustomDump --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 swift-custom-dump.CustomDump --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CustomDump.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/CustomDump.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-watchos/CustomDump.build/Objects-normal/arm64/CustomDump_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-watchos/CustomDump.build/Objects-normal/armv7k/CustomDump_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-watchos/CustomDump.build/Objects-normal/arm64_32/CustomDump_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-watchos/CustomDump.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-watchos/CustomDump.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-watchos/CustomDump.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-watchos/CustomDump.build/Objects-normal/arm64/CustomDump.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-watchos/CustomDump.build/Objects-normal/armv7k/CustomDump.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-watchos/CustomDump.build/Objects-normal/arm64_32/CustomDump.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-watchos/CustomDump.build/CustomDump.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-watchos/CustomDump.build/CustomDump.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-watchos/CustomDump.build/Objects-normal/arm64/CustomDump.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-watchos/CustomDump.build/Objects-normal/armv7k/CustomDump.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug-watchos/CustomDump.build/Objects-normal/arm64_32/CustomDump.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 23:36:14.984 appintentsmetadataprocessor[1013:5715] Starting appintentsmetadataprocessor export
2025-04-26 23:36:15.025 appintentsmetadataprocessor[1013:5715] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/c.o (in target 'c' from project 'c')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/c
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/c.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CustomDump.o (in target 'CustomDump' from project 'swift-custom-dump')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-custom-dump
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CustomDump.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64/Binary/CacheStore.o normal arm64 (in target 'CacheStore' from project 'CacheStore')
    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-watchos7.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/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-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/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64/CacheStore.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64/CacheStore_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64/CacheStore_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/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64/CacheStore.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64/Binary/CacheStore.o
SwiftDriverJobDiscovery normal armv7k Compiling TestStore.swift (in target 'CacheStore' from project 'CacheStore')
SwiftDriverJobDiscovery normal armv7k Compiling ActionHandling.swift (in target 'CacheStore' from project 'CacheStore')
SwiftDriverJobDiscovery normal armv7k Compiling Store.swift (in target 'CacheStore' from project 'CacheStore')
SwiftDriver\ Compilation CacheStore normal armv7k com.apple.xcode.tools.swift.compiler (in target 'CacheStore' from project 'CacheStore')
    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 CacheStore -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/armv7k/CacheStore.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-watchos7.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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-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/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/armv7k/CacheStore-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/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/armv7k/CacheStore.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/armv7k/CacheStore_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/CacheStore.build/Debug-watchos/CacheStore.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.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/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/armv7k/CacheStore-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/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/armv7k/Binary/CacheStore.o normal armv7k (in target 'CacheStore' from project 'CacheStore')
    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-watchos7.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/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-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/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/armv7k/CacheStore.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/armv7k/CacheStore_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/armv7k/CacheStore_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/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/armv7k/CacheStore.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/armv7k/Binary/CacheStore.o
SwiftDriverJobDiscovery normal arm64_32 Compiling CacheStore.swift (in target 'CacheStore' from project 'CacheStore')
SwiftDriver\ Compilation CacheStore normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'CacheStore' from project 'CacheStore')
    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 CacheStore -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64_32/CacheStore.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-watchos7.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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-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/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64_32/CacheStore-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/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64_32/CacheStore.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64_32/CacheStore_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/CacheStore.build/Debug-watchos/CacheStore.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.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/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64_32/CacheStore-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/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64_32/Binary/CacheStore.o normal arm64_32 (in target 'CacheStore' from project 'CacheStore')
    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-watchos7.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/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-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/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64_32/CacheStore.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64_32/CacheStore_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64_32/CacheStore_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/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64_32/CacheStore.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64_32/Binary/CacheStore.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CacheStore.o normal arm64\ armv7k\ arm64_32 (in target 'CacheStore' from project 'CacheStore')
    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/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64/Binary/CacheStore.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/armv7k/Binary/CacheStore.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64_32/Binary/CacheStore.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CacheStore.o
ExtractAppIntentsMetadata (in target 'CacheStore' from project 'CacheStore')
    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 CacheStore --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 7.0 --bundle-identifier spi-builder-workspace.CacheStore --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CacheStore.appintents --target-triple arm64-apple-watchos7.0 --target-triple armv7k-apple-watchos7.0 --target-triple arm64_32-apple-watchos7.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CacheStore.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64/CacheStore_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/armv7k/CacheStore_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64_32/CacheStore_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64/CacheStore.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/armv7k/CacheStore.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64_32/CacheStore.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/CacheStore.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/CacheStore.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64/CacheStore.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/armv7k/CacheStore.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CacheStore.build/Debug-watchos/CacheStore.build/Objects-normal/arm64_32/CacheStore.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 23:36:15.248 appintentsmetadataprocessor[1021:5759] Starting appintentsmetadataprocessor export
2025-04-26 23:36:15.283 appintentsmetadataprocessor[1021:5759] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CacheStore.o (in target 'CacheStore' from project 'CacheStore')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/CacheStore.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
    {
      "identity" : "c",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/0xOpenBytes/c"
    },
    {
      "identity" : "swift-custom-dump",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/0xLeif/swift-custom-dump"
    }
  ],
  "manifest_display_name" : "CacheStore",
  "name" : "CacheStore",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "CacheStore",
      "targets" : [
        "CacheStore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CacheStoreTests",
      "module_type" : "SwiftTarget",
      "name" : "CacheStoreTests",
      "path" : "Tests/CacheStoreTests",
      "sources" : [
        "CacheStoreTests.swift",
        "StoreContentTests.swift",
        "StoreTests.swift"
      ],
      "target_dependencies" : [
        "CacheStore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CacheStore",
      "module_type" : "SwiftTarget",
      "name" : "CacheStore",
      "path" : "Sources/CacheStore",
      "product_dependencies" : [
        "c",
        "CustomDump"
      ],
      "product_memberships" : [
        "CacheStore"
      ],
      "sources" : [
        "Actions/ActionHandling.swift",
        "Stores/CacheStore/CacheStore.swift",
        "Stores/CacheStore/ScopedCacheStore.swift",
        "Stores/Store/Content/Store+StoreContent.swift",
        "Stores/Store/Content/StoreContent.swift",
        "Stores/Store/Content/StoreView.swift",
        "Stores/Store/ScopedStore.swift",
        "Stores/Store/Store.swift",
        "Stores/Store/TestStore.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.