Build Information
Successful build of DeviceDetector, reference main (07478b), with Swift 6.2 for macOS (SPM) on 7 Mar 2026 11:38:56 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "devicedetector",
"name": "DeviceDetector",
"url": "https://github.com/ShawnBaek/DeviceDetector.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DeviceDetector",
"dependencies": [
]
}
]
}
Fetching https://github.com/ShawnBaek/DeviceDetector.git
[1/334] Fetching devicedetector
Fetched https://github.com/ShawnBaek/DeviceDetector.git from cache (0.95s)
Creating working copy for https://github.com/ShawnBaek/DeviceDetector.git
Working copy of https://github.com/ShawnBaek/DeviceDetector.git resolved at main (07478bf)
warning: '.resolve-product-dependencies': dependency 'devicedetector' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/ShawnBaek/DeviceDetector.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying Device.plist
[2/3] Write swift-version-49B95AFC49DCD68C.txt
[4/8] Compiling DeviceDetector DeviceOptionSet.swift
[5/8] Compiling DeviceDetector UIDevice+Extension.swift
[6/8] Compiling DeviceDetector DeviceDetector.swift
[7/8] Compiling DeviceDetector resource_bundle_accessor.swift
[8/8] Emitting module DeviceDetector
Build complete! (3.49s)
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.