Build Information
Successful build of Progress, reference 0.4.0 (fed659), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 04:29:07 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/jkandzi/Progress.swift.git
Reference: 0.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jkandzi/Progress.swift
* tag 0.4.0 -> FETCH_HEAD
HEAD is now at fed6598 Merge pull request #6 from brodney/update-package-file
Cloned https://github.com/jkandzi/Progress.swift.git
Revision (git rev-parse @):
fed6598735d7982058690acf8f52a0a5fdaeb3e0
SUCCESS checkout https://github.com/jkandzi/Progress.swift.git at 0.4.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/jkandzi/Progress.swift.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 Progress Progress.swift
[4/6] Compiling Progress Utilities.swift
[5/6] Emitting module Progress
[6/6] Compiling Progress ProgressElements.swift
Build complete! (1.62s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Progress",
"name" : "Progress",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Progress",
"targets" : [
"Progress"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Progress",
"module_type" : "SwiftTarget",
"name" : "Progress",
"path" : "Sources",
"product_memberships" : [
"Progress"
],
"sources" : [
"Progress.swift",
"ProgressElements.swift",
"Utilities.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.