Build Information
Successful build of SimpleColorPalette, reference main (a373fa
), with Swift 6.0 for macOS (SPM) on 26 Apr 2025 11:51:01 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/simple-color-palette/SimpleColorPaletteSwift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/simple-color-palette/SimpleColorPaletteSwift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a373fa2 0.2.0
Cloned https://github.com/simple-color-palette/SimpleColorPaletteSwift.git
Revision (git rev-parse @):
a373fa27ea131db84bf359606a9c9563218036c9
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/simple-color-palette/SimpleColorPaletteSwift.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/simple-color-palette/SimpleColorPaletteSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/10] Compiling SimpleColorPalette ColorPalette.swift
[4/10] Compiling SimpleColorPalette SwiftUI.swift
[5/10] Compiling SimpleColorPalette Extensions.swift
[6/10] Compiling SimpleColorPalette Utilities.swift
[7/10] Compiling SimpleColorPalette ColorComponents.swift
[8/10] Compiling SimpleColorPalette Color.swift
[9/10] Compiling SimpleColorPalette AppKit.swift
[10/10] Emitting module SimpleColorPalette
Build complete! (8.00s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SimpleColorPalette",
"name" : "SimpleColorPalette",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "SimpleColorPalette",
"targets" : [
"SimpleColorPalette"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SimpleColorPaletteTests",
"module_type" : "SwiftTarget",
"name" : "SimpleColorPaletteTests",
"path" : "Tests/SimpleColorPaletteTests",
"sources" : [
"AppKit.swift",
"SwiftUI.swift",
"Tests.swift"
],
"target_dependencies" : [
"SimpleColorPalette"
],
"type" : "test"
},
{
"c99name" : "SimpleColorPalette",
"module_type" : "SwiftTarget",
"name" : "SimpleColorPalette",
"path" : "Sources/SimpleColorPalette",
"product_memberships" : [
"SimpleColorPalette"
],
"sources" : [
"AppKit.swift",
"Color.swift",
"ColorComponents.swift",
"ColorPalette.swift",
"Extensions.swift",
"SwiftUI.swift",
"Utilities.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.