Build Information
Successful build of AsyncDownSamplingImage, reference main (f1d659), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 17:24:52 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/fummicc1/AsyncDownSamplingImage.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fummicc1/AsyncDownSamplingImage
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at f1d659c Merge pull request #16 from fummicc1/feature/improve-loading-view-size
Cloned https://github.com/fummicc1/AsyncDownSamplingImage.git
Revision (git rev-parse @):
f1d659cbc58d0ae6bc541ab4ea3187ad00e54253
SUCCESS checkout https://github.com/fummicc1/AsyncDownSamplingImage.git at main
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-docc-symbolkit
[1/2277] Fetching swift-docc-plugin
[229/5949] Fetching swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-plugin from cache (1.23s)
Fetched https://github.com/apple/swift-docc-symbolkit from cache (1.23s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (1.94s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.70s)
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
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
========================================
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": "asyncdownsamplingimage",
"name": "AsyncDownSamplingImage",
"url": "https://github.com/fummicc1/AsyncDownSamplingImage.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AsyncDownSamplingImage",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/fummicc1/AsyncDownSamplingImage.git
[1/4311] Fetching asyncdownsamplingimage
Fetched https://github.com/fummicc1/AsyncDownSamplingImage.git from cache (1.30s)
Creating working copy for https://github.com/fummicc1/AsyncDownSamplingImage.git
Working copy of https://github.com/fummicc1/AsyncDownSamplingImage.git resolved at main (f1d659c)
warning: '.resolve-product-dependencies': dependency 'asyncdownsamplingimage' 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/fummicc1/AsyncDownSamplingImage.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/10] Compiling AsyncDownSamplingImage TypeCompatibility.swift
[6/10] Compiling AsyncDownSamplingImage Incremental.swift
[7/10] Compiling AsyncDownSamplingImage IncrementalImage.swift
[8/10] Compiling AsyncDownSamplingImage Downsampling.swift
[9/10] Emitting module AsyncDownSamplingImage
[10/10] Compiling AsyncDownSamplingImage AsyncDownSamplingImage.swift
Build complete! (15.55s)
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" : "AsyncDownSamplingImage",
"name" : "AsyncDownSamplingImage",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "AsyncDownSamplingImage",
"targets" : [
"AsyncDownSamplingImage"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AsyncDownSamplingImageTests",
"module_type" : "SwiftTarget",
"name" : "AsyncDownSamplingImageTests",
"path" : "Tests/AsyncDownSamplingImageTests",
"sources" : [
"AsyncDownSamplingImageTests.swift"
],
"target_dependencies" : [
"AsyncDownSamplingImage"
],
"type" : "test"
},
{
"c99name" : "AsyncDownSamplingImage",
"module_type" : "SwiftTarget",
"name" : "AsyncDownSamplingImage",
"path" : "Sources/AsyncDownSamplingImage",
"product_memberships" : [
"AsyncDownSamplingImage"
],
"sources" : [
"AsyncDownSamplingImage.swift",
"Downsampling.swift",
"Incremental.swift",
"IncrementalImage.swift",
"TypeCompatibility.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.