Build Information
Successful build of Crayon, reference main (aafe1a
), with Swift 5.9 for macOS (SPM) on 8 Mar 2025 15:00:36 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/divadretlaw/Crayon.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/divadretlaw/Crayon
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at aafe1ad Update CSS colors
Cloned https://github.com/divadretlaw/Crayon.git
Revision (git rev-parse @):
aafe1ad2262b5e2622099eee0e3dae4b0967d8f2
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/divadretlaw/Crayon.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/divadretlaw/Crayon.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/12] Compiling Crayon RgbComponents.swift
[2/13] Compiling Crayon UIColor.swift
[3/13] Compiling Crayon FloatingPoint+Extensions.swift
[4/13] Compiling Crayon HsbComponents.swift
[5/13] Compiling Crayon Image.swift
[6/13] Compiling Crayon NSColor.swift
[7/13] Compiling Crayon ColorSpace.swift
[8/13] Compiling Crayon CGColor.swift
[9/13] Compiling Crayon Color+CSS.swift
[10/13] Compiling Crayon NSColor+CSS.swift
[11/13] Compiling Crayon UIColor+CSS.swift
[12/13] Emitting module Crayon
[13/13] Compiling Crayon Color.swift
Build complete! (8.03s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Crayon",
"name" : "Crayon",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "4.0"
},
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Crayon",
"targets" : [
"Crayon"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CrayonTests",
"module_type" : "SwiftTarget",
"name" : "CrayonTests",
"path" : "Tests/CrayonTests",
"sources" : [
"ColorTests.swift",
"ImageTests.swift",
"NSColorTests.swift",
"UIColorTests.swift"
],
"target_dependencies" : [
"Crayon"
],
"type" : "test"
},
{
"c99name" : "Crayon",
"module_type" : "SwiftTarget",
"name" : "Crayon",
"path" : "Sources/Crayon",
"product_memberships" : [
"Crayon"
],
"sources" : [
"CGColor.swift",
"CSS/Color+CSS.swift",
"CSS/NSColor+CSS.swift",
"CSS/UIColor+CSS.swift",
"Color.swift",
"ColorSpace.swift",
"Extensions/FloatingPoint+Extensions.swift",
"Image.swift",
"Models/HsbComponents.swift",
"Models/RgbComponents.swift",
"NSColor.swift",
"UIColor.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.