Build Information
Successful build of Progress with Swift 6.0 for macOS (SPM).
Swift 6 data race errors: 1
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ordo-one/Progress.swift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ordo-one/Progress.swift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 29dc5dc Tweak time calculation
Cloned https://github.com/ordo-one/Progress.swift.git
Revision (git rev-parse @):
29dc5dc29d8408f42878b832c7aae38a35ff26ee
SUCCESS checkout https://github.com/ordo-one/Progress.swift.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/ordo-one/Progress.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6F35C1178C84523A.txt
[3/6] Compiling Progress Progress.swift
/Users/admin/builder/spi-builder-workspace/Sources/Progress.swift:63:23: warning: static property 'defaultConfiguration' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
61 | let configuration: [ProgressElementType]?
62 |
63 | public static var defaultConfiguration: [ProgressElementType] = [ProgressIndex(), ProgressBarLine(), ProgressTimeEstimates()]
| |- warning: static property 'defaultConfiguration' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'defaultConfiguration' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'defaultConfiguration' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
64 |
65 | var printer: ProgressBarPrinter
[4/6] Emitting module Progress
/Users/admin/builder/spi-builder-workspace/Sources/Progress.swift:63:23: warning: static property 'defaultConfiguration' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
61 | let configuration: [ProgressElementType]?
62 |
63 | public static var defaultConfiguration: [ProgressElementType] = [ProgressIndex(), ProgressBarLine(), ProgressTimeEstimates()]
| |- warning: static property 'defaultConfiguration' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'defaultConfiguration' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'defaultConfiguration' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
64 |
65 | var printer: ProgressBarPrinter
[5/6] Compiling Progress Utilities.swift
[6/6] Compiling Progress ProgressElements.swift
Build complete! (5.08s)
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" : "5.5"
}
Done.