Build Information
Failed to build PersistentCacheKit with Swift 6.0 for watchOS using Xcode 16.0.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme PersistentCacheKit-Package -destination generic/platform=watchos OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete
Build Log
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift:7:13: warning: static property 'log' is not concurrency-safe because non-'Sendable' type 'OSLog' may have shared mutable state; this is an error in the Swift 6 language mode
static let log = OSLog(subsystem: "co.davidbeck.persistent_cache_kit.plist", category: "sqlite_storage")
^
os.OSLog:1:12: note: class 'OSLog' does not conform to the 'Sendable' protocol
open class OSLog : NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'os'
import os
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift:7:13: note: annotate 'log' with '@MainActor' if property should only be accessed from the main actor
static let log = OSLog(subsystem: "co.davidbeck.persistent_cache_kit.plist", category: "sqlite_storage")
^
/Users/admin/builder/spi-builder-workspace/Sources/PersistentCacheKit/SQLiteCacheStorage.swift:7:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let log = OSLog(subsystem: "co.davidbeck.persistent_cache_kit.plist", category: "sqlite_storage")
^
nonisolated(unsafe)
/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: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
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; this is an error in the Swift 6 language mode
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; this is an error in the Swift 6 language mode
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_32 Compiling PersistentCache.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
SwiftDriverJobDiscovery normal armv7k Compiling PersistentCache.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
SwiftDriverJobDiscovery normal armv7k Compiling SQLiteCacheStorage.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
SwiftDriverJobDiscovery normal armv7k 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 armv7k com.apple.xcode.tools.swift.compiler (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.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 -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -target armv7k-apple-watchos2.0 -enable-bare-slash-regex -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-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -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
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.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/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/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/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
SwiftDriverJobDiscovery normal arm64_32 Compiling SQLiteCacheStorage.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 -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.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 -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -target arm64_32-apple-watchos2.0 -enable-bare-slash-regex -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-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -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 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 -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.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 -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -target arm64-apple-watchos2.0 -enable-bare-slash-regex -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-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -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/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/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/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
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
/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos2.0 -dynamiclib -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.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-15.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 /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.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 -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.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 -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 -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_32/Binary/PersistentCacheKit normal arm64_32 (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
cd /Users/admin/builder/spi-builder-workspace
/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos2.0 -dynamiclib -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.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-15.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 /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.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 -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.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 -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 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64_32/Binary/PersistentCacheKit
SwiftDriverJobDiscovery normal arm64 Compiling PersistentCache.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
SwiftDriverJobDiscovery normal arm64 Compiling SQLiteCacheStorage.swift (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
SwiftDriverJobDiscovery normal arm64 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 -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.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 -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -target arm64-apple-watchos2.0 -enable-bare-slash-regex -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-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -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
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
/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos2.0 -dynamiclib -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.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-15.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 /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.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 -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.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 -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 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/Binary/PersistentCacheKit
ld: warning: ignoring file '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos/libswiftDarwin.dylib': fat file missing arch 'arm64', file has 'armv7k,arm64_32'
ld: warning: ignoring file '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos/libswiftCompatibilityPacks.a': fat file missing arch 'arm64', file has 'armv7k,arm64_32'
ld: warning: ignoring file '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos/libswiftCore.dylib': fat file missing arch 'arm64', file has 'armv7k,arm64_32'
ld: warning: ignoring file '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos/libswiftCompatibilityConcurrency.a': fat file missing arch 'arm64', file has 'armv7k,arm64_32'
ld: warning: ignoring file '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos/libswiftCompatibility56.a': fat file missing arch 'arm64', file has 'armv7k,arm64_32'
ld: warning: ignoring file '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos/libswiftObservation.dylib': fat file missing arch 'arm64', file has 'armv7k,arm64_32'
ld: warning: ignoring file '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos/libswiftSwiftOnoneSupport.dylib': fat file missing arch 'arm64', file has 'armv7k,arm64_32'
ld: warning: ignoring file '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos/libswift_Concurrency.dylib': fat file missing arch 'arm64', file has 'armv7k,arm64_32'
ld: warning: ignoring file '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos/libswift_StringProcessing.dylib': fat file missing arch 'arm64', file has 'armv7k,arm64_32'
Undefined symbols for architecture arm64:
"associated type descriptor for Swift._ObjectiveCBridgeable._ObjectiveCType", referenced from:
l_got.$s15_ObjectiveCTypes01_A11CBridgeablePTl in SQLiteCacheStorage.o
"associated type descriptor for Swift.RawRepresentable.RawValue", referenced from:
l_got.$s8RawValueSYTl in SQLiteCacheStorage.o
"value witness table for Builtin.UnknownObject", referenced from:
type metadata completion function for PersistentCacheKit.PersistentCache in PersistentCache.o
type metadata completion function for PersistentCacheKit.SQLiteCacheStorage in SQLiteCacheStorage.o
full type metadata for __C.NSFileAttributeKey in SQLiteCacheStorage.o
"value witness table for Builtin.BridgeObject", referenced from:
type metadata completion function for PersistentCacheKit.PersistentCache in PersistentCache.o
type metadata completion function for PersistentCacheKit.SQLiteDB in SQLite.o
"value witness table for Builtin.NativeObject", referenced from:
type metadata completion function for PersistentCacheKit.PersistentCache in PersistentCache.o
full type metadata for PersistentCacheKit.SQLiteDB in SQLite.o
full type metadata for PersistentCacheKit.SQLitePreparedStatement in SQLite.o
type metadata completion function for PersistentCacheKit.SQLiteCacheStorage in SQLiteCacheStorage.o
full type metadata for PersistentCacheKit.SQLiteCacheStorage in SQLiteCacheStorage.o
"value witness table for Builtin.RawPointer", referenced from:
type metadata completion function for PersistentCacheKit.SQLiteDB in SQLite.o
"Swift.Dictionary.init() -> [A : B]", referenced from:
variable initialization expression of PersistentCacheKit.PersistentCache.(internalCache in _760C2596B8BF2369694F73DBB50BBF89) : [A : PersistentCacheKit.Item<B>] in PersistentCache.o
PersistentCacheKit.PersistentCache.init(storage: PersistentCacheKit.CacheStorage?, namespace: Swift.String?) -> PersistentCacheKit.PersistentCache<A, B> in PersistentCache.o
PersistentCacheKit.SQLitePreparedStatement.(in _FD6708071F0889EEDF1827F9A82FA891).init(rawValue: Swift.OpaquePointer) -> PersistentCacheKit.SQLitePreparedStatement in SQLite.o
variable initialization expression of PersistentCacheKit.SQLitePreparedStatement.(boundData in _FD6708071F0889EEDF1827F9A82FA891) : [Swift.Int32 : Foundation.Data] in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.(in _FD6708071F0889EEDF1827F9A82FA891).init(database: PersistentCacheKit.SQLiteDB, sql: Swift.String) throws -> PersistentCacheKit.SQLitePreparedStatement in SQLite.o
"Swift.Array.init() -> [A]", referenced from:
PersistentCacheKit.SQLiteDB.init(url: Foundation.URL) throws -> PersistentCacheKit.SQLiteDB in SQLite.o
variable initialization expression of PersistentCacheKit.SQLiteDB.(preparedStatements in _FD6708071F0889EEDF1827F9A82FA891) : [PersistentCacheKit.SQLitePreparedStatement] in SQLite.o
"Swift.Dictionary.init(dictionaryLiteral: (A, B)...) -> [A : B]", referenced from:
closure #1 @Sendable () -> () in PersistentCacheKit.PersistentCache.clearMemoryCache(completion: (() -> ())?) -> () in PersistentCache.o
PersistentCacheKit.SQLitePreparedStatement.reset() throws -> () in SQLite.o
"type metadata accessor for Swift.Dictionary", referenced from:
closure #1 @Sendable () -> () in PersistentCacheKit.PersistentCache.subscript.setter : (item: A) -> PersistentCacheKit.Item<B>? in PersistentCache.o
"Swift.Dictionary.subscript.getter : (A) -> B?", referenced from:
closure #1 () -> PersistentCacheKit.Item<B>? in PersistentCacheKit.PersistentCache.subscript.getter : (item: A) -> PersistentCacheKit.Item<B>? in PersistentCache.o
closure #1 () -> () in PersistentCacheKit.PersistentCache.(_fetch in _760C2596B8BF2369694F73DBB50BBF89)(_: A, queue: __C.OS_dispatch_queue, fallback: (() -> B)?, completion: (B?) -> ()) -> () in PersistentCache.o
PersistentCacheKit.SQLiteCacheStorage.(currentFilesize in _5AB5B40702A4060241B6A98E8989DE3A)(fast: Swift.Bool) throws -> Swift.Int in SQLiteCacheStorage.o
"Swift.Dictionary.subscript.setter : (A) -> B?", referenced from:
closure #1 @Sendable () -> () in PersistentCacheKit.PersistentCache.subscript.setter : (item: A) -> PersistentCacheKit.Item<B>? in PersistentCache.o
PersistentCacheKit.SQLitePreparedStatement.bind(_: Foundation.Data?, at: Swift.Int32) throws -> () in SQLite.o
"method descriptor for Swift.Encodable.encode(to: Swift.Encoder) throws -> ()", referenced from:
l_got.$sSE6encode2toys7Encoder_p_tKFTq in PersistentCache.o
"protocol descriptor for Swift.Encodable", referenced from:
l_got.$sSEMp in PersistentCache.o
"method descriptor for Swift.Hashable._rawHashValue(seed: Swift.Int) -> Swift.Int", referenced from:
l_got.$sSH13_rawHashValue4seedS2i_tFTq in PersistentCache.o
l_got.$sSH13_rawHashValue4seedS2i_tFTq in SQLite.o
l_got.$sSH13_rawHashValue4seedS2i_tFTq in SQLiteCacheStorage.o
"method descriptor for Swift.Hashable.hash(into: inout Swift.Hasher) -> ()", referenced from:
l_got.$sSH4hash4intoys6HasherVz_tFTq in PersistentCache.o
l_got.$sSH4hash4intoys6HasherVz_tFTq in SQLite.o
l_got.$sSH4hash4intoys6HasherVz_tFTq in SQLiteCacheStorage.o
"method descriptor for Swift.Hashable.hashValue.getter : Swift.Int", referenced from:
l_got.$sSH9hashValueSivgTq in PersistentCache.o
l_got.$sSH9hashValueSivgTq in SQLite.o
l_got.$sSH9hashValueSivgTq in SQLiteCacheStorage.o
"protocol descriptor for Swift.Hashable", referenced from:
l_got.$sSHMp in PersistentCache.o
l_got.$sSHMp in SQLite.o
l_got.$sSHMp in SQLiteCacheStorage.o
"base conformance descriptor for Swift.Hashable: Swift.Equatable", referenced from:
l_got.$sSHSQTb in PersistentCache.o
l_got.$sSHSQTb in SQLite.o
l_got.$sSHSQTb in SQLiteCacheStorage.o
"(extension in Swift):Swift.Hashable._rawHashValue(seed: Swift.Int) -> Swift.Int", referenced from:
protocol witness for Swift.Hashable._rawHashValue(seed: Swift.Int) -> Swift.Int in conformance PersistentCacheKit.Item<A>.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89) : Swift.Hashable in PersistentCacheKit in PersistentCache.o
protocol witness for Swift.Hashable._rawHashValue(seed: Swift.Int) -> Swift.Int in conformance PersistentCacheKit.SQLitePreparedStatement.ColumnType : Swift.Hashable in PersistentCacheKit in SQLite.o
"method descriptor for static Swift.Equatable.== infix(A, A) -> Swift.Bool", referenced from:
l_got.$sSQ2eeoiySbx_xtFZTq in PersistentCache.o
l_got.$sSQ2eeoiySbx_xtFZTq in SQLite.o
l_got.$sSQ2eeoiySbx_xtFZTq in SQLiteCacheStorage.o
"protocol descriptor for Swift.Equatable", referenced from:
l_got.$sSQMp in PersistentCache.o
l_got.$sSQMp in SQLite.o
l_got.$sSQMp in SQLiteCacheStorage.o
"Swift.String.init<A>(describing: A) -> Swift.String", referenced from:
PersistentCacheKit.SQLiteDB.deinit in SQLite.o
closure #1 () -> PersistentCacheKit.SQLiteCacheStorage? in variable initialization expression of static PersistentCacheKit.SQLiteCacheStorage.shared : PersistentCacheKit.SQLiteCacheStorage? in SQLiteCacheStorage.o
closure #1 @Sendable () -> () in PersistentCacheKit.SQLiteCacheStorage.maxFilesize.didset : Swift.Int? in SQLiteCacheStorage.o
closure #1 () -> Foundation.Data? in PersistentCacheKit.SQLiteCacheStorage.subscript.getter : (Swift.String) -> Foundation.Data? in SQLiteCacheStorage.o
closure #1 @Sendable () -> () in PersistentCacheKit.SQLiteCacheStorage.subscript.setter : (Swift.String) -> Foundation.Data? in SQLiteCacheStorage.o
"Swift.String.utf8CString.getter : Swift.ContiguousArray<Swift.Int8>", referenced from:
PersistentCacheKit.SQLiteDB.init(url: Foundation.URL) throws -> PersistentCacheKit.SQLiteDB in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.(in _FD6708071F0889EEDF1827F9A82FA891).init(database: PersistentCacheKit.SQLiteDB, sql: Swift.String) throws -> PersistentCacheKit.SQLitePreparedStatement in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.bind(_: Swift.String?, at: Swift.Int32) throws -> () in SQLite.o
"Swift.String.init(stringInterpolation: Swift.DefaultStringInterpolation) -> Swift.String", referenced from:
PersistentCacheKit.SQLiteDB.Error.errorDescription.getter : Swift.String? in SQLite.o
PersistentCacheKit.SQLiteDB.Error.errorDescription.getter : Swift.String? in SQLite.o
"static Swift.String.+ infix(Swift.String, Swift.String) -> Swift.String", referenced from:
PersistentCacheKit.PersistentCache.(stringKey in _760C2596B8BF2369694F73DBB50BBF89)(for: A) -> Swift.String in PersistentCache.o
"Swift.String.init(_builtinStringLiteral: Builtin.RawPointer, utf8CodeUnitCount: Builtin.Word, isASCII: Builtin.Int1) -> Swift.String", referenced from:
PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89).init(stringValue: Swift.String) -> PersistentCacheKit.Item<A>.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89)? in PersistentCache.o
PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89).init(stringValue: Swift.String) -> PersistentCacheKit.Item<A>.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89)? in PersistentCache.o
PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89).stringValue.getter : Swift.String in PersistentCache.o
PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89).stringValue.getter : Swift.String in PersistentCache.o
variable initialization expression of PersistentCacheKit.PersistentCache.(queue in _760C2596B8BF2369694F73DBB50BBF89) : __C.OS_dispatch_queue in PersistentCache.o
PersistentCacheKit.PersistentCache.init(storage: PersistentCacheKit.CacheStorage?, namespace: Swift.String?) -> PersistentCacheKit.PersistentCache<A, B> in PersistentCache.o
one-time initialization function for log in SQLite.o
one-time initialization function for log in SQLite.o
...
"static Swift.String.== infix(Swift.String, Swift.String) -> Swift.Bool", referenced from:
PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89).init(stringValue: Swift.String) -> PersistentCacheKit.Item<A>.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89)? in PersistentCache.o
PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89).init(stringValue: Swift.String) -> PersistentCacheKit.Item<A>.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89)? in PersistentCache.o
closure #1 (PersistentCacheKit.SQLitePreparedStatement) -> Swift.Bool in PersistentCacheKit.SQLiteDB.preparedStatement(forSQL: Swift.String, shouldCache: Swift.Bool) throws -> PersistentCacheKit.SQLitePreparedStatement in SQLite.o
"Swift.String.utf8.getter : Swift.String.UTF8View", referenced from:
PersistentCacheKit.SQLitePreparedStatement.bind(_: Swift.String?, at: Swift.Int32) throws -> () in SQLite.o
"Swift.String.init(cString: Swift.UnsafePointer<Swift.Int8>) -> Swift.String", referenced from:
PersistentCacheKit.SQLitePreparedStatement.sql.getter : Swift.String in SQLite.o
"Swift.String.init(cString: Swift.UnsafePointer<Swift.UInt8>) -> Swift.String", referenced from:
PersistentCacheKit.SQLitePreparedStatement.getString(atColumn: Swift.Int32) -> Swift.String? in SQLite.o
"Swift.String.UTF8View.count.getter : Swift.Int", referenced from:
PersistentCacheKit.SQLitePreparedStatement.bind(_: Swift.String?, at: Swift.Int32) throws -> () in SQLite.o
"type metadata for Swift.String", referenced from:
PersistentCacheKit.SQLiteDB.Error.errorDescription.getter : Swift.String? in SQLite.o
PersistentCacheKit.SQLiteDB.deinit in SQLite.o
lazy protocol witness table accessor for type Swift.String and conformance Swift.String : Swift.CVarArg in Foundation in SQLite.o
closure #1 () -> PersistentCacheKit.SQLiteCacheStorage? in variable initialization expression of static PersistentCacheKit.SQLiteCacheStorage.shared : PersistentCacheKit.SQLiteCacheStorage? in SQLiteCacheStorage.o
closure #1 @Sendable () -> () in PersistentCacheKit.SQLiteCacheStorage.maxFilesize.didset : Swift.Int? in SQLiteCacheStorage.o
closure #1 () -> Foundation.Data? in PersistentCacheKit.SQLiteCacheStorage.subscript.getter : (Swift.String) -> Foundation.Data? in SQLiteCacheStorage.o
closure #1 @Sendable () -> () in PersistentCacheKit.SQLiteCacheStorage.subscript.setter : (Swift.String) -> Foundation.Data? in SQLiteCacheStorage.o
...
"protocol witness table for Swift.String : Swift.Hashable in Swift", referenced from:
protocol witness for Swift.Hashable.hashValue.getter : Swift.Int in conformance __C.NSFileAttributeKey : Swift.Hashable in __C_Synthesized in SQLiteCacheStorage.o
protocol witness for Swift.Hashable.hash(into: inout Swift.Hasher) -> () in conformance __C.NSFileAttributeKey : Swift.Hashable in __C_Synthesized in SQLiteCacheStorage.o
protocol witness for Swift.Hashable._rawHashValue(seed: Swift.Int) -> Swift.Int in conformance __C.NSFileAttributeKey : Swift.Hashable in __C_Synthesized in SQLiteCacheStorage.o
protocol witness for Swift._HasCustomAnyHashableRepresentation._toCustomAnyHashable() -> Swift.AnyHashable? in conformance __C.NSFileAttributeKey : Swift._HasCustomAnyHashableRepresentation in __C_Synthesized in SQLiteCacheStorage.o
"protocol witness table for Swift.String : Swift.Equatable in Swift", referenced from:
protocol witness for static Swift.Equatable.== infix(A, A) -> Swift.Bool in conformance __C.NSFileAttributeKey : Swift.Equatable in __C_Synthesized in SQLiteCacheStorage.o
"protocol witness table for Swift.String : Swift.TextOutputStreamable in Swift", referenced from:
PersistentCacheKit.SQLiteDB.Error.errorDescription.getter : Swift.String? in SQLite.o
"protocol witness table for Swift.String : Swift.CustomStringConvertible in Swift", referenced from:
PersistentCacheKit.SQLiteDB.Error.errorDescription.getter : Swift.String? in SQLite.o
"(extension in Swift):Swift.Sequence.first(where: (A.Element) throws -> Swift.Bool) throws -> A.Element?", referenced from:
PersistentCacheKit.SQLiteDB.preparedStatement(forSQL: Swift.String, shouldCache: Swift.Bool) throws -> PersistentCacheKit.SQLitePreparedStatement in SQLite.o
"Swift.UnsafeRawBufferPointer.baseAddress.getter : Swift.UnsafeRawPointer?", referenced from:
closure #1 (Swift.UnsafeRawBufferPointer) throws -> () in PersistentCacheKit.SQLitePreparedStatement.bind(_: Foundation.Data?, at: Swift.Int32) throws -> () in SQLite.o
"method descriptor for Swift.RawRepresentable.rawValue.getter : A.RawValue", referenced from:
l_got.$sSY8rawValue03RawB0QzvgTq in SQLiteCacheStorage.o
"method descriptor for Swift.RawRepresentable.init(rawValue: A.RawValue) -> A?", referenced from:
l_got.$sSY8rawValuexSg03RawB0Qz_tcfCTq in SQLiteCacheStorage.o
"protocol descriptor for Swift.RawRepresentable", referenced from:
l_got.$sSYMp in SQLiteCacheStorage.o
"(extension in Swift):Swift.SignedInteger< where A: Swift.FixedWidthInteger>.init<A where A1: Swift.BinaryInteger>(A1) -> A", referenced from:
PersistentCacheKit.SQLitePreparedStatement.bind(_: Swift.Int?, at: Swift.Int32) throws -> () in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.bind(_: Swift.String?, at: Swift.Int32) throws -> () in SQLite.o
closure #1 (Swift.UnsafeRawBufferPointer) throws -> () in PersistentCacheKit.SQLitePreparedStatement.bind(_: Foundation.Data?, at: Swift.Int32) throws -> () in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.getInt(atColumn: Swift.Int32) -> Swift.Int? in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.getData(atColumn: Swift.Int32) -> Foundation.Data? in SQLite.o
"static Swift.Array._allocateBufferUninitialized(minimumCapacity: Swift.Int) -> Swift._ArrayBuffer<A>", referenced from:
generic specialization <serialized, Dispatch.DispatchWorkItemFlags> of static Swift.Array._allocateUninitialized(Swift.Int) -> ([A], Swift.UnsafeMutablePointer<A>) in PersistentCache.o
generic specialization <serialized, (extension in Dispatch):__C.OS_dispatch_queue.Attributes> of static Swift.Array._allocateUninitialized(Swift.Int) -> ([A], Swift.UnsafeMutablePointer<A>) in SQLiteCacheStorage.o
"Swift.Array.append(__owned A) -> ()", referenced from:
PersistentCacheKit.SQLiteDB.preparedStatement(forSQL: Swift.String, shouldCache: Swift.Bool) throws -> PersistentCacheKit.SQLitePreparedStatement in SQLite.o
"type metadata accessor for Swift.Array", referenced from:
Swift._finalizeUninitializedArray<A>(__owned [A]) -> [A] in SQLite.o
"protocol conformance descriptor for [A] : Swift.Sequence in Swift", referenced from:
lazy protocol witness table accessor for type [Dispatch.DispatchWorkItemFlags] and conformance [A] : Swift.Sequence in Swift in PersistentCache.o
lazy protocol witness table accessor for type [PersistentCacheKit.SQLitePreparedStatement] and conformance [A] : Swift.Sequence in Swift in SQLite.o
lazy protocol witness table accessor for type [(extension in Dispatch):__C.OS_dispatch_queue.Attributes] and conformance [A] : Swift.Sequence in Swift in SQLiteCacheStorage.o
"Swift.Double.isFinite.getter : Swift.Bool", referenced from:
PersistentCacheKit.SQLiteCacheStorage.(_trimFilesize in _5AB5B40702A4060241B6A98E8989DE3A)(fast: Swift.Bool) throws -> () in SQLiteCacheStorage.o
"method descriptor for Swift.Decodable.init(from: Swift.Decoder) throws -> A", referenced from:
l_got.$sSe4fromxs7Decoder_p_tKcfCTq in PersistentCache.o
"protocol descriptor for Swift.Decodable", referenced from:
l_got.$sSeMp in PersistentCache.o
"type metadata for Swift.Int", referenced from:
PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89).hash(into: inout Swift.Hasher) -> () in PersistentCache.o
PersistentCacheKit.SQLitePreparedStatement.bind(_: Swift.Int?, at: Swift.Int32) throws -> () in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.bind(_: Swift.String?, at: Swift.Int32) throws -> () in SQLite.o
closure #1 (Swift.UnsafeRawBufferPointer) throws -> () in PersistentCacheKit.SQLitePreparedStatement.bind(_: Foundation.Data?, at: Swift.Int32) throws -> () in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.ColumnType.hash(into: inout Swift.Hasher) -> () in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.getInt(atColumn: Swift.Int32) -> Swift.Int? in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.getData(atColumn: Swift.Int32) -> Foundation.Data? in SQLite.o
...
"protocol witness table for Swift.Int : Swift.Hashable in Swift", referenced from:
PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89).hash(into: inout Swift.Hasher) -> () in PersistentCache.o
PersistentCacheKit.SQLitePreparedStatement.ColumnType.hash(into: inout Swift.Hasher) -> () in SQLite.o
"protocol conformance descriptor for Swift.Int : Swift.SignedInteger in Swift", referenced from:
lazy protocol witness table accessor for type Swift.Int and conformance Swift.Int : Swift.SignedInteger in Swift in SQLite.o
"protocol conformance descriptor for Swift.Int : Swift.BinaryInteger in Swift", referenced from:
lazy protocol witness table accessor for type Swift.Int and conformance Swift.Int : Swift.BinaryInteger in Swift in SQLite.o
"protocol conformance descriptor for Swift.Int : Swift.FixedWidthInteger in Swift", referenced from:
lazy protocol witness table accessor for type Swift.Int and conformance Swift.Int : Swift.FixedWidthInteger in Swift in SQLite.o
"protocol witness table for Swift.Int : Swift.CVarArg in Swift", referenced from:
PersistentCacheKit.SQLiteCacheStorage.(_trimFilesize in _5AB5B40702A4060241B6A98E8989DE3A)(fast: Swift.Bool) throws -> () in SQLiteCacheStorage.o
"Swift.Optional.map<A>((A) throws -> A1) throws -> A1?", referenced from:
PersistentCacheKit.PersistentCache.subscript.setter : (A) -> B? in PersistentCache.o
"type metadata accessor for Swift.Optional", referenced from:
PersistentCacheKit.PersistentCache.subscript.getter : (A) -> B? in PersistentCache.o
PersistentCacheKit.PersistentCache.subscript.setter : (A) -> B? in PersistentCache.o
PersistentCacheKit.PersistentCache.subscript.setter : (A) -> B? in PersistentCache.o
PersistentCacheKit.PersistentCache.subscript.modify : (A) -> B? in PersistentCache.o
PersistentCacheKit.PersistentCache.subscript.getter : (item: A) -> PersistentCacheKit.Item<B>? in PersistentCache.o
closure #1 () -> PersistentCacheKit.Item<B>? in PersistentCacheKit.PersistentCache.subscript.getter : (item: A) -> PersistentCacheKit.Item<B>? in PersistentCache.o
PersistentCacheKit.PersistentCache.subscript.setter : (item: A) -> PersistentCacheKit.Item<B>? in PersistentCache.o
...
"dispatch thunk of Swift.SetAlgebra.init<A where A1: Swift.Sequence, A.Element == A1.Element>(__owned A1) -> A", referenced from:
default argument 2 of (extension in Dispatch):__C.OS_dispatch_queue.async(group: __C.OS_dispatch_group?, qos: Dispatch.DispatchQoS, flags: Dispatch.DispatchWorkItemFlags, execute: @convention(block) () -> ()) -> () in PersistentCache.o
default argument 2 of (extension in Dispatch):__C.OS_dispatch_queue.init(label: Swift.String, qos: Dispatch.DispatchQoS, attributes: (extension in Dispatch):__C.OS_dispatch_queue.Attributes, autoreleaseFrequency: (extension in Dispatch):__C.OS_dispatch_queue.AutoreleaseFrequency, target: __C.OS_dispatch_queue?) -> __C.OS_dispatch_queue in SQLiteCacheStorage.o
"Swift._hashValue<A where A: Swift.Hashable>(for: A) -> Swift.Int", referenced from:
PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89).hashValue.getter : Swift.Int in PersistentCache.o
PersistentCacheKit.SQLitePreparedStatement.ColumnType.hashValue.getter : Swift.Int in SQLite.o
"nominal type descriptor for Swift.OpaquePointer", referenced from:
_symbolic _____ s13OpaquePointerV in SQLite.o
"Swift._assertionFailure(_: Swift.StaticString, _: Swift.StaticString, file: Swift.StaticString, line: Swift.UInt, flags: Swift.UInt32) -> Swift.Never", referenced from:
closure #1 (B?) -> () in PersistentCacheKit.PersistentCache.fetch(_: A, queue: __C.OS_dispatch_queue, fallback: () -> B, completion: (B) -> ()) -> () in PersistentCache.o
one-time initialization function for SQLITE_STATIC in SQLite.o
one-time initialization function for SQLITE_TRANSIENT in SQLite.o
PersistentCacheKit.SQLiteDB.init(url: Foundation.URL) throws -> PersistentCacheKit.SQLiteDB in SQLite.o
PersistentCacheKit.SQLiteDB.init(url: Foundation.URL) throws -> PersistentCacheKit.SQLiteDB in SQLite.o
PersistentCacheKit.SQLiteDB.errorMessage() -> Swift.String? in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.sql.getter : Swift.String in SQLite.o
...
"Swift._fatalErrorMessage(_: Swift.StaticString, _: Swift.StaticString, file: Swift.StaticString, line: Swift.UInt, flags: Swift.UInt32) -> Swift.Never", referenced from:
generic specialization <serialized, Swift._ArrayBuffer<Swift.Int8>> of Swift._copyCollectionToContiguousArray<A where A: Swift.Collection>(A) -> Swift.ContiguousArray<A.Element> in SQLite.o
generic specialization <serialized, Swift.Int8> of Swift._ContiguousArrayBuffer._copyContents(initializing: Swift.UnsafeMutableBufferPointer<A>) -> (Swift.IndexingIterator<Swift._ContiguousArrayBuffer<A>>, Swift.Int) in SQLite.o
generic specialization <serialized, Swift.Int8> of Swift._ContiguousArrayBuffer._copyContents(initializing: Swift.UnsafeMutableBufferPointer<A>) -> (Swift.IndexingIterator<Swift._ContiguousArrayBuffer<A>>, Swift.Int) in SQLite.o
"protocol descriptor for Swift._SwiftNewtypeWrapper", referenced from:
l_got.$ss20_SwiftNewtypeWrapperMp in SQLiteCacheStorage.o
"base conformance descriptor for Swift._SwiftNewtypeWrapper: Swift.RawRepresentable", referenced from:
l_got.$ss20_SwiftNewtypeWrapperPSYTb in SQLiteCacheStorage.o
"base conformance descriptor for Swift._SwiftNewtypeWrapper: Swift._HasCustomAnyHashableRepresentation", referenced from:
l_got.$ss20_SwiftNewtypeWrapperPs35_HasCustomAnyHashableRepresentationTb in SQLiteCacheStorage.o
"(extension in Swift):Swift._SwiftNewtypeWrapper< where A: Swift.Hashable, A.Swift.RawRepresentable.RawValue: Swift.Hashable>.hashValue.getter : Swift.Int", referenced from:
protocol witness for Swift.Hashable.hashValue.getter : Swift.Int in conformance __C.NSFileAttributeKey : Swift.Hashable in __C_Synthesized in SQLiteCacheStorage.o
"(extension in Swift):Swift._SwiftNewtypeWrapper< where A: Swift.Hashable, A.Swift.RawRepresentable.RawValue: Swift.Hashable>._rawHashValue(seed: Swift.Int) -> Swift.Int", referenced from:
protocol witness for Swift.Hashable._rawHashValue(seed: Swift.Int) -> Swift.Int in conformance __C.NSFileAttributeKey : Swift.Hashable in __C_Synthesized in SQLiteCacheStorage.o
"(extension in Swift):Swift._SwiftNewtypeWrapper< where A: Swift.Hashable, A.Swift.RawRepresentable.RawValue: Swift.Hashable>._toCustomAnyHashable() -> Swift.AnyHashable?", referenced from:
protocol witness for Swift._HasCustomAnyHashableRepresentation._toCustomAnyHashable() -> Swift.AnyHashable? in conformance __C.NSFileAttributeKey : Swift._HasCustomAnyHashableRepresentation in __C_Synthesized in SQLiteCacheStorage.o
"(extension in Swift):Swift._SwiftNewtypeWrapper< where A: Swift.Hashable, A.Swift.RawRepresentable.RawValue: Swift.Hashable>.hash(into: inout Swift.Hasher) -> ()", referenced from:
protocol witness for Swift.Hashable.hash(into: inout Swift.Hasher) -> () in conformance __C.NSFileAttributeKey : Swift.Hashable in __C_Synthesized in SQLiteCacheStorage.o
"static (extension in Swift):Swift._SwiftNewtypeWrapper< where A.RawValue: Swift._ObjectiveCBridgeable>._forceBridgeFromObjectiveC(_: A.RawValue._ObjectiveCType, result: inout A?) -> ()", referenced from:
protocol witness for static Swift._ObjectiveCBridgeable._forceBridgeFromObjectiveC(_: A._ObjectiveCType, result: inout A?) -> () in conformance __C.NSFileAttributeKey : Swift._ObjectiveCBridgeable in __C_Synthesized in SQLiteCacheStorage.o
"static (extension in Swift):Swift._SwiftNewtypeWrapper< where A.RawValue: Swift._ObjectiveCBridgeable>._conditionallyBridgeFromObjectiveC(_: A.RawValue._ObjectiveCType, result: inout A?) -> Swift.Bool", referenced from:
protocol witness for static Swift._ObjectiveCBridgeable._conditionallyBridgeFromObjectiveC(_: A._ObjectiveCType, result: inout A?) -> Swift.Bool in conformance __C.NSFileAttributeKey : Swift._ObjectiveCBridgeable in __C_Synthesized in SQLiteCacheStorage.o
"static (extension in Swift):Swift._SwiftNewtypeWrapper< where A.RawValue: Swift._ObjectiveCBridgeable>._unconditionallyBridgeFromObjectiveC(A.RawValue._ObjectiveCType?) -> A", referenced from:
protocol witness for static Swift._ObjectiveCBridgeable._unconditionallyBridgeFromObjectiveC(A._ObjectiveCType?) -> A in conformance __C.NSFileAttributeKey : Swift._ObjectiveCBridgeable in __C_Synthesized in SQLiteCacheStorage.o
"(extension in Swift):Swift._SwiftNewtypeWrapper< where A.RawValue: Swift._ObjectiveCBridgeable>._bridgeToObjectiveC() -> A.RawValue._ObjectiveCType", referenced from:
protocol witness for Swift._ObjectiveCBridgeable._bridgeToObjectiveC() -> A._ObjectiveCType in conformance __C.NSFileAttributeKey : Swift._ObjectiveCBridgeable in __C_Synthesized in SQLiteCacheStorage.o
"protocol descriptor for Swift._ObjectiveCBridgeable", referenced from:
l_got.$ss21_ObjectiveCBridgeableMp in SQLiteCacheStorage.o
"method descriptor for static Swift._ObjectiveCBridgeable._forceBridgeFromObjectiveC(_: A._ObjectiveCType, result: inout A?) -> ()", referenced from:
l_got.$ss21_ObjectiveCBridgeableP016_forceBridgeFromA1C_6resulty01_A5CTypeQz_xSgztFZTq in SQLiteCacheStorage.o
"method descriptor for static Swift._ObjectiveCBridgeable._conditionallyBridgeFromObjectiveC(_: A._ObjectiveCType, result: inout A?) -> Swift.Bool", referenced from:
l_got.$ss21_ObjectiveCBridgeableP024_conditionallyBridgeFromA1C_6resultSb01_A5CTypeQz_xSgztFZTq in SQLiteCacheStorage.o
"method descriptor for static Swift._ObjectiveCBridgeable._unconditionallyBridgeFromObjectiveC(A._ObjectiveCType?) -> A", referenced from:
l_got.$ss21_ObjectiveCBridgeableP026_unconditionallyBridgeFromA1Cyx01_A5CTypeQzSgFZTq in SQLiteCacheStorage.o
"method descriptor for Swift._ObjectiveCBridgeable._bridgeToObjectiveC() -> A._ObjectiveCType", referenced from:
l_got.$ss21_ObjectiveCBridgeableP09_bridgeToA1C01_A5CTypeQzyFTq in SQLiteCacheStorage.o
"Swift.KeyedDecodingContainer.decodeIfPresent<A where A1: Swift.Decodable>(_: A1.Type, forKey: A) throws -> A1?", referenced from:
PersistentCacheKit.Item.init(from: Swift.Decoder) throws -> PersistentCacheKit.Item<A> in PersistentCache.o
"Swift.KeyedDecodingContainer.decode<A where A1: Swift.Decodable>(_: A1.Type, forKey: A) throws -> A1", referenced from:
PersistentCacheKit.Item.init(from: Swift.Decoder) throws -> PersistentCacheKit.Item<A> in PersistentCache.o
"type metadata accessor for Swift.KeyedDecodingContainer", referenced from:
PersistentCacheKit.Item.init(from: Swift.Decoder) throws -> PersistentCacheKit.Item<A> in PersistentCache.o
"Swift.KeyedEncodingContainer.encodeIfPresent<A where A1: Swift.Encodable>(_: A1?, forKey: A) throws -> ()", referenced from:
PersistentCacheKit.Item.encode(to: Swift.Encoder) throws -> () in PersistentCache.o
"Swift.KeyedEncodingContainer.encode<A where A1: Swift.Encodable>(_: A1, forKey: A) throws -> ()", referenced from:
PersistentCacheKit.Item.encode(to: Swift.Encoder) throws -> () in PersistentCache.o
"type metadata accessor for Swift.KeyedEncodingContainer", referenced from:
PersistentCacheKit.Item.encode(to: Swift.Encoder) throws -> () in PersistentCache.o
"protocol descriptor for Swift.CustomStringConvertible", referenced from:
l_got.$ss23CustomStringConvertibleMp in PersistentCache.o
"dispatch thunk of Swift.CustomStringConvertible.description.getter : Swift.String", referenced from:
PersistentCacheKit.PersistentCache.(stringKey in _760C2596B8BF2369694F73DBB50BBF89)(for: A) -> Swift.String in PersistentCache.o
PersistentCacheKit.PersistentCache.(stringKey in _760C2596B8BF2369694F73DBB50BBF89)(for: A) -> Swift.String in PersistentCache.o
"method descriptor for Swift.CustomStringConvertible.description.getter : Swift.String", referenced from:
l_got.$ss23CustomStringConvertibleP11descriptionSSvgTq in PersistentCache.o
"nominal type descriptor for Swift._ContiguousArrayStorage", referenced from:
_symbolic _____y_____G s23_ContiguousArrayStorageC s4Int8V in SQLite.o
"Swift.DefaultStringInterpolation.appendInterpolation<A where A: Swift.CustomStringConvertible>(A) -> ()", referenced from:
PersistentCacheKit.SQLiteDB.Error.errorDescription.getter : Swift.String? in SQLite.o
PersistentCacheKit.SQLiteDB.Error.errorDescription.getter : Swift.String? in SQLite.o
"Swift.DefaultStringInterpolation.appendInterpolation<A where A: Swift.CustomStringConvertible, A: Swift.TextOutputStreamable>(A) -> ()", referenced from:
PersistentCacheKit.SQLiteDB.Error.errorDescription.getter : Swift.String? in SQLite.o
"Swift.DefaultStringInterpolation.appendLiteral(Swift.String) -> ()", referenced from:
PersistentCacheKit.SQLiteDB.Error.errorDescription.getter : Swift.String? in SQLite.o
PersistentCacheKit.SQLiteDB.Error.errorDescription.getter : Swift.String? in SQLite.o
PersistentCacheKit.SQLiteDB.Error.errorDescription.getter : Swift.String? in SQLite.o
PersistentCacheKit.SQLiteDB.Error.errorDescription.getter : Swift.String? in SQLite.o
PersistentCacheKit.SQLiteDB.Error.errorDescription.getter : Swift.String? in SQLite.o
"Swift.DefaultStringInterpolation.init(literalCapacity: Swift.Int, interpolationCount: Swift.Int) -> Swift.DefaultStringInterpolation", referenced from:
PersistentCacheKit.SQLiteDB.Error.errorDescription.getter : Swift.String? in SQLite.o
PersistentCacheKit.SQLiteDB.Error.errorDescription.getter : Swift.String? in SQLite.o
"Swift._stdlib_isOSVersionAtLeast(Builtin.Word, Builtin.Word, Builtin.Word) -> Builtin.Int1", referenced from:
PersistentCacheKit.SQLiteDB.deinit in SQLite.o
closure #1 () -> PersistentCacheKit.SQLiteCacheStorage? in variable initialization expression of static PersistentCacheKit.SQLiteCacheStorage.shared : PersistentCacheKit.SQLiteCacheStorage? in SQLiteCacheStorage.o
closure #1 @Sendable () -> () in PersistentCacheKit.SQLiteCacheStorage.maxFilesize.didset : Swift.Int? in SQLiteCacheStorage.o
PersistentCacheKit.SQLiteCacheStorage.(_trimFilesize in _5AB5B40702A4060241B6A98E8989DE3A)(fast: Swift.Bool) throws -> () in SQLiteCacheStorage.o
closure #1 () -> Foundation.Data? in PersistentCacheKit.SQLiteCacheStorage.subscript.getter : (Swift.String) -> Foundation.Data? in SQLiteCacheStorage.o
closure #1 @Sendable () -> () in PersistentCacheKit.SQLiteCacheStorage.subscript.setter : (Swift.String) -> Foundation.Data? in SQLiteCacheStorage.o
"Swift._allocateUninitializedArray<A>(Builtin.Word) -> ([A], Builtin.RawPointer)", referenced from:
closure #1 @Sendable () -> () in PersistentCacheKit.PersistentCache.clearMemoryCache(completion: (() -> ())?) -> () in PersistentCache.o
PersistentCacheKit.SQLiteDB.deinit in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.reset() throws -> () in SQLite.o
closure #1 () -> PersistentCacheKit.SQLiteCacheStorage? in variable initialization expression of static PersistentCacheKit.SQLiteCacheStorage.shared : PersistentCacheKit.SQLiteCacheStorage? in SQLiteCacheStorage.o
closure #1 @Sendable () -> () in PersistentCacheKit.SQLiteCacheStorage.maxFilesize.didset : Swift.Int? in SQLiteCacheStorage.o
PersistentCacheKit.SQLiteCacheStorage.(_trimFilesize in _5AB5B40702A4060241B6A98E8989DE3A)(fast: Swift.Bool) throws -> () in SQLiteCacheStorage.o
closure #1 () -> Foundation.Data? in PersistentCacheKit.SQLiteCacheStorage.subscript.getter : (Swift.String) -> Foundation.Data? in SQLiteCacheStorage.o
...
"protocol descriptor for Swift.CustomDebugStringConvertible", referenced from:
l_got.$ss28CustomDebugStringConvertibleMp in PersistentCache.o
"method descriptor for Swift.CustomDebugStringConvertible.debugDescription.getter : Swift.String", referenced from:
l_got.$ss28CustomDebugStringConvertibleP16debugDescriptionSSvgTq in PersistentCache.o
"Swift.== infix<A where A: Swift.RawRepresentable, A.RawValue: Swift.Equatable>(A, A) -> Swift.Bool", referenced from:
protocol witness for static Swift.Equatable.== infix(A, A) -> Swift.Bool in conformance __C.NSFileAttributeKey : Swift.Equatable in __C_Synthesized in SQLiteCacheStorage.o
"protocol descriptor for Swift._HasCustomAnyHashableRepresentation", referenced from:
l_got.$ss35_HasCustomAnyHashableRepresentationMp in SQLiteCacheStorage.o
"method descriptor for Swift._HasCustomAnyHashableRepresentation._toCustomAnyHashable() -> Swift.AnyHashable?", referenced from:
l_got.$ss35_HasCustomAnyHashableRepresentationP03_tobcD0s0cD0VSgyFTq in SQLiteCacheStorage.o
"nominal type descriptor for Swift.Int8", referenced from:
_symbolic _____y_____G s23_ContiguousArrayStorageC s4Int8V in SQLite.o
"protocol descriptor for Swift.Error", referenced from:
_symbolic ______p s5ErrorP in SQLite.o
l_got.$ss5ErrorMp in SQLite.o
"method descriptor for Swift.Error._getEmbeddedNSError() -> Swift.AnyObject?", referenced from:
l_got.$ss5ErrorP19_getEmbeddedNSErroryXlSgyFTq in SQLite.o
"method descriptor for Swift.Error._code.getter : Swift.Int", referenced from:
l_got.$ss5ErrorP5_codeSivgTq in SQLite.o
"method descriptor for Swift.Error._domain.getter : Swift.String", referenced from:
l_got.$ss5ErrorP7_domainSSvgTq in SQLite.o
"method descriptor for Swift.Error._userInfo.getter : Swift.AnyObject?", referenced from:
l_got.$ss5ErrorP9_userInfoyXlSgvgTq in SQLite.o
"(extension in Swift):Swift.Error._getEmbeddedNSError() -> Swift.AnyObject?", referenced from:
protocol witness for Swift.Error._getEmbeddedNSError() -> Swift.AnyObject? in conformance PersistentCacheKit.SQLiteDB.Error : Swift.Error in PersistentCacheKit in SQLite.o
"(extension in Swift):Swift.Error._code.getter : Swift.Int", referenced from:
protocol witness for Swift.Error._code.getter : Swift.Int in conformance PersistentCacheKit.SQLiteDB.Error : Swift.Error in PersistentCacheKit in SQLite.o
"(extension in Swift):Swift.Error._domain.getter : Swift.String", referenced from:
protocol witness for Swift.Error._domain.getter : Swift.String in conformance PersistentCacheKit.SQLiteDB.Error : Swift.Error in PersistentCacheKit in SQLite.o
"(extension in Swift):Swift.Error._userInfo.getter : Swift.AnyObject?", referenced from:
protocol witness for Swift.Error._userInfo.getter : Swift.AnyObject? in conformance PersistentCacheKit.SQLiteDB.Error : Swift.Error in PersistentCacheKit in SQLite.o
"nominal type descriptor for Swift.Int32", referenced from:
_symbolic ___________t s5Int32V 10Foundation4DataV in SQLite.o
_symbolic SDy__________G s5Int32V 10Foundation4DataV in SQLite.o
_symbolic _____4code_SSSg7messaget s5Int32V in SQLite.o
"type metadata for Swift.Int32", referenced from:
PersistentCacheKit.SQLiteDB.Error.errorDescription.getter : Swift.String? in SQLite.o
PersistentCacheKit.SQLiteDB.Error.errorDescription.getter : Swift.String? in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.reset() throws -> () in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.(in _FD6708071F0889EEDF1827F9A82FA891).init(rawValue: Swift.OpaquePointer) -> PersistentCacheKit.SQLitePreparedStatement in SQLite.o
variable initialization expression of PersistentCacheKit.SQLitePreparedStatement.(boundData in _FD6708071F0889EEDF1827F9A82FA891) : [Swift.Int32 : Foundation.Data] in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.(in _FD6708071F0889EEDF1827F9A82FA891).init(database: PersistentCacheKit.SQLiteDB, sql: Swift.String) throws -> PersistentCacheKit.SQLitePreparedStatement in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.bind(_: Swift.String?, at: Swift.Int32) throws -> () in SQLite.o
...
"protocol witness table for Swift.Int32 : Swift.Hashable in Swift", referenced from:
PersistentCacheKit.SQLitePreparedStatement.reset() throws -> () in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.(in _FD6708071F0889EEDF1827F9A82FA891).init(rawValue: Swift.OpaquePointer) -> PersistentCacheKit.SQLitePreparedStatement in SQLite.o
variable initialization expression of PersistentCacheKit.SQLitePreparedStatement.(boundData in _FD6708071F0889EEDF1827F9A82FA891) : [Swift.Int32 : Foundation.Data] in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.(in _FD6708071F0889EEDF1827F9A82FA891).init(database: PersistentCacheKit.SQLiteDB, sql: Swift.String) throws -> PersistentCacheKit.SQLitePreparedStatement in SQLite.o
"protocol conformance descriptor for Swift.Int32 : Swift.SignedInteger in Swift", referenced from:
lazy protocol witness table accessor for type Swift.Int32 and conformance Swift.Int32 : Swift.SignedInteger in Swift in SQLite.o
"protocol conformance descriptor for Swift.Int32 : Swift.BinaryInteger in Swift", referenced from:
lazy protocol witness table accessor for type Swift.Int32 and conformance Swift.Int32 : Swift.BinaryInteger in Swift in SQLite.o
"protocol conformance descriptor for Swift.Int32 : Swift.FixedWidthInteger in Swift", referenced from:
lazy protocol witness table accessor for type Swift.Int32 and conformance Swift.Int32 : Swift.FixedWidthInteger in Swift in SQLite.o
"protocol witness table for Swift.Int32 : Swift.CustomStringConvertible in Swift", referenced from:
PersistentCacheKit.SQLiteDB.Error.errorDescription.getter : Swift.String? in SQLite.o
PersistentCacheKit.SQLiteDB.Error.errorDescription.getter : Swift.String? in SQLite.o
"type metadata for Swift.Int64", referenced from:
PersistentCacheKit.SQLitePreparedStatement.bind(_: Swift.Int?, at: Swift.Int32) throws -> () in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.getInt(atColumn: Swift.Int32) -> Swift.Int? in SQLite.o
lazy protocol witness table accessor for type Swift.Int64 and conformance Swift.Int64 : Swift.FixedWidthInteger in Swift in SQLite.o
lazy protocol witness table accessor for type Swift.Int64 and conformance Swift.Int64 : Swift.SignedInteger in Swift in SQLite.o
lazy protocol witness table accessor for type Swift.Int64 and conformance Swift.Int64 : Swift.BinaryInteger in Swift in SQLite.o
"protocol conformance descriptor for Swift.Int64 : Swift.SignedInteger in Swift", referenced from:
lazy protocol witness table accessor for type Swift.Int64 and conformance Swift.Int64 : Swift.SignedInteger in Swift in SQLite.o
"protocol conformance descriptor for Swift.Int64 : Swift.BinaryInteger in Swift", referenced from:
lazy protocol witness table accessor for type Swift.Int64 and conformance Swift.Int64 : Swift.BinaryInteger in Swift in SQLite.o
"protocol conformance descriptor for Swift.Int64 : Swift.FixedWidthInteger in Swift", referenced from:
lazy protocol witness table accessor for type Swift.Int64 and conformance Swift.Int64 : Swift.FixedWidthInteger in Swift in SQLite.o
"Swift.Hasher.combine<A where A: Swift.Hashable>(A) -> ()", referenced from:
PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89).hash(into: inout Swift.Hasher) -> () in PersistentCache.o
PersistentCacheKit.SQLitePreparedStatement.ColumnType.hash(into: inout Swift.Hasher) -> () in SQLite.o
"protocol descriptor for Swift.CVarArg", referenced from:
_symbolic ______p s7CVarArgP in SQLite.o
"dispatch thunk of Swift.Decoder.container<A where A1: Swift.CodingKey>(keyedBy: A1.Type) throws -> Swift.KeyedDecodingContainer<A1>", referenced from:
PersistentCacheKit.Item.init(from: Swift.Decoder) throws -> PersistentCacheKit.Item<A> in PersistentCache.o
"dispatch thunk of Swift.Encoder.container<A where A1: Swift.CodingKey>(keyedBy: A1.Type) -> Swift.KeyedEncodingContainer<A1>", referenced from:
PersistentCacheKit.Item.encode(to: Swift.Encoder) throws -> () in PersistentCache.o
"protocol descriptor for Swift.CodingKey", referenced from:
l_got.$ss9CodingKeyMp in PersistentCache.o
"method descriptor for Swift.CodingKey.stringValue.getter : Swift.String", referenced from:
l_got.$ss9CodingKeyP11stringValueSSvgTq in PersistentCache.o
"method descriptor for Swift.CodingKey.init(stringValue: Swift.String) -> A?", referenced from:
l_got.$ss9CodingKeyP11stringValuexSgSS_tcfCTq in PersistentCache.o
"method descriptor for Swift.CodingKey.intValue.getter : Swift.Int?", referenced from:
l_got.$ss9CodingKeyP8intValueSiSgvgTq in PersistentCache.o
"method descriptor for Swift.CodingKey.init(intValue: Swift.Int) -> A?", referenced from:
l_got.$ss9CodingKeyP8intValuexSgSi_tcfCTq in PersistentCache.o
"base conformance descriptor for Swift.CodingKey: Swift.CustomStringConvertible", referenced from:
l_got.$ss9CodingKeyPs23CustomStringConvertibleTb in PersistentCache.o
"base conformance descriptor for Swift.CodingKey: Swift.CustomDebugStringConvertible", referenced from:
l_got.$ss9CodingKeyPs28CustomDebugStringConvertibleTb in PersistentCache.o
"(extension in Swift):Swift.CodingKey.description.getter : Swift.String", referenced from:
protocol witness for Swift.CustomStringConvertible.description.getter : Swift.String in conformance PersistentCacheKit.Item<A>.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89) : Swift.CustomStringConvertible in PersistentCacheKit in PersistentCache.o
"(extension in Swift):Swift.CodingKey.debugDescription.getter : Swift.String", referenced from:
protocol witness for Swift.CustomDebugStringConvertible.debugDescription.getter : Swift.String in conformance PersistentCacheKit.Item<A>.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89) : Swift.CustomDebugStringConvertible in PersistentCacheKit in PersistentCache.o
"protocol conformance descriptor for <A where A: Swift.Encodable> A? : Swift.Encodable in Swift", referenced from:
PersistentCacheKit.PersistentCache.subscript.setter : (item: A) -> PersistentCacheKit.Item<B>? in PersistentCache.o
"type metadata for Any", referenced from:
PersistentCacheKit.SQLiteCacheStorage.(currentFilesize in _5AB5B40702A4060241B6A98E8989DE3A)(fast: Swift.Bool) throws -> Swift.Int in SQLiteCacheStorage.o
PersistentCacheKit.SQLiteCacheStorage.(currentFilesize in _5AB5B40702A4060241B6A98E8989DE3A)(fast: Swift.Bool) throws -> Swift.Int in SQLiteCacheStorage.o
"type metadata for ()", referenced from:
PersistentCacheKit.SQLitePreparedStatement.bind(_: Foundation.Data?, at: Swift.Int32) throws -> () in SQLite.o
PersistentCacheKit.SQLiteCacheStorage.removeAll() throws -> () in SQLiteCacheStorage.o
PersistentCacheKit.SQLiteCacheStorage.trimFilesize() throws -> () in SQLiteCacheStorage.o
"_OBJC_CLASS_$__TtCs12_SwiftObject", referenced from:
full type metadata for PersistentCacheKit.SQLiteDB in SQLite.o
full type metadata for PersistentCacheKit.SQLitePreparedStatement in SQLite.o
full type metadata for PersistentCacheKit.SQLiteCacheStorage in SQLiteCacheStorage.o
"_OBJC_METACLASS_$__TtCs12_SwiftObject", referenced from:
___unnamed_3 in PersistentCache.o
metaclass for PersistentCacheKit.SQLiteDB in SQLite.o
metaclass for PersistentCacheKit.SQLiteDB in SQLite.o
metaclass for PersistentCacheKit.SQLitePreparedStatement in SQLite.o
metaclass for PersistentCacheKit.SQLitePreparedStatement in SQLite.o
metaclass for PersistentCacheKit.SQLiteCacheStorage in SQLiteCacheStorage.o
metaclass for PersistentCacheKit.SQLiteCacheStorage in SQLiteCacheStorage.o
...
"__swiftEmptyArrayStorage", referenced from:
generic specialization <serialized, Dispatch.DispatchWorkItemFlags> of static Swift.Array._allocateUninitialized(Swift.Int) -> ([A], Swift.UnsafeMutablePointer<A>) in PersistentCache.o
generic specialization <serialized, Swift.Int8> of Swift._ContiguousArrayBuffer.init(_uninitializedCount: Swift.Int, minimumCapacity: Swift.Int) -> Swift._ContiguousArrayBuffer<A> in SQLite.o
generic specialization <serialized, Swift.Int8> of Swift.ContiguousArray.init() -> Swift.ContiguousArray<A> in SQLite.o
generic specialization <serialized, (extension in Dispatch):__C.OS_dispatch_queue.Attributes> of static Swift.Array._allocateUninitialized(Swift.Int) -> ([A], Swift.UnsafeMutablePointer<A>) in SQLiteCacheStorage.o
"__swift_FORCE_LOAD_$_swiftCompatibility56", referenced from:
__swift_FORCE_LOAD_$_swiftCompatibility56_$_PersistentCacheKit in PersistentCache.o
"__swift_FORCE_LOAD_$_swiftCompatibilityConcurrency", referenced from:
__swift_FORCE_LOAD_$_swiftCompatibilityConcurrency_$_PersistentCacheKit in PersistentCache.o
"__swift_FORCE_LOAD_$_swiftDarwin", referenced from:
__swift_FORCE_LOAD_$_swiftDarwin_$_PersistentCacheKit in PersistentCache.o
"_swift_allocError", referenced from:
PersistentCacheKit.SQLiteDB.init(url: Foundation.URL) throws -> PersistentCacheKit.SQLiteDB in SQLite.o
PersistentCacheKit.SQLiteDB.init(url: Foundation.URL) throws -> PersistentCacheKit.SQLiteDB in SQLite.o
PersistentCacheKit.SQLiteDB.close() throws -> () in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.reset() throws -> () in SQLite.o
PersistentCacheKit.SQLiteDB.verify(result: Swift.Int32) throws -> () in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.(in _FD6708071F0889EEDF1827F9A82FA891).init(database: PersistentCacheKit.SQLiteDB, sql: Swift.String) throws -> PersistentCacheKit.SQLitePreparedStatement in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.(in _FD6708071F0889EEDF1827F9A82FA891).init(database: PersistentCacheKit.SQLiteDB, sql: Swift.String) throws -> PersistentCacheKit.SQLitePreparedStatement in SQLite.o
...
"_swift_allocObject", referenced from:
PersistentCacheKit.PersistentCache.__allocating_init(storage: PersistentCacheKit.CacheStorage?, namespace: Swift.String?) -> PersistentCacheKit.PersistentCache<A, B> in PersistentCache.o
PersistentCacheKit.PersistentCache.clearMemoryCache(completion: (() -> ())?) -> () in PersistentCache.o
closure #1 @Sendable () -> () in PersistentCacheKit.PersistentCache.clearMemoryCache(completion: (() -> ())?) -> () in PersistentCache.o
PersistentCacheKit.PersistentCache.subscript.setter : (item: A) -> PersistentCacheKit.Item<B>? in PersistentCache.o
PersistentCacheKit.PersistentCache.(_fetch in _760C2596B8BF2369694F73DBB50BBF89)(_: A, queue: __C.OS_dispatch_queue, fallback: (() -> B)?, completion: (B?) -> ()) -> () in PersistentCache.o
PersistentCacheKit.PersistentCache.(_fetch in _760C2596B8BF2369694F73DBB50BBF89)(_: A, queue: __C.OS_dispatch_queue, fallback: (() -> B)?, completion: (B?) -> ()) -> () in PersistentCache.o
closure #1 () -> () in PersistentCacheKit.PersistentCache.(_fetch in _760C2596B8BF2369694F73DBB50BBF89)(_: A, queue: __C.OS_dispatch_queue, fallback: (() -> B)?, completion: (B?) -> ()) -> () in PersistentCache.o
...
"_swift_allocateGenericClassMetadata", referenced from:
type metadata instantiation function for PersistentCacheKit.PersistentCache in PersistentCache.o
"_swift_allocateGenericValueMetadata", referenced from:
type metadata instantiation function for PersistentCacheKit.Item in PersistentCache.o
type metadata instantiation function for PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89) in PersistentCache.o
"_swift_beginAccess", referenced from:
PersistentCacheKit.PersistentCache.(internalCache in _760C2596B8BF2369694F73DBB50BBF89).getter : [A : PersistentCacheKit.Item<B>] in PersistentCache.o
PersistentCacheKit.PersistentCache.(internalCache in _760C2596B8BF2369694F73DBB50BBF89).setter : [A : PersistentCacheKit.Item<B>] in PersistentCache.o
PersistentCacheKit.PersistentCache.(internalCache in _760C2596B8BF2369694F73DBB50BBF89).modify : [A : PersistentCacheKit.Item<B>] in PersistentCache.o
closure #1 @Sendable () -> () in PersistentCacheKit.PersistentCache.clearMemoryCache(completion: (() -> ())?) -> () in PersistentCache.o
closure #1 () -> PersistentCacheKit.Item<B>? in PersistentCacheKit.PersistentCache.subscript.getter : (item: A) -> PersistentCacheKit.Item<B>? in PersistentCache.o
closure #1 @Sendable () -> () in PersistentCacheKit.PersistentCache.subscript.setter : (item: A) -> PersistentCacheKit.Item<B>? in PersistentCache.o
closure #1 () -> () in PersistentCacheKit.PersistentCache.(_fetch in _760C2596B8BF2369694F73DBB50BBF89)(_: A, queue: __C.OS_dispatch_queue, fallback: (() -> B)?, completion: (B?) -> ()) -> () in PersistentCache.o
...
"_swift_bridgeObjectRelease", referenced from:
PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89).init(stringValue: Swift.String) -> PersistentCacheKit.Item<A>.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89)? in PersistentCache.o
PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89).init(stringValue: Swift.String) -> PersistentCacheKit.Item<A>.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89)? in PersistentCache.o
PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89).init(stringValue: Swift.String) -> PersistentCacheKit.Item<A>.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89)? in PersistentCache.o
PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89).init(stringValue: Swift.String) -> PersistentCacheKit.Item<A>.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89)? in PersistentCache.o
PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89).init(stringValue: Swift.String) -> PersistentCacheKit.Item<A>.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89)? in PersistentCache.o
PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89).init(stringValue: Swift.String) -> PersistentCacheKit.Item<A>.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89)? in PersistentCache.o
PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89).init(stringValue: Swift.String) -> PersistentCacheKit.Item<A>.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89)? in PersistentCache.o
PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89).init(stringValue: Swift.String) -> PersistentCacheKit.Item<A>.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89)? in PersistentCache.o
PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89).init(stringValue: Swift.String) -> PersistentCacheKit.Item<A>.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89)? in PersistentCache.o
PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89).init(stringValue: Swift.String) -> PersistentCacheKit.Item<A>.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89)? in PersistentCache.o
...
"_swift_bridgeObjectRetain", referenced from:
PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89).init(stringValue: Swift.String) -> PersistentCacheKit.Item<A>.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89)? in PersistentCache.o
PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89).init(stringValue: Swift.String) -> PersistentCacheKit.Item<A>.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89)? in PersistentCache.o
PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89).init(stringValue: Swift.String) -> PersistentCacheKit.Item<A>.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89)? in PersistentCache.o
PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89).init(stringValue: Swift.String) -> PersistentCacheKit.Item<A>.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89)? in PersistentCache.o
PersistentCacheKit.PersistentCache.(internalCache in _760C2596B8BF2369694F73DBB50BBF89).getter : [A : PersistentCacheKit.Item<B>] in PersistentCache.o
PersistentCacheKit.PersistentCache.(internalCache in _760C2596B8BF2369694F73DBB50BBF89).setter : [A : PersistentCacheKit.Item<B>] in PersistentCache.o
PersistentCacheKit.PersistentCache.namespace.getter : Swift.String? in PersistentCache.o
...
"_swift_checkMetadataState", referenced from:
type metadata completion function for PersistentCacheKit.Item in PersistentCache.o
"_swift_deallocClassInstance", referenced from:
PersistentCacheKit.PersistentCache.__deallocating_deinit in PersistentCache.o
PersistentCacheKit.SQLiteDB.__deallocating_deinit in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.__deallocating_deinit in SQLite.o
PersistentCacheKit.SQLiteCacheStorage.__deallocating_deinit in SQLiteCacheStorage.o
"_swift_deallocObject", referenced from:
l_objectdestroy in PersistentCache.o
l_objectdestroy.2 in PersistentCache.o
l_objectdestroy.8 in PersistentCache.o
l_objectdestroy.11 in PersistentCache.o
l_objectdestroy.17 in PersistentCache.o
l_objectdestroy.20 in PersistentCache.o
l_objectdestroy.27 in PersistentCache.o
...
"_swift_deallocPartialClassInstance", referenced from:
PersistentCacheKit.SQLiteDB.init(url: Foundation.URL) throws -> PersistentCacheKit.SQLiteDB in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.(in _FD6708071F0889EEDF1827F9A82FA891).init(database: PersistentCacheKit.SQLiteDB, sql: Swift.String) throws -> PersistentCacheKit.SQLitePreparedStatement in SQLite.o
PersistentCacheKit.SQLiteCacheStorage.init(url: Foundation.URL) throws -> PersistentCacheKit.SQLiteCacheStorage in SQLiteCacheStorage.o
"_swift_dynamicCast", referenced from:
PersistentCacheKit.SQLiteCacheStorage.(currentFilesize in _5AB5B40702A4060241B6A98E8989DE3A)(fast: Swift.Bool) throws -> Swift.Int in SQLiteCacheStorage.o
"_swift_endAccess", referenced from:
PersistentCacheKit.PersistentCache.(internalCache in _760C2596B8BF2369694F73DBB50BBF89).getter : [A : PersistentCacheKit.Item<B>] in PersistentCache.o
PersistentCacheKit.PersistentCache.(internalCache in _760C2596B8BF2369694F73DBB50BBF89).setter : [A : PersistentCacheKit.Item<B>] in PersistentCache.o
PersistentCacheKit.PersistentCache.(internalCache in _760C2596B8BF2369694F73DBB50BBF89).modify : [A : PersistentCacheKit.Item<B>] with unmangled suffix ".resume.0" in PersistentCache.o
PersistentCacheKit.PersistentCache.(internalCache in _760C2596B8BF2369694F73DBB50BBF89).modify : [A : PersistentCacheKit.Item<B>] with unmangled suffix ".resume.0" in PersistentCache.o
closure #1 @Sendable () -> () in PersistentCacheKit.PersistentCache.clearMemoryCache(completion: (() -> ())?) -> () in PersistentCache.o
closure #1 () -> PersistentCacheKit.Item<B>? in PersistentCacheKit.PersistentCache.subscript.getter : (item: A) -> PersistentCacheKit.Item<B>? in PersistentCache.o
closure #1 @Sendable () -> () in PersistentCacheKit.PersistentCache.subscript.setter : (item: A) -> PersistentCacheKit.Item<B>? in PersistentCache.o
...
"_swift_errorRelease", referenced from:
closure #1 () -> PersistentCacheKit.Item<B>? in PersistentCacheKit.PersistentCache.subscript.getter : (item: A) -> PersistentCacheKit.Item<B>? in PersistentCache.o
PersistentCacheKit.PersistentCache.subscript.setter : (item: A) -> PersistentCacheKit.Item<B>? in PersistentCache.o
closure #1 @Sendable () -> () in closure #1 () -> () in PersistentCacheKit.PersistentCache.(_fetch in _760C2596B8BF2369694F73DBB50BBF89)(_: A, queue: __C.OS_dispatch_queue, fallback: (() -> B)?, completion: (B?) -> ()) -> () in PersistentCache.o
PersistentCacheKit.SQLiteDB.deinit in SQLite.o
PersistentCacheKit.SQLiteDB.deinit in SQLite.o
closure #1 () -> PersistentCacheKit.SQLiteCacheStorage? in variable initialization expression of static PersistentCacheKit.SQLiteCacheStorage.shared : PersistentCacheKit.SQLiteCacheStorage? in SQLiteCacheStorage.o
closure #1 () -> PersistentCacheKit.SQLiteCacheStorage? in variable initialization expression of static PersistentCacheKit.SQLiteCacheStorage.shared : PersistentCacheKit.SQLiteCacheStorage? in SQLiteCacheStorage.o
...
"_swift_errorRetain", referenced from:
PersistentCacheKit.SQLiteDB.deinit in SQLite.o
PersistentCacheKit.SQLiteDB.deinit in SQLite.o
closure #1 () -> PersistentCacheKit.SQLiteCacheStorage? in variable initialization expression of static PersistentCacheKit.SQLiteCacheStorage.shared : PersistentCacheKit.SQLiteCacheStorage? in SQLiteCacheStorage.o
closure #1 () -> PersistentCacheKit.SQLiteCacheStorage? in variable initialization expression of static PersistentCacheKit.SQLiteCacheStorage.shared : PersistentCacheKit.SQLiteCacheStorage? in SQLiteCacheStorage.o
closure #1 @Sendable () -> () in PersistentCacheKit.SQLiteCacheStorage.maxFilesize.didset : Swift.Int? in SQLiteCacheStorage.o
closure #1 @Sendable () -> () in PersistentCacheKit.SQLiteCacheStorage.maxFilesize.didset : Swift.Int? in SQLiteCacheStorage.o
closure #1 () -> Foundation.Data? in PersistentCacheKit.SQLiteCacheStorage.subscript.getter : (Swift.String) -> Foundation.Data? in SQLiteCacheStorage.o
closure #1 () -> Foundation.Data? in PersistentCacheKit.SQLiteCacheStorage.subscript.getter : (Swift.String) -> Foundation.Data? in SQLiteCacheStorage.o
...
"_swift_getEnumTagSinglePayloadGeneric", referenced from:
getEnumTagSinglePayload value witness for PersistentCacheKit.Item in PersistentCache.o
"_swift_getForeignTypeMetadata", referenced from:
type metadata accessor for __C.NSFileAttributeKey in SQLiteCacheStorage.o
"_swift_getGenericMetadata", referenced from:
type metadata accessor for PersistentCacheKit.PersistentCache in PersistentCache.o
___swift_instantiateGenericMetadata in PersistentCache.o
"_swift_getObjCClassMetadata", referenced from:
type metadata accessor for __C.OS_dispatch_queue in PersistentCache.o
type metadata accessor for __C.OS_os_log in SQLite.o
"_swift_getObjectType", referenced from:
closure #1 () -> PersistentCacheKit.Item<B>? in PersistentCacheKit.PersistentCache.subscript.getter : (item: A) -> PersistentCacheKit.Item<B>? in PersistentCache.o
closure #1 @Sendable () -> () in PersistentCacheKit.PersistentCache.subscript.setter : (item: A) -> PersistentCacheKit.Item<B>? in PersistentCache.o
closure #1 @Sendable () -> () in closure #1 () -> () in PersistentCacheKit.PersistentCache.(_fetch in _760C2596B8BF2369694F73DBB50BBF89)(_: A, queue: __C.OS_dispatch_queue, fallback: (() -> B)?, completion: (B?) -> ()) -> () in PersistentCache.o
PersistentCacheKit.PersistentCache.sync() -> () in PersistentCache.o
"_swift_getSingletonMetadata", referenced from:
type metadata accessor for PersistentCacheKit.SQLiteDB in SQLite.o
type metadata accessor for PersistentCacheKit.SQLiteCacheStorage in SQLiteCacheStorage.o
"_swift_getTupleTypeMetadata2", referenced from:
closure #1 @Sendable () -> () in PersistentCacheKit.PersistentCache.clearMemoryCache(completion: (() -> ())?) -> () in PersistentCache.o
"_swift_getTypeByMangledNameInContext", referenced from:
___swift_instantiateConcreteTypeFromMangledName in PersistentCache.o
"_swift_getTypeByMangledNameInContextInMetadataState", referenced from:
___swift_instantiateConcreteTypeFromMangledNameAbstract in PersistentCache.o
"_swift_getWitnessTable", referenced from:
PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89).hashValue.getter : Swift.Int in PersistentCache.o
protocol witness for Swift.CustomDebugStringConvertible.debugDescription.getter : Swift.String in conformance PersistentCacheKit.Item<A>.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89) : Swift.CustomDebugStringConvertible in PersistentCacheKit in PersistentCache.o
protocol witness for Swift.CustomStringConvertible.description.getter : Swift.String in conformance PersistentCacheKit.Item<A>.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89) : Swift.CustomStringConvertible in PersistentCacheKit in PersistentCache.o
PersistentCacheKit.Item.encode(to: Swift.Encoder) throws -> () in PersistentCache.o
lazy protocol witness table accessor for type Foundation.Date and conformance Foundation.Date : Swift.Encodable in Foundation in PersistentCache.o
PersistentCacheKit.Item.init(from: Swift.Decoder) throws -> PersistentCacheKit.Item<A> in PersistentCache.o
lazy protocol witness table accessor for type Foundation.Date and conformance Foundation.Date : Swift.Decodable in Foundation in PersistentCache.o
...
"_swift_initClassMetadata2", referenced from:
type metadata completion function for PersistentCacheKit.PersistentCache in PersistentCache.o
"_swift_initStructMetadata", referenced from:
type metadata completion function for PersistentCacheKit.Item in PersistentCache.o
"_swift_isEscapingClosureAtFileLocation", referenced from:
PersistentCacheKit.PersistentCache.(_fetch in _760C2596B8BF2369694F73DBB50BBF89)(_: A, queue: __C.OS_dispatch_queue, fallback: (() -> B)?, completion: (B?) -> ()) -> () in PersistentCache.o
PersistentCacheKit.PersistentCache.sync() -> () in PersistentCache.o
PersistentCacheKit.SQLiteCacheStorage.sync() -> () in SQLiteCacheStorage.o
"_swift_once", referenced from:
PersistentCacheKit.SQLITE_STATIC.unsafeMutableAddressor : @convention(c) (Swift.UnsafeMutableRawPointer?) -> () in SQLite.o
PersistentCacheKit.SQLITE_TRANSIENT.unsafeMutableAddressor : @convention(c) (Swift.UnsafeMutableRawPointer?) -> () in SQLite.o
PersistentCacheKit.SQLiteDB.log.unsafeMutableAddressor : __C.OS_os_log in SQLite.o
PersistentCacheKit.SQLiteCacheStorage.log.unsafeMutableAddressor : __C.OS_os_log in SQLiteCacheStorage.o
PersistentCacheKit.SQLiteCacheStorage.shared.unsafeMutableAddressor : PersistentCacheKit.SQLiteCacheStorage? in SQLiteCacheStorage.o
"_swift_release", referenced from:
___swift_destroy_boxed_opaque_existential_1 in PersistentCache.o
@objc PersistentCacheKit.PersistentCache.(didReceiveMemoryWarning in _760C2596B8BF2369694F73DBB50BBF89)() -> () in PersistentCache.o
PersistentCacheKit.PersistentCache.clearMemoryCache(completion: (() -> ())?) -> () in PersistentCache.o
closure #1 @Sendable () -> () in PersistentCacheKit.PersistentCache.clearMemoryCache(completion: (() -> ())?) -> () in PersistentCache.o
closure #1 @Sendable () -> () in PersistentCacheKit.PersistentCache.clearMemoryCache(completion: (() -> ())?) -> () in PersistentCache.o
l_objectdestroy in PersistentCache.o
l_objectdestroy in PersistentCache.o
...
"_swift_retain", referenced from:
PersistentCacheKit.PersistentCache.encoder.getter : Foundation.PropertyListEncoder in PersistentCache.o
PersistentCacheKit.PersistentCache.decoder.getter : Foundation.PropertyListDecoder in PersistentCache.o
@objc PersistentCacheKit.PersistentCache.(didReceiveMemoryWarning in _760C2596B8BF2369694F73DBB50BBF89)() -> () in PersistentCache.o
PersistentCacheKit.PersistentCache.clearMemoryCache(completion: (() -> ())?) -> () in PersistentCache.o
closure #1 @Sendable () -> () in PersistentCacheKit.PersistentCache.clearMemoryCache(completion: (() -> ())?) -> () in PersistentCache.o
outlined copy of (@escaping @callee_guaranteed () -> ())? in PersistentCache.o
closure #1 @Sendable () -> () in closure #1 @Sendable () -> () in PersistentCacheKit.PersistentCache.clearMemoryCache(completion: (() -> ())?) -> () in PersistentCache.o
...
"_swift_storeEnumTagSinglePayloadGeneric", referenced from:
storeEnumTagSinglePayload value witness for PersistentCacheKit.Item in PersistentCache.o
"_swift_unknownObjectRelease", referenced from:
PersistentCacheKit.PersistentCache.init(storage: PersistentCacheKit.CacheStorage?, namespace: Swift.String?) -> PersistentCacheKit.PersistentCache<A, B> in PersistentCache.o
closure #1 () -> PersistentCacheKit.Item<B>? in PersistentCacheKit.PersistentCache.subscript.getter : (item: A) -> PersistentCacheKit.Item<B>? in PersistentCache.o
closure #1 @Sendable () -> () in PersistentCacheKit.PersistentCache.subscript.setter : (item: A) -> PersistentCacheKit.Item<B>? in PersistentCache.o
closure #1 @Sendable () -> () in closure #1 () -> () in PersistentCacheKit.PersistentCache.(_fetch in _760C2596B8BF2369694F73DBB50BBF89)(_: A, queue: __C.OS_dispatch_queue, fallback: (() -> B)?, completion: (B?) -> ()) -> () in PersistentCache.o
PersistentCacheKit.PersistentCache.sync() -> () in PersistentCache.o
outlined destroy of PersistentCacheKit.CacheStorage? in PersistentCache.o
PersistentCacheKit.SQLiteDB.init(url: Foundation.URL) throws -> PersistentCacheKit.SQLiteDB in SQLite.o
...
"_swift_unknownObjectRetain", referenced from:
PersistentCacheKit.PersistentCache.storage.getter : PersistentCacheKit.CacheStorage? in PersistentCache.o
PersistentCacheKit.PersistentCache.init(storage: PersistentCacheKit.CacheStorage?, namespace: Swift.String?) -> PersistentCacheKit.PersistentCache<A, B> in PersistentCache.o
closure #1 () -> PersistentCacheKit.Item<B>? in PersistentCacheKit.PersistentCache.subscript.getter : (item: A) -> PersistentCacheKit.Item<B>? in PersistentCache.o
closure #1 @Sendable () -> () in PersistentCacheKit.PersistentCache.subscript.setter : (item: A) -> PersistentCacheKit.Item<B>? in PersistentCache.o
closure #1 @Sendable () -> () in closure #1 () -> () in PersistentCacheKit.PersistentCache.(_fetch in _760C2596B8BF2369694F73DBB50BBF89)(_: A, queue: __C.OS_dispatch_queue, fallback: (() -> B)?, completion: (B?) -> ()) -> () in PersistentCache.o
PersistentCacheKit.PersistentCache.sync() -> () in PersistentCache.o
"_swift_updateClassMetadata2", referenced from:
type metadata completion function for PersistentCacheKit.SQLiteDB in SQLite.o
type metadata completion function for PersistentCacheKit.SQLiteCacheStorage in SQLiteCacheStorage.o
"_swift_weakAssign", referenced from:
PersistentCacheKit.SQLitePreparedStatement.(in _FD6708071F0889EEDF1827F9A82FA891).init(database: PersistentCacheKit.SQLiteDB, sql: Swift.String) throws -> PersistentCacheKit.SQLitePreparedStatement in SQLite.o
"_swift_weakDestroy", referenced from:
PersistentCacheKit.SQLitePreparedStatement.(in _FD6708071F0889EEDF1827F9A82FA891).init(database: PersistentCacheKit.SQLiteDB, sql: Swift.String) throws -> PersistentCacheKit.SQLitePreparedStatement in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.deinit in SQLite.o
"_swift_weakInit", referenced from:
PersistentCacheKit.SQLitePreparedStatement.(in _FD6708071F0889EEDF1827F9A82FA891).init(rawValue: Swift.OpaquePointer) -> PersistentCacheKit.SQLitePreparedStatement in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.(in _FD6708071F0889EEDF1827F9A82FA891).init(database: PersistentCacheKit.SQLiteDB, sql: Swift.String) throws -> PersistentCacheKit.SQLitePreparedStatement in SQLite.o
"_swift_weakLoadStrong", referenced from:
PersistentCacheKit.SQLitePreparedStatement.reset() throws -> () in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.step() throws -> Swift.Bool in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.bindNull(at: Swift.Int32) throws -> () in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.bind(_: Swift.Int?, at: Swift.Int32) throws -> () in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.bind(_: Swift.Double?, at: Swift.Int32) throws -> () in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.bind(_: Swift.String?, at: Swift.Int32) throws -> () in SQLite.o
closure #1 (Swift.UnsafeRawBufferPointer) throws -> () in PersistentCacheKit.SQLitePreparedStatement.bind(_: Foundation.Data?, at: Swift.Int32) throws -> () in SQLite.o
...
"_swift_willThrow", referenced from:
PersistentCacheKit.SQLiteDB.init(url: Foundation.URL) throws -> PersistentCacheKit.SQLiteDB in SQLite.o
PersistentCacheKit.SQLiteDB.init(url: Foundation.URL) throws -> PersistentCacheKit.SQLiteDB in SQLite.o
PersistentCacheKit.SQLiteDB.init(url: Foundation.URL) throws -> PersistentCacheKit.SQLiteDB in SQLite.o
PersistentCacheKit.SQLiteDB.close() throws -> () in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.reset() throws -> () in SQLite.o
PersistentCacheKit.SQLiteDB.verify(result: Swift.Int32) throws -> () in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.(in _FD6708071F0889EEDF1827F9A82FA891).init(database: PersistentCacheKit.SQLiteDB, sql: Swift.String) throws -> PersistentCacheKit.SQLitePreparedStatement in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.(in _FD6708071F0889EEDF1827F9A82FA891).init(database: PersistentCacheKit.SQLiteDB, sql: Swift.String) throws -> PersistentCacheKit.SQLitePreparedStatement in SQLite.o
...
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
** BUILD FAILED **
The following build commands failed:
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')
(1 failure)
Command line invocation:
/Applications/Xcode-15.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"
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete
TOOLCHAINS = org.swift.600202405261a
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
Target 'PersistentCacheKit' in project 'PersistentCacheKit' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'.
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PersistentCacheKit' from project 'PersistentCacheKit')
/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 10.4.99. (in target 'PersistentCacheKit' from project '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
/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos2.0 -dynamiclib -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.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-15.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 /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.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 -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.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 -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 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentCacheKit.build/Debug-watchos/PersistentCacheKit.build/Objects-normal/arm64/Binary/PersistentCacheKit
ld: warning: ignoring file '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos/libswiftCompatibilityConcurrency.a': fat file missing arch 'arm64', file has 'armv7k,arm64_32'
ld: warning: ignoring file '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos/libswiftCompatibilityPacks.a': fat file missing arch 'arm64', file has 'armv7k,arm64_32'
ld: warning: ignoring file '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos/libswiftCompatibility56.a': fat file missing arch 'arm64', file has 'armv7k,arm64_32'
ld: warning: ignoring file '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos/libswiftDarwin.dylib': fat file missing arch 'arm64', file has 'armv7k,arm64_32'
ld: warning: ignoring file '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos/libswiftCore.dylib': fat file missing arch 'arm64', file has 'armv7k,arm64_32'
ld: warning: ignoring file '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos/libswiftObservation.dylib': fat file missing arch 'arm64', file has 'armv7k,arm64_32'
ld: warning: ignoring file '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos/libswift_Concurrency.dylib': fat file missing arch 'arm64', file has 'armv7k,arm64_32'
ld: warning: ignoring file '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos/libswiftSwiftOnoneSupport.dylib': fat file missing arch 'arm64', file has 'armv7k,arm64_32'
ld: warning: ignoring file '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos/libswift_StringProcessing.dylib': fat file missing arch 'arm64', file has 'armv7k,arm64_32'
Undefined symbols for architecture arm64:
"associated type descriptor for Swift._ObjectiveCBridgeable._ObjectiveCType", referenced from:
l_got.$s15_ObjectiveCTypes01_A11CBridgeablePTl in SQLiteCacheStorage.o
"associated type descriptor for Swift.RawRepresentable.RawValue", referenced from:
l_got.$s8RawValueSYTl in SQLiteCacheStorage.o
"value witness table for Builtin.UnknownObject", referenced from:
type metadata completion function for PersistentCacheKit.PersistentCache in PersistentCache.o
type metadata completion function for PersistentCacheKit.SQLiteCacheStorage in SQLiteCacheStorage.o
full type metadata for __C.NSFileAttributeKey in SQLiteCacheStorage.o
"value witness table for Builtin.BridgeObject", referenced from:
type metadata completion function for PersistentCacheKit.PersistentCache in PersistentCache.o
type metadata completion function for PersistentCacheKit.SQLiteDB in SQLite.o
"value witness table for Builtin.NativeObject", referenced from:
type metadata completion function for PersistentCacheKit.PersistentCache in PersistentCache.o
full type metadata for PersistentCacheKit.SQLiteDB in SQLite.o
full type metadata for PersistentCacheKit.SQLitePreparedStatement in SQLite.o
type metadata completion function for PersistentCacheKit.SQLiteCacheStorage in SQLiteCacheStorage.o
full type metadata for PersistentCacheKit.SQLiteCacheStorage in SQLiteCacheStorage.o
"value witness table for Builtin.RawPointer", referenced from:
type metadata completion function for PersistentCacheKit.SQLiteDB in SQLite.o
"Swift.Dictionary.init() -> [A : B]", referenced from:
variable initialization expression of PersistentCacheKit.PersistentCache.(internalCache in _760C2596B8BF2369694F73DBB50BBF89) : [A : PersistentCacheKit.Item<B>] in PersistentCache.o
PersistentCacheKit.PersistentCache.init(storage: PersistentCacheKit.CacheStorage?, namespace: Swift.String?) -> PersistentCacheKit.PersistentCache<A, B> in PersistentCache.o
PersistentCacheKit.SQLitePreparedStatement.(in _FD6708071F0889EEDF1827F9A82FA891).init(rawValue: Swift.OpaquePointer) -> PersistentCacheKit.SQLitePreparedStatement in SQLite.o
variable initialization expression of PersistentCacheKit.SQLitePreparedStatement.(boundData in _FD6708071F0889EEDF1827F9A82FA891) : [Swift.Int32 : Foundation.Data] in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.(in _FD6708071F0889EEDF1827F9A82FA891).init(database: PersistentCacheKit.SQLiteDB, sql: Swift.String) throws -> PersistentCacheKit.SQLitePreparedStatement in SQLite.o
"Swift.Array.init() -> [A]", referenced from:
PersistentCacheKit.SQLiteDB.init(url: Foundation.URL) throws -> PersistentCacheKit.SQLiteDB in SQLite.o
variable initialization expression of PersistentCacheKit.SQLiteDB.(preparedStatements in _FD6708071F0889EEDF1827F9A82FA891) : [PersistentCacheKit.SQLitePreparedStatement] in SQLite.o
"Swift.Dictionary.init(dictionaryLiteral: (A, B)...) -> [A : B]", referenced from:
closure #1 @Sendable () -> () in PersistentCacheKit.PersistentCache.clearMemoryCache(completion: (() -> ())?) -> () in PersistentCache.o
PersistentCacheKit.SQLitePreparedStatement.reset() throws -> () in SQLite.o
"type metadata accessor for Swift.Dictionary", referenced from:
closure #1 @Sendable () -> () in PersistentCacheKit.PersistentCache.subscript.setter : (item: A) -> PersistentCacheKit.Item<B>? in PersistentCache.o
"Swift.Dictionary.subscript.getter : (A) -> B?", referenced from:
closure #1 () -> PersistentCacheKit.Item<B>? in PersistentCacheKit.PersistentCache.subscript.getter : (item: A) -> PersistentCacheKit.Item<B>? in PersistentCache.o
closure #1 () -> () in PersistentCacheKit.PersistentCache.(_fetch in _760C2596B8BF2369694F73DBB50BBF89)(_: A, queue: __C.OS_dispatch_queue, fallback: (() -> B)?, completion: (B?) -> ()) -> () in PersistentCache.o
PersistentCacheKit.SQLiteCacheStorage.(currentFilesize in _5AB5B40702A4060241B6A98E8989DE3A)(fast: Swift.Bool) throws -> Swift.Int in SQLiteCacheStorage.o
"Swift.Dictionary.subscript.setter : (A) -> B?", referenced from:
closure #1 @Sendable () -> () in PersistentCacheKit.PersistentCache.subscript.setter : (item: A) -> PersistentCacheKit.Item<B>? in PersistentCache.o
PersistentCacheKit.SQLitePreparedStatement.bind(_: Foundation.Data?, at: Swift.Int32) throws -> () in SQLite.o
"method descriptor for Swift.Encodable.encode(to: Swift.Encoder) throws -> ()", referenced from:
l_got.$sSE6encode2toys7Encoder_p_tKFTq in PersistentCache.o
"protocol descriptor for Swift.Encodable", referenced from:
l_got.$sSEMp in PersistentCache.o
"method descriptor for Swift.Hashable._rawHashValue(seed: Swift.Int) -> Swift.Int", referenced from:
l_got.$sSH13_rawHashValue4seedS2i_tFTq in PersistentCache.o
l_got.$sSH13_rawHashValue4seedS2i_tFTq in SQLite.o
l_got.$sSH13_rawHashValue4seedS2i_tFTq in SQLiteCacheStorage.o
"method descriptor for Swift.Hashable.hash(into: inout Swift.Hasher) -> ()", referenced from:
l_got.$sSH4hash4intoys6HasherVz_tFTq in PersistentCache.o
l_got.$sSH4hash4intoys6HasherVz_tFTq in SQLite.o
l_got.$sSH4hash4intoys6HasherVz_tFTq in SQLiteCacheStorage.o
"method descriptor for Swift.Hashable.hashValue.getter : Swift.Int", referenced from:
l_got.$sSH9hashValueSivgTq in PersistentCache.o
l_got.$sSH9hashValueSivgTq in SQLite.o
l_got.$sSH9hashValueSivgTq in SQLiteCacheStorage.o
"protocol descriptor for Swift.Hashable", referenced from:
l_got.$sSHMp in PersistentCache.o
l_got.$sSHMp in SQLite.o
l_got.$sSHMp in SQLiteCacheStorage.o
"base conformance descriptor for Swift.Hashable: Swift.Equatable", referenced from:
l_got.$sSHSQTb in PersistentCache.o
l_got.$sSHSQTb in SQLite.o
l_got.$sSHSQTb in SQLiteCacheStorage.o
"(extension in Swift):Swift.Hashable._rawHashValue(seed: Swift.Int) -> Swift.Int", referenced from:
protocol witness for Swift.Hashable._rawHashValue(seed: Swift.Int) -> Swift.Int in conformance PersistentCacheKit.Item<A>.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89) : Swift.Hashable in PersistentCacheKit in PersistentCache.o
protocol witness for Swift.Hashable._rawHashValue(seed: Swift.Int) -> Swift.Int in conformance PersistentCacheKit.SQLitePreparedStatement.ColumnType : Swift.Hashable in PersistentCacheKit in SQLite.o
"method descriptor for static Swift.Equatable.== infix(A, A) -> Swift.Bool", referenced from:
l_got.$sSQ2eeoiySbx_xtFZTq in PersistentCache.o
l_got.$sSQ2eeoiySbx_xtFZTq in SQLite.o
l_got.$sSQ2eeoiySbx_xtFZTq in SQLiteCacheStorage.o
"protocol descriptor for Swift.Equatable", referenced from:
l_got.$sSQMp in PersistentCache.o
l_got.$sSQMp in SQLite.o
l_got.$sSQMp in SQLiteCacheStorage.o
"Swift.String.init<A>(describing: A) -> Swift.String", referenced from:
PersistentCacheKit.SQLiteDB.deinit in SQLite.o
closure #1 () -> PersistentCacheKit.SQLiteCacheStorage? in variable initialization expression of static PersistentCacheKit.SQLiteCacheStorage.shared : PersistentCacheKit.SQLiteCacheStorage? in SQLiteCacheStorage.o
closure #1 @Sendable () -> () in PersistentCacheKit.SQLiteCacheStorage.maxFilesize.didset : Swift.Int? in SQLiteCacheStorage.o
closure #1 () -> Foundation.Data? in PersistentCacheKit.SQLiteCacheStorage.subscript.getter : (Swift.String) -> Foundation.Data? in SQLiteCacheStorage.o
closure #1 @Sendable () -> () in PersistentCacheKit.SQLiteCacheStorage.subscript.setter : (Swift.String) -> Foundation.Data? in SQLiteCacheStorage.o
"Swift.String.utf8CString.getter : Swift.ContiguousArray<Swift.Int8>", referenced from:
PersistentCacheKit.SQLiteDB.init(url: Foundation.URL) throws -> PersistentCacheKit.SQLiteDB in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.(in _FD6708071F0889EEDF1827F9A82FA891).init(database: PersistentCacheKit.SQLiteDB, sql: Swift.String) throws -> PersistentCacheKit.SQLitePreparedStatement in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.bind(_: Swift.String?, at: Swift.Int32) throws -> () in SQLite.o
"Swift.String.init(stringInterpolation: Swift.DefaultStringInterpolation) -> Swift.String", referenced from:
PersistentCacheKit.SQLiteDB.Error.errorDescription.getter : Swift.String? in SQLite.o
PersistentCacheKit.SQLiteDB.Error.errorDescription.getter : Swift.String? in SQLite.o
"static Swift.String.+ infix(Swift.String, Swift.String) -> Swift.String", referenced from:
PersistentCacheKit.PersistentCache.(stringKey in _760C2596B8BF2369694F73DBB50BBF89)(for: A) -> Swift.String in PersistentCache.o
"Swift.String.init(_builtinStringLiteral: Builtin.RawPointer, utf8CodeUnitCount: Builtin.Word, isASCII: Builtin.Int1) -> Swift.String", referenced from:
PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89).init(stringValue: Swift.String) -> PersistentCacheKit.Item<A>.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89)? in PersistentCache.o
PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89).init(stringValue: Swift.String) -> PersistentCacheKit.Item<A>.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89)? in PersistentCache.o
PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89).stringValue.getter : Swift.String in PersistentCache.o
PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89).stringValue.getter : Swift.String in PersistentCache.o
variable initialization expression of PersistentCacheKit.PersistentCache.(queue in _760C2596B8BF2369694F73DBB50BBF89) : __C.OS_dispatch_queue in PersistentCache.o
PersistentCacheKit.PersistentCache.init(storage: PersistentCacheKit.CacheStorage?, namespace: Swift.String?) -> PersistentCacheKit.PersistentCache<A, B> in PersistentCache.o
one-time initialization function for log in SQLite.o
one-time initialization function for log in SQLite.o
...
"static Swift.String.== infix(Swift.String, Swift.String) -> Swift.Bool", referenced from:
PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89).init(stringValue: Swift.String) -> PersistentCacheKit.Item<A>.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89)? in PersistentCache.o
PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89).init(stringValue: Swift.String) -> PersistentCacheKit.Item<A>.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89)? in PersistentCache.o
closure #1 (PersistentCacheKit.SQLitePreparedStatement) -> Swift.Bool in PersistentCacheKit.SQLiteDB.preparedStatement(forSQL: Swift.String, shouldCache: Swift.Bool) throws -> PersistentCacheKit.SQLitePreparedStatement in SQLite.o
"Swift.String.utf8.getter : Swift.String.UTF8View", referenced from:
PersistentCacheKit.SQLitePreparedStatement.bind(_: Swift.String?, at: Swift.Int32) throws -> () in SQLite.o
"Swift.String.init(cString: Swift.UnsafePointer<Swift.Int8>) -> Swift.String", referenced from:
PersistentCacheKit.SQLitePreparedStatement.sql.getter : Swift.String in SQLite.o
"Swift.String.init(cString: Swift.UnsafePointer<Swift.UInt8>) -> Swift.String", referenced from:
PersistentCacheKit.SQLitePreparedStatement.getString(atColumn: Swift.Int32) -> Swift.String? in SQLite.o
"Swift.String.UTF8View.count.getter : Swift.Int", referenced from:
PersistentCacheKit.SQLitePreparedStatement.bind(_: Swift.String?, at: Swift.Int32) throws -> () in SQLite.o
"type metadata for Swift.String", referenced from:
PersistentCacheKit.SQLiteDB.Error.errorDescription.getter : Swift.String? in SQLite.o
PersistentCacheKit.SQLiteDB.deinit in SQLite.o
lazy protocol witness table accessor for type Swift.String and conformance Swift.String : Swift.CVarArg in Foundation in SQLite.o
closure #1 () -> PersistentCacheKit.SQLiteCacheStorage? in variable initialization expression of static PersistentCacheKit.SQLiteCacheStorage.shared : PersistentCacheKit.SQLiteCacheStorage? in SQLiteCacheStorage.o
closure #1 @Sendable () -> () in PersistentCacheKit.SQLiteCacheStorage.maxFilesize.didset : Swift.Int? in SQLiteCacheStorage.o
closure #1 () -> Foundation.Data? in PersistentCacheKit.SQLiteCacheStorage.subscript.getter : (Swift.String) -> Foundation.Data? in SQLiteCacheStorage.o
closure #1 @Sendable () -> () in PersistentCacheKit.SQLiteCacheStorage.subscript.setter : (Swift.String) -> Foundation.Data? in SQLiteCacheStorage.o
...
"protocol witness table for Swift.String : Swift.Hashable in Swift", referenced from:
protocol witness for Swift.Hashable.hashValue.getter : Swift.Int in conformance __C.NSFileAttributeKey : Swift.Hashable in __C_Synthesized in SQLiteCacheStorage.o
protocol witness for Swift.Hashable.hash(into: inout Swift.Hasher) -> () in conformance __C.NSFileAttributeKey : Swift.Hashable in __C_Synthesized in SQLiteCacheStorage.o
protocol witness for Swift.Hashable._rawHashValue(seed: Swift.Int) -> Swift.Int in conformance __C.NSFileAttributeKey : Swift.Hashable in __C_Synthesized in SQLiteCacheStorage.o
protocol witness for Swift._HasCustomAnyHashableRepresentation._toCustomAnyHashable() -> Swift.AnyHashable? in conformance __C.NSFileAttributeKey : Swift._HasCustomAnyHashableRepresentation in __C_Synthesized in SQLiteCacheStorage.o
"protocol witness table for Swift.String : Swift.Equatable in Swift", referenced from:
protocol witness for static Swift.Equatable.== infix(A, A) -> Swift.Bool in conformance __C.NSFileAttributeKey : Swift.Equatable in __C_Synthesized in SQLiteCacheStorage.o
"protocol witness table for Swift.String : Swift.TextOutputStreamable in Swift", referenced from:
PersistentCacheKit.SQLiteDB.Error.errorDescription.getter : Swift.String? in SQLite.o
"protocol witness table for Swift.String : Swift.CustomStringConvertible in Swift", referenced from:
PersistentCacheKit.SQLiteDB.Error.errorDescription.getter : Swift.String? in SQLite.o
"(extension in Swift):Swift.Sequence.first(where: (A.Element) throws -> Swift.Bool) throws -> A.Element?", referenced from:
PersistentCacheKit.SQLiteDB.preparedStatement(forSQL: Swift.String, shouldCache: Swift.Bool) throws -> PersistentCacheKit.SQLitePreparedStatement in SQLite.o
"Swift.UnsafeRawBufferPointer.baseAddress.getter : Swift.UnsafeRawPointer?", referenced from:
closure #1 (Swift.UnsafeRawBufferPointer) throws -> () in PersistentCacheKit.SQLitePreparedStatement.bind(_: Foundation.Data?, at: Swift.Int32) throws -> () in SQLite.o
"method descriptor for Swift.RawRepresentable.rawValue.getter : A.RawValue", referenced from:
l_got.$sSY8rawValue03RawB0QzvgTq in SQLiteCacheStorage.o
"method descriptor for Swift.RawRepresentable.init(rawValue: A.RawValue) -> A?", referenced from:
l_got.$sSY8rawValuexSg03RawB0Qz_tcfCTq in SQLiteCacheStorage.o
"protocol descriptor for Swift.RawRepresentable", referenced from:
l_got.$sSYMp in SQLiteCacheStorage.o
"(extension in Swift):Swift.SignedInteger< where A: Swift.FixedWidthInteger>.init<A where A1: Swift.BinaryInteger>(A1) -> A", referenced from:
PersistentCacheKit.SQLitePreparedStatement.bind(_: Swift.Int?, at: Swift.Int32) throws -> () in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.bind(_: Swift.String?, at: Swift.Int32) throws -> () in SQLite.o
closure #1 (Swift.UnsafeRawBufferPointer) throws -> () in PersistentCacheKit.SQLitePreparedStatement.bind(_: Foundation.Data?, at: Swift.Int32) throws -> () in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.getInt(atColumn: Swift.Int32) -> Swift.Int? in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.getData(atColumn: Swift.Int32) -> Foundation.Data? in SQLite.o
"static Swift.Array._allocateBufferUninitialized(minimumCapacity: Swift.Int) -> Swift._ArrayBuffer<A>", referenced from:
generic specialization <serialized, Dispatch.DispatchWorkItemFlags> of static Swift.Array._allocateUninitialized(Swift.Int) -> ([A], Swift.UnsafeMutablePointer<A>) in PersistentCache.o
generic specialization <serialized, (extension in Dispatch):__C.OS_dispatch_queue.Attributes> of static Swift.Array._allocateUninitialized(Swift.Int) -> ([A], Swift.UnsafeMutablePointer<A>) in SQLiteCacheStorage.o
"Swift.Array.append(__owned A) -> ()", referenced from:
PersistentCacheKit.SQLiteDB.preparedStatement(forSQL: Swift.String, shouldCache: Swift.Bool) throws -> PersistentCacheKit.SQLitePreparedStatement in SQLite.o
"type metadata accessor for Swift.Array", referenced from:
Swift._finalizeUninitializedArray<A>(__owned [A]) -> [A] in SQLite.o
"protocol conformance descriptor for [A] : Swift.Sequence in Swift", referenced from:
lazy protocol witness table accessor for type [Dispatch.DispatchWorkItemFlags] and conformance [A] : Swift.Sequence in Swift in PersistentCache.o
lazy protocol witness table accessor for type [PersistentCacheKit.SQLitePreparedStatement] and conformance [A] : Swift.Sequence in Swift in SQLite.o
lazy protocol witness table accessor for type [(extension in Dispatch):__C.OS_dispatch_queue.Attributes] and conformance [A] : Swift.Sequence in Swift in SQLiteCacheStorage.o
"Swift.Double.isFinite.getter : Swift.Bool", referenced from:
PersistentCacheKit.SQLiteCacheStorage.(_trimFilesize in _5AB5B40702A4060241B6A98E8989DE3A)(fast: Swift.Bool) throws -> () in SQLiteCacheStorage.o
"method descriptor for Swift.Decodable.init(from: Swift.Decoder) throws -> A", referenced from:
l_got.$sSe4fromxs7Decoder_p_tKcfCTq in PersistentCache.o
"protocol descriptor for Swift.Decodable", referenced from:
l_got.$sSeMp in PersistentCache.o
"type metadata for Swift.Int", referenced from:
PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89).hash(into: inout Swift.Hasher) -> () in PersistentCache.o
PersistentCacheKit.SQLitePreparedStatement.bind(_: Swift.Int?, at: Swift.Int32) throws -> () in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.bind(_: Swift.String?, at: Swift.Int32) throws -> () in SQLite.o
closure #1 (Swift.UnsafeRawBufferPointer) throws -> () in PersistentCacheKit.SQLitePreparedStatement.bind(_: Foundation.Data?, at: Swift.Int32) throws -> () in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.ColumnType.hash(into: inout Swift.Hasher) -> () in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.getInt(atColumn: Swift.Int32) -> Swift.Int? in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.getData(atColumn: Swift.Int32) -> Foundation.Data? in SQLite.o
...
"protocol witness table for Swift.Int : Swift.Hashable in Swift", referenced from:
PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89).hash(into: inout Swift.Hasher) -> () in PersistentCache.o
PersistentCacheKit.SQLitePreparedStatement.ColumnType.hash(into: inout Swift.Hasher) -> () in SQLite.o
"protocol conformance descriptor for Swift.Int : Swift.SignedInteger in Swift", referenced from:
lazy protocol witness table accessor for type Swift.Int and conformance Swift.Int : Swift.SignedInteger in Swift in SQLite.o
"protocol conformance descriptor for Swift.Int : Swift.BinaryInteger in Swift", referenced from:
lazy protocol witness table accessor for type Swift.Int and conformance Swift.Int : Swift.BinaryInteger in Swift in SQLite.o
"protocol conformance descriptor for Swift.Int : Swift.FixedWidthInteger in Swift", referenced from:
lazy protocol witness table accessor for type Swift.Int and conformance Swift.Int : Swift.FixedWidthInteger in Swift in SQLite.o
"protocol witness table for Swift.Int : Swift.CVarArg in Swift", referenced from:
PersistentCacheKit.SQLiteCacheStorage.(_trimFilesize in _5AB5B40702A4060241B6A98E8989DE3A)(fast: Swift.Bool) throws -> () in SQLiteCacheStorage.o
"Swift.Optional.map<A>((A) throws -> A1) throws -> A1?", referenced from:
PersistentCacheKit.PersistentCache.subscript.setter : (A) -> B? in PersistentCache.o
"type metadata accessor for Swift.Optional", referenced from:
PersistentCacheKit.PersistentCache.subscript.getter : (A) -> B? in PersistentCache.o
PersistentCacheKit.PersistentCache.subscript.setter : (A) -> B? in PersistentCache.o
PersistentCacheKit.PersistentCache.subscript.setter : (A) -> B? in PersistentCache.o
PersistentCacheKit.PersistentCache.subscript.modify : (A) -> B? in PersistentCache.o
PersistentCacheKit.PersistentCache.subscript.getter : (item: A) -> PersistentCacheKit.Item<B>? in PersistentCache.o
closure #1 () -> PersistentCacheKit.Item<B>? in PersistentCacheKit.PersistentCache.subscript.getter : (item: A) -> PersistentCacheKit.Item<B>? in PersistentCache.o
PersistentCacheKit.PersistentCache.subscript.setter : (item: A) -> PersistentCacheKit.Item<B>? in PersistentCache.o
...
"dispatch thunk of Swift.SetAlgebra.init<A where A1: Swift.Sequence, A.Element == A1.Element>(__owned A1) -> A", referenced from:
default argument 2 of (extension in Dispatch):__C.OS_dispatch_queue.async(group: __C.OS_dispatch_group?, qos: Dispatch.DispatchQoS, flags: Dispatch.DispatchWorkItemFlags, execute: @convention(block) () -> ()) -> () in PersistentCache.o
default argument 2 of (extension in Dispatch):__C.OS_dispatch_queue.init(label: Swift.String, qos: Dispatch.DispatchQoS, attributes: (extension in Dispatch):__C.OS_dispatch_queue.Attributes, autoreleaseFrequency: (extension in Dispatch):__C.OS_dispatch_queue.AutoreleaseFrequency, target: __C.OS_dispatch_queue?) -> __C.OS_dispatch_queue in SQLiteCacheStorage.o
"Swift._hashValue<A where A: Swift.Hashable>(for: A) -> Swift.Int", referenced from:
PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89).hashValue.getter : Swift.Int in PersistentCache.o
PersistentCacheKit.SQLitePreparedStatement.ColumnType.hashValue.getter : Swift.Int in SQLite.o
"nominal type descriptor for Swift.OpaquePointer", referenced from:
_symbolic _____ s13OpaquePointerV in SQLite.o
"Swift._assertionFailure(_: Swift.StaticString, _: Swift.StaticString, file: Swift.StaticString, line: Swift.UInt, flags: Swift.UInt32) -> Swift.Never", referenced from:
closure #1 (B?) -> () in PersistentCacheKit.PersistentCache.fetch(_: A, queue: __C.OS_dispatch_queue, fallback: () -> B, completion: (B) -> ()) -> () in PersistentCache.o
one-time initialization function for SQLITE_STATIC in SQLite.o
one-time initialization function for SQLITE_TRANSIENT in SQLite.o
PersistentCacheKit.SQLiteDB.init(url: Foundation.URL) throws -> PersistentCacheKit.SQLiteDB in SQLite.o
PersistentCacheKit.SQLiteDB.init(url: Foundation.URL) throws -> PersistentCacheKit.SQLiteDB in SQLite.o
PersistentCacheKit.SQLiteDB.errorMessage() -> Swift.String? in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.sql.getter : Swift.String in SQLite.o
...
"Swift._fatalErrorMessage(_: Swift.StaticString, _: Swift.StaticString, file: Swift.StaticString, line: Swift.UInt, flags: Swift.UInt32) -> Swift.Never", referenced from:
generic specialization <serialized, Swift._ArrayBuffer<Swift.Int8>> of Swift._copyCollectionToContiguousArray<A where A: Swift.Collection>(A) -> Swift.ContiguousArray<A.Element> in SQLite.o
generic specialization <serialized, Swift.Int8> of Swift._ContiguousArrayBuffer._copyContents(initializing: Swift.UnsafeMutableBufferPointer<A>) -> (Swift.IndexingIterator<Swift._ContiguousArrayBuffer<A>>, Swift.Int) in SQLite.o
generic specialization <serialized, Swift.Int8> of Swift._ContiguousArrayBuffer._copyContents(initializing: Swift.UnsafeMutableBufferPointer<A>) -> (Swift.IndexingIterator<Swift._ContiguousArrayBuffer<A>>, Swift.Int) in SQLite.o
"protocol descriptor for Swift._SwiftNewtypeWrapper", referenced from:
l_got.$ss20_SwiftNewtypeWrapperMp in SQLiteCacheStorage.o
"base conformance descriptor for Swift._SwiftNewtypeWrapper: Swift.RawRepresentable", referenced from:
l_got.$ss20_SwiftNewtypeWrapperPSYTb in SQLiteCacheStorage.o
"base conformance descriptor for Swift._SwiftNewtypeWrapper: Swift._HasCustomAnyHashableRepresentation", referenced from:
l_got.$ss20_SwiftNewtypeWrapperPs35_HasCustomAnyHashableRepresentationTb in SQLiteCacheStorage.o
"(extension in Swift):Swift._SwiftNewtypeWrapper< where A: Swift.Hashable, A.Swift.RawRepresentable.RawValue: Swift.Hashable>.hashValue.getter : Swift.Int", referenced from:
protocol witness for Swift.Hashable.hashValue.getter : Swift.Int in conformance __C.NSFileAttributeKey : Swift.Hashable in __C_Synthesized in SQLiteCacheStorage.o
"(extension in Swift):Swift._SwiftNewtypeWrapper< where A: Swift.Hashable, A.Swift.RawRepresentable.RawValue: Swift.Hashable>._rawHashValue(seed: Swift.Int) -> Swift.Int", referenced from:
protocol witness for Swift.Hashable._rawHashValue(seed: Swift.Int) -> Swift.Int in conformance __C.NSFileAttributeKey : Swift.Hashable in __C_Synthesized in SQLiteCacheStorage.o
"(extension in Swift):Swift._SwiftNewtypeWrapper< where A: Swift.Hashable, A.Swift.RawRepresentable.RawValue: Swift.Hashable>._toCustomAnyHashable() -> Swift.AnyHashable?", referenced from:
protocol witness for Swift._HasCustomAnyHashableRepresentation._toCustomAnyHashable() -> Swift.AnyHashable? in conformance __C.NSFileAttributeKey : Swift._HasCustomAnyHashableRepresentation in __C_Synthesized in SQLiteCacheStorage.o
"(extension in Swift):Swift._SwiftNewtypeWrapper< where A: Swift.Hashable, A.Swift.RawRepresentable.RawValue: Swift.Hashable>.hash(into: inout Swift.Hasher) -> ()", referenced from:
protocol witness for Swift.Hashable.hash(into: inout Swift.Hasher) -> () in conformance __C.NSFileAttributeKey : Swift.Hashable in __C_Synthesized in SQLiteCacheStorage.o
"static (extension in Swift):Swift._SwiftNewtypeWrapper< where A.RawValue: Swift._ObjectiveCBridgeable>._forceBridgeFromObjectiveC(_: A.RawValue._ObjectiveCType, result: inout A?) -> ()", referenced from:
protocol witness for static Swift._ObjectiveCBridgeable._forceBridgeFromObjectiveC(_: A._ObjectiveCType, result: inout A?) -> () in conformance __C.NSFileAttributeKey : Swift._ObjectiveCBridgeable in __C_Synthesized in SQLiteCacheStorage.o
"static (extension in Swift):Swift._SwiftNewtypeWrapper< where A.RawValue: Swift._ObjectiveCBridgeable>._conditionallyBridgeFromObjectiveC(_: A.RawValue._ObjectiveCType, result: inout A?) -> Swift.Bool", referenced from:
protocol witness for static Swift._ObjectiveCBridgeable._conditionallyBridgeFromObjectiveC(_: A._ObjectiveCType, result: inout A?) -> Swift.Bool in conformance __C.NSFileAttributeKey : Swift._ObjectiveCBridgeable in __C_Synthesized in SQLiteCacheStorage.o
"static (extension in Swift):Swift._SwiftNewtypeWrapper< where A.RawValue: Swift._ObjectiveCBridgeable>._unconditionallyBridgeFromObjectiveC(A.RawValue._ObjectiveCType?) -> A", referenced from:
protocol witness for static Swift._ObjectiveCBridgeable._unconditionallyBridgeFromObjectiveC(A._ObjectiveCType?) -> A in conformance __C.NSFileAttributeKey : Swift._ObjectiveCBridgeable in __C_Synthesized in SQLiteCacheStorage.o
"(extension in Swift):Swift._SwiftNewtypeWrapper< where A.RawValue: Swift._ObjectiveCBridgeable>._bridgeToObjectiveC() -> A.RawValue._ObjectiveCType", referenced from:
protocol witness for Swift._ObjectiveCBridgeable._bridgeToObjectiveC() -> A._ObjectiveCType in conformance __C.NSFileAttributeKey : Swift._ObjectiveCBridgeable in __C_Synthesized in SQLiteCacheStorage.o
"protocol descriptor for Swift._ObjectiveCBridgeable", referenced from:
l_got.$ss21_ObjectiveCBridgeableMp in SQLiteCacheStorage.o
"method descriptor for static Swift._ObjectiveCBridgeable._forceBridgeFromObjectiveC(_: A._ObjectiveCType, result: inout A?) -> ()", referenced from:
l_got.$ss21_ObjectiveCBridgeableP016_forceBridgeFromA1C_6resulty01_A5CTypeQz_xSgztFZTq in SQLiteCacheStorage.o
"method descriptor for static Swift._ObjectiveCBridgeable._conditionallyBridgeFromObjectiveC(_: A._ObjectiveCType, result: inout A?) -> Swift.Bool", referenced from:
l_got.$ss21_ObjectiveCBridgeableP024_conditionallyBridgeFromA1C_6resultSb01_A5CTypeQz_xSgztFZTq in SQLiteCacheStorage.o
"method descriptor for static Swift._ObjectiveCBridgeable._unconditionallyBridgeFromObjectiveC(A._ObjectiveCType?) -> A", referenced from:
l_got.$ss21_ObjectiveCBridgeableP026_unconditionallyBridgeFromA1Cyx01_A5CTypeQzSgFZTq in SQLiteCacheStorage.o
"method descriptor for Swift._ObjectiveCBridgeable._bridgeToObjectiveC() -> A._ObjectiveCType", referenced from:
l_got.$ss21_ObjectiveCBridgeableP09_bridgeToA1C01_A5CTypeQzyFTq in SQLiteCacheStorage.o
"Swift.KeyedDecodingContainer.decodeIfPresent<A where A1: Swift.Decodable>(_: A1.Type, forKey: A) throws -> A1?", referenced from:
PersistentCacheKit.Item.init(from: Swift.Decoder) throws -> PersistentCacheKit.Item<A> in PersistentCache.o
"Swift.KeyedDecodingContainer.decode<A where A1: Swift.Decodable>(_: A1.Type, forKey: A) throws -> A1", referenced from:
PersistentCacheKit.Item.init(from: Swift.Decoder) throws -> PersistentCacheKit.Item<A> in PersistentCache.o
"type metadata accessor for Swift.KeyedDecodingContainer", referenced from:
PersistentCacheKit.Item.init(from: Swift.Decoder) throws -> PersistentCacheKit.Item<A> in PersistentCache.o
"Swift.KeyedEncodingContainer.encodeIfPresent<A where A1: Swift.Encodable>(_: A1?, forKey: A) throws -> ()", referenced from:
PersistentCacheKit.Item.encode(to: Swift.Encoder) throws -> () in PersistentCache.o
"Swift.KeyedEncodingContainer.encode<A where A1: Swift.Encodable>(_: A1, forKey: A) throws -> ()", referenced from:
PersistentCacheKit.Item.encode(to: Swift.Encoder) throws -> () in PersistentCache.o
"type metadata accessor for Swift.KeyedEncodingContainer", referenced from:
PersistentCacheKit.Item.encode(to: Swift.Encoder) throws -> () in PersistentCache.o
"protocol descriptor for Swift.CustomStringConvertible", referenced from:
l_got.$ss23CustomStringConvertibleMp in PersistentCache.o
"dispatch thunk of Swift.CustomStringConvertible.description.getter : Swift.String", referenced from:
PersistentCacheKit.PersistentCache.(stringKey in _760C2596B8BF2369694F73DBB50BBF89)(for: A) -> Swift.String in PersistentCache.o
PersistentCacheKit.PersistentCache.(stringKey in _760C2596B8BF2369694F73DBB50BBF89)(for: A) -> Swift.String in PersistentCache.o
"method descriptor for Swift.CustomStringConvertible.description.getter : Swift.String", referenced from:
l_got.$ss23CustomStringConvertibleP11descriptionSSvgTq in PersistentCache.o
"nominal type descriptor for Swift._ContiguousArrayStorage", referenced from:
_symbolic _____y_____G s23_ContiguousArrayStorageC s4Int8V in SQLite.o
"Swift.DefaultStringInterpolation.appendInterpolation<A where A: Swift.CustomStringConvertible>(A) -> ()", referenced from:
PersistentCacheKit.SQLiteDB.Error.errorDescription.getter : Swift.String? in SQLite.o
PersistentCacheKit.SQLiteDB.Error.errorDescription.getter : Swift.String? in SQLite.o
"Swift.DefaultStringInterpolation.appendInterpolation<A where A: Swift.CustomStringConvertible, A: Swift.TextOutputStreamable>(A) -> ()", referenced from:
PersistentCacheKit.SQLiteDB.Error.errorDescription.getter : Swift.String? in SQLite.o
"Swift.DefaultStringInterpolation.appendLiteral(Swift.String) -> ()", referenced from:
PersistentCacheKit.SQLiteDB.Error.errorDescription.getter : Swift.String? in SQLite.o
PersistentCacheKit.SQLiteDB.Error.errorDescription.getter : Swift.String? in SQLite.o
PersistentCacheKit.SQLiteDB.Error.errorDescription.getter : Swift.String? in SQLite.o
PersistentCacheKit.SQLiteDB.Error.errorDescription.getter : Swift.String? in SQLite.o
PersistentCacheKit.SQLiteDB.Error.errorDescription.getter : Swift.String? in SQLite.o
"Swift.DefaultStringInterpolation.init(literalCapacity: Swift.Int, interpolationCount: Swift.Int) -> Swift.DefaultStringInterpolation", referenced from:
PersistentCacheKit.SQLiteDB.Error.errorDescription.getter : Swift.String? in SQLite.o
PersistentCacheKit.SQLiteDB.Error.errorDescription.getter : Swift.String? in SQLite.o
"Swift._stdlib_isOSVersionAtLeast(Builtin.Word, Builtin.Word, Builtin.Word) -> Builtin.Int1", referenced from:
PersistentCacheKit.SQLiteDB.deinit in SQLite.o
closure #1 () -> PersistentCacheKit.SQLiteCacheStorage? in variable initialization expression of static PersistentCacheKit.SQLiteCacheStorage.shared : PersistentCacheKit.SQLiteCacheStorage? in SQLiteCacheStorage.o
closure #1 @Sendable () -> () in PersistentCacheKit.SQLiteCacheStorage.maxFilesize.didset : Swift.Int? in SQLiteCacheStorage.o
PersistentCacheKit.SQLiteCacheStorage.(_trimFilesize in _5AB5B40702A4060241B6A98E8989DE3A)(fast: Swift.Bool) throws -> () in SQLiteCacheStorage.o
closure #1 () -> Foundation.Data? in PersistentCacheKit.SQLiteCacheStorage.subscript.getter : (Swift.String) -> Foundation.Data? in SQLiteCacheStorage.o
closure #1 @Sendable () -> () in PersistentCacheKit.SQLiteCacheStorage.subscript.setter : (Swift.String) -> Foundation.Data? in SQLiteCacheStorage.o
"Swift._allocateUninitializedArray<A>(Builtin.Word) -> ([A], Builtin.RawPointer)", referenced from:
closure #1 @Sendable () -> () in PersistentCacheKit.PersistentCache.clearMemoryCache(completion: (() -> ())?) -> () in PersistentCache.o
PersistentCacheKit.SQLiteDB.deinit in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.reset() throws -> () in SQLite.o
closure #1 () -> PersistentCacheKit.SQLiteCacheStorage? in variable initialization expression of static PersistentCacheKit.SQLiteCacheStorage.shared : PersistentCacheKit.SQLiteCacheStorage? in SQLiteCacheStorage.o
closure #1 @Sendable () -> () in PersistentCacheKit.SQLiteCacheStorage.maxFilesize.didset : Swift.Int? in SQLiteCacheStorage.o
PersistentCacheKit.SQLiteCacheStorage.(_trimFilesize in _5AB5B40702A4060241B6A98E8989DE3A)(fast: Swift.Bool) throws -> () in SQLiteCacheStorage.o
closure #1 () -> Foundation.Data? in PersistentCacheKit.SQLiteCacheStorage.subscript.getter : (Swift.String) -> Foundation.Data? in SQLiteCacheStorage.o
...
"protocol descriptor for Swift.CustomDebugStringConvertible", referenced from:
l_got.$ss28CustomDebugStringConvertibleMp in PersistentCache.o
"method descriptor for Swift.CustomDebugStringConvertible.debugDescription.getter : Swift.String", referenced from:
l_got.$ss28CustomDebugStringConvertibleP16debugDescriptionSSvgTq in PersistentCache.o
"Swift.== infix<A where A: Swift.RawRepresentable, A.RawValue: Swift.Equatable>(A, A) -> Swift.Bool", referenced from:
protocol witness for static Swift.Equatable.== infix(A, A) -> Swift.Bool in conformance __C.NSFileAttributeKey : Swift.Equatable in __C_Synthesized in SQLiteCacheStorage.o
"protocol descriptor for Swift._HasCustomAnyHashableRepresentation", referenced from:
l_got.$ss35_HasCustomAnyHashableRepresentationMp in SQLiteCacheStorage.o
"method descriptor for Swift._HasCustomAnyHashableRepresentation._toCustomAnyHashable() -> Swift.AnyHashable?", referenced from:
l_got.$ss35_HasCustomAnyHashableRepresentationP03_tobcD0s0cD0VSgyFTq in SQLiteCacheStorage.o
"nominal type descriptor for Swift.Int8", referenced from:
_symbolic _____y_____G s23_ContiguousArrayStorageC s4Int8V in SQLite.o
"protocol descriptor for Swift.Error", referenced from:
_symbolic ______p s5ErrorP in SQLite.o
l_got.$ss5ErrorMp in SQLite.o
"method descriptor for Swift.Error._getEmbeddedNSError() -> Swift.AnyObject?", referenced from:
l_got.$ss5ErrorP19_getEmbeddedNSErroryXlSgyFTq in SQLite.o
"method descriptor for Swift.Error._code.getter : Swift.Int", referenced from:
l_got.$ss5ErrorP5_codeSivgTq in SQLite.o
"method descriptor for Swift.Error._domain.getter : Swift.String", referenced from:
l_got.$ss5ErrorP7_domainSSvgTq in SQLite.o
"method descriptor for Swift.Error._userInfo.getter : Swift.AnyObject?", referenced from:
l_got.$ss5ErrorP9_userInfoyXlSgvgTq in SQLite.o
"(extension in Swift):Swift.Error._getEmbeddedNSError() -> Swift.AnyObject?", referenced from:
protocol witness for Swift.Error._getEmbeddedNSError() -> Swift.AnyObject? in conformance PersistentCacheKit.SQLiteDB.Error : Swift.Error in PersistentCacheKit in SQLite.o
"(extension in Swift):Swift.Error._code.getter : Swift.Int", referenced from:
protocol witness for Swift.Error._code.getter : Swift.Int in conformance PersistentCacheKit.SQLiteDB.Error : Swift.Error in PersistentCacheKit in SQLite.o
"(extension in Swift):Swift.Error._domain.getter : Swift.String", referenced from:
protocol witness for Swift.Error._domain.getter : Swift.String in conformance PersistentCacheKit.SQLiteDB.Error : Swift.Error in PersistentCacheKit in SQLite.o
"(extension in Swift):Swift.Error._userInfo.getter : Swift.AnyObject?", referenced from:
protocol witness for Swift.Error._userInfo.getter : Swift.AnyObject? in conformance PersistentCacheKit.SQLiteDB.Error : Swift.Error in PersistentCacheKit in SQLite.o
"nominal type descriptor for Swift.Int32", referenced from:
_symbolic ___________t s5Int32V 10Foundation4DataV in SQLite.o
_symbolic SDy__________G s5Int32V 10Foundation4DataV in SQLite.o
_symbolic _____4code_SSSg7messaget s5Int32V in SQLite.o
"type metadata for Swift.Int32", referenced from:
PersistentCacheKit.SQLiteDB.Error.errorDescription.getter : Swift.String? in SQLite.o
PersistentCacheKit.SQLiteDB.Error.errorDescription.getter : Swift.String? in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.reset() throws -> () in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.(in _FD6708071F0889EEDF1827F9A82FA891).init(rawValue: Swift.OpaquePointer) -> PersistentCacheKit.SQLitePreparedStatement in SQLite.o
variable initialization expression of PersistentCacheKit.SQLitePreparedStatement.(boundData in _FD6708071F0889EEDF1827F9A82FA891) : [Swift.Int32 : Foundation.Data] in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.(in _FD6708071F0889EEDF1827F9A82FA891).init(database: PersistentCacheKit.SQLiteDB, sql: Swift.String) throws -> PersistentCacheKit.SQLitePreparedStatement in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.bind(_: Swift.String?, at: Swift.Int32) throws -> () in SQLite.o
...
"protocol witness table for Swift.Int32 : Swift.Hashable in Swift", referenced from:
PersistentCacheKit.SQLitePreparedStatement.reset() throws -> () in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.(in _FD6708071F0889EEDF1827F9A82FA891).init(rawValue: Swift.OpaquePointer) -> PersistentCacheKit.SQLitePreparedStatement in SQLite.o
variable initialization expression of PersistentCacheKit.SQLitePreparedStatement.(boundData in _FD6708071F0889EEDF1827F9A82FA891) : [Swift.Int32 : Foundation.Data] in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.(in _FD6708071F0889EEDF1827F9A82FA891).init(database: PersistentCacheKit.SQLiteDB, sql: Swift.String) throws -> PersistentCacheKit.SQLitePreparedStatement in SQLite.o
"protocol conformance descriptor for Swift.Int32 : Swift.SignedInteger in Swift", referenced from:
lazy protocol witness table accessor for type Swift.Int32 and conformance Swift.Int32 : Swift.SignedInteger in Swift in SQLite.o
"protocol conformance descriptor for Swift.Int32 : Swift.BinaryInteger in Swift", referenced from:
lazy protocol witness table accessor for type Swift.Int32 and conformance Swift.Int32 : Swift.BinaryInteger in Swift in SQLite.o
"protocol conformance descriptor for Swift.Int32 : Swift.FixedWidthInteger in Swift", referenced from:
lazy protocol witness table accessor for type Swift.Int32 and conformance Swift.Int32 : Swift.FixedWidthInteger in Swift in SQLite.o
"protocol witness table for Swift.Int32 : Swift.CustomStringConvertible in Swift", referenced from:
PersistentCacheKit.SQLiteDB.Error.errorDescription.getter : Swift.String? in SQLite.o
PersistentCacheKit.SQLiteDB.Error.errorDescription.getter : Swift.String? in SQLite.o
"type metadata for Swift.Int64", referenced from:
PersistentCacheKit.SQLitePreparedStatement.bind(_: Swift.Int?, at: Swift.Int32) throws -> () in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.getInt(atColumn: Swift.Int32) -> Swift.Int? in SQLite.o
lazy protocol witness table accessor for type Swift.Int64 and conformance Swift.Int64 : Swift.FixedWidthInteger in Swift in SQLite.o
lazy protocol witness table accessor for type Swift.Int64 and conformance Swift.Int64 : Swift.SignedInteger in Swift in SQLite.o
lazy protocol witness table accessor for type Swift.Int64 and conformance Swift.Int64 : Swift.BinaryInteger in Swift in SQLite.o
"protocol conformance descriptor for Swift.Int64 : Swift.SignedInteger in Swift", referenced from:
lazy protocol witness table accessor for type Swift.Int64 and conformance Swift.Int64 : Swift.SignedInteger in Swift in SQLite.o
"protocol conformance descriptor for Swift.Int64 : Swift.BinaryInteger in Swift", referenced from:
lazy protocol witness table accessor for type Swift.Int64 and conformance Swift.Int64 : Swift.BinaryInteger in Swift in SQLite.o
"protocol conformance descriptor for Swift.Int64 : Swift.FixedWidthInteger in Swift", referenced from:
lazy protocol witness table accessor for type Swift.Int64 and conformance Swift.Int64 : Swift.FixedWidthInteger in Swift in SQLite.o
"Swift.Hasher.combine<A where A: Swift.Hashable>(A) -> ()", referenced from:
PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89).hash(into: inout Swift.Hasher) -> () in PersistentCache.o
PersistentCacheKit.SQLitePreparedStatement.ColumnType.hash(into: inout Swift.Hasher) -> () in SQLite.o
"protocol descriptor for Swift.CVarArg", referenced from:
_symbolic ______p s7CVarArgP in SQLite.o
"dispatch thunk of Swift.Decoder.container<A where A1: Swift.CodingKey>(keyedBy: A1.Type) throws -> Swift.KeyedDecodingContainer<A1>", referenced from:
PersistentCacheKit.Item.init(from: Swift.Decoder) throws -> PersistentCacheKit.Item<A> in PersistentCache.o
"dispatch thunk of Swift.Encoder.container<A where A1: Swift.CodingKey>(keyedBy: A1.Type) -> Swift.KeyedEncodingContainer<A1>", referenced from:
PersistentCacheKit.Item.encode(to: Swift.Encoder) throws -> () in PersistentCache.o
"protocol descriptor for Swift.CodingKey", referenced from:
l_got.$ss9CodingKeyMp in PersistentCache.o
"method descriptor for Swift.CodingKey.stringValue.getter : Swift.String", referenced from:
l_got.$ss9CodingKeyP11stringValueSSvgTq in PersistentCache.o
"method descriptor for Swift.CodingKey.init(stringValue: Swift.String) -> A?", referenced from:
l_got.$ss9CodingKeyP11stringValuexSgSS_tcfCTq in PersistentCache.o
"method descriptor for Swift.CodingKey.intValue.getter : Swift.Int?", referenced from:
l_got.$ss9CodingKeyP8intValueSiSgvgTq in PersistentCache.o
"method descriptor for Swift.CodingKey.init(intValue: Swift.Int) -> A?", referenced from:
l_got.$ss9CodingKeyP8intValuexSgSi_tcfCTq in PersistentCache.o
"base conformance descriptor for Swift.CodingKey: Swift.CustomStringConvertible", referenced from:
l_got.$ss9CodingKeyPs23CustomStringConvertibleTb in PersistentCache.o
"base conformance descriptor for Swift.CodingKey: Swift.CustomDebugStringConvertible", referenced from:
l_got.$ss9CodingKeyPs28CustomDebugStringConvertibleTb in PersistentCache.o
"(extension in Swift):Swift.CodingKey.description.getter : Swift.String", referenced from:
protocol witness for Swift.CustomStringConvertible.description.getter : Swift.String in conformance PersistentCacheKit.Item<A>.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89) : Swift.CustomStringConvertible in PersistentCacheKit in PersistentCache.o
"(extension in Swift):Swift.CodingKey.debugDescription.getter : Swift.String", referenced from:
protocol witness for Swift.CustomDebugStringConvertible.debugDescription.getter : Swift.String in conformance PersistentCacheKit.Item<A>.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89) : Swift.CustomDebugStringConvertible in PersistentCacheKit in PersistentCache.o
"protocol conformance descriptor for <A where A: Swift.Encodable> A? : Swift.Encodable in Swift", referenced from:
PersistentCacheKit.PersistentCache.subscript.setter : (item: A) -> PersistentCacheKit.Item<B>? in PersistentCache.o
"type metadata for Any", referenced from:
PersistentCacheKit.SQLiteCacheStorage.(currentFilesize in _5AB5B40702A4060241B6A98E8989DE3A)(fast: Swift.Bool) throws -> Swift.Int in SQLiteCacheStorage.o
PersistentCacheKit.SQLiteCacheStorage.(currentFilesize in _5AB5B40702A4060241B6A98E8989DE3A)(fast: Swift.Bool) throws -> Swift.Int in SQLiteCacheStorage.o
"type metadata for ()", referenced from:
PersistentCacheKit.SQLitePreparedStatement.bind(_: Foundation.Data?, at: Swift.Int32) throws -> () in SQLite.o
PersistentCacheKit.SQLiteCacheStorage.removeAll() throws -> () in SQLiteCacheStorage.o
PersistentCacheKit.SQLiteCacheStorage.trimFilesize() throws -> () in SQLiteCacheStorage.o
"_OBJC_CLASS_$__TtCs12_SwiftObject", referenced from:
full type metadata for PersistentCacheKit.SQLiteDB in SQLite.o
full type metadata for PersistentCacheKit.SQLitePreparedStatement in SQLite.o
full type metadata for PersistentCacheKit.SQLiteCacheStorage in SQLiteCacheStorage.o
"_OBJC_METACLASS_$__TtCs12_SwiftObject", referenced from:
___unnamed_3 in PersistentCache.o
metaclass for PersistentCacheKit.SQLiteDB in SQLite.o
metaclass for PersistentCacheKit.SQLiteDB in SQLite.o
metaclass for PersistentCacheKit.SQLitePreparedStatement in SQLite.o
metaclass for PersistentCacheKit.SQLitePreparedStatement in SQLite.o
metaclass for PersistentCacheKit.SQLiteCacheStorage in SQLiteCacheStorage.o
metaclass for PersistentCacheKit.SQLiteCacheStorage in SQLiteCacheStorage.o
...
"__swiftEmptyArrayStorage", referenced from:
generic specialization <serialized, Dispatch.DispatchWorkItemFlags> of static Swift.Array._allocateUninitialized(Swift.Int) -> ([A], Swift.UnsafeMutablePointer<A>) in PersistentCache.o
generic specialization <serialized, Swift.Int8> of Swift._ContiguousArrayBuffer.init(_uninitializedCount: Swift.Int, minimumCapacity: Swift.Int) -> Swift._ContiguousArrayBuffer<A> in SQLite.o
generic specialization <serialized, Swift.Int8> of Swift.ContiguousArray.init() -> Swift.ContiguousArray<A> in SQLite.o
generic specialization <serialized, (extension in Dispatch):__C.OS_dispatch_queue.Attributes> of static Swift.Array._allocateUninitialized(Swift.Int) -> ([A], Swift.UnsafeMutablePointer<A>) in SQLiteCacheStorage.o
"__swift_FORCE_LOAD_$_swiftCompatibility56", referenced from:
__swift_FORCE_LOAD_$_swiftCompatibility56_$_PersistentCacheKit in PersistentCache.o
"__swift_FORCE_LOAD_$_swiftCompatibilityConcurrency", referenced from:
__swift_FORCE_LOAD_$_swiftCompatibilityConcurrency_$_PersistentCacheKit in PersistentCache.o
"__swift_FORCE_LOAD_$_swiftDarwin", referenced from:
__swift_FORCE_LOAD_$_swiftDarwin_$_PersistentCacheKit in PersistentCache.o
"_swift_allocError", referenced from:
PersistentCacheKit.SQLiteDB.init(url: Foundation.URL) throws -> PersistentCacheKit.SQLiteDB in SQLite.o
PersistentCacheKit.SQLiteDB.init(url: Foundation.URL) throws -> PersistentCacheKit.SQLiteDB in SQLite.o
PersistentCacheKit.SQLiteDB.close() throws -> () in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.reset() throws -> () in SQLite.o
PersistentCacheKit.SQLiteDB.verify(result: Swift.Int32) throws -> () in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.(in _FD6708071F0889EEDF1827F9A82FA891).init(database: PersistentCacheKit.SQLiteDB, sql: Swift.String) throws -> PersistentCacheKit.SQLitePreparedStatement in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.(in _FD6708071F0889EEDF1827F9A82FA891).init(database: PersistentCacheKit.SQLiteDB, sql: Swift.String) throws -> PersistentCacheKit.SQLitePreparedStatement in SQLite.o
...
"_swift_allocObject", referenced from:
PersistentCacheKit.PersistentCache.__allocating_init(storage: PersistentCacheKit.CacheStorage?, namespace: Swift.String?) -> PersistentCacheKit.PersistentCache<A, B> in PersistentCache.o
PersistentCacheKit.PersistentCache.clearMemoryCache(completion: (() -> ())?) -> () in PersistentCache.o
closure #1 @Sendable () -> () in PersistentCacheKit.PersistentCache.clearMemoryCache(completion: (() -> ())?) -> () in PersistentCache.o
PersistentCacheKit.PersistentCache.subscript.setter : (item: A) -> PersistentCacheKit.Item<B>? in PersistentCache.o
PersistentCacheKit.PersistentCache.(_fetch in _760C2596B8BF2369694F73DBB50BBF89)(_: A, queue: __C.OS_dispatch_queue, fallback: (() -> B)?, completion: (B?) -> ()) -> () in PersistentCache.o
PersistentCacheKit.PersistentCache.(_fetch in _760C2596B8BF2369694F73DBB50BBF89)(_: A, queue: __C.OS_dispatch_queue, fallback: (() -> B)?, completion: (B?) -> ()) -> () in PersistentCache.o
closure #1 () -> () in PersistentCacheKit.PersistentCache.(_fetch in _760C2596B8BF2369694F73DBB50BBF89)(_: A, queue: __C.OS_dispatch_queue, fallback: (() -> B)?, completion: (B?) -> ()) -> () in PersistentCache.o
...
"_swift_allocateGenericClassMetadata", referenced from:
type metadata instantiation function for PersistentCacheKit.PersistentCache in PersistentCache.o
"_swift_allocateGenericValueMetadata", referenced from:
type metadata instantiation function for PersistentCacheKit.Item in PersistentCache.o
type metadata instantiation function for PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89) in PersistentCache.o
"_swift_beginAccess", referenced from:
PersistentCacheKit.PersistentCache.(internalCache in _760C2596B8BF2369694F73DBB50BBF89).getter : [A : PersistentCacheKit.Item<B>] in PersistentCache.o
PersistentCacheKit.PersistentCache.(internalCache in _760C2596B8BF2369694F73DBB50BBF89).setter : [A : PersistentCacheKit.Item<B>] in PersistentCache.o
PersistentCacheKit.PersistentCache.(internalCache in _760C2596B8BF2369694F73DBB50BBF89).modify : [A : PersistentCacheKit.Item<B>] in PersistentCache.o
closure #1 @Sendable () -> () in PersistentCacheKit.PersistentCache.clearMemoryCache(completion: (() -> ())?) -> () in PersistentCache.o
closure #1 () -> PersistentCacheKit.Item<B>? in PersistentCacheKit.PersistentCache.subscript.getter : (item: A) -> PersistentCacheKit.Item<B>? in PersistentCache.o
closure #1 @Sendable () -> () in PersistentCacheKit.PersistentCache.subscript.setter : (item: A) -> PersistentCacheKit.Item<B>? in PersistentCache.o
closure #1 () -> () in PersistentCacheKit.PersistentCache.(_fetch in _760C2596B8BF2369694F73DBB50BBF89)(_: A, queue: __C.OS_dispatch_queue, fallback: (() -> B)?, completion: (B?) -> ()) -> () in PersistentCache.o
...
"_swift_bridgeObjectRelease", referenced from:
PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89).init(stringValue: Swift.String) -> PersistentCacheKit.Item<A>.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89)? in PersistentCache.o
PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89).init(stringValue: Swift.String) -> PersistentCacheKit.Item<A>.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89)? in PersistentCache.o
PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89).init(stringValue: Swift.String) -> PersistentCacheKit.Item<A>.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89)? in PersistentCache.o
PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89).init(stringValue: Swift.String) -> PersistentCacheKit.Item<A>.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89)? in PersistentCache.o
PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89).init(stringValue: Swift.String) -> PersistentCacheKit.Item<A>.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89)? in PersistentCache.o
PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89).init(stringValue: Swift.String) -> PersistentCacheKit.Item<A>.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89)? in PersistentCache.o
PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89).init(stringValue: Swift.String) -> PersistentCacheKit.Item<A>.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89)? in PersistentCache.o
PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89).init(stringValue: Swift.String) -> PersistentCacheKit.Item<A>.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89)? in PersistentCache.o
PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89).init(stringValue: Swift.String) -> PersistentCacheKit.Item<A>.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89)? in PersistentCache.o
PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89).init(stringValue: Swift.String) -> PersistentCacheKit.Item<A>.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89)? in PersistentCache.o
...
"_swift_bridgeObjectRetain", referenced from:
PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89).init(stringValue: Swift.String) -> PersistentCacheKit.Item<A>.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89)? in PersistentCache.o
PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89).init(stringValue: Swift.String) -> PersistentCacheKit.Item<A>.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89)? in PersistentCache.o
PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89).init(stringValue: Swift.String) -> PersistentCacheKit.Item<A>.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89)? in PersistentCache.o
PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89).init(stringValue: Swift.String) -> PersistentCacheKit.Item<A>.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89)? in PersistentCache.o
PersistentCacheKit.PersistentCache.(internalCache in _760C2596B8BF2369694F73DBB50BBF89).getter : [A : PersistentCacheKit.Item<B>] in PersistentCache.o
PersistentCacheKit.PersistentCache.(internalCache in _760C2596B8BF2369694F73DBB50BBF89).setter : [A : PersistentCacheKit.Item<B>] in PersistentCache.o
PersistentCacheKit.PersistentCache.namespace.getter : Swift.String? in PersistentCache.o
...
"_swift_checkMetadataState", referenced from:
type metadata completion function for PersistentCacheKit.Item in PersistentCache.o
"_swift_deallocClassInstance", referenced from:
PersistentCacheKit.PersistentCache.__deallocating_deinit in PersistentCache.o
PersistentCacheKit.SQLiteDB.__deallocating_deinit in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.__deallocating_deinit in SQLite.o
PersistentCacheKit.SQLiteCacheStorage.__deallocating_deinit in SQLiteCacheStorage.o
"_swift_deallocObject", referenced from:
l_objectdestroy in PersistentCache.o
l_objectdestroy.2 in PersistentCache.o
l_objectdestroy.8 in PersistentCache.o
l_objectdestroy.11 in PersistentCache.o
l_objectdestroy.17 in PersistentCache.o
l_objectdestroy.20 in PersistentCache.o
l_objectdestroy.27 in PersistentCache.o
...
"_swift_deallocPartialClassInstance", referenced from:
PersistentCacheKit.SQLiteDB.init(url: Foundation.URL) throws -> PersistentCacheKit.SQLiteDB in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.(in _FD6708071F0889EEDF1827F9A82FA891).init(database: PersistentCacheKit.SQLiteDB, sql: Swift.String) throws -> PersistentCacheKit.SQLitePreparedStatement in SQLite.o
PersistentCacheKit.SQLiteCacheStorage.init(url: Foundation.URL) throws -> PersistentCacheKit.SQLiteCacheStorage in SQLiteCacheStorage.o
"_swift_dynamicCast", referenced from:
PersistentCacheKit.SQLiteCacheStorage.(currentFilesize in _5AB5B40702A4060241B6A98E8989DE3A)(fast: Swift.Bool) throws -> Swift.Int in SQLiteCacheStorage.o
"_swift_endAccess", referenced from:
PersistentCacheKit.PersistentCache.(internalCache in _760C2596B8BF2369694F73DBB50BBF89).getter : [A : PersistentCacheKit.Item<B>] in PersistentCache.o
PersistentCacheKit.PersistentCache.(internalCache in _760C2596B8BF2369694F73DBB50BBF89).setter : [A : PersistentCacheKit.Item<B>] in PersistentCache.o
PersistentCacheKit.PersistentCache.(internalCache in _760C2596B8BF2369694F73DBB50BBF89).modify : [A : PersistentCacheKit.Item<B>] with unmangled suffix ".resume.0" in PersistentCache.o
PersistentCacheKit.PersistentCache.(internalCache in _760C2596B8BF2369694F73DBB50BBF89).modify : [A : PersistentCacheKit.Item<B>] with unmangled suffix ".resume.0" in PersistentCache.o
closure #1 @Sendable () -> () in PersistentCacheKit.PersistentCache.clearMemoryCache(completion: (() -> ())?) -> () in PersistentCache.o
closure #1 () -> PersistentCacheKit.Item<B>? in PersistentCacheKit.PersistentCache.subscript.getter : (item: A) -> PersistentCacheKit.Item<B>? in PersistentCache.o
closure #1 @Sendable () -> () in PersistentCacheKit.PersistentCache.subscript.setter : (item: A) -> PersistentCacheKit.Item<B>? in PersistentCache.o
...
"_swift_errorRelease", referenced from:
closure #1 () -> PersistentCacheKit.Item<B>? in PersistentCacheKit.PersistentCache.subscript.getter : (item: A) -> PersistentCacheKit.Item<B>? in PersistentCache.o
PersistentCacheKit.PersistentCache.subscript.setter : (item: A) -> PersistentCacheKit.Item<B>? in PersistentCache.o
closure #1 @Sendable () -> () in closure #1 () -> () in PersistentCacheKit.PersistentCache.(_fetch in _760C2596B8BF2369694F73DBB50BBF89)(_: A, queue: __C.OS_dispatch_queue, fallback: (() -> B)?, completion: (B?) -> ()) -> () in PersistentCache.o
PersistentCacheKit.SQLiteDB.deinit in SQLite.o
PersistentCacheKit.SQLiteDB.deinit in SQLite.o
closure #1 () -> PersistentCacheKit.SQLiteCacheStorage? in variable initialization expression of static PersistentCacheKit.SQLiteCacheStorage.shared : PersistentCacheKit.SQLiteCacheStorage? in SQLiteCacheStorage.o
closure #1 () -> PersistentCacheKit.SQLiteCacheStorage? in variable initialization expression of static PersistentCacheKit.SQLiteCacheStorage.shared : PersistentCacheKit.SQLiteCacheStorage? in SQLiteCacheStorage.o
...
"_swift_errorRetain", referenced from:
PersistentCacheKit.SQLiteDB.deinit in SQLite.o
PersistentCacheKit.SQLiteDB.deinit in SQLite.o
closure #1 () -> PersistentCacheKit.SQLiteCacheStorage? in variable initialization expression of static PersistentCacheKit.SQLiteCacheStorage.shared : PersistentCacheKit.SQLiteCacheStorage? in SQLiteCacheStorage.o
closure #1 () -> PersistentCacheKit.SQLiteCacheStorage? in variable initialization expression of static PersistentCacheKit.SQLiteCacheStorage.shared : PersistentCacheKit.SQLiteCacheStorage? in SQLiteCacheStorage.o
closure #1 @Sendable () -> () in PersistentCacheKit.SQLiteCacheStorage.maxFilesize.didset : Swift.Int? in SQLiteCacheStorage.o
closure #1 @Sendable () -> () in PersistentCacheKit.SQLiteCacheStorage.maxFilesize.didset : Swift.Int? in SQLiteCacheStorage.o
closure #1 () -> Foundation.Data? in PersistentCacheKit.SQLiteCacheStorage.subscript.getter : (Swift.String) -> Foundation.Data? in SQLiteCacheStorage.o
closure #1 () -> Foundation.Data? in PersistentCacheKit.SQLiteCacheStorage.subscript.getter : (Swift.String) -> Foundation.Data? in SQLiteCacheStorage.o
...
"_swift_getEnumTagSinglePayloadGeneric", referenced from:
getEnumTagSinglePayload value witness for PersistentCacheKit.Item in PersistentCache.o
"_swift_getForeignTypeMetadata", referenced from:
type metadata accessor for __C.NSFileAttributeKey in SQLiteCacheStorage.o
"_swift_getGenericMetadata", referenced from:
type metadata accessor for PersistentCacheKit.PersistentCache in PersistentCache.o
___swift_instantiateGenericMetadata in PersistentCache.o
"_swift_getObjCClassMetadata", referenced from:
type metadata accessor for __C.OS_dispatch_queue in PersistentCache.o
type metadata accessor for __C.OS_os_log in SQLite.o
"_swift_getObjectType", referenced from:
closure #1 () -> PersistentCacheKit.Item<B>? in PersistentCacheKit.PersistentCache.subscript.getter : (item: A) -> PersistentCacheKit.Item<B>? in PersistentCache.o
closure #1 @Sendable () -> () in PersistentCacheKit.PersistentCache.subscript.setter : (item: A) -> PersistentCacheKit.Item<B>? in PersistentCache.o
closure #1 @Sendable () -> () in closure #1 () -> () in PersistentCacheKit.PersistentCache.(_fetch in _760C2596B8BF2369694F73DBB50BBF89)(_: A, queue: __C.OS_dispatch_queue, fallback: (() -> B)?, completion: (B?) -> ()) -> () in PersistentCache.o
PersistentCacheKit.PersistentCache.sync() -> () in PersistentCache.o
"_swift_getSingletonMetadata", referenced from:
type metadata accessor for PersistentCacheKit.SQLiteDB in SQLite.o
type metadata accessor for PersistentCacheKit.SQLiteCacheStorage in SQLiteCacheStorage.o
"_swift_getTupleTypeMetadata2", referenced from:
closure #1 @Sendable () -> () in PersistentCacheKit.PersistentCache.clearMemoryCache(completion: (() -> ())?) -> () in PersistentCache.o
"_swift_getTypeByMangledNameInContext", referenced from:
___swift_instantiateConcreteTypeFromMangledName in PersistentCache.o
"_swift_getTypeByMangledNameInContextInMetadataState", referenced from:
___swift_instantiateConcreteTypeFromMangledNameAbstract in PersistentCache.o
"_swift_getWitnessTable", referenced from:
PersistentCacheKit.Item.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89).hashValue.getter : Swift.Int in PersistentCache.o
protocol witness for Swift.CustomDebugStringConvertible.debugDescription.getter : Swift.String in conformance PersistentCacheKit.Item<A>.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89) : Swift.CustomDebugStringConvertible in PersistentCacheKit in PersistentCache.o
protocol witness for Swift.CustomStringConvertible.description.getter : Swift.String in conformance PersistentCacheKit.Item<A>.(CodingKeys in _760C2596B8BF2369694F73DBB50BBF89) : Swift.CustomStringConvertible in PersistentCacheKit in PersistentCache.o
PersistentCacheKit.Item.encode(to: Swift.Encoder) throws -> () in PersistentCache.o
lazy protocol witness table accessor for type Foundation.Date and conformance Foundation.Date : Swift.Encodable in Foundation in PersistentCache.o
PersistentCacheKit.Item.init(from: Swift.Decoder) throws -> PersistentCacheKit.Item<A> in PersistentCache.o
lazy protocol witness table accessor for type Foundation.Date and conformance Foundation.Date : Swift.Decodable in Foundation in PersistentCache.o
...
"_swift_initClassMetadata2", referenced from:
type metadata completion function for PersistentCacheKit.PersistentCache in PersistentCache.o
"_swift_initStructMetadata", referenced from:
type metadata completion function for PersistentCacheKit.Item in PersistentCache.o
"_swift_isEscapingClosureAtFileLocation", referenced from:
PersistentCacheKit.PersistentCache.(_fetch in _760C2596B8BF2369694F73DBB50BBF89)(_: A, queue: __C.OS_dispatch_queue, fallback: (() -> B)?, completion: (B?) -> ()) -> () in PersistentCache.o
PersistentCacheKit.PersistentCache.sync() -> () in PersistentCache.o
PersistentCacheKit.SQLiteCacheStorage.sync() -> () in SQLiteCacheStorage.o
"_swift_once", referenced from:
PersistentCacheKit.SQLITE_STATIC.unsafeMutableAddressor : @convention(c) (Swift.UnsafeMutableRawPointer?) -> () in SQLite.o
PersistentCacheKit.SQLITE_TRANSIENT.unsafeMutableAddressor : @convention(c) (Swift.UnsafeMutableRawPointer?) -> () in SQLite.o
PersistentCacheKit.SQLiteDB.log.unsafeMutableAddressor : __C.OS_os_log in SQLite.o
PersistentCacheKit.SQLiteCacheStorage.log.unsafeMutableAddressor : __C.OS_os_log in SQLiteCacheStorage.o
PersistentCacheKit.SQLiteCacheStorage.shared.unsafeMutableAddressor : PersistentCacheKit.SQLiteCacheStorage? in SQLiteCacheStorage.o
"_swift_release", referenced from:
___swift_destroy_boxed_opaque_existential_1 in PersistentCache.o
@objc PersistentCacheKit.PersistentCache.(didReceiveMemoryWarning in _760C2596B8BF2369694F73DBB50BBF89)() -> () in PersistentCache.o
PersistentCacheKit.PersistentCache.clearMemoryCache(completion: (() -> ())?) -> () in PersistentCache.o
closure #1 @Sendable () -> () in PersistentCacheKit.PersistentCache.clearMemoryCache(completion: (() -> ())?) -> () in PersistentCache.o
closure #1 @Sendable () -> () in PersistentCacheKit.PersistentCache.clearMemoryCache(completion: (() -> ())?) -> () in PersistentCache.o
l_objectdestroy in PersistentCache.o
l_objectdestroy in PersistentCache.o
...
"_swift_retain", referenced from:
PersistentCacheKit.PersistentCache.encoder.getter : Foundation.PropertyListEncoder in PersistentCache.o
PersistentCacheKit.PersistentCache.decoder.getter : Foundation.PropertyListDecoder in PersistentCache.o
@objc PersistentCacheKit.PersistentCache.(didReceiveMemoryWarning in _760C2596B8BF2369694F73DBB50BBF89)() -> () in PersistentCache.o
PersistentCacheKit.PersistentCache.clearMemoryCache(completion: (() -> ())?) -> () in PersistentCache.o
closure #1 @Sendable () -> () in PersistentCacheKit.PersistentCache.clearMemoryCache(completion: (() -> ())?) -> () in PersistentCache.o
outlined copy of (@escaping @callee_guaranteed () -> ())? in PersistentCache.o
closure #1 @Sendable () -> () in closure #1 @Sendable () -> () in PersistentCacheKit.PersistentCache.clearMemoryCache(completion: (() -> ())?) -> () in PersistentCache.o
...
"_swift_storeEnumTagSinglePayloadGeneric", referenced from:
storeEnumTagSinglePayload value witness for PersistentCacheKit.Item in PersistentCache.o
"_swift_unknownObjectRelease", referenced from:
PersistentCacheKit.PersistentCache.init(storage: PersistentCacheKit.CacheStorage?, namespace: Swift.String?) -> PersistentCacheKit.PersistentCache<A, B> in PersistentCache.o
closure #1 () -> PersistentCacheKit.Item<B>? in PersistentCacheKit.PersistentCache.subscript.getter : (item: A) -> PersistentCacheKit.Item<B>? in PersistentCache.o
closure #1 @Sendable () -> () in PersistentCacheKit.PersistentCache.subscript.setter : (item: A) -> PersistentCacheKit.Item<B>? in PersistentCache.o
closure #1 @Sendable () -> () in closure #1 () -> () in PersistentCacheKit.PersistentCache.(_fetch in _760C2596B8BF2369694F73DBB50BBF89)(_: A, queue: __C.OS_dispatch_queue, fallback: (() -> B)?, completion: (B?) -> ()) -> () in PersistentCache.o
PersistentCacheKit.PersistentCache.sync() -> () in PersistentCache.o
outlined destroy of PersistentCacheKit.CacheStorage? in PersistentCache.o
PersistentCacheKit.SQLiteDB.init(url: Foundation.URL) throws -> PersistentCacheKit.SQLiteDB in SQLite.o
...
"_swift_unknownObjectRetain", referenced from:
PersistentCacheKit.PersistentCache.storage.getter : PersistentCacheKit.CacheStorage? in PersistentCache.o
PersistentCacheKit.PersistentCache.init(storage: PersistentCacheKit.CacheStorage?, namespace: Swift.String?) -> PersistentCacheKit.PersistentCache<A, B> in PersistentCache.o
closure #1 () -> PersistentCacheKit.Item<B>? in PersistentCacheKit.PersistentCache.subscript.getter : (item: A) -> PersistentCacheKit.Item<B>? in PersistentCache.o
closure #1 @Sendable () -> () in PersistentCacheKit.PersistentCache.subscript.setter : (item: A) -> PersistentCacheKit.Item<B>? in PersistentCache.o
closure #1 @Sendable () -> () in closure #1 () -> () in PersistentCacheKit.PersistentCache.(_fetch in _760C2596B8BF2369694F73DBB50BBF89)(_: A, queue: __C.OS_dispatch_queue, fallback: (() -> B)?, completion: (B?) -> ()) -> () in PersistentCache.o
PersistentCacheKit.PersistentCache.sync() -> () in PersistentCache.o
"_swift_updateClassMetadata2", referenced from:
type metadata completion function for PersistentCacheKit.SQLiteDB in SQLite.o
type metadata completion function for PersistentCacheKit.SQLiteCacheStorage in SQLiteCacheStorage.o
"_swift_weakAssign", referenced from:
PersistentCacheKit.SQLitePreparedStatement.(in _FD6708071F0889EEDF1827F9A82FA891).init(database: PersistentCacheKit.SQLiteDB, sql: Swift.String) throws -> PersistentCacheKit.SQLitePreparedStatement in SQLite.o
"_swift_weakDestroy", referenced from:
PersistentCacheKit.SQLitePreparedStatement.(in _FD6708071F0889EEDF1827F9A82FA891).init(database: PersistentCacheKit.SQLiteDB, sql: Swift.String) throws -> PersistentCacheKit.SQLitePreparedStatement in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.deinit in SQLite.o
"_swift_weakInit", referenced from:
PersistentCacheKit.SQLitePreparedStatement.(in _FD6708071F0889EEDF1827F9A82FA891).init(rawValue: Swift.OpaquePointer) -> PersistentCacheKit.SQLitePreparedStatement in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.(in _FD6708071F0889EEDF1827F9A82FA891).init(database: PersistentCacheKit.SQLiteDB, sql: Swift.String) throws -> PersistentCacheKit.SQLitePreparedStatement in SQLite.o
"_swift_weakLoadStrong", referenced from:
PersistentCacheKit.SQLitePreparedStatement.reset() throws -> () in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.step() throws -> Swift.Bool in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.bindNull(at: Swift.Int32) throws -> () in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.bind(_: Swift.Int?, at: Swift.Int32) throws -> () in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.bind(_: Swift.Double?, at: Swift.Int32) throws -> () in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.bind(_: Swift.String?, at: Swift.Int32) throws -> () in SQLite.o
closure #1 (Swift.UnsafeRawBufferPointer) throws -> () in PersistentCacheKit.SQLitePreparedStatement.bind(_: Foundation.Data?, at: Swift.Int32) throws -> () in SQLite.o
...
"_swift_willThrow", referenced from:
PersistentCacheKit.SQLiteDB.init(url: Foundation.URL) throws -> PersistentCacheKit.SQLiteDB in SQLite.o
PersistentCacheKit.SQLiteDB.init(url: Foundation.URL) throws -> PersistentCacheKit.SQLiteDB in SQLite.o
PersistentCacheKit.SQLiteDB.init(url: Foundation.URL) throws -> PersistentCacheKit.SQLiteDB in SQLite.o
PersistentCacheKit.SQLiteDB.close() throws -> () in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.reset() throws -> () in SQLite.o
PersistentCacheKit.SQLiteDB.verify(result: Swift.Int32) throws -> () in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.(in _FD6708071F0889EEDF1827F9A82FA891).init(database: PersistentCacheKit.SQLiteDB, sql: Swift.String) throws -> PersistentCacheKit.SQLitePreparedStatement in SQLite.o
PersistentCacheKit.SQLitePreparedStatement.(in _FD6708071F0889EEDF1827F9A82FA891).init(database: PersistentCacheKit.SQLiteDB, sql: Swift.String) throws -> PersistentCacheKit.SQLitePreparedStatement in SQLite.o
...
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
** BUILD FAILED **
The following build commands failed:
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')
(1 failure)
BUILD FAILURE 6.0 watchOS