Build Information
Successful build of DeviceDetector, reference main (07478b), with Swift 6.0 for macOS (SPM) on 7 Mar 2026 11:38:09 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ShawnBaek/DeviceDetector.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ShawnBaek/DeviceDetector
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 07478bf Add macOS support via conditional UIKit compilation
Cloned https://github.com/ShawnBaek/DeviceDetector.git
Revision (git rev-parse @):
07478bfa89ce0d7c4d10d201c7f41d133f007b29
SUCCESS checkout https://github.com/ShawnBaek/DeviceDetector.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/ShawnBaek/DeviceDetector.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying Device.plist
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/8] Compiling DeviceDetector resource_bundle_accessor.swift
[5/8] Emitting module DeviceDetector
[6/8] Compiling DeviceDetector UIDevice+Extension.swift
[7/8] Compiling DeviceDetector DeviceOptionSet.swift
[8/8] Compiling DeviceDetector DeviceDetector.swift
Build complete! (4.15s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "DeviceDetector",
"name" : "DeviceDetector",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "DeviceDetector",
"targets" : [
"DeviceDetector"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DeviceDetectorTests",
"module_type" : "SwiftTarget",
"name" : "DeviceDetectorTests",
"path" : "Tests/DeviceDetectorTests",
"sources" : [
"DeviceDetectorTests.swift"
],
"target_dependencies" : [
"DeviceDetector"
],
"type" : "test"
},
{
"c99name" : "DeviceDetector",
"module_type" : "SwiftTarget",
"name" : "DeviceDetector",
"path" : "Sources/DeviceDetector",
"product_memberships" : [
"DeviceDetector"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/Resources/Device.plist",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"DeviceDetector.swift",
"DeviceOptionSet.swift",
"UIDevice+Extension.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Done.