Build Information
Successful build of DataCache, reference master (bcb54d), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 14:05:41 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/huynguyencong/DataCache.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/huynguyencong/DataCache
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at bcb54d3 Update Podspec tag and package iOS version
Cloned https://github.com/huynguyencong/DataCache.git
Revision (git rev-parse @):
bcb54d313a6ab16fc3f8fa5884ec0f5f331c6ae3
SUCCESS checkout https://github.com/huynguyencong/DataCache.git at master
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "datacache",
"name": "DataCache",
"url": "https://github.com/huynguyencong/DataCache.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DataCache",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/huynguyencong/DataCache.git
[1/445] Fetching datacache
Fetched https://github.com/huynguyencong/DataCache.git from cache (0.85s)
Creating working copy for https://github.com/huynguyencong/DataCache.git
Working copy of https://github.com/huynguyencong/DataCache.git resolved at master (bcb54d3)
warning: '.resolve-product-dependencies': dependency 'datacache' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/huynguyencong/DataCache.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/6] Compiling DataCache String+MD5.swift
[4/6] Compiling DataCache DataCache.swift
/Users/admin/builder/spi-builder-workspace/Sources/DataCache.swift:303:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
301 | - parameter completionHandler: Called after the operation completes.
302 | */
303 | open func cleanExpiredDiskCache(completion handler: (()->())? = nil) {
| `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
304 |
305 | // Do things in cocurrent io queue
[5/6] Emitting module DataCache
/Users/admin/builder/spi-builder-workspace/Sources/DataCache.swift:303:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
301 | - parameter completionHandler: Called after the operation completes.
302 | */
303 | open func cleanExpiredDiskCache(completion handler: (()->())? = nil) {
| `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
304 |
305 | // Do things in cocurrent io queue
[6/6] Compiling DataCache Dictionary+Cache.swift
Build complete! (7.76s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "DataCache",
"name" : "DataCache",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.11"
},
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "DataCache",
"targets" : [
"DataCache"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DataCache",
"module_type" : "SwiftTarget",
"name" : "DataCache",
"path" : "Sources",
"product_memberships" : [
"DataCache"
],
"sources" : [
"DataCache.swift",
"Dictionary+Cache.swift",
"String+MD5.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.