Build Information
Successful build of DataCache, reference master (bcb54d
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 02:16:13 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/huynguyencong/DataCache.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/6] Compiling DataCache String+MD5.swift
[4/6] Compiling DataCache Dictionary+Cache.swift
[5/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
[6/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
Build complete! (6.23s)
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.