Build Information
Successful build of PersistentCacheKit, reference master (5cd697
), with Swift 6.1 for watchOS using Xcode 16.3 on 25 Apr 2025 17:16:32 UTC.
Swift 6 data race errors: 0
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 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/davbeck/PersistentCacheKit.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/davbeck/PersistentCacheKit
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 5cd6979 Bump version number
Cloned https://github.com/davbeck/PersistentCacheKit.git
Revision (git rev-parse @):
5cd6979a225a76c04a2f0813bdedcea323ff3e29
SUCCESS checkout https://github.com/davbeck/PersistentCacheKit.git at master
========================================
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.10"
},
{
"name" : "ios",
"version" : "10.0"
}
],
"products" : [
{
"name" : "PersistentCacheKit",
"targets" : [
"PersistentCacheKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PersistentCacheKitTests",
"module_type" : "SwiftTarget",
"name" : "PersistentCacheKitTests",
"path" : "Tests/PersistentCacheKitTests",
"sources" : [
"PersistentCacheKitTests.swift"
],
"type" : "test"
},
{
"c99name" : "PersistentCacheKit",
"module_type" : "SwiftTarget",
"name" : "PersistentCacheKit",
"path" : "Sources/PersistentCacheKit",
"product_memberships" : [
"PersistentCacheKit"
],
"sources" : [
"PersistentCache.swift",
"SQLite.swift",
"SQLiteCacheStorage.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
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.10"
},
{
"name" : "ios",
"version" : "10.0"
}
],
"products" : [
{
"name" : "PersistentCacheKit",
"targets" : [
"PersistentCacheKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PersistentCacheKitTests",
"module_type" : "SwiftTarget",
"name" : "PersistentCacheKitTests",
"path" : "Tests/PersistentCacheKitTests",
"sources" : [
"PersistentCacheKitTests.swift"
],
"type" : "test"
},
{
"c99name" : "PersistentCacheKit",
"module_type" : "SwiftTarget",
"name" : "PersistentCacheKit",
"path" : "Sources/PersistentCacheKit",
"product_memberships" : [
"PersistentCacheKit"
],
"sources" : [
"PersistentCache.swift",
"SQLite.swift",
"SQLiteCacheStorage.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
{
"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/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
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
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/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.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/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.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.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_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/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/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/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_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/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.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/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 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
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745601387463717-swift-frontend-PersistentCacheKit-SQLite.swift-armv7k_apple_watchos2.0-o-Onone-1571881594.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 2.4652 seconds (4.3078 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.5341 ( 35.8%) 0.4036 ( 41.5%) 0.9376 ( 38.0%) 1.8210 ( 42.3%) parse-and-resolve-imports
0.5340 ( 35.8%) 0.4034 ( 41.5%) 0.9374 ( 38.0%) 1.8208 ( 42.3%) Import resolution
0.0872 ( 5.8%) 0.0257 ( 2.6%) 0.1129 ( 4.6%) 0.1130 ( 2.6%) build-rewrite-system
0.0696 ( 4.7%) 0.0230 ( 2.4%) 0.0925 ( 3.8%) 0.0993 ( 2.3%) perform-sema
0.0695 ( 4.7%) 0.0230 ( 2.4%) 0.0924 ( 3.7%) 0.0992 ( 2.3%) Type checking and Semantic analysis
0.0113 ( 0.8%) 0.0327 ( 3.4%) 0.0440 ( 1.8%) 0.0912 ( 2.1%) load-stdlib
0.0469 ( 3.1%) 0.0153 ( 1.6%) 0.0622 ( 2.5%) 0.0675 ( 1.6%) typecheck-expr
0.0495 ( 3.3%) 0.0098 ( 1.0%) 0.0593 ( 2.4%) 0.0593 ( 1.4%) typecheck-stmt
0.0202 ( 1.4%) 0.0134 ( 1.4%) 0.0335 ( 1.4%) 0.0403 ( 0.9%) typecheck-decl
0.0156 ( 1.0%) 0.0129 ( 1.3%) 0.0285 ( 1.2%) 0.0292 ( 0.7%) import-clang-decl
0.0130 ( 0.9%) 0.0032 ( 0.3%) 0.0162 ( 0.7%) 0.0174 ( 0.4%) precheck-target
0.0115 ( 0.8%) 0.0022 ( 0.2%) 0.0136 ( 0.6%) 0.0136 ( 0.3%) SILGen
0.0096 ( 0.6%) 0.0029 ( 0.3%) 0.0125 ( 0.5%) 0.0133 ( 0.3%) IRGen
0.0096 ( 0.6%) 0.0017 ( 0.2%) 0.0112 ( 0.5%) 0.0112 ( 0.3%) SILGen-function
0.0091 ( 0.6%) 0.0002 ( 0.0%) 0.0093 ( 0.4%) 0.0095 ( 0.2%) SIL optimization
0.0007 ( 0.0%) 0.0002 ( 0.0%) 0.0009 ( 0.0%) 0.0009 ( 0.0%) load-all-members
0.0008 ( 0.1%) 0.0001 ( 0.0%) 0.0009 ( 0.0%) 0.0009 ( 0.0%) typecheck-expr-pattern
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-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%) 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
1.4922 (100.0%) 0.9730 (100.0%) 2.4652 (100.0%) 4.3078 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.5964 seconds (3.6695 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.5923 (100.0%) 1.0041 (100.0%) 2.5964 (100.0%) 3.6695 (100.0%) Building Target
1.5923 (100.0%) 1.0041 (100.0%) 2.5964 (100.0%) 3.6695 (100.0%) Total
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-1745601387462626-swift-frontend-PersistentCacheKit-all-armv7k_apple_watchos2.0-swiftmodule-Onone-610341551.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 1.7687 seconds (3.9636 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.4765 ( 42.8%) 0.2724 ( 41.6%) 0.7490 ( 42.3%) 1.7550 ( 44.3%) parse-and-resolve-imports
0.4765 ( 42.8%) 0.2723 ( 41.6%) 0.7488 ( 42.3%) 1.7548 ( 44.3%) Import resolution
0.0017 ( 0.1%) 0.0111 ( 1.7%) 0.0128 ( 0.7%) 0.1467 ( 3.7%) load-stdlib
0.0351 ( 3.1%) 0.0242 ( 3.7%) 0.0593 ( 3.4%) 0.0752 ( 1.9%) perform-sema
0.0350 ( 3.1%) 0.0242 ( 3.7%) 0.0592 ( 3.3%) 0.0751 ( 1.9%) Type checking and Semantic analysis
0.0346 ( 3.1%) 0.0240 ( 3.7%) 0.0586 ( 3.3%) 0.0745 ( 1.9%) typecheck-decl
0.0153 ( 1.4%) 0.0048 ( 0.7%) 0.0202 ( 1.1%) 0.0202 ( 0.5%) typecheck-expr
0.0089 ( 0.8%) 0.0068 ( 1.0%) 0.0157 ( 0.9%) 0.0163 ( 0.4%) SIL optimization
0.0090 ( 0.8%) 0.0026 ( 0.4%) 0.0116 ( 0.7%) 0.0116 ( 0.3%) SILGen
0.0044 ( 0.4%) 0.0038 ( 0.6%) 0.0082 ( 0.5%) 0.0082 ( 0.2%) import-clang-decl
0.0059 ( 0.5%) 0.0006 ( 0.1%) 0.0065 ( 0.4%) 0.0065 ( 0.2%) build-rewrite-system
0.0016 ( 0.1%) 0.0041 ( 0.6%) 0.0057 ( 0.3%) 0.0062 ( 0.2%) Serialization, swiftmodule
0.0045 ( 0.4%) 0.0015 ( 0.2%) 0.0060 ( 0.3%) 0.0060 ( 0.2%) SILGen-function
0.0036 ( 0.3%) 0.0010 ( 0.1%) 0.0046 ( 0.3%) 0.0046 ( 0.1%) precheck-target
0.0002 ( 0.0%) 0.0009 ( 0.1%) 0.0012 ( 0.1%) 0.0012 ( 0.0%) Serialization, swiftdoc
0.0008 ( 0.1%) 0.0002 ( 0.0%) 0.0010 ( 0.1%) 0.0010 ( 0.0%) typecheck-stmt
0.0004 ( 0.0%) 0.0001 ( 0.0%) 0.0005 ( 0.0%) 0.0005 ( 0.0%) Serialization, swiftsourceinfo
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
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%) SIL verification, post-optimization
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%) populate-module-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
1.1141 (100.0%) 0.6546 (100.0%) 1.7687 (100.0%) 3.9636 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.8770 seconds (2.0419 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.5432 (100.0%) 0.3338 (100.0%) 0.8770 (100.0%) 2.0419 (100.0%) Building Target
0.5432 (100.0%) 0.3338 (100.0%) 0.8770 (100.0%) 2.0419 (100.0%) Total
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:6:31: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol CacheStorage: class {
^~~~~
AnyObject
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift:9:20: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'SQLiteCacheStorage?' may have shared mutable state; this is an error in the Swift 6 language mode
public static let shared: SQLiteCacheStorage? = {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift:5:20: note: class 'SQLiteCacheStorage' does not conform to the 'Sendable' protocol
public final class SQLiteCacheStorage: CacheStorage {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift:9:20: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
public static let shared: SQLiteCacheStorage? = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift:9:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let shared: SQLiteCacheStorage? = {
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift:42:10: warning: capture of 'self' with non-sendable type 'SQLiteCacheStorage' in a '@Sendable' closure
try self._trimFilesize()
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift:5:20: note: class 'SQLiteCacheStorage' does not conform to the 'Sendable' protocol
public final class SQLiteCacheStorage: CacheStorage {
^
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-1745601387470292-swift-frontend-PersistentCacheKit-all-arm64_apple_watchos2.0-swiftmodule-Onone-2909495203.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4716 seconds (4.0165 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0209 ( 10.7%) 0.1046 ( 38.0%) 0.1256 ( 26.6%) 1.8533 ( 46.1%) parse-and-resolve-imports
0.0209 ( 10.6%) 0.1045 ( 38.0%) 0.1254 ( 26.6%) 1.8531 ( 46.1%) Import resolution
0.0017 ( 0.9%) 0.0108 ( 3.9%) 0.0125 ( 2.6%) 0.1008 ( 2.5%) load-stdlib
0.0334 ( 17.0%) 0.0117 ( 4.3%) 0.0452 ( 9.6%) 0.0453 ( 1.1%) perform-sema
0.0334 ( 17.0%) 0.0117 ( 4.3%) 0.0451 ( 9.6%) 0.0452 ( 1.1%) Type checking and Semantic analysis
0.0329 ( 16.8%) 0.0115 ( 4.2%) 0.0445 ( 9.4%) 0.0446 ( 1.1%) typecheck-decl
0.0150 ( 7.6%) 0.0058 ( 2.1%) 0.0208 ( 4.4%) 0.0209 ( 0.5%) typecheck-expr
0.0099 ( 5.0%) 0.0034 ( 1.2%) 0.0133 ( 2.8%) 0.0135 ( 0.3%) SIL optimization
0.0074 ( 3.8%) 0.0016 ( 0.6%) 0.0090 ( 1.9%) 0.0090 ( 0.2%) SILGen
0.0041 ( 2.1%) 0.0039 ( 1.4%) 0.0080 ( 1.7%) 0.0082 ( 0.2%) import-clang-decl
0.0056 ( 2.8%) 0.0022 ( 0.8%) 0.0078 ( 1.6%) 0.0078 ( 0.2%) build-rewrite-system
0.0036 ( 1.8%) 0.0012 ( 0.5%) 0.0048 ( 1.0%) 0.0048 ( 0.1%) precheck-target
0.0036 ( 1.8%) 0.0006 ( 0.2%) 0.0043 ( 0.9%) 0.0042 ( 0.1%) SILGen-function
0.0017 ( 0.9%) 0.0007 ( 0.3%) 0.0024 ( 0.5%) 0.0025 ( 0.1%) Serialization, swiftmodule
0.0009 ( 0.4%) 0.0002 ( 0.1%) 0.0011 ( 0.2%) 0.0011 ( 0.0%) typecheck-stmt
0.0009 ( 0.5%) 0.0001 ( 0.0%) 0.0010 ( 0.2%) 0.0010 ( 0.0%) Serialization, swiftsourceinfo
0.0005 ( 0.3%) 0.0002 ( 0.1%) 0.0007 ( 0.2%) 0.0008 ( 0.0%) Serialization, swiftdoc
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
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%) 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%) populate-module-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1964 (100.0%) 0.2751 (100.0%) 0.4716 (100.0%) 4.0165 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2273 seconds (2.0512 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0859 (100.0%) 0.1414 (100.0%) 0.2273 (100.0%) 2.0512 (100.0%) Building Target
0.0859 (100.0%) 0.1414 (100.0%) 0.2273 (100.0%) 2.0512 (100.0%) Total
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:6:31: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol CacheStorage: class {
^~~~~
AnyObject
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift:9:20: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'SQLiteCacheStorage?' may have shared mutable state; this is an error in the Swift 6 language mode
public static let shared: SQLiteCacheStorage? = {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift:5:20: note: class 'SQLiteCacheStorage' does not conform to the 'Sendable' protocol
public final class SQLiteCacheStorage: CacheStorage {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift:9:20: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
public static let shared: SQLiteCacheStorage? = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift:9:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let shared: SQLiteCacheStorage? = {
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift:42:10: warning: capture of 'self' with non-sendable type 'SQLiteCacheStorage' in a '@Sendable' closure
try self._trimFilesize()
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift:5:20: note: class 'SQLiteCacheStorage' does not conform to the 'Sendable' protocol
public final class SQLiteCacheStorage: CacheStorage {
^
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-1745601387462806-swift-frontend-PersistentCacheKit-all-arm64_32_apple_watchos2.0-swiftmodule-Onone-2102641327.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4746 seconds (4.0578 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0212 ( 10.1%) 0.0979 ( 37.1%) 0.1191 ( 25.1%) 1.8466 ( 45.5%) parse-and-resolve-imports
0.0211 ( 10.0%) 0.0977 ( 37.0%) 0.1188 ( 25.0%) 1.8463 ( 45.5%) Import resolution
0.0019 ( 0.9%) 0.0145 ( 5.5%) 0.0165 ( 3.5%) 0.1436 ( 3.5%) load-stdlib
0.0339 ( 16.1%) 0.0111 ( 4.2%) 0.0451 ( 9.5%) 0.0452 ( 1.1%) perform-sema
0.0339 ( 16.1%) 0.0111 ( 4.2%) 0.0450 ( 9.5%) 0.0452 ( 1.1%) Type checking and Semantic analysis
0.0335 ( 15.9%) 0.0110 ( 4.2%) 0.0445 ( 9.4%) 0.0446 ( 1.1%) typecheck-decl
0.0156 ( 7.4%) 0.0055 ( 2.1%) 0.0210 ( 4.4%) 0.0211 ( 0.5%) typecheck-expr
0.0143 ( 6.8%) 0.0030 ( 1.1%) 0.0173 ( 3.6%) 0.0173 ( 0.4%) SILGen
0.0091 ( 4.3%) 0.0022 ( 0.8%) 0.0113 ( 2.4%) 0.0114 ( 0.3%) SIL optimization
0.0079 ( 3.7%) 0.0016 ( 0.6%) 0.0095 ( 2.0%) 0.0095 ( 0.2%) SILGen-function
0.0046 ( 2.2%) 0.0043 ( 1.6%) 0.0089 ( 1.9%) 0.0092 ( 0.2%) import-clang-decl
0.0062 ( 2.9%) 0.0022 ( 0.8%) 0.0084 ( 1.8%) 0.0084 ( 0.2%) build-rewrite-system
0.0042 ( 2.0%) 0.0011 ( 0.4%) 0.0053 ( 1.1%) 0.0054 ( 0.1%) precheck-target
0.0015 ( 0.7%) 0.0004 ( 0.2%) 0.0019 ( 0.4%) 0.0020 ( 0.0%) Serialization, swiftmodule
0.0009 ( 0.4%) 0.0002 ( 0.1%) 0.0010 ( 0.2%) 0.0010 ( 0.0%) typecheck-stmt
0.0004 ( 0.2%) 0.0001 ( 0.0%) 0.0005 ( 0.1%) 0.0006 ( 0.0%) Serialization, swiftsourceinfo
0.0002 ( 0.1%) 0.0001 ( 0.0%) 0.0003 ( 0.1%) 0.0003 ( 0.0%) Serialization, swiftdoc
0.0001 ( 0.1%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-module-class-member-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%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.2106 (100.0%) 0.2640 (100.0%) 0.4746 (100.0%) 4.0578 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2261 seconds (2.0815 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0920 (100.0%) 0.1340 (100.0%) 0.2261 (100.0%) 2.0815 (100.0%) Building Target
0.0920 (100.0%) 0.1340 (100.0%) 0.2261 (100.0%) 2.0815 (100.0%) Total
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:6:31: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol CacheStorage: class {
^~~~~
AnyObject
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift:9:20: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'SQLiteCacheStorage?' may have shared mutable state; this is an error in the Swift 6 language mode
public static let shared: SQLiteCacheStorage? = {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift:5:20: note: class 'SQLiteCacheStorage' does not conform to the 'Sendable' protocol
public final class SQLiteCacheStorage: CacheStorage {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift:9:20: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
public static let shared: SQLiteCacheStorage? = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift:9:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let shared: SQLiteCacheStorage? = {
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift:42:10: warning: capture of 'self' with non-sendable type 'SQLiteCacheStorage' in a '@Sendable' closure
try self._trimFilesize()
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift:5:20: note: class 'SQLiteCacheStorage' does not conform to the 'Sendable' protocol
public final class SQLiteCacheStorage: CacheStorage {
^
SwiftCompile normal arm64 Compiling\ PersistentCache.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745601387467300-swift-frontend-PersistentCacheKit-PersistentCache.swift-arm64_apple_watchos2.0-o-Onone-3749515375.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6468 seconds (4.1687 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0211 ( 6.6%) 0.1118 ( 34.0%) 0.1330 ( 20.6%) 1.8544 ( 44.5%) parse-and-resolve-imports
0.0211 ( 6.6%) 0.1117 ( 34.0%) 0.1328 ( 20.5%) 1.8542 ( 44.5%) Import resolution
0.0896 ( 28.2%) 0.0301 ( 9.2%) 0.1197 ( 18.5%) 0.1197 ( 2.9%) build-rewrite-system
0.0017 ( 0.5%) 0.0116 ( 3.5%) 0.0133 ( 2.1%) 0.0917 ( 2.2%) load-stdlib
0.0356 ( 11.2%) 0.0115 ( 3.5%) 0.0471 ( 7.3%) 0.0472 ( 1.1%) perform-sema
0.0355 ( 11.2%) 0.0115 ( 3.5%) 0.0470 ( 7.3%) 0.0472 ( 1.1%) Type checking and Semantic analysis
0.0195 ( 6.1%) 0.0076 ( 2.3%) 0.0272 ( 4.2%) 0.0273 ( 0.7%) typecheck-decl
0.0131 ( 4.1%) 0.0120 ( 3.7%) 0.0252 ( 3.9%) 0.0252 ( 0.6%) import-clang-decl
0.0154 ( 4.8%) 0.0068 ( 2.1%) 0.0222 ( 3.4%) 0.0223 ( 0.5%) IRGen
0.0174 ( 5.5%) 0.0044 ( 1.3%) 0.0217 ( 3.4%) 0.0217 ( 0.5%) typecheck-stmt
0.0144 ( 4.5%) 0.0042 ( 1.3%) 0.0186 ( 2.9%) 0.0186 ( 0.4%) typecheck-expr
0.0116 ( 3.7%) 0.0022 ( 0.7%) 0.0138 ( 2.1%) 0.0138 ( 0.3%) SILGen
0.0091 ( 2.9%) 0.0018 ( 0.5%) 0.0109 ( 1.7%) 0.0109 ( 0.3%) SILGen-function
0.0072 ( 2.3%) 0.0005 ( 0.1%) 0.0077 ( 1.2%) 0.0077 ( 0.2%) SIL optimization
0.0042 ( 1.3%) 0.0008 ( 0.2%) 0.0050 ( 0.8%) 0.0050 ( 0.1%) precheck-target
0.0008 ( 0.2%) 0.0003 ( 0.1%) 0.0010 ( 0.2%) 0.0010 ( 0.0%) load-all-members
0.0004 ( 0.1%) 0.0001 ( 0.0%) 0.0005 ( 0.1%) 0.0005 ( 0.0%) typecheck-expr-pattern
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
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%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3180 (100.0%) 0.3288 (100.0%) 0.6468 (100.0%) 4.1687 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.6968 seconds (3.6217 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.0321 (100.0%) 0.6647 (100.0%) 1.6968 (100.0%) 3.6217 (100.0%) Building Target
1.0321 (100.0%) 0.6647 (100.0%) 1.6968 (100.0%) 3.6217 (100.0%) Total
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
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:6:31: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol CacheStorage: class {
^~~~~
AnyObject
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:62:4: warning: capture of 'self' with non-sendable type 'PersistentCache<Key, Value>' in a '@Sendable' closure
self.internalCache = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:38:14: note: generic class 'PersistentCache' does not conform to the 'Sendable' protocol
public class PersistentCache<Key: CustomStringConvertible & Hashable, Value: Codable> {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:64:24: warning: capture of 'completion' with non-sendable type '(() -> Void)?' in a '@Sendable' closure
if let completion = completion {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:64:24: note: a function type must be marked '@Sendable' to conform to 'Sendable'
if let completion = completion {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:66:6: warning: capture of 'completion' with non-sendable type '() -> Void' in a '@Sendable' closure
completion()
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:66:6: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion()
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:109:5: warning: capture of 'self' with non-sendable type 'PersistentCache<Key, Value>' in a '@Sendable' closure
self.internalCache[key] = newValue
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:38:14: note: generic class 'PersistentCache' does not conform to the 'Sendable' protocol
public class PersistentCache<Key: CustomStringConvertible & Hashable, Value: Codable> {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:109:24: warning: capture of 'key' with non-sendable type 'Key' in a '@Sendable' closure
self.internalCache[key] = newValue
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:38:30: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
public class PersistentCache<Key: CustomStringConvertible & Hashable, Value: Codable> {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:109:31: warning: capture of 'newValue' with non-sendable type 'Item<Value>?' in a '@Sendable' closure
self.internalCache[key] = newValue
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:16:15: note: consider making generic struct 'Item' conform to the 'Sendable' protocol
public struct Item<Value: Codable>: Codable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:140:20: warning: capture of 'self' with non-sendable type 'PersistentCache<Key, Value>' in a '@Sendable' closure
if let data = self.storage?[self.stringKey(for: key)], let item = try? self.decoder.decode(Item<Value>.self, from: data) {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:38:14: note: generic class 'PersistentCache' does not conform to the 'Sendable' protocol
public class PersistentCache<Key: CustomStringConvertible & Hashable, Value: Codable> {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:140:54: warning: capture of 'key' with non-sendable type 'Key' in a '@Sendable' closure
if let data = self.storage?[self.stringKey(for: key)], let item = try? self.decoder.decode(Item<Value>.self, from: data) {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:38:30: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
public class PersistentCache<Key: CustomStringConvertible & Hashable, Value: Codable> {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:142:8: warning: capture of 'completion' with non-sendable type '(Value?) -> Void' in a '@Sendable' closure
completion(item.value)
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:142:8: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(item.value)
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:146:23: warning: capture of 'fallback' with non-sendable type '(() -> Value)?' in a '@Sendable' closure
if let value = fallback?() {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:146:23: note: a function type must be marked '@Sendable' to conform to 'Sendable'
if let value = fallback?() {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:142:8: warning: capture of 'completion' with non-sendable type '(Value?) -> Void' in a '@Sendable' closure
completion(item.value)
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:142:8: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(item.value)
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:142:19: warning: capture of 'item' with non-sendable type 'Item<Value>' in a '@Sendable' closure
completion(item.value)
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:16:15: note: consider making generic struct 'Item' conform to the 'Sendable' protocol
public struct Item<Value: Codable>: Codable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:146:23: warning: capture of 'fallback' with non-sendable type '(() -> Value)?' in a '@Sendable' closure
if let value = fallback?() {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:146:23: note: a function type must be marked '@Sendable' to conform to 'Sendable'
if let value = fallback?() {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:147:9: warning: capture of 'self' with non-sendable type 'PersistentCache<Key, Value>' in a '@Sendable' closure
self[key] = value
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:38:14: note: generic class 'PersistentCache' does not conform to the 'Sendable' protocol
public class PersistentCache<Key: CustomStringConvertible & Hashable, Value: Codable> {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:147:14: warning: capture of 'key' with non-sendable type 'Key' in a '@Sendable' closure
self[key] = value
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:38:30: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
public class PersistentCache<Key: CustomStringConvertible & Hashable, Value: Codable> {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:149:9: warning: capture of 'completion' with non-sendable type '(Value?) -> Void' in a '@Sendable' closure
completion(value)
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:149:9: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(value)
^
SwiftCompile normal arm64_32 Compiling\ SQLiteCacheStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745601387472578-swift-frontend-PersistentCacheKit-SQLiteCacheStorage.swift-arm64_32_apple_watchos2.0-o-Onone-2352299486.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 3.7255 seconds (4.2131 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.0751 ( 43.5%) 0.5443 ( 43.4%) 1.6194 ( 43.5%) 1.8102 ( 43.0%) parse-and-resolve-imports
1.0750 ( 43.5%) 0.5441 ( 43.4%) 1.6192 ( 43.5%) 1.8099 ( 43.0%) Import resolution
0.0887 ( 3.6%) 0.0199 ( 1.6%) 0.1085 ( 2.9%) 0.1088 ( 2.6%) build-rewrite-system
0.0130 ( 0.5%) 0.0286 ( 2.3%) 0.0415 ( 1.1%) 0.0826 ( 2.0%) load-stdlib
0.0398 ( 1.6%) 0.0243 ( 1.9%) 0.0641 ( 1.7%) 0.0805 ( 1.9%) perform-sema
0.0398 ( 1.6%) 0.0242 ( 1.9%) 0.0640 ( 1.7%) 0.0804 ( 1.9%) Type checking and Semantic analysis
0.0333 ( 1.3%) 0.0175 ( 1.4%) 0.0508 ( 1.4%) 0.0639 ( 1.5%) typecheck-expr
0.0240 ( 1.0%) 0.0222 ( 1.8%) 0.0462 ( 1.2%) 0.0626 ( 1.5%) typecheck-decl
0.0144 ( 0.6%) 0.0126 ( 1.0%) 0.0270 ( 0.7%) 0.0274 ( 0.7%) import-clang-decl
0.0203 ( 0.8%) 0.0025 ( 0.2%) 0.0228 ( 0.6%) 0.0228 ( 0.5%) typecheck-stmt
0.0107 ( 0.4%) 0.0068 ( 0.5%) 0.0175 ( 0.5%) 0.0194 ( 0.5%) IRGen
0.0125 ( 0.5%) 0.0022 ( 0.2%) 0.0147 ( 0.4%) 0.0147 ( 0.3%) SILGen
0.0098 ( 0.4%) 0.0024 ( 0.2%) 0.0123 ( 0.3%) 0.0125 ( 0.3%) precheck-target
0.0082 ( 0.3%) 0.0005 ( 0.0%) 0.0088 ( 0.2%) 0.0088 ( 0.2%) SIL optimization
0.0065 ( 0.3%) 0.0011 ( 0.1%) 0.0077 ( 0.2%) 0.0077 ( 0.2%) SILGen-function
0.0007 ( 0.0%) 0.0002 ( 0.0%) 0.0010 ( 0.0%) 0.0010 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
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%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
2.4719 (100.0%) 1.2536 (100.0%) 3.7255 (100.0%) 4.2131 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 3.2662 seconds (3.6587 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
2.1147 (100.0%) 1.1514 (100.0%) 3.2662 (100.0%) 3.6587 (100.0%) Building Target
2.1147 (100.0%) 1.1514 (100.0%) 3.2662 (100.0%) 3.6587 (100.0%) Total
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
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift:9:20: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'SQLiteCacheStorage?' may have shared mutable state; this is an error in the Swift 6 language mode
public static let shared: SQLiteCacheStorage? = {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift:5:20: note: class 'SQLiteCacheStorage' does not conform to the 'Sendable' protocol
public final class SQLiteCacheStorage: CacheStorage {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift:9:20: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
public static let shared: SQLiteCacheStorage? = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift:9:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let shared: SQLiteCacheStorage? = {
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift:42:10: warning: capture of 'self' with non-sendable type 'SQLiteCacheStorage' in a '@Sendable' closure
try self._trimFilesize()
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift:5:20: note: class 'SQLiteCacheStorage' does not conform to the 'Sendable' protocol
public final class SQLiteCacheStorage: CacheStorage {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift:109:26: warning: capture of 'self' with non-sendable type 'SQLiteCacheStorage' in a '@Sendable' closure
let statement = try self.db.preparedStatement(forSQL: sql)
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift:5:20: note: class 'SQLiteCacheStorage' does not conform to the 'Sendable' protocol
public final class SQLiteCacheStorage: CacheStorage {
^
SwiftCompile normal arm64 Compiling\ SQLiteCacheStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745601387471597-swift-frontend-PersistentCacheKit-SQLiteCacheStorage.swift-arm64_apple_watchos2.0-o-Onone-2901912170.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.7069 seconds (4.2181 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0227 ( 6.2%) 0.1056 ( 30.9%) 0.1283 ( 18.1%) 1.8607 ( 44.1%) parse-and-resolve-imports
0.0226 ( 6.2%) 0.1054 ( 30.9%) 0.1280 ( 18.1%) 1.8605 ( 44.1%) Import resolution
0.0912 ( 25.0%) 0.0294 ( 8.6%) 0.1206 ( 17.1%) 0.1207 ( 2.9%) build-rewrite-system
0.0130 ( 3.6%) 0.0270 ( 7.9%) 0.0400 ( 5.7%) 0.0835 ( 2.0%) load-stdlib
0.0386 ( 10.6%) 0.0130 ( 3.8%) 0.0516 ( 7.3%) 0.0517 ( 1.2%) perform-sema
0.0386 ( 10.6%) 0.0130 ( 3.8%) 0.0515 ( 7.3%) 0.0516 ( 1.2%) Type checking and Semantic analysis
0.0318 ( 8.7%) 0.0108 ( 3.2%) 0.0426 ( 6.0%) 0.0427 ( 1.0%) typecheck-expr
0.0222 ( 6.1%) 0.0090 ( 2.6%) 0.0312 ( 4.4%) 0.0313 ( 0.7%) typecheck-decl
0.0143 ( 3.9%) 0.0121 ( 3.5%) 0.0264 ( 3.7%) 0.0270 ( 0.6%) import-clang-decl
0.0212 ( 5.8%) 0.0055 ( 1.6%) 0.0267 ( 3.8%) 0.0268 ( 0.6%) typecheck-stmt
0.0113 ( 3.1%) 0.0044 ( 1.3%) 0.0158 ( 2.2%) 0.0161 ( 0.4%) IRGen
0.0121 ( 3.3%) 0.0019 ( 0.6%) 0.0140 ( 2.0%) 0.0141 ( 0.3%) SILGen
0.0096 ( 2.6%) 0.0029 ( 0.8%) 0.0125 ( 1.8%) 0.0125 ( 0.3%) precheck-target
0.0081 ( 2.2%) 0.0003 ( 0.1%) 0.0084 ( 1.2%) 0.0098 ( 0.2%) SIL optimization
0.0066 ( 1.8%) 0.0008 ( 0.2%) 0.0073 ( 1.0%) 0.0074 ( 0.2%) SILGen-function
0.0014 ( 0.4%) 0.0004 ( 0.1%) 0.0017 ( 0.2%) 0.0017 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
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%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3654 (100.0%) 0.3415 (100.0%) 0.7069 (100.0%) 4.2181 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.7506 seconds (3.6607 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.0595 (100.0%) 0.6911 (100.0%) 1.7506 (100.0%) 3.6607 (100.0%) Building Target
1.0595 (100.0%) 0.6911 (100.0%) 1.7506 (100.0%) 3.6607 (100.0%) Total
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
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift:9:20: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'SQLiteCacheStorage?' may have shared mutable state; this is an error in the Swift 6 language mode
public static let shared: SQLiteCacheStorage? = {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift:5:20: note: class 'SQLiteCacheStorage' does not conform to the 'Sendable' protocol
public final class SQLiteCacheStorage: CacheStorage {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift:9:20: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
public static let shared: SQLiteCacheStorage? = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift:9:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let shared: SQLiteCacheStorage? = {
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift:42:10: warning: capture of 'self' with non-sendable type 'SQLiteCacheStorage' in a '@Sendable' closure
try self._trimFilesize()
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift:5:20: note: class 'SQLiteCacheStorage' does not conform to the 'Sendable' protocol
public final class SQLiteCacheStorage: CacheStorage {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift:109:26: warning: capture of 'self' with non-sendable type 'SQLiteCacheStorage' in a '@Sendable' closure
let statement = try self.db.preparedStatement(forSQL: sql)
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift:5:20: note: class 'SQLiteCacheStorage' does not conform to the 'Sendable' protocol
public final class SQLiteCacheStorage: CacheStorage {
^
SwiftCompile normal arm64 Compiling\ SQLite.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLite.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745601387474104-swift-frontend-PersistentCacheKit-SQLite.swift-arm64_apple_watchos2.0-o-Onone-2147741211.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 3.8325 seconds (4.3327 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.0777 ( 41.8%) 0.5375 ( 42.8%) 1.6152 ( 42.1%) 1.8093 ( 41.8%) parse-and-resolve-imports
1.0776 ( 41.8%) 0.5373 ( 42.8%) 1.6149 ( 42.1%) 1.8091 ( 41.8%) Import resolution
0.0697 ( 2.7%) 0.0318 ( 2.5%) 0.1015 ( 2.6%) 0.1181 ( 2.7%) perform-sema
0.0696 ( 2.7%) 0.0318 ( 2.5%) 0.1014 ( 2.6%) 0.1180 ( 2.7%) Type checking and Semantic analysis
0.0874 ( 3.4%) 0.0177 ( 1.4%) 0.1051 ( 2.7%) 0.1051 ( 2.4%) build-rewrite-system
0.0463 ( 1.8%) 0.0220 ( 1.7%) 0.0682 ( 1.8%) 0.0825 ( 1.9%) typecheck-expr
0.0126 ( 0.5%) 0.0263 ( 2.1%) 0.0390 ( 1.0%) 0.0814 ( 1.9%) load-stdlib
0.0220 ( 0.9%) 0.0246 ( 2.0%) 0.0466 ( 1.2%) 0.0631 ( 1.5%) typecheck-decl
0.0478 ( 1.9%) 0.0073 ( 0.6%) 0.0552 ( 1.4%) 0.0552 ( 1.3%) typecheck-stmt
0.0149 ( 0.6%) 0.0114 ( 0.9%) 0.0263 ( 0.7%) 0.0270 ( 0.6%) import-clang-decl
0.0124 ( 0.5%) 0.0042 ( 0.3%) 0.0166 ( 0.4%) 0.0214 ( 0.5%) precheck-target
0.0106 ( 0.4%) 0.0010 ( 0.1%) 0.0116 ( 0.3%) 0.0116 ( 0.3%) SILGen
0.0078 ( 0.3%) 0.0020 ( 0.2%) 0.0098 ( 0.3%) 0.0098 ( 0.2%) IRGen
0.0089 ( 0.3%) 0.0005 ( 0.0%) 0.0094 ( 0.2%) 0.0096 ( 0.2%) SIL optimization
0.0089 ( 0.3%) 0.0006 ( 0.1%) 0.0096 ( 0.2%) 0.0096 ( 0.2%) SILGen-function
0.0008 ( 0.0%) 0.0002 ( 0.0%) 0.0010 ( 0.0%) 0.0010 ( 0.0%) load-all-members
0.0007 ( 0.0%) 0.0001 ( 0.0%) 0.0008 ( 0.0%) 0.0008 ( 0.0%) typecheck-expr-pattern
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
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%) populate-source-file-class-member-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
2.5758 (100.0%) 1.2566 (100.0%) 3.8325 (100.0%) 4.3327 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 3.2681 seconds (3.6585 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
2.1210 (100.0%) 1.1471 (100.0%) 3.2681 (100.0%) 3.6585 (100.0%) Building Target
2.1210 (100.0%) 1.1471 (100.0%) 3.2681 (100.0%) 3.6585 (100.0%) Total
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_32 Compiling\ PersistentCache.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745601387473986-swift-frontend-PersistentCacheKit-PersistentCache.swift-arm64_32_apple_watchos2.0-o-Onone-1303436266.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6517 seconds (4.1116 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0204 ( 6.2%) 0.0992 ( 30.8%) 0.1197 ( 18.4%) 1.7779 ( 43.2%) parse-and-resolve-imports
0.0203 ( 6.2%) 0.0990 ( 30.8%) 0.1193 ( 18.3%) 1.7775 ( 43.2%) Import resolution
0.0016 ( 0.5%) 0.0068 ( 2.1%) 0.0085 ( 1.3%) 0.1449 ( 3.5%) load-stdlib
0.0901 ( 27.3%) 0.0289 ( 9.0%) 0.1190 ( 18.3%) 0.1190 ( 2.9%) build-rewrite-system
0.0378 ( 11.5%) 0.0192 ( 6.0%) 0.0570 ( 8.7%) 0.0589 ( 1.4%) perform-sema
0.0377 ( 11.4%) 0.0192 ( 6.0%) 0.0569 ( 8.7%) 0.0588 ( 1.4%) Type checking and Semantic analysis
0.0213 ( 6.5%) 0.0151 ( 4.7%) 0.0364 ( 5.6%) 0.0383 ( 0.9%) typecheck-decl
0.0164 ( 5.0%) 0.0079 ( 2.4%) 0.0243 ( 3.7%) 0.0252 ( 0.6%) IRGen
0.0136 ( 4.1%) 0.0108 ( 3.4%) 0.0244 ( 3.7%) 0.0246 ( 0.6%) import-clang-decl
0.0181 ( 5.5%) 0.0046 ( 1.4%) 0.0227 ( 3.5%) 0.0228 ( 0.6%) typecheck-stmt
0.0166 ( 5.0%) 0.0051 ( 1.6%) 0.0216 ( 3.3%) 0.0217 ( 0.5%) typecheck-expr
0.0132 ( 4.0%) 0.0026 ( 0.8%) 0.0159 ( 2.4%) 0.0160 ( 0.4%) SILGen
0.0098 ( 3.0%) 0.0019 ( 0.6%) 0.0117 ( 1.8%) 0.0118 ( 0.3%) SILGen-function
0.0067 ( 2.0%) 0.0001 ( 0.0%) 0.0068 ( 1.1%) 0.0068 ( 0.2%) SIL optimization
0.0042 ( 1.3%) 0.0007 ( 0.2%) 0.0049 ( 0.8%) 0.0049 ( 0.1%) precheck-target
0.0014 ( 0.4%) 0.0005 ( 0.1%) 0.0019 ( 0.3%) 0.0019 ( 0.0%) load-all-members
0.0005 ( 0.2%) 0.0001 ( 0.0%) 0.0006 ( 0.1%) 0.0006 ( 0.0%) typecheck-expr-pattern
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
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%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
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%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3300 (100.0%) 0.3217 (100.0%) 0.6517 (100.0%) 4.1116 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.6929 seconds (3.6147 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.0455 (100.0%) 0.6474 (100.0%) 1.6929 (100.0%) 3.6147 (100.0%) Building Target
1.0455 (100.0%) 0.6474 (100.0%) 1.6929 (100.0%) 3.6147 (100.0%) Total
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
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:6:31: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol CacheStorage: class {
^~~~~
AnyObject
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:62:4: warning: capture of 'self' with non-sendable type 'PersistentCache<Key, Value>' in a '@Sendable' closure
self.internalCache = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:38:14: note: generic class 'PersistentCache' does not conform to the 'Sendable' protocol
public class PersistentCache<Key: CustomStringConvertible & Hashable, Value: Codable> {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:64:24: warning: capture of 'completion' with non-sendable type '(() -> Void)?' in a '@Sendable' closure
if let completion = completion {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:64:24: note: a function type must be marked '@Sendable' to conform to 'Sendable'
if let completion = completion {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:66:6: warning: capture of 'completion' with non-sendable type '() -> Void' in a '@Sendable' closure
completion()
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:66:6: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion()
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:109:5: warning: capture of 'self' with non-sendable type 'PersistentCache<Key, Value>' in a '@Sendable' closure
self.internalCache[key] = newValue
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:38:14: note: generic class 'PersistentCache' does not conform to the 'Sendable' protocol
public class PersistentCache<Key: CustomStringConvertible & Hashable, Value: Codable> {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:109:24: warning: capture of 'key' with non-sendable type 'Key' in a '@Sendable' closure
self.internalCache[key] = newValue
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:38:30: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
public class PersistentCache<Key: CustomStringConvertible & Hashable, Value: Codable> {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:109:31: warning: capture of 'newValue' with non-sendable type 'Item<Value>?' in a '@Sendable' closure
self.internalCache[key] = newValue
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:16:15: note: consider making generic struct 'Item' conform to the 'Sendable' protocol
public struct Item<Value: Codable>: Codable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:140:20: warning: capture of 'self' with non-sendable type 'PersistentCache<Key, Value>' in a '@Sendable' closure
if let data = self.storage?[self.stringKey(for: key)], let item = try? self.decoder.decode(Item<Value>.self, from: data) {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:38:14: note: generic class 'PersistentCache' does not conform to the 'Sendable' protocol
public class PersistentCache<Key: CustomStringConvertible & Hashable, Value: Codable> {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:140:54: warning: capture of 'key' with non-sendable type 'Key' in a '@Sendable' closure
if let data = self.storage?[self.stringKey(for: key)], let item = try? self.decoder.decode(Item<Value>.self, from: data) {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:38:30: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
public class PersistentCache<Key: CustomStringConvertible & Hashable, Value: Codable> {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:142:8: warning: capture of 'completion' with non-sendable type '(Value?) -> Void' in a '@Sendable' closure
completion(item.value)
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:142:8: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(item.value)
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:146:23: warning: capture of 'fallback' with non-sendable type '(() -> Value)?' in a '@Sendable' closure
if let value = fallback?() {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:146:23: note: a function type must be marked '@Sendable' to conform to 'Sendable'
if let value = fallback?() {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:142:8: warning: capture of 'completion' with non-sendable type '(Value?) -> Void' in a '@Sendable' closure
completion(item.value)
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:142:8: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(item.value)
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:142:19: warning: capture of 'item' with non-sendable type 'Item<Value>' in a '@Sendable' closure
completion(item.value)
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:16:15: note: consider making generic struct 'Item' conform to the 'Sendable' protocol
public struct Item<Value: Codable>: Codable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:146:23: warning: capture of 'fallback' with non-sendable type '(() -> Value)?' in a '@Sendable' closure
if let value = fallback?() {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:146:23: note: a function type must be marked '@Sendable' to conform to 'Sendable'
if let value = fallback?() {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:147:9: warning: capture of 'self' with non-sendable type 'PersistentCache<Key, Value>' in a '@Sendable' closure
self[key] = value
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:38:14: note: generic class 'PersistentCache' does not conform to the 'Sendable' protocol
public class PersistentCache<Key: CustomStringConvertible & Hashable, Value: Codable> {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:147:14: warning: capture of 'key' with non-sendable type 'Key' in a '@Sendable' closure
self[key] = value
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:38:30: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
public class PersistentCache<Key: CustomStringConvertible & Hashable, Value: Codable> {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:149:9: warning: capture of 'completion' with non-sendable type '(Value?) -> Void' in a '@Sendable' closure
completion(value)
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:149:9: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(value)
^
SwiftCompile normal armv7k Compiling\ PersistentCache.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745601387470337-swift-frontend-PersistentCacheKit-PersistentCache.swift-armv7k_apple_watchos2.0-o-Onone-2317860816.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6407 seconds (4.3250 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0203 ( 5.9%) 0.0911 ( 30.8%) 0.1114 ( 17.4%) 1.8801 ( 43.5%) parse-and-resolve-imports
0.0202 ( 5.9%) 0.0903 ( 30.5%) 0.1104 ( 17.2%) 1.8791 ( 43.4%) Import resolution
0.0017 ( 0.5%) 0.0125 ( 4.2%) 0.0143 ( 2.2%) 0.1565 ( 3.6%) load-stdlib
0.0857 ( 24.9%) 0.0287 ( 9.7%) 0.1144 ( 17.9%) 0.1143 ( 2.6%) build-rewrite-system
0.0449 ( 13.0%) 0.0149 ( 5.0%) 0.0598 ( 9.3%) 0.0609 ( 1.4%) perform-sema
0.0448 ( 13.0%) 0.0149 ( 5.0%) 0.0597 ( 9.3%) 0.0608 ( 1.4%) Type checking and Semantic analysis
0.0224 ( 6.5%) 0.0090 ( 3.0%) 0.0314 ( 4.9%) 0.0318 ( 0.7%) typecheck-decl
0.0230 ( 6.7%) 0.0060 ( 2.0%) 0.0289 ( 4.5%) 0.0296 ( 0.7%) typecheck-stmt
0.0141 ( 4.1%) 0.0121 ( 4.1%) 0.0262 ( 4.1%) 0.0262 ( 0.6%) import-clang-decl
0.0171 ( 5.0%) 0.0051 ( 1.7%) 0.0222 ( 3.5%) 0.0228 ( 0.5%) typecheck-expr
0.0149 ( 4.3%) 0.0060 ( 2.0%) 0.0209 ( 3.3%) 0.0210 ( 0.5%) IRGen
0.0123 ( 3.6%) 0.0020 ( 0.7%) 0.0143 ( 2.2%) 0.0149 ( 0.3%) SILGen
0.0088 ( 2.6%) 0.0015 ( 0.5%) 0.0103 ( 1.6%) 0.0105 ( 0.2%) SILGen-function
0.0062 ( 1.8%) 0.0017 ( 0.6%) 0.0080 ( 1.2%) 0.0080 ( 0.2%) precheck-target
0.0067 ( 1.9%) 0.0001 ( 0.0%) 0.0068 ( 1.1%) 0.0068 ( 0.2%) SIL optimization
0.0007 ( 0.2%) 0.0002 ( 0.1%) 0.0009 ( 0.1%) 0.0009 ( 0.0%) load-all-members
0.0006 ( 0.2%) 0.0001 ( 0.0%) 0.0007 ( 0.1%) 0.0007 ( 0.0%) typecheck-expr-pattern
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
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%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3446 (100.0%) 0.2961 (100.0%) 0.6407 (100.0%) 4.3250 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.6043 seconds (3.6186 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.0157 (100.0%) 0.5885 (100.0%) 1.6043 (100.0%) 3.6186 (100.0%) Building Target
1.0157 (100.0%) 0.5885 (100.0%) 1.6043 (100.0%) 3.6186 (100.0%) Total
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
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:6:31: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol CacheStorage: class {
^~~~~
AnyObject
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:62:4: warning: capture of 'self' with non-sendable type 'PersistentCache<Key, Value>' in a '@Sendable' closure
self.internalCache = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:38:14: note: generic class 'PersistentCache' does not conform to the 'Sendable' protocol
public class PersistentCache<Key: CustomStringConvertible & Hashable, Value: Codable> {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:64:24: warning: capture of 'completion' with non-sendable type '(() -> Void)?' in a '@Sendable' closure
if let completion = completion {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:64:24: note: a function type must be marked '@Sendable' to conform to 'Sendable'
if let completion = completion {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:66:6: warning: capture of 'completion' with non-sendable type '() -> Void' in a '@Sendable' closure
completion()
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:66:6: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion()
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:109:5: warning: capture of 'self' with non-sendable type 'PersistentCache<Key, Value>' in a '@Sendable' closure
self.internalCache[key] = newValue
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:38:14: note: generic class 'PersistentCache' does not conform to the 'Sendable' protocol
public class PersistentCache<Key: CustomStringConvertible & Hashable, Value: Codable> {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:109:24: warning: capture of 'key' with non-sendable type 'Key' in a '@Sendable' closure
self.internalCache[key] = newValue
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:38:30: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
public class PersistentCache<Key: CustomStringConvertible & Hashable, Value: Codable> {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:109:31: warning: capture of 'newValue' with non-sendable type 'Item<Value>?' in a '@Sendable' closure
self.internalCache[key] = newValue
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:16:15: note: consider making generic struct 'Item' conform to the 'Sendable' protocol
public struct Item<Value: Codable>: Codable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:140:20: warning: capture of 'self' with non-sendable type 'PersistentCache<Key, Value>' in a '@Sendable' closure
if let data = self.storage?[self.stringKey(for: key)], let item = try? self.decoder.decode(Item<Value>.self, from: data) {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:38:14: note: generic class 'PersistentCache' does not conform to the 'Sendable' protocol
public class PersistentCache<Key: CustomStringConvertible & Hashable, Value: Codable> {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:140:54: warning: capture of 'key' with non-sendable type 'Key' in a '@Sendable' closure
if let data = self.storage?[self.stringKey(for: key)], let item = try? self.decoder.decode(Item<Value>.self, from: data) {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:38:30: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
public class PersistentCache<Key: CustomStringConvertible & Hashable, Value: Codable> {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:142:8: warning: capture of 'completion' with non-sendable type '(Value?) -> Void' in a '@Sendable' closure
completion(item.value)
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:142:8: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(item.value)
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:146:23: warning: capture of 'fallback' with non-sendable type '(() -> Value)?' in a '@Sendable' closure
if let value = fallback?() {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:146:23: note: a function type must be marked '@Sendable' to conform to 'Sendable'
if let value = fallback?() {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:142:8: warning: capture of 'completion' with non-sendable type '(Value?) -> Void' in a '@Sendable' closure
completion(item.value)
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:142:8: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(item.value)
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:142:19: warning: capture of 'item' with non-sendable type 'Item<Value>' in a '@Sendable' closure
completion(item.value)
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:16:15: note: consider making generic struct 'Item' conform to the 'Sendable' protocol
public struct Item<Value: Codable>: Codable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:146:23: warning: capture of 'fallback' with non-sendable type '(() -> Value)?' in a '@Sendable' closure
if let value = fallback?() {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:146:23: note: a function type must be marked '@Sendable' to conform to 'Sendable'
if let value = fallback?() {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:147:9: warning: capture of 'self' with non-sendable type 'PersistentCache<Key, Value>' in a '@Sendable' closure
self[key] = value
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:38:14: note: generic class 'PersistentCache' does not conform to the 'Sendable' protocol
public class PersistentCache<Key: CustomStringConvertible & Hashable, Value: Codable> {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:147:14: warning: capture of 'key' with non-sendable type 'Key' in a '@Sendable' closure
self[key] = value
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:38:30: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
public class PersistentCache<Key: CustomStringConvertible & Hashable, Value: Codable> {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:149:9: warning: capture of 'completion' with non-sendable type '(Value?) -> Void' in a '@Sendable' closure
completion(value)
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/PersistentCache.swift:149:9: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(value)
^
SwiftCompile normal arm64_32 Compiling\ SQLite.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLite.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745601389596979-swift-frontend-PersistentCacheKit-SQLite.swift-arm64_32_apple_watchos2.0-o-Onone-1383572761.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6337 seconds (0.6360 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0824 ( 17.8%) 0.0284 ( 16.7%) 0.1108 ( 17.5%) 0.1109 ( 17.4%) build-rewrite-system
0.0721 ( 15.5%) 0.0165 ( 9.7%) 0.0886 ( 14.0%) 0.0890 ( 14.0%) perform-sema
0.0720 ( 15.5%) 0.0165 ( 9.7%) 0.0885 ( 14.0%) 0.0889 ( 14.0%) Type checking and Semantic analysis
0.0502 ( 10.8%) 0.0120 ( 7.1%) 0.0623 ( 9.8%) 0.0625 ( 9.8%) typecheck-expr
0.0520 ( 11.2%) 0.0095 ( 5.6%) 0.0615 ( 9.7%) 0.0616 ( 9.7%) typecheck-stmt
0.0205 ( 4.4%) 0.0260 ( 15.3%) 0.0465 ( 7.3%) 0.0467 ( 7.3%) parse-and-resolve-imports
0.0204 ( 4.4%) 0.0259 ( 15.2%) 0.0463 ( 7.3%) 0.0465 ( 7.3%) Import resolution
0.0204 ( 4.4%) 0.0073 ( 4.3%) 0.0277 ( 4.4%) 0.0280 ( 4.4%) typecheck-decl
0.0157 ( 3.4%) 0.0118 ( 7.0%) 0.0275 ( 4.3%) 0.0276 ( 4.3%) import-clang-decl
0.0138 ( 3.0%) 0.0033 ( 1.9%) 0.0171 ( 2.7%) 0.0171 ( 2.7%) precheck-target
0.0112 ( 2.4%) 0.0050 ( 2.9%) 0.0162 ( 2.6%) 0.0164 ( 2.6%) IRGen
0.0114 ( 2.5%) 0.0027 ( 1.6%) 0.0141 ( 2.2%) 0.0141 ( 2.2%) SILGen
0.0096 ( 2.1%) 0.0023 ( 1.4%) 0.0119 ( 1.9%) 0.0119 ( 1.9%) SILGen-function
0.0090 ( 1.9%) 0.0002 ( 0.1%) 0.0092 ( 1.5%) 0.0092 ( 1.5%) SIL optimization
0.0015 ( 0.3%) 0.0021 ( 1.2%) 0.0036 ( 0.6%) 0.0036 ( 0.6%) load-stdlib
0.0007 ( 0.2%) 0.0002 ( 0.1%) 0.0009 ( 0.1%) 0.0009 ( 0.1%) load-all-members
0.0007 ( 0.1%) 0.0001 ( 0.0%) 0.0008 ( 0.1%) 0.0008 ( 0.1%) typecheck-expr-pattern
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
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%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.4638 (100.0%) 0.1699 (100.0%) 0.6337 (100.0%) 0.6360 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.4358 seconds (1.5356 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9586 (100.0%) 0.4771 (100.0%) 1.4358 (100.0%) 1.5356 (100.0%) Building Target
0.9586 (100.0%) 0.4771 (100.0%) 1.4358 (100.0%) 1.5356 (100.0%) Total
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
SwiftDriverJobDiscovery normal armv7k Emitting module for PersistentCacheKit (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')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745601389596663-swift-frontend-PersistentCacheKit-SQLiteCacheStorage.swift-armv7k_apple_watchos2.0-o-Onone-762142678.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5257 seconds (0.5277 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0823 ( 22.8%) 0.0285 ( 17.3%) 0.1108 ( 21.1%) 0.1110 ( 21.0%) build-rewrite-system
0.0425 ( 11.8%) 0.0144 ( 8.8%) 0.0569 ( 10.8%) 0.0572 ( 10.8%) perform-sema
0.0424 ( 11.7%) 0.0144 ( 8.8%) 0.0568 ( 10.8%) 0.0572 ( 10.8%) Type checking and Semantic analysis
0.0359 ( 9.9%) 0.0126 ( 7.7%) 0.0484 ( 9.2%) 0.0488 ( 9.2%) typecheck-expr
0.0206 ( 5.7%) 0.0246 ( 15.0%) 0.0452 ( 8.6%) 0.0454 ( 8.6%) parse-and-resolve-imports
0.0206 ( 5.7%) 0.0244 ( 14.9%) 0.0450 ( 8.6%) 0.0452 ( 8.6%) Import resolution
0.0256 ( 7.1%) 0.0095 ( 5.8%) 0.0351 ( 6.7%) 0.0354 ( 6.7%) typecheck-decl
0.0221 ( 6.1%) 0.0065 ( 4.0%) 0.0286 ( 5.4%) 0.0287 ( 5.4%) typecheck-stmt
0.0143 ( 4.0%) 0.0131 ( 8.0%) 0.0274 ( 5.2%) 0.0274 ( 5.2%) import-clang-decl
0.0155 ( 4.3%) 0.0036 ( 2.2%) 0.0191 ( 3.6%) 0.0191 ( 3.6%) SILGen
0.0106 ( 2.9%) 0.0044 ( 2.7%) 0.0150 ( 2.8%) 0.0150 ( 2.8%) IRGen
0.0103 ( 2.8%) 0.0040 ( 2.4%) 0.0143 ( 2.7%) 0.0143 ( 2.7%) precheck-target
0.0091 ( 2.5%) 0.0015 ( 0.9%) 0.0107 ( 2.0%) 0.0107 ( 2.0%) SILGen-function
0.0079 ( 2.2%) 0.0001 ( 0.1%) 0.0080 ( 1.5%) 0.0080 ( 1.5%) SIL optimization
0.0010 ( 0.3%) 0.0023 ( 1.4%) 0.0034 ( 0.6%) 0.0034 ( 0.6%) load-stdlib
0.0008 ( 0.2%) 0.0002 ( 0.1%) 0.0010 ( 0.2%) 0.0010 ( 0.2%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
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%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3616 (100.0%) 0.1642 (100.0%) 0.5257 (100.0%) 0.5277 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.4355 seconds (1.5352 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9545 (100.0%) 0.4810 (100.0%) 1.4355 (100.0%) 1.5352 (100.0%) Building Target
0.9545 (100.0%) 0.4810 (100.0%) 1.4355 (100.0%) 1.5352 (100.0%) Total
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
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift:9:20: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'SQLiteCacheStorage?' may have shared mutable state; this is an error in the Swift 6 language mode
public static let shared: SQLiteCacheStorage? = {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift:5:20: note: class 'SQLiteCacheStorage' does not conform to the 'Sendable' protocol
public final class SQLiteCacheStorage: CacheStorage {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift:9:20: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
public static let shared: SQLiteCacheStorage? = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift:9:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let shared: SQLiteCacheStorage? = {
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift:42:10: warning: capture of 'self' with non-sendable type 'SQLiteCacheStorage' in a '@Sendable' closure
try self._trimFilesize()
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift:5:20: note: class 'SQLiteCacheStorage' does not conform to the 'Sendable' protocol
public final class SQLiteCacheStorage: CacheStorage {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift:109:26: warning: capture of 'self' with non-sendable type 'SQLiteCacheStorage' in a '@Sendable' closure
let statement = try self.db.preparedStatement(forSQL: sql)
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift:5:20: note: class 'SQLiteCacheStorage' does not conform to the 'Sendable' protocol
public final class SQLiteCacheStorage: CacheStorage {
^
SwiftDriverJobDiscovery normal arm64 Emitting module for PersistentCacheKit (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
SwiftDriver\ Compilation\ Requirements PersistentCacheKit normal armv7k com.apple.xcode.tools.swift.compiler (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation-Requirements -- /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
SwiftDriverJobDiscovery normal arm64_32 Emitting module for PersistentCacheKit (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
SwiftDriver\ Compilation\ Requirements PersistentCacheKit normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation-Requirements -- /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
SwiftDriver\ Compilation\ Requirements PersistentCacheKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation-Requirements -- /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
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentCacheKit.framework/Headers/PersistentCacheKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64_32/PersistentCacheKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/armv7k/PersistentCacheKit-Swift.h (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64_32/PersistentCacheKit-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/armv7k/PersistentCacheKit-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentCacheKit.framework/Headers/PersistentCacheKit-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentCacheKit.framework/Modules/PersistentCacheKit.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/armv7k/PersistentCacheKit.swiftmodule (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/armv7k/PersistentCacheKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentCacheKit.framework/Modules/PersistentCacheKit.swiftmodule/armv7k-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentCacheKit.framework/Modules/PersistentCacheKit.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/armv7k/PersistentCacheKit.swiftdoc (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/armv7k/PersistentCacheKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentCacheKit.framework/Modules/PersistentCacheKit.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentCacheKit.framework/Modules/PersistentCacheKit.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/armv7k/PersistentCacheKit.abi.json (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/armv7k/PersistentCacheKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentCacheKit.framework/Modules/PersistentCacheKit.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentCacheKit.framework/Modules/PersistentCacheKit.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64_32/PersistentCacheKit.swiftmodule (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64_32/PersistentCacheKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentCacheKit.framework/Modules/PersistentCacheKit.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentCacheKit.framework/Modules/PersistentCacheKit.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64_32/PersistentCacheKit.swiftdoc (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64_32/PersistentCacheKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentCacheKit.framework/Modules/PersistentCacheKit.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentCacheKit.framework/Modules/PersistentCacheKit.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64_32/PersistentCacheKit.abi.json (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64_32/PersistentCacheKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentCacheKit.framework/Modules/PersistentCacheKit.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentCacheKit.framework/Modules/PersistentCacheKit.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit.swiftmodule (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentCacheKit.framework/Modules/PersistentCacheKit.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentCacheKit.framework/Modules/PersistentCacheKit.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit.swiftdoc (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentCacheKit.framework/Modules/PersistentCacheKit.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentCacheKit.framework/Modules/PersistentCacheKit.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit.abi.json (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentCacheKit.framework/Modules/PersistentCacheKit.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentCacheKit.framework/Modules/PersistentCacheKit.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/armv7k/PersistentCacheKit.swiftsourceinfo (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/armv7k/PersistentCacheKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentCacheKit.framework/Modules/PersistentCacheKit.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentCacheKit.framework/Modules/PersistentCacheKit.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64_32/PersistentCacheKit.swiftsourceinfo (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64_32/PersistentCacheKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentCacheKit.framework/Modules/PersistentCacheKit.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentCacheKit.framework/Modules/PersistentCacheKit.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit.swiftsourceinfo (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentCacheKit.framework/Modules/PersistentCacheKit.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64_32 Compiling PersistentCache.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
SwiftDriverJobDiscovery normal armv7k Compiling PersistentCache.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
SwiftDriverJobDiscovery normal arm64 Compiling PersistentCache.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
SwiftDriverJobDiscovery normal arm64_32 Compiling SQLiteCacheStorage.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
SwiftDriverJobDiscovery normal armv7k Compiling SQLiteCacheStorage.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
SwiftDriverJobDiscovery normal arm64 Compiling SQLite.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
SwiftDriverJobDiscovery normal arm64_32 Compiling SQLite.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
SwiftDriver\ Compilation PersistentCacheKit normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation -- /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
SwiftDriverJobDiscovery normal arm64 Compiling SQLiteCacheStorage.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
SwiftDriverJobDiscovery normal armv7k Compiling SQLite.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
SwiftDriver\ Compilation PersistentCacheKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation -- /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\ Compilation PersistentCacheKit normal armv7k com.apple.xcode.tools.swift.compiler (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation -- /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
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64_32/Binary/PersistentCacheKit normal arm64_32 (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos2.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64_32/PersistentCacheKit.LinkFileList -install_name @rpath/PersistentCacheKit.framework/PersistentCacheKit -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64_32/PersistentCacheKit_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64_32/PersistentCacheKit_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64_32/PersistentCacheKit.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64_32/Binary/PersistentCacheKit
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/armv7k/Binary/PersistentCacheKit normal armv7k (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos2.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/armv7k/PersistentCacheKit.LinkFileList -install_name @rpath/PersistentCacheKit.framework/PersistentCacheKit -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/armv7k/PersistentCacheKit_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/armv7k/PersistentCacheKit_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/armv7k/PersistentCacheKit.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/armv7k/Binary/PersistentCacheKit
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/Binary/PersistentCacheKit normal arm64 (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos2.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit.LinkFileList -install_name @rpath/PersistentCacheKit.framework/PersistentCacheKit -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/Binary/PersistentCacheKit
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentCacheKit.framework/PersistentCacheKit normal arm64\ armv7k\ arm64_32 (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/Binary/PersistentCacheKit /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/armv7k/Binary/PersistentCacheKit /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64_32/Binary/PersistentCacheKit -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentCacheKit.framework/PersistentCacheKit
ExtractAppIntentsMetadata (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name PersistentCacheKit --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 2.0 --bundle-identifier PersistentCacheKit --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentCacheKit.framework --target-triple arm64-apple-watchos2.0 --target-triple armv7k-apple-watchos2.0 --target-triple arm64_32-apple-watchos2.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentCacheKit.framework/PersistentCacheKit --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/armv7k/PersistentCacheKit_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64_32/PersistentCacheKit_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/armv7k/PersistentCacheKit.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64_32/PersistentCacheKit.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/PersistentCacheKit.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/PersistentCacheKit.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/armv7k/PersistentCacheKit.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64_32/PersistentCacheKit.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-25 10:16:31.492 appintentsmetadataprocessor[709:4114] Starting appintentsmetadataprocessor export
2025-04-25 10:16:31.495 appintentsmetadataprocessor[709:4114] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/PersistentCacheKit.framework/PersistentCacheKit.tbd (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -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 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentCacheKit.framework/PersistentCacheKit -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/PersistentCacheKit.framework/PersistentCacheKit.tbd
RegisterExecutionPolicyException /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
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentCacheKit.framework
Touch /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
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentCacheKit.framework
/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 SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "PersistentCacheKit",
"name" : "PersistentCacheKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "ios",
"version" : "10.0"
}
],
"products" : [
{
"name" : "PersistentCacheKit",
"targets" : [
"PersistentCacheKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PersistentCacheKitTests",
"module_type" : "SwiftTarget",
"name" : "PersistentCacheKitTests",
"path" : "Tests/PersistentCacheKitTests",
"sources" : [
"PersistentCacheKitTests.swift"
],
"type" : "test"
},
{
"c99name" : "PersistentCacheKit",
"module_type" : "SwiftTarget",
"name" : "PersistentCacheKit",
"path" : "Sources/PersistentCacheKit",
"product_memberships" : [
"PersistentCacheKit"
],
"sources" : [
"PersistentCache.swift",
"SQLite.swift",
"SQLiteCacheStorage.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.