Build Information
Successful build of SwURL, reference 0.6.0 (a30311), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 20:16:44 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: 0.6.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/cmtrounce/SwURL
* tag 0.6.0 -> FETCH_HEAD
HEAD is now at a303115 Fixed docc reference to function.
Cloned https://github.com/cmtrounce/SwURL.git
Revision (git rev-parse @):
a3031159fde503989b3d83b514d24293d606b89d
SUCCESS checkout https://github.com/cmtrounce/SwURL.git at 0.6.0
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-docc-symbolkit
[1/2271] Fetching swift-docc-plugin
[229/5943] Fetching swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-symbolkit from cache (1.16s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.16s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (1.84s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.71s)
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 0.6.0 (a303115)
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 SwURLDebug.swift
[7/19] Compiling SwURL ImageCacheStrategy.swift
[8/19] Compiling SwURL ImageProcessing.swift
[9/19] Compiling SwURL ImageCacheProvider.swift
[10/19] Compiling SwURL PersistentImageCache.swift
[11/19] Compiling SwURL CGImage+Data.swift
[12/19] Compiling SwURL FileManager+Paths.swift
[13/19] Compiling SwURL Downloader.swift
[14/19] Compiling SwURL InMemoryImageCache.swift
[15/19] Compiling SwURL NeverImageCache.swift
[16/19] Emitting module SwURL
[17/19] Compiling SwURL ImageLoader.swift
[18/19] Compiling SwURL RemoteImage.swift
[19/19] Compiling SwURL SwURLImage.swift
[20/20] Compiling SwURL SwURL.swift
Build complete! (15.85s)
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.