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 CoreColor, reference main (81c109), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 19:49:09 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/yukonblue/CoreColor.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yukonblue/CoreColor
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 81c109b Refines 03.09.24 - Part 2 (#18)
Cloned https://github.com/yukonblue/CoreColor.git
Revision (git rev-parse @):
81c109b3b984bb1393369aadb0fa56e0cd6df095
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/yukonblue/CoreColor.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/yukonblue/CoreColor.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/21] Compiling CoreColor RGBColorspace.swift
[4/21] Compiling CoreColor RGBInt.swift
[5/23] Compiling CoreColor XYZ.swift
[6/23] Compiling CoreColor xyY.swift
[7/23] Compiling CoreColor WhitePoint.swift
[8/23] Compiling CoreColor WhitePointColorSpace.swift
[9/23] Emitting module CoreColor
[10/23] Compiling CoreColor HSL.swift
[11/23] Compiling CoreColor HSV.swift
[12/23] Compiling CoreColor Color.swift
[13/23] Compiling CoreColor ColorComponentInfo.swift
[14/23] Compiling CoreColor Clamped.swift
[15/23] Compiling CoreColor Color+Constrast.swift
[16/23] Compiling CoreColor ColorSpace.swift
[17/23] Compiling CoreColor Constants.swift
[18/23] Compiling CoreColor FloatingPoint+Utilities.swift
[19/23] Compiling CoreColor CMYK.swift
[20/23] Compiling CoreColor RGB.swift
[21/23] Compiling CoreColor RGBColorSpaces.swift
[22/23] Compiling CoreColor LAB.swift
[23/23] Compiling CoreColor LUV.swift
Build complete! (4.07s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CoreColor",
  "name" : "CoreColor",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CoreColor",
      "targets" : [
        "CoreColor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CoreColorTests",
      "module_type" : "SwiftTarget",
      "name" : "CoreColorTests",
      "path" : "Tests/CoreColorTests",
      "sources" : [
        "CMYKTests.swift",
        "ClampedTests.swift",
        "ColorModelEquality.swift",
        "ColorTestCase.swift",
        "HSLTests.swift",
        "HSVTests.swift",
        "LABTests.swift",
        "LUVTests.swift",
        "RGBColorSpaceTests.swift",
        "RGBColorSpacesConversionTests.swift",
        "RGBTests.swift",
        "XYZTests.swift"
      ],
      "target_dependencies" : [
        "CoreColor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CoreColor",
      "module_type" : "SwiftTarget",
      "name" : "CoreColor",
      "path" : "Sources/CoreColor",
      "product_memberships" : [
        "CoreColor"
      ],
      "sources" : [
        "Clamped.swift",
        "Color+Constrast.swift",
        "Color.swift",
        "ColorComponentInfo.swift",
        "ColorSpace.swift",
        "Constants.swift",
        "FloatingPoint+Utilities.swift",
        "Models/CMYK.swift",
        "Models/HSL.swift",
        "Models/HSV.swift",
        "Models/LAB.swift",
        "Models/LUV.swift",
        "Models/RGB.swift",
        "Models/RGBColorSpaces.swift",
        "Models/RGBColorspace.swift",
        "Models/RGBInt.swift",
        "Models/XYZ.swift",
        "Models/xyY.swift",
        "WhitePoint.swift",
        "WhitePointColorSpace.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.