Build Information
Successful build of SwiftOxfordAPI 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/maximbilan/SwiftOxfordAPI.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/maximbilan/SwiftOxfordAPI
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 322df3b Update README.md
Cloned https://github.com/maximbilan/SwiftOxfordAPI.git
Revision (git rev-parse @):
322df3b8601e871874993e124fa31d22c91217d1
SUCCESS checkout https://github.com/maximbilan/SwiftOxfordAPI.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/maximbilan/SwiftOxfordAPI.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/4] Emitting module SwiftOxfordAPI
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOxfordAPI.swift:15:20: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'SwiftOxfordAPI' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | /// A helper class for using Oxford Dictionaries API.
12 | public class SwiftOxfordAPI {
| `- note: class 'SwiftOxfordAPI' does not conform to the 'Sendable' protocol
13 |
14 | /// Shared instance.
15 | public static let shared = SwiftOxfordAPI()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'SwiftOxfordAPI' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
16 |
17 | /// API structure.
[4/4] Compiling SwiftOxfordAPI SwiftOxfordAPI.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOxfordAPI.swift:15:20: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'SwiftOxfordAPI' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | /// A helper class for using Oxford Dictionaries API.
12 | public class SwiftOxfordAPI {
| `- note: class 'SwiftOxfordAPI' does not conform to the 'Sendable' protocol
13 |
14 | /// Shared instance.
15 | public static let shared = SwiftOxfordAPI()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'SwiftOxfordAPI' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
16 |
17 | /// API structure.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOxfordAPI.swift:145:21: warning: capture of 'completion' with non-sendable type 'SwiftOxfordAPI.RequestHandler' (aka '(Optional<Dictionary<String, Any>>, Optional<any Error>) -> ()') in a `@Sendable` closure; this is an error in the Swift 6 language mode
143 | (200 ..< 300) ~= response.statusCode,
144 | error == nil else {
145 | completion(nil, error)
| |- warning: capture of 'completion' with non-sendable type 'SwiftOxfordAPI.RequestHandler' (aka '(Optional<Dictionary<String, Any>>, Optional<any Error>) -> ()') in a `@Sendable` closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
146 | return
147 | }
Build complete! (15.90s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftOxfordAPI",
"name" : "SwiftOxfordAPI",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftOxfordAPI",
"targets" : [
"SwiftOxfordAPI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftOxfordAPI",
"module_type" : "SwiftTarget",
"name" : "SwiftOxfordAPI",
"path" : "Sources",
"product_memberships" : [
"SwiftOxfordAPI"
],
"sources" : [
"SwiftOxfordAPI.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Done.