Build Information
Successful build of CSProgress, reference main (c7b4ac
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 00:06:35 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/CharlesJS/CSProgress.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CharlesJS/CSProgress
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c7b4ace Update README.md
Cloned https://github.com/CharlesJS/CSProgress.git
Revision (git rev-parse @):
c7b4ace313668de465e6828164c2296f5d01afbd
SUCCESS checkout https://github.com/CharlesJS/CSProgress.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/CharlesJS/CSProgress.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[0/7] Write CSProgressPerformanceTests-entitlement.plist
[3/7] Write swift-version-1EA4D86E10B52AF.txt
[5/9] Compiling CSProgress CSProgress.swift
/Users/admin/builder/spi-builder-workspace/Sources/CSProgress/CSProgress.swift:1211:25: warning: class 'BridgedNSProgress' must restate inherited '@unchecked Sendable' conformance
1209 |
1210 | // An NSProgress subclass that wraps a CSProgress.
1211 | private final class BridgedNSProgress: Foundation.Progress {
| `- warning: class 'BridgedNSProgress' must restate inherited '@unchecked Sendable' conformance
1212 | private(set) weak var progress: CSProgress?
1213 |
[6/9] Emitting module CSProgress
/Users/admin/builder/spi-builder-workspace/Sources/CSProgress/CSProgress.swift:1211:25: warning: class 'BridgedNSProgress' must restate inherited '@unchecked Sendable' conformance
1209 |
1210 | // An NSProgress subclass that wraps a CSProgress.
1211 | private final class BridgedNSProgress: Foundation.Progress {
| `- warning: class 'BridgedNSProgress' must restate inherited '@unchecked Sendable' conformance
1212 | private(set) weak var progress: CSProgress?
1213 |
[7/12] Compiling CSProgressPerformanceTests main.swift
[8/12] Emitting module CSProgressPerformanceTests
[9/12] Compiling CSProgressPerformanceTests CSProgressPerformanceTests.swift
[9/12] Write Objects.LinkFileList
[10/12] Linking CSProgressPerformanceTests
[11/12] Applying CSProgressPerformanceTests
Build complete! (4.36s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "CSProgress",
"name" : "CSProgress",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "CSProgress",
"targets" : [
"CSProgress"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CSProgressPerformanceTests",
"targets" : [
"CSProgressPerformanceTests"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "CSProgressTests",
"module_type" : "SwiftTarget",
"name" : "CSProgressTests",
"path" : "Tests/CSProgressTests",
"sources" : [
"CSProgressTests.swift",
"Foundation.Progress Tests.swift"
],
"target_dependencies" : [
"CSProgress"
],
"type" : "test"
},
{
"c99name" : "CSProgressPerformanceTests",
"module_type" : "SwiftTarget",
"name" : "CSProgressPerformanceTests",
"path" : "Tests/CSProgressPerformanceTests",
"product_memberships" : [
"CSProgressPerformanceTests"
],
"sources" : [
"CSProgressPerformanceTests.swift",
"main.swift"
],
"target_dependencies" : [
"CSProgress"
],
"type" : "executable"
},
{
"c99name" : "CSProgress",
"module_type" : "SwiftTarget",
"name" : "CSProgress",
"path" : "Sources/CSProgress",
"product_memberships" : [
"CSProgress",
"CSProgressPerformanceTests"
],
"sources" : [
"CSProgress.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Done.