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 ColorToolbox, reference main (f5f668), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 11:21:14 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/raymondjavaxx/ColorToolbox.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/raymondjavaxx/ColorToolbox
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f5f668d Update podspec (#19)
Cloned https://github.com/raymondjavaxx/ColorToolbox.git
Revision (git rev-parse @):
f5f668df9af9a31a6fee7f514c21992f4ab7384c
SUCCESS checkout https://github.com/raymondjavaxx/ColorToolbox.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/raymondjavaxx/ColorToolbox.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/9] Compiling ColorToolbox PlatformColor.swift
[4/9] Compiling ColorToolbox PlatformColor+Internal.swift
[5/9] Compiling ColorToolbox Color+ColorToolbox.swift
[6/9] Emitting module ColorToolbox
[7/9] Compiling ColorToolbox PlatformColor+Brightness.swift
[8/9] Compiling ColorToolbox PlatformColor+Hex.swift
[9/9] Compiling ColorToolbox PlatformColor+RelativeLuminance.swift
Build complete! (6.81s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ColorToolbox",
  "name" : "ColorToolbox",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ColorToolbox",
      "targets" : [
        "ColorToolbox"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ColorToolboxTests",
      "module_type" : "SwiftTarget",
      "name" : "ColorToolboxTests",
      "path" : "Tests/ColorToolboxTests",
      "sources" : [
        "PlatformColorBrightnessTests.swift",
        "PlatformColorHexTests.swift",
        "PlatformRelativeLuminanceTests.swift",
        "SwiftUITests.swift"
      ],
      "target_dependencies" : [
        "ColorToolbox"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ColorToolbox",
      "module_type" : "SwiftTarget",
      "name" : "ColorToolbox",
      "path" : "Sources/ColorToolbox",
      "product_memberships" : [
        "ColorToolbox"
      ],
      "sources" : [
        "PlatformColor+Brightness.swift",
        "PlatformColor+Hex.swift",
        "PlatformColor+Internal.swift",
        "PlatformColor+RelativeLuminance.swift",
        "PlatformColor.swift",
        "SwiftUI/Color+ColorToolbox.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.