Build Information
Successful build of ColorPaletteKit, reference 0.1.2 (64612b), with Swift 6.2 for macOS (SPM) on 11 Nov 2025 09:58:27 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Eskils/ColorPaletteKit.git
Reference: 0.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Eskils/ColorPaletteKit
* tag 0.1.2 -> FETCH_HEAD
HEAD is now at 64612b6 Implement reducing similar colors in EquallySpacedSamples
Cloned https://github.com/Eskils/ColorPaletteKit.git
Revision (git rev-parse @):
64612b620d06f520393b24756a3d5ac9ad1e10fc
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Eskils/ColorPaletteKit.git at 0.1.2
========================================
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": "colorpalettekit",
"name": "ColorPaletteKit",
"url": "https://github.com/Eskils/ColorPaletteKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ColorPaletteKit",
"dependencies": [
]
}
]
}
Fetching https://github.com/Eskils/ColorPaletteKit.git
[1/930] Fetching colorpalettekit
Fetched https://github.com/Eskils/ColorPaletteKit.git from cache (0.82s)
Creating working copy for https://github.com/Eskils/ColorPaletteKit.git
Working copy of https://github.com/Eskils/ColorPaletteKit.git resolved at 0.1.2 (64612b6)
warning: '.resolve-product-dependencies': dependency 'colorpalettekit' 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/Eskils/ColorPaletteKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-49B95AFC49DCD68C.txt
[4/47] Emitting module ColorPaletteKit
[5/50] Compiling TestHelpers roundToTwoDigits.swift
[6/50] Compiling TestHelpers isWithinAcceptedThreshold.swift
[7/50] Compiling TestHelpers isImageEqual.swift
[8/50] Emitting module TestHelpers
[9/50] Compiling TestHelpers convertColorspace.swift
[10/50] Compiling TestHelpers TestSnapshotContext.swift
[11/50] Compiling TestHelpers ImageFileInterface.swift
[12/50] Compiling ColorPaletteKit ReadMode.swift
[13/50] Compiling ColorPaletteKit StringRepresentation.swift
[14/50] Compiling ColorPaletteKit WritableData.swift
[15/50] Compiling ColorPaletteKit ImagePaletteComputer.swift
[16/50] Compiling ColorPaletteKit ImagePaletteEngine.swift
[17/50] Compiling ColorPaletteKit FloatingPlanarPixelBuffer.swift
[18/50] Compiling ColorPaletteKit ImageDataDescription.swift
[19/50] Compiling ColorPaletteKit CoreGraphicsImageRenderer.swift
[20/50] Compiling ColorPaletteKit GridPaletteImageRenderer.swift
[21/50] Compiling ColorPaletteKit SpectrumPaletteImageRenderer.swift
[22/50] Compiling ColorPaletteKit ConsumableData.swift
[23/50] Compiling ColorPaletteKit ColorSwatchEncoderError.swift
/Users/admin/builder/spi-builder-workspace/Sources/ColorPaletteKit/ImagePaletteEngine/Computers/KMeansImagePaletteComputer.swift:239:35: warning: 'ReductionLayer' is deprecated: Use the BNNSGraph API instead. [#DeprecatedDeclaration]
237 | )!
238 |
239 | let reductionLayer = BNNS.ReductionLayer(
| `- warning: 'ReductionLayer' is deprecated: Use the BNNSGraph API instead. [#DeprecatedDeclaration]
240 | function: .argMin,
241 | input: distancesDescriptor,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[24/50] Compiling ColorPaletteKit EquallySpacedSamplesPaletteComputer.swift
/Users/admin/builder/spi-builder-workspace/Sources/ColorPaletteKit/ImagePaletteEngine/Computers/KMeansImagePaletteComputer.swift:239:35: warning: 'ReductionLayer' is deprecated: Use the BNNSGraph API instead. [#DeprecatedDeclaration]
237 | )!
238 |
239 | let reductionLayer = BNNS.ReductionLayer(
| `- warning: 'ReductionLayer' is deprecated: Use the BNNSGraph API instead. [#DeprecatedDeclaration]
240 | function: .argMin,
241 | input: distancesDescriptor,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[25/50] Compiling ColorPaletteKit KMeansImagePaletteComputer.swift
/Users/admin/builder/spi-builder-workspace/Sources/ColorPaletteKit/ImagePaletteEngine/Computers/KMeansImagePaletteComputer.swift:239:35: warning: 'ReductionLayer' is deprecated: Use the BNNSGraph API instead. [#DeprecatedDeclaration]
237 | )!
238 |
239 | let reductionLayer = BNNS.ReductionLayer(
| `- warning: 'ReductionLayer' is deprecated: Use the BNNSGraph API instead. [#DeprecatedDeclaration]
240 | function: .argMin,
241 | input: distancesDescriptor,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[26/50] Compiling ColorPaletteKit ImagePaletteComputationMethod.swift
/Users/admin/builder/spi-builder-workspace/Sources/ColorPaletteKit/ImagePaletteEngine/Computers/KMeansImagePaletteComputer.swift:239:35: warning: 'ReductionLayer' is deprecated: Use the BNNSGraph API instead. [#DeprecatedDeclaration]
237 | )!
238 |
239 | let reductionLayer = BNNS.ReductionLayer(
| `- warning: 'ReductionLayer' is deprecated: Use the BNNSGraph API instead. [#DeprecatedDeclaration]
240 | function: .argMin,
241 | input: distancesDescriptor,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[27/50] Compiling ColorPaletteKit ImagePaletteComputationError.swift
[28/50] Compiling ColorPaletteKit PaletteImageEngine.swift
[29/50] Compiling ColorPaletteKit PaletteImageRenderer.swift
[30/50] Compiling ColorPaletteKit PaletteImageRendererKind.swift
[31/50] Compiling ColorPaletteKit ColorSwatchDecoder.swift
[32/50] Compiling ColorPaletteKit ColorSwatchDecoderError.swift
[33/50] Compiling ColorPaletteKit ASEColorSwatchEncoder.swift
[34/50] Compiling ColorPaletteKit ColorSwatchEncoder.swift
[35/50] Compiling ColorPaletteKit RGBBaseConverter.swift
[36/50] Compiling ColorPaletteKit CGColorConvertible.swift
[37/50] Compiling ColorPaletteKit ColorConverterError.swift
[38/50] Compiling ColorPaletteKit ColorSpaceKind.swift
[39/50] Compiling ColorPaletteKit ColorTransformationDescription.swift
[40/50] Compiling ColorPaletteKit ASEColorSwatchBlock.swift
[41/50] Compiling ColorPaletteKit ASEColorSwatchDecoder.swift
[42/50] Compiling ColorPaletteKit ASEColorSwatchHeader.swift
[43/50] Compiling ColorPaletteKit ColorPaletteKit.swift
[44/50] Compiling ColorPaletteKit ColorConverterComputer.swift
[45/50] Compiling ColorPaletteKit ColorSpaceConverter.swift
[46/50] Compiling ColorPaletteKit BaseColorConverter.swift
[47/50] Compiling ColorPaletteKit CMYKBaseConverter.swift
[48/50] Compiling ColorPaletteKit GrayBaseConverter.swift
[49/50] Compiling ColorPaletteKit HSBBaseConverter.swift
[50/50] Compiling ColorPaletteKit LABBaseConverter.swift
Build complete! (7.92s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ColorPaletteKit",
"name" : "ColorPaletteKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "ColorPaletteKit",
"targets" : [
"ColorPaletteKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "TestHelpers",
"targets" : [
"TestHelpers"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TestHelpers",
"module_type" : "SwiftTarget",
"name" : "TestHelpers",
"path" : "Sources/TestHelpers",
"product_memberships" : [
"TestHelpers"
],
"sources" : [
"ImageFileInterface.swift",
"TestSnapshotContext.swift",
"convertColorspace.swift",
"isImageEqual.swift",
"isWithinAcceptedThreshold.swift",
"roundToTwoDigits.swift"
],
"type" : "library"
},
{
"c99name" : "ColorPaletteKitTests",
"module_type" : "SwiftTarget",
"name" : "ColorPaletteKitTests",
"path" : "Tests/ColorPaletteKitTests",
"sources" : [
"ColorSpaceConverter/CMYKBaseColorSpaceConverterTests.swift",
"ColorSpaceConverter/ColorSpaceConverterTests.swift",
"ColorSpaceConverter/GrayBaseColorSpaceConverterTests.swift",
"ColorSpaceConverter/HSBBaseColorSpaceConverterTests.swift",
"ColorSpaceConverter/LABBaseColorSpaceConverterTests.swift",
"ColorSpaceConverter/RGBBaseColorSpaceConverterTests.swift",
"ColorSwatchDecoder/ASEColorSwatchDecoderTests.swift",
"ColorSwatchEncoder/ASEColorSwatchEncoderTests.swift",
"ConsumableDataTests.swift",
"EquallySpacedSamplesPaletteComputerTests.swift",
"KMeansImagePaletteComputerTests.swift",
"Renderers/CoreGraphicsImageRendererTests.swift",
"Renderers/GridPaletteImageRendererTests.swift",
"Renderers/SpectrumPaletteImageRendererTests.swift",
"WritableDataTests.swift"
],
"target_dependencies" : [
"ColorPaletteKit",
"TestHelpers"
],
"type" : "test"
},
{
"c99name" : "ColorPaletteKitPerformanceTests",
"module_type" : "SwiftTarget",
"name" : "ColorPaletteKitPerformanceTests",
"path" : "Tests/ColorPaletteKitPerformanceTests",
"sources" : [
"KMeansImagePaletteComputerBenchmark.swift"
],
"target_dependencies" : [
"ColorPaletteKit",
"TestHelpers"
],
"type" : "test"
},
{
"c99name" : "ColorPaletteKit",
"module_type" : "SwiftTarget",
"name" : "ColorPaletteKit",
"path" : "Sources/ColorPaletteKit",
"product_memberships" : [
"ColorPaletteKit"
],
"sources" : [
"ColorPaletteKit.swift",
"ColorSpaceConverter/ColorConverterComputer.swift",
"ColorSpaceConverter/ColorSpaceConverter.swift",
"ColorSpaceConverter/Converters/BaseColorConverter.swift",
"ColorSpaceConverter/Converters/CMYKBaseConverter.swift",
"ColorSpaceConverter/Converters/GrayBaseConverter.swift",
"ColorSpaceConverter/Converters/HSBBaseConverter.swift",
"ColorSpaceConverter/Converters/LABBaseConverter.swift",
"ColorSpaceConverter/Converters/RGBBaseConverter.swift",
"ColorSpaceConverter/Types/CGColorConvertible.swift",
"ColorSpaceConverter/Types/ColorConverterError.swift",
"ColorSpaceConverter/Types/ColorSpaceKind.swift",
"ColorSpaceConverter/Types/ColorTransformationDescription.swift",
"ColorSwatchDecoder/ASE/ASEColorSwatchBlock.swift",
"ColorSwatchDecoder/ASE/ASEColorSwatchDecoder.swift",
"ColorSwatchDecoder/ASE/ASEColorSwatchHeader.swift",
"ColorSwatchDecoder/ColorSwatchDecoder.swift",
"ColorSwatchDecoder/ColorSwatchDecoderError.swift",
"ColorSwatchEncoder/ASE/ASEColorSwatchEncoder.swift",
"ColorSwatchEncoder/ColorSwatchEncoder.swift",
"ColorSwatchEncoder/ColorSwatchEncoderError.swift",
"ImagePaletteEngine/Computers/EquallySpacedSamplesPaletteComputer.swift",
"ImagePaletteEngine/Computers/KMeansImagePaletteComputer.swift",
"ImagePaletteEngine/ImagePaletteComputationMethod.swift",
"ImagePaletteEngine/ImagePaletteComputer.swift",
"ImagePaletteEngine/ImagePaletteEngine.swift",
"ImagePaletteEngine/Types/FloatingPlanarPixelBuffer.swift",
"ImagePaletteEngine/Types/ImageDataDescription.swift",
"ImagePaletteEngine/Types/ImagePaletteComputationError.swift",
"PaletteImageEngine/PaletteImageEngine.swift",
"PaletteImageEngine/PaletteImageRenderer.swift",
"PaletteImageEngine/PaletteImageRendererKind.swift",
"PaletteImageEngine/Renderers/CoreGraphicsImageRenderer.swift",
"PaletteImageEngine/Renderers/GridPaletteImageRenderer.swift",
"PaletteImageEngine/Renderers/SpectrumPaletteImageRenderer.swift",
"Types/ConsumableData.swift",
"Types/ReadMode.swift",
"Types/StringRepresentation.swift",
"Types/WritableData.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Done.