Build Information
Successful build of Kroma, reference v0.1.0 (387898
), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 05:34:55 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kaishin/Kroma.git
Reference: v0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kaishin/Kroma
* tag v0.1.0 -> FETCH_HEAD
HEAD is now at 3878985 Add tests
Cloned https://github.com/kaishin/Kroma.git
Revision (git rev-parse @):
3878985f94ba4150e4dee41dfcce0feb9f04783b
SUCCESS checkout https://github.com/kaishin/Kroma.git at v0.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",
"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/69] Fetching kroma
Fetched https://github.com/kaishin/Kroma.git from cache (0.73s)
Creating working copy for https://github.com/kaishin/Kroma.git
Working copy of https://github.com/kaishin/Kroma.git resolved at v0.1.0 (3878985)
warning: '.resolve-product-dependencies': dependency 'kroma' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/kaishin/Kroma.git
https://github.com/kaishin/Kroma.git
{
"dependencies" : [
],
"manifest_display_name" : "Kroma",
"name" : "Kroma",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "11.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" : "5.3"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/12] Compiling Kroma SwiftUI.Previews.swift
[4/12] Compiling Kroma XYZ.swift
[5/13] Compiling Kroma HSBArithmetic.swift
[6/13] Compiling Kroma RGBArithmetic.swift
[7/13] Compiling Kroma ColorRepresentable.swift
[8/13] Compiling Kroma ColorSpace.swift
[9/13] Compiling Kroma ColorModel.swift
[10/13] Compiling Kroma ColorRepresentation.swift
[11/13] Emitting module Kroma
[12/13] Compiling Kroma SwiftUI.Color.swift
[13/13] Compiling Kroma Clamped.swift
Build complete! (8.67s)
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" : "11.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" : "5.3"
}
Done.