The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adamnemecek/webmidikit.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/adamnemecek/webmidikit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 6f35069 Improve Xcode 12+ compatibility (#35)
Cloned https://github.com/adamnemecek/webmidikit.git
Revision (git rev-parse @):
6f3506937c141f04edaaa182502984d7baaa2e26
SUCCESS checkout https://github.com/adamnemecek/webmidikit.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": "webmidikit",
      "name": "WebMIDIKit",
      "url": "https://github.com/adamnemecek/webmidikit.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/webmidikit",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/adamnemecek/webmidikit.git
[1/1788] Fetching webmidikit
Fetched https://github.com/adamnemecek/webmidikit.git (0.38s)
Creating working copy for https://github.com/adamnemecek/webmidikit.git
Working copy of https://github.com/adamnemecek/webmidikit.git resolved at master
warning: '.resolve-product-dependencies': dependency 'webmidikit' 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.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/15] Compiling WebMIDIKit MIDIPort.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/WebMIDIKit/MIDIPort.swift:186:27: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
        return "\(type) \(name) by \(manufacturer), connection: \(connection) (id: \(id))"
                          ^~~~
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/WebMIDIKit/MIDIPort.swift:186:27: note: use 'String(describing:)' to silence this warning
        return "\(type) \(name) by \(manufacturer), connection: \(connection) (id: \(id))"
                          ^~~~
                          String(describing:  )
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/WebMIDIKit/MIDIPort.swift:186:27: note: provide a default value to avoid this warning
        return "\(type) \(name) by \(manufacturer), connection: \(connection) (id: \(id))"
                          ^~~~
                               ?? <#default value#>
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/WebMIDIKit/MIDIPort.swift:186:38: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
        return "\(type) \(name) by \(manufacturer), connection: \(connection) (id: \(id))"
                                     ^~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/WebMIDIKit/MIDIPort.swift:186:38: note: use 'String(describing:)' to silence this warning
        return "\(type) \(name) by \(manufacturer), connection: \(connection) (id: \(id))"
                                     ^~~~~~~~~~~~
                                     String(describing:  )
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/WebMIDIKit/MIDIPort.swift:186:38: note: provide a default value to avoid this warning
        return "\(type) \(name) by \(manufacturer), connection: \(connection) (id: \(id))"
                                     ^~~~~~~~~~~~
                                                  ?? <#default value#>
[2/15] Compiling WebMIDIKit MIDIPortMap.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/WebMIDIKit/MIDIPort.swift:186:27: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
        return "\(type) \(name) by \(manufacturer), connection: \(connection) (id: \(id))"
                          ^~~~
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/WebMIDIKit/MIDIPort.swift:186:27: note: use 'String(describing:)' to silence this warning
        return "\(type) \(name) by \(manufacturer), connection: \(connection) (id: \(id))"
                          ^~~~
                          String(describing:  )
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/WebMIDIKit/MIDIPort.swift:186:27: note: provide a default value to avoid this warning
        return "\(type) \(name) by \(manufacturer), connection: \(connection) (id: \(id))"
                          ^~~~
                               ?? <#default value#>
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/WebMIDIKit/MIDIPort.swift:186:38: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
        return "\(type) \(name) by \(manufacturer), connection: \(connection) (id: \(id))"
                                     ^~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/WebMIDIKit/MIDIPort.swift:186:38: note: use 'String(describing:)' to silence this warning
        return "\(type) \(name) by \(manufacturer), connection: \(connection) (id: \(id))"
                                     ^~~~~~~~~~~~
                                     String(describing:  )
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/WebMIDIKit/MIDIPort.swift:186:38: note: provide a default value to avoid this warning
        return "\(type) \(name) by \(manufacturer), connection: \(connection) (id: \(id))"
                                     ^~~~~~~~~~~~
                                                  ?? <#default value#>
[3/17] Compiling WebMIDIKit MIDIStatus.swift
[4/17] Compiling WebMIDIKit VirtualMIDIInput.swift
[5/17] Compiling WebMIDIKit MIDIInput.swift
[6/17] Compiling WebMIDIKit MIDIOutput.swift
[7/17] Compiling WebMIDIKit VirtualMIDIOutput.swift
[8/17] Compiling WebMIDIKit WebMIDIKit.swift
[9/17] Compiling WebMIDIKit Extensions.swift
[10/17] Compiling WebMIDIKit MIDIClient.swift
[11/17] Emitting module WebMIDIKit
[12/17] Compiling WebMIDIKit CoreMIDI.swift
[13/17] Compiling WebMIDIKit Enums.swift
[14/17] Compiling WebMIDIKit MIDIEndpoint.swift
[15/17] Compiling WebMIDIKit MIDIEvent.swift
[16/17] Compiling WebMIDIKit MIDIPacketList.swift
[17/17] Compiling WebMIDIKit MIDIPacketListBuilder.swift
Build complete! (10.72s)
Build complete.
Done.