The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-color, reference 0.1.0 (887c1c), with Swift 6.1 for macOS (SPM) on 4 Jan 2026 19:54:34 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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CorvidLabs/swift-color.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CorvidLabs/swift-color
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 887c1cc Remove redundant StrictConcurrency flag for Swift 6 compatibility
Cloned https://github.com/CorvidLabs/swift-color.git
Revision (git rev-parse @):
887c1cc6a85b3d416c092646ac21b904c2ef2972
SUCCESS checkout https://github.com/CorvidLabs/swift-color.git at 0.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/CorvidLabs/swift-color.git
https://github.com/CorvidLabs/swift-color.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-color",
  "name" : "swift-color",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Color",
      "targets" : [
        "Color"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ColorTests",
      "module_type" : "SwiftTarget",
      "name" : "ColorTests",
      "path" : "Tests/ColorTests",
      "sources" : [
        "ColorTests.swift"
      ],
      "target_dependencies" : [
        "Color"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Color",
      "module_type" : "SwiftTarget",
      "name" : "Color",
      "path" : "Sources/Color",
      "product_memberships" : [
        "Color"
      ],
      "sources" : [
        "Color+Accessibility.swift",
        "Color+HSL.swift",
        "Color+HSV.swift",
        "Color+Hex.swift",
        "Color+LAB.swift",
        "Color+Manipulation.swift",
        "Color+Palette.swift",
        "Color.swift",
        "NamedColor.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/12] Compiling Color Color.swift
[4/12] Compiling Color Color+Palette.swift
[5/12] Compiling Color NamedColor.swift
[6/12] Emitting module Color
[7/12] Compiling Color Color+Accessibility.swift
[8/12] Compiling Color Color+Hex.swift
[9/12] Compiling Color Color+LAB.swift
[10/12] Compiling Color Color+HSL.swift
[11/12] Compiling Color Color+Manipulation.swift
[12/12] Compiling Color Color+HSV.swift
Build complete! (5.56s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-color",
  "name" : "swift-color",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Color",
      "targets" : [
        "Color"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ColorTests",
      "module_type" : "SwiftTarget",
      "name" : "ColorTests",
      "path" : "Tests/ColorTests",
      "sources" : [
        "ColorTests.swift"
      ],
      "target_dependencies" : [
        "Color"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Color",
      "module_type" : "SwiftTarget",
      "name" : "Color",
      "path" : "Sources/Color",
      "product_memberships" : [
        "Color"
      ],
      "sources" : [
        "Color+Accessibility.swift",
        "Color+HSL.swift",
        "Color+HSV.swift",
        "Color+Hex.swift",
        "Color+LAB.swift",
        "Color+Manipulation.swift",
        "Color+Palette.swift",
        "Color.swift",
        "NamedColor.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.