Build Information
Successful build of SwURL, reference master (4e7429), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 20:16:31 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/cmtrounce/SwURL.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/cmtrounce/SwURL
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 4e74292 Bump version to 0.6.0
Cloned https://github.com/cmtrounce/SwURL.git
Revision (git rev-parse @):
4e742922fe50a3d42c20853a2805761c45313b1c
SUCCESS checkout https://github.com/cmtrounce/SwURL.git at master
Fetching https://github.com/apple/swift-docc-symbolkit
Fetching https://github.com/apple/swift-docc-plugin
[1/2271] Fetching swift-docc-plugin
[229/5943] Fetching swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-plugin from cache (1.18s)
Fetched https://github.com/apple/swift-docc-symbolkit from cache (1.18s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (1.96s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.74s)
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.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": "swurl",
"name": "SwURL",
"url": "https://github.com/cmtrounce/SwURL.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwURL",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/cmtrounce/SwURL.git
[1/1786] Fetching swurl
Fetched https://github.com/cmtrounce/SwURL.git from cache (0.78s)
Creating working copy for https://github.com/cmtrounce/SwURL.git
Working copy of https://github.com/cmtrounce/SwURL.git resolved at master (4e74292)
warning: '.resolve-product-dependencies': dependency 'swurl' 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/cmtrounce/SwURL.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version--6988338F2F200930.txt
[5/19] Compiling SwURL ImageTransitionType.swift
[6/19] Compiling SwURL ImageCacheStrategy.swift
[7/19] Compiling SwURL ImageProcessing.swift
[8/19] Compiling SwURL ImageCacheProvider.swift
[9/19] Compiling SwURL ImageLoader.swift
[10/19] Compiling SwURL RemoteImage.swift
[11/19] Compiling SwURL FileManager+Paths.swift
[12/19] Compiling SwURL Downloader.swift
[13/19] Compiling SwURL PersistentImageCache.swift
[14/19] Compiling SwURL CGImage+Data.swift
[15/19] Compiling SwURL InMemoryImageCache.swift
[16/19] Compiling SwURL NeverImageCache.swift
[17/19] Emitting module SwURL
[18/19] Compiling SwURL SwURLImage.swift
[19/19] Compiling SwURL SwURLDebug.swift
[20/20] Compiling SwURL SwURL.swift
Build complete! (17.77s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Sources/SwURL/Documentation.docc
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "SwURL",
"name" : "SwURL",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "SwURL",
"targets" : [
"SwURL"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwURLTests",
"module_type" : "SwiftTarget",
"name" : "SwURLTests",
"path" : "Tests/SwURLTests",
"sources" : [
"SwURLTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SwURL"
],
"type" : "test"
},
{
"c99name" : "SwURL",
"module_type" : "SwiftTarget",
"name" : "SwURL",
"path" : "Sources/SwURL",
"product_memberships" : [
"SwURL"
],
"sources" : [
"Internal/Caching/InMemoryImageCache.swift",
"Internal/Caching/NeverImageCache.swift",
"Internal/Caching/PersistentImageCache.swift",
"Internal/RemoteImage/Model/CGImage+Data.swift",
"Internal/RemoteImage/Model/Cache/FileManager+Paths.swift",
"Internal/RemoteImage/Model/Downloader.swift",
"Internal/RemoteImage/Model/ImageLoader.swift",
"Internal/RemoteImage/Model/RemoteImage.swift",
"Internal/RemoteImage/View/ImageProcessing.swift",
"Public/Caching/ImageCacheProvider.swift",
"Public/Caching/ImageCacheStrategy.swift",
"Public/Logging/SwURLDebug.swift",
"Public/View/ImageTransitionType.swift",
"Public/View/SwURLImage.swift",
"SwURL.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.