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 main (3fa347), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 20:44:26 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jordanbaird/ColorWellKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3fa347b Rework exclusivity lock
Cloned https://github.com/jordanbaird/ColorWellKit.git
Revision (git rev-parse @):
3fa347b87fe935a4e1a3fc728f87d3d25c6f8d52
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/jordanbaird/ColorWellKit.git at main
========================================
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/24] Emitting module ColorWellKit
[4/26] Compiling ColorWellKit EnvironmentValues.swift
[5/26] Compiling ColorWellKit ViewModifiers.swift
[6/26] Compiling ColorWellKit Backports.swift
[7/26] Compiling ColorWellKit ColorPanelMode.swift
[8/26] Compiling ColorWellKit ColorWellSecondaryActionDelegate.swift
[9/26] Compiling ColorWellKit ColorWellStyle.swift
[10/26] Compiling ColorWellKit CWColorWellPopover.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/26] 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
[12/26] Compiling ColorWellKit ObjectAssociation.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
[13/26] 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
[14/26] Compiling ColorWellKit CWColorWell.Style.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
[15/26] Compiling ColorWellKit CWColorWellDelegate.swift
[16/26] Compiling ColorWellKit CWColorWellLayoutView.swift
[17/26] Compiling ColorWellKit ColorHelpers.swift
[18/26] Compiling ColorWellKit Extensions.swift
[19/26] Compiling ColorWellKit Geometry.swift
[20/26] Compiling ColorWellKit LocalEventMonitor.swift
[21/26] Compiling ColorWellKit LockedState.swift
[22/26] Compiling ColorWellKit Logging.swift
[23/26] 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
[24/26] 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
[25/26] Compiling ColorWellKit CWColorWell.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
[26/26] 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
Build complete! (8.36s)
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/LockedState.swift",
        "Utilities/Logging.swift",
        "Utilities/ObjectAssociation.swift",
        "Utilities/Path.swift",
        "Views/Cocoa/CWColorWell.Style.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/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.