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: v0.1.0
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-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/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-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 (0.27s)
Creating working copy for https://github.com/kaishin/Kroma.git
Working copy of https://github.com/kaishin/Kroma.git resolved at v0.1.0
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 ColorModel.swift
[2/10] Compiling Kroma ColorRepresentation.swift
[3/11] Compiling Kroma SwiftUI.Color.swift
[4/11] Compiling Kroma XYZ.swift
[5/11] Compiling Kroma RGBArithmetic.swift
[6/11] Emitting module Kroma
[7/11] Compiling Kroma HSBArithmetic.swift
[8/11] Compiling Kroma ColorSpace.swift
[9/11] Compiling Kroma ColorRepresentable.swift
[10/11] Compiling Kroma SwiftUI.Previews.swift
[11/11] Compiling Kroma Clamped.swift
Build complete! (14.05s)
Build complete.
Done.