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 ColorCalculation, reference 1.1.0 (9a077b), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 00:37:54 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/Kjuly/ColorCalculation.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Kjuly/ColorCalculation
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at 9a077b0 ColorCalculation.podspec: Set spec.version='1.1.0'
Cloned https://github.com/Kjuly/ColorCalculation.git
Revision (git rev-parse @):
9a077b0dadcb5d24773e8a70295eb23ac9fc3655
SUCCESS checkout https://github.com/Kjuly/ColorCalculation.git at 1.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Kjuly/ColorCalculation.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/12] Compiling ColorCalculation NSColor+Hex.swift
[4/12] Compiling ColorCalculation ColorHexProtocol.swift
[5/12] Compiling ColorCalculation Color+Hex.swift
[6/13] Compiling ColorCalculation ColorRGB.swift
[7/13] Compiling ColorCalculation String+ColorHex.swift
[8/13] Compiling ColorCalculation Color+Switch.swift
[9/13] Emitting module ColorCalculation
[10/13] Compiling ColorCalculation ColorBrightnessProtocol.swift
[11/13] Compiling ColorCalculation ColorHSB.swift
[12/13] Compiling ColorCalculation ColorConstants.swift
[13/13] Compiling ColorCalculation UIColor+Hex.swift
Build complete! (7.73s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ColorCalculation",
  "name" : "ColorCalculation",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.5"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "ColorCalculation",
      "targets" : [
        "ColorCalculation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ColorCalculationTests",
      "module_type" : "SwiftTarget",
      "name" : "ColorCalculationTests",
      "path" : "ColorCalculationTests",
      "sources" : [
        "Brightness/Color+KYColorBrightnessProtocolTests.swift",
        "Brightness/NSColor+KYColorBrightnessProtocolTests.swift",
        "Brightness/UIColor+KYColorBrightnessProtocolTests.swift",
        "Extension/Color+SwitchTests.swift",
        "Extension/String+ColorHexTests.swift",
        "Hex/Color+HexTests.swift",
        "Hex/NSColor+HexTests.swift",
        "Hex/UIColor+HexTests.swift",
        "KYColorConstantsTests.swift",
        "KYColorHSBTests.swift",
        "KYColorRGBTests.swift"
      ],
      "target_dependencies" : [
        "ColorCalculation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ColorCalculation",
      "module_type" : "SwiftTarget",
      "name" : "ColorCalculation",
      "path" : "ColorCalculation/Sources",
      "product_memberships" : [
        "ColorCalculation"
      ],
      "sources" : [
        "Brightness/ColorBrightnessProtocol.swift",
        "ColorConstants.swift",
        "ColorHSB.swift",
        "ColorRGB.swift",
        "Extension/Color+Switch.swift",
        "Extension/String+ColorHex.swift",
        "Hex/Color+Hex.swift",
        "Hex/ColorHexProtocol.swift",
        "Hex/NSColor+Hex.swift",
        "Hex/UIColor+Hex.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.