The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PaletteKit, reference main (c9c02d), with Swift 6.3 for macOS (SPM) on 1 May 2026 18:21:54 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/2dubu/PaletteKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/2dubu/PaletteKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c9c02da library and doc cleanup (v1.2)  (#2)
Cloned https://github.com/2dubu/PaletteKit.git
Revision (git rev-parse @):
c9c02da1247004411202d094ae288545c9f602be
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/2dubu/PaletteKit.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": "palettekit",
      "name": "PaletteKit",
      "url": "https://github.com/2dubu/PaletteKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PaletteKit",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/2dubu/PaletteKit.git
[1/344] Fetching palettekit
Fetched https://github.com/2dubu/PaletteKit.git from cache (1.02s)
Creating working copy for https://github.com/2dubu/PaletteKit.git
Working copy of https://github.com/2dubu/PaletteKit.git resolved at main (c9c02da)
warning: '.resolve-product-dependencies': dependency 'palettekit' 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/2dubu/PaletteKit.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/22] Compiling PaletteKit PaletteError.swift
[4/22] Compiling PaletteKit RGB.swift
[5/22] Compiling PaletteKit MmcqQuantizer.swift
[6/22] Compiling PaletteKit Quantizer.swift
[7/22] Compiling PaletteKit PaletteKit.swift
[8/22] Compiling PaletteKit PaletteBuilder.swift
[9/22] Compiling PaletteKit Logging.swift
[10/22] Compiling PaletteKit MetalContext.swift
[11/22] Compiling PaletteKit ImageSource.swift
[12/22] Compiling PaletteKit PixelLoader.swift
[13/24] Compiling PaletteKit Swatch.swift
[14/24] Compiling PaletteKit SwatchClassifier.swift
[15/24] Compiling PaletteKit Options.swift
[16/24] Compiling PaletteKit Palette.swift
[17/24] Compiling PaletteKit PixelSampler.swift
[18/24] Compiling PaletteKit MetalMmcqQuantizer.swift
[19/24] Compiling PaletteKit PaletteExtractor.swift
[20/24] Compiling PaletteKit BatchConversion.swift
[21/24] Compiling PaletteKit OKLCHConversion.swift
[22/24] Emitting module PaletteKit
[23/24] Compiling PaletteKit PaletteColor+SwiftUI.swift
[24/24] Compiling PaletteKit PaletteColor.swift
Build complete! (9.39s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PaletteKit",
  "name" : "PaletteKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "PaletteKit",
      "targets" : [
        "PaletteKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PaletteKitTests",
      "module_type" : "SwiftTarget",
      "name" : "PaletteKitTests",
      "path" : "Tests/PaletteKitTests",
      "sources" : [
        "GoldenPaletteTests.swift",
        "MetalQuantizerTests.swift",
        "MmcqQuantizerTests.swift",
        "PaletteExtractorTests.swift",
        "PaletteKitTests.swift",
        "RealFileGoldenTests.swift",
        "SwatchClassifierTests.swift"
      ],
      "target_dependencies" : [
        "PaletteKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PaletteKitBenchmarks",
      "module_type" : "SwiftTarget",
      "name" : "PaletteKitBenchmarks",
      "path" : "Tests/PaletteKitBenchmarks",
      "sources" : [
        "PaletteExtractorBenchmarks.swift"
      ],
      "target_dependencies" : [
        "PaletteKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PaletteKit",
      "module_type" : "SwiftTarget",
      "name" : "PaletteKit",
      "path" : "Sources/PaletteKit",
      "product_memberships" : [
        "PaletteKit"
      ],
      "sources" : [
        "API/PaletteExtractor.swift",
        "ColorSpace/BatchConversion.swift",
        "ColorSpace/OKLCHConversion.swift",
        "Loaders/ImageSource.swift",
        "Loaders/PixelLoader.swift",
        "Model/Options.swift",
        "Model/Palette.swift",
        "Model/PaletteColor+SwiftUI.swift",
        "Model/PaletteColor.swift",
        "Model/PaletteError.swift",
        "Model/RGB.swift",
        "PaletteKit.swift",
        "Pipeline/PaletteBuilder.swift",
        "Pipeline/PixelSampler.swift",
        "Quantizers/MetalMmcqQuantizer.swift",
        "Quantizers/MmcqQuantizer.swift",
        "Quantizers/Quantizer.swift",
        "Support/Logging.swift",
        "Support/MetalContext.swift",
        "Swatches/Swatch.swift",
        "Swatches/SwatchClassifier.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.