Build Information
Successful build of DeviceKit, reference main (2df3ff), with Swift 6.0 for macOS (SPM) on 2 Apr 2026 04:41:48 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ErsanQ/DeviceKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ErsanQ/DeviceKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 2df3ff1 fix: standardized target paths for SPI compatibility
Cloned https://github.com/ErsanQ/DeviceKit.git
Revision (git rev-parse @):
2df3ff15d3b282a1ad3d5ba036f9c895c91d19f4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ErsanQ/DeviceKit.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/ErsanQ/DeviceKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/7] Compiling DeviceKit DeviceModels.swift
[4/7] Compiling DeviceKit DeviceType.swift
[5/7] Compiling DeviceKit DeviceKitFallback.swift
[6/7] Compiling DeviceKit Device+Extensions.swift
[7/7] Emitting module DeviceKit
Build complete! (8.00s)
Build complete.
{
"default_localization" : "en",
"dependencies" : [
],
"manifest_display_name" : "DeviceKit",
"name" : "DeviceKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "DeviceKit",
"targets" : [
"DeviceKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DeviceKit",
"module_type" : "SwiftTarget",
"name" : "DeviceKit",
"path" : "Sources/DeviceKit",
"product_memberships" : [
"DeviceKit"
],
"sources" : [
"DeviceKitFallback.swift",
"Extensions/Device+Extensions.swift",
"Models/DeviceModels.swift",
"Models/DeviceType.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.