Build Information
Successful build of WeatherGround, reference 0.0.3 (d3acf5), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 23:48:38 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mbarnach/WeatherGround.git
Reference: 0.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mbarnach/WeatherGround
* tag 0.0.3 -> FETCH_HEAD
HEAD is now at d3acf5a Fix typos.
Cloned https://github.com/mbarnach/WeatherGround.git
Revision (git rev-parse @):
d3acf5aca9ff56cf6aec500e78eb3932642f9398
SUCCESS checkout https://github.com/mbarnach/WeatherGround.git at 0.0.3
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/mbarnach/WeatherGround.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/7] Compiling WeatherGround WeatherGround.swift
[4/7] Compiling WeatherGround Utils.swift
[5/7] Compiling WeatherGround Errors.swift
[6/7] Compiling WeatherGround Model.swift
[7/7] Emitting module WeatherGround
Build complete! (3.54s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "WeatherGround",
"name" : "WeatherGround",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.11"
},
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "10.0"
},
{
"name" : "watchos",
"version" : "3.0"
}
],
"products" : [
{
"name" : "WeatherGround",
"targets" : [
"WeatherGround"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "WeatherGroundTests",
"module_type" : "SwiftTarget",
"name" : "WeatherGroundTests",
"path" : "Tests/WeatherGroundTests",
"sources" : [
"WeatherGroundTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"WeatherGround"
],
"type" : "test"
},
{
"c99name" : "WeatherGround",
"module_type" : "SwiftTarget",
"name" : "WeatherGround",
"path" : "Sources/WeatherGround",
"product_memberships" : [
"WeatherGround"
],
"sources" : [
"Errors.swift",
"Model.swift",
"Utils.swift",
"WeatherGround.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.