Build Information
Successful build of USBDeviceSwift, reference master (b26a0b), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 02:26:04 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Arti3DPlayer/USBDeviceSwift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Arti3DPlayer/USBDeviceSwift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at b26a0b4 Merge pull request #27 from emorydunn/master
Cloned https://github.com/Arti3DPlayer/USBDeviceSwift.git
Revision (git rev-parse @):
b26a0b4b3f9230ac767eee248e31706f7949a143
SUCCESS checkout https://github.com/Arti3DPlayer/USBDeviceSwift.git at master
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "usbdeviceswift",
"name": "USBDeviceSwift",
"url": "https://github.com/Arti3DPlayer/USBDeviceSwift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/USBDeviceSwift",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/Arti3DPlayer/USBDeviceSwift.git
[1/316] Fetching usbdeviceswift
Fetched https://github.com/Arti3DPlayer/USBDeviceSwift.git from cache (0.75s)
Creating working copy for https://github.com/Arti3DPlayer/USBDeviceSwift.git
Working copy of https://github.com/Arti3DPlayer/USBDeviceSwift.git resolved at master (b26a0b4)
warning: '.resolve-product-dependencies': dependency 'usbdeviceswift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/Arti3DPlayer/USBDeviceSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/9] Emitting module USBDeviceSwift
/Users/admin/builder/spi-builder-workspace/Sources/SerialDevice.swift:32:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SerialDevice' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
30 |
31 | extension SerialDevice: Hashable {
32 | public var hashValue: Int {
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SerialDevice' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
33 | return "\(path)".hashValue
34 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[4/9] Compiling USBDeviceSwift HIDDevice.swift
[5/9] Compiling USBDeviceSwift USBDevice.swift
[6/9] Compiling USBDeviceSwift USBDeviceMonitor.swift
[7/9] Compiling USBDeviceSwift SerialDeviceMonitor.swift
[8/9] Compiling USBDeviceSwift HIDDeviceMonitor.swift
[9/9] Compiling USBDeviceSwift SerialDevice.swift
/Users/admin/builder/spi-builder-workspace/Sources/SerialDevice.swift:32:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SerialDevice' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
30 |
31 | extension SerialDevice: Hashable {
32 | public var hashValue: Int {
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SerialDevice' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
33 | return "\(path)".hashValue
34 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Build complete! (8.43s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "USBDeviceSwift",
"name" : "USBDeviceSwift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "USBDeviceSwift",
"targets" : [
"USBDeviceSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "USBDeviceSwift",
"module_type" : "SwiftTarget",
"name" : "USBDeviceSwift",
"path" : "Sources",
"product_memberships" : [
"USBDeviceSwift"
],
"sources" : [
"HIDDevice.swift",
"HIDDeviceMonitor.swift",
"SerialDevice.swift",
"SerialDeviceMonitor.swift",
"USBDevice.swift",
"USBDeviceMonitor.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.