Build Information
Successful build of CSProgress, reference 1.1.2 (7d49a5
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 00:19:00 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: 1.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CharlesJS/CSProgress
* tag 1.1.2 -> FETCH_HEAD
HEAD is now at 7d49a5a Make sure completion notification is fired when `isComplete` becomes true
Cloned https://github.com/CharlesJS/CSProgress.git
Revision (git rev-parse @):
7d49a5a05e8421db18db4bfb7f6fe4ff6853b4b3
SUCCESS checkout https://github.com/CharlesJS/CSProgress.git at 1.1.2
========================================
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
[2/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] Compiling CSProgressPerformanceTests CSProgressPerformanceTests.swift
[9/12] Emitting module CSProgressPerformanceTests
[9/12] Write Objects.LinkFileList
[10/12] Linking CSProgressPerformanceTests
[11/12] Applying CSProgressPerformanceTests
Build complete! (4.18s)
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.