The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Kroma, reference main (d8aa3c), with Swift 6.2 for macOS (SPM) on 27 Mar 2026 03:25:48 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kaishin/Kroma.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kaishin/Kroma
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d8aa3c1 Update README for v0.2.0
Cloned https://github.com/kaishin/Kroma.git
Revision (git rev-parse @):
d8aa3c173d23cf602a97b0648c9e240b9a86cbc4
SUCCESS checkout https://github.com/kaishin/Kroma.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",
  "dependencies": [
    {
      "identity": "kroma",
      "name": "Kroma",
      "url": "https://github.com/kaishin/Kroma.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Kroma",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/kaishin/Kroma.git
[1/95] Fetching kroma
Fetched https://github.com/kaishin/Kroma.git from cache (0.75s)
Creating working copy for https://github.com/kaishin/Kroma.git
Working copy of https://github.com/kaishin/Kroma.git resolved at main (d8aa3c1)
warning: '.resolve-product-dependencies': dependency 'kroma' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/kaishin/Kroma.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/12] Compiling Kroma ColorRepresentable.swift
[4/12] Compiling Kroma ColorSpace.swift
[5/12] Compiling Kroma ColorRepresentation.swift
[6/12] Emitting module Kroma
[7/12] Compiling Kroma ColorModel.swift
[8/12] Compiling Kroma SwiftUI.Color.swift
[9/12] Compiling Kroma RGBArithmetic.swift
[10/12] Compiling Kroma XYZ.swift
[11/12] Compiling Kroma HSBArithmetic.swift
[12/12] Compiling Kroma SwiftUI.Previews.swift
[13/13] Compiling Kroma Clamped.swift
Build complete! (8.59s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Kroma",
  "name" : "Kroma",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "Kroma",
      "targets" : [
        "Kroma"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KromaTests",
      "module_type" : "SwiftTarget",
      "name" : "KromaTests",
      "path" : "Tests/KromaTests",
      "sources" : [
        "KromaTests.swift"
      ],
      "target_dependencies" : [
        "Kroma"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Kroma",
      "module_type" : "SwiftTarget",
      "name" : "Kroma",
      "path" : "Sources/Kroma",
      "product_memberships" : [
        "Kroma"
      ],
      "sources" : [
        "ColorModel.swift",
        "ColorRepresentation.swift",
        "ColorSpace.swift",
        "Protocols/ColorRepresentable.swift",
        "Representations/HSBArithmetic.swift",
        "Representations/RGBArithmetic.swift",
        "Representations/XYZ.swift",
        "SwiftUI.Color.swift",
        "SwiftUI.Previews.swift",
        "Utilities/Clamped.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.