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 ColorPickerRing, reference master (fb251f), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 16:06:52 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/hendriku/colorpicker.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hendriku/colorpicker
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at fb251fa Create stale.yml
Cloned https://github.com/hendriku/colorpicker.git
Revision (git rev-parse @):
fb251fa294637ee9ac5337bb678bf4b44f76abeb
SUCCESS checkout https://github.com/hendriku/colorpicker.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/hendriku/colorpicker.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/18] Compiling DynamicColor DynamicColorSpace.swift
[5/19] Compiling DynamicColor Utils.swift
[6/19] Compiling DynamicColor DynamicColor+Mixing.swift
[7/19] Compiling DynamicColor DynamicColor+RGBA.swift
[8/19] Compiling DynamicColor HSL.swift
[9/19] Compiling DynamicColor DynamicColor+XYZ.swift
[10/19] Compiling DynamicColor DynamicColor.swift
[11/19] Emitting module DynamicColor
[12/19] Compiling DynamicColor DynamicColor+HSL.swift
[13/19] Compiling DynamicColor DynamicColor+Lab.swift
[14/19] Compiling DynamicColor DynamicColor+Deriving.swift
[15/19] Compiling DynamicColor DynamicColor+HSB.swift
[16/19] Compiling DynamicColor Array.swift
[17/19] Compiling DynamicColor ContrastDisplayContext.swift
[18/19] Compiling DynamicColor SwiftUIColor.swift
[19/19] Compiling DynamicColor DynamicGradient.swift
[20/22] Compiling ColorPickerRing ColorExtension.swift
[21/22] Compiling ColorPickerRing ColorPickerRing.swift
[22/22] Emitting module ColorPickerRing
Build complete! (13.27s)
Fetching https://github.com/yannickl/DynamicColor.git
[1/2201] Fetching dynamiccolor
Fetched https://github.com/yannickl/DynamicColor.git from cache (0.93s)
Computing version for https://github.com/yannickl/DynamicColor.git
Computed https://github.com/yannickl/DynamicColor.git at 5.0.1 (1.42s)
Creating working copy for https://github.com/yannickl/DynamicColor.git
Working copy of https://github.com/yannickl/DynamicColor.git resolved at 5.0.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "dynamiccolor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/yannickl/DynamicColor.git"
    }
  ],
  "manifest_display_name" : "ColorPickerRing",
  "name" : "ColorPickerRing",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ColorPickerRing",
      "targets" : [
        "ColorPickerRing"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ColorPickerRing",
      "module_type" : "SwiftTarget",
      "name" : "ColorPickerRing",
      "path" : "Sources/ColorPickerRing",
      "product_dependencies" : [
        "DynamicColor"
      ],
      "product_memberships" : [
        "ColorPickerRing"
      ],
      "sources" : [
        "ColorExtension.swift",
        "ColorPickerRing.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.