Build Information
Successful build of SwiftCache, reference main (ca608b), with Swift 6.2 for macOS (SPM) on 17 Feb 2026 10:06:59 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SudhirGadhvi/SwiftCache-SDK.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SudhirGadhvi/SwiftCache-SDK
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ca608b1 Fix duplicate image entries in README
Cloned https://github.com/SudhirGadhvi/SwiftCache-SDK.git
Revision (git rev-parse @):
ca608b16334c2db42e091d1c5b749d00f77ab2bc
SUCCESS checkout https://github.com/SudhirGadhvi/SwiftCache-SDK.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "swiftcache-sdk",
"name": "SwiftCache",
"url": "https://github.com/SudhirGadhvi/SwiftCache-SDK.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftCache-SDK",
"dependencies": [
]
}
]
}
Fetching https://github.com/SudhirGadhvi/SwiftCache-SDK.git
[1/228] Fetching swiftcache-sdk
Fetched https://github.com/SudhirGadhvi/SwiftCache-SDK.git from cache (1.17s)
Creating working copy for https://github.com/SudhirGadhvi/SwiftCache-SDK.git
Working copy of https://github.com/SudhirGadhvi/SwiftCache-SDK.git resolved at main (ca608b1)
warning: '.resolve-product-dependencies': dependency 'swiftcache-sdk' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/SudhirGadhvi/SwiftCache-SDK.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/16] Compiling SwiftCache CacheConfiguration.swift
[4/16] Compiling SwiftCache MemoryLoader.swift
[5/16] Compiling SwiftCache NetworkLoader.swift
[6/16] Compiling SwiftCache AdaptiveCachePolicy.swift
[7/16] Compiling SwiftCache CacheAnalytics.swift
[8/16] Compiling SwiftCache CacheLoader.swift
[9/16] Compiling SwiftCache DiskLoader.swift
[10/16] Compiling SwiftCache SwiftCache.swift
[11/16] Compiling SwiftCache CacheEntry.swift
[12/16] Emitting module SwiftCache
[13/16] Compiling SwiftCache CancellationToken.swift
[14/16] Compiling SwiftCache SwiftCacheError.swift
[15/16] Compiling SwiftCache SwiftCache+Progressive.swift
[16/16] Compiling SwiftCache UIImageView+SwiftCache.swift
[17/17] Compiling SwiftCache CachedImage.swift
Build complete! (14.07s)
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.