The Swift Package Index logo.Swift Package Index

Build Information

Successful build of USBDeviceSwift with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.28.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Arti3DPlayer/USBDeviceSwift.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "usbdeviceswift",
      "name": "USBDeviceSwift",
      "url": "https://github.com/Arti3DPlayer/USBDeviceSwift.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/USBDeviceSwift",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Arti3DPlayer/USBDeviceSwift.git
[1/311] Fetching usbdeviceswift
Fetched https://github.com/Arti3DPlayer/USBDeviceSwift.git (0.28s)
Creating working copy for https://github.com/Arti3DPlayer/USBDeviceSwift.git
Working copy of https://github.com/Arti3DPlayer/USBDeviceSwift.git resolved at master
warning: '.resolve-product-dependencies': dependency 'usbdeviceswift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[1/7] Compiling USBDeviceSwift SerialDevice.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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
    public var hashValue: Int {
               ^
[2/7] Compiling USBDeviceSwift HIDDeviceMonitor.swift
[3/7] Compiling USBDeviceSwift SerialDeviceMonitor.swift
[4/7] Compiling USBDeviceSwift HIDDevice.swift
[5/7] Compiling USBDeviceSwift USBDeviceMonitor.swift
[6/7] Compiling USBDeviceSwift USBDevice.swift
[7/7] Emitting module USBDeviceSwift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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
    public var hashValue: Int {
               ^
Build complete! (5.48s)
Build complete.
Done.