Build Information
Successful build of Solar, reference 3.0.1 (c2b96f
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 04:20:05 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/ceeK/Solar.git
Reference: 3.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ceeK/Solar
* tag 3.0.1 -> FETCH_HEAD
HEAD is now at c2b96f2 Merge pull request #58 from ceeK/1ec5-v3.0.1
Cloned https://github.com/ceeK/Solar.git
Revision (git rev-parse @):
c2b96f2d5fb7f835b91cefac5e83101f54643901
SUCCESS checkout https://github.com/ceeK/Solar.git at 3.0.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/ceeK/Solar.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/4] Compiling Solar Solar.swift
[4/4] Emitting module Solar
Build complete! (2.99s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Solar",
"name" : "Solar",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "watchos",
"version" : "3.0"
},
{
"name" : "tvos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "Solar",
"targets" : [
"Solar"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SolarTests",
"module_type" : "SwiftTarget",
"name" : "SolarTests",
"path" : "SolarTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/SolarTests/CorrectResults.json",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"City.swift",
"SolarTests.swift"
],
"target_dependencies" : [
"Solar"
],
"type" : "test"
},
{
"c99name" : "Solar",
"module_type" : "SwiftTarget",
"name" : "Solar",
"path" : "Solar",
"product_memberships" : [
"Solar"
],
"sources" : [
"Solar.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.