The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adamnemecek/webmidikit.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/adamnemecek/webmidikit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
[3/17] Compiling WebMIDIKit MIDIPort.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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#>
[4/17] Compiling WebMIDIKit MIDIPortMap.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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#>
[5/19] Emitting module WebMIDIKit
[6/19] Compiling WebMIDIKit VirtualMIDIOutput.swift
[7/19] Compiling WebMIDIKit WebMIDIKit.swift
[8/19] Compiling WebMIDIKit MIDIStatus.swift
[9/19] Compiling WebMIDIKit VirtualMIDIInput.swift
[10/19] Compiling WebMIDIKit MIDIEndpoint.swift
[11/19] Compiling WebMIDIKit MIDIEvent.swift
[12/19] Compiling WebMIDIKit CoreMIDI.swift
[13/19] Compiling WebMIDIKit Enums.swift
[14/19] Compiling WebMIDIKit MIDIInput.swift
[15/19] Compiling WebMIDIKit MIDIOutput.swift
[16/19] Compiling WebMIDIKit Extensions.swift
[17/19] Compiling WebMIDIKit MIDIClient.swift
[18/19] Compiling WebMIDIKit MIDIPacketList.swift
[19/19] Compiling WebMIDIKit MIDIPacketListBuilder.swift
Build complete! (7.02s)
Build complete.
Done.