The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ColorCalculation, reference 1.1.0 (9a077b), with Swift 6.3 for macOS (SPM) on 23 Apr 2026 07:59:01 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: 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
========================================
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.66s)
Creating working copy for https://github.com/Kjuly/ColorCalculation.git
Working copy of https://github.com/Kjuly/ColorCalculation.git resolved at 1.1.0 (9a077b0)
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 String+ColorHex.swift
[4/12] Compiling ColorCalculation ColorConstants.swift
[5/12] Compiling ColorCalculation Color+Switch.swift
[6/12] Compiling ColorCalculation ColorBrightnessProtocol.swift
[7/12] Compiling ColorCalculation Color+Hex.swift
[8/12] Compiling ColorCalculation NSColor+Hex.swift
[9/12] Emitting module ColorCalculation
[10/12] Compiling ColorCalculation ColorRGB.swift
[11/12] Compiling ColorCalculation ColorHSB.swift
[12/12] Compiling ColorCalculation ColorHexProtocol.swift
[13/13] Compiling ColorCalculation UIColor+Hex.swift
Build complete! (8.42s)
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.