Build Information
Successful build of VersionTracker 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/tbaranes/VersionTrackerSwift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tbaranes/VersionTrackerSwift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 74c6806 Merge pull request #29 from tbaranes/feature/next_version
Cloned https://github.com/tbaranes/VersionTrackerSwift.git
Revision (git rev-parse @):
74c6806882b46b814bd709eb275ee5cd3c933b46
SUCCESS checkout https://github.com/tbaranes/VersionTrackerSwift.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/tbaranes/VersionTrackerSwift.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/3] Write sources
[1/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-6F35C1178C84523A.txt
[4/6] Compiling VersionTracker resource_bundle_accessor.swift
[5/6] Emitting module VersionTracker
/Users/admin/builder/spi-builder-workspace/Sources/VersionTracker.swift:42:23: warning: static property 'shared' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
40 | // MARK: Singleton
41 |
42 | public static var shared = VersionTracker()
| |- warning: static property 'shared' 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 'shared' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'shared' 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
43 |
44 | private init() {
[6/6] Compiling VersionTracker VersionTracker.swift
/Users/admin/builder/spi-builder-workspace/Sources/VersionTracker.swift:42:23: warning: static property 'shared' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
40 | // MARK: Singleton
41 |
42 | public static var shared = VersionTracker()
| |- warning: static property 'shared' 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 'shared' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'shared' 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
43 |
44 | private init() {
Build complete! (17.13s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "VersionTracker",
"name" : "VersionTracker",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "VersionTracker",
"targets" : [
"VersionTracker"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "VersionTracker",
"module_type" : "SwiftTarget",
"name" : "VersionTracker",
"path" : "Sources",
"product_memberships" : [
"VersionTracker"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/Resources/PrivacyInfo.xcprivacy",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"VersionTracker.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Done.