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 1.0.0 (2db37b), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 19:46:50 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: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yukonblue/CoreColor
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 2db37bb Incorporate additional unit tests (#9)
Cloned https://github.com/yukonblue/CoreColor.git
Revision (git rev-parse @):
2db37bb70acf32c15ee0b9977606abb7ae1e8eae
SUCCESS checkout https://github.com/yukonblue/CoreColor.git at 1.0.0
========================================
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 xyY.swift
[4/21] Compiling CoreColor WhitePoint.swift
[5/22] Compiling CoreColor WhitePointColorSpace.swift
[6/22] Compiling CoreColor RGBInt.swift
[7/22] Compiling CoreColor XYZ.swift
[8/22] Compiling CoreColor RGBColorSpaces.swift
[9/22] Compiling CoreColor RGBColorspace.swift
[10/22] Compiling CoreColor CMYK.swift
[11/22] Compiling CoreColor HSL.swift
[12/22] Compiling CoreColor Constants.swift
[13/22] Compiling CoreColor FloatingPoint+Utilities.swift
[14/22] Compiling CoreColor ColorComponentInfo.swift
[15/22] Compiling CoreColor ColorSpace.swift
[16/22] Emitting module CoreColor
[17/22] Compiling CoreColor Color+Constrast.swift
[18/22] Compiling CoreColor Color.swift
[19/22] Compiling CoreColor LUV.swift
[20/22] Compiling CoreColor RGB.swift
[21/22] Compiling CoreColor HSV.swift
[22/22] Compiling CoreColor LAB.swift
Build complete! (3.84s)
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",
        "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" : [
        "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.