Build Information
Successful build of DevColorExtraction, reference main (d5bd6e), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 22:34:40 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/DevKitOrganization/DevColorExtraction.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/DevKitOrganization/DevColorExtraction
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d5bd6e5 Update scripts, docs, and workflows to latest and greatest (#37)
Cloned https://github.com/DevKitOrganization/DevColorExtraction.git
Revision (git rev-parse @):
d5bd6e5da596863c3977d55a40b01e08446b9706
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/DevKitOrganization/DevColorExtraction.git at main
Fetching https://github.com/apple/swift-numerics
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (1.13s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.3 (4.47s)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.3
========================================
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": "devcolorextraction",
"name": "DevColorExtraction",
"url": "https://github.com/DevKitOrganization/DevColorExtraction.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DevColorExtraction",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/DevKitOrganization/DevColorExtraction.git
[1/130] Fetching devcolorextraction
Fetched https://github.com/DevKitOrganization/DevColorExtraction.git from cache (0.75s)
Creating working copy for https://github.com/DevKitOrganization/DevColorExtraction.git
Working copy of https://github.com/DevKitOrganization/DevColorExtraction.git resolved at main (d5bd6e5)
warning: '.resolve-product-dependencies': dependency 'devcolorextraction' 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/DevKitOrganization/DevColorExtraction.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/5] Compiling DevColorExtraction EdgeSet.swift
[4/5] Emitting module DevColorExtraction
[5/5] Compiling DevColorExtraction MostCommonColors.swift
Build complete! (5.34s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-numerics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-numerics"
}
],
"manifest_display_name" : "DevColorExtraction",
"name" : "DevColorExtraction",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "18.0"
}
],
"products" : [
{
"name" : "DevColorExtraction",
"targets" : [
"DevColorExtraction"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DevColorExtractionTests",
"module_type" : "SwiftTarget",
"name" : "DevColorExtractionTests",
"path" : "Tests/DevColorExtractionTests",
"product_dependencies" : [
"RealModule"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/DevColorExtractionTests/Resources/Checkerboard.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/DevColorExtractionTests/Resources/Dominant-White-90-Black-10.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/DevColorExtractionTests/Resources/Edge-Colors.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/DevColorExtractionTests/Resources/Equal-4-Colors.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/DevColorExtractionTests/Resources/Frame-Purple-Orange.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/DevColorExtractionTests/Resources/Gradient-Red-Blue.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/DevColorExtractionTests/Resources/Noisy-Red-Blue.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/DevColorExtractionTests/Resources/Red-Shades.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/DevColorExtractionTests/Resources/Single-Red-Pixel.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/DevColorExtractionTests/Resources/Transparency-Test.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/DevColorExtractionTests/Resources/Uniform-Blue-100x100.png",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"EdgeSetTests.swift",
"MostCommonColorsTests.swift"
],
"target_dependencies" : [
"DevColorExtraction"
],
"type" : "test"
},
{
"c99name" : "DevColorExtraction",
"module_type" : "SwiftTarget",
"name" : "DevColorExtraction",
"path" : "Sources/DevColorExtraction",
"product_memberships" : [
"DevColorExtraction"
],
"sources" : [
"EdgeSet.swift",
"MostCommonColors.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Done.