The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Kolor, reference main (cf046d), with Swift 6.0 for macOS (SPM) on 10 Dec 2025 13:18:10 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/metatronsw/Kolor.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/metatronsw/Kolor
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at cf046dc + RGB565
Cloned https://github.com/metatronsw/Kolor.git
Revision (git rev-parse @):
cf046dc4101da6659fc03df111b6e69a4342e69e
SUCCESS checkout https://github.com/metatronsw/Kolor.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/metatronsw/Kolor.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[0/7] Write Benchmark-entitlement.plist
[2/7] Write sources
[3/7] Write swift-version-5BDAB9E9C0126B9D.txt
[5/36] Emitting module Kolor
[6/39] Compiling Kolor SquaredSets.swift
[7/39] Compiling Kolor XRite.swift
[8/39] Compiling Kolor CAM16.swift
[9/39] Compiling Kolor _KDtree.swift
[10/39] Compiling Kolor Kolor.swift
[11/39] Compiling Kolor HTML.swift
[12/39] Compiling Kolor ISCC_NBS.swift
[13/39] Compiling Kolor PaintArt.swift
[14/39] Compiling Kolor Squared.swift
[15/39] Compiling Kolor CMYK.swift
[16/39] Compiling Kolor DIN99.swift
[17/39] Compiling Kolor HCL.swift
[18/39] Compiling Kolor HSL.swift
[19/39] Compiling Kolor HSLuv.swift
[20/39] Compiling Kolor HSV.swift
[21/39] Compiling Kolor LAB.swift
[22/39] Compiling Kolor LCh.swift
[23/39] Compiling Kolor LUV.swift
[24/39] Compiling Kolor OKLCh.swift
[25/39] Compiling Kolor OKLab.swift
[26/39] Compiling Kolor RGB.swift
[27/39] Compiling Kolor XYZ.swift
[28/39] Compiling Kolor YUV.swift
[29/39] Compiling Kolor sRGB.swift
[30/39] Compiling Kolor CGImage+.swift
[31/39] Compiling Kolor Double+.swift
[32/39] Compiling Kolor Histogram.swift
[33/39] Compiling Kolor Index.swift
[34/39] Compiling Kolor OcTree.swift
[35/39] Compiling Kolor SwiftUI+.swift
[36/39] Compiling Kolor Tone.swift
[37/41] Emitting module Benchmark
[38/41] Compiling Benchmark main.swift
[38/41] Write Objects.LinkFileList
[39/41] Linking Benchmark
[40/41] Applying Benchmark
Build complete! (9.63s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Kolor",
  "name" : "Kolor",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "Kolor",
      "targets" : [
        "Kolor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Benchmark",
      "targets" : [
        "Benchmark"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KolorTests",
      "module_type" : "SwiftTarget",
      "name" : "KolorTests",
      "path" : "Tests/KolorTests",
      "sources" : [
        "KolorTests.swift"
      ],
      "target_dependencies" : [
        "Kolor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Kolor",
      "module_type" : "SwiftTarget",
      "name" : "Kolor",
      "path" : "Sources/Kolor",
      "product_memberships" : [
        "Kolor",
        "Benchmark"
      ],
      "sources" : [
        "Addon/CGImage+.swift",
        "Addon/Double+.swift",
        "Addon/Histogram.swift",
        "Addon/Index.swift",
        "Addon/OcTree.swift",
        "Addon/SwiftUI+.swift",
        "Addon/Tone.swift",
        "Addon/_KDtree.swift",
        "Kolor.swift",
        "Palette/HTML.swift",
        "Palette/ISCC_NBS.swift",
        "Palette/PaintArt.swift",
        "Palette/Squared.swift",
        "Palette/SquaredSets.swift",
        "Palette/XRite.swift",
        "Spaces/CAM16.swift",
        "Spaces/CMYK.swift",
        "Spaces/DIN99.swift",
        "Spaces/HCL.swift",
        "Spaces/HSL.swift",
        "Spaces/HSLuv.swift",
        "Spaces/HSV.swift",
        "Spaces/LAB.swift",
        "Spaces/LCh.swift",
        "Spaces/LUV.swift",
        "Spaces/OKLCh.swift",
        "Spaces/OKLab.swift",
        "Spaces/RGB.swift",
        "Spaces/XYZ.swift",
        "Spaces/YUV.swift",
        "Spaces/sRGB.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Benchmark",
      "module_type" : "SwiftTarget",
      "name" : "Benchmark",
      "path" : "Sources/Benchmark",
      "product_memberships" : [
        "Benchmark"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Kolor"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.9"
}
Done.