Build Information
Successful build of USBDeviceSwift, reference master (b26a0b
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 20:22:00 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Arti3DPlayer/USBDeviceSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/9] Compiling USBDeviceSwift HIDDevice.swift
[4/9] Compiling USBDeviceSwift USBDeviceMonitor.swift
[5/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>
[6/9] Compiling USBDeviceSwift HIDDeviceMonitor.swift
[7/9] Compiling USBDeviceSwift USBDevice.swift
[8/9] Compiling USBDeviceSwift SerialDeviceMonitor.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! (6.12s)
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.