The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ColorPickerRing, reference master (fb251f), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 17:43:44 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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
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.0 (1.61s)
Creating working copy for https://github.com/yannickl/DynamicColor.git
Working copy of https://github.com/yannickl/DynamicColor.git resolved at 5.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "colorpicker",
      "name": "ColorPickerRing",
      "url": "https://github.com/hendriku/colorpicker.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/colorpicker",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "dynamiccolor",
          "name": "DynamicColor",
          "url": "https://github.com/yannickl/DynamicColor.git",
          "version": "5.0.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DynamicColor",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/hendriku/colorpicker.git
[1/93] Fetching colorpicker
Fetched https://github.com/hendriku/colorpicker.git from cache (0.61s)
Fetching https://github.com/yannickl/DynamicColor.git from cache
Fetched https://github.com/yannickl/DynamicColor.git from cache (0.41s)
Computing version for https://github.com/yannickl/DynamicColor.git
Computed https://github.com/yannickl/DynamicColor.git at 5.0.1 (1.10s)
Creating working copy for https://github.com/yannickl/DynamicColor.git
Working copy of https://github.com/yannickl/DynamicColor.git resolved at 5.0.1
Creating working copy for https://github.com/hendriku/colorpicker.git
Working copy of https://github.com/hendriku/colorpicker.git resolved at master (fb251fa)
warning: '.resolve-product-dependencies': dependency 'colorpicker' is not used by any target
Found 1 product dependencies
  - DynamicColor
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/hendriku/colorpicker.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/18] Compiling DynamicColor DynamicColor+XYZ.swift
[5/18] Compiling DynamicColor DynamicColor.swift
[6/18] Compiling DynamicColor DynamicColorSpace.swift
[7/18] Compiling DynamicColor SwiftUIColor.swift
[8/18] Compiling DynamicColor DynamicColor+HSL.swift
[9/18] Compiling DynamicColor DynamicColor+Lab.swift
[10/18] Compiling DynamicColor DynamicColor+Mixing.swift
[11/18] Compiling DynamicColor DynamicColor+RGBA.swift
[12/18] Emitting module DynamicColor
[13/18] Compiling DynamicColor DynamicColor+Deriving.swift
[14/18] Compiling DynamicColor DynamicColor+HSB.swift
[15/18] Compiling DynamicColor Array.swift
[16/18] Compiling DynamicColor ContrastDisplayContext.swift
[17/18] Compiling DynamicColor HSL.swift
[18/18] Compiling DynamicColor DynamicGradient.swift
[19/19] Compiling DynamicColor Utils.swift
[20/22] Emitting module ColorPickerRing
[21/22] Compiling ColorPickerRing ColorPickerRing.swift
[22/22] Compiling ColorPickerRing ColorExtension.swift
Build complete! (14.11s)
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.