[INFO] fetching crate coremidi 0.8.0...
[INFO] checking coremidi-0.8.0 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate coremidi 0.8.0 into /workspace/builds/worker-5-tc1/source
[INFO] validating manifest of crates.io crate coremidi 0.8.0 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-5-tc1/source/rust-toolchain
[INFO] started tweaking crates.io crate coremidi 0.8.0
[INFO] finished tweaking crates.io crate coremidi 0.8.0
[INFO] tweaked toml for crates.io crate coremidi 0.8.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] crate crates.io crate coremidi 0.8.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 275109e43ca780c539d868a3fed9cd75e1a5a9a4d3e432aeada4559b6b6de5d8
[INFO] running `Command { std: "docker" "start" "-a" "275109e43ca780c539d868a3fed9cd75e1a5a9a4d3e432aeada4559b6b6de5d8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "275109e43ca780c539d868a3fed9cd75e1a5a9a4d3e432aeada4559b6b6de5d8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "275109e43ca780c539d868a3fed9cd75e1a5a9a4d3e432aeada4559b6b6de5d8", kill_on_drop: false }`
[INFO] [stdout] 275109e43ca780c539d868a3fed9cd75e1a5a9a4d3e432aeada4559b6b6de5d8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b21be7298aa96704c82ad934b6726bb3ad810cdfce9815243849ad0f67a32dad
[INFO] running `Command { std: "docker" "start" "-a" "b21be7298aa96704c82ad934b6726bb3ad810cdfce9815243849ad0f67a32dad", kill_on_drop: false }`
[INFO] [stderr]    Compiling coremidi-sys v3.1.0
[INFO] [stderr]     Checking core-foundation-sys v0.8.4
[INFO] [stderr]     Checking block v0.1.6
[INFO] [stderr]     Checking core-foundation v0.9.3
[INFO] [stderr]     Checking coremidi v0.8.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::MIDIObjectRef`, `coremidi_sys::MIDIObjectType`
[INFO] [stdout]  --> src/any_object.rs:1:20
[INFO] [stdout]   |
[INFO] [stdout] 1 | use coremidi_sys::{MIDIObjectRef, MIDIObjectType};
[INFO] [stdout]   |                    ^^^^^^^^^^^^^  ^^^^^^^^^^^^^^ no `MIDIObjectType` in the root
[INFO] [stdout]   |                    |
[INFO] [stdout]   |                    no `MIDIObjectRef` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::MIDIObjectRef`, `coremidi_sys::MIDIObjectType`
[INFO] [stdout]  --> src/any_object.rs:1:20
[INFO] [stdout]   |
[INFO] [stdout] 1 | use coremidi_sys::{MIDIObjectRef, MIDIObjectType};
[INFO] [stdout]   |                    ^^^^^^^^^^^^^  ^^^^^^^^^^^^^^ no `MIDIObjectType` in the root
[INFO] [stdout]   |                    |
[INFO] [stdout]   |                    no `MIDIObjectRef` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::MIDIClientCreate`, `coremidi_sys::MIDIClientCreateWithBlock`, `coremidi_sys::MIDIClientDispose`, `coremidi_sys::MIDIDestinationCreateWithBlock`, `coremidi_sys::MIDIDestinationCreateWithProtocol`, `coremidi_sys::MIDIEventList`, `coremidi_sys::MIDIInputPortCreateWithBlock`, `coremidi_sys::MIDIInputPortCreateWithProtocol`, `coremidi_sys::MIDINotification`, `coremidi_sys::MIDINotifyBlock`, `coremidi_sys::MIDIOutputPortCreate`, `coremidi_sys::MIDIPacketList`, `coremidi_sys::MIDIReadBlock`, `coremidi_sys::MIDIReceiveBlock`, `coremidi_sys::MIDISourceCreate`
[INFO] [stdout]   --> src/client.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     MIDIClientCreate, MIDIClientCreateWithBlock, MIDIClientDispose, MIDIDestinationCreateWithBlock,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `MIDIDestinationCreateWithBlock` in the root
[INFO] [stdout]    |     |                 |                          |
[INFO] [stdout]    |     |                 |                          no `MIDIClientDispose` in the root
[INFO] [stdout]    |     |                 no `MIDIClientCreateWithBlock` in the root
[INFO] [stdout]    |     no `MIDIClientCreate` in the root
[INFO] [stdout] 11 |     MIDIDestinationCreateWithProtocol, MIDIEventList, MIDIInputPortCreateWithBlock,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `MIDIInputPortCreateWithBlock` in the root
[INFO] [stdout]    |     |                                  |
[INFO] [stdout]    |     |                                  no `MIDIEventList` in the root
[INFO] [stdout]    |     no `MIDIDestinationCreateWithProtocol` in the root
[INFO] [stdout] 12 |     MIDIInputPortCreateWithProtocol, MIDINotification, MIDINotifyBlock, MIDIOutputPortCreate,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |                                |                 |
[INFO] [stdout]    |     |                                |                 no `MIDINotifyBlock` in the root
[INFO] [stdout]    |     |                                no `MIDINotification` in the root
[INFO] [stdout]    |     no `MIDIInputPortCreateWithProtocol` in the root
[INFO] [stdout] 13 |     MIDIPacketList, MIDIReadBlock, MIDIReceiveBlock, MIDISourceCreate,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `coremidi_sys::MIDIObjectRef`
[INFO] [stdout]  --> src/device.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use coremidi_sys::MIDIObjectRef;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `MIDIObjectRef` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::ItemCount`, `coremidi_sys::MIDIEndpointDispose`, `coremidi_sys::MIDIEndpointRef`, `coremidi_sys::MIDIGetDestination`, `coremidi_sys::MIDIGetNumberOfDestinations`
[INFO] [stdout]  --> src/endpoints/destinations.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     ItemCount, MIDIEndpointDispose, MIDIEndpointRef, MIDIGetDestination,
[INFO] [stdout]   |     ^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^ no `MIDIGetDestination` in the root
[INFO] [stdout]   |     |          |                    |
[INFO] [stdout]   |     |          |                    no `MIDIEndpointRef` in the root
[INFO] [stdout]   |     |          no `MIDIEndpointDispose` in the root
[INFO] [stdout]   |     no `ItemCount` in the root
[INFO] [stdout] 5 |     MIDIGetNumberOfDestinations,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `MIDIGetNumberOfDestinations` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::MIDIEndpointRef`, `coremidi_sys::MIDIFlushOutput`
[INFO] [stdout]  --> src/endpoints/endpoint.rs:4:20
[INFO] [stdout]   |
[INFO] [stdout] 4 | use coremidi_sys::{MIDIEndpointRef, MIDIFlushOutput};
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^ no `MIDIFlushOutput` in the root
[INFO] [stdout]   |                    |
[INFO] [stdout]   |                    no `MIDIEndpointRef` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::ItemCount`, `coremidi_sys::MIDIEndpointDispose`, `coremidi_sys::MIDIEndpointRef`, `coremidi_sys::MIDIGetNumberOfSources`, `coremidi_sys::MIDIGetSource`, `coremidi_sys::MIDIReceived`, `coremidi_sys::MIDIReceivedEventList`
[INFO] [stdout]  --> src/endpoints/sources.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     ItemCount, MIDIEndpointDispose, MIDIEndpointRef, MIDIGetNumberOfSources, MIDIGetSource,
[INFO] [stdout]   |     ^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^ no `MIDIGetSource` in the root
[INFO] [stdout]   |     |          |                    |                |
[INFO] [stdout]   |     |          |                    |                no `MIDIGetNumberOfSources` in the root
[INFO] [stdout]   |     |          |                    no `MIDIEndpointRef` in the root
[INFO] [stdout]   |     |          no `MIDIEndpointDispose` in the root
[INFO] [stdout]   |     no `ItemCount` in the root
[INFO] [stdout] 6 |     MIDIReceived, MIDIReceivedEventList,
[INFO] [stdout]   |     ^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^ no `MIDIReceivedEventList` in the root
[INFO] [stdout]   |     |
[INFO] [stdout]   |     no `MIDIReceived` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `coremidi_sys::MIDIObjectRef`
[INFO] [stdout]  --> src/entity.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use coremidi_sys::MIDIObjectRef;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `MIDIObjectRef` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::MIDIClientCreate`, `coremidi_sys::MIDIClientCreateWithBlock`, `coremidi_sys::MIDIClientDispose`, `coremidi_sys::MIDIDestinationCreateWithBlock`, `coremidi_sys::MIDIDestinationCreateWithProtocol`, `coremidi_sys::MIDIEventList`, `coremidi_sys::MIDIInputPortCreateWithBlock`, `coremidi_sys::MIDIInputPortCreateWithProtocol`, `coremidi_sys::MIDINotification`, `coremidi_sys::MIDINotifyBlock`, `coremidi_sys::MIDIOutputPortCreate`, `coremidi_sys::MIDIPacketList`, `coremidi_sys::MIDIReadBlock`, `coremidi_sys::MIDIReceiveBlock`, `coremidi_sys::MIDISourceCreate`
[INFO] [stdout]   --> src/client.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     MIDIClientCreate, MIDIClientCreateWithBlock, MIDIClientDispose, MIDIDestinationCreateWithBlock,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `MIDIDestinationCreateWithBlock` in the root
[INFO] [stdout]    |     |                 |                          |
[INFO] [stdout]    |     |                 |                          no `MIDIClientDispose` in the root
[INFO] [stdout]    |     |                 no `MIDIClientCreateWithBlock` in the root
[INFO] [stdout]    |     no `MIDIClientCreate` in the root
[INFO] [stdout] 11 |     MIDIDestinationCreateWithProtocol, MIDIEventList, MIDIInputPortCreateWithBlock,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `MIDIInputPortCreateWithBlock` in the root
[INFO] [stdout]    |     |                                  |
[INFO] [stdout]    |     |                                  no `MIDIEventList` in the root
[INFO] [stdout]    |     no `MIDIDestinationCreateWithProtocol` in the root
[INFO] [stdout] 12 |     MIDIInputPortCreateWithProtocol, MIDINotification, MIDINotifyBlock, MIDIOutputPortCreate,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |                                |                 |
[INFO] [stdout]    |     |                                |                 no `MIDINotifyBlock` in the root
[INFO] [stdout]    |     |                                no `MIDINotification` in the root
[INFO] [stdout]    |     no `MIDIInputPortCreateWithProtocol` in the root
[INFO] [stdout] 13 |     MIDIPacketList, MIDIReadBlock, MIDIReceiveBlock, MIDISourceCreate,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `coremidi_sys::MIDIObjectRef`
[INFO] [stdout]  --> src/device.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use coremidi_sys::MIDIObjectRef;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `MIDIObjectRef` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::MIDIEventList`, `coremidi_sys::MIDIEventListAdd`, `coremidi_sys::MIDIEventListInit`, `coremidi_sys::MIDIEventPacket`, `coremidi_sys::MIDIEventPacketNext`
[INFO] [stdout]  --> src/events.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     MIDIEventList, MIDIEventListAdd, MIDIEventListInit, MIDIEventPacket, MIDIEventPacketNext,
[INFO] [stdout]   |     ^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^ no `MIDIEventPacketNext` in the root
[INFO] [stdout]   |     |              |                 |                  |
[INFO] [stdout]   |     |              |                 |                  no `MIDIEventPacket` in the root
[INFO] [stdout]   |     |              |                 no `MIDIEventListInit` in the root
[INFO] [stdout]   |     |              no `MIDIEventListAdd` in the root
[INFO] [stdout]   |     no `MIDIEventList` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::ItemCount`, `coremidi_sys::MIDIEndpointDispose`, `coremidi_sys::MIDIEndpointRef`, `coremidi_sys::MIDIGetDestination`, `coremidi_sys::MIDIGetNumberOfDestinations`
[INFO] [stdout]  --> src/endpoints/destinations.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     ItemCount, MIDIEndpointDispose, MIDIEndpointRef, MIDIGetDestination,
[INFO] [stdout]   |     ^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^ no `MIDIGetDestination` in the root
[INFO] [stdout]   |     |          |                    |
[INFO] [stdout]   |     |          |                    no `MIDIEndpointRef` in the root
[INFO] [stdout]   |     |          no `MIDIEndpointDispose` in the root
[INFO] [stdout]   |     no `ItemCount` in the root
[INFO] [stdout] 5 |     MIDIGetNumberOfDestinations,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `MIDIGetNumberOfDestinations` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::MIDIIOErrorNotification`, `coremidi_sys::MIDINotification`, `coremidi_sys::MIDIObjectAddRemoveNotification`, `coremidi_sys::MIDIObjectPropertyChangeNotification`
[INFO] [stdout]  --> src/notifications.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     MIDIIOErrorNotification, MIDINotification, MIDIObjectAddRemoveNotification,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `MIDIObjectAddRemoveNotification` in the root
[INFO] [stdout]   |     |                        |
[INFO] [stdout]   |     |                        no `MIDINotification` in the root
[INFO] [stdout]   |     no `MIDIIOErrorNotification` in the root
[INFO] [stdout] 8 |     MIDIObjectPropertyChangeNotification,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `MIDIObjectPropertyChangeNotification` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::MIDIEndpointRef`, `coremidi_sys::MIDIFlushOutput`
[INFO] [stdout]  --> src/endpoints/endpoint.rs:4:20
[INFO] [stdout]   |
[INFO] [stdout] 4 | use coremidi_sys::{MIDIEndpointRef, MIDIFlushOutput};
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^ no `MIDIFlushOutput` in the root
[INFO] [stdout]   |                    |
[INFO] [stdout]   |                    no `MIDIEndpointRef` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::MIDIObjectRef`, `coremidi_sys::SInt32`
[INFO] [stdout]  --> src/object.rs:4:20
[INFO] [stdout]   |
[INFO] [stdout] 4 | use coremidi_sys::{MIDIObjectRef, SInt32};
[INFO] [stdout]   |                    ^^^^^^^^^^^^^  ^^^^^^ no `SInt32` in the root
[INFO] [stdout]   |                    |
[INFO] [stdout]   |                    no `MIDIObjectRef` in the root
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider importing one of these items instead:
[INFO] [stdout]           core_foundation::base::SInt32
[INFO] [stdout]           core_foundation_sys::base::SInt32
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::MIDIPacket`, `coremidi_sys::MIDIPacketList`, `coremidi_sys::MIDIPacketListAdd`, `coremidi_sys::MIDIPacketListInit`, `coremidi_sys::MIDIPacketNext`
[INFO] [stdout]  --> src/packets.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     MIDIPacket, MIDIPacketList, MIDIPacketListAdd, MIDIPacketListInit, MIDIPacketNext,
[INFO] [stdout]   |     ^^^^^^^^^^  ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^ no `MIDIPacketNext` in the root
[INFO] [stdout]   |     |           |               |                  |
[INFO] [stdout]   |     |           |               |                  no `MIDIPacketListInit` in the root
[INFO] [stdout]   |     |           |               no `MIDIPacketListAdd` in the root
[INFO] [stdout]   |     |           no `MIDIPacketList` in the root
[INFO] [stdout]   |     no `MIDIPacket` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::ItemCount`, `coremidi_sys::MIDIEndpointDispose`, `coremidi_sys::MIDIEndpointRef`, `coremidi_sys::MIDIGetNumberOfSources`, `coremidi_sys::MIDIGetSource`, `coremidi_sys::MIDIReceived`, `coremidi_sys::MIDIReceivedEventList`
[INFO] [stdout]  --> src/endpoints/sources.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     ItemCount, MIDIEndpointDispose, MIDIEndpointRef, MIDIGetNumberOfSources, MIDIGetSource,
[INFO] [stdout]   |     ^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^ no `MIDIGetSource` in the root
[INFO] [stdout]   |     |          |                    |                |
[INFO] [stdout]   |     |          |                    |                no `MIDIGetNumberOfSources` in the root
[INFO] [stdout]   |     |          |                    no `MIDIEndpointRef` in the root
[INFO] [stdout]   |     |          no `MIDIEndpointDispose` in the root
[INFO] [stdout]   |     no `ItemCount` in the root
[INFO] [stdout] 6 |     MIDIReceived, MIDIReceivedEventList,
[INFO] [stdout]   |     ^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^ no `MIDIReceivedEventList` in the root
[INFO] [stdout]   |     |
[INFO] [stdout]   |     no `MIDIReceived` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `coremidi_sys::MIDIObjectRef`
[INFO] [stdout]  --> src/entity.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use coremidi_sys::MIDIObjectRef;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `MIDIObjectRef` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::MIDIObjectRef`, `coremidi_sys::MIDIPortConnectSource`, `coremidi_sys::MIDIPortDisconnectSource`, `coremidi_sys::MIDIPortDispose`, `coremidi_sys::MIDIPortRef`, `coremidi_sys::MIDISend`, `coremidi_sys::MIDISendEventList`
[INFO] [stdout]  --> src/ports.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     MIDIObjectRef, MIDIPortConnectSource, MIDIPortDisconnectSource, MIDIPortDispose, MIDIPortRef,
[INFO] [stdout]   |     ^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^  ^^^^^^^^^^^ no `MIDIPortRef` in the root
[INFO] [stdout]   |     |              |                      |                         |
[INFO] [stdout]   |     |              |                      |                         no `MIDIPortDispose` in the root
[INFO] [stdout]   |     |              |                      no `MIDIPortDisconnectSource` in the root
[INFO] [stdout]   |     |              no `MIDIPortConnectSource` in the root
[INFO] [stdout]   |     no `MIDIObjectRef` in the root
[INFO] [stdout] 9 |     MIDISend, MIDISendEventList,
[INFO] [stdout]   |     ^^^^^^^^  ^^^^^^^^^^^^^^^^^ no `MIDISendEventList` in the root
[INFO] [stdout]   |     |
[INFO] [stdout]   |     no `MIDISend` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::MIDIEventList`, `coremidi_sys::MIDIEventListAdd`, `coremidi_sys::MIDIEventListInit`, `coremidi_sys::MIDIEventPacket`, `coremidi_sys::MIDIEventPacketNext`
[INFO] [stdout]  --> src/events.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     MIDIEventList, MIDIEventListAdd, MIDIEventListInit, MIDIEventPacket, MIDIEventPacketNext,
[INFO] [stdout]   |     ^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^ no `MIDIEventPacketNext` in the root
[INFO] [stdout]   |     |              |                 |                  |
[INFO] [stdout]   |     |              |                 |                  no `MIDIEventPacket` in the root
[INFO] [stdout]   |     |              |                 no `MIDIEventListInit` in the root
[INFO] [stdout]   |     |              no `MIDIEventListAdd` in the root
[INFO] [stdout]   |     no `MIDIEventList` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::kMIDIProtocol_2_0`, `coremidi_sys::ByteCount`, `coremidi_sys::MIDIEventList`, `coremidi_sys::MIDIEventListAdd`, `coremidi_sys::MIDIEventListInit`, `coremidi_sys::MIDIProtocolID`
[INFO] [stdout]    --> src/events.rs:397:9
[INFO] [stdout]     |
[INFO] [stdout] 397 |         kMIDIProtocol_2_0, ByteCount, MIDIEventList, MIDIEventListAdd, MIDIEventListInit,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^  ^^^^^^^^^  ^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^ no `MIDIEventListInit` in the root
[INFO] [stdout]     |         |                  |          |              |
[INFO] [stdout]     |         |                  |          |              no `MIDIEventListAdd` in the root
[INFO] [stdout]     |         |                  |          no `MIDIEventList` in the root
[INFO] [stdout]     |         |                  no `ByteCount` in the root
[INFO] [stdout]     |         no `kMIDIProtocol_2_0` in the root
[INFO] [stdout] 398 |         MIDIProtocolID,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ no `MIDIProtocolID` in the root
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this unresolved item through its public re-export instead:
[INFO] [stdout]             crate::events::MIDIEventList
[INFO] [stdout]     = help: consider importing this unresolved item through its public re-export instead:
[INFO] [stdout]             crate::events::MIDIEventListAdd
[INFO] [stdout]     = help: consider importing this unresolved item through its public re-export instead:
[INFO] [stdout]             crate::events::MIDIEventListInit
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::MIDIIOErrorNotification`, `coremidi_sys::MIDINotification`, `coremidi_sys::MIDIObjectAddRemoveNotification`, `coremidi_sys::MIDIObjectPropertyChangeNotification`
[INFO] [stdout]  --> src/notifications.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     MIDIIOErrorNotification, MIDINotification, MIDIObjectAddRemoveNotification,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `MIDIObjectAddRemoveNotification` in the root
[INFO] [stdout]   |     |                        |
[INFO] [stdout]   |     |                        no `MIDINotification` in the root
[INFO] [stdout]   |     no `MIDIIOErrorNotification` in the root
[INFO] [stdout] 8 |     MIDIObjectPropertyChangeNotification,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `MIDIObjectPropertyChangeNotification` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::MIDIIOErrorNotification`, `coremidi_sys::MIDINotification`, `coremidi_sys::MIDINotificationMessageID`, `coremidi_sys::MIDIObjectAddRemoveNotification`, `coremidi_sys::MIDIObjectPropertyChangeNotification`, `coremidi_sys::MIDIObjectRef`
[INFO] [stdout]    --> src/notifications.rs:138:9
[INFO] [stdout]     |
[INFO] [stdout] 138 |         MIDIIOErrorNotification, MIDINotification, MIDINotificationMessageID,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^ no `MIDINotificationMessageID` in the root
[INFO] [stdout]     |         |                        |
[INFO] [stdout]     |         |                        no `MIDINotification` in the root
[INFO] [stdout]     |         no `MIDIIOErrorNotification` in the root
[INFO] [stdout] 139 |         MIDIObjectAddRemoveNotification, MIDIObjectPropertyChangeNotification, MIDIObjectRef,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^ no `MIDIObjectRef` in the root
[INFO] [stdout]     |         |                                |
[INFO] [stdout]     |         |                                no `MIDIObjectPropertyChangeNotification` in the root
[INFO] [stdout]     |         no `MIDIObjectAddRemoveNotification` in the root
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this unresolved item through its public re-export instead:
[INFO] [stdout]             crate::notifications::MIDIIOErrorNotification
[INFO] [stdout]     = help: consider importing this unresolved item through its public re-export instead:
[INFO] [stdout]             crate::notifications::MIDINotification
[INFO] [stdout]     = help: consider importing this unresolved item through its public re-export instead:
[INFO] [stdout]             crate::notifications::MIDIObjectAddRemoveNotification
[INFO] [stdout]     = help: consider importing this unresolved item through its public re-export instead:
[INFO] [stdout]             crate::notifications::MIDIObjectPropertyChangeNotification
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::MIDIObjectRef`, `coremidi_sys::SInt32`
[INFO] [stdout]  --> src/object.rs:4:20
[INFO] [stdout]   |
[INFO] [stdout] 4 | use coremidi_sys::{MIDIObjectRef, SInt32};
[INFO] [stdout]   |                    ^^^^^^^^^^^^^  ^^^^^^ no `SInt32` in the root
[INFO] [stdout]   |                    |
[INFO] [stdout]   |                    no `MIDIObjectRef` in the root
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider importing one of these items instead:
[INFO] [stdout]           core_foundation::base::SInt32
[INFO] [stdout]           core_foundation_sys::base::SInt32
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::MIDIPacket`, `coremidi_sys::MIDIPacketList`, `coremidi_sys::MIDIPacketListAdd`, `coremidi_sys::MIDIPacketListInit`, `coremidi_sys::MIDIPacketNext`
[INFO] [stdout]  --> src/packets.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     MIDIPacket, MIDIPacketList, MIDIPacketListAdd, MIDIPacketListInit, MIDIPacketNext,
[INFO] [stdout]   |     ^^^^^^^^^^  ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^ no `MIDIPacketNext` in the root
[INFO] [stdout]   |     |           |               |                  |
[INFO] [stdout]   |     |           |               |                  no `MIDIPacketListInit` in the root
[INFO] [stdout]   |     |           |               no `MIDIPacketListAdd` in the root
[INFO] [stdout]   |     |           no `MIDIPacketList` in the root
[INFO] [stdout]   |     no `MIDIPacket` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::MIDIPacketList`, `coremidi_sys::MIDITimeStamp`
[INFO] [stdout]    --> src/packets.rs:347:24
[INFO] [stdout]     |
[INFO] [stdout] 347 |     use coremidi_sys::{MIDIPacketList, MIDITimeStamp};
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^ no `MIDITimeStamp` in the root
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        no `MIDIPacketList` in the root
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this unresolved item through its public re-export instead:
[INFO] [stdout]             crate::packets::MIDIPacketList
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::MIDIObjectRef`, `coremidi_sys::MIDIPortConnectSource`, `coremidi_sys::MIDIPortDisconnectSource`, `coremidi_sys::MIDIPortDispose`, `coremidi_sys::MIDIPortRef`, `coremidi_sys::MIDISend`, `coremidi_sys::MIDISendEventList`
[INFO] [stdout]  --> src/ports.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     MIDIObjectRef, MIDIPortConnectSource, MIDIPortDisconnectSource, MIDIPortDispose, MIDIPortRef,
[INFO] [stdout]   |     ^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^  ^^^^^^^^^^^ no `MIDIPortRef` in the root
[INFO] [stdout]   |     |              |                      |                         |
[INFO] [stdout]   |     |              |                      |                         no `MIDIPortDispose` in the root
[INFO] [stdout]   |     |              |                      no `MIDIPortDisconnectSource` in the root
[INFO] [stdout]   |     |              no `MIDIPortConnectSource` in the root
[INFO] [stdout]   |     no `MIDIObjectRef` in the root
[INFO] [stdout] 9 |     MIDISend, MIDISendEventList,
[INFO] [stdout]   |     ^^^^^^^^  ^^^^^^^^^^^^^^^^^ no `MIDISendEventList` in the root
[INFO] [stdout]   |     |
[INFO] [stdout]   |     no `MIDISend` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::kMIDIPropertyAdvanceScheduleTimeMuSec`, `coremidi_sys::kMIDIPropertyCanRoute`, `coremidi_sys::kMIDIPropertyConnectionUniqueID`, `coremidi_sys::kMIDIPropertyDeviceID`, `coremidi_sys::kMIDIPropertyDisplayName`, `coremidi_sys::kMIDIPropertyDriverDeviceEditorApp`, `coremidi_sys::kMIDIPropertyDriverOwner`, `coremidi_sys::kMIDIPropertyDriverVersion`, `coremidi_sys::kMIDIPropertyIsBroadcast`, `coremidi_sys::kMIDIPropertyIsDrumMachine`, `coremidi_sys::kMIDIPropertyIsEffectUnit`, `coremidi_sys::kMIDIPropertyIsEmbeddedEntity`, `coremidi_sys::kMIDIPropertyIsMixer`, `coremidi_sys::kMIDIPropertyIsSampler`, `coremidi_sys::kMIDIPropertyManufacturer`, `coremidi_sys::kMIDIPropertyMaxReceiveChannels`, `coremidi_sys::kMIDIPropertyMaxSysExSpeed`, `coremidi_sys::kMIDIPropertyMaxTransmitChannels`, `coremidi_sys::kMIDIPropertyModel`, `coremidi_sys::kMIDIPropertyName`, `coremidi_sys::kMIDIPropertyOffline`, `coremidi_sys::kMIDIPropertyPanDisruptsStereo`, `coremidi_sys::kMIDIPropertyPrivate`, `coremidi_sys::kMIDIPropertyProtocolID`, `coremidi_sys::kMIDIPropertyReceiveChannels`, `coremidi_sys::kMIDIPropertyReceivesBankSelectLSB`, `coremidi_sys::kMIDIPropertyReceivesBankSelectMSB`, `coremidi_sys::kMIDIPropertyReceivesClock`, `coremidi_sys::kMIDIPropertyReceivesMTC`, `coremidi_sys::kMIDIPropertyReceivesNotes`, `coremidi_sys::kMIDIPropertyReceivesProgramChanges`, `coremidi_sys::kMIDIPropertySingleRealtimeEntity`, `coremidi_sys::kMIDIPropertySupportsGeneralMIDI`, `coremidi_sys::kMIDIPropertySupportsMMC`, `coremidi_sys::kMIDIPropertySupportsShowControl`, `coremidi_sys::kMIDIPropertyTransmitChannels`, `coremidi_sys::kMIDIPropertyTransmitsBankSelectLSB`, `coremidi_sys::kMIDIPropertyTransmitsBankSelectMSB`, `coremidi_sys::kMIDIPropertyTransmitsClock`, `coremidi_sys::kMIDIPropertyTransmitsMTC`, `coremidi_sys::kMIDIPropertyTransmitsNotes`, `coremidi_sys::kMIDIPropertyTransmitsProgramChanges`, `coremidi_sys::kMIDIPropertyUniqueID`, `coremidi_sys::MIDIObjectGetIntegerProperty`, `coremidi_sys::MIDIObjectGetStringProperty`, `coremidi_sys::MIDIObjectSetIntegerProperty`, `coremidi_sys::MIDIObjectSetStringProperty`, `coremidi_sys::SInt32`
[INFO] [stdout]   --> src/properties.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout] 8  |     kMIDIPropertyAdvanceScheduleTimeMuSec, kMIDIPropertyCanRoute, kMIDIPropertyConnectionUniqueID,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `kMIDIPropertyConnectionUniqueID` in the root
[INFO] [stdout]    |     |                                      |
[INFO] [stdout]    |     |                                      no `kMIDIPropertyCanRoute` in the root
[INFO] [stdout]    |     no `kMIDIPropertyAdvanceScheduleTimeMuSec` in the root
[INFO] [stdout] 9  |     kMIDIPropertyDeviceID, kMIDIPropertyDisplayName, kMIDIPropertyDriverDeviceEditorApp,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `kMIDIPropertyDriverDeviceEditorApp` in the root
[INFO] [stdout]    |     |                      |
[INFO] [stdout]    |     |                      no `kMIDIPropertyDisplayName` in the root
[INFO] [stdout]    |     no `kMIDIPropertyDeviceID` in the root
[INFO] [stdout] 10 |     kMIDIPropertyDriverOwner, kMIDIPropertyDriverVersion, kMIDIPropertyIsBroadcast,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^ no `kMIDIPropertyIsBroadcast` in the root
[INFO] [stdout]    |     |                         |
[INFO] [stdout]    |     |                         no `kMIDIPropertyDriverVersion` in the root
[INFO] [stdout]    |     no `kMIDIPropertyDriverOwner` in the root
[INFO] [stdout] 11 |     kMIDIPropertyIsDrumMachine, kMIDIPropertyIsEffectUnit, kMIDIPropertyIsEmbeddedEntity,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     no `kMIDIPropertyIsDrumMachine` in the root
[INFO] [stdout] 12 |     kMIDIPropertyIsMixer, kMIDIPropertyIsSampler, kMIDIPropertyManufacturer,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 13 |     kMIDIPropertyMaxReceiveChannels, kMIDIPropertyMaxSysExSpeed, kMIDIPropertyMaxTransmitChannels,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 14 |     kMIDIPropertyModel, kMIDIPropertyName, kMIDIPropertyOffline, kMIDIPropertyPanDisruptsStereo,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 15 |     kMIDIPropertyPrivate, kMIDIPropertyProtocolID, kMIDIPropertyReceiveChannels,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 16 |     kMIDIPropertyReceivesBankSelectLSB, kMIDIPropertyReceivesBankSelectMSB,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 17 |     kMIDIPropertyReceivesClock, kMIDIPropertyReceivesMTC, kMIDIPropertyReceivesNotes,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 18 |     kMIDIPropertyReceivesProgramChanges, kMIDIPropertySingleRealtimeEntity,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 19 |     kMIDIPropertySupportsGeneralMIDI, kMIDIPropertySupportsMMC, kMIDIPropertySupportsShowControl,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 20 |     kMIDIPropertyTransmitChannels, kMIDIPropertyTransmitsBankSelectLSB,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 21 |     kMIDIPropertyTransmitsBankSelectMSB, kMIDIPropertyTransmitsClock, kMIDIPropertyTransmitsMTC,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 22 |     kMIDIPropertyTransmitsNotes, kMIDIPropertyTransmitsProgramChanges, kMIDIPropertyUniqueID,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 23 |     MIDIObjectGetIntegerProperty, MIDIObjectGetStringProperty, MIDIObjectSetIntegerProperty,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 24 |     MIDIObjectSetStringProperty, SInt32,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `coremidi_sys::MIDIProtocolID`
[INFO] [stdout]  --> src/protocol.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use coremidi_sys::MIDIProtocolID;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `MIDIProtocolID` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::MIDIFlushOutput`, `coremidi_sys::MIDIRestart`
[INFO] [stdout]   --> src/lib.rs:57:20
[INFO] [stdout]    |
[INFO] [stdout] 57 | use coremidi_sys::{MIDIFlushOutput, MIDIRestart};
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^  ^^^^^^^^^^^ no `MIDIRestart` in the root
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    no `MIDIFlushOutput` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIObjectType_Other` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:21:27
[INFO] [stdout]    |
[INFO] [stdout] 21 |             coremidi_sys::kMIDIObjectType_Other => Some(Self::Other(Object(object_ref))),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIObjectType_Device` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:22:27
[INFO] [stdout]    |
[INFO] [stdout] 22 |             coremidi_sys::kMIDIObjectType_Device => Some(Self::Device(Device::new(object_ref))),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIObjectType_Entity` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:23:27
[INFO] [stdout]    |
[INFO] [stdout] 23 |             coremidi_sys::kMIDIObjectType_Entity => Some(Self::Entity(Entity::new(object_ref))),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIObjectType_Source` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:24:27
[INFO] [stdout]    |
[INFO] [stdout] 24 |             coremidi_sys::kMIDIObjectType_Source => Some(Self::Source(Source::new(object_ref))),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIObjectType_Destination` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:25:27
[INFO] [stdout]    |
[INFO] [stdout] 25 |             coremidi_sys::kMIDIObjectType_Destination => {
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIObjectType_ExternalDevice` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:28:27
[INFO] [stdout]    |
[INFO] [stdout] 28 |             coremidi_sys::kMIDIObjectType_ExternalDevice => {
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIObjectType_ExternalEntity` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:31:27
[INFO] [stdout]    |
[INFO] [stdout] 31 |             coremidi_sys::kMIDIObjectType_ExternalEntity => {
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIObjectType_ExternalSource` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:34:27
[INFO] [stdout]    |
[INFO] [stdout] 34 |             coremidi_sys::kMIDIObjectType_ExternalSource => {
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIObjectType_ExternalDestination` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:37:27
[INFO] [stdout]    |
[INFO] [stdout] 37 |             coremidi_sys::kMIDIObjectType_ExternalDestination => {
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIMsgObjectAdded` in crate `coremidi_sys`
[INFO] [stdout]   --> src/notifications.rs:64:31
[INFO] [stdout]    |
[INFO] [stdout] 64 |                 coremidi_sys::kMIDIMsgObjectAdded => Ok(Notification::ObjectAdded(info)),
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIMsgObjectRemoved` in crate `coremidi_sys`
[INFO] [stdout]   --> src/notifications.rs:65:31
[INFO] [stdout]    |
[INFO] [stdout] 65 |                 coremidi_sys::kMIDIMsgObjectRemoved => Ok(Notification::ObjectRemoved(info)),
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIMsgSetupChanged` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:114:27
[INFO] [stdout]     |
[INFO] [stdout] 114 |             coremidi_sys::kMIDIMsgSetupChanged => Ok(Notification::SetupChanged),
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIMsgObjectAdded` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:115:27
[INFO] [stdout]     |
[INFO] [stdout] 115 |             coremidi_sys::kMIDIMsgObjectAdded | coremidi_sys::kMIDIMsgObjectRemoved => {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIMsgObjectRemoved` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:115:63
[INFO] [stdout]     |
[INFO] [stdout] 115 |             coremidi_sys::kMIDIMsgObjectAdded | coremidi_sys::kMIDIMsgObjectRemoved => {
[INFO] [stdout]     |                                                               ^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIMsgPropertyChanged` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:118:27
[INFO] [stdout]     |
[INFO] [stdout] 118 |             coremidi_sys::kMIDIMsgPropertyChanged => Self::try_from_property_changed(notification),
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIMsgThruConnectionsChanged` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:119:27
[INFO] [stdout]     |
[INFO] [stdout] 119 |             coremidi_sys::kMIDIMsgThruConnectionsChanged => {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIMsgSerialPortOwnerChanged` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:122:27
[INFO] [stdout]     |
[INFO] [stdout] 122 |             coremidi_sys::kMIDIMsgSerialPortOwnerChanged => {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIMsgIOError` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:125:27
[INFO] [stdout]     |
[INFO] [stdout] 125 |             coremidi_sys::kMIDIMsgIOError => Ok(Self::from_io_error(notification)),
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIProtocol_1_0` in crate `coremidi_sys`
[INFO] [stdout]   --> src/protocol.rs:23:27
[INFO] [stdout]    |
[INFO] [stdout] 23 |             coremidi_sys::kMIDIProtocol_1_0 => Protocol::Midi10,
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIProtocol_2_0` in crate `coremidi_sys`
[INFO] [stdout]   --> src/protocol.rs:24:27
[INFO] [stdout]    |
[INFO] [stdout] 24 |             coremidi_sys::kMIDIProtocol_2_0 => Protocol::Midi20,
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIProtocol_1_0` in crate `coremidi_sys`
[INFO] [stdout]   --> src/protocol.rs:33:47
[INFO] [stdout]    |
[INFO] [stdout] 33 |             Protocol::Midi10 => coremidi_sys::kMIDIProtocol_1_0 as MIDIProtocolID,
[INFO] [stdout]    |                                               ^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIProtocol_2_0` in crate `coremidi_sys`
[INFO] [stdout]   --> src/protocol.rs:34:47
[INFO] [stdout]    |
[INFO] [stdout] 34 |             Protocol::Midi20 => coremidi_sys::kMIDIProtocol_2_0 as MIDIProtocolID,
[INFO] [stdout]    |                                               ^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::kMIDIPropertyAdvanceScheduleTimeMuSec`, `coremidi_sys::kMIDIPropertyCanRoute`, `coremidi_sys::kMIDIPropertyConnectionUniqueID`, `coremidi_sys::kMIDIPropertyDeviceID`, `coremidi_sys::kMIDIPropertyDisplayName`, `coremidi_sys::kMIDIPropertyDriverDeviceEditorApp`, `coremidi_sys::kMIDIPropertyDriverOwner`, `coremidi_sys::kMIDIPropertyDriverVersion`, `coremidi_sys::kMIDIPropertyIsBroadcast`, `coremidi_sys::kMIDIPropertyIsDrumMachine`, `coremidi_sys::kMIDIPropertyIsEffectUnit`, `coremidi_sys::kMIDIPropertyIsEmbeddedEntity`, `coremidi_sys::kMIDIPropertyIsMixer`, `coremidi_sys::kMIDIPropertyIsSampler`, `coremidi_sys::kMIDIPropertyManufacturer`, `coremidi_sys::kMIDIPropertyMaxReceiveChannels`, `coremidi_sys::kMIDIPropertyMaxSysExSpeed`, `coremidi_sys::kMIDIPropertyMaxTransmitChannels`, `coremidi_sys::kMIDIPropertyModel`, `coremidi_sys::kMIDIPropertyName`, `coremidi_sys::kMIDIPropertyOffline`, `coremidi_sys::kMIDIPropertyPanDisruptsStereo`, `coremidi_sys::kMIDIPropertyPrivate`, `coremidi_sys::kMIDIPropertyProtocolID`, `coremidi_sys::kMIDIPropertyReceiveChannels`, `coremidi_sys::kMIDIPropertyReceivesBankSelectLSB`, `coremidi_sys::kMIDIPropertyReceivesBankSelectMSB`, `coremidi_sys::kMIDIPropertyReceivesClock`, `coremidi_sys::kMIDIPropertyReceivesMTC`, `coremidi_sys::kMIDIPropertyReceivesNotes`, `coremidi_sys::kMIDIPropertyReceivesProgramChanges`, `coremidi_sys::kMIDIPropertySingleRealtimeEntity`, `coremidi_sys::kMIDIPropertySupportsGeneralMIDI`, `coremidi_sys::kMIDIPropertySupportsMMC`, `coremidi_sys::kMIDIPropertySupportsShowControl`, `coremidi_sys::kMIDIPropertyTransmitChannels`, `coremidi_sys::kMIDIPropertyTransmitsBankSelectLSB`, `coremidi_sys::kMIDIPropertyTransmitsBankSelectMSB`, `coremidi_sys::kMIDIPropertyTransmitsClock`, `coremidi_sys::kMIDIPropertyTransmitsMTC`, `coremidi_sys::kMIDIPropertyTransmitsNotes`, `coremidi_sys::kMIDIPropertyTransmitsProgramChanges`, `coremidi_sys::kMIDIPropertyUniqueID`, `coremidi_sys::MIDIObjectGetIntegerProperty`, `coremidi_sys::MIDIObjectGetStringProperty`, `coremidi_sys::MIDIObjectSetIntegerProperty`, `coremidi_sys::MIDIObjectSetStringProperty`, `coremidi_sys::SInt32`
[INFO] [stdout]   --> src/properties.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout] 8  |     kMIDIPropertyAdvanceScheduleTimeMuSec, kMIDIPropertyCanRoute, kMIDIPropertyConnectionUniqueID,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `kMIDIPropertyConnectionUniqueID` in the root
[INFO] [stdout]    |     |                                      |
[INFO] [stdout]    |     |                                      no `kMIDIPropertyCanRoute` in the root
[INFO] [stdout]    |     no `kMIDIPropertyAdvanceScheduleTimeMuSec` in the root
[INFO] [stdout] 9  |     kMIDIPropertyDeviceID, kMIDIPropertyDisplayName, kMIDIPropertyDriverDeviceEditorApp,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `kMIDIPropertyDriverDeviceEditorApp` in the root
[INFO] [stdout]    |     |                      |
[INFO] [stdout]    |     |                      no `kMIDIPropertyDisplayName` in the root
[INFO] [stdout]    |     no `kMIDIPropertyDeviceID` in the root
[INFO] [stdout] 10 |     kMIDIPropertyDriverOwner, kMIDIPropertyDriverVersion, kMIDIPropertyIsBroadcast,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^ no `kMIDIPropertyIsBroadcast` in the root
[INFO] [stdout]    |     |                         |
[INFO] [stdout]    |     |                         no `kMIDIPropertyDriverVersion` in the root
[INFO] [stdout]    |     no `kMIDIPropertyDriverOwner` in the root
[INFO] [stdout] 11 |     kMIDIPropertyIsDrumMachine, kMIDIPropertyIsEffectUnit, kMIDIPropertyIsEmbeddedEntity,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     no `kMIDIPropertyIsDrumMachine` in the root
[INFO] [stdout] 12 |     kMIDIPropertyIsMixer, kMIDIPropertyIsSampler, kMIDIPropertyManufacturer,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 13 |     kMIDIPropertyMaxReceiveChannels, kMIDIPropertyMaxSysExSpeed, kMIDIPropertyMaxTransmitChannels,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 14 |     kMIDIPropertyModel, kMIDIPropertyName, kMIDIPropertyOffline, kMIDIPropertyPanDisruptsStereo,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 15 |     kMIDIPropertyPrivate, kMIDIPropertyProtocolID, kMIDIPropertyReceiveChannels,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 16 |     kMIDIPropertyReceivesBankSelectLSB, kMIDIPropertyReceivesBankSelectMSB,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 17 |     kMIDIPropertyReceivesClock, kMIDIPropertyReceivesMTC, kMIDIPropertyReceivesNotes,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 18 |     kMIDIPropertyReceivesProgramChanges, kMIDIPropertySingleRealtimeEntity,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 19 |     kMIDIPropertySupportsGeneralMIDI, kMIDIPropertySupportsMMC, kMIDIPropertySupportsShowControl,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 20 |     kMIDIPropertyTransmitChannels, kMIDIPropertyTransmitsBankSelectLSB,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 21 |     kMIDIPropertyTransmitsBankSelectMSB, kMIDIPropertyTransmitsClock, kMIDIPropertyTransmitsMTC,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 22 |     kMIDIPropertyTransmitsNotes, kMIDIPropertyTransmitsProgramChanges, kMIDIPropertyUniqueID,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 23 |     MIDIObjectGetIntegerProperty, MIDIObjectGetStringProperty, MIDIObjectSetIntegerProperty,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 24 |     MIDIObjectSetStringProperty, SInt32,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `coremidi_sys::MIDIProtocolID`
[INFO] [stdout]  --> src/protocol.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use coremidi_sys::MIDIProtocolID;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `MIDIProtocolID` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::MIDIFlushOutput`, `coremidi_sys::MIDIRestart`
[INFO] [stdout]   --> src/lib.rs:57:20
[INFO] [stdout]    |
[INFO] [stdout] 57 | use coremidi_sys::{MIDIFlushOutput, MIDIRestart};
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^  ^^^^^^^^^^^ no `MIDIRestart` in the root
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    no `MIDIFlushOutput` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIObjectType_Other` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:21:27
[INFO] [stdout]    |
[INFO] [stdout] 21 |             coremidi_sys::kMIDIObjectType_Other => Some(Self::Other(Object(object_ref))),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIObjectType_Device` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:22:27
[INFO] [stdout]    |
[INFO] [stdout] 22 |             coremidi_sys::kMIDIObjectType_Device => Some(Self::Device(Device::new(object_ref))),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIObjectType_Entity` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:23:27
[INFO] [stdout]    |
[INFO] [stdout] 23 |             coremidi_sys::kMIDIObjectType_Entity => Some(Self::Entity(Entity::new(object_ref))),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIObjectType_Source` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:24:27
[INFO] [stdout]    |
[INFO] [stdout] 24 |             coremidi_sys::kMIDIObjectType_Source => Some(Self::Source(Source::new(object_ref))),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIObjectType_Destination` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:25:27
[INFO] [stdout]    |
[INFO] [stdout] 25 |             coremidi_sys::kMIDIObjectType_Destination => {
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIObjectType_ExternalDevice` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:28:27
[INFO] [stdout]    |
[INFO] [stdout] 28 |             coremidi_sys::kMIDIObjectType_ExternalDevice => {
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIObjectType_ExternalEntity` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:31:27
[INFO] [stdout]    |
[INFO] [stdout] 31 |             coremidi_sys::kMIDIObjectType_ExternalEntity => {
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIObjectType_ExternalSource` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:34:27
[INFO] [stdout]    |
[INFO] [stdout] 34 |             coremidi_sys::kMIDIObjectType_ExternalSource => {
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIObjectType_ExternalDestination` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:37:27
[INFO] [stdout]    |
[INFO] [stdout] 37 |             coremidi_sys::kMIDIObjectType_ExternalDestination => {
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIObjectType_Other` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:69:45
[INFO] [stdout]    |
[INFO] [stdout] 69 |             AnyObject::create(coremidi_sys::kMIDIObjectType_Other, 1),
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIObjectType_Device` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:73:45
[INFO] [stdout]    |
[INFO] [stdout] 73 |             AnyObject::create(coremidi_sys::kMIDIObjectType_Device, 1),
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIObjectType_Entity` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:77:45
[INFO] [stdout]    |
[INFO] [stdout] 77 |             AnyObject::create(coremidi_sys::kMIDIObjectType_Entity, 1),
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIObjectType_Source` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:81:45
[INFO] [stdout]    |
[INFO] [stdout] 81 |             AnyObject::create(coremidi_sys::kMIDIObjectType_Source, 1),
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIObjectType_Destination` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:85:45
[INFO] [stdout]    |
[INFO] [stdout] 85 |             AnyObject::create(coremidi_sys::kMIDIObjectType_Destination, 1),
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIObjectType_ExternalDevice` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:89:45
[INFO] [stdout]    |
[INFO] [stdout] 89 |             AnyObject::create(coremidi_sys::kMIDIObjectType_ExternalDevice, 1),
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIObjectType_ExternalEntity` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:93:45
[INFO] [stdout]    |
[INFO] [stdout] 93 |             AnyObject::create(coremidi_sys::kMIDIObjectType_ExternalEntity, 1),
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIObjectType_ExternalSource` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:97:45
[INFO] [stdout]    |
[INFO] [stdout] 97 |             AnyObject::create(coremidi_sys::kMIDIObjectType_ExternalSource, 1),
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIObjectType_ExternalDestination` in crate `coremidi_sys`
[INFO] [stdout]    --> src/any_object.rs:101:45
[INFO] [stdout]     |
[INFO] [stdout] 101 |             AnyObject::create(coremidi_sys::kMIDIObjectType_ExternalDestination, 1),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIMsgObjectAdded` in crate `coremidi_sys`
[INFO] [stdout]   --> src/notifications.rs:64:31
[INFO] [stdout]    |
[INFO] [stdout] 64 |                 coremidi_sys::kMIDIMsgObjectAdded => Ok(Notification::ObjectAdded(info)),
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIMsgObjectRemoved` in crate `coremidi_sys`
[INFO] [stdout]   --> src/notifications.rs:65:31
[INFO] [stdout]    |
[INFO] [stdout] 65 |                 coremidi_sys::kMIDIMsgObjectRemoved => Ok(Notification::ObjectRemoved(info)),
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIMsgSetupChanged` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:114:27
[INFO] [stdout]     |
[INFO] [stdout] 114 |             coremidi_sys::kMIDIMsgSetupChanged => Ok(Notification::SetupChanged),
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIMsgObjectAdded` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:115:27
[INFO] [stdout]     |
[INFO] [stdout] 115 |             coremidi_sys::kMIDIMsgObjectAdded | coremidi_sys::kMIDIMsgObjectRemoved => {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIMsgObjectRemoved` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:115:63
[INFO] [stdout]     |
[INFO] [stdout] 115 |             coremidi_sys::kMIDIMsgObjectAdded | coremidi_sys::kMIDIMsgObjectRemoved => {
[INFO] [stdout]     |                                                               ^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIMsgPropertyChanged` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:118:27
[INFO] [stdout]     |
[INFO] [stdout] 118 |             coremidi_sys::kMIDIMsgPropertyChanged => Self::try_from_property_changed(notification),
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIMsgThruConnectionsChanged` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:119:27
[INFO] [stdout]     |
[INFO] [stdout] 119 |             coremidi_sys::kMIDIMsgThruConnectionsChanged => {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIMsgSerialPortOwnerChanged` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:122:27
[INFO] [stdout]     |
[INFO] [stdout] 122 |             coremidi_sys::kMIDIMsgSerialPortOwnerChanged => {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIMsgIOError` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:125:27
[INFO] [stdout]     |
[INFO] [stdout] 125 |             coremidi_sys::kMIDIMsgIOError => Ok(Self::from_io_error(notification)),
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIMsgSetupChanged` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:163:38
[INFO] [stdout]     |
[INFO] [stdout] 163 |             messageID: coremidi_sys::kMIDIMsgSetupChanged as MIDINotificationMessageID,
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIMsgObjectAdded` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:176:38
[INFO] [stdout]     |
[INFO] [stdout] 176 |             messageID: coremidi_sys::kMIDIMsgObjectAdded as MIDINotificationMessageID,
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIObjectType_Device` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:179:39
[INFO] [stdout]     |
[INFO] [stdout] 179 |             parentType: coremidi_sys::kMIDIObjectType_Device,
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIObjectType_Other` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:181:38
[INFO] [stdout]     |
[INFO] [stdout] 181 |             childType: coremidi_sys::kMIDIObjectType_Other,
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIMsgObjectRemoved` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:201:38
[INFO] [stdout]     |
[INFO] [stdout] 201 |             messageID: coremidi_sys::kMIDIMsgObjectRemoved as MIDINotificationMessageID,
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIObjectType_Device` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:204:39
[INFO] [stdout]     |
[INFO] [stdout] 204 |             parentType: coremidi_sys::kMIDIObjectType_Device,
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIObjectType_Other` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:206:38
[INFO] [stdout]     |
[INFO] [stdout] 206 |             childType: coremidi_sys::kMIDIObjectType_Other,
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIMsgObjectAdded` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:226:38
[INFO] [stdout]     |
[INFO] [stdout] 226 |             messageID: coremidi_sys::kMIDIMsgObjectAdded as MIDINotificationMessageID,
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIObjectType_Device` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:229:39
[INFO] [stdout]     |
[INFO] [stdout] 229 |             parentType: coremidi_sys::kMIDIObjectType_Device,
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIMsgObjectAdded` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:241:27
[INFO] [stdout]     |
[INFO] [stdout] 241 |             coremidi_sys::kMIDIMsgObjectAdded as i32
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIMsgObjectRemoved` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:245:38
[INFO] [stdout]     |
[INFO] [stdout] 245 |             messageID: coremidi_sys::kMIDIMsgObjectRemoved as MIDINotificationMessageID,
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIObjectType_Device` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:250:38
[INFO] [stdout]     |
[INFO] [stdout] 250 |             childType: coremidi_sys::kMIDIObjectType_Device,
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIMsgObjectRemoved` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:260:27
[INFO] [stdout]     |
[INFO] [stdout] 260 |             coremidi_sys::kMIDIMsgObjectRemoved as i32
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIMsgPropertyChanged` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:268:38
[INFO] [stdout]     |
[INFO] [stdout] 268 |             messageID: coremidi_sys::kMIDIMsgPropertyChanged as MIDINotificationMessageID,
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIObjectType_Device` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:271:39
[INFO] [stdout]     |
[INFO] [stdout] 271 |             objectType: coremidi_sys::kMIDIObjectType_Device,
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIMsgPropertyChanged` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:293:38
[INFO] [stdout]     |
[INFO] [stdout] 293 |             messageID: coremidi_sys::kMIDIMsgPropertyChanged as MIDINotificationMessageID,
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIMsgPropertyChanged` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:307:27
[INFO] [stdout]     |
[INFO] [stdout] 307 |             coremidi_sys::kMIDIMsgPropertyChanged as i32
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIMsgThruConnectionsChanged` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:314:38
[INFO] [stdout]     |
[INFO] [stdout] 314 |             messageID: coremidi_sys::kMIDIMsgThruConnectionsChanged as MIDINotificationMessageID,
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIMsgSerialPortOwnerChanged` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:327:38
[INFO] [stdout]     |
[INFO] [stdout] 327 |             messageID: coremidi_sys::kMIDIMsgSerialPortOwnerChanged as MIDINotificationMessageID,
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIMsgIOError` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:340:38
[INFO] [stdout]     |
[INFO] [stdout] 340 |             messageID: coremidi_sys::kMIDIMsgIOError as MIDINotificationMessageID,
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIProtocol_1_0` in crate `coremidi_sys`
[INFO] [stdout]   --> src/protocol.rs:23:27
[INFO] [stdout]    |
[INFO] [stdout] 23 |             coremidi_sys::kMIDIProtocol_1_0 => Protocol::Midi10,
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIProtocol_2_0` in crate `coremidi_sys`
[INFO] [stdout]   --> src/protocol.rs:24:27
[INFO] [stdout]    |
[INFO] [stdout] 24 |             coremidi_sys::kMIDIProtocol_2_0 => Protocol::Midi20,
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIProtocol_1_0` in crate `coremidi_sys`
[INFO] [stdout]   --> src/protocol.rs:33:47
[INFO] [stdout]    |
[INFO] [stdout] 33 |             Protocol::Midi10 => coremidi_sys::kMIDIProtocol_1_0 as MIDIProtocolID,
[INFO] [stdout]    |                                               ^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIProtocol_2_0` in crate `coremidi_sys`
[INFO] [stdout]   --> src/protocol.rs:34:47
[INFO] [stdout]    |
[INFO] [stdout] 34 |             Protocol::Midi20 => coremidi_sys::kMIDIProtocol_2_0 as MIDIProtocolID,
[INFO] [stdout]    |                                               ^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 37 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0531.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `coremidi` (lib) due to 38 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/notifications.rs:157:49
[INFO] [stdout]     |
[INFO] [stdout] 157 |         assert_eq!(notification.err().unwrap(), 0xffff as i32);
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^ expected `Infallible`, found `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 70 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0425, E0432, E0531.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `coremidi` (lib test) due to 71 previous errors
[INFO] running `Command { std: "docker" "inspect" "b21be7298aa96704c82ad934b6726bb3ad810cdfce9815243849ad0f67a32dad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b21be7298aa96704c82ad934b6726bb3ad810cdfce9815243849ad0f67a32dad", kill_on_drop: false }`
[INFO] [stdout] b21be7298aa96704c82ad934b6726bb3ad810cdfce9815243849ad0f67a32dad
[INFO] checking coremidi-0.8.0 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate coremidi 0.8.0 into /workspace/builds/worker-5-tc2/source
[INFO] validating manifest of crates.io crate coremidi 0.8.0 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-5-tc2/source/rust-toolchain
[INFO] started tweaking crates.io crate coremidi 0.8.0
[INFO] finished tweaking crates.io crate coremidi 0.8.0
[INFO] tweaked toml for crates.io crate coremidi 0.8.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] crate crates.io crate coremidi 0.8.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 89566518fce8c7439918ca329279d066a19728c5d063c181f05b4d15912711b6
[INFO] running `Command { std: "docker" "start" "-a" "89566518fce8c7439918ca329279d066a19728c5d063c181f05b4d15912711b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "89566518fce8c7439918ca329279d066a19728c5d063c181f05b4d15912711b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "89566518fce8c7439918ca329279d066a19728c5d063c181f05b4d15912711b6", kill_on_drop: false }`
[INFO] [stdout] 89566518fce8c7439918ca329279d066a19728c5d063c181f05b4d15912711b6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 02b590c48ef2047dcba19feeaeba4ce06b264894110f0db1812fd590da47d4cf
[INFO] running `Command { std: "docker" "start" "-a" "02b590c48ef2047dcba19feeaeba4ce06b264894110f0db1812fd590da47d4cf", kill_on_drop: false }`
[INFO] [stderr]    Compiling coremidi-sys v3.1.0
[INFO] [stderr]     Checking core-foundation-sys v0.8.4
[INFO] [stderr]     Checking block v0.1.6
[INFO] [stderr]     Checking core-foundation v0.9.3
[INFO] [stderr]     Checking coremidi v0.8.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::MIDIObjectRef`, `coremidi_sys::MIDIObjectType`
[INFO] [stdout]  --> src/any_object.rs:1:20
[INFO] [stdout]   |
[INFO] [stdout] 1 | use coremidi_sys::{MIDIObjectRef, MIDIObjectType};
[INFO] [stdout]   |                    ^^^^^^^^^^^^^  ^^^^^^^^^^^^^^ no `MIDIObjectType` in the root
[INFO] [stdout]   |                    |
[INFO] [stdout]   |                    no `MIDIObjectRef` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::MIDIClientCreate`, `coremidi_sys::MIDIClientCreateWithBlock`, `coremidi_sys::MIDIClientDispose`, `coremidi_sys::MIDIDestinationCreateWithBlock`, `coremidi_sys::MIDIDestinationCreateWithProtocol`, `coremidi_sys::MIDIEventList`, `coremidi_sys::MIDIInputPortCreateWithBlock`, `coremidi_sys::MIDIInputPortCreateWithProtocol`, `coremidi_sys::MIDINotification`, `coremidi_sys::MIDINotifyBlock`, `coremidi_sys::MIDIOutputPortCreate`, `coremidi_sys::MIDIPacketList`, `coremidi_sys::MIDIReadBlock`, `coremidi_sys::MIDIReceiveBlock`, `coremidi_sys::MIDISourceCreate`
[INFO] [stdout]   --> src/client.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     MIDIClientCreate, MIDIClientCreateWithBlock, MIDIClientDispose, MIDIDestinationCreateWithBlock,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `MIDIDestinationCreateWithBlock` in the root
[INFO] [stdout]    |     |                 |                          |
[INFO] [stdout]    |     |                 |                          no `MIDIClientDispose` in the root
[INFO] [stdout]    |     |                 no `MIDIClientCreateWithBlock` in the root
[INFO] [stdout]    |     no `MIDIClientCreate` in the root
[INFO] [stdout] 11 |     MIDIDestinationCreateWithProtocol, MIDIEventList, MIDIInputPortCreateWithBlock,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `MIDIInputPortCreateWithBlock` in the root
[INFO] [stdout]    |     |                                  |
[INFO] [stdout]    |     |                                  no `MIDIEventList` in the root
[INFO] [stdout]    |     no `MIDIDestinationCreateWithProtocol` in the root
[INFO] [stdout] 12 |     MIDIInputPortCreateWithProtocol, MIDINotification, MIDINotifyBlock, MIDIOutputPortCreate,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |                                |                 |
[INFO] [stdout]    |     |                                |                 no `MIDINotifyBlock` in the root
[INFO] [stdout]    |     |                                no `MIDINotification` in the root
[INFO] [stdout]    |     no `MIDIInputPortCreateWithProtocol` in the root
[INFO] [stdout] 13 |     MIDIPacketList, MIDIReadBlock, MIDIReceiveBlock, MIDISourceCreate,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `coremidi_sys::MIDIObjectRef`
[INFO] [stdout]  --> src/device.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use coremidi_sys::MIDIObjectRef;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `MIDIObjectRef` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::ItemCount`, `coremidi_sys::MIDIEndpointDispose`, `coremidi_sys::MIDIEndpointRef`, `coremidi_sys::MIDIGetDestination`, `coremidi_sys::MIDIGetNumberOfDestinations`
[INFO] [stdout]  --> src/endpoints/destinations.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     ItemCount, MIDIEndpointDispose, MIDIEndpointRef, MIDIGetDestination,
[INFO] [stdout]   |     ^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^ no `MIDIGetDestination` in the root
[INFO] [stdout]   |     |          |                    |
[INFO] [stdout]   |     |          |                    no `MIDIEndpointRef` in the root
[INFO] [stdout]   |     |          no `MIDIEndpointDispose` in the root
[INFO] [stdout]   |     no `ItemCount` in the root
[INFO] [stdout] 5 |     MIDIGetNumberOfDestinations,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `MIDIGetNumberOfDestinations` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::MIDIObjectRef`, `coremidi_sys::MIDIObjectType`
[INFO] [stdout]  --> src/any_object.rs:1:20
[INFO] [stdout]   |
[INFO] [stdout] 1 | use coremidi_sys::{MIDIObjectRef, MIDIObjectType};
[INFO] [stdout]   |                    ^^^^^^^^^^^^^  ^^^^^^^^^^^^^^ no `MIDIObjectType` in the root
[INFO] [stdout]   |                    |
[INFO] [stdout]   |                    no `MIDIObjectRef` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::MIDIEndpointRef`, `coremidi_sys::MIDIFlushOutput`
[INFO] [stdout]  --> src/endpoints/endpoint.rs:4:20
[INFO] [stdout]   |
[INFO] [stdout] 4 | use coremidi_sys::{MIDIEndpointRef, MIDIFlushOutput};
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^ no `MIDIFlushOutput` in the root
[INFO] [stdout]   |                    |
[INFO] [stdout]   |                    no `MIDIEndpointRef` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::ItemCount`, `coremidi_sys::MIDIEndpointDispose`, `coremidi_sys::MIDIEndpointRef`, `coremidi_sys::MIDIGetNumberOfSources`, `coremidi_sys::MIDIGetSource`, `coremidi_sys::MIDIReceived`, `coremidi_sys::MIDIReceivedEventList`
[INFO] [stdout]  --> src/endpoints/sources.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     ItemCount, MIDIEndpointDispose, MIDIEndpointRef, MIDIGetNumberOfSources, MIDIGetSource,
[INFO] [stdout]   |     ^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^ no `MIDIGetSource` in the root
[INFO] [stdout]   |     |          |                    |                |
[INFO] [stdout]   |     |          |                    |                no `MIDIGetNumberOfSources` in the root
[INFO] [stdout]   |     |          |                    no `MIDIEndpointRef` in the root
[INFO] [stdout]   |     |          no `MIDIEndpointDispose` in the root
[INFO] [stdout]   |     no `ItemCount` in the root
[INFO] [stdout] 6 |     MIDIReceived, MIDIReceivedEventList,
[INFO] [stdout]   |     ^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^ no `MIDIReceivedEventList` in the root
[INFO] [stdout]   |     |
[INFO] [stdout]   |     no `MIDIReceived` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `coremidi_sys::MIDIObjectRef`
[INFO] [stdout]  --> src/entity.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use coremidi_sys::MIDIObjectRef;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `MIDIObjectRef` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::MIDIEventList`, `coremidi_sys::MIDIEventListAdd`, `coremidi_sys::MIDIEventListInit`, `coremidi_sys::MIDIEventPacket`, `coremidi_sys::MIDIEventPacketNext`
[INFO] [stdout]  --> src/events.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     MIDIEventList, MIDIEventListAdd, MIDIEventListInit, MIDIEventPacket, MIDIEventPacketNext,
[INFO] [stdout]   |     ^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^ no `MIDIEventPacketNext` in the root
[INFO] [stdout]   |     |              |                 |                  |
[INFO] [stdout]   |     |              |                 |                  no `MIDIEventPacket` in the root
[INFO] [stdout]   |     |              |                 no `MIDIEventListInit` in the root
[INFO] [stdout]   |     |              no `MIDIEventListAdd` in the root
[INFO] [stdout]   |     no `MIDIEventList` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::MIDIClientCreate`, `coremidi_sys::MIDIClientCreateWithBlock`, `coremidi_sys::MIDIClientDispose`, `coremidi_sys::MIDIDestinationCreateWithBlock`, `coremidi_sys::MIDIDestinationCreateWithProtocol`, `coremidi_sys::MIDIEventList`, `coremidi_sys::MIDIInputPortCreateWithBlock`, `coremidi_sys::MIDIInputPortCreateWithProtocol`, `coremidi_sys::MIDINotification`, `coremidi_sys::MIDINotifyBlock`, `coremidi_sys::MIDIOutputPortCreate`, `coremidi_sys::MIDIPacketList`, `coremidi_sys::MIDIReadBlock`, `coremidi_sys::MIDIReceiveBlock`, `coremidi_sys::MIDISourceCreate`
[INFO] [stdout]   --> src/client.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     MIDIClientCreate, MIDIClientCreateWithBlock, MIDIClientDispose, MIDIDestinationCreateWithBlock,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `MIDIDestinationCreateWithBlock` in the root
[INFO] [stdout]    |     |                 |                          |
[INFO] [stdout]    |     |                 |                          no `MIDIClientDispose` in the root
[INFO] [stdout]    |     |                 no `MIDIClientCreateWithBlock` in the root
[INFO] [stdout]    |     no `MIDIClientCreate` in the root
[INFO] [stdout] 11 |     MIDIDestinationCreateWithProtocol, MIDIEventList, MIDIInputPortCreateWithBlock,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `MIDIInputPortCreateWithBlock` in the root
[INFO] [stdout]    |     |                                  |
[INFO] [stdout]    |     |                                  no `MIDIEventList` in the root
[INFO] [stdout]    |     no `MIDIDestinationCreateWithProtocol` in the root
[INFO] [stdout] 12 |     MIDIInputPortCreateWithProtocol, MIDINotification, MIDINotifyBlock, MIDIOutputPortCreate,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |                                |                 |
[INFO] [stdout]    |     |                                |                 no `MIDINotifyBlock` in the root
[INFO] [stdout]    |     |                                no `MIDINotification` in the root
[INFO] [stdout]    |     no `MIDIInputPortCreateWithProtocol` in the root
[INFO] [stdout] 13 |     MIDIPacketList, MIDIReadBlock, MIDIReceiveBlock, MIDISourceCreate,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `coremidi_sys::MIDIObjectRef`
[INFO] [stdout]  --> src/device.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use coremidi_sys::MIDIObjectRef;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `MIDIObjectRef` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::MIDIIOErrorNotification`, `coremidi_sys::MIDINotification`, `coremidi_sys::MIDIObjectAddRemoveNotification`, `coremidi_sys::MIDIObjectPropertyChangeNotification`
[INFO] [stdout]  --> src/notifications.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     MIDIIOErrorNotification, MIDINotification, MIDIObjectAddRemoveNotification,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `MIDIObjectAddRemoveNotification` in the root
[INFO] [stdout]   |     |                        |
[INFO] [stdout]   |     |                        no `MIDINotification` in the root
[INFO] [stdout]   |     no `MIDIIOErrorNotification` in the root
[INFO] [stdout] 8 |     MIDIObjectPropertyChangeNotification,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `MIDIObjectPropertyChangeNotification` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::MIDIObjectRef`, `coremidi_sys::SInt32`
[INFO] [stdout]  --> src/object.rs:4:20
[INFO] [stdout]   |
[INFO] [stdout] 4 | use coremidi_sys::{MIDIObjectRef, SInt32};
[INFO] [stdout]   |                    ^^^^^^^^^^^^^  ^^^^^^ no `SInt32` in the root
[INFO] [stdout]   |                    |
[INFO] [stdout]   |                    no `MIDIObjectRef` in the root
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider importing one of these items instead:
[INFO] [stdout]           core_foundation::base::SInt32
[INFO] [stdout]           core_foundation_sys::base::SInt32
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::ItemCount`, `coremidi_sys::MIDIEndpointDispose`, `coremidi_sys::MIDIEndpointRef`, `coremidi_sys::MIDIGetDestination`, `coremidi_sys::MIDIGetNumberOfDestinations`
[INFO] [stdout]  --> src/endpoints/destinations.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     ItemCount, MIDIEndpointDispose, MIDIEndpointRef, MIDIGetDestination,
[INFO] [stdout]   |     ^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^ no `MIDIGetDestination` in the root
[INFO] [stdout]   |     |          |                    |
[INFO] [stdout]   |     |          |                    no `MIDIEndpointRef` in the root
[INFO] [stdout]   |     |          no `MIDIEndpointDispose` in the root
[INFO] [stdout]   |     no `ItemCount` in the root
[INFO] [stdout] 5 |     MIDIGetNumberOfDestinations,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `MIDIGetNumberOfDestinations` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::MIDIPacket`, `coremidi_sys::MIDIPacketList`, `coremidi_sys::MIDIPacketListAdd`, `coremidi_sys::MIDIPacketListInit`, `coremidi_sys::MIDIPacketNext`
[INFO] [stdout]  --> src/packets.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     MIDIPacket, MIDIPacketList, MIDIPacketListAdd, MIDIPacketListInit, MIDIPacketNext,
[INFO] [stdout]   |     ^^^^^^^^^^  ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^ no `MIDIPacketNext` in the root
[INFO] [stdout]   |     |           |               |                  |
[INFO] [stdout]   |     |           |               |                  no `MIDIPacketListInit` in the root
[INFO] [stdout]   |     |           |               no `MIDIPacketListAdd` in the root
[INFO] [stdout]   |     |           no `MIDIPacketList` in the root
[INFO] [stdout]   |     no `MIDIPacket` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::MIDIEndpointRef`, `coremidi_sys::MIDIFlushOutput`
[INFO] [stdout]  --> src/endpoints/endpoint.rs:4:20
[INFO] [stdout]   |
[INFO] [stdout] 4 | use coremidi_sys::{MIDIEndpointRef, MIDIFlushOutput};
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^ no `MIDIFlushOutput` in the root
[INFO] [stdout]   |                    |
[INFO] [stdout]   |                    no `MIDIEndpointRef` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::MIDIObjectRef`, `coremidi_sys::MIDIPortConnectSource`, `coremidi_sys::MIDIPortDisconnectSource`, `coremidi_sys::MIDIPortDispose`, `coremidi_sys::MIDIPortRef`, `coremidi_sys::MIDISend`, `coremidi_sys::MIDISendEventList`
[INFO] [stdout]  --> src/ports.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     MIDIObjectRef, MIDIPortConnectSource, MIDIPortDisconnectSource, MIDIPortDispose, MIDIPortRef,
[INFO] [stdout]   |     ^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^  ^^^^^^^^^^^ no `MIDIPortRef` in the root
[INFO] [stdout]   |     |              |                      |                         |
[INFO] [stdout]   |     |              |                      |                         no `MIDIPortDispose` in the root
[INFO] [stdout]   |     |              |                      no `MIDIPortDisconnectSource` in the root
[INFO] [stdout]   |     |              no `MIDIPortConnectSource` in the root
[INFO] [stdout]   |     no `MIDIObjectRef` in the root
[INFO] [stdout] 9 |     MIDISend, MIDISendEventList,
[INFO] [stdout]   |     ^^^^^^^^  ^^^^^^^^^^^^^^^^^ no `MIDISendEventList` in the root
[INFO] [stdout]   |     |
[INFO] [stdout]   |     no `MIDISend` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::ItemCount`, `coremidi_sys::MIDIEndpointDispose`, `coremidi_sys::MIDIEndpointRef`, `coremidi_sys::MIDIGetNumberOfSources`, `coremidi_sys::MIDIGetSource`, `coremidi_sys::MIDIReceived`, `coremidi_sys::MIDIReceivedEventList`
[INFO] [stdout]  --> src/endpoints/sources.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     ItemCount, MIDIEndpointDispose, MIDIEndpointRef, MIDIGetNumberOfSources, MIDIGetSource,
[INFO] [stdout]   |     ^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^ no `MIDIGetSource` in the root
[INFO] [stdout]   |     |          |                    |                |
[INFO] [stdout]   |     |          |                    |                no `MIDIGetNumberOfSources` in the root
[INFO] [stdout]   |     |          |                    no `MIDIEndpointRef` in the root
[INFO] [stdout]   |     |          no `MIDIEndpointDispose` in the root
[INFO] [stdout]   |     no `ItemCount` in the root
[INFO] [stdout] 6 |     MIDIReceived, MIDIReceivedEventList,
[INFO] [stdout]   |     ^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^ no `MIDIReceivedEventList` in the root
[INFO] [stdout]   |     |
[INFO] [stdout]   |     no `MIDIReceived` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `coremidi_sys::MIDIObjectRef`
[INFO] [stdout]  --> src/entity.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use coremidi_sys::MIDIObjectRef;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `MIDIObjectRef` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::MIDIEventList`, `coremidi_sys::MIDIEventListAdd`, `coremidi_sys::MIDIEventListInit`, `coremidi_sys::MIDIEventPacket`, `coremidi_sys::MIDIEventPacketNext`
[INFO] [stdout]  --> src/events.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     MIDIEventList, MIDIEventListAdd, MIDIEventListInit, MIDIEventPacket, MIDIEventPacketNext,
[INFO] [stdout]   |     ^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^ no `MIDIEventPacketNext` in the root
[INFO] [stdout]   |     |              |                 |                  |
[INFO] [stdout]   |     |              |                 |                  no `MIDIEventPacket` in the root
[INFO] [stdout]   |     |              |                 no `MIDIEventListInit` in the root
[INFO] [stdout]   |     |              no `MIDIEventListAdd` in the root
[INFO] [stdout]   |     no `MIDIEventList` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::kMIDIProtocol_2_0`, `coremidi_sys::ByteCount`, `coremidi_sys::MIDIEventList`, `coremidi_sys::MIDIEventListAdd`, `coremidi_sys::MIDIEventListInit`, `coremidi_sys::MIDIProtocolID`
[INFO] [stdout]    --> src/events.rs:397:9
[INFO] [stdout]     |
[INFO] [stdout] 397 |         kMIDIProtocol_2_0, ByteCount, MIDIEventList, MIDIEventListAdd, MIDIEventListInit,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^  ^^^^^^^^^  ^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^ no `MIDIEventListInit` in the root
[INFO] [stdout]     |         |                  |          |              |
[INFO] [stdout]     |         |                  |          |              no `MIDIEventListAdd` in the root
[INFO] [stdout]     |         |                  |          no `MIDIEventList` in the root
[INFO] [stdout]     |         |                  no `ByteCount` in the root
[INFO] [stdout]     |         no `kMIDIProtocol_2_0` in the root
[INFO] [stdout] 398 |         MIDIProtocolID,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ no `MIDIProtocolID` in the root
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this unresolved item through its public re-export instead:
[INFO] [stdout]             crate::events::MIDIEventList
[INFO] [stdout]     = help: consider importing this unresolved item through its public re-export instead:
[INFO] [stdout]             crate::events::MIDIEventListAdd
[INFO] [stdout]     = help: consider importing this unresolved item through its public re-export instead:
[INFO] [stdout]             crate::events::MIDIEventListInit
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::MIDIIOErrorNotification`, `coremidi_sys::MIDINotification`, `coremidi_sys::MIDIObjectAddRemoveNotification`, `coremidi_sys::MIDIObjectPropertyChangeNotification`
[INFO] [stdout]  --> src/notifications.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     MIDIIOErrorNotification, MIDINotification, MIDIObjectAddRemoveNotification,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `MIDIObjectAddRemoveNotification` in the root
[INFO] [stdout]   |     |                        |
[INFO] [stdout]   |     |                        no `MIDINotification` in the root
[INFO] [stdout]   |     no `MIDIIOErrorNotification` in the root
[INFO] [stdout] 8 |     MIDIObjectPropertyChangeNotification,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `MIDIObjectPropertyChangeNotification` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::MIDIIOErrorNotification`, `coremidi_sys::MIDINotification`, `coremidi_sys::MIDINotificationMessageID`, `coremidi_sys::MIDIObjectAddRemoveNotification`, `coremidi_sys::MIDIObjectPropertyChangeNotification`, `coremidi_sys::MIDIObjectRef`
[INFO] [stdout]    --> src/notifications.rs:138:9
[INFO] [stdout]     |
[INFO] [stdout] 138 |         MIDIIOErrorNotification, MIDINotification, MIDINotificationMessageID,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^ no `MIDINotificationMessageID` in the root
[INFO] [stdout]     |         |                        |
[INFO] [stdout]     |         |                        no `MIDINotification` in the root
[INFO] [stdout]     |         no `MIDIIOErrorNotification` in the root
[INFO] [stdout] 139 |         MIDIObjectAddRemoveNotification, MIDIObjectPropertyChangeNotification, MIDIObjectRef,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^ no `MIDIObjectRef` in the root
[INFO] [stdout]     |         |                                |
[INFO] [stdout]     |         |                                no `MIDIObjectPropertyChangeNotification` in the root
[INFO] [stdout]     |         no `MIDIObjectAddRemoveNotification` in the root
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this unresolved item through its public re-export instead:
[INFO] [stdout]             crate::notifications::MIDIIOErrorNotification
[INFO] [stdout]     = help: consider importing this unresolved item through its public re-export instead:
[INFO] [stdout]             crate::notifications::MIDINotification
[INFO] [stdout]     = help: consider importing this unresolved item through its public re-export instead:
[INFO] [stdout]             crate::notifications::MIDIObjectAddRemoveNotification
[INFO] [stdout]     = help: consider importing this unresolved item through its public re-export instead:
[INFO] [stdout]             crate::notifications::MIDIObjectPropertyChangeNotification
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::MIDIObjectRef`, `coremidi_sys::SInt32`
[INFO] [stdout]  --> src/object.rs:4:20
[INFO] [stdout]   |
[INFO] [stdout] 4 | use coremidi_sys::{MIDIObjectRef, SInt32};
[INFO] [stdout]   |                    ^^^^^^^^^^^^^  ^^^^^^ no `SInt32` in the root
[INFO] [stdout]   |                    |
[INFO] [stdout]   |                    no `MIDIObjectRef` in the root
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider importing one of these items instead:
[INFO] [stdout]           core_foundation::base::SInt32
[INFO] [stdout]           core_foundation_sys::base::SInt32
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::MIDIPacket`, `coremidi_sys::MIDIPacketList`, `coremidi_sys::MIDIPacketListAdd`, `coremidi_sys::MIDIPacketListInit`, `coremidi_sys::MIDIPacketNext`
[INFO] [stdout]  --> src/packets.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     MIDIPacket, MIDIPacketList, MIDIPacketListAdd, MIDIPacketListInit, MIDIPacketNext,
[INFO] [stdout]   |     ^^^^^^^^^^  ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^ no `MIDIPacketNext` in the root
[INFO] [stdout]   |     |           |               |                  |
[INFO] [stdout]   |     |           |               |                  no `MIDIPacketListInit` in the root
[INFO] [stdout]   |     |           |               no `MIDIPacketListAdd` in the root
[INFO] [stdout]   |     |           no `MIDIPacketList` in the root
[INFO] [stdout]   |     no `MIDIPacket` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::MIDIPacketList`, `coremidi_sys::MIDITimeStamp`
[INFO] [stdout]    --> src/packets.rs:347:24
[INFO] [stdout]     |
[INFO] [stdout] 347 |     use coremidi_sys::{MIDIPacketList, MIDITimeStamp};
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^ no `MIDITimeStamp` in the root
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        no `MIDIPacketList` in the root
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this unresolved item through its public re-export instead:
[INFO] [stdout]             crate::packets::MIDIPacketList
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::MIDIObjectRef`, `coremidi_sys::MIDIPortConnectSource`, `coremidi_sys::MIDIPortDisconnectSource`, `coremidi_sys::MIDIPortDispose`, `coremidi_sys::MIDIPortRef`, `coremidi_sys::MIDISend`, `coremidi_sys::MIDISendEventList`
[INFO] [stdout]  --> src/ports.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     MIDIObjectRef, MIDIPortConnectSource, MIDIPortDisconnectSource, MIDIPortDispose, MIDIPortRef,
[INFO] [stdout]   |     ^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^  ^^^^^^^^^^^ no `MIDIPortRef` in the root
[INFO] [stdout]   |     |              |                      |                         |
[INFO] [stdout]   |     |              |                      |                         no `MIDIPortDispose` in the root
[INFO] [stdout]   |     |              |                      no `MIDIPortDisconnectSource` in the root
[INFO] [stdout]   |     |              no `MIDIPortConnectSource` in the root
[INFO] [stdout]   |     no `MIDIObjectRef` in the root
[INFO] [stdout] 9 |     MIDISend, MIDISendEventList,
[INFO] [stdout]   |     ^^^^^^^^  ^^^^^^^^^^^^^^^^^ no `MIDISendEventList` in the root
[INFO] [stdout]   |     |
[INFO] [stdout]   |     no `MIDISend` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::kMIDIPropertyAdvanceScheduleTimeMuSec`, `coremidi_sys::kMIDIPropertyCanRoute`, `coremidi_sys::kMIDIPropertyConnectionUniqueID`, `coremidi_sys::kMIDIPropertyDeviceID`, `coremidi_sys::kMIDIPropertyDisplayName`, `coremidi_sys::kMIDIPropertyDriverDeviceEditorApp`, `coremidi_sys::kMIDIPropertyDriverOwner`, `coremidi_sys::kMIDIPropertyDriverVersion`, `coremidi_sys::kMIDIPropertyIsBroadcast`, `coremidi_sys::kMIDIPropertyIsDrumMachine`, `coremidi_sys::kMIDIPropertyIsEffectUnit`, `coremidi_sys::kMIDIPropertyIsEmbeddedEntity`, `coremidi_sys::kMIDIPropertyIsMixer`, `coremidi_sys::kMIDIPropertyIsSampler`, `coremidi_sys::kMIDIPropertyManufacturer`, `coremidi_sys::kMIDIPropertyMaxReceiveChannels`, `coremidi_sys::kMIDIPropertyMaxSysExSpeed`, `coremidi_sys::kMIDIPropertyMaxTransmitChannels`, `coremidi_sys::kMIDIPropertyModel`, `coremidi_sys::kMIDIPropertyName`, `coremidi_sys::kMIDIPropertyOffline`, `coremidi_sys::kMIDIPropertyPanDisruptsStereo`, `coremidi_sys::kMIDIPropertyPrivate`, `coremidi_sys::kMIDIPropertyProtocolID`, `coremidi_sys::kMIDIPropertyReceiveChannels`, `coremidi_sys::kMIDIPropertyReceivesBankSelectLSB`, `coremidi_sys::kMIDIPropertyReceivesBankSelectMSB`, `coremidi_sys::kMIDIPropertyReceivesClock`, `coremidi_sys::kMIDIPropertyReceivesMTC`, `coremidi_sys::kMIDIPropertyReceivesNotes`, `coremidi_sys::kMIDIPropertyReceivesProgramChanges`, `coremidi_sys::kMIDIPropertySingleRealtimeEntity`, `coremidi_sys::kMIDIPropertySupportsGeneralMIDI`, `coremidi_sys::kMIDIPropertySupportsMMC`, `coremidi_sys::kMIDIPropertySupportsShowControl`, `coremidi_sys::kMIDIPropertyTransmitChannels`, `coremidi_sys::kMIDIPropertyTransmitsBankSelectLSB`, `coremidi_sys::kMIDIPropertyTransmitsBankSelectMSB`, `coremidi_sys::kMIDIPropertyTransmitsClock`, `coremidi_sys::kMIDIPropertyTransmitsMTC`, `coremidi_sys::kMIDIPropertyTransmitsNotes`, `coremidi_sys::kMIDIPropertyTransmitsProgramChanges`, `coremidi_sys::kMIDIPropertyUniqueID`, `coremidi_sys::MIDIObjectGetIntegerProperty`, `coremidi_sys::MIDIObjectGetStringProperty`, `coremidi_sys::MIDIObjectSetIntegerProperty`, `coremidi_sys::MIDIObjectSetStringProperty`, `coremidi_sys::SInt32`
[INFO] [stdout]   --> src/properties.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout] 8  |     kMIDIPropertyAdvanceScheduleTimeMuSec, kMIDIPropertyCanRoute, kMIDIPropertyConnectionUniqueID,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `kMIDIPropertyConnectionUniqueID` in the root
[INFO] [stdout]    |     |                                      |
[INFO] [stdout]    |     |                                      no `kMIDIPropertyCanRoute` in the root
[INFO] [stdout]    |     no `kMIDIPropertyAdvanceScheduleTimeMuSec` in the root
[INFO] [stdout] 9  |     kMIDIPropertyDeviceID, kMIDIPropertyDisplayName, kMIDIPropertyDriverDeviceEditorApp,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `kMIDIPropertyDriverDeviceEditorApp` in the root
[INFO] [stdout]    |     |                      |
[INFO] [stdout]    |     |                      no `kMIDIPropertyDisplayName` in the root
[INFO] [stdout]    |     no `kMIDIPropertyDeviceID` in the root
[INFO] [stdout] 10 |     kMIDIPropertyDriverOwner, kMIDIPropertyDriverVersion, kMIDIPropertyIsBroadcast,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^ no `kMIDIPropertyIsBroadcast` in the root
[INFO] [stdout]    |     |                         |
[INFO] [stdout]    |     |                         no `kMIDIPropertyDriverVersion` in the root
[INFO] [stdout]    |     no `kMIDIPropertyDriverOwner` in the root
[INFO] [stdout] 11 |     kMIDIPropertyIsDrumMachine, kMIDIPropertyIsEffectUnit, kMIDIPropertyIsEmbeddedEntity,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     no `kMIDIPropertyIsDrumMachine` in the root
[INFO] [stdout] 12 |     kMIDIPropertyIsMixer, kMIDIPropertyIsSampler, kMIDIPropertyManufacturer,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 13 |     kMIDIPropertyMaxReceiveChannels, kMIDIPropertyMaxSysExSpeed, kMIDIPropertyMaxTransmitChannels,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 14 |     kMIDIPropertyModel, kMIDIPropertyName, kMIDIPropertyOffline, kMIDIPropertyPanDisruptsStereo,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 15 |     kMIDIPropertyPrivate, kMIDIPropertyProtocolID, kMIDIPropertyReceiveChannels,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 16 |     kMIDIPropertyReceivesBankSelectLSB, kMIDIPropertyReceivesBankSelectMSB,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 17 |     kMIDIPropertyReceivesClock, kMIDIPropertyReceivesMTC, kMIDIPropertyReceivesNotes,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 18 |     kMIDIPropertyReceivesProgramChanges, kMIDIPropertySingleRealtimeEntity,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 19 |     kMIDIPropertySupportsGeneralMIDI, kMIDIPropertySupportsMMC, kMIDIPropertySupportsShowControl,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 20 |     kMIDIPropertyTransmitChannels, kMIDIPropertyTransmitsBankSelectLSB,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 21 |     kMIDIPropertyTransmitsBankSelectMSB, kMIDIPropertyTransmitsClock, kMIDIPropertyTransmitsMTC,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 22 |     kMIDIPropertyTransmitsNotes, kMIDIPropertyTransmitsProgramChanges, kMIDIPropertyUniqueID,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 23 |     MIDIObjectGetIntegerProperty, MIDIObjectGetStringProperty, MIDIObjectSetIntegerProperty,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 24 |     MIDIObjectSetStringProperty, SInt32,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `coremidi_sys::MIDIProtocolID`
[INFO] [stdout]  --> src/protocol.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use coremidi_sys::MIDIProtocolID;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `MIDIProtocolID` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::MIDIFlushOutput`, `coremidi_sys::MIDIRestart`
[INFO] [stdout]   --> src/lib.rs:57:20
[INFO] [stdout]    |
[INFO] [stdout] 57 | use coremidi_sys::{MIDIFlushOutput, MIDIRestart};
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^  ^^^^^^^^^^^ no `MIDIRestart` in the root
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    no `MIDIFlushOutput` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIObjectType_Other` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:21:27
[INFO] [stdout]    |
[INFO] [stdout] 21 |             coremidi_sys::kMIDIObjectType_Other => Some(Self::Other(Object(object_ref))),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIObjectType_Device` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:22:27
[INFO] [stdout]    |
[INFO] [stdout] 22 |             coremidi_sys::kMIDIObjectType_Device => Some(Self::Device(Device::new(object_ref))),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIObjectType_Entity` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:23:27
[INFO] [stdout]    |
[INFO] [stdout] 23 |             coremidi_sys::kMIDIObjectType_Entity => Some(Self::Entity(Entity::new(object_ref))),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIObjectType_Source` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:24:27
[INFO] [stdout]    |
[INFO] [stdout] 24 |             coremidi_sys::kMIDIObjectType_Source => Some(Self::Source(Source::new(object_ref))),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIObjectType_Destination` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:25:27
[INFO] [stdout]    |
[INFO] [stdout] 25 |             coremidi_sys::kMIDIObjectType_Destination => {
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIObjectType_ExternalDevice` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:28:27
[INFO] [stdout]    |
[INFO] [stdout] 28 |             coremidi_sys::kMIDIObjectType_ExternalDevice => {
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIObjectType_ExternalEntity` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:31:27
[INFO] [stdout]    |
[INFO] [stdout] 31 |             coremidi_sys::kMIDIObjectType_ExternalEntity => {
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIObjectType_ExternalSource` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:34:27
[INFO] [stdout]    |
[INFO] [stdout] 34 |             coremidi_sys::kMIDIObjectType_ExternalSource => {
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIObjectType_ExternalDestination` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:37:27
[INFO] [stdout]    |
[INFO] [stdout] 37 |             coremidi_sys::kMIDIObjectType_ExternalDestination => {
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIMsgObjectAdded` in crate `coremidi_sys`
[INFO] [stdout]   --> src/notifications.rs:64:31
[INFO] [stdout]    |
[INFO] [stdout] 64 |                 coremidi_sys::kMIDIMsgObjectAdded => Ok(Notification::ObjectAdded(info)),
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIMsgObjectRemoved` in crate `coremidi_sys`
[INFO] [stdout]   --> src/notifications.rs:65:31
[INFO] [stdout]    |
[INFO] [stdout] 65 |                 coremidi_sys::kMIDIMsgObjectRemoved => Ok(Notification::ObjectRemoved(info)),
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIMsgSetupChanged` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:114:27
[INFO] [stdout]     |
[INFO] [stdout] 114 |             coremidi_sys::kMIDIMsgSetupChanged => Ok(Notification::SetupChanged),
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIMsgObjectAdded` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:115:27
[INFO] [stdout]     |
[INFO] [stdout] 115 |             coremidi_sys::kMIDIMsgObjectAdded | coremidi_sys::kMIDIMsgObjectRemoved => {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIMsgObjectRemoved` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:115:63
[INFO] [stdout]     |
[INFO] [stdout] 115 |             coremidi_sys::kMIDIMsgObjectAdded | coremidi_sys::kMIDIMsgObjectRemoved => {
[INFO] [stdout]     |                                                               ^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIMsgPropertyChanged` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:118:27
[INFO] [stdout]     |
[INFO] [stdout] 118 |             coremidi_sys::kMIDIMsgPropertyChanged => Self::try_from_property_changed(notification),
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIMsgThruConnectionsChanged` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:119:27
[INFO] [stdout]     |
[INFO] [stdout] 119 |             coremidi_sys::kMIDIMsgThruConnectionsChanged => {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIMsgSerialPortOwnerChanged` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:122:27
[INFO] [stdout]     |
[INFO] [stdout] 122 |             coremidi_sys::kMIDIMsgSerialPortOwnerChanged => {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIMsgIOError` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:125:27
[INFO] [stdout]     |
[INFO] [stdout] 125 |             coremidi_sys::kMIDIMsgIOError => Ok(Self::from_io_error(notification)),
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIProtocol_1_0` in crate `coremidi_sys`
[INFO] [stdout]   --> src/protocol.rs:23:27
[INFO] [stdout]    |
[INFO] [stdout] 23 |             coremidi_sys::kMIDIProtocol_1_0 => Protocol::Midi10,
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIProtocol_2_0` in crate `coremidi_sys`
[INFO] [stdout]   --> src/protocol.rs:24:27
[INFO] [stdout]    |
[INFO] [stdout] 24 |             coremidi_sys::kMIDIProtocol_2_0 => Protocol::Midi20,
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIProtocol_1_0` in crate `coremidi_sys`
[INFO] [stdout]   --> src/protocol.rs:33:47
[INFO] [stdout]    |
[INFO] [stdout] 33 |             Protocol::Midi10 => coremidi_sys::kMIDIProtocol_1_0 as MIDIProtocolID,
[INFO] [stdout]    |                                               ^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIProtocol_2_0` in crate `coremidi_sys`
[INFO] [stdout]   --> src/protocol.rs:34:47
[INFO] [stdout]    |
[INFO] [stdout] 34 |             Protocol::Midi20 => coremidi_sys::kMIDIProtocol_2_0 as MIDIProtocolID,
[INFO] [stdout]    |                                               ^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::kMIDIPropertyAdvanceScheduleTimeMuSec`, `coremidi_sys::kMIDIPropertyCanRoute`, `coremidi_sys::kMIDIPropertyConnectionUniqueID`, `coremidi_sys::kMIDIPropertyDeviceID`, `coremidi_sys::kMIDIPropertyDisplayName`, `coremidi_sys::kMIDIPropertyDriverDeviceEditorApp`, `coremidi_sys::kMIDIPropertyDriverOwner`, `coremidi_sys::kMIDIPropertyDriverVersion`, `coremidi_sys::kMIDIPropertyIsBroadcast`, `coremidi_sys::kMIDIPropertyIsDrumMachine`, `coremidi_sys::kMIDIPropertyIsEffectUnit`, `coremidi_sys::kMIDIPropertyIsEmbeddedEntity`, `coremidi_sys::kMIDIPropertyIsMixer`, `coremidi_sys::kMIDIPropertyIsSampler`, `coremidi_sys::kMIDIPropertyManufacturer`, `coremidi_sys::kMIDIPropertyMaxReceiveChannels`, `coremidi_sys::kMIDIPropertyMaxSysExSpeed`, `coremidi_sys::kMIDIPropertyMaxTransmitChannels`, `coremidi_sys::kMIDIPropertyModel`, `coremidi_sys::kMIDIPropertyName`, `coremidi_sys::kMIDIPropertyOffline`, `coremidi_sys::kMIDIPropertyPanDisruptsStereo`, `coremidi_sys::kMIDIPropertyPrivate`, `coremidi_sys::kMIDIPropertyProtocolID`, `coremidi_sys::kMIDIPropertyReceiveChannels`, `coremidi_sys::kMIDIPropertyReceivesBankSelectLSB`, `coremidi_sys::kMIDIPropertyReceivesBankSelectMSB`, `coremidi_sys::kMIDIPropertyReceivesClock`, `coremidi_sys::kMIDIPropertyReceivesMTC`, `coremidi_sys::kMIDIPropertyReceivesNotes`, `coremidi_sys::kMIDIPropertyReceivesProgramChanges`, `coremidi_sys::kMIDIPropertySingleRealtimeEntity`, `coremidi_sys::kMIDIPropertySupportsGeneralMIDI`, `coremidi_sys::kMIDIPropertySupportsMMC`, `coremidi_sys::kMIDIPropertySupportsShowControl`, `coremidi_sys::kMIDIPropertyTransmitChannels`, `coremidi_sys::kMIDIPropertyTransmitsBankSelectLSB`, `coremidi_sys::kMIDIPropertyTransmitsBankSelectMSB`, `coremidi_sys::kMIDIPropertyTransmitsClock`, `coremidi_sys::kMIDIPropertyTransmitsMTC`, `coremidi_sys::kMIDIPropertyTransmitsNotes`, `coremidi_sys::kMIDIPropertyTransmitsProgramChanges`, `coremidi_sys::kMIDIPropertyUniqueID`, `coremidi_sys::MIDIObjectGetIntegerProperty`, `coremidi_sys::MIDIObjectGetStringProperty`, `coremidi_sys::MIDIObjectSetIntegerProperty`, `coremidi_sys::MIDIObjectSetStringProperty`, `coremidi_sys::SInt32`
[INFO] [stdout]   --> src/properties.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout] 8  |     kMIDIPropertyAdvanceScheduleTimeMuSec, kMIDIPropertyCanRoute, kMIDIPropertyConnectionUniqueID,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `kMIDIPropertyConnectionUniqueID` in the root
[INFO] [stdout]    |     |                                      |
[INFO] [stdout]    |     |                                      no `kMIDIPropertyCanRoute` in the root
[INFO] [stdout]    |     no `kMIDIPropertyAdvanceScheduleTimeMuSec` in the root
[INFO] [stdout] 9  |     kMIDIPropertyDeviceID, kMIDIPropertyDisplayName, kMIDIPropertyDriverDeviceEditorApp,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `kMIDIPropertyDriverDeviceEditorApp` in the root
[INFO] [stdout]    |     |                      |
[INFO] [stdout]    |     |                      no `kMIDIPropertyDisplayName` in the root
[INFO] [stdout]    |     no `kMIDIPropertyDeviceID` in the root
[INFO] [stdout] 10 |     kMIDIPropertyDriverOwner, kMIDIPropertyDriverVersion, kMIDIPropertyIsBroadcast,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^ no `kMIDIPropertyIsBroadcast` in the root
[INFO] [stdout]    |     |                         |
[INFO] [stdout]    |     |                         no `kMIDIPropertyDriverVersion` in the root
[INFO] [stdout]    |     no `kMIDIPropertyDriverOwner` in the root
[INFO] [stdout] 11 |     kMIDIPropertyIsDrumMachine, kMIDIPropertyIsEffectUnit, kMIDIPropertyIsEmbeddedEntity,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     no `kMIDIPropertyIsDrumMachine` in the root
[INFO] [stdout] 12 |     kMIDIPropertyIsMixer, kMIDIPropertyIsSampler, kMIDIPropertyManufacturer,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 13 |     kMIDIPropertyMaxReceiveChannels, kMIDIPropertyMaxSysExSpeed, kMIDIPropertyMaxTransmitChannels,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 14 |     kMIDIPropertyModel, kMIDIPropertyName, kMIDIPropertyOffline, kMIDIPropertyPanDisruptsStereo,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 15 |     kMIDIPropertyPrivate, kMIDIPropertyProtocolID, kMIDIPropertyReceiveChannels,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 16 |     kMIDIPropertyReceivesBankSelectLSB, kMIDIPropertyReceivesBankSelectMSB,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 17 |     kMIDIPropertyReceivesClock, kMIDIPropertyReceivesMTC, kMIDIPropertyReceivesNotes,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 18 |     kMIDIPropertyReceivesProgramChanges, kMIDIPropertySingleRealtimeEntity,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 19 |     kMIDIPropertySupportsGeneralMIDI, kMIDIPropertySupportsMMC, kMIDIPropertySupportsShowControl,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 20 |     kMIDIPropertyTransmitChannels, kMIDIPropertyTransmitsBankSelectLSB,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 21 |     kMIDIPropertyTransmitsBankSelectMSB, kMIDIPropertyTransmitsClock, kMIDIPropertyTransmitsMTC,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 22 |     kMIDIPropertyTransmitsNotes, kMIDIPropertyTransmitsProgramChanges, kMIDIPropertyUniqueID,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 23 |     MIDIObjectGetIntegerProperty, MIDIObjectGetStringProperty, MIDIObjectSetIntegerProperty,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 24 |     MIDIObjectSetStringProperty, SInt32,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `coremidi_sys::MIDIProtocolID`
[INFO] [stdout]  --> src/protocol.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use coremidi_sys::MIDIProtocolID;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `MIDIProtocolID` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::MIDIFlushOutput`, `coremidi_sys::MIDIRestart`
[INFO] [stdout]   --> src/lib.rs:57:20
[INFO] [stdout]    |
[INFO] [stdout] 57 | use coremidi_sys::{MIDIFlushOutput, MIDIRestart};
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^  ^^^^^^^^^^^ no `MIDIRestart` in the root
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    no `MIDIFlushOutput` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIObjectType_Other` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:21:27
[INFO] [stdout]    |
[INFO] [stdout] 21 |             coremidi_sys::kMIDIObjectType_Other => Some(Self::Other(Object(object_ref))),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIObjectType_Device` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:22:27
[INFO] [stdout]    |
[INFO] [stdout] 22 |             coremidi_sys::kMIDIObjectType_Device => Some(Self::Device(Device::new(object_ref))),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIObjectType_Entity` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:23:27
[INFO] [stdout]    |
[INFO] [stdout] 23 |             coremidi_sys::kMIDIObjectType_Entity => Some(Self::Entity(Entity::new(object_ref))),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIObjectType_Source` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:24:27
[INFO] [stdout]    |
[INFO] [stdout] 24 |             coremidi_sys::kMIDIObjectType_Source => Some(Self::Source(Source::new(object_ref))),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIObjectType_Destination` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:25:27
[INFO] [stdout]    |
[INFO] [stdout] 25 |             coremidi_sys::kMIDIObjectType_Destination => {
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIObjectType_ExternalDevice` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:28:27
[INFO] [stdout]    |
[INFO] [stdout] 28 |             coremidi_sys::kMIDIObjectType_ExternalDevice => {
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIObjectType_ExternalEntity` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:31:27
[INFO] [stdout]    |
[INFO] [stdout] 31 |             coremidi_sys::kMIDIObjectType_ExternalEntity => {
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIObjectType_ExternalSource` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:34:27
[INFO] [stdout]    |
[INFO] [stdout] 34 |             coremidi_sys::kMIDIObjectType_ExternalSource => {
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIObjectType_ExternalDestination` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:37:27
[INFO] [stdout]    |
[INFO] [stdout] 37 |             coremidi_sys::kMIDIObjectType_ExternalDestination => {
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIObjectType_Other` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:69:45
[INFO] [stdout]    |
[INFO] [stdout] 69 |             AnyObject::create(coremidi_sys::kMIDIObjectType_Other, 1),
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIObjectType_Device` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:73:45
[INFO] [stdout]    |
[INFO] [stdout] 73 |             AnyObject::create(coremidi_sys::kMIDIObjectType_Device, 1),
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIObjectType_Entity` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:77:45
[INFO] [stdout]    |
[INFO] [stdout] 77 |             AnyObject::create(coremidi_sys::kMIDIObjectType_Entity, 1),
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIObjectType_Source` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:81:45
[INFO] [stdout]    |
[INFO] [stdout] 81 |             AnyObject::create(coremidi_sys::kMIDIObjectType_Source, 1),
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIObjectType_Destination` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:85:45
[INFO] [stdout]    |
[INFO] [stdout] 85 |             AnyObject::create(coremidi_sys::kMIDIObjectType_Destination, 1),
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIObjectType_ExternalDevice` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:89:45
[INFO] [stdout]    |
[INFO] [stdout] 89 |             AnyObject::create(coremidi_sys::kMIDIObjectType_ExternalDevice, 1),
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIObjectType_ExternalEntity` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:93:45
[INFO] [stdout]    |
[INFO] [stdout] 93 |             AnyObject::create(coremidi_sys::kMIDIObjectType_ExternalEntity, 1),
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIObjectType_ExternalSource` in crate `coremidi_sys`
[INFO] [stdout]   --> src/any_object.rs:97:45
[INFO] [stdout]    |
[INFO] [stdout] 97 |             AnyObject::create(coremidi_sys::kMIDIObjectType_ExternalSource, 1),
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIObjectType_ExternalDestination` in crate `coremidi_sys`
[INFO] [stdout]    --> src/any_object.rs:101:45
[INFO] [stdout]     |
[INFO] [stdout] 101 |             AnyObject::create(coremidi_sys::kMIDIObjectType_ExternalDestination, 1),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIMsgObjectAdded` in crate `coremidi_sys`
[INFO] [stdout]   --> src/notifications.rs:64:31
[INFO] [stdout]    |
[INFO] [stdout] 64 |                 coremidi_sys::kMIDIMsgObjectAdded => Ok(Notification::ObjectAdded(info)),
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIMsgObjectRemoved` in crate `coremidi_sys`
[INFO] [stdout]   --> src/notifications.rs:65:31
[INFO] [stdout]    |
[INFO] [stdout] 65 |                 coremidi_sys::kMIDIMsgObjectRemoved => Ok(Notification::ObjectRemoved(info)),
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIMsgSetupChanged` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:114:27
[INFO] [stdout]     |
[INFO] [stdout] 114 |             coremidi_sys::kMIDIMsgSetupChanged => Ok(Notification::SetupChanged),
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIMsgObjectAdded` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:115:27
[INFO] [stdout]     |
[INFO] [stdout] 115 |             coremidi_sys::kMIDIMsgObjectAdded | coremidi_sys::kMIDIMsgObjectRemoved => {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIMsgObjectRemoved` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:115:63
[INFO] [stdout]     |
[INFO] [stdout] 115 |             coremidi_sys::kMIDIMsgObjectAdded | coremidi_sys::kMIDIMsgObjectRemoved => {
[INFO] [stdout]     |                                                               ^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIMsgPropertyChanged` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:118:27
[INFO] [stdout]     |
[INFO] [stdout] 118 |             coremidi_sys::kMIDIMsgPropertyChanged => Self::try_from_property_changed(notification),
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIMsgThruConnectionsChanged` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:119:27
[INFO] [stdout]     |
[INFO] [stdout] 119 |             coremidi_sys::kMIDIMsgThruConnectionsChanged => {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIMsgSerialPortOwnerChanged` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:122:27
[INFO] [stdout]     |
[INFO] [stdout] 122 |             coremidi_sys::kMIDIMsgSerialPortOwnerChanged => {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIMsgIOError` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:125:27
[INFO] [stdout]     |
[INFO] [stdout] 125 |             coremidi_sys::kMIDIMsgIOError => Ok(Self::from_io_error(notification)),
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIMsgSetupChanged` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:163:38
[INFO] [stdout]     |
[INFO] [stdout] 163 |             messageID: coremidi_sys::kMIDIMsgSetupChanged as MIDINotificationMessageID,
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIMsgObjectAdded` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:176:38
[INFO] [stdout]     |
[INFO] [stdout] 176 |             messageID: coremidi_sys::kMIDIMsgObjectAdded as MIDINotificationMessageID,
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIObjectType_Device` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:179:39
[INFO] [stdout]     |
[INFO] [stdout] 179 |             parentType: coremidi_sys::kMIDIObjectType_Device,
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIObjectType_Other` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:181:38
[INFO] [stdout]     |
[INFO] [stdout] 181 |             childType: coremidi_sys::kMIDIObjectType_Other,
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIMsgObjectRemoved` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:201:38
[INFO] [stdout]     |
[INFO] [stdout] 201 |             messageID: coremidi_sys::kMIDIMsgObjectRemoved as MIDINotificationMessageID,
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIObjectType_Device` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:204:39
[INFO] [stdout]     |
[INFO] [stdout] 204 |             parentType: coremidi_sys::kMIDIObjectType_Device,
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIObjectType_Other` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:206:38
[INFO] [stdout]     |
[INFO] [stdout] 206 |             childType: coremidi_sys::kMIDIObjectType_Other,
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIMsgObjectAdded` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:226:38
[INFO] [stdout]     |
[INFO] [stdout] 226 |             messageID: coremidi_sys::kMIDIMsgObjectAdded as MIDINotificationMessageID,
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIObjectType_Device` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:229:39
[INFO] [stdout]     |
[INFO] [stdout] 229 |             parentType: coremidi_sys::kMIDIObjectType_Device,
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIMsgObjectAdded` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:241:27
[INFO] [stdout]     |
[INFO] [stdout] 241 |             coremidi_sys::kMIDIMsgObjectAdded as i32
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIMsgObjectRemoved` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:245:38
[INFO] [stdout]     |
[INFO] [stdout] 245 |             messageID: coremidi_sys::kMIDIMsgObjectRemoved as MIDINotificationMessageID,
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIObjectType_Device` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:250:38
[INFO] [stdout]     |
[INFO] [stdout] 250 |             childType: coremidi_sys::kMIDIObjectType_Device,
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIMsgObjectRemoved` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:260:27
[INFO] [stdout]     |
[INFO] [stdout] 260 |             coremidi_sys::kMIDIMsgObjectRemoved as i32
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIMsgPropertyChanged` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:268:38
[INFO] [stdout]     |
[INFO] [stdout] 268 |             messageID: coremidi_sys::kMIDIMsgPropertyChanged as MIDINotificationMessageID,
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIObjectType_Device` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:271:39
[INFO] [stdout]     |
[INFO] [stdout] 271 |             objectType: coremidi_sys::kMIDIObjectType_Device,
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIMsgPropertyChanged` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:293:38
[INFO] [stdout]     |
[INFO] [stdout] 293 |             messageID: coremidi_sys::kMIDIMsgPropertyChanged as MIDINotificationMessageID,
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIMsgPropertyChanged` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:307:27
[INFO] [stdout]     |
[INFO] [stdout] 307 |             coremidi_sys::kMIDIMsgPropertyChanged as i32
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIMsgThruConnectionsChanged` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:314:38
[INFO] [stdout]     |
[INFO] [stdout] 314 |             messageID: coremidi_sys::kMIDIMsgThruConnectionsChanged as MIDINotificationMessageID,
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIMsgSerialPortOwnerChanged` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:327:38
[INFO] [stdout]     |
[INFO] [stdout] 327 |             messageID: coremidi_sys::kMIDIMsgSerialPortOwnerChanged as MIDINotificationMessageID,
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIMsgIOError` in crate `coremidi_sys`
[INFO] [stdout]    --> src/notifications.rs:340:38
[INFO] [stdout]     |
[INFO] [stdout] 340 |             messageID: coremidi_sys::kMIDIMsgIOError as MIDINotificationMessageID,
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIProtocol_1_0` in crate `coremidi_sys`
[INFO] [stdout]   --> src/protocol.rs:23:27
[INFO] [stdout]    |
[INFO] [stdout] 23 |             coremidi_sys::kMIDIProtocol_1_0 => Protocol::Midi10,
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `kMIDIProtocol_2_0` in crate `coremidi_sys`
[INFO] [stdout]   --> src/protocol.rs:24:27
[INFO] [stdout]    |
[INFO] [stdout] 24 |             coremidi_sys::kMIDIProtocol_2_0 => Protocol::Midi20,
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIProtocol_1_0` in crate `coremidi_sys`
[INFO] [stdout]   --> src/protocol.rs:33:47
[INFO] [stdout]    |
[INFO] [stdout] 33 |             Protocol::Midi10 => coremidi_sys::kMIDIProtocol_1_0 as MIDIProtocolID,
[INFO] [stdout]    |                                               ^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kMIDIProtocol_2_0` in crate `coremidi_sys`
[INFO] [stdout]   --> src/protocol.rs:34:47
[INFO] [stdout]    |
[INFO] [stdout] 34 |             Protocol::Midi20 => coremidi_sys::kMIDIProtocol_2_0 as MIDIProtocolID,
[INFO] [stdout]    |                                               ^^^^^^^^^^^^^^^^^ not found in `coremidi_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 37 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0531.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `coremidi` (lib) due to 38 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/notifications.rs:157:49
[INFO] [stdout]     |
[INFO] [stdout] 157 |         assert_eq!(notification.err().unwrap(), 0xffff as i32);
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^ expected `Infallible`, found `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 70 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0425, E0432, E0531.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `coremidi` (lib test) due to 71 previous errors
[INFO] running `Command { std: "docker" "inspect" "02b590c48ef2047dcba19feeaeba4ce06b264894110f0db1812fd590da47d4cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "02b590c48ef2047dcba19feeaeba4ce06b264894110f0db1812fd590da47d4cf", kill_on_drop: false }`
[INFO] [stdout] 02b590c48ef2047dcba19feeaeba4ce06b264894110f0db1812fd590da47d4cf
