Build Information
Successful build of DeviceKit, reference 5.8.0 (56b997), with Swift 6.1 for macOS (SPM) on 3 Mar 2026 10:59:10 UTC.
Swift 6 data race errors: 1
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/devicekit/DeviceKit.git
Reference: 5.8.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/devicekit/DeviceKit
* tag 5.8.0 -> FETCH_HEAD
HEAD is now at 56b997e Version bump. (v5.8.0)
Cloned https://github.com/devicekit/DeviceKit.git
Revision (git rev-parse @):
56b997e8a61707218f9af09f32b2a1d1806fd792
SUCCESS checkout https://github.com/devicekit/DeviceKit.git at 5.8.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/devicekit/DeviceKit.git
https://github.com/devicekit/DeviceKit.git
{
"dependencies" : [
],
"manifest_display_name" : "DeviceKit",
"name" : "DeviceKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "4.0"
}
],
"products" : [
{
"name" : "DeviceKit",
"targets" : [
"DeviceKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "DeviceKitTests",
"module_type" : "SwiftTarget",
"name" : "DeviceKitTests",
"path" : "Tests",
"sources" : [
"Tests.swift"
],
"target_dependencies" : [
"DeviceKit"
],
"type" : "test"
},
{
"c99name" : "DeviceKit",
"module_type" : "SwiftTarget",
"name" : "DeviceKit",
"path" : "Source",
"product_memberships" : [
"DeviceKit"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Source/PrivacyInfo.xcprivacy",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Device.generated.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/3] Write sources
[1/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/6] Compiling DeviceKit resource_bundle_accessor.swift
[5/6] Emitting module DeviceKit
/Users/admin/builder/spi-builder-workspace/Source/Device.generated.swift:609:21: warning: static property 'identifier' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
607 |
608 | /// Gets the identifier from the system, such as "iPhone7,1".
609 | public static var identifier: String = {
| |- warning: static property 'identifier' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'identifier' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'identifier' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
610 | var systemInfo = utsname()
611 | uname(&systemInfo)
[6/6] Compiling DeviceKit Device.generated.swift
/Users/admin/builder/spi-builder-workspace/Source/Device.generated.swift:609:21: warning: static property 'identifier' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
607 |
608 | /// Gets the identifier from the system, such as "iPhone7,1".
609 | public static var identifier: String = {
| |- warning: static property 'identifier' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'identifier' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'identifier' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
610 | var systemInfo = utsname()
611 | uname(&systemInfo)
Build complete! (3.98s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "DeviceKit",
"name" : "DeviceKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "4.0"
}
],
"products" : [
{
"name" : "DeviceKit",
"targets" : [
"DeviceKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "DeviceKitTests",
"module_type" : "SwiftTarget",
"name" : "DeviceKitTests",
"path" : "Tests",
"sources" : [
"Tests.swift"
],
"target_dependencies" : [
"DeviceKit"
],
"type" : "test"
},
{
"c99name" : "DeviceKit",
"module_type" : "SwiftTarget",
"name" : "DeviceKit",
"path" : "Source",
"product_memberships" : [
"DeviceKit"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Source/PrivacyInfo.xcprivacy",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Device.generated.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.