Build Information
Successful build of ColorWell, reference main (5063ae
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 05:45:18 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jordanbaird/ColorWell.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jordanbaird/ColorWell
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 5063ae4 Add deprecation notice to README
Cloned https://github.com/jordanbaird/ColorWell.git
Revision (git rev-parse @):
5063ae4afcf6a2c417e7631eec032bca844fa936
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/jordanbaird/ColorWell.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/jordanbaird/ColorWell.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/30] Compiling ColorWell ColorWellSwatchSegment.swift
[4/30] Compiling ColorWell ColorWellToggleSegment.swift
[5/30] Compiling ColorWell Style.swift
[6/33] Emitting module ColorWell
[7/33] Compiling ColorWell ActionButton.swift
[8/33] Compiling ColorWell Cache.swift
[9/33] Compiling ColorWell ColorComponents.swift
[10/33] Compiling ColorWell ColorWellPopoverLayoutView.swift
[11/33] Compiling ColorWell ColorWellPopoverSwatchView.swift
[12/33] Compiling ColorWell ColorWellPopoverViewController.swift
[13/33] Compiling ColorWell ColorWellBaseView.swift
[14/33] Compiling ColorWell ColorWellLayoutView.swift
[15/33] Compiling ColorWell ColorSwatch.swift
[16/33] Compiling ColorWell ColorWellBorderedSwatchSegment.swift
[17/33] Compiling ColorWell ColorWellPullDownSwatchSegment.swift
[18/33] Compiling ColorWell ColorWellSegment.swift
[19/33] Compiling ColorWell ColorWellConfiguration.swift
[20/33] Compiling ColorWell ColorWellRepresentable.swift
[21/33] Compiling ColorWell ColorWellStyle.swift
[22/33] Compiling ColorWell ColorWellPopover.swift
[23/33] Compiling ColorWell ColorWellPopoverContainerView.swift
[24/33] Compiling ColorWell ColorWellPopoverContext.swift
[25/33] Compiling ColorWell ConstructablePath.swift
[26/33] Compiling ColorWell Deprecated.swift
[27/33] Compiling ColorWell DrawingStyle.swift
[28/33] Compiling ColorWell Extensions.swift
[29/33] Compiling ColorWell Storage.swift
[30/33] Compiling ColorWell ColorWell.swift
[31/33] Compiling ColorWell ColorWellView.swift
[32/33] Compiling ColorWell EnvironmentValues.swift
[33/33] Compiling ColorWell ViewModifiers.swift
Build complete! (7.76s)
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"
}
Done.