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

Failed to build PersistentCacheKit, reference 0.6.0 (cb3e35), with Swift 6.1 for watchOS using Xcode 16.3 on 27 Apr 2025 23:24:51 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/davbeck/PersistentCacheKit.git
Reference: 0.6.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/davbeck/PersistentCacheKit
 * tag               0.6.0      -> FETCH_HEAD
HEAD is now at cb3e358 Add Sendable conformances
Cloned https://github.com/davbeck/PersistentCacheKit.git
Revision (git rev-parse @):
cb3e3587646574a7ee5a7b5016638a296b9f09b7
SUCCESS checkout https://github.com/davbeck/PersistentCacheKit.git at 0.6.0
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/davbeck/PersistentCacheKit.git
https://github.com/davbeck/PersistentCacheKit.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PersistentCacheKit",
  "name" : "PersistentCacheKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "PersistentCacheKit",
      "targets" : [
        "PersistentCacheKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PersistentCacheKitTests",
      "module_type" : "SwiftTarget",
      "name" : "PersistentCacheKitTests",
      "path" : "Tests/PersistentCacheKitTests",
      "sources" : [
        "PersistentCacheKitTests.swift"
      ],
      "target_dependencies" : [
        "PersistentCacheKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PersistentCacheKit",
      "module_type" : "SwiftTarget",
      "name" : "PersistentCacheKit",
      "path" : "Sources/PersistentCacheKit",
      "product_memberships" : [
        "PersistentCacheKit"
      ],
      "sources" : [
        "MixedPersistentCache.swift",
        "PersistentCache.swift",
        "SQLite.swift",
        "SQLiteCacheStorage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PersistentCacheKit",
  "name" : "PersistentCacheKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "PersistentCacheKit",
      "targets" : [
        "PersistentCacheKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PersistentCacheKitTests",
      "module_type" : "SwiftTarget",
      "name" : "PersistentCacheKitTests",
      "path" : "Tests/PersistentCacheKitTests",
      "sources" : [
        "PersistentCacheKitTests.swift"
      ],
      "target_dependencies" : [
        "PersistentCacheKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PersistentCacheKit",
      "module_type" : "SwiftTarget",
      "name" : "PersistentCacheKit",
      "path" : "Sources/PersistentCacheKit",
      "product_memberships" : [
        "PersistentCacheKit"
      ],
      "sources" : [
        "MixedPersistentCache.swift",
        "PersistentCache.swift",
        "SQLite.swift",
        "SQLiteCacheStorage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "PersistentCacheKit",
    "schemes" : [
      "PersistentCacheKit-Package"
    ],
    "targets" : [
      "PersistentCacheKit",
      "PersistentCacheKitPackageDescription",
      "PersistentCacheKitPackageTests",
      "PersistentCacheKitTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme PersistentCacheKit-Package -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 PersistentCacheKit-Package -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
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'PersistentCacheKit' in project 'PersistentCacheKit' (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: 2d899d4fd53af27eb6e179684f94dc95
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/2d899d4fd53af27eb6e179684f94dc95.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/PersistentCacheKit.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/PersistentCacheKit.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
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/PersistentCacheKit.xcodeproj
    /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/EagerLinkingTBDs/Debug-watchos
    cd /Users/admin/builder/spi-builder-workspace/PersistentCacheKit.xcodeproj
    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/PersistentCacheKit.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/PersistentCacheKit.DependencyStaticMetadataFileList (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/PersistentCacheKit.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit.LinkFileList (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/armv7k/PersistentCacheKit.LinkFileList (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/armv7k/PersistentCacheKit.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64_32/PersistentCacheKit-OutputFileMap.json (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64_32/PersistentCacheKit-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit_const_extract_protocols.json (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64_32/PersistentCacheKit.LinkFileList (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64_32/PersistentCacheKit.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/armv7k/PersistentCacheKit_const_extract_protocols.json (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/armv7k/PersistentCacheKit_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/armv7k/PersistentCacheKit-OutputFileMap.json (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/armv7k/PersistentCacheKit-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64_32/PersistentCacheKit_const_extract_protocols.json (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64_32/PersistentCacheKit_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/PersistentCacheKit.DependencyMetadataFileList (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/PersistentCacheKit.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/armv7k/PersistentCacheKit.SwiftFileList (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/armv7k/PersistentCacheKit.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/armv7k/PersistentCacheKit.SwiftConstValuesFileList (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/armv7k/PersistentCacheKit.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64_32/PersistentCacheKit.SwiftFileList (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64_32/PersistentCacheKit.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64_32/PersistentCacheKit.SwiftConstValuesFileList (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64_32/PersistentCacheKit.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit.SwiftFileList (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit.SwiftConstValuesFileList (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit-OutputFileMap.json (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit-OutputFileMap.json
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentCacheKit.framework/Headers (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentCacheKit.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentCacheKit.framework (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentCacheKit.framework
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentCacheKit.framework/Info.plist /Users/admin/builder/spi-builder-workspace/PersistentCacheKit.xcodeproj/PersistentCacheKit_Info.plist (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/PersistentCacheKit.xcodeproj/PersistentCacheKit_Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform watchos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentCacheKit.framework/Info.plist
SwiftDriver PersistentCacheKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PersistentCacheKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit.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 -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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 -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 -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/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit-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/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit.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/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit_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/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver PersistentCacheKit normal armv7k com.apple.xcode.tools.swift.compiler (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PersistentCacheKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/armv7k/PersistentCacheKit.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 -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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 -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 -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/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/armv7k/PersistentCacheKit-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/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/armv7k/PersistentCacheKit.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/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/armv7k/PersistentCacheKit_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/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/armv7k/PersistentCacheKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver PersistentCacheKit normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PersistentCacheKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64_32/PersistentCacheKit.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 -enable-bare-slash-regex -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-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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 -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 -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/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64_32/PersistentCacheKit-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/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64_32/PersistentCacheKit.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/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64_32/PersistentCacheKit_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/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64_32/PersistentCacheKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64_32 Compiling\ SQLite.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLite.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLite.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftEmitModule normal arm64_32 Emitting\ module\ for\ PersistentCacheKit (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745796286382922-swift-frontend-PersistentCacheKit-all-arm64_32_apple_watchos2.0-swiftmodule-Onone-1087040068.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3790 seconds (3.6416 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0201 ( 12.0%)   0.0712 ( 33.6%)   0.0912 ( 24.1%)   1.6700 ( 45.9%)  parse-and-resolve-imports
   0.0200 ( 12.0%)   0.0711 ( 33.5%)   0.0911 ( 24.0%)   1.6698 ( 45.9%)  Import resolution
   0.0017 (  1.0%)   0.0122 (  5.8%)   0.0140 (  3.7%)   0.1155 (  3.2%)  load-stdlib
   0.0333 ( 19.9%)   0.0157 (  7.4%)   0.0490 ( 12.9%)   0.0502 (  1.4%)  perform-sema
   0.0332 ( 19.9%)   0.0157 (  7.4%)   0.0489 ( 12.9%)   0.0501 (  1.4%)  Type checking and Semantic analysis
   0.0328 ( 19.6%)   0.0155 (  7.3%)   0.0484 ( 12.8%)   0.0496 (  1.4%)  typecheck-decl
   0.0142 (  8.5%)   0.0050 (  2.3%)   0.0192 (  5.1%)   0.0192 (  0.5%)  typecheck-expr
   0.0050 (  3.0%)   0.0015 (  0.7%)   0.0065 (  1.7%)   0.0065 (  0.2%)  build-rewrite-system
   0.0027 (  1.6%)   0.0029 (  1.3%)   0.0056 (  1.5%)   0.0056 (  0.2%)  import-clang-decl
   0.0031 (  1.9%)   0.0009 (  0.4%)   0.0041 (  1.1%)   0.0041 (  0.1%)  precheck-target
   0.0008 (  0.5%)   0.0002 (  0.1%)   0.0010 (  0.3%)   0.0010 (  0.0%)  typecheck-stmt
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1670 (100.0%)   0.2120 (100.0%)   0.3790 (100.0%)   3.6416 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1560 seconds (1.8375 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0555 (100.0%)   0.1004 (100.0%)   0.1560 (100.0%)   1.8375 (100.0%)  Building Target
   0.0555 (100.0%)   0.1004 (100.0%)   0.1560 (100.0%)   1.8375 (100.0%)  Total
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLite.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift -target arm64_32-apple-watchos2.0 -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -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 -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64_32/PersistentCacheKit_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/swift-overrides.hmap -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/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -module-name PersistentCacheKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64_32/PersistentCacheKit.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64_32/PersistentCacheKit.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64_32/PersistentCacheKit-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64_32/PersistentCacheKit-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64_32/PersistentCacheKit-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64_32/PersistentCacheKit.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64_32/PersistentCacheKit.abi.json
EmitSwiftModule normal arm64_32 (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:81:24: error: 'PassthroughSubject' is only available in watchOS 6.0 or newer
        private let updated = PassthroughSubject<(key: Key, value: Value?), Never>()
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:39:14: note: add @available attribute to enclosing generic class
public class PersistentCache<Key: CustomStringConvertible & Hashable, Value: Codable>: @unchecked Sendable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:83:39: error: 'some' return types are only available in watchOS 6.0.0 or newer
        public func updates(for key: Key) -> some Publisher<Value?, Never> {
                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:83:14: note: add @available attribute to enclosing instance method
        public func updates(for key: Key) -> some Publisher<Value?, Never> {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:39:14: note: add @available attribute to enclosing generic class
public class PersistentCache<Key: CustomStringConvertible & Hashable, Value: Codable>: @unchecked Sendable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:83:44: error: 'Publisher' is only available in watchOS 6.0 or newer
        public func updates(for key: Key) -> some Publisher<Value?, Never> {
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:83:14: note: add @available attribute to enclosing instance method
        public func updates(for key: Key) -> some Publisher<Value?, Never> {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:39:14: note: add @available attribute to enclosing generic class
public class PersistentCache<Key: CustomStringConvertible & Hashable, Value: Codable>: @unchecked Sendable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:89:41: error: 'some' return types are only available in watchOS 6.0.0 or newer
        public func publisher(for key: Key) -> some Publisher<Value?, Never> {
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:89:14: note: add @available attribute to enclosing instance method
        public func publisher(for key: Key) -> some Publisher<Value?, Never> {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:39:14: note: add @available attribute to enclosing generic class
public class PersistentCache<Key: CustomStringConvertible & Hashable, Value: Codable>: @unchecked Sendable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:89:46: error: 'Publisher' is only available in watchOS 6.0 or newer
        public func publisher(for key: Key) -> some Publisher<Value?, Never> {
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:89:14: note: add @available attribute to enclosing instance method
        public func publisher(for key: Key) -> some Publisher<Value?, Never> {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:39:14: note: add @available attribute to enclosing generic class
public class PersistentCache<Key: CustomStringConvertible & Hashable, Value: Codable>: @unchecked Sendable {
             ^
SwiftEmitModule normal armv7k Emitting\ module\ for\ PersistentCacheKit (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745796286386631-swift-frontend-PersistentCacheKit-all-armv7k_apple_watchos2.0-swiftmodule-Onone-1279311215.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4371 seconds (3.6666 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0215 ( 12.4%)   0.0852 ( 32.3%)   0.1067 ( 24.4%)   1.6790 ( 45.8%)  parse-and-resolve-imports
   0.0214 ( 12.4%)   0.0851 ( 32.2%)   0.1066 ( 24.4%)   1.6789 ( 45.8%)  Import resolution
   0.0017 (  1.0%)   0.0094 (  3.6%)   0.0111 (  2.5%)   0.0889 (  2.4%)  load-stdlib
   0.0342 ( 19.8%)   0.0220 (  8.3%)   0.0562 ( 12.9%)   0.0585 (  1.6%)  perform-sema
   0.0342 ( 19.8%)   0.0219 (  8.3%)   0.0561 ( 12.8%)   0.0585 (  1.6%)  Type checking and Semantic analysis
   0.0338 ( 19.6%)   0.0218 (  8.2%)   0.0556 ( 12.7%)   0.0579 (  1.6%)  typecheck-decl
   0.0143 (  8.3%)   0.0092 (  3.5%)   0.0235 (  5.4%)   0.0235 (  0.6%)  typecheck-expr
   0.0050 (  2.9%)   0.0057 (  2.2%)   0.0107 (  2.4%)   0.0107 (  0.3%)  build-rewrite-system
   0.0028 (  1.6%)   0.0030 (  1.1%)   0.0057 (  1.3%)   0.0057 (  0.2%)  import-clang-decl
   0.0030 (  1.7%)   0.0007 (  0.3%)   0.0037 (  0.9%)   0.0037 (  0.1%)  precheck-target
   0.0010 (  0.6%)   0.0003 (  0.1%)   0.0012 (  0.3%)   0.0012 (  0.0%)  typecheck-stmt
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1728 (100.0%)   0.2643 (100.0%)   0.4371 (100.0%)   3.6666 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1759 seconds (1.8284 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0579 (100.0%)   0.1180 (100.0%)   0.1759 (100.0%)   1.8284 (100.0%)  Building Target
   0.0579 (100.0%)   0.1180 (100.0%)   0.1759 (100.0%)   1.8284 (100.0%)  Total
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLite.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift -target armv7k-apple-watchos2.0 -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -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 -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/armv7k/PersistentCacheKit_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/swift-overrides.hmap -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/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -module-name PersistentCacheKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/armv7k/PersistentCacheKit.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/armv7k/PersistentCacheKit.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/armv7k/PersistentCacheKit-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/armv7k/PersistentCacheKit-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/armv7k/PersistentCacheKit-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/armv7k/PersistentCacheKit.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/armv7k/PersistentCacheKit.abi.json
EmitSwiftModule normal armv7k (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:81:24: error: 'PassthroughSubject' is only available in watchOS 6.0 or newer
        private let updated = PassthroughSubject<(key: Key, value: Value?), Never>()
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:39:14: note: add @available attribute to enclosing generic class
public class PersistentCache<Key: CustomStringConvertible & Hashable, Value: Codable>: @unchecked Sendable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:83:39: error: 'some' return types are only available in watchOS 6.0.0 or newer
        public func updates(for key: Key) -> some Publisher<Value?, Never> {
                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:83:14: note: add @available attribute to enclosing instance method
        public func updates(for key: Key) -> some Publisher<Value?, Never> {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:39:14: note: add @available attribute to enclosing generic class
public class PersistentCache<Key: CustomStringConvertible & Hashable, Value: Codable>: @unchecked Sendable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:83:44: error: 'Publisher' is only available in watchOS 6.0 or newer
        public func updates(for key: Key) -> some Publisher<Value?, Never> {
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:83:14: note: add @available attribute to enclosing instance method
        public func updates(for key: Key) -> some Publisher<Value?, Never> {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:39:14: note: add @available attribute to enclosing generic class
public class PersistentCache<Key: CustomStringConvertible & Hashable, Value: Codable>: @unchecked Sendable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:89:41: error: 'some' return types are only available in watchOS 6.0.0 or newer
        public func publisher(for key: Key) -> some Publisher<Value?, Never> {
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:89:14: note: add @available attribute to enclosing instance method
        public func publisher(for key: Key) -> some Publisher<Value?, Never> {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:39:14: note: add @available attribute to enclosing generic class
public class PersistentCache<Key: CustomStringConvertible & Hashable, Value: Codable>: @unchecked Sendable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:89:46: error: 'Publisher' is only available in watchOS 6.0 or newer
        public func publisher(for key: Key) -> some Publisher<Value?, Never> {
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:89:14: note: add @available attribute to enclosing instance method
        public func publisher(for key: Key) -> some Publisher<Value?, Never> {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:39:14: note: add @available attribute to enclosing generic class
public class PersistentCache<Key: CustomStringConvertible & Hashable, Value: Codable>: @unchecked Sendable {
             ^
SwiftCompile normal armv7k Compiling\ PersistentCache.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftEmitModule normal arm64 Emitting\ module\ for\ PersistentCacheKit (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745796286381284-swift-frontend-PersistentCacheKit-all-arm64_apple_watchos2.0-swiftmodule-Onone-4276640657.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4112 seconds (3.6556 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0193 ( 11.7%)   0.0902 ( 36.8%)   0.1095 ( 26.6%)   1.6658 ( 45.6%)  parse-and-resolve-imports
   0.0193 ( 11.6%)   0.0901 ( 36.7%)   0.1094 ( 26.6%)   1.6656 ( 45.6%)  Import resolution
   0.0018 (  1.1%)   0.0121 (  4.9%)   0.0139 (  3.4%)   0.0955 (  2.6%)  load-stdlib
   0.0335 ( 20.2%)   0.0141 (  5.8%)   0.0476 ( 11.6%)   0.0644 (  1.8%)  perform-sema
   0.0334 ( 20.2%)   0.0141 (  5.7%)   0.0475 ( 11.6%)   0.0643 (  1.8%)  Type checking and Semantic analysis
   0.0331 ( 19.9%)   0.0140 (  5.7%)   0.0470 ( 11.4%)   0.0638 (  1.7%)  typecheck-decl
   0.0137 (  8.3%)   0.0051 (  2.1%)   0.0188 (  4.6%)   0.0188 (  0.5%)  typecheck-expr
   0.0050 (  3.0%)   0.0018 (  0.7%)   0.0068 (  1.6%)   0.0068 (  0.2%)  build-rewrite-system
   0.0027 (  1.6%)   0.0028 (  1.1%)   0.0055 (  1.3%)   0.0055 (  0.2%)  import-clang-decl
   0.0031 (  1.9%)   0.0009 (  0.4%)   0.0041 (  1.0%)   0.0041 (  0.1%)  precheck-target
   0.0007 (  0.4%)   0.0002 (  0.1%)   0.0010 (  0.2%)   0.0010 (  0.0%)  typecheck-stmt
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1657 (100.0%)   0.2454 (100.0%)   0.4112 (100.0%)   3.6556 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1744 seconds (1.8295 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0552 (100.0%)   0.1193 (100.0%)   0.1744 (100.0%)   1.8295 (100.0%)  Building Target
   0.0552 (100.0%)   0.1193 (100.0%)   0.1744 (100.0%)   1.8295 (100.0%)  Total
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLite.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift -target arm64-apple-watchos2.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -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 -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/swift-overrides.hmap -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/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -module-name PersistentCacheKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit.abi.json
EmitSwiftModule normal arm64 (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:81:24: error: 'PassthroughSubject' is only available in watchOS 6.0 or newer
        private let updated = PassthroughSubject<(key: Key, value: Value?), Never>()
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:39:14: note: add @available attribute to enclosing generic class
public class PersistentCache<Key: CustomStringConvertible & Hashable, Value: Codable>: @unchecked Sendable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:83:44: error: 'Publisher' is only available in watchOS 6.0 or newer
        public func updates(for key: Key) -> some Publisher<Value?, Never> {
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:83:14: note: add @available attribute to enclosing instance method
        public func updates(for key: Key) -> some Publisher<Value?, Never> {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:39:14: note: add @available attribute to enclosing generic class
public class PersistentCache<Key: CustomStringConvertible & Hashable, Value: Codable>: @unchecked Sendable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:89:46: error: 'Publisher' is only available in watchOS 6.0 or newer
        public func publisher(for key: Key) -> some Publisher<Value?, Never> {
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:89:14: note: add @available attribute to enclosing instance method
        public func publisher(for key: Key) -> some Publisher<Value?, Never> {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:39:14: note: add @available attribute to enclosing generic class
public class PersistentCache<Key: CustomStringConvertible & Hashable, Value: Codable>: @unchecked Sendable {
             ^
SwiftCompile normal armv7k Compiling\ SQLite.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLite.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLite.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ SQLite.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLite.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLite.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ PersistentCache.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ SQLiteCacheStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal armv7k Compiling\ SQLiteCacheStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64_32 Compiling\ PersistentCache.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
Command SwiftCompile failed with a nonzero exit code
/Users/admin/builder/spi-builder-workspace/PersistentCacheKit.xcodeproj: warning: The watchOS deployment target 'WATCHOS_DEPLOYMENT_TARGET' is set to 2.0, but the range of supported deployment target versions is 4.0 to 11.4.99. (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ PersistentCacheKit (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
	EmitSwiftModule normal arm64_32 (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
	SwiftEmitModule normal armv7k Emitting\ module\ for\ PersistentCacheKit (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
	EmitSwiftModule normal armv7k (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ PersistentCacheKit (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
	EmitSwiftModule normal arm64 (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
	SwiftCompile normal arm64_32 Compiling\ PersistentCache.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
	Building project PersistentCacheKit with scheme PersistentCacheKit-Package
(8 failures)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PersistentCacheKit",
  "name" : "PersistentCacheKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "PersistentCacheKit",
      "targets" : [
        "PersistentCacheKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PersistentCacheKitTests",
      "module_type" : "SwiftTarget",
      "name" : "PersistentCacheKitTests",
      "path" : "Tests/PersistentCacheKitTests",
      "sources" : [
        "PersistentCacheKitTests.swift"
      ],
      "target_dependencies" : [
        "PersistentCacheKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PersistentCacheKit",
      "module_type" : "SwiftTarget",
      "name" : "PersistentCacheKit",
      "path" : "Sources/PersistentCacheKit",
      "product_memberships" : [
        "PersistentCacheKit"
      ],
      "sources" : [
        "MixedPersistentCache.swift",
        "PersistentCache.swift",
        "SQLite.swift",
        "SQLiteCacheStorage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "PersistentCacheKit",
    "schemes" : [
      "PersistentCacheKit-Package"
    ],
    "targets" : [
      "PersistentCacheKit",
      "PersistentCacheKitPackageDescription",
      "PersistentCacheKitPackageTests",
      "PersistentCacheKitTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme PersistentCacheKit-Package -destination generic/platform=watchOS
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 PersistentCacheKit-Package -destination generic/platform=watchOS
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'PersistentCacheKit' in project 'PersistentCacheKit' (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: 6e395123ba481a38ae4ad99144d01823
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/6e395123ba481a38ae4ad99144d01823.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/PersistentCacheKit.xcodeproj
    /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
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentCacheKit.framework/Info.plist /Users/admin/builder/spi-builder-workspace/PersistentCacheKit.xcodeproj/PersistentCacheKit_Info.plist (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/PersistentCacheKit.xcodeproj/PersistentCacheKit_Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform watchos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentCacheKit.framework/Info.plist
SwiftDriver PersistentCacheKit normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PersistentCacheKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64_32/PersistentCacheKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -enable-bare-slash-regex -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-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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 -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 -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/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64_32/PersistentCacheKit-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/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64_32/PersistentCacheKit.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/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64_32/PersistentCacheKit_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/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64_32/PersistentCacheKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver PersistentCacheKit normal armv7k com.apple.xcode.tools.swift.compiler (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PersistentCacheKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/armv7k/PersistentCacheKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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 -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 -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/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/armv7k/PersistentCacheKit-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/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/armv7k/PersistentCacheKit.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/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/armv7k/PersistentCacheKit_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/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/armv7k/PersistentCacheKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver PersistentCacheKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PersistentCacheKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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 -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 -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/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit-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/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit.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/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit_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/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ SQLite.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLite.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLite.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftEmitModule normal arm64 Emitting\ module\ for\ PersistentCacheKit (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLite.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift -target arm64-apple-watchos2.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -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 -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/swift-overrides.hmap -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/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -module-name PersistentCacheKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit.abi.json
EmitSwiftModule normal arm64 (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:81:24: error: 'PassthroughSubject' is only available in watchOS 6.0 or newer
        private let updated = PassthroughSubject<(key: Key, value: Value?), Never>()
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:39:14: note: add @available attribute to enclosing generic class
public class PersistentCache<Key: CustomStringConvertible & Hashable, Value: Codable>: @unchecked Sendable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:83:44: error: 'Publisher' is only available in watchOS 6.0 or newer
        public func updates(for key: Key) -> some Publisher<Value?, Never> {
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:83:14: note: add @available attribute to enclosing instance method
        public func updates(for key: Key) -> some Publisher<Value?, Never> {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:39:14: note: add @available attribute to enclosing generic class
public class PersistentCache<Key: CustomStringConvertible & Hashable, Value: Codable>: @unchecked Sendable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:89:46: error: 'Publisher' is only available in watchOS 6.0 or newer
        public func publisher(for key: Key) -> some Publisher<Value?, Never> {
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:89:14: note: add @available attribute to enclosing instance method
        public func publisher(for key: Key) -> some Publisher<Value?, Never> {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:39:14: note: add @available attribute to enclosing generic class
public class PersistentCache<Key: CustomStringConvertible & Hashable, Value: Codable>: @unchecked Sendable {
             ^
SwiftCompile normal arm64 Compiling\ PersistentCache.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64_32 Compiling\ PersistentCache.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ SQLiteCacheStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
    cd /Users/admin/builder/spi-builder-workspace

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

SwiftCompile normal arm64_32 Compiling\ SQLiteCacheStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64_32 Compiling\ SQLite.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLite.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLite.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
    cd /Users/admin/builder/spi-builder-workspace

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

SwiftCompile normal armv7k Compiling\ SQLite.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLite.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLite.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal armv7k Compiling\ SQLiteCacheStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
Command SwiftCompile failed with a nonzero exit code
/Users/admin/builder/spi-builder-workspace/PersistentCacheKit.xcodeproj: warning: The watchOS deployment target 'WATCHOS_DEPLOYMENT_TARGET' is set to 2.0, but the range of supported deployment target versions is 4.0 to 11.4.99. (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ PersistentCacheKit (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
	EmitSwiftModule normal arm64 (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
	SwiftCompile normal armv7k Compiling\ SQLiteCacheStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
	Building project PersistentCacheKit with scheme PersistentCacheKit-Package
(4 failures)
BUILD FAILURE 6.1 watchOS