Build Information
Successful build of SemanticColorPicker, reference 0.1.0 (2fbb2c
), with Swift 6.2 (beta) for macOS (SPM) on 29 Jul 2025 13:34:56 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/borisovodov/SemanticColorPicker.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/borisovodov/SemanticColorPicker
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at 2fbb2c2 Update resources
Cloned https://github.com/borisovodov/SemanticColorPicker.git
Revision (git rev-parse @):
2fbb2c22fd00670b8775cae48b41d36341a95bdc
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/borisovodov/SemanticColorPicker.git at 0.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/borisovodov/SemanticColorPicker.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/6] Compiling SemanticColorPicker SemanticColorPicker.swift
[4/6] Compiling SemanticColorPicker SemanticColor.swift
[5/6] Compiling SemanticColorPicker ColorConvertible.swift
[6/6] Emitting module SemanticColorPicker
Build complete! (8.82s)
Build complete.
{
"default_localization" : "en",
"dependencies" : [
],
"manifest_display_name" : "SemanticColorPicker",
"name" : "SemanticColorPicker",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "SemanticColorPicker",
"targets" : [
"SemanticColorPicker"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "SemanticColorPickerTests",
"module_type" : "SwiftTarget",
"name" : "SemanticColorPickerTests",
"path" : "Tests/SemanticColorPickerTests",
"sources" : [
"SemanticColorPickerTests.swift"
],
"target_dependencies" : [
"SemanticColorPicker"
],
"type" : "test"
},
{
"c99name" : "SemanticColorPicker",
"module_type" : "SwiftTarget",
"name" : "SemanticColorPicker",
"path" : "Sources/SemanticColorPicker",
"product_memberships" : [
"SemanticColorPicker"
],
"sources" : [
"ColorConvertible.swift",
"SemanticColor.swift",
"SemanticColorPicker.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.