The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ColorCalculation, reference main (8848c9), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 05:24:53 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kjuly/ColorCalculation.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Kjuly/ColorCalculation
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8848c9e Update README.md: Add pkg manager badges
Cloned https://github.com/Kjuly/ColorCalculation.git
Revision (git rev-parse @):
8848c9e974931a742894296012306be05579ff92
SUCCESS checkout https://github.com/Kjuly/ColorCalculation.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "colorcalculation",
      "name": "ColorCalculation",
      "url": "https://github.com/Kjuly/ColorCalculation.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ColorCalculation",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Kjuly/ColorCalculation.git
[1/85] Fetching colorcalculation
Fetched https://github.com/Kjuly/ColorCalculation.git from cache (0.60s)
Creating working copy for https://github.com/Kjuly/ColorCalculation.git
Working copy of https://github.com/Kjuly/ColorCalculation.git resolved at main (8848c9e)
warning: '.resolve-product-dependencies': dependency 'colorcalculation' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/Kjuly/ColorCalculation.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/12] Compiling ColorCalculation ColorHexProtocol.swift
[4/13] Compiling ColorCalculation NSColor+Hex.swift
[5/13] Compiling ColorCalculation Color+Switch.swift
[6/13] Compiling ColorCalculation Color+Hex.swift
[7/13] Compiling ColorCalculation ColorRGB.swift
[8/13] Compiling ColorCalculation String+ColorHex.swift
[9/13] Compiling ColorCalculation ColorHSB.swift
[10/13] Compiling ColorCalculation ColorBrightnessProtocol.swift
[11/13] Compiling ColorCalculation ColorConstants.swift
[12/13] Emitting module ColorCalculation
[13/13] Compiling ColorCalculation UIColor+Hex.swift
Build complete! (9.11s)
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.