Build Information
Successful build of ColorToolbox with Swift 5.9 for macOS (SPM).
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.35.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/raymondjavaxx/ColorToolbox.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/raymondjavaxx/ColorToolbox
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at f5f668d Update podspec (#19)
Cloned https://github.com/raymondjavaxx/ColorToolbox.git
Revision (git rev-parse @):
f5f668df9af9a31a6fee7f514c21992f4ab7384c
SUCCESS checkout https://github.com/raymondjavaxx/ColorToolbox.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $workDir
https://github.com/raymondjavaxx/ColorToolbox.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/7] Compiling ColorToolbox PlatformColor.swift
[2/7] Compiling ColorToolbox PlatformColor+Internal.swift
[3/7] Compiling ColorToolbox PlatformColor+RelativeLuminance.swift
[4/7] Compiling ColorToolbox Color+ColorToolbox.swift
[5/7] Emitting module ColorToolbox
[6/7] Compiling ColorToolbox PlatformColor+Brightness.swift
[7/7] Compiling ColorToolbox PlatformColor+Hex.swift
Build complete! (5.80s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ColorToolbox",
"name" : "ColorToolbox",
"path" : "/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
}
],
"products" : [
{
"name" : "ColorToolbox",
"targets" : [
"ColorToolbox"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ColorToolboxTests",
"module_type" : "SwiftTarget",
"name" : "ColorToolboxTests",
"path" : "Tests/ColorToolboxTests",
"sources" : [
"PlatformColorBrightnessTests.swift",
"PlatformColorHexTests.swift",
"PlatformRelativeLuminanceTests.swift",
"SwiftUITests.swift"
],
"target_dependencies" : [
"ColorToolbox"
],
"type" : "test"
},
{
"c99name" : "ColorToolbox",
"module_type" : "SwiftTarget",
"name" : "ColorToolbox",
"path" : "Sources/ColorToolbox",
"product_memberships" : [
"ColorToolbox"
],
"sources" : [
"PlatformColor+Brightness.swift",
"PlatformColor+Hex.swift",
"PlatformColor+Internal.swift",
"PlatformColor+RelativeLuminance.swift",
"PlatformColor.swift",
"SwiftUI/Color+ColorToolbox.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.