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 ColorWell, reference 0.2.2 (502b72), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 05:43:57 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: 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
========================================
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] Emitting module ColorWell
[4/30] Compiling ColorWell ActionButton.swift
[5/30] Compiling ColorWell Cache.swift
[6/30] Compiling ColorWell ColorComponents.swift
[7/33] Compiling ColorWell ColorWellPopoverLayoutView.swift
[8/33] Compiling ColorWell ColorWellPopoverSwatchView.swift
[9/33] Compiling ColorWell ColorWellPopoverViewController.swift
[10/33] Compiling ColorWell ColorWellBorderedSwatchSegment.swift
[11/33] Compiling ColorWell ColorWellPullDownSwatchSegment.swift
[12/33] Compiling ColorWell ColorWellSegment.swift
[13/33] Compiling ColorWell ColorWellBaseView.swift
[14/33] Compiling ColorWell ColorWellLayoutView.swift
[15/33] Compiling ColorWell ColorSwatch.swift
[16/33] Compiling ColorWell ColorWellView.swift
[17/33] Compiling ColorWell EnvironmentValues.swift
[18/33] Compiling ColorWell ViewModifiers.swift
[19/33] Compiling ColorWell ConstructablePath.swift
[20/33] Compiling ColorWell Deprecated.swift
[21/33] Compiling ColorWell DrawingStyle.swift
[22/33] Compiling ColorWell ColorWellSwatchSegment.swift
[23/33] Compiling ColorWell ColorWellToggleSegment.swift
[24/33] Compiling ColorWell Style.swift
[25/33] Compiling ColorWell ColorWellConfiguration.swift
[26/33] Compiling ColorWell ColorWellRepresentable.swift
[27/33] Compiling ColorWell ColorWellStyle.swift
[28/33] Compiling ColorWell ColorWellPopover.swift
[29/33] Compiling ColorWell ColorWellPopoverContainerView.swift
[30/33] Compiling ColorWell ColorWellPopoverContext.swift
[31/33] Compiling ColorWell Extensions.swift
[32/33] Compiling ColorWell Storage.swift
[33/33] Compiling ColorWell ColorWell.swift
Build complete! (8.30s)
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.