The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftColor, reference main (a64f48), with Swift 6.1 for macOS (SPM) on 20 Feb 2026 01:55:46 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

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 a64f48f Added Platform Checks (#4)
Cloned https://github.com/richardpiazza/SwiftColor.git
Revision (git rev-parse @):
a64f48f7dda85abe5236b24dea74258d6cded166
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/richardpiazza/SwiftColor.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/richardpiazza/SwiftColor.git
https://github.com/richardpiazza/SwiftColor.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/14] Compiling SwiftColor Pigment+UIKit.swift
[4/15] Compiling SwiftColor Pigment+String.swift
[5/15] Compiling SwiftColor Pigment+Int.swift
[6/15] Compiling SwiftColor Pigment.swift
[7/15] Compiling SwiftColor Pigment+Float.swift
[8/15] Compiling SwiftColor Pigment+Hex.swift
[9/15] Compiling SwiftColor Pigment+AppKit.swift
[10/15] Compiling SwiftColor Pigment+CoreGraphics.swift
[11/15] Compiling SwiftColor Pigment+Name.swift
[12/15] Compiling SwiftColor Clamping.swift
[13/15] Compiling SwiftColor ColorSpace.swift
[14/15] Emitting module SwiftColor
[15/15] Compiling SwiftColor Pigment+SwiftUI.swift
Build complete! (7.88s)
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.