Build Information
Successful build of Kroma with Swift 6.0 for macOS (SPM).
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
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 b67827e Use Big Sur preview on test action
Cloned https://github.com/kaishin/Kroma.git
Revision (git rev-parse @):
b67827e4b746eef1bb0b42adc241ca245b195edd
SUCCESS checkout https://github.com/kaishin/Kroma.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/kaishin/Kroma.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6F35C1178C84523A.txt
[3/12] Compiling Kroma SwiftUI.Color.swift
[4/12] Compiling Kroma HSBArithmetic.swift
[5/12] Compiling Kroma XYZ.swift
[6/12] Compiling Kroma ColorRepresentable.swift
[7/12] Compiling Kroma ColorSpace.swift
[8/12] Compiling Kroma ColorRepresentation.swift
[9/12] Compiling Kroma RGBArithmetic.swift
[10/12] Compiling Kroma ColorModel.swift
[11/12] Emitting module Kroma
[12/12] Compiling Kroma SwiftUI.Previews.swift
[13/13] Compiling Kroma Clamped.swift
Build complete! (35.33s)
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.