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 SwiftColor, reference main (319469), with Swift 6.0 for macOS (SPM) on 1 Dec 2025 04:51:12 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/richardpiazza/SwiftColor.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/richardpiazza/SwiftColor
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3194696 SwiftUI Color (#3)
Cloned https://github.com/richardpiazza/SwiftColor.git
Revision (git rev-parse @):
3194696c3f1c532b48bcdbece1aa7265376c1fbb
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/richardpiazza/SwiftColor.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/richardpiazza/SwiftColor.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/14] Compiling SwiftColor Pigment+UIKit.swift
[4/15] Compiling SwiftColor Pigment+Float.swift
[5/15] Compiling SwiftColor Pigment+Hex.swift
[6/15] Compiling SwiftColor Pigment+String.swift
[7/15] Compiling SwiftColor Pigment+Name.swift
[8/15] Compiling SwiftColor Pigment.swift
[9/15] Emitting module SwiftColor
[10/15] Compiling SwiftColor Clamping.swift
[11/15] Compiling SwiftColor ColorSpace.swift
[12/15] Compiling SwiftColor Pigment+AppKit.swift
[13/15] Compiling SwiftColor Pigment+CoreGraphics.swift
[14/15] Compiling SwiftColor Pigment+SwiftUI.swift
[15/15] Compiling SwiftColor Pigment+Int.swift
Build complete! (8.22s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftColor",
  "name" : "SwiftColor",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "16.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftColor",
      "targets" : [
        "SwiftColor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftColorTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftColorTests",
      "path" : "Tests/SwiftColorTests",
      "sources" : [
        "ColorTests.swift"
      ],
      "target_dependencies" : [
        "SwiftColor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftColor",
      "module_type" : "SwiftTarget",
      "name" : "SwiftColor",
      "path" : "Sources/SwiftColor",
      "product_memberships" : [
        "SwiftColor"
      ],
      "sources" : [
        "Clamping.swift",
        "ColorSpace.swift",
        "Pigment+AppKit.swift",
        "Pigment+CoreGraphics.swift",
        "Pigment+Float.swift",
        "Pigment+Hex.swift",
        "Pigment+Int.swift",
        "Pigment+Name.swift",
        "Pigment+String.swift",
        "Pigment+SwiftUI.swift",
        "Pigment+UIKit.swift",
        "Pigment.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.