Build Information
Successful build of ColorWellKit, reference 1.1.2 (42fd8c), with Swift 6.3 for macOS (SPM) on 22 Apr 2026 14:02:49 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/ColorWellKit.git
Reference: 1.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jordanbaird/ColorWellKit
* tag 1.1.2 -> FETCH_HEAD
HEAD is now at 42fd8c4 Release 1.1.2
Cloned https://github.com/jordanbaird/ColorWellKit.git
Revision (git rev-parse @):
42fd8c4a4b47398eb2e4ce9eda3a0927e897c4bd
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/jordanbaird/ColorWellKit.git at 1.1.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": "colorwellkit",
"name": "ColorWellKit",
"url": "https://github.com/jordanbaird/ColorWellKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ColorWellKit",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/jordanbaird/ColorWellKit.git
[1/600] Fetching colorwellkit
Fetched https://github.com/jordanbaird/ColorWellKit.git from cache (1.10s)
Creating working copy for https://github.com/jordanbaird/ColorWellKit.git
Working copy of https://github.com/jordanbaird/ColorWellKit.git resolved at 1.1.2 (42fd8c4)
warning: '.resolve-product-dependencies': dependency 'colorwellkit' 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/ColorWellKit.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/23] Compiling ColorWellKit LocalEventMonitor.swift
[4/23] Compiling ColorWellKit Logging.swift
[5/23] Compiling ColorWellKit ObjectAssociation.swift
[6/25] Emitting module ColorWellKit
[7/25] Compiling ColorWellKit Path.swift
/Users/admin/builder/spi-builder-workspace/Sources/ColorWellKit/Utilities/Path.swift:86:9: warning: switch must be exhaustive
84 | private static func cornerRadius(for controlSize: NSControl.ControlSize?) -> CGFloat {
85 | var radius: CGFloat = 5
86 | switch controlSize {
| |- warning: switch must be exhaustive
| `- note: add missing case: '.some(.extraLarge)'
87 | case .large:
88 | radius += 0.25
[8/25] Compiling ColorWellKit CWColorWell.swift
/Users/admin/builder/spi-builder-workspace/Sources/ColorWellKit/Utilities/Path.swift:86:9: warning: switch must be exhaustive
84 | private static func cornerRadius(for controlSize: NSControl.ControlSize?) -> CGFloat {
85 | var radius: CGFloat = 5
86 | switch controlSize {
| |- warning: switch must be exhaustive
| `- note: add missing case: '.some(.extraLarge)'
87 | case .large:
88 | radius += 0.25
[9/25] Compiling ColorWellKit CWColorWellSegment.swift
/Users/admin/builder/spi-builder-workspace/Sources/ColorWellKit/Views/Cocoa/CWColorWellSegment.swift:459:9: warning: switch must be exhaustive
457 | var inset: CGFloat = 3
458 | var radius: CGFloat = 2
459 | switch colorWell?.controlSize {
| |- warning: switch must be exhaustive
| `- note: add missing case: '.some(.extraLarge)'
460 | case .large:
461 | inset += 0.25
/Users/admin/builder/spi-builder-workspace/Sources/ColorWellKit/Views/Cocoa/CWColorWellSegment.swift:585:17: warning: switch must be exhaustive
583 | lazy var padding: CGFloat = 4.0
584 |
585 | switch colorWell?.controlSize {
| |- warning: switch must be exhaustive
| `- note: add missing case: '.some(.extraLarge)'
586 | case .large, .regular, .none:
587 | break // no change
/Users/admin/builder/spi-builder-workspace/Sources/ColorWellKit/Views/Cocoa/CWColorWellSegment.swift:795:13: warning: switch must be exhaustive
793 | let (pad, width, height) = (5.5, bounds.width, bounds.height)
794 | var dimension = min(max(height - pad * 2, width - pad), width - 1)
795 | switch colorWell.controlSize {
| |- warning: switch must be exhaustive
| `- note: add missing case: '.extraLarge'
796 | case .large, .regular:
797 | break // no change
[10/25] Compiling ColorWellKit Style.swift
/Users/admin/builder/spi-builder-workspace/Sources/ColorWellKit/Views/Cocoa/CWColorWellSegment.swift:459:9: warning: switch must be exhaustive
457 | var inset: CGFloat = 3
458 | var radius: CGFloat = 2
459 | switch colorWell?.controlSize {
| |- warning: switch must be exhaustive
| `- note: add missing case: '.some(.extraLarge)'
460 | case .large:
461 | inset += 0.25
/Users/admin/builder/spi-builder-workspace/Sources/ColorWellKit/Views/Cocoa/CWColorWellSegment.swift:585:17: warning: switch must be exhaustive
583 | lazy var padding: CGFloat = 4.0
584 |
585 | switch colorWell?.controlSize {
| |- warning: switch must be exhaustive
| `- note: add missing case: '.some(.extraLarge)'
586 | case .large, .regular, .none:
587 | break // no change
/Users/admin/builder/spi-builder-workspace/Sources/ColorWellKit/Views/Cocoa/CWColorWellSegment.swift:795:13: warning: switch must be exhaustive
793 | let (pad, width, height) = (5.5, bounds.width, bounds.height)
794 | var dimension = min(max(height - pad * 2, width - pad), width - 1)
795 | switch colorWell.controlSize {
| |- warning: switch must be exhaustive
| `- note: add missing case: '.extraLarge'
796 | case .large, .regular:
797 | break // no change
[11/25] Compiling ColorWellKit ColorWell.swift
/Users/admin/builder/spi-builder-workspace/Sources/ColorWellKit/Views/SwiftUI/ColorWellRepresentable.swift:57:17: warning: switch must be exhaustive
55 | switch backingStorage.style {
56 | case .default:
57 | switch controlSize {
| |- warning: switch must be exhaustive
| `- note: add missing case: '.extraLarge'
58 | case .large:
59 | size.width += 17
/Users/admin/builder/spi-builder-workspace/Sources/ColorWellKit/Views/SwiftUI/ColorWellRepresentable.swift:73:17: warning: switch must be exhaustive
71 | }
72 | case .minimal:
73 | switch controlSize {
| |- warning: switch must be exhaustive
| `- note: add missing case: '.extraLarge'
74 | case .large:
75 | size.width += 17
/Users/admin/builder/spi-builder-workspace/Sources/ColorWellKit/Views/SwiftUI/ColorWellRepresentable.swift:90:17: warning: switch must be exhaustive
88 | case .expanded:
89 | size.width += CWToggleSegment.widthConstant
90 | switch controlSize {
| |- warning: switch must be exhaustive
| `- note: add missing case: '.extraLarge'
91 | case .large:
92 | size.width += 6
[12/25] Compiling ColorWellKit ColorWellRepresentable.swift
/Users/admin/builder/spi-builder-workspace/Sources/ColorWellKit/Views/SwiftUI/ColorWellRepresentable.swift:57:17: warning: switch must be exhaustive
55 | switch backingStorage.style {
56 | case .default:
57 | switch controlSize {
| |- warning: switch must be exhaustive
| `- note: add missing case: '.extraLarge'
58 | case .large:
59 | size.width += 17
/Users/admin/builder/spi-builder-workspace/Sources/ColorWellKit/Views/SwiftUI/ColorWellRepresentable.swift:73:17: warning: switch must be exhaustive
71 | }
72 | case .minimal:
73 | switch controlSize {
| |- warning: switch must be exhaustive
| `- note: add missing case: '.extraLarge'
74 | case .large:
75 | size.width += 17
/Users/admin/builder/spi-builder-workspace/Sources/ColorWellKit/Views/SwiftUI/ColorWellRepresentable.swift:90:17: warning: switch must be exhaustive
88 | case .expanded:
89 | size.width += CWToggleSegment.widthConstant
90 | switch controlSize {
| |- warning: switch must be exhaustive
| `- note: add missing case: '.extraLarge'
91 | case .large:
92 | size.width += 6
[13/25] Compiling ColorWellKit Backports.swift
[14/25] Compiling ColorWellKit ColorPanelMode.swift
[15/25] Compiling ColorWellKit CWColorWellBaseControl.swift
/Users/admin/builder/spi-builder-workspace/Sources/ColorWellKit/Views/Cocoa/CWColorWellBaseControl.swift:148:13: warning: switch must be exhaustive
146 | switch backingStorage.style {
147 | case .default, .minimal:
148 | switch controlSize {
| |- warning: switch must be exhaustive
| `- note: add missing case: '.extraLarge'
149 | case .large:
150 | size.height += 8
/Users/admin/builder/spi-builder-workspace/Sources/ColorWellKit/Views/Cocoa/CWColorWellBaseControl.swift:162:13: warning: switch must be exhaustive
160 | case .expanded:
161 | size.width += CWToggleSegment.widthConstant
162 | switch controlSize {
| |- warning: switch must be exhaustive
| `- note: add missing case: '.extraLarge'
163 | case .large:
164 | size.width += 8
[16/25] Compiling ColorWellKit CWColorWellDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/ColorWellKit/Views/Cocoa/CWColorWellBaseControl.swift:148:13: warning: switch must be exhaustive
146 | switch backingStorage.style {
147 | case .default, .minimal:
148 | switch controlSize {
| |- warning: switch must be exhaustive
| `- note: add missing case: '.extraLarge'
149 | case .large:
150 | size.height += 8
/Users/admin/builder/spi-builder-workspace/Sources/ColorWellKit/Views/Cocoa/CWColorWellBaseControl.swift:162:13: warning: switch must be exhaustive
160 | case .expanded:
161 | size.width += CWToggleSegment.widthConstant
162 | switch controlSize {
| |- warning: switch must be exhaustive
| `- note: add missing case: '.extraLarge'
163 | case .large:
164 | size.width += 8
[17/25] Compiling ColorWellKit ColorHelpers.swift
[18/25] Compiling ColorWellKit Extensions.swift
[19/25] Compiling ColorWellKit Geometry.swift
[20/25] Compiling ColorWellKit ColorWellSecondaryActionDelegate.swift
[21/25] Compiling ColorWellKit ColorWellStyle.swift
[22/25] Compiling ColorWellKit CWColorWellLayoutView.swift
[23/25] Compiling ColorWellKit CWColorWellPopover.swift
[24/25] Compiling ColorWellKit EnvironmentValues.swift
[25/25] Compiling ColorWellKit ViewModifiers.swift
Build complete! (9.81s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ColorWellKit",
"name" : "ColorWellKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
}
],
"products" : [
{
"name" : "ColorWellKit",
"targets" : [
"ColorWellKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ColorWellKitTests",
"module_type" : "SwiftTarget",
"name" : "ColorWellKitTests",
"path" : "Tests/ColorWellKitTests",
"sources" : [
"ColorWellKitTests.swift"
],
"target_dependencies" : [
"ColorWellKit"
],
"type" : "test"
},
{
"c99name" : "ColorWellKit",
"module_type" : "SwiftTarget",
"name" : "ColorWellKit",
"path" : "Sources/ColorWellKit",
"product_memberships" : [
"ColorWellKit"
],
"sources" : [
"Utilities/ColorHelpers.swift",
"Utilities/Extensions.swift",
"Utilities/Geometry.swift",
"Utilities/LocalEventMonitor.swift",
"Utilities/Logging.swift",
"Utilities/ObjectAssociation.swift",
"Utilities/Path.swift",
"Views/Cocoa/CWColorWell.swift",
"Views/Cocoa/CWColorWellBaseControl.swift",
"Views/Cocoa/CWColorWellDelegate.swift",
"Views/Cocoa/CWColorWellLayoutView.swift",
"Views/Cocoa/CWColorWellPopover.swift",
"Views/Cocoa/CWColorWellSegment.swift",
"Views/Cocoa/Style.swift",
"Views/SwiftUI/Backports.swift",
"Views/SwiftUI/ColorPanelMode.swift",
"Views/SwiftUI/ColorWell.swift",
"Views/SwiftUI/ColorWellRepresentable.swift",
"Views/SwiftUI/ColorWellSecondaryActionDelegate.swift",
"Views/SwiftUI/ColorWellStyle.swift",
"Views/SwiftUI/EnvironmentValues.swift",
"Views/SwiftUI/ViewModifiers.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/jordanbaird/colorwellkit/1.1.2
Repository: jordanbaird/ColorWellKit
Swift version used: 6.3
Target: ColorWellKit
Extracting symbol information for 'ColorWellKit'...
Finished extracting symbol information for 'ColorWellKit'. (45.09s)
Building documentation for 'ColorWellKit'...
Finished building documentation for 'ColorWellKit' (1.10s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/jordanbaird/colorwellkit/1.1.2
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.22s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (3.78s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3674] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.06s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.94s)
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
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Compiling SymbolKit DeclarationFragments.swift
[7/53] Compiling SymbolKit Fragment.swift
[8/53] Compiling SymbolKit FragmentKind.swift
[9/53] Compiling SymbolKit FunctionParameter.swift
[10/53] Compiling SymbolKit FunctionSignature.swift
[11/57] Emitting module SymbolKit
[12/57] Compiling SymbolKit Identifier.swift
[13/57] Compiling SymbolKit KindIdentifier.swift
[14/57] Compiling SymbolKit Location.swift
[15/57] Compiling SymbolKit Mutability.swift
[16/57] Compiling SymbolKit GenericConstraint.swift
[17/57] Compiling SymbolKit GenericParameter.swift
[18/57] Compiling SymbolKit Generics.swift
[19/57] Compiling SymbolKit Namespace.swift
[20/57] Compiling SymbolKit SourceRange.swift
[21/57] Compiling SymbolKit Metadata.swift
[22/57] Compiling SymbolKit Module.swift
[23/57] Compiling SymbolKit OperatingSystem.swift
[24/57] Compiling SymbolKit Platform.swift
[25/57] Compiling SymbolKit SemanticVersion.swift
[26/57] Compiling SymbolKit AccessControl.swift
[27/57] Compiling SymbolKit Availability.swift
[28/57] Compiling SymbolKit AvailabilityItem.swift
[29/57] Compiling SymbolKit Domain.swift
[30/57] Compiling SymbolKit Mixin+Equals.swift
[31/57] Compiling SymbolKit Mixin+Hash.swift
[32/57] Compiling SymbolKit Mixin.swift
[33/57] Compiling SymbolKit LineList.swift
[34/57] Compiling SymbolKit Position.swift
[35/57] Compiling SymbolKit Names.swift
[36/57] Compiling SymbolKit SPI.swift
[37/57] Compiling SymbolKit Snippet.swift
[38/57] Compiling SymbolKit Extension.swift
[39/57] Compiling SymbolKit Relationship.swift
[40/57] Compiling SymbolKit RelationshipKind.swift
[41/57] Compiling SymbolKit SourceOrigin.swift
[42/57] Compiling SymbolKit GenericConstraints.swift
[43/57] Compiling SymbolKit Swift.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 SnippetParser.swift
[53/57] Emitting module Snippets
[54/57] Compiling Snippets Snippet.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.32s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'ColorWellKit' complete! (0.20s)
1927
15 /Users/admin/builder/spi-builder-workspace/.docs/jordanbaird/colorwellkit/1.1.2
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/jordanbaird/colorwellkit/1.1.2
File count: 1927
Doc size: 15.0MB
Preparing doc bundle ...
Uploading prod-jordanbaird-colorwellkit-1.1.2-b26b8c28.zip to s3://spi-docs-inbox/prod-jordanbaird-colorwellkit-1.1.2-b26b8c28.zip
Copying... [11%]
Copying... [21%]
Copying... [30%]
Copying... [41%]
Copying... [51%]
Copying... [60%]
Copying... [71%]
Copying... [81%]
Copying... [90%]
Copying... [100%]
Done.