The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DynamicColor, reference master (cf7c6e), with Swift 6.3 for macOS (SPM) on 22 Apr 2026 10:49:27 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/yannickl/DynamicColor.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yannickl/DynamicColor
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at cf7c6ee Update project structure
Cloned https://github.com/yannickl/DynamicColor.git
Revision (git rev-parse @):
cf7c6eed080ea4b678592ae5af987c207ca8a232
SUCCESS checkout https://github.com/yannickl/DynamicColor.git at master
========================================
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": "dynamiccolor",
      "name": "DynamicColor",
      "url": "https://github.com/yannickl/DynamicColor.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DynamicColor",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/yannickl/DynamicColor.git
[1/2201] Fetching dynamiccolor
Fetched https://github.com/yannickl/DynamicColor.git from cache (0.94s)
Creating working copy for https://github.com/yannickl/DynamicColor.git
Working copy of https://github.com/yannickl/DynamicColor.git resolved at master (cf7c6ee)
warning: '.resolve-product-dependencies': dependency 'dynamiccolor' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/yannickl/DynamicColor.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/20] Compiling DynamicColor DynamicColor+Mixing.swift
[4/20] Compiling DynamicColor DynamicColor+RGBA.swift
[5/20] Compiling DynamicColor Array.swift
[6/20] Compiling DynamicColor ContrastDisplayContext.swift
[7/20] Emitting module DynamicColor
[8/20] Compiling DynamicColor DynamicColor+Deriving.swift
[9/20] Compiling DynamicColor DynamicColor+HSB.swift
[10/20] Compiling DynamicColor DynamicColor+Color.swift
[11/20] Compiling DynamicColor DynamicColor+XYZ.swift
[12/20] Compiling DynamicColor DynamicColor.swift
[13/20] Compiling DynamicColor GrayscalingMode.swift
[14/20] Compiling DynamicColor HSL.swift
[15/20] Compiling DynamicColor DynamicGradient.swift
[16/20] Compiling DynamicColor DynamicColorSpace.swift
[17/20] Compiling DynamicColor DynamicColor+HSL.swift
[18/20] Compiling DynamicColor DynamicColor+Lab.swift
[19/20] Compiling DynamicColor Utils.swift
[20/20] Compiling DynamicColor Color.swift
[21/21] Compiling DynamicColor HSL+Color.swift
Build complete! (8.40s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DynamicColor",
  "name" : "DynamicColor",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "DynamicColor",
      "targets" : [
        "DynamicColor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DynamicColorTests",
      "module_type" : "SwiftTarget",
      "name" : "DynamicColorTests",
      "path" : "Tests",
      "sources" : [
        "DynamicColor+HSBTests.swift",
        "DynamicColor+HSLTests.swift",
        "DynamicColor+RGBATests.swift",
        "DynamicColor+XCTAssertEqual.swift",
        "DynamicColor+XYZTests.swift",
        "DynamicColorArrayTests.swift",
        "DynamicColorLabTests.swift",
        "DynamicColorTests.swift",
        "DynamicGradientTests.swift"
      ],
      "target_dependencies" : [
        "DynamicColor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DynamicColor",
      "module_type" : "SwiftTarget",
      "name" : "DynamicColor",
      "path" : "Sources",
      "product_memberships" : [
        "DynamicColor"
      ],
      "sources" : [
        "Core/Array.swift",
        "Core/ContrastDisplayContext.swift",
        "Core/DynamicColor+Deriving.swift",
        "Core/DynamicColor+HSB.swift",
        "Core/DynamicColor+HSL.swift",
        "Core/DynamicColor+Lab.swift",
        "Core/DynamicColor+Mixing.swift",
        "Core/DynamicColor+RGBA.swift",
        "Core/DynamicColor+XYZ.swift",
        "Core/DynamicColor.swift",
        "Core/DynamicGradient.swift",
        "Shared/DynamicColorSpace.swift",
        "Shared/GrayscalingMode.swift",
        "Shared/HSL.swift",
        "Shared/Utils.swift",
        "SwiftUI/Color.swift",
        "SwiftUI/DynamicColor+Color.swift",
        "SwiftUI/HSL+Color.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.