Build Information
Successful build of Images, reference main (507b55), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 11:40:02 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/elegantchaos/Images.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/elegantchaos/Images
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 507b558 newer ActionStatus
Cloned https://github.com/elegantchaos/Images.git
Revision (git rev-parse @):
507b5580d93e76692cd1cc184f4ffea4e620936e
SUCCESS checkout https://github.com/elegantchaos/Images.git at main
Fetching https://github.com/elegantchaos/ThreadExtensions.git
Fetching https://github.com/elegantchaos/Logger.git
[1/42] Fetching threadextensions
[43/2324] Fetching threadextensions, logger
Fetched https://github.com/elegantchaos/Logger.git from cache (0.90s)
Fetched https://github.com/elegantchaos/ThreadExtensions.git from cache (0.90s)
Computing version for https://github.com/elegantchaos/ThreadExtensions.git
Computed https://github.com/elegantchaos/ThreadExtensions.git at 1.0.0 (1.70s)
Computing version for https://github.com/elegantchaos/Logger.git
Computed https://github.com/elegantchaos/Logger.git at 1.6.0 (0.69s)
Creating working copy for https://github.com/elegantchaos/ThreadExtensions.git
Working copy of https://github.com/elegantchaos/ThreadExtensions.git resolved at 1.0.0
Creating working copy for https://github.com/elegantchaos/Logger.git
Working copy of https://github.com/elegantchaos/Logger.git resolved at 1.6.0
========================================
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": "images",
"name": "Images",
"url": "https://github.com/elegantchaos/Images.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Images",
"traits": [
"default"
],
"dependencies": [
{
"identity": "logger",
"name": "Logger",
"url": "https://github.com/elegantchaos/Logger.git",
"version": "1.8.2",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Logger",
"traits": [
"default"
],
"dependencies": [
]
},
{
"identity": "threadextensions",
"name": "ThreadExtensions",
"url": "https://github.com/elegantchaos/ThreadExtensions.git",
"version": "1.0.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ThreadExtensions",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/elegantchaos/Images.git
[1/162] Fetching images
Fetched https://github.com/elegantchaos/Images.git from cache (0.63s)
Fetching https://github.com/elegantchaos/ThreadExtensions.git from cache
Fetching https://github.com/elegantchaos/Logger.git from cache
Fetched https://github.com/elegantchaos/Logger.git from cache (0.46s)
Fetched https://github.com/elegantchaos/ThreadExtensions.git from cache (0.46s)
Computing version for https://github.com/elegantchaos/ThreadExtensions.git
Computed https://github.com/elegantchaos/ThreadExtensions.git at 1.0.1 (1.15s)
Computing version for https://github.com/elegantchaos/Logger.git
Computed https://github.com/elegantchaos/Logger.git at 1.8.2 (0.70s)
Creating working copy for https://github.com/elegantchaos/Images.git
Working copy of https://github.com/elegantchaos/Images.git resolved at main (507b558)
Creating working copy for https://github.com/elegantchaos/Logger.git
Working copy of https://github.com/elegantchaos/Logger.git resolved at 1.8.2
Creating working copy for https://github.com/elegantchaos/ThreadExtensions.git
Working copy of https://github.com/elegantchaos/ThreadExtensions.git resolved at 1.0.1
warning: '.resolve-product-dependencies': dependency 'images' is not used by any target
Found 2 product dependencies
- Logger
- ThreadExtensions
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/elegantchaos/Images.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version--6988338F2F200930.txt
[5/14] Compiling Logger PrintHandler.swift
[6/14] Compiling Logger OSLogHandler.swift
[7/14] Emitting module ThreadExtensions
[8/14] Compiling ThreadExtensions ThreadExtensions.swift
[9/14] Compiling Logger NSLogHandler.swift
[10/14] Compiling Logger Handler.swift
[11/14] Compiling Logger Context.swift
[12/14] Compiling Logger Channel.swift
[13/14] Emitting module Logger
[14/14] Compiling Logger Manager.swift
[15/21] Compiling Images ImageFactory.swift
[16/21] Compiling Images Image+Extensions.swift
[17/21] Compiling Images Image+UIKit.swift
[18/21] Compiling Images ImageCache.swift
[19/21] Emitting module Images
[20/21] Compiling Images AsyncImage.swift
[21/21] Compiling Images Image+AppKit.swift
Build complete! (10.20s)
Build complete.
{
"dependencies" : [
{
"identity" : "logger",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/elegantchaos/Logger.git"
},
{
"identity" : "threadextensions",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/elegantchaos/ThreadExtensions.git"
}
],
"manifest_display_name" : "Images",
"name" : "Images",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Images",
"targets" : [
"Images"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ImagesTests",
"module_type" : "SwiftTarget",
"name" : "ImagesTests",
"path" : "Tests/ImagesTests",
"sources" : [
"ImagesTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Images"
],
"type" : "test"
},
{
"c99name" : "Images",
"module_type" : "SwiftTarget",
"name" : "Images",
"path" : "Sources/Images",
"product_dependencies" : [
"Logger",
"ThreadExtensions"
],
"product_memberships" : [
"Images"
],
"sources" : [
"AsyncImage.swift",
"Image+AppKit.swift",
"Image+Extensions.swift",
"Image+UIKit.swift",
"ImageCache.swift",
"ImageFactory.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.