Build Information
Successful build of ColorPickerRing, reference v2.1.0 (b51688
), with Swift 5.9 for macOS (SPM) on 18 Dec 2024 15:34:25 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.59.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hendriku/colorpicker.git
Reference: v2.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hendriku/colorpicker
* tag v2.1.0 -> FETCH_HEAD
HEAD is now at b516884 Merge pull request #7 from Qandelor/RenamePackage
Cloned https://github.com/hendriku/colorpicker.git
Revision (git rev-parse @):
b51688445735be4e928acd2524eaa8110791e985
SUCCESS checkout https://github.com/hendriku/colorpicker.git at v2.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/hendriku/colorpicker.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/15] Compiling DynamicColor DynamicColor+Deriving.swift
[2/15] Compiling DynamicColor DynamicColor+HSB.swift
[3/16] Compiling DynamicColor DynamicColor+HSL.swift
[4/16] Compiling DynamicColor DynamicColor+Lab.swift
[5/16] Emitting module DynamicColor
[6/16] Compiling DynamicColor Array.swift
[7/16] Compiling DynamicColor ContrastDisplayContext.swift
[8/16] Compiling DynamicColor DynamicColorSpace.swift
[9/16] Compiling DynamicColor HSL.swift
[10/16] Compiling DynamicColor DynamicGradient.swift
[11/16] Compiling DynamicColor DynamicColor+XYZ.swift
[12/16] Compiling DynamicColor DynamicColor.swift
[13/16] Compiling DynamicColor SwiftUIColor.swift
[14/16] Compiling DynamicColor DynamicColor+Mixing.swift
[15/16] Compiling DynamicColor DynamicColor+RGBA.swift
[16/16] Compiling DynamicColor Utils.swift
[17/19] Compiling ColorPickerRing ColorExtension.swift
[18/19] Compiling ColorPickerRing ColorPickerRing.swift
[19/19] Emitting module ColorPickerRing
Build complete! (16.79s)
Fetching https://github.com/yannickl/DynamicColor.git
[1/2201] Fetching dynamiccolor
Fetched https://github.com/yannickl/DynamicColor.git (1.44s)
Computing version for https://github.com/yannickl/DynamicColor.git
Computed https://github.com/yannickl/DynamicColor.git at 5.0.1 (0.47s)
Creating working copy for https://github.com/yannickl/DynamicColor.git
Working copy of https://github.com/yannickl/DynamicColor.git resolved at 5.0.1
Build complete.
{
"dependencies" : [
{
"identity" : "dynamiccolor",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/yannickl/DynamicColor.git"
}
],
"manifest_display_name" : "ColorPickerRing",
"name" : "ColorPickerRing",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "ColorPickerRing",
"targets" : [
"ColorPickerRing"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ColorPickerRing",
"module_type" : "SwiftTarget",
"name" : "ColorPickerRing",
"path" : "Sources/ColorPickerRing",
"product_dependencies" : [
"DynamicColor"
],
"product_memberships" : [
"ColorPickerRing"
],
"sources" : [
"ColorExtension.swift",
"ColorPickerRing.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.