Build Information
Successful build of ColorWell, reference 0.2.2 (502b72), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 16:49:43 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/jordanbaird/ColorWell.git
Reference: 0.2.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jordanbaird/ColorWell
* tag 0.2.2 -> FETCH_HEAD
HEAD is now at 502b721 Release 0.2.2
Cloned https://github.com/jordanbaird/ColorWell.git
Revision (git rev-parse @):
502b72150624bc80e2dc558965aa8c9bf30917d9
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/jordanbaird/ColorWell.git at 0.2.2
========================================
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": "colorwell",
"name": "ColorWell",
"url": "https://github.com/jordanbaird/ColorWell.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ColorWell",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/jordanbaird/ColorWell.git
[1/2365] Fetching colorwell
Fetched https://github.com/jordanbaird/ColorWell.git from cache (1.32s)
Creating working copy for https://github.com/jordanbaird/ColorWell.git
Working copy of https://github.com/jordanbaird/ColorWell.git resolved at 0.2.2 (502b721)
warning: '.resolve-product-dependencies': dependency 'colorwell' 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/jordanbaird/ColorWell.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/30] Emitting module ColorWell
[4/33] Compiling ColorWell ColorWellPopover.swift
[5/33] Compiling ColorWell ColorWellPopoverContainerView.swift
[6/33] Compiling ColorWell ColorWellPopoverContext.swift
[7/33] Compiling ColorWell ColorWellPopoverLayoutView.swift
[8/33] Compiling ColorWell ColorWellPopoverSwatchView.swift
[9/33] Compiling ColorWell ColorWellPopoverViewController.swift
[10/33] Compiling ColorWell ColorWellSwatchSegment.swift
[11/33] Compiling ColorWell ColorWellToggleSegment.swift
[12/33] Compiling ColorWell Style.swift
[13/33] Compiling ColorWell ActionButton.swift
[14/33] Compiling ColorWell Cache.swift
[15/33] Compiling ColorWell ColorComponents.swift
[16/33] Compiling ColorWell ColorWellBaseView.swift
[17/33] Compiling ColorWell ColorWellLayoutView.swift
[18/33] Compiling ColorWell ColorSwatch.swift
[19/33] Compiling ColorWell ColorWellBorderedSwatchSegment.swift
[20/33] Compiling ColorWell ColorWellPullDownSwatchSegment.swift
[21/33] Compiling ColorWell ColorWellSegment.swift
[22/33] Compiling ColorWell ColorWellView.swift
[23/33] Compiling ColorWell EnvironmentValues.swift
[24/33] Compiling ColorWell ViewModifiers.swift
[25/33] Compiling ColorWell ColorWellConfiguration.swift
[26/33] Compiling ColorWell ColorWellRepresentable.swift
[27/33] Compiling ColorWell ColorWellStyle.swift
[28/33] Compiling ColorWell ConstructablePath.swift
[29/33] Compiling ColorWell Deprecated.swift
[30/33] Compiling ColorWell DrawingStyle.swift
[31/33] Compiling ColorWell Extensions.swift
[32/33] Compiling ColorWell Storage.swift
[33/33] Compiling ColorWell ColorWell.swift
Build complete! (9.75s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ColorWell",
"name" : "ColorWell",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
}
],
"products" : [
{
"name" : "ColorWell",
"targets" : [
"ColorWell"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ColorWellTests",
"module_type" : "SwiftTarget",
"name" : "ColorWellTests",
"path" : "Tests/ColorWellTests",
"sources" : [
"ColorWellTests.swift"
],
"target_dependencies" : [
"ColorWell"
],
"type" : "test"
},
{
"c99name" : "ColorWell",
"module_type" : "SwiftTarget",
"name" : "ColorWell",
"path" : "Sources/ColorWell",
"product_memberships" : [
"ColorWell"
],
"sources" : [
"Utilities/ActionButton.swift",
"Utilities/Cache.swift",
"Utilities/ColorComponents.swift",
"Utilities/ConstructablePath.swift",
"Utilities/Deprecated.swift",
"Utilities/DrawingStyle.swift",
"Utilities/Extensions.swift",
"Utilities/Storage.swift",
"Views/Cocoa/ColorWell.swift",
"Views/Cocoa/ColorWellBaseView.swift",
"Views/Cocoa/ColorWellLayoutView.swift",
"Views/Cocoa/Popover/ColorSwatch.swift",
"Views/Cocoa/Popover/ColorWellPopover.swift",
"Views/Cocoa/Popover/ColorWellPopoverContainerView.swift",
"Views/Cocoa/Popover/ColorWellPopoverContext.swift",
"Views/Cocoa/Popover/ColorWellPopoverLayoutView.swift",
"Views/Cocoa/Popover/ColorWellPopoverSwatchView.swift",
"Views/Cocoa/Popover/ColorWellPopoverViewController.swift",
"Views/Cocoa/Segments/ColorWellBorderedSwatchSegment.swift",
"Views/Cocoa/Segments/ColorWellPullDownSwatchSegment.swift",
"Views/Cocoa/Segments/ColorWellSegment.swift",
"Views/Cocoa/Segments/ColorWellSwatchSegment.swift",
"Views/Cocoa/Segments/ColorWellToggleSegment.swift",
"Views/Cocoa/Style.swift",
"Views/SwiftUI/ColorWellConfiguration.swift",
"Views/SwiftUI/ColorWellRepresentable.swift",
"Views/SwiftUI/ColorWellStyle.swift",
"Views/SwiftUI/ColorWellView.swift",
"Views/SwiftUI/EnvironmentValues.swift",
"Views/SwiftUI/ViewModifiers.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/jordanbaird/colorwell/0.2.2
Repository: jordanbaird/ColorWell
Swift version used: 6.3
Target: ColorWell
Extracting symbol information for 'ColorWell'...
Finished extracting symbol information for 'ColorWell'. (45.15s)
Building documentation for 'ColorWell'...
Finished building documentation for 'ColorWell' (1.11s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/jordanbaird/colorwell/0.2.2
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2271] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.11s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (1.78s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.18s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.92s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-tool-entitlement.plist
[2/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit Identifier.swift
[8/57] Compiling SymbolKit KindIdentifier.swift
[9/57] Compiling SymbolKit Location.swift
[10/57] Compiling SymbolKit Mutability.swift
[11/57] Compiling SymbolKit Mixin+Equals.swift
[12/57] Compiling SymbolKit Mixin+Hash.swift
[13/57] Compiling SymbolKit Mixin.swift
[14/57] Compiling SymbolKit LineList.swift
[15/57] Compiling SymbolKit Position.swift
[16/57] Compiling SymbolKit Names.swift
[17/57] Compiling SymbolKit SPI.swift
[18/57] Compiling SymbolKit Snippet.swift
[19/57] Compiling SymbolKit Extension.swift
[20/57] Compiling SymbolKit GenericConstraint.swift
[21/57] Compiling SymbolKit GenericParameter.swift
[22/57] Compiling SymbolKit Generics.swift
[23/57] Compiling SymbolKit Namespace.swift
[24/57] Compiling SymbolKit DeclarationFragments.swift
[25/57] Compiling SymbolKit Fragment.swift
[26/57] Compiling SymbolKit FragmentKind.swift
[27/57] Compiling SymbolKit FunctionParameter.swift
[28/57] Compiling SymbolKit FunctionSignature.swift
[29/57] Compiling SymbolKit Relationship.swift
[30/57] Compiling SymbolKit RelationshipKind.swift
[31/57] Compiling SymbolKit SourceOrigin.swift
[32/57] Compiling SymbolKit GenericConstraints.swift
[33/57] Compiling SymbolKit Swift.swift
[34/57] Compiling SymbolKit SourceRange.swift
[35/57] Compiling SymbolKit Metadata.swift
[36/57] Compiling SymbolKit Module.swift
[37/57] Compiling SymbolKit OperatingSystem.swift
[38/57] Compiling SymbolKit Platform.swift
[39/57] Compiling SymbolKit SemanticVersion.swift
[40/57] Compiling SymbolKit AccessControl.swift
[41/57] Compiling SymbolKit Availability.swift
[42/57] Compiling SymbolKit AvailabilityItem.swift
[43/57] Compiling SymbolKit Domain.swift
[44/57] Compiling SymbolKit Symbol.swift
[45/57] Compiling SymbolKit SymbolKind.swift
[46/57] Compiling SymbolKit SymbolGraph.swift
[47/57] Compiling SymbolKit GraphCollector.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets Snippet.swift
[53/57] Emitting module Snippets
[54/57] Compiling Snippets SnippetParser.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.97s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'ColorWell' complete! (0.21s)
1949
15 /Users/admin/builder/spi-builder-workspace/.docs/jordanbaird/colorwell/0.2.2
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/jordanbaird/colorwell/0.2.2
File count: 1949
Doc size: 15.0MB
Preparing doc bundle ...
Uploading prod-jordanbaird-colorwell-0.2.2-061bc525.zip to s3://spi-docs-inbox/prod-jordanbaird-colorwell-0.2.2-061bc525.zip
Copying... [10%]
Copying... [21%]
Copying... [31%]
Copying... [40%]
Copying... [51%]
Copying... [61%]
Copying... [72%]
Copying... [80%]
Copying... [91%]
Copying... [100%]
Done.