Compiling crossbeam-queue v0.3.12  Compiling mach2 v0.5.0  Compiling clap_lex v1.0.0  Compiling heck v0.5.0  Compiling memchr v2.8.0  Compiling strsim v0.11.1  Compiling dasp_sample v0.11.0  Compiling clap_builder v4.5.60  Compiling clap_derive v4.5.55  Compiling crossbeam v0.8.4  Compiling typed-builder v0.23.2  Compiling tokio-tungstenite v0.24.0  Compiling uuid v1.22.0  Compiling clap v4.5.60  Compiling sha2 v0.10.9  Compiling sendspin v0.1.2 (/Users/runner/work/conformance/conformance/repos/sendspin-rs)  Compiling conformance-sendspin-rs-client v0.1.0 (/Users/runner/work/conformance/conformance/adapters/sendspin-rs/client) error[E0432]: unresolved import `sendspin::protocol::messages::PlayerSyncState` --> src/main.rs:7:55 | 7 | ImageFormat, Message, MetadataState, PlayerState, PlayerSyncState, PlayerV1Support, | ^^^^^^^^^^^^^^^ | | | no `PlayerSyncState` in `protocol::messages` | help: a similar name exists in the module: `PlayerState` error[E0560]: struct `PlayerState` has no field named `state` --> src/main.rs:526:41 | 526 | ... state: PlayerSyncState::Synchronized, | ^^^^^ `PlayerState` does not have this field | = note: available fields are: `static_delay_ms`, `supported_commands` error[E0063]: missing field `state` in initializer of `sendspin::protocol::messages::ClientState` --> src/main.rs:524:66 | 524 | ... let state = Message::ClientState(ClientState { | ^^^^^^^^^^^ missing `state` error[E0308]: mismatched types --> src/main.rs:563:54 | 563 | ... command: args.controller_command.clone(), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `ControllerCommandType`, found `String` error[E0560]: struct `PlayerState` has no field named `state` --> src/main.rs:760:17 | 760 | state: PlayerSyncState::Synchronized, | ^^^^^ `PlayerState` does not have this field | = note: available fields are: `static_delay_ms`, `supported_commands` error[E0063]: missing field `state` in initializer of `sendspin::protocol::messages::ClientState` --> src/main.rs:758:44 | 758 | .send_message(Message::ClientState(ClientState { | ^^^^^^^^^^^ missing `state` Some errors have detailed explanations: E0063, E0308, E0432, E0560. For more information about an error, try `rustc --explain E0063`. error: could not compile `conformance-sendspin-rs-client` (bin "conformance-sendspin-rs-client") due to 6 previous errors