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 Cache, reference main (0829fe), with Swift 6.1 for watchOS using Xcode 16.3 on 28 Apr 2025 01:53:04 UTC.

Swift 6 data race errors: 18

Build Command

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

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0xLeif/Cache.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xLeif/Cache
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0829fe1 Update windows.yml (#17)
Cloned https://github.com/0xLeif/Cache.git
Revision (git rev-parse @):
0829fe1da37e755a70875e5761bd693a52a0e953
SUCCESS checkout https://github.com/0xLeif/Cache.git at main
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/0xLeif/Cache.git
https://github.com/0xLeif/Cache.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Cache",
  "name" : "Cache",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Cache",
      "targets" : [
        "Cache"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CacheTests",
      "module_type" : "SwiftTarget",
      "name" : "CacheTests",
      "path" : "Tests/CacheTests",
      "sources" : [
        "AnyCacheableTests.swift",
        "CacheInitializableTests.swift",
        "CacheTests.swift",
        "ComposableCacheTests.swift",
        "DictionaryTests.swift",
        "ExampleTests.swift",
        "ExpiringCacheTests.swift",
        "JSONTests.swift",
        "LRUCacheTests.swift",
        "LoggingTests.swift",
        "PersistableCacheTests.swift",
        "PropertyWrappersTests.swift",
        "RequiredKeysCacheTests.swift"
      ],
      "target_dependencies" : [
        "Cache"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Cache",
      "module_type" : "SwiftTarget",
      "name" : "Cache",
      "path" : "Sources/Cache",
      "product_memberships" : [
        "Cache"
      ],
      "sources" : [
        "Cache/AnyCacheable.swift",
        "Cache/Cache+subscript.swift",
        "Cache/Cache.swift",
        "Cache/ComposableCache.swift",
        "Cache/ExpiringCache+subscript.swift",
        "Cache/ExpiringCache.swift",
        "Cache/LRUCache.swift",
        "Cache/PersistableCache.swift",
        "Cache/RequiredKeysCache+subscript.swift",
        "Cache/RequiredKeysCache.swift",
        "CacheInitializable.swift",
        "Cacheable.swift",
        "Dictionary/Dictionary+Cacheable.swift",
        "Errors/InvalidTypeError.swift",
        "Errors/MissingRequiredKeysError.swift",
        "Global/Global+cache.swift",
        "Global/Global+dependencies.swift",
        "Global/Global+images.swift",
        "Global/Global+loggers.swift",
        "Global/Global.swift",
        "JSON/JSON+subscript.swift",
        "JSON/JSON.swift",
        "PropertyWrappers/Cached.swift",
        "PropertyWrappers/Logging.swift",
        "PropertyWrappers/OptionallyCached.swift",
        "PropertyWrappers/Resolved.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  Cache: /Users/admin/builder/spi-builder-workspace
resolved source packages: Cache
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Cache",
  "name" : "Cache",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Cache",
      "targets" : [
        "Cache"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CacheTests",
      "module_type" : "SwiftTarget",
      "name" : "CacheTests",
      "path" : "Tests/CacheTests",
      "sources" : [
        "AnyCacheableTests.swift",
        "CacheInitializableTests.swift",
        "CacheTests.swift",
        "ComposableCacheTests.swift",
        "DictionaryTests.swift",
        "ExampleTests.swift",
        "ExpiringCacheTests.swift",
        "JSONTests.swift",
        "LRUCacheTests.swift",
        "LoggingTests.swift",
        "PersistableCacheTests.swift",
        "PropertyWrappersTests.swift",
        "RequiredKeysCacheTests.swift"
      ],
      "target_dependencies" : [
        "Cache"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Cache",
      "module_type" : "SwiftTarget",
      "name" : "Cache",
      "path" : "Sources/Cache",
      "product_memberships" : [
        "Cache"
      ],
      "sources" : [
        "Cache/AnyCacheable.swift",
        "Cache/Cache+subscript.swift",
        "Cache/Cache.swift",
        "Cache/ComposableCache.swift",
        "Cache/ExpiringCache+subscript.swift",
        "Cache/ExpiringCache.swift",
        "Cache/LRUCache.swift",
        "Cache/PersistableCache.swift",
        "Cache/RequiredKeysCache+subscript.swift",
        "Cache/RequiredKeysCache.swift",
        "CacheInitializable.swift",
        "Cacheable.swift",
        "Dictionary/Dictionary+Cacheable.swift",
        "Errors/InvalidTypeError.swift",
        "Errors/MissingRequiredKeysError.swift",
        "Global/Global+cache.swift",
        "Global/Global+dependencies.swift",
        "Global/Global+images.swift",
        "Global/Global+loggers.swift",
        "Global/Global.swift",
        "JSON/JSON+subscript.swift",
        "JSON/JSON.swift",
        "PropertyWrappers/Cached.swift",
        "PropertyWrappers/Logging.swift",
        "PropertyWrappers/OptionallyCached.swift",
        "PropertyWrappers/Resolved.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Cache"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Cache -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
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Cache -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 settings from command line:
    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
Resolve Package Graph
Resolved source packages:
  Cache: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'Cache' in project 'Cache'
        ➜ Explicit dependency on target 'Cache' in project 'Cache'
    Target 'Cache' in project 'Cache' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 93442a0f7b3b3db2ee6bb394ed463e45
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/93442a0f7b3b3db2ee6bb394ed463e45.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/armv7k/Cache.SwiftConstValuesFileList (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/armv7k/Cache.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/armv7k/Cache.SwiftFileList (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/armv7k/Cache.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64_32/Cache_const_extract_protocols.json (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64_32/Cache_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Cache.modulemap (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Cache.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64_32/Cache.SwiftFileList (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64_32/Cache.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/armv7k/Cache_const_extract_protocols.json (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/armv7k/Cache_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/armv7k/Cache.LinkFileList (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/armv7k/Cache.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64_32/Cache-OutputFileMap.json (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64_32/Cache-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/armv7k/Cache-OutputFileMap.json (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/armv7k/Cache-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64_32/Cache.SwiftConstValuesFileList (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64_32/Cache.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64_32/Cache.LinkFileList (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64_32/Cache.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64/Cache.SwiftFileList (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64/Cache.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64/Cache.SwiftConstValuesFileList (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64/Cache.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64/Cache_const_extract_protocols.json (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64/Cache_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64/Cache.LinkFileList (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64/Cache.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64/Cache-OutputFileMap.json (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64/Cache-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Cache.DependencyStaticMetadataFileList (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Cache.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Cache.DependencyMetadataFileList (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Cache.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/Cache.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Cache.modulemap (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Cache.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos
SwiftDriver Cache normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Cache' from project 'Cache')
    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 Cache -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64_32/Cache.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64_32/Cache-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/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64_32/Cache.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/Cache.build/Debug-watchos/Cache.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64_32/Cache_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/Cache.build/Debug-watchos/Cache.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.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/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64_32/Cache-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver Cache normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Cache' from project 'Cache')
    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 Cache -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64/Cache.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64/Cache-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/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64/Cache.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/Cache.build/Debug-watchos/Cache.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64/Cache_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/Cache.build/Debug-watchos/Cache.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.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/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64/Cache-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver Cache normal armv7k com.apple.xcode.tools.swift.compiler (in target 'Cache' from project 'Cache')
    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 Cache -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/armv7k/Cache.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/armv7k/Cache-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/Cache.build/Debug-watchos/Cache.build/Objects-normal/armv7k/Cache.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/Cache.build/Debug-watchos/Cache.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/armv7k/Cache_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/Cache.build/Debug-watchos/Cache.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.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/Cache.build/Debug-watchos/Cache.build/Objects-normal/armv7k/Cache-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal armv7k Emitting\ module\ for\ Cache (in target 'Cache' from project 'Cache')
EmitSwiftModule normal armv7k (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/ExpiringCache.swift:16:20: warning: stored property 'key' of 'Sendable'-conforming struct 'ExpiriedValueError' has non-sendable type 'Key'; this is an error in the Swift 6 language mode
        public let key: Key
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/ExpiringCache.swift:12:28: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
public class ExpiringCache<Key: Hashable, Value>: Cacheable {
                           ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Errors/MissingRequiredKeysError.swift:6:16: warning: stored property 'keys' of 'Sendable'-conforming generic struct 'MissingRequiredKeysError' has non-sendable type 'Set<Key>'; this is an error in the Swift 6 language mode
    public let keys: Set<Key>
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Errors/MissingRequiredKeysError.swift:4:40: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
public struct MissingRequiredKeysError<Key: Hashable>: LocalizedError {
                                       ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+cache.swift:3:23: warning: static property 'cache' 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 cache: Cache<AnyHashable, Any> = Cache()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+cache.swift:3:23: note: convert 'cache' to a 'let' constant to make 'Sendable' shared state immutable
    public static var cache: Cache<AnyHashable, Any> = Cache()
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+cache.swift:3:23: note: add '@MainActor' to make static property 'cache' part of global actor 'MainActor'
    public static var cache: Cache<AnyHashable, Any> = Cache()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+cache.swift:3:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var cache: Cache<AnyHashable, Any> = Cache()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+dependencies.swift:3:23: warning: static property 'dependencies' 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 dependencies: RequiredKeysCache<AnyHashable, Any> = RequiredKeysCache()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+dependencies.swift:3:23: note: convert 'dependencies' to a 'let' constant to make 'Sendable' shared state immutable
    public static var dependencies: RequiredKeysCache<AnyHashable, Any> = RequiredKeysCache()
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+dependencies.swift:3:23: note: add '@MainActor' to make static property 'dependencies' part of global actor 'MainActor'
    public static var dependencies: RequiredKeysCache<AnyHashable, Any> = RequiredKeysCache()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+dependencies.swift:3:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var dependencies: RequiredKeysCache<AnyHashable, Any> = RequiredKeysCache()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+images.swift:14:23: warning: static property 'images' 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 images: Cache<URL, CacheImage> = Cache()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+images.swift:14:23: note: convert 'images' to a 'let' constant to make 'Sendable' shared state immutable
    public static var images: Cache<URL, CacheImage> = Cache()
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+images.swift:14:23: note: add '@MainActor' to make static property 'images' part of global actor 'MainActor'
    public static var images: Cache<URL, CacheImage> = Cache()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+images.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var images: Cache<URL, CacheImage> = Cache()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+loggers.swift:11:23: warning: static property 'loggers' 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 loggers: RequiredKeysCache<AnyHashable, Logger> = RequiredKeysCache()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+loggers.swift:11:23: note: convert 'loggers' to a 'let' constant to make 'Sendable' shared state immutable
    public static var loggers: RequiredKeysCache<AnyHashable, Logger> = RequiredKeysCache()
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+loggers.swift:11:23: note: add '@MainActor' to make static property 'loggers' part of global actor 'MainActor'
    public static var loggers: RequiredKeysCache<AnyHashable, Logger> = RequiredKeysCache()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+loggers.swift:11:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var loggers: RequiredKeysCache<AnyHashable, Logger> = RequiredKeysCache()
                      ^
    nonisolated(unsafe)
SwiftCompile normal armv7k Compiling\ Dictionary+Cacheable.swift,\ InvalidTypeError.swift,\ MissingRequiredKeysError.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Dictionary/Dictionary+Cacheable.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Errors/InvalidTypeError.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Errors/MissingRequiredKeysError.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Cache/Dictionary/Dictionary+Cacheable.swift (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

/Users/admin/builder/spi-builder-workspace/Sources/Cache/Errors/MissingRequiredKeysError.swift:6:16: warning: stored property 'keys' of 'Sendable'-conforming generic struct 'MissingRequiredKeysError' has non-sendable type 'Set<Key>'; this is an error in the Swift 6 language mode
    public let keys: Set<Key>
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Errors/MissingRequiredKeysError.swift:4:40: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
public struct MissingRequiredKeysError<Key: Hashable>: LocalizedError {
                                       ^
                                                    , Sendable
SwiftCompile normal armv7k Compiling\ AnyCacheable.swift,\ Cache+subscript.swift,\ Cache.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/AnyCacheable.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/Cache+subscript.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/Cache.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/AnyCacheable.swift (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal armv7k Compiling\ Global+loggers.swift,\ Global.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+loggers.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+loggers.swift (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+loggers.swift:11:23: warning: static property 'loggers' 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 loggers: RequiredKeysCache<AnyHashable, Logger> = RequiredKeysCache()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+loggers.swift:11:23: note: convert 'loggers' to a 'let' constant to make 'Sendable' shared state immutable
    public static var loggers: RequiredKeysCache<AnyHashable, Logger> = RequiredKeysCache()
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+loggers.swift:11:23: note: add '@MainActor' to make static property 'loggers' part of global actor 'MainActor'
    public static var loggers: RequiredKeysCache<AnyHashable, Logger> = RequiredKeysCache()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+loggers.swift:11:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var loggers: RequiredKeysCache<AnyHashable, Logger> = RequiredKeysCache()
                      ^
    nonisolated(unsafe)
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global.swift (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ ComposableCache.swift,\ ExpiringCache+subscript.swift,\ ExpiringCache.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/ComposableCache.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/ExpiringCache+subscript.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/ExpiringCache.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/ComposableCache.swift (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/ExpiringCache+subscript.swift (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/ExpiringCache.swift:16:20: warning: stored property 'key' of 'Sendable'-conforming struct 'ExpiriedValueError' has non-sendable type 'Key'; this is an error in the Swift 6 language mode
        public let key: Key
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/ExpiringCache.swift:12:28: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
public class ExpiringCache<Key: Hashable, Value>: Cacheable {
                           ^
                                        , Sendable
SwiftCompile normal armv7k Compiling\ LRUCache.swift,\ PersistableCache.swift,\ RequiredKeysCache+subscript.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/LRUCache.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/PersistableCache.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/RequiredKeysCache+subscript.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/LRUCache.swift (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/RequiredKeysCache+subscript.swift (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ RequiredKeysCache.swift,\ CacheInitializable.swift,\ Cacheable.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/RequiredKeysCache.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/CacheInitializable.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cacheable.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/RequiredKeysCache.swift (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal armv7k Compiling\ JSON+subscript.swift,\ JSON.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/JSON/JSON+subscript.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/JSON/JSON.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Cache/JSON/JSON+subscript.swift (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal armv7k Compiling\ Cached.swift,\ Logging.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/PropertyWrappers/Cached.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/PropertyWrappers/Logging.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Cache/PropertyWrappers/Cached.swift (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

/Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/ExpiringCache.swift:16:20: warning: stored property 'key' of 'Sendable'-conforming struct 'ExpiriedValueError' has non-sendable type 'Key'; this is an error in the Swift 6 language mode
        public let key: Key
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/ExpiringCache.swift:12:28: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
public class ExpiringCache<Key: Hashable, Value>: Cacheable {
                           ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Errors/MissingRequiredKeysError.swift:6:16: warning: stored property 'keys' of 'Sendable'-conforming generic struct 'MissingRequiredKeysError' has non-sendable type 'Set<Key>'; this is an error in the Swift 6 language mode
    public let keys: Set<Key>
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Errors/MissingRequiredKeysError.swift:4:40: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
public struct MissingRequiredKeysError<Key: Hashable>: LocalizedError {
                                       ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+cache.swift:3:23: warning: static property 'cache' 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 cache: Cache<AnyHashable, Any> = Cache()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+cache.swift:3:23: note: convert 'cache' to a 'let' constant to make 'Sendable' shared state immutable
    public static var cache: Cache<AnyHashable, Any> = Cache()
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+cache.swift:3:23: note: add '@MainActor' to make static property 'cache' part of global actor 'MainActor'
    public static var cache: Cache<AnyHashable, Any> = Cache()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+cache.swift:3:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var cache: Cache<AnyHashable, Any> = Cache()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+dependencies.swift:3:23: warning: static property 'dependencies' 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 dependencies: RequiredKeysCache<AnyHashable, Any> = RequiredKeysCache()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+dependencies.swift:3:23: note: convert 'dependencies' to a 'let' constant to make 'Sendable' shared state immutable
    public static var dependencies: RequiredKeysCache<AnyHashable, Any> = RequiredKeysCache()
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+dependencies.swift:3:23: note: add '@MainActor' to make static property 'dependencies' part of global actor 'MainActor'
    public static var dependencies: RequiredKeysCache<AnyHashable, Any> = RequiredKeysCache()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+dependencies.swift:3:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var dependencies: RequiredKeysCache<AnyHashable, Any> = RequiredKeysCache()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+images.swift:14:23: warning: static property 'images' 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 images: Cache<URL, CacheImage> = Cache()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+images.swift:14:23: note: convert 'images' to a 'let' constant to make 'Sendable' shared state immutable
    public static var images: Cache<URL, CacheImage> = Cache()
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+images.swift:14:23: note: add '@MainActor' to make static property 'images' part of global actor 'MainActor'
    public static var images: Cache<URL, CacheImage> = Cache()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+images.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var images: Cache<URL, CacheImage> = Cache()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+loggers.swift:11:23: warning: static property 'loggers' 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 loggers: RequiredKeysCache<AnyHashable, Logger> = RequiredKeysCache()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+loggers.swift:11:23: note: convert 'loggers' to a 'let' constant to make 'Sendable' shared state immutable
    public static var loggers: RequiredKeysCache<AnyHashable, Logger> = RequiredKeysCache()
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+loggers.swift:11:23: note: add '@MainActor' to make static property 'loggers' part of global actor 'MainActor'
    public static var loggers: RequiredKeysCache<AnyHashable, Logger> = RequiredKeysCache()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+loggers.swift:11:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var loggers: RequiredKeysCache<AnyHashable, Logger> = RequiredKeysCache()
                      ^
    nonisolated(unsafe)
SwiftEmitModule normal arm64 Emitting\ module\ for\ Cache (in target 'Cache' from project 'Cache')
EmitSwiftModule normal arm64 (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/ExpiringCache.swift:16:20: warning: stored property 'key' of 'Sendable'-conforming struct 'ExpiriedValueError' has non-sendable type 'Key'; this is an error in the Swift 6 language mode
        public let key: Key
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/ExpiringCache.swift:12:28: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
public class ExpiringCache<Key: Hashable, Value>: Cacheable {
                           ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Errors/MissingRequiredKeysError.swift:6:16: warning: stored property 'keys' of 'Sendable'-conforming generic struct 'MissingRequiredKeysError' has non-sendable type 'Set<Key>'; this is an error in the Swift 6 language mode
    public let keys: Set<Key>
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Errors/MissingRequiredKeysError.swift:4:40: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
public struct MissingRequiredKeysError<Key: Hashable>: LocalizedError {
                                       ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+cache.swift:3:23: warning: static property 'cache' 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 cache: Cache<AnyHashable, Any> = Cache()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+cache.swift:3:23: note: convert 'cache' to a 'let' constant to make 'Sendable' shared state immutable
    public static var cache: Cache<AnyHashable, Any> = Cache()
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+cache.swift:3:23: note: add '@MainActor' to make static property 'cache' part of global actor 'MainActor'
    public static var cache: Cache<AnyHashable, Any> = Cache()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+cache.swift:3:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var cache: Cache<AnyHashable, Any> = Cache()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+dependencies.swift:3:23: warning: static property 'dependencies' 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 dependencies: RequiredKeysCache<AnyHashable, Any> = RequiredKeysCache()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+dependencies.swift:3:23: note: convert 'dependencies' to a 'let' constant to make 'Sendable' shared state immutable
    public static var dependencies: RequiredKeysCache<AnyHashable, Any> = RequiredKeysCache()
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+dependencies.swift:3:23: note: add '@MainActor' to make static property 'dependencies' part of global actor 'MainActor'
    public static var dependencies: RequiredKeysCache<AnyHashable, Any> = RequiredKeysCache()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+dependencies.swift:3:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var dependencies: RequiredKeysCache<AnyHashable, Any> = RequiredKeysCache()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+images.swift:14:23: warning: static property 'images' 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 images: Cache<URL, CacheImage> = Cache()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+images.swift:14:23: note: convert 'images' to a 'let' constant to make 'Sendable' shared state immutable
    public static var images: Cache<URL, CacheImage> = Cache()
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+images.swift:14:23: note: add '@MainActor' to make static property 'images' part of global actor 'MainActor'
    public static var images: Cache<URL, CacheImage> = Cache()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+images.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var images: Cache<URL, CacheImage> = Cache()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+loggers.swift:11:23: warning: static property 'loggers' 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 loggers: RequiredKeysCache<AnyHashable, Logger> = RequiredKeysCache()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+loggers.swift:11:23: note: convert 'loggers' to a 'let' constant to make 'Sendable' shared state immutable
    public static var loggers: RequiredKeysCache<AnyHashable, Logger> = RequiredKeysCache()
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+loggers.swift:11:23: note: add '@MainActor' to make static property 'loggers' part of global actor 'MainActor'
    public static var loggers: RequiredKeysCache<AnyHashable, Logger> = RequiredKeysCache()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+loggers.swift:11:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var loggers: RequiredKeysCache<AnyHashable, Logger> = RequiredKeysCache()
                      ^
    nonisolated(unsafe)
SwiftDriverJobDiscovery normal armv7k Emitting module for Cache (in target 'Cache' from project 'Cache')
SwiftDriver\ Compilation\ Requirements Cache normal armv7k com.apple.xcode.tools.swift.compiler (in target 'Cache' from project 'Cache')
    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 Cache -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/armv7k/Cache.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/armv7k/Cache-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/Cache.build/Debug-watchos/Cache.build/Objects-normal/armv7k/Cache.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/Cache.build/Debug-watchos/Cache.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/armv7k/Cache_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/Cache.build/Debug-watchos/Cache.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.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/Cache.build/Debug-watchos/Cache.build/Objects-normal/armv7k/Cache-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Emitting module for Cache (in target 'Cache' from project 'Cache')
SwiftDriver\ Compilation\ Requirements Cache normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Cache' from project 'Cache')
    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 Cache -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64_32/Cache.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64_32/Cache-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/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64_32/Cache.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/Cache.build/Debug-watchos/Cache.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64_32/Cache_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/Cache.build/Debug-watchos/Cache.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.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/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64_32/Cache-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Cache.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/armv7k/Cache.swiftmodule (in target 'Cache' from project 'Cache')
    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/Cache.build/Debug-watchos/Cache.build/Objects-normal/armv7k/Cache.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Cache.swiftmodule/armv7k-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Cache.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/armv7k/Cache.swiftdoc (in target 'Cache' from project 'Cache')
    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/Cache.build/Debug-watchos/Cache.build/Objects-normal/armv7k/Cache.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Cache.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Cache.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/armv7k/Cache.abi.json (in target 'Cache' from project 'Cache')
    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/Cache.build/Debug-watchos/Cache.build/Objects-normal/armv7k/Cache.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Cache.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Cache.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64_32/Cache.swiftmodule (in target 'Cache' from project 'Cache')
    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/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64_32/Cache.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Cache.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Cache.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64_32/Cache.swiftdoc (in target 'Cache' from project 'Cache')
    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/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64_32/Cache.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Cache.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Cache.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64_32/Cache.abi.json (in target 'Cache' from project 'Cache')
    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/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64_32/Cache.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Cache.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Cache.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/armv7k/Cache.swiftsourceinfo (in target 'Cache' from project 'Cache')
    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/Cache.build/Debug-watchos/Cache.build/Objects-normal/armv7k/Cache.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Cache.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Cache.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64_32/Cache.swiftsourceinfo (in target 'Cache' from project 'Cache')
    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/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64_32/Cache.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Cache.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64_32 Compiling\ ComposableCache.swift,\ ExpiringCache+subscript.swift,\ ExpiringCache.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/ComposableCache.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/ExpiringCache+subscript.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/ExpiringCache.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/ComposableCache.swift (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/ExpiringCache+subscript.swift (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/ExpiringCache.swift:16:20: warning: stored property 'key' of 'Sendable'-conforming struct 'ExpiriedValueError' has non-sendable type 'Key'; this is an error in the Swift 6 language mode
        public let key: Key
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/ExpiringCache.swift:12:28: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
public class ExpiringCache<Key: Hashable, Value>: Cacheable {
                           ^
                                        , Sendable
SwiftCompile normal arm64 Compiling\ LRUCache.swift,\ PersistableCache.swift,\ RequiredKeysCache+subscript.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/LRUCache.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/PersistableCache.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/RequiredKeysCache+subscript.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/LRUCache.swift (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/RequiredKeysCache+subscript.swift (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling Cached.swift, Logging.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal arm64_32 Compiling\ JSON+subscript.swift,\ JSON.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/JSON/JSON+subscript.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/JSON/JSON.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Cache/JSON/JSON+subscript.swift (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal armv7k Compiling RequiredKeysCache.swift, CacheInitializable.swift, Cacheable.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal arm64 Compiling\ Dictionary+Cacheable.swift,\ InvalidTypeError.swift,\ MissingRequiredKeysError.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Dictionary/Dictionary+Cacheable.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Errors/InvalidTypeError.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Errors/MissingRequiredKeysError.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Cache/Dictionary/Dictionary+Cacheable.swift (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

/Users/admin/builder/spi-builder-workspace/Sources/Cache/Errors/MissingRequiredKeysError.swift:6:16: warning: stored property 'keys' of 'Sendable'-conforming generic struct 'MissingRequiredKeysError' has non-sendable type 'Set<Key>'; this is an error in the Swift 6 language mode
    public let keys: Set<Key>
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Errors/MissingRequiredKeysError.swift:4:40: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
public struct MissingRequiredKeysError<Key: Hashable>: LocalizedError {
                                       ^
                                                    , Sendable
SwiftDriverJobDiscovery normal armv7k Compiling JSON+subscript.swift, JSON.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal arm64_32 Compiling\ LRUCache.swift,\ PersistableCache.swift,\ RequiredKeysCache+subscript.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/LRUCache.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/PersistableCache.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/RequiredKeysCache+subscript.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/LRUCache.swift (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/RequiredKeysCache+subscript.swift (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling AnyCacheable.swift, Cache+subscript.swift, Cache.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal arm64_32 Compiling\ Cached.swift,\ Logging.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/PropertyWrappers/Cached.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/PropertyWrappers/Logging.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Cache/PropertyWrappers/Cached.swift (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal armv7k Compiling LRUCache.swift, PersistableCache.swift, RequiredKeysCache+subscript.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal arm64 Compiling\ OptionallyCached.swift,\ Resolved.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/PropertyWrappers/OptionallyCached.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/PropertyWrappers/Resolved.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Cache/PropertyWrappers/OptionallyCached.swift (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ Global+loggers.swift,\ Global.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+loggers.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+loggers.swift (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+loggers.swift:11:23: warning: static property 'loggers' 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 loggers: RequiredKeysCache<AnyHashable, Logger> = RequiredKeysCache()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+loggers.swift:11:23: note: convert 'loggers' to a 'let' constant to make 'Sendable' shared state immutable
    public static var loggers: RequiredKeysCache<AnyHashable, Logger> = RequiredKeysCache()
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+loggers.swift:11:23: note: add '@MainActor' to make static property 'loggers' part of global actor 'MainActor'
    public static var loggers: RequiredKeysCache<AnyHashable, Logger> = RequiredKeysCache()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+loggers.swift:11:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var loggers: RequiredKeysCache<AnyHashable, Logger> = RequiredKeysCache()
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global.swift (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling Dictionary+Cacheable.swift, InvalidTypeError.swift, MissingRequiredKeysError.swift (in target 'Cache' from project 'Cache')
SwiftDriverJobDiscovery normal armv7k Compiling ComposableCache.swift, ExpiringCache+subscript.swift, ExpiringCache.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal arm64 Compiling\ AnyCacheable.swift,\ Cache+subscript.swift,\ Cache.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/AnyCacheable.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/Cache+subscript.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/Cache.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/AnyCacheable.swift (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftDriverJobDiscovery normal armv7k Compiling Global+loggers.swift, Global.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal arm64_32 Compiling\ Global+loggers.swift,\ Global.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+loggers.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+loggers.swift (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+loggers.swift:11:23: warning: static property 'loggers' 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 loggers: RequiredKeysCache<AnyHashable, Logger> = RequiredKeysCache()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+loggers.swift:11:23: note: convert 'loggers' to a 'let' constant to make 'Sendable' shared state immutable
    public static var loggers: RequiredKeysCache<AnyHashable, Logger> = RequiredKeysCache()
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+loggers.swift:11:23: note: add '@MainActor' to make static property 'loggers' part of global actor 'MainActor'
    public static var loggers: RequiredKeysCache<AnyHashable, Logger> = RequiredKeysCache()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+loggers.swift:11:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var loggers: RequiredKeysCache<AnyHashable, Logger> = RequiredKeysCache()
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global.swift (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling JSON+subscript.swift, JSON.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal arm64_32 Compiling\ AnyCacheable.swift,\ Cache+subscript.swift,\ Cache.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/AnyCacheable.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/Cache+subscript.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/Cache.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/AnyCacheable.swift (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftDriverJobDiscovery normal arm64_32 Compiling ComposableCache.swift, ExpiringCache+subscript.swift, ExpiringCache.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal arm64_32 Compiling\ Global+cache.swift,\ Global+dependencies.swift,\ Global+images.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+cache.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+dependencies.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+images.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+cache.swift (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+cache.swift:3:23: warning: static property 'cache' 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 cache: Cache<AnyHashable, Any> = Cache()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+cache.swift:3:23: note: convert 'cache' to a 'let' constant to make 'Sendable' shared state immutable
    public static var cache: Cache<AnyHashable, Any> = Cache()
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+cache.swift:3:23: note: add '@MainActor' to make static property 'cache' part of global actor 'MainActor'
    public static var cache: Cache<AnyHashable, Any> = Cache()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+cache.swift:3:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var cache: Cache<AnyHashable, Any> = Cache()
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+dependencies.swift (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+dependencies.swift:3:23: warning: static property 'dependencies' 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 dependencies: RequiredKeysCache<AnyHashable, Any> = RequiredKeysCache()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+dependencies.swift:3:23: note: convert 'dependencies' to a 'let' constant to make 'Sendable' shared state immutable
    public static var dependencies: RequiredKeysCache<AnyHashable, Any> = RequiredKeysCache()
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+dependencies.swift:3:23: note: add '@MainActor' to make static property 'dependencies' part of global actor 'MainActor'
    public static var dependencies: RequiredKeysCache<AnyHashable, Any> = RequiredKeysCache()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+dependencies.swift:3:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var dependencies: RequiredKeysCache<AnyHashable, Any> = RequiredKeysCache()
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+images.swift (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+images.swift:14:23: warning: static property 'images' 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 images: Cache<URL, CacheImage> = Cache()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+images.swift:14:23: note: convert 'images' to a 'let' constant to make 'Sendable' shared state immutable
    public static var images: Cache<URL, CacheImage> = Cache()
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+images.swift:14:23: note: add '@MainActor' to make static property 'images' part of global actor 'MainActor'
    public static var images: Cache<URL, CacheImage> = Cache()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+images.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var images: Cache<URL, CacheImage> = Cache()
                      ^
    nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64_32 Compiling Cached.swift, Logging.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal arm64_32 Compiling\ OptionallyCached.swift,\ Resolved.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/PropertyWrappers/OptionallyCached.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/PropertyWrappers/Resolved.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Cache/PropertyWrappers/OptionallyCached.swift (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64_32 Compiling LRUCache.swift, PersistableCache.swift, RequiredKeysCache+subscript.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal arm64_32 Compiling\ RequiredKeysCache.swift,\ CacheInitializable.swift,\ Cacheable.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/RequiredKeysCache.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/CacheInitializable.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cacheable.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/RequiredKeysCache.swift (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftDriverJobDiscovery normal arm64_32 Compiling Global+loggers.swift, Global.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal arm64 Compiling\ Cached.swift,\ Logging.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/PropertyWrappers/Cached.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/PropertyWrappers/Logging.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Cache/PropertyWrappers/Cached.swift (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64_32 Compiling AnyCacheable.swift, Cache+subscript.swift, Cache.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal arm64 Compiling\ RequiredKeysCache.swift,\ CacheInitializable.swift,\ Cacheable.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/RequiredKeysCache.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/CacheInitializable.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cacheable.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/RequiredKeysCache.swift (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftDriverJobDiscovery normal arm64_32 Compiling OptionallyCached.swift, Resolved.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal arm64 Compiling\ Global+cache.swift,\ Global+dependencies.swift,\ Global+images.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+cache.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+dependencies.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+images.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+cache.swift (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+cache.swift:3:23: warning: static property 'cache' 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 cache: Cache<AnyHashable, Any> = Cache()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+cache.swift:3:23: note: convert 'cache' to a 'let' constant to make 'Sendable' shared state immutable
    public static var cache: Cache<AnyHashable, Any> = Cache()
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+cache.swift:3:23: note: add '@MainActor' to make static property 'cache' part of global actor 'MainActor'
    public static var cache: Cache<AnyHashable, Any> = Cache()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+cache.swift:3:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var cache: Cache<AnyHashable, Any> = Cache()
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+dependencies.swift (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+dependencies.swift:3:23: warning: static property 'dependencies' 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 dependencies: RequiredKeysCache<AnyHashable, Any> = RequiredKeysCache()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+dependencies.swift:3:23: note: convert 'dependencies' to a 'let' constant to make 'Sendable' shared state immutable
    public static var dependencies: RequiredKeysCache<AnyHashable, Any> = RequiredKeysCache()
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+dependencies.swift:3:23: note: add '@MainActor' to make static property 'dependencies' part of global actor 'MainActor'
    public static var dependencies: RequiredKeysCache<AnyHashable, Any> = RequiredKeysCache()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+dependencies.swift:3:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var dependencies: RequiredKeysCache<AnyHashable, Any> = RequiredKeysCache()
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+images.swift (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+images.swift:14:23: warning: static property 'images' 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 images: Cache<URL, CacheImage> = Cache()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+images.swift:14:23: note: convert 'images' to a 'let' constant to make 'Sendable' shared state immutable
    public static var images: Cache<URL, CacheImage> = Cache()
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+images.swift:14:23: note: add '@MainActor' to make static property 'images' part of global actor 'MainActor'
    public static var images: Cache<URL, CacheImage> = Cache()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+images.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var images: Cache<URL, CacheImage> = Cache()
                      ^
    nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64_32 Compiling RequiredKeysCache.swift, CacheInitializable.swift, Cacheable.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal arm64 Compiling\ JSON+subscript.swift,\ JSON.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/JSON/JSON+subscript.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/JSON/JSON.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Cache/JSON/JSON+subscript.swift (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64_32 Compiling Global+cache.swift, Global+dependencies.swift, Global+images.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal arm64_32 Compiling\ Dictionary+Cacheable.swift,\ InvalidTypeError.swift,\ MissingRequiredKeysError.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Dictionary/Dictionary+Cacheable.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Errors/InvalidTypeError.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Errors/MissingRequiredKeysError.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Cache/Dictionary/Dictionary+Cacheable.swift (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

/Users/admin/builder/spi-builder-workspace/Sources/Cache/Errors/MissingRequiredKeysError.swift:6:16: warning: stored property 'keys' of 'Sendable'-conforming generic struct 'MissingRequiredKeysError' has non-sendable type 'Set<Key>'; this is an error in the Swift 6 language mode
    public let keys: Set<Key>
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Errors/MissingRequiredKeysError.swift:4:40: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
public struct MissingRequiredKeysError<Key: Hashable>: LocalizedError {
                                       ^
                                                    , Sendable
SwiftDriverJobDiscovery normal arm64 Emitting module for Cache (in target 'Cache' from project 'Cache')
SwiftDriver\ Compilation\ Requirements Cache normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Cache' from project 'Cache')
    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 Cache -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64/Cache.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64/Cache-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/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64/Cache.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/Cache.build/Debug-watchos/Cache.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64/Cache_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/Cache.build/Debug-watchos/Cache.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.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/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64/Cache-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling Dictionary+Cacheable.swift, InvalidTypeError.swift, MissingRequiredKeysError.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal arm64 Compiling\ ComposableCache.swift,\ ExpiringCache+subscript.swift,\ ExpiringCache.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/ComposableCache.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/ExpiringCache+subscript.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/ExpiringCache.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/ComposableCache.swift (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/ExpiringCache+subscript.swift (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/ExpiringCache.swift:16:20: warning: stored property 'key' of 'Sendable'-conforming struct 'ExpiriedValueError' has non-sendable type 'Key'; this is an error in the Swift 6 language mode
        public let key: Key
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Cache/ExpiringCache.swift:12:28: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
public class ExpiringCache<Key: Hashable, Value>: Cacheable {
                           ^
                                        , Sendable
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/Cache-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64/Cache-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64_32/Cache-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/armv7k/Cache-Swift.h (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64/Cache-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64_32/Cache-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/armv7k/Cache-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/Cache-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling OptionallyCached.swift, Resolved.swift (in target 'Cache' from project 'Cache')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Cache.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64/Cache.swiftmodule (in target 'Cache' from project 'Cache')
    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/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64/Cache.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Cache.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Cache.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64/Cache.swiftdoc (in target 'Cache' from project 'Cache')
    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/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64/Cache.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Cache.swiftmodule/arm64-apple-watchos.swiftdoc
SwiftDriverJobDiscovery normal arm64 Compiling Cached.swift, Logging.swift (in target 'Cache' from project 'Cache')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Cache.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64/Cache.abi.json (in target 'Cache' from project 'Cache')
    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/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64/Cache.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Cache.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Cache.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64/Cache.swiftsourceinfo (in target 'Cache' from project 'Cache')
    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/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64/Cache.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Cache.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftDriver\ Compilation Cache normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Cache' from project 'Cache')
    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 Cache -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64_32/Cache.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64_32/Cache-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/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64_32/Cache.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/Cache.build/Debug-watchos/Cache.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64_32/Cache_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/Cache.build/Debug-watchos/Cache.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.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/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64_32/Cache-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal armv7k Compiling\ Global+cache.swift,\ Global+dependencies.swift,\ Global+images.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+cache.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+dependencies.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+images.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+cache.swift (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+cache.swift:3:23: warning: static property 'cache' 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 cache: Cache<AnyHashable, Any> = Cache()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+cache.swift:3:23: note: convert 'cache' to a 'let' constant to make 'Sendable' shared state immutable
    public static var cache: Cache<AnyHashable, Any> = Cache()
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+cache.swift:3:23: note: add '@MainActor' to make static property 'cache' part of global actor 'MainActor'
    public static var cache: Cache<AnyHashable, Any> = Cache()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+cache.swift:3:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var cache: Cache<AnyHashable, Any> = Cache()
                      ^
    nonisolated(unsafe)
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+dependencies.swift (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+dependencies.swift:3:23: warning: static property 'dependencies' 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 dependencies: RequiredKeysCache<AnyHashable, Any> = RequiredKeysCache()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+dependencies.swift:3:23: note: convert 'dependencies' to a 'let' constant to make 'Sendable' shared state immutable
    public static var dependencies: RequiredKeysCache<AnyHashable, Any> = RequiredKeysCache()
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+dependencies.swift:3:23: note: add '@MainActor' to make static property 'dependencies' part of global actor 'MainActor'
    public static var dependencies: RequiredKeysCache<AnyHashable, Any> = RequiredKeysCache()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+dependencies.swift:3:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var dependencies: RequiredKeysCache<AnyHashable, Any> = RequiredKeysCache()
                      ^
    nonisolated(unsafe)
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+images.swift (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+images.swift:14:23: warning: static property 'images' 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 images: Cache<URL, CacheImage> = Cache()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+images.swift:14:23: note: convert 'images' to a 'let' constant to make 'Sendable' shared state immutable
    public static var images: Cache<URL, CacheImage> = Cache()
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+images.swift:14:23: note: add '@MainActor' to make static property 'images' part of global actor 'MainActor'
    public static var images: Cache<URL, CacheImage> = Cache()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Cache/Global/Global+images.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var images: Cache<URL, CacheImage> = Cache()
                      ^
    nonisolated(unsafe)
SwiftCompile normal armv7k Compiling\ OptionallyCached.swift,\ Resolved.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/PropertyWrappers/OptionallyCached.swift /Users/admin/builder/spi-builder-workspace/Sources/Cache/PropertyWrappers/Resolved.swift (in target 'Cache' from project 'Cache')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Cache/PropertyWrappers/OptionallyCached.swift (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64 Compiling RequiredKeysCache.swift, CacheInitializable.swift, Cacheable.swift (in target 'Cache' from project 'Cache')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64_32/Binary/Cache.o normal arm64_32 (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos6.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64_32/Cache.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64_32/Cache_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64_32/Cache_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/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64_32/Cache.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64_32/Binary/Cache.o
SwiftDriverJobDiscovery normal armv7k Compiling OptionallyCached.swift, Resolved.swift (in target 'Cache' from project 'Cache')
SwiftDriverJobDiscovery normal arm64 Compiling JSON+subscript.swift, JSON.swift (in target 'Cache' from project 'Cache')
SwiftDriverJobDiscovery normal arm64 Compiling Dictionary+Cacheable.swift, InvalidTypeError.swift, MissingRequiredKeysError.swift (in target 'Cache' from project 'Cache')
SwiftDriverJobDiscovery normal arm64 Compiling AnyCacheable.swift, Cache+subscript.swift, Cache.swift (in target 'Cache' from project 'Cache')
SwiftDriverJobDiscovery normal arm64 Compiling LRUCache.swift, PersistableCache.swift, RequiredKeysCache+subscript.swift (in target 'Cache' from project 'Cache')
SwiftDriverJobDiscovery normal arm64 Compiling Global+loggers.swift, Global.swift (in target 'Cache' from project 'Cache')
SwiftDriverJobDiscovery normal arm64 Compiling ComposableCache.swift, ExpiringCache+subscript.swift, ExpiringCache.swift (in target 'Cache' from project 'Cache')
SwiftDriverJobDiscovery normal arm64 Compiling Global+cache.swift, Global+dependencies.swift, Global+images.swift (in target 'Cache' from project 'Cache')
SwiftDriver\ Compilation Cache normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Cache' from project 'Cache')
    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 Cache -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64/Cache.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64/Cache-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/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64/Cache.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/Cache.build/Debug-watchos/Cache.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64/Cache_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/Cache.build/Debug-watchos/Cache.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.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/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64/Cache-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/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64/Binary/Cache.o normal arm64 (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos6.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64/Cache.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64/Cache_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64/Cache_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/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64/Cache.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64/Binary/Cache.o
SwiftDriverJobDiscovery normal armv7k Compiling Global+cache.swift, Global+dependencies.swift, Global+images.swift (in target 'Cache' from project 'Cache')
SwiftDriver\ Compilation Cache normal armv7k com.apple.xcode.tools.swift.compiler (in target 'Cache' from project 'Cache')
    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 Cache -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/armv7k/Cache.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/armv7k/Cache-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/Cache.build/Debug-watchos/Cache.build/Objects-normal/armv7k/Cache.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/Cache.build/Debug-watchos/Cache.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/armv7k/Cache_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/Cache.build/Debug-watchos/Cache.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.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/Cache.build/Debug-watchos/Cache.build/Objects-normal/armv7k/Cache-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/Cache.build/Debug-watchos/Cache.build/Objects-normal/armv7k/Binary/Cache.o normal armv7k (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos6.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/armv7k/Cache.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/armv7k/Cache_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/armv7k/Cache_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/Cache.build/Debug-watchos/Cache.build/Objects-normal/armv7k/Cache.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/armv7k/Binary/Cache.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Cache.o normal arm64\ armv7k\ arm64_32 (in target 'Cache' from project 'Cache')
    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/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64/Binary/Cache.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/armv7k/Binary/Cache.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64_32/Binary/Cache.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Cache.o
ExtractAppIntentsMetadata (in target 'Cache' from project 'Cache')
    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 Cache --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 6.0 --bundle-identifier spi-builder-workspace.Cache --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Cache.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/Cache.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64/Cache_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/armv7k/Cache_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64_32/Cache_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64/Cache.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/armv7k/Cache.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64_32/Cache.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Cache.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Cache.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64/Cache.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/armv7k/Cache.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cache.build/Debug-watchos/Cache.build/Objects-normal/arm64_32/Cache.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 18:53:03.472 appintentsmetadataprocessor[747:4420] Starting appintentsmetadataprocessor export
2025-04-27 18:53:03.513 appintentsmetadataprocessor[747:4420] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Cache.o (in target 'Cache' from project 'Cache')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Cache.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Cache",
  "name" : "Cache",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Cache",
      "targets" : [
        "Cache"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CacheTests",
      "module_type" : "SwiftTarget",
      "name" : "CacheTests",
      "path" : "Tests/CacheTests",
      "sources" : [
        "AnyCacheableTests.swift",
        "CacheInitializableTests.swift",
        "CacheTests.swift",
        "ComposableCacheTests.swift",
        "DictionaryTests.swift",
        "ExampleTests.swift",
        "ExpiringCacheTests.swift",
        "JSONTests.swift",
        "LRUCacheTests.swift",
        "LoggingTests.swift",
        "PersistableCacheTests.swift",
        "PropertyWrappersTests.swift",
        "RequiredKeysCacheTests.swift"
      ],
      "target_dependencies" : [
        "Cache"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Cache",
      "module_type" : "SwiftTarget",
      "name" : "Cache",
      "path" : "Sources/Cache",
      "product_memberships" : [
        "Cache"
      ],
      "sources" : [
        "Cache/AnyCacheable.swift",
        "Cache/Cache+subscript.swift",
        "Cache/Cache.swift",
        "Cache/ComposableCache.swift",
        "Cache/ExpiringCache+subscript.swift",
        "Cache/ExpiringCache.swift",
        "Cache/LRUCache.swift",
        "Cache/PersistableCache.swift",
        "Cache/RequiredKeysCache+subscript.swift",
        "Cache/RequiredKeysCache.swift",
        "CacheInitializable.swift",
        "Cacheable.swift",
        "Dictionary/Dictionary+Cacheable.swift",
        "Errors/InvalidTypeError.swift",
        "Errors/MissingRequiredKeysError.swift",
        "Global/Global+cache.swift",
        "Global/Global+dependencies.swift",
        "Global/Global+images.swift",
        "Global/Global+loggers.swift",
        "Global/Global.swift",
        "JSON/JSON+subscript.swift",
        "JSON/JSON.swift",
        "PropertyWrappers/Cached.swift",
        "PropertyWrappers/Logging.swift",
        "PropertyWrappers/OptionallyCached.swift",
        "PropertyWrappers/Resolved.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.