Build Information
Successful build of Kroma with Swift 5.9 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.28.7
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kaishin/Kroma.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "kroma",
"name": "Kroma",
"url": "https://github.com/kaishin/Kroma.git",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Kroma",
"dependencies": [
]
}
]
}
Fetching https://github.com/kaishin/Kroma.git from cache
Fetched https://github.com/kaishin/Kroma.git (0.15s)
Creating working copy for https://github.com/kaishin/Kroma.git
Working copy of https://github.com/kaishin/Kroma.git resolved at main
warning: '.resolve-product-dependencies': dependency 'kroma' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD/checkout
https://github.com/kaishin/Kroma.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/10] Compiling Kroma RGBArithmetic.swift
[2/10] Compiling Kroma ColorModel.swift
[3/10] Compiling Kroma ColorRepresentation.swift
[4/10] Compiling Kroma SwiftUI.Color.swift
[5/10] Compiling Kroma HSBArithmetic.swift
[6/11] Compiling Kroma XYZ.swift
[7/11] Compiling Kroma SwiftUI.Previews.swift
[8/11] Compiling Kroma ColorSpace.swift
[9/11] Compiling Kroma ColorRepresentable.swift
[10/11] Emitting module Kroma
[11/11] Compiling Kroma Clamped.swift
Build complete! (7.11s)
Build complete.
Done.