Build Information
Successful build of PersistentCacheKit, reference master (5cd697
), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 25 Apr 2025 17:17:49 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 platform=macOS,arch=arm64 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: macosXcodebuild
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 platform=macOS,arch=arm64 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 platform=macOS,arch=arm64 "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/MacOSX.platform/Developer/SDKs/MacOSX15.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: f8406db0fbc8c4f7062eab54ace208e3
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/f8406db0fbc8c4f7062eab54ace208e3.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
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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
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
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
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
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
cd /Users/admin/builder/spi-builder-workspace/PersistentCacheKit.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PersistentCacheKit.framework/Resources Versions/Current/Resources (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/Resources /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PersistentCacheKit.framework/Resources
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PersistentCacheKit.framework/PersistentCacheKit Versions/Current/PersistentCacheKit (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/PersistentCacheKit /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PersistentCacheKit.framework/PersistentCacheKit
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PersistentCacheKit.framework/Versions/Current A (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh A /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PersistentCacheKit.framework/Versions/Current
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug/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/PersistentCacheKit.build/PersistentCacheKit.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug/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/PersistentCacheKit.build/PersistentCacheKit.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug/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/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug/PersistentCacheKit.build/Objects-normal-tsan/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/PersistentCacheKit.build/Objects-normal-tsan/arm64/PersistentCacheKit_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug/PersistentCacheKit.build/Objects-normal-tsan/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/PersistentCacheKit.build/Objects-normal-tsan/arm64/PersistentCacheKit-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug/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/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug/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/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit.SwiftFileList
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PersistentCacheKit.framework/Modules Versions/Current/Modules (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/Modules /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PersistentCacheKit.framework/Modules
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PersistentCacheKit.framework/Headers Versions/Current/Headers (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/Headers /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PersistentCacheKit.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PersistentCacheKit.framework/Versions/A/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/PersistentCacheKit.framework/Versions/A/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PersistentCacheKit.framework/Versions/A/Resources (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/PersistentCacheKit.framework/Versions/A/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PersistentCacheKit.framework/Versions/A (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/PersistentCacheKit.framework/Versions/A
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PersistentCacheKit.framework/Versions (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/PersistentCacheKit.framework/Versions
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/PersistentCacheKit.framework
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PersistentCacheKit.framework/Versions/A/Resources/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 -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PersistentCacheKit.framework/Versions/A/Resources/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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.10 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -sanitize\=thread -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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug/PersistentCacheKit.build/Objects-normal-tsan/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/PersistentCacheKit.build/Objects-normal-tsan/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/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/PersistentCacheKit.build/Objects-normal-tsan/arm64/PersistentCacheKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug/PersistentCacheKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug/PersistentCacheKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug/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/PersistentCacheKit.build/Objects-normal-tsan/arm64/PersistentCacheKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ PersistentCacheKit (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
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 {
^
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745601464750187-swift-frontend-PersistentCacheKit-all-arm64_apple_macos10.10-swiftmodule-Onone-3851705950.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 4.3362 seconds (4.8376 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.6098 ( 48.3%) 0.4722 ( 47.2%) 2.0820 ( 48.0%) 2.2898 ( 47.3%) parse-and-resolve-imports
1.6098 ( 48.3%) 0.4720 ( 47.2%) 2.0818 ( 48.0%) 2.2896 ( 47.3%) Import resolution
0.0012 ( 0.0%) 0.0047 ( 0.5%) 0.0059 ( 0.1%) 0.0854 ( 1.8%) load-stdlib
0.0250 ( 0.8%) 0.0110 ( 1.1%) 0.0360 ( 0.8%) 0.0375 ( 0.8%) perform-sema
0.0250 ( 0.7%) 0.0109 ( 1.1%) 0.0359 ( 0.8%) 0.0374 ( 0.8%) Type checking and Semantic analysis
0.0247 ( 0.7%) 0.0108 ( 1.1%) 0.0355 ( 0.8%) 0.0370 ( 0.8%) typecheck-decl
0.0113 ( 0.3%) 0.0038 ( 0.4%) 0.0151 ( 0.3%) 0.0160 ( 0.3%) typecheck-expr
0.0078 ( 0.2%) 0.0055 ( 0.5%) 0.0132 ( 0.3%) 0.0137 ( 0.3%) SIL optimization
0.0059 ( 0.2%) 0.0014 ( 0.1%) 0.0072 ( 0.2%) 0.0072 ( 0.1%) SILGen
0.0031 ( 0.1%) 0.0022 ( 0.2%) 0.0053 ( 0.1%) 0.0053 ( 0.1%) import-clang-decl
0.0013 ( 0.0%) 0.0030 ( 0.3%) 0.0042 ( 0.1%) 0.0046 ( 0.1%) Serialization, swiftmodule
0.0044 ( 0.1%) 0.0001 ( 0.0%) 0.0045 ( 0.1%) 0.0045 ( 0.1%) build-rewrite-system
0.0030 ( 0.1%) 0.0010 ( 0.1%) 0.0040 ( 0.1%) 0.0040 ( 0.1%) SILGen-function
0.0027 ( 0.1%) 0.0004 ( 0.0%) 0.0031 ( 0.1%) 0.0031 ( 0.1%) precheck-target
0.0002 ( 0.0%) 0.0008 ( 0.1%) 0.0010 ( 0.0%) 0.0010 ( 0.0%) Serialization, swiftdoc
0.0006 ( 0.0%) 0.0001 ( 0.0%) 0.0008 ( 0.0%) 0.0008 ( 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.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%) 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%) 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%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
3.3363 (100.0%) 0.9999 (100.0%) 4.3362 (100.0%) 4.8376 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.1599 seconds (2.4516 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.6591 (100.0%) 0.5008 (100.0%) 2.1599 (100.0%) 2.4516 (100.0%) Building Target
1.6591 (100.0%) 0.5008 (100.0%) 2.1599 (100.0%) 2.4516 (100.0%) Total
SwiftCompile normal arm64 Compiling\ SQLiteCacheStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
cd /Users/admin/builder/spi-builder-workspace
/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 {
^
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745601464750413-swift-frontend-PersistentCacheKit-SQLiteCacheStorage.swift-arm64_apple_macos10.10-o-Onone-1020249369.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4481 seconds (5.1347 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0243 ( 8.0%) 0.0340 ( 23.8%) 0.0583 ( 13.0%) 2.3719 ( 46.2%) parse-and-resolve-imports
0.0242 ( 7.9%) 0.0339 ( 23.7%) 0.0581 ( 13.0%) 2.3718 ( 46.2%) Import resolution
0.0724 ( 23.7%) 0.0181 ( 12.6%) 0.0904 ( 20.2%) 0.0904 ( 1.8%) build-rewrite-system
0.0012 ( 0.4%) 0.0049 ( 3.4%) 0.0061 ( 1.4%) 0.0650 ( 1.3%) load-stdlib
0.0338 ( 11.1%) 0.0087 ( 6.1%) 0.0425 ( 9.5%) 0.0426 ( 0.8%) perform-sema
0.0338 ( 11.1%) 0.0087 ( 6.1%) 0.0425 ( 9.5%) 0.0425 ( 0.8%) Type checking and Semantic analysis
0.0278 ( 9.1%) 0.0073 ( 5.1%) 0.0351 ( 7.8%) 0.0351 ( 0.7%) typecheck-expr
0.0198 ( 6.5%) 0.0058 ( 4.0%) 0.0256 ( 5.7%) 0.0256 ( 0.5%) typecheck-decl
0.0181 ( 5.9%) 0.0038 ( 2.7%) 0.0219 ( 4.9%) 0.0219 ( 0.4%) typecheck-stmt
0.0119 ( 3.9%) 0.0081 ( 5.7%) 0.0200 ( 4.5%) 0.0199 ( 0.4%) import-clang-decl
0.0071 ( 2.3%) 0.0048 ( 3.4%) 0.0119 ( 2.7%) 0.0125 ( 0.2%) IRGen
0.0099 ( 3.3%) 0.0018 ( 1.2%) 0.0117 ( 2.6%) 0.0117 ( 0.2%) SILGen
0.0081 ( 2.7%) 0.0022 ( 1.5%) 0.0103 ( 2.3%) 0.0103 ( 0.2%) precheck-target
0.0067 ( 2.2%) 0.0001 ( 0.1%) 0.0068 ( 1.5%) 0.0068 ( 0.1%) SIL optimization
0.0052 ( 1.7%) 0.0007 ( 0.5%) 0.0059 ( 1.3%) 0.0059 ( 0.1%) SILGen-function
0.0007 ( 0.2%) 0.0002 ( 0.1%) 0.0008 ( 0.2%) 0.0008 ( 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%) 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%) 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%) 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.3049 (100.0%) 0.1432 (100.0%) 0.4481 (100.0%) 5.1347 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.6978 seconds (4.1071 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.1050 (100.0%) 0.5928 (100.0%) 1.6978 (100.0%) 4.1071 (100.0%) Building Target
1.1050 (100.0%) 0.5928 (100.0%) 1.6978 (100.0%) 4.1071 (100.0%) Total
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-1745601464750231-swift-frontend-PersistentCacheKit-SQLite.swift-arm64_apple_macos10.10-o-Onone-2739492505.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4765 seconds (5.7274 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0228 ( 6.2%) 0.0185 ( 17.3%) 0.0413 ( 8.7%) 2.6121 ( 45.6%) parse-and-resolve-imports
0.0227 ( 6.2%) 0.0184 ( 17.2%) 0.0411 ( 8.6%) 2.6120 ( 45.6%) Import resolution
0.0014 ( 0.4%) 0.0032 ( 3.0%) 0.0046 ( 1.0%) 0.1139 ( 2.0%) load-stdlib
0.0592 ( 16.0%) 0.0106 ( 9.9%) 0.0698 ( 14.6%) 0.0698 ( 1.2%) perform-sema
0.0591 ( 16.0%) 0.0105 ( 9.8%) 0.0696 ( 14.6%) 0.0696 ( 1.2%) Type checking and Semantic analysis
0.0475 ( 12.9%) 0.0121 ( 11.3%) 0.0596 ( 12.5%) 0.0596 ( 1.0%) build-rewrite-system
0.0427 ( 11.5%) 0.0058 ( 5.4%) 0.0484 ( 10.2%) 0.0484 ( 0.8%) typecheck-stmt
0.0404 ( 10.9%) 0.0073 ( 6.8%) 0.0476 ( 10.0%) 0.0476 ( 0.8%) typecheck-expr
0.0165 ( 4.5%) 0.0049 ( 4.6%) 0.0214 ( 4.5%) 0.0214 ( 0.4%) typecheck-decl
0.0119 ( 3.2%) 0.0082 ( 7.7%) 0.0201 ( 4.2%) 0.0200 ( 0.3%) import-clang-decl
0.0113 ( 3.1%) 0.0017 ( 1.6%) 0.0130 ( 2.7%) 0.0130 ( 0.2%) precheck-target
0.0075 ( 2.0%) 0.0029 ( 2.7%) 0.0104 ( 2.2%) 0.0104 ( 0.2%) IRGen
0.0089 ( 2.4%) 0.0014 ( 1.3%) 0.0103 ( 2.2%) 0.0103 ( 0.2%) SILGen
0.0087 ( 2.3%) 0.0003 ( 0.3%) 0.0090 ( 1.9%) 0.0090 ( 0.2%) SIL optimization
0.0075 ( 2.0%) 0.0011 ( 1.0%) 0.0086 ( 1.8%) 0.0086 ( 0.2%) SILGen-function
0.0006 ( 0.2%) 0.0002 ( 0.1%) 0.0008 ( 0.2%) 0.0008 ( 0.0%) load-all-members
0.0007 ( 0.2%) 0.0001 ( 0.1%) 0.0007 ( 0.2%) 0.0007 ( 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%) SIL verification, post-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%) 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.3694 (100.0%) 0.1071 (100.0%) 0.4765 (100.0%) 5.7274 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.3995 seconds (4.1084 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9151 (100.0%) 0.4845 (100.0%) 1.3995 (100.0%) 4.1084 (100.0%) Building Target
0.9151 (100.0%) 0.4845 (100.0%) 1.3995 (100.0%) 4.1084 (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 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-1745601464750230-swift-frontend-PersistentCacheKit-PersistentCache.swift-arm64_apple_macos10.10-o-Onone-2864477476.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4404 seconds (5.4315 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0286 ( 10.1%) 0.0347 ( 22.2%) 0.0633 ( 14.4%) 2.5508 ( 47.0%) parse-and-resolve-imports
0.0286 ( 10.1%) 0.0346 ( 22.1%) 0.0631 ( 14.3%) 2.5507 ( 47.0%) Import resolution
0.0691 ( 24.3%) 0.0178 ( 11.4%) 0.0869 ( 19.7%) 0.0869 ( 1.6%) build-rewrite-system
0.0110 ( 3.9%) 0.0302 ( 19.3%) 0.0411 ( 9.3%) 0.0571 ( 1.1%) load-stdlib
0.0292 ( 10.3%) 0.0074 ( 4.7%) 0.0366 ( 8.3%) 0.0366 ( 0.7%) perform-sema
0.0292 ( 10.3%) 0.0074 ( 4.7%) 0.0366 ( 8.3%) 0.0366 ( 0.7%) Type checking and Semantic analysis
0.0151 ( 5.3%) 0.0048 ( 3.1%) 0.0200 ( 4.5%) 0.0200 ( 0.4%) typecheck-decl
0.0107 ( 3.8%) 0.0075 ( 4.8%) 0.0182 ( 4.1%) 0.0183 ( 0.3%) import-clang-decl
0.0145 ( 5.1%) 0.0028 ( 1.8%) 0.0173 ( 3.9%) 0.0173 ( 0.3%) typecheck-stmt
0.0121 ( 4.3%) 0.0029 ( 1.8%) 0.0150 ( 3.4%) 0.0150 ( 0.3%) typecheck-expr
0.0091 ( 3.2%) 0.0033 ( 2.1%) 0.0124 ( 2.8%) 0.0124 ( 0.2%) IRGen
0.0089 ( 3.1%) 0.0012 ( 0.8%) 0.0101 ( 2.3%) 0.0101 ( 0.2%) SILGen
0.0070 ( 2.5%) 0.0010 ( 0.7%) 0.0080 ( 1.8%) 0.0080 ( 0.1%) SILGen-function
0.0060 ( 2.1%) 0.0000 ( 0.0%) 0.0061 ( 1.4%) 0.0061 ( 0.1%) SIL optimization
0.0038 ( 1.3%) 0.0006 ( 0.4%) 0.0044 ( 1.0%) 0.0044 ( 0.1%) precheck-target
0.0006 ( 0.2%) 0.0002 ( 0.1%) 0.0008 ( 0.2%) 0.0008 ( 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, pre-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%) 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.2841 (100.0%) 0.1564 (100.0%) 0.4404 (100.0%) 5.4315 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.5530 seconds (4.0823 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.0450 (100.0%) 0.5080 (100.0%) 1.5530 (100.0%) 4.0823 (100.0%) Building Target
1.0450 (100.0%) 0.5080 (100.0%) 1.5530 (100.0%) 4.0823 (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)
^
SwiftDriverJobDiscovery normal arm64 Emitting module for PersistentCacheKit (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.10 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -sanitize\=thread -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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug/PersistentCacheKit.build/Objects-normal-tsan/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/PersistentCacheKit.build/Objects-normal-tsan/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/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/PersistentCacheKit.build/Objects-normal-tsan/arm64/PersistentCacheKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug/PersistentCacheKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug/PersistentCacheKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug/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/PersistentCacheKit.build/Objects-normal-tsan/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/PersistentCacheKit.framework/Versions/A/Headers/PersistentCacheKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug/PersistentCacheKit.build/Objects-normal-tsan/arm64/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/PersistentCacheKit.build/Objects-normal-tsan/arm64/PersistentCacheKit-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PersistentCacheKit.framework/Versions/A/Headers/PersistentCacheKit-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PersistentCacheKit.framework/Versions/A/Modules/PersistentCacheKit.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug/PersistentCacheKit.build/Objects-normal-tsan/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/PersistentCacheKit.build/Objects-normal-tsan/arm64/PersistentCacheKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PersistentCacheKit.framework/Versions/A/Modules/PersistentCacheKit.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PersistentCacheKit.framework/Versions/A/Modules/PersistentCacheKit.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug/PersistentCacheKit.build/Objects-normal-tsan/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/PersistentCacheKit.build/Objects-normal-tsan/arm64/PersistentCacheKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PersistentCacheKit.framework/Versions/A/Modules/PersistentCacheKit.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PersistentCacheKit.framework/Versions/A/Modules/PersistentCacheKit.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug/PersistentCacheKit.build/Objects-normal-tsan/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/PersistentCacheKit.build/Objects-normal-tsan/arm64/PersistentCacheKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PersistentCacheKit.framework/Versions/A/Modules/PersistentCacheKit.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PersistentCacheKit.framework/Versions/A/Modules/PersistentCacheKit.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug/PersistentCacheKit.build/Objects-normal-tsan/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/PersistentCacheKit.build/Objects-normal-tsan/arm64/PersistentCacheKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PersistentCacheKit.framework/Versions/A/Modules/PersistentCacheKit.swiftmodule/arm64-apple-macos.swiftmodule
SwiftDriverJobDiscovery normal arm64 Compiling PersistentCache.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
SwiftDriverJobDiscovery normal arm64 Compiling SQLite.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
SwiftDriverJobDiscovery normal arm64 Compiling SQLiteCacheStorage.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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.10 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -sanitize\=thread -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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug/PersistentCacheKit.build/Objects-normal-tsan/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/PersistentCacheKit.build/Objects-normal-tsan/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/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/PersistentCacheKit.build/Objects-normal-tsan/arm64/PersistentCacheKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug/PersistentCacheKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug/PersistentCacheKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug/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/PersistentCacheKit.build/Objects-normal-tsan/arm64/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/Products/Debug/PersistentCacheKit.framework/Versions/A/PersistentCacheKit normal (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-macos10.10 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit.LinkFileList -install_name @rpath/PersistentCacheKit.framework/Versions/A/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 -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug/PersistentCacheKit.build/Objects-normal-tsan/arm64/PersistentCacheKit_lto.o -rdynamic -Xlinker -no_deduplicate -fsanitize\=thread -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug/PersistentCacheKit.build/Objects-normal-tsan/arm64/PersistentCacheKit_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug/PersistentCacheKit.build/Objects-normal-tsan/arm64/PersistentCacheKit.swiftmodule -Xlinker -no_adhoc_codesign -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PersistentCacheKit.framework/Versions/A/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.10 --bundle-identifier PersistentCacheKit --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PersistentCacheKit.framework/Versions/A/Resources --target-triple arm64-apple-macos10.10 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PersistentCacheKit.framework/Versions/A/PersistentCacheKit --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug/PersistentCacheKit.build/Objects-normal-tsan/arm64/PersistentCacheKit_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug/PersistentCacheKit.build/Objects-normal-tsan/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug/PersistentCacheKit.build/PersistentCacheKit.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug/PersistentCacheKit.build/PersistentCacheKit.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug/PersistentCacheKit.build/Objects-normal/arm64/PersistentCacheKit.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-25 10:17:49.082 appintentsmetadataprocessor[705:3961] Starting appintentsmetadataprocessor export
2025-04-25 10:17:49.084 appintentsmetadataprocessor[705:3961] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/PersistentCacheKit.framework/Versions/A/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PersistentCacheKit.framework/Versions/A/PersistentCacheKit -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/PersistentCacheKit.framework/Versions/A/PersistentCacheKit.tbd
CodeSign /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PersistentCacheKit.framework/Versions/A (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
cd /Users/admin/builder/spi-builder-workspace
Signing Identity: "Sign to Run Locally"
/usr/bin/codesign --force --sign - --timestamp\=none --generate-entitlement-der /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PersistentCacheKit.framework/Versions/A
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/PersistentCacheKit.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/PersistentCacheKit.framework
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/PersistentCacheKit.framework/PersistentCacheKit.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/PersistentCacheKit.framework/Versions/A/PersistentCacheKit.tbd (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/PersistentCacheKit.framework/Versions/A/PersistentCacheKit.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/PersistentCacheKit.framework/PersistentCacheKit.tbd
/Users/admin/builder/spi-builder-workspace/PersistentCacheKit.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 15.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.