Build Information
Successful build of HotSwiftUI, reference main (79b90d
), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 18:30:48 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/johnno1962/HotSwiftUI.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/johnno1962/HotSwiftUI
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 79b90df New function name.
Cloned https://github.com/johnno1962/HotSwiftUI.git
Revision (git rev-parse @):
79b90df110099c6fe6f14be3da577f744cf3ec1a
SUCCESS checkout https://github.com/johnno1962/HotSwiftUI.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/johnno1962/HotSwiftUI.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] Emitting module HotSwiftUI
[4/4] Compiling HotSwiftUI HotSwiftUI.swift
Build complete! (7.02s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "HotSwiftUI",
"name" : "HotSwiftUI",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "HotSwiftUI",
"targets" : [
"HotSwiftUI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HotSwiftUITests",
"module_type" : "SwiftTarget",
"name" : "HotSwiftUITests",
"path" : "Tests/HotSwiftUITests",
"sources" : [
"HotSwiftUITests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"HotSwiftUI"
],
"type" : "test"
},
{
"c99name" : "HotSwiftUI",
"module_type" : "SwiftTarget",
"name" : "HotSwiftUI",
"path" : "Sources/HotSwiftUI",
"product_memberships" : [
"HotSwiftUI"
],
"sources" : [
"HotSwiftUI.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.