Build Information
Successful build of SwiftCache, reference v2.1.0 (7c1f13), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 17 Feb 2026 14:07:53 UTC.
Swift 6 data race errors: 11
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftCache -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SudhirGadhvi/SwiftCache-SDK.git
Reference: v2.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SudhirGadhvi/SwiftCache-SDK
* tag v2.1.0 -> FETCH_HEAD
HEAD is now at 7c1f135 Merge branch 'main' of https://github.com/SudhirGadhvi/SwiftCache-SDK
Cloned https://github.com/SudhirGadhvi/SwiftCache-SDK.git
Revision (git rev-parse @):
7c1f135fc613d0a41a06c5496530458b2f297ad3
SUCCESS checkout https://github.com/SudhirGadhvi/SwiftCache-SDK.git at v2.1.0
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 6.1
Building package at path: $PWD
https://github.com/SudhirGadhvi/SwiftCache-SDK.git
https://github.com/SudhirGadhvi/SwiftCache-SDK.git
{
"dependencies" : [
],
"manifest_display_name" : "SwiftCache",
"name" : "SwiftCache",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "SwiftCache",
"targets" : [
"SwiftCache"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftCacheTests",
"module_type" : "SwiftTarget",
"name" : "SwiftCacheTests",
"path" : "Tests/SwiftCacheTests",
"sources" : [
"SwiftCacheTests.swift"
],
"target_dependencies" : [
"SwiftCache"
],
"type" : "test"
},
{
"c99name" : "SwiftCache",
"module_type" : "SwiftTarget",
"name" : "SwiftCache",
"path" : "Sources/SwiftCache",
"product_memberships" : [
"SwiftCache"
],
"sources" : [
"Core/AdaptiveCachePolicy.swift",
"Core/CacheAnalytics.swift",
"Core/CacheLoader.swift",
"Core/DiskLoader.swift",
"Core/MemoryLoader.swift",
"Core/NetworkLoader.swift",
"Extensions/SwiftCache+Progressive.swift",
"Extensions/UIImageView+SwiftCache.swift",
"Models/CacheConfiguration.swift",
"Models/CacheEntry.swift",
"Models/CancellationToken.swift",
"Models/SwiftCacheError.swift",
"SwiftCache.swift",
"SwiftUI/CachedImage.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
SwiftCache: /Users/admin/builder/spi-builder-workspace
resolved source packages: SwiftCache
{
"dependencies" : [
],
"manifest_display_name" : "SwiftCache",
"name" : "SwiftCache",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "SwiftCache",
"targets" : [
"SwiftCache"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftCacheTests",
"module_type" : "SwiftTarget",
"name" : "SwiftCacheTests",
"path" : "Tests/SwiftCacheTests",
"sources" : [
"SwiftCacheTests.swift"
],
"target_dependencies" : [
"SwiftCache"
],
"type" : "test"
},
{
"c99name" : "SwiftCache",
"module_type" : "SwiftTarget",
"name" : "SwiftCache",
"path" : "Sources/SwiftCache",
"product_memberships" : [
"SwiftCache"
],
"sources" : [
"Core/AdaptiveCachePolicy.swift",
"Core/CacheAnalytics.swift",
"Core/CacheLoader.swift",
"Core/DiskLoader.swift",
"Core/MemoryLoader.swift",
"Core/NetworkLoader.swift",
"Extensions/SwiftCache+Progressive.swift",
"Extensions/UIImageView+SwiftCache.swift",
"Models/CacheConfiguration.swift",
"Models/CacheEntry.swift",
"Models/CancellationToken.swift",
"Models/SwiftCacheError.swift",
"SwiftCache.swift",
"SwiftUI/CachedImage.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"SwiftCache"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftCache -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme SwiftCache -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
SwiftCache: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'SwiftCache' in project 'SwiftCache'
➜ Explicit dependency on target 'SwiftCache' in project 'SwiftCache'
Target 'SwiftCache' in project 'SwiftCache' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 4fa557b02bef20759903ada4a72313b7
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/4fa557b02bef20759903ada4a72313b7.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/SwiftCache.modulemap (in target 'SwiftCache' from project 'SwiftCache')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/SwiftCache.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/SwiftCache.DependencyMetadataFileList (in target 'SwiftCache' from project 'SwiftCache')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/SwiftCache.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/SwiftCache.DependencyStaticMetadataFileList (in target 'SwiftCache' from project 'SwiftCache')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/SwiftCache.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/Objects-normal/arm64/SwiftCache.LinkFileList (in target 'SwiftCache' from project 'SwiftCache')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/Objects-normal/arm64/SwiftCache.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/Objects-normal/arm64/SwiftCache_const_extract_protocols.json (in target 'SwiftCache' from project 'SwiftCache')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/Objects-normal/arm64/SwiftCache_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/Objects-normal/arm64/SwiftCache.SwiftFileList (in target 'SwiftCache' from project 'SwiftCache')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/Objects-normal/arm64/SwiftCache.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/Objects-normal/arm64/SwiftCache.SwiftConstValuesFileList (in target 'SwiftCache' from project 'SwiftCache')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/Objects-normal/arm64/SwiftCache.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/Objects-normal/arm64/SwiftCache-OutputFileMap.json (in target 'SwiftCache' from project 'SwiftCache')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/Objects-normal/arm64/SwiftCache-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/SwiftCache.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/SwiftCache.modulemap (in target 'SwiftCache' from project 'SwiftCache')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/SwiftCache.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
SwiftDriver SwiftCache normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftCache' from project 'SwiftCache')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftCache -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/Objects-normal/arm64/SwiftCache.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/Objects-normal/arm64/SwiftCache-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/SwiftCache.build/Debug/SwiftCache.build/Objects-normal/arm64/SwiftCache.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/Objects-normal/arm64/SwiftCache_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/Objects-normal/arm64/SwiftCache-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ AdaptiveCachePolicy.swift,\ CacheAnalytics.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Core/AdaptiveCachePolicy.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Core/CacheAnalytics.swift (in target 'SwiftCache' from project 'SwiftCache')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Core/AdaptiveCachePolicy.swift (in target 'SwiftCache' from project 'SwiftCache')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Core/AdaptiveCachePolicy.swift:78:17: warning: non-sendable type 'CacheConfiguration?' cannot be returned from actor-isolated implementation to caller of protocol requirement 'recommendConfiguration(current:telemetry:)'; this is an error in the Swift 6 language mode
public func recommendConfiguration(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Models/CacheConfiguration.swift:12:15: note: consider making struct 'CacheConfiguration' conform to the 'Sendable' protocol
public struct CacheConfiguration {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Core/AdaptiveCachePolicy.swift:78:17: warning: non-sendable parameter type 'CacheConfiguration' cannot be sent from caller of protocol requirement 'recommendConfiguration(current:telemetry:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
public func recommendConfiguration(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Models/CacheConfiguration.swift:12:15: note: consider making struct 'CacheConfiguration' conform to the 'Sendable' protocol
public struct CacheConfiguration {
^
: Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Core/CacheAnalytics.swift (in target 'SwiftCache' from project 'SwiftCache')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CacheEntry.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Models/CacheEntry.swift (in target 'SwiftCache' from project 'SwiftCache')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Models/CacheEntry.swift (in target 'SwiftCache' from project 'SwiftCache')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ SwiftCache+Progressive.swift,\ UIImageView+SwiftCache.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Extensions/SwiftCache+Progressive.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Extensions/UIImageView+SwiftCache.swift (in target 'SwiftCache' from project 'SwiftCache')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Extensions/SwiftCache+Progressive.swift (in target 'SwiftCache' from project 'SwiftCache')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Extensions/SwiftCache+Progressive.swift:42:32: warning: non-sendable type 'CacheConfiguration' of property 'configuration' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
let config = await configuration
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Models/CacheConfiguration.swift:12:15: note: consider making struct 'CacheConfiguration' conform to the 'Sendable' protocol
public struct CacheConfiguration {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Extensions/SwiftCache+Progressive.swift:47:43: warning: non-sendable result type 'SCImage' (aka 'NSImage') cannot be sent from actor-isolated context in call to instance method 'loadImage(from:cacheKey:ttl:)'; this is an error in the Swift 6 language mode
let image = try await loadImage(from: url, cacheKey: cacheKey, ttl: ttl)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Extensions/SwiftCache+Progressive.swift:61:47: warning: non-sendable result type 'SCImage' (aka 'NSImage') cannot be sent from actor-isolated context in call to instance method 'loadImage(from:cacheKey:ttl:)'; this is an error in the Swift 6 language mode
let thumbnail = try await loadImage(from: thumbnailURL, cacheKey: "\(key)_thumb", ttl: ttl)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Extensions/SwiftCache+Progressive.swift:70:51: warning: non-sendable result type 'SCImage' (aka 'NSImage') cannot be sent from actor-isolated context in call to instance method 'loadImage(from:cacheKey:ttl:)'; this is an error in the Swift 6 language mode
let fullImage = try await loadImage(from: url, cacheKey: key, ttl: ttl)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Extensions/SwiftCache+Progressive.swift:79:47: warning: non-sendable result type 'SCImage' (aka 'NSImage') cannot be sent from actor-isolated context in call to instance method 'loadImage(from:cacheKey:ttl:)'; this is an error in the Swift 6 language mode
let fullImage = try await loadImage(from: url, cacheKey: key, ttl: ttl)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Extensions/SwiftCache+Progressive.swift:82:46: warning: non-sendable result type 'SCImage?' (aka 'Optional<NSImage>') cannot be sent from actor-isolated context in call to instance method 'generateThumbnail(from:)'; this is an error in the Swift 6 language mode
if let thumbnail = await generateThumbnail(from: fullImage) {
^
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
@frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Extensions/SwiftCache+Progressive.swift:82:46: warning: sending 'fullImage' risks causing data races; this is an error in the Swift 6 language mode
if let thumbnail = await generateThumbnail(from: fullImage) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Extensions/SwiftCache+Progressive.swift:82:46: note: sending 'fullImage' to actor-isolated instance method 'generateThumbnail(from:)' risks causing data races between actor-isolated and local nonisolated uses
if let thumbnail = await generateThumbnail(from: fullImage) {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Extensions/SwiftCache+Progressive.swift:87:40: note: access can happen concurrently
await onFullImage(.success(fullImage))
~^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Extensions/SwiftCache+Progressive.swift:83:31: warning: sending 'thumbnail' risks causing data races; this is an error in the Swift 6 language mode
await onThumbnail(thumbnail)
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Extensions/SwiftCache+Progressive.swift:83:31: note: sending 'self'-isolated 'thumbnail' to main actor-isolated callee risks causing data races between main actor-isolated and 'self'-isolated uses
await onThumbnail(thumbnail)
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Extensions/UIImageView+SwiftCache.swift (in target 'SwiftCache' from project 'SwiftCache')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CacheLoader.swift,\ DiskLoader.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Core/CacheLoader.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Core/DiskLoader.swift (in target 'SwiftCache' from project 'SwiftCache')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Core/CacheLoader.swift (in target 'SwiftCache' from project 'SwiftCache')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Core/CacheLoader.swift:76:41: warning: non-sendable result type 'SCImage?' (aka 'Optional<NSImage>') cannot be sent from nonisolated context in call to instance method 'load(key:url:ttl:)'; this is an error in the Swift 6 language mode
if let image = await loader.load(key: key, url: url, ttl: ttl) {
^
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
@frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Core/CacheLoader.swift:104:31: warning: passing closure as a 'sending' parameter risks causing data races between 'self'-isolated code and concurrent execution of the closure; this is an error in the Swift 6 language mode
group.addTask {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Core/CacheLoader.swift:105:47: note: closure captures 'image' which is accessible to 'self'-isolated code
await loader.store(image: image, key: key, ttl: ttl)
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Core/DiskLoader.swift (in target 'SwiftCache' from project 'SwiftCache')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Core/DiskLoader.swift:53:17: warning: non-sendable type 'SCImage?' (aka 'Optional<NSImage>') cannot be returned from actor-isolated implementation to caller of protocol requirement 'load(key:url:ttl:)'; this is an error in the Swift 6 language mode
public func load(key: String, url: URL, ttl: TimeInterval) async -> SCImage? {
^
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
@frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Core/DiskLoader.swift:76:17: warning: non-sendable parameter type 'SCImage' (aka 'NSImage') cannot be sent from caller of protocol requirement 'store(image:key:ttl:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
public func store(image: SCImage, key: String, ttl: TimeInterval) async {
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
^
SwiftCompile normal arm64 Compiling\ CacheConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Models/CacheConfiguration.swift (in target 'SwiftCache' from project 'SwiftCache')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Models/CacheConfiguration.swift (in target 'SwiftCache' from project 'SwiftCache')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CancellationToken.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Models/CancellationToken.swift (in target 'SwiftCache' from project 'SwiftCache')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Models/CancellationToken.swift (in target 'SwiftCache' from project 'SwiftCache')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ SwiftCacheError.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Models/SwiftCacheError.swift (in target 'SwiftCache' from project 'SwiftCache')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Models/SwiftCacheError.swift (in target 'SwiftCache' from project 'SwiftCache')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ MemoryLoader.swift,\ NetworkLoader.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Core/MemoryLoader.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Core/NetworkLoader.swift (in target 'SwiftCache' from project 'SwiftCache')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Core/MemoryLoader.swift (in target 'SwiftCache' from project 'SwiftCache')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Core/MemoryLoader.swift:35:17: warning: non-sendable type 'SCImage?' (aka 'Optional<NSImage>') cannot be returned from actor-isolated implementation to caller of protocol requirement 'load(key:url:ttl:)'; this is an error in the Swift 6 language mode
public func load(key: String, url: URL, ttl: TimeInterval) async -> SCImage? {
^
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
@frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Core/MemoryLoader.swift:43:17: warning: non-sendable parameter type 'SCImage' (aka 'NSImage') cannot be sent from caller of protocol requirement 'store(image:key:ttl:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
public func store(image: SCImage, key: String, ttl: TimeInterval) async {
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Core/NetworkLoader.swift (in target 'SwiftCache' from project 'SwiftCache')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Core/NetworkLoader.swift:34:17: warning: non-sendable type 'SCImage?' (aka 'Optional<NSImage>') cannot be returned from actor-isolated implementation to caller of protocol requirement 'load(key:url:ttl:)'; this is an error in the Swift 6 language mode
public func load(key: String, url: URL, ttl: TimeInterval) async -> SCImage? {
^
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
@frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Core/NetworkLoader.swift:50:17: warning: non-sendable parameter type 'SCImage' (aka 'NSImage') cannot be sent from caller of protocol requirement 'store(image:key:ttl:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
public func store(image: SCImage, key: String, ttl: TimeInterval) async {
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
^
SwiftCompile normal arm64 Compiling\ CachedImage.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftUI/CachedImage.swift (in target 'SwiftCache' from project 'SwiftCache')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftUI/CachedImage.swift (in target 'SwiftCache' from project 'SwiftCache')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftUI/CachedImage.swift:61:59: warning: non-sendable result type 'SCImage' (aka 'NSImage') cannot be sent from actor-isolated context in call to instance method 'loadImage(from:cacheKey:ttl:)'; this is an error in the Swift 6 language mode
let loadedImage = try await SwiftCache.shared.loadImage(
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
^
SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftCache (in target 'SwiftCache' from project 'SwiftCache')
EmitSwiftModule normal arm64 (in target 'SwiftCache' from project 'SwiftCache')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Core/AdaptiveCachePolicy.swift:78:17: warning: non-sendable type 'CacheConfiguration?' cannot be returned from actor-isolated implementation to caller of protocol requirement 'recommendConfiguration(current:telemetry:)'; this is an error in the Swift 6 language mode
public func recommendConfiguration(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Models/CacheConfiguration.swift:12:15: note: consider making struct 'CacheConfiguration' conform to the 'Sendable' protocol
public struct CacheConfiguration {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Core/AdaptiveCachePolicy.swift:78:17: warning: non-sendable parameter type 'CacheConfiguration' cannot be sent from caller of protocol requirement 'recommendConfiguration(current:telemetry:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
public func recommendConfiguration(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Models/CacheConfiguration.swift:12:15: note: consider making struct 'CacheConfiguration' conform to the 'Sendable' protocol
public struct CacheConfiguration {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Core/DiskLoader.swift:53:17: warning: non-sendable type 'SCImage?' (aka 'Optional<NSImage>') cannot be returned from actor-isolated implementation to caller of protocol requirement 'load(key:url:ttl:)'; this is an error in the Swift 6 language mode
public func load(key: String, url: URL, ttl: TimeInterval) async -> SCImage? {
^
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
@frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Core/DiskLoader.swift:76:17: warning: non-sendable parameter type 'SCImage' (aka 'NSImage') cannot be sent from caller of protocol requirement 'store(image:key:ttl:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
public func store(image: SCImage, key: String, ttl: TimeInterval) async {
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Core/MemoryLoader.swift:35:17: warning: non-sendable type 'SCImage?' (aka 'Optional<NSImage>') cannot be returned from actor-isolated implementation to caller of protocol requirement 'load(key:url:ttl:)'; this is an error in the Swift 6 language mode
public func load(key: String, url: URL, ttl: TimeInterval) async -> SCImage? {
^
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
@frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Core/MemoryLoader.swift:43:17: warning: non-sendable parameter type 'SCImage' (aka 'NSImage') cannot be sent from caller of protocol requirement 'store(image:key:ttl:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
public func store(image: SCImage, key: String, ttl: TimeInterval) async {
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Core/NetworkLoader.swift:34:17: warning: non-sendable type 'SCImage?' (aka 'Optional<NSImage>') cannot be returned from actor-isolated implementation to caller of protocol requirement 'load(key:url:ttl:)'; this is an error in the Swift 6 language mode
public func load(key: String, url: URL, ttl: TimeInterval) async -> SCImage? {
^
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
@frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Core/NetworkLoader.swift:50:17: warning: non-sendable parameter type 'SCImage' (aka 'NSImage') cannot be sent from caller of protocol requirement 'store(image:key:ttl:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
public func store(image: SCImage, key: String, ttl: TimeInterval) async {
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:46:29: warning: sending 'config' risks causing data races; this is an error in the Swift 6 language mode
self.memoryLoader = MemoryLoader(configuration: config)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:46:29: note: sending 'config' to actor-isolated initializer 'init(configuration:)' risks causing data races between actor-isolated and local nonisolated uses
self.memoryLoader = MemoryLoader(configuration: config)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:47:27: note: access can happen concurrently
self.diskLoader = DiskLoader(configuration: config)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:47:27: warning: sending 'config' risks causing data races; this is an error in the Swift 6 language mode
self.diskLoader = DiskLoader(configuration: config)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:47:27: note: sending 'config' to actor-isolated initializer 'init(configuration:)' risks causing data races between actor-isolated and local nonisolated uses
self.diskLoader = DiskLoader(configuration: config)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:48:30: note: access can happen concurrently
self.networkLoader = NetworkLoader(configuration: config)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:48:30: warning: sending 'config' risks causing data races; this is an error in the Swift 6 language mode
self.networkLoader = NetworkLoader(configuration: config)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:48:30: note: sending 'config' to actor-isolated initializer 'init(configuration:)' risks causing data races between actor-isolated and local nonisolated uses
self.networkLoader = NetworkLoader(configuration: config)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:52:28: note: access can happen concurrently
self.loaderChain = CacheLoaderChain(
^~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 Compiling\ SwiftCache.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift (in target 'SwiftCache' from project 'SwiftCache')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift (in target 'SwiftCache' from project 'SwiftCache')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:110:40: warning: non-sendable result type 'Result<CacheLoadResult, SwiftCacheError>' cannot be sent from actor-isolated context in call to instance method 'load(key:url:ttl:)'; this is an error in the Swift 6 language mode
let result = await loaderChain.load(key: key, url: url, ttl: effectiveTTL)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Core/CacheLoader.swift:49:15: note: consider making struct 'CacheLoadResult' conform to the 'Sendable' protocol
public struct CacheLoadResult {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:159:39: warning: non-sendable result type 'SCImage' (aka 'NSImage') cannot be sent from actor-isolated context in call to instance method 'loadImage(from:cacheKey:ttl:)'; this is an error in the Swift 6 language mode
let image = try await loadImage(from: url, cacheKey: cacheKey, ttl: ttl)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:186:45: warning: non-sendable result type 'SCImage' (aka 'NSImage') cannot be sent from actor-isolated context in call to instance method 'loadImage(from:cacheKey:ttl:)'; this is an error in the Swift 6 language mode
_ = try? await self.loadImage(from: url)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
@interface NSImage : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:302:69: warning: non-sendable result type 'CacheConfiguration?' cannot be sent from nonisolated context in call to instance method 'recommendConfiguration(current:telemetry:)'; this is an error in the Swift 6 language mode
guard let updatedConfiguration = await adaptivePolicyEngine.recommendConfiguration(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/Models/CacheConfiguration.swift:12:15: note: consider making struct 'CacheConfiguration' conform to the 'Sendable' protocol
public struct CacheConfiguration {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:46:29: warning: sending 'config' risks causing data races; this is an error in the Swift 6 language mode
self.memoryLoader = MemoryLoader(configuration: config)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:46:29: note: sending 'config' to actor-isolated callee risks causing data races between actor-isolated and local nonisolated uses
self.memoryLoader = MemoryLoader(configuration: config)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:47:27: note: access can happen concurrently
self.diskLoader = DiskLoader(configuration: config)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:47:27: warning: sending 'config' risks causing data races; this is an error in the Swift 6 language mode
self.diskLoader = DiskLoader(configuration: config)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:47:27: note: sending 'config' to actor-isolated callee risks causing data races between actor-isolated and local nonisolated uses
self.diskLoader = DiskLoader(configuration: config)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:48:30: note: access can happen concurrently
self.networkLoader = NetworkLoader(configuration: config)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:48:30: warning: sending 'config' risks causing data races; this is an error in the Swift 6 language mode
self.networkLoader = NetworkLoader(configuration: config)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:48:30: note: sending 'config' to actor-isolated callee risks causing data races between actor-isolated and local nonisolated uses
self.networkLoader = NetworkLoader(configuration: config)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:52:28: note: access can happen concurrently
self.loaderChain = CacheLoaderChain(
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:70:24: warning: sending 'self.configuration' risks causing data races; this is an error in the Swift 6 language mode
memoryLoader = MemoryLoader(configuration: configuration)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:70:24: note: sending 'self'-isolated 'self.configuration' to actor-isolated callee risks causing data races between actor-isolated and 'self'-isolated uses
memoryLoader = MemoryLoader(configuration: configuration)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:71:22: warning: sending 'self.configuration' risks causing data races; this is an error in the Swift 6 language mode
diskLoader = DiskLoader(configuration: configuration)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:71:22: note: sending 'self'-isolated 'self.configuration' to actor-isolated callee risks causing data races between actor-isolated and 'self'-isolated uses
diskLoader = DiskLoader(configuration: configuration)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:72:25: warning: sending 'self.configuration' risks causing data races; this is an error in the Swift 6 language mode
networkLoader = NetworkLoader(configuration: configuration)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:72:25: note: sending 'self'-isolated 'self.configuration' to actor-isolated callee risks causing data races between actor-isolated and 'self'-isolated uses
networkLoader = NetworkLoader(configuration: configuration)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:302:69: warning: sending 'self.configuration' risks causing data races; this is an error in the Swift 6 language mode
guard let updatedConfiguration = await adaptivePolicyEngine.recommendConfiguration(
~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:302:69: note: sending 'self'-isolated 'self.configuration' to nonisolated instance method 'recommendConfiguration(current:telemetry:)' risks causing data races between nonisolated and 'self'-isolated uses
guard let updatedConfiguration = await adaptivePolicyEngine.recommendConfiguration(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:314:24: warning: sending 'self.configuration' risks causing data races; this is an error in the Swift 6 language mode
memoryLoader = MemoryLoader(configuration: configuration)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:314:24: note: sending 'self'-isolated 'self.configuration' to actor-isolated callee risks causing data races between actor-isolated and 'self'-isolated uses
memoryLoader = MemoryLoader(configuration: configuration)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:315:22: warning: sending 'self.configuration' risks causing data races; this is an error in the Swift 6 language mode
diskLoader = DiskLoader(configuration: configuration)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:315:22: note: sending 'self'-isolated 'self.configuration' to actor-isolated callee risks causing data races between actor-isolated and 'self'-isolated uses
diskLoader = DiskLoader(configuration: configuration)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:316:25: warning: sending 'self.configuration' risks causing data races; this is an error in the Swift 6 language mode
networkLoader = NetworkLoader(configuration: configuration)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:316:25: note: sending 'self'-isolated 'self.configuration' to actor-isolated callee risks causing data races between actor-isolated and 'self'-isolated uses
networkLoader = NetworkLoader(configuration: configuration)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:387:27: warning: sending 'image' risks causing data races; this is an error in the Swift 6 language mode
await loaderChain.store(image: image, key: key, ttl: effectiveTTL)
~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCache/SwiftCache.swift:387:27: note: sending 'self'-isolated 'image' to actor-isolated instance method 'store(image:key:ttl:)' risks causing data races between actor-isolated and 'self'-isolated uses
await loaderChain.store(image: image, key: key, ttl: effectiveTTL)
^
SwiftDriverJobDiscovery normal arm64 Emitting module for SwiftCache (in target 'SwiftCache' from project 'SwiftCache')
SwiftDriver\ Compilation\ Requirements SwiftCache normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftCache' from project 'SwiftCache')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftCache -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/Objects-normal/arm64/SwiftCache.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/Objects-normal/arm64/SwiftCache-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/SwiftCache.build/Debug/SwiftCache.build/Objects-normal/arm64/SwiftCache.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/Objects-normal/arm64/SwiftCache_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/Objects-normal/arm64/SwiftCache-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling SwiftCacheError.swift (in target 'SwiftCache' from project 'SwiftCache')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/SwiftCache-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/Objects-normal/arm64/SwiftCache-Swift.h (in target 'SwiftCache' from project 'SwiftCache')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/Objects-normal/arm64/SwiftCache-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/SwiftCache-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling CancellationToken.swift (in target 'SwiftCache' from project 'SwiftCache')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftCache.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/Objects-normal/arm64/SwiftCache.swiftmodule (in target 'SwiftCache' from project 'SwiftCache')
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/SwiftCache.build/Debug/SwiftCache.build/Objects-normal/arm64/SwiftCache.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftCache.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftCache.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/Objects-normal/arm64/SwiftCache.swiftdoc (in target 'SwiftCache' from project 'SwiftCache')
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/SwiftCache.build/Debug/SwiftCache.build/Objects-normal/arm64/SwiftCache.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftCache.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftCache.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/Objects-normal/arm64/SwiftCache.abi.json (in target 'SwiftCache' from project 'SwiftCache')
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/SwiftCache.build/Debug/SwiftCache.build/Objects-normal/arm64/SwiftCache.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftCache.swiftmodule/arm64-apple-macos.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling CacheConfiguration.swift (in target 'SwiftCache' from project 'SwiftCache')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftCache.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/Objects-normal/arm64/SwiftCache.swiftsourceinfo (in target 'SwiftCache' from project 'SwiftCache')
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/SwiftCache.build/Debug/SwiftCache.build/Objects-normal/arm64/SwiftCache.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftCache.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling AdaptiveCachePolicy.swift, CacheAnalytics.swift (in target 'SwiftCache' from project 'SwiftCache')
SwiftDriverJobDiscovery normal arm64 Compiling SwiftCache+Progressive.swift, UIImageView+SwiftCache.swift (in target 'SwiftCache' from project 'SwiftCache')
SwiftDriverJobDiscovery normal arm64 Compiling SwiftCache.swift (in target 'SwiftCache' from project 'SwiftCache')
SwiftDriverJobDiscovery normal arm64 Compiling CacheEntry.swift (in target 'SwiftCache' from project 'SwiftCache')
SwiftDriverJobDiscovery normal arm64 Compiling MemoryLoader.swift, NetworkLoader.swift (in target 'SwiftCache' from project 'SwiftCache')
SwiftDriverJobDiscovery normal arm64 Compiling CacheLoader.swift, DiskLoader.swift (in target 'SwiftCache' from project 'SwiftCache')
SwiftDriverJobDiscovery normal arm64 Compiling CachedImage.swift (in target 'SwiftCache' from project 'SwiftCache')
SwiftDriver\ Compilation SwiftCache normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftCache' from project 'SwiftCache')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftCache -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/Objects-normal/arm64/SwiftCache.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/Objects-normal/arm64/SwiftCache-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/SwiftCache.build/Debug/SwiftCache.build/Objects-normal/arm64/SwiftCache.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/Objects-normal/arm64/SwiftCache_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/Objects-normal/arm64/SwiftCache-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftCache.o normal (in target 'SwiftCache' from project 'SwiftCache')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/Objects-normal/arm64/SwiftCache.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/Objects-normal/arm64/SwiftCache_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/Objects-normal/arm64/SwiftCache_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/Objects-normal/arm64/SwiftCache.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftCache.o
ExtractAppIntentsMetadata (in target 'SwiftCache' from project 'SwiftCache')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name SwiftCache --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.SwiftCache --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftCache.appintents --target-triple arm64-apple-macos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftCache.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/Objects-normal/arm64/SwiftCache_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/Objects-normal/arm64/SwiftCache.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/SwiftCache.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/SwiftCache.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCache.build/Debug/SwiftCache.build/Objects-normal/arm64/SwiftCache.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-02-17 06:07:52.386 appintentsmetadataprocessor[748:4414] Starting appintentsmetadataprocessor export
2026-02-17 06:07:52.422 appintentsmetadataprocessor[748:4414] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftCache.o (in target 'SwiftCache' from project 'SwiftCache')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftCache.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:03fd471e03731c6a3d6932fee177b4993c59734c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:03fd471e03731c6a3d6932fee177b4993c59734c, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:03fd471e03731c6a3d6932fee177b4993c59734c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:03fd471e03731c6a3d6932fee177b4993c59734c, name:My Mac }
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftCache",
"name" : "SwiftCache",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "SwiftCache",
"targets" : [
"SwiftCache"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftCacheTests",
"module_type" : "SwiftTarget",
"name" : "SwiftCacheTests",
"path" : "Tests/SwiftCacheTests",
"sources" : [
"SwiftCacheTests.swift"
],
"target_dependencies" : [
"SwiftCache"
],
"type" : "test"
},
{
"c99name" : "SwiftCache",
"module_type" : "SwiftTarget",
"name" : "SwiftCache",
"path" : "Sources/SwiftCache",
"product_memberships" : [
"SwiftCache"
],
"sources" : [
"Core/AdaptiveCachePolicy.swift",
"Core/CacheAnalytics.swift",
"Core/CacheLoader.swift",
"Core/DiskLoader.swift",
"Core/MemoryLoader.swift",
"Core/NetworkLoader.swift",
"Extensions/SwiftCache+Progressive.swift",
"Extensions/UIImageView+SwiftCache.swift",
"Models/CacheConfiguration.swift",
"Models/CacheEntry.swift",
"Models/CancellationToken.swift",
"Models/SwiftCacheError.swift",
"SwiftCache.swift",
"SwiftUI/CachedImage.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.