The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of ColorWellKit, reference 1.1.2 (42fd8c), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 20:44:45 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/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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/jordanbaird/ColorWellKit.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/23] Emitting module ColorWellKit
[4/25] Compiling ColorWellKit EnvironmentValues.swift
[5/25] Compiling ColorWellKit ViewModifiers.swift
[6/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
[7/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
[8/25] Compiling ColorWellKit ColorHelpers.swift
[9/25] Compiling ColorWellKit Extensions.swift
[10/25] Compiling ColorWellKit Geometry.swift
[11/25] Compiling ColorWellKit CWColorWellLayoutView.swift
[12/25] Compiling ColorWellKit CWColorWellPopover.swift
[13/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
[14/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
[15/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
[16/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
[17/25] Compiling ColorWellKit Backports.swift
[18/25] Compiling ColorWellKit ColorPanelMode.swift
[19/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
[20/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
[21/25] Compiling ColorWellKit LocalEventMonitor.swift
[22/25] Compiling ColorWellKit Logging.swift
[23/25] Compiling ColorWellKit ObjectAssociation.swift
[24/25] Compiling ColorWellKit ColorWellSecondaryActionDelegate.swift
[25/25] Compiling ColorWellKit ColorWellStyle.swift
Build complete! (8.50s)
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"
}
Done.