[INFO] fetching crate swift-runtime-sys 0.0.4...
[INFO] testing swift-runtime-sys-0.0.4 against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1
[INFO] extracting crate swift-runtime-sys 0.0.4 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate swift-runtime-sys 0.0.4
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate swift-runtime-sys 0.0.4
[INFO] tweaked toml for crates.io crate swift-runtime-sys 0.0.4 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate swift-runtime-sys 0.0.4 on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate swift-runtime-sys 0.0.4 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d63ce6ec81598ab2115643095597df74936d0c3e821d26f94952319853201c11
[INFO] running `Command { std: "docker" "start" "-a" "d63ce6ec81598ab2115643095597df74936d0c3e821d26f94952319853201c11", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d63ce6ec81598ab2115643095597df74936d0c3e821d26f94952319853201c11", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d63ce6ec81598ab2115643095597df74936d0c3e821d26f94952319853201c11", kill_on_drop: false }`
[INFO] [stdout] d63ce6ec81598ab2115643095597df74936d0c3e821d26f94952319853201c11
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 91da1b8f7f993129255ea319e0a7549cbe24334c6f767375687596cbd0a098fd
[INFO] running `Command { std: "docker" "start" "-a" "91da1b8f7f993129255ea319e0a7549cbe24334c6f767375687596cbd0a098fd", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling swift-runtime-sys v0.0.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]     --> src/ConcurrencyThunks.rs:1190:5
[INFO] [stdout]      |
[INFO] [stdout] 1190 |     ctx: AsyncContextRef,
[INFO] [stdout]      |     ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]     --> src/ConcurrencyThunks.rs:1215:5
[INFO] [stdout]      |
[INFO] [stdout] 1215 |     ctx: AsyncContextRef,
[INFO] [stdout]      |     ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]     --> src/ConcurrencyThunks.rs:1240:5
[INFO] [stdout]      |
[INFO] [stdout] 1240 |     ctx: AsyncContextRef,
[INFO] [stdout]      |     ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]     --> src/ConcurrencyThunks.rs:1265:5
[INFO] [stdout]      |
[INFO] [stdout] 1265 |     ctx: AsyncContextRef,
[INFO] [stdout]      |     ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `async_ctx`
[INFO] [stdout]     --> src/ConcurrencyThunks.rs:1291:5
[INFO] [stdout]      |
[INFO] [stdout] 1291 |     async_ctx: AsyncContextRef,
[INFO] [stdout]      |     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_async_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `async_ctx`
[INFO] [stdout]     --> src/ConcurrencyThunks.rs:1318:5
[INFO] [stdout]      |
[INFO] [stdout] 1318 |     async_ctx: AsyncContextRef,
[INFO] [stdout]      |     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_async_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]     --> src/ConcurrencyThunks.rs:1343:5
[INFO] [stdout]      |
[INFO] [stdout] 1343 |     ctx: AsyncContextRef,
[INFO] [stdout]      |     ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]     --> src/ConcurrencyThunks.rs:1361:5
[INFO] [stdout]      |
[INFO] [stdout] 1361 |     ctx: AsyncContextRef,
[INFO] [stdout]      |     ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]     --> src/ConcurrencyThunks.rs:1379:5
[INFO] [stdout]      |
[INFO] [stdout] 1379 |     ctx: AsyncContextRef,
[INFO] [stdout]      |     ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]     --> src/ConcurrencyThunks.rs:1396:5
[INFO] [stdout]      |
[INFO] [stdout] 1396 |     ctx: AsyncContextRef,
[INFO] [stdout]      |     ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `SwiftCCThunks::MetadataResponse`, which is not FFI-safe
[INFO] [stdout]    --> src/SwiftCCThunks.rs:371:18
[INFO] [stdout]     |
[INFO] [stdout] 371 |           type F = unsafe extern "C" fn(
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 372 | |             usize,
[INFO] [stdout] 373 | |             *const c_void,
[INFO] [stdout] 374 | |             *const c_void,
[INFO] [stdout] 375 | |             *const c_char,
[INFO] [stdout] 376 | |             *const c_void,
[INFO] [stdout] 377 | |         ) -> MetadataResponse;
[INFO] [stdout]     | |_____________________________^ not FFI-safe
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]     = note: this struct has unspecified layout
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]    --> src/SwiftCCThunks.rs:30:1
[INFO] [stdout]     |
[INFO] [stdout]  30 | pub struct MetadataResponse {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(improper_ctypes_definitions)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `SwiftCCThunks::MetadataResponse`, which is not FFI-safe
[INFO] [stdout]    --> src/SwiftCCThunks.rs:490:18
[INFO] [stdout]     |
[INFO] [stdout] 490 |           type F = unsafe extern "C" fn(
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 491 | |             usize,
[INFO] [stdout] 492 | |             *const c_void,
[INFO] [stdout] 493 | |             *const c_void,
[INFO] [stdout] 494 | |             *const c_void,
[INFO] [stdout] 495 | |             *const c_void,
[INFO] [stdout] 496 | |         ) -> MetadataResponse;
[INFO] [stdout]     | |_____________________________^ not FFI-safe
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]     = note: this struct has unspecified layout
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]    --> src/SwiftCCThunks.rs:30:1
[INFO] [stdout]     |
[INFO] [stdout]  30 | pub struct MetadataResponse {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `SwiftCCThunks::MetadataResponse`, which is not FFI-safe
[INFO] [stdout]    --> src/SwiftCCThunks.rs:850:14
[INFO] [stdout]     |
[INFO] [stdout] 850 |       type F = unsafe extern "C" fn(
[INFO] [stdout]     |  ______________^
[INFO] [stdout] 851 | |         usize,
[INFO] [stdout] 852 | |         *const c_void,
[INFO] [stdout] 853 | |         *const c_void,
[INFO] [stdout] 854 | |         *const c_void,
[INFO] [stdout] 855 | |         *const c_void,
[INFO] [stdout] 856 | |     ) -> MetadataResponse;
[INFO] [stdout]     | |_________________________^ not FFI-safe
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]     = note: this struct has unspecified layout
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]    --> src/SwiftCCThunks.rs:30:1
[INFO] [stdout]     |
[INFO] [stdout]  30 | pub struct MetadataResponse {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `SwiftCCThunks::MetadataResponse`, which is not FFI-safe
[INFO] [stdout]    --> src/SwiftCCThunks.rs:897:14
[INFO] [stdout]     |
[INFO] [stdout] 897 |       type F = unsafe extern "C" fn(
[INFO] [stdout]     |  ______________^
[INFO] [stdout] 898 | |         usize,
[INFO] [stdout] 899 | |         *const c_void,
[INFO] [stdout] 900 | |         *const c_void,
[INFO] [stdout] ...   |
[INFO] [stdout] 903 | |         *const c_void,
[INFO] [stdout] 904 | |     ) -> MetadataResponse;
[INFO] [stdout]     | |_________________________^ not FFI-safe
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]     = note: this struct has unspecified layout
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]    --> src/SwiftCCThunks.rs:30:1
[INFO] [stdout]     |
[INFO] [stdout]  30 | pub struct MetadataResponse {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `SwiftCCThunks::MetadataResponse`, which is not FFI-safe
[INFO] [stdout]    --> src/SwiftCCThunks.rs:222:18
[INFO] [stdout]     |
[INFO] [stdout] 222 |         type F = unsafe extern "C" fn(usize, *const c_void) -> MetadataResponse;
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]     = note: this struct has unspecified layout
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]    --> src/SwiftCCThunks.rs:30:1
[INFO] [stdout]     |
[INFO] [stdout]  30 | pub struct MetadataResponse {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `SwiftCCThunks::MetadataResponse`, which is not FFI-safe
[INFO] [stdout]    --> src/SwiftCCThunks.rs:233:18
[INFO] [stdout]     |
[INFO] [stdout] 233 |         type F = unsafe extern "C" fn(usize, *const c_void, *const c_void) -> MetadataResponse;
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]     = note: this struct has unspecified layout
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]    --> src/SwiftCCThunks.rs:30:1
[INFO] [stdout]     |
[INFO] [stdout]  30 | pub struct MetadataResponse {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `SwiftCCThunks::MetadataResponse`, which is not FFI-safe
[INFO] [stdout]    --> src/SwiftCCThunks.rs:245:18
[INFO] [stdout]     |
[INFO] [stdout] 245 |           type F = unsafe extern "C" fn(
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 246 | |             usize,
[INFO] [stdout] 247 | |             *const c_void,
[INFO] [stdout] 248 | |             *const c_void,
[INFO] [stdout] 249 | |             *const c_void,
[INFO] [stdout] 250 | |         ) -> MetadataResponse;
[INFO] [stdout]     | |_____________________________^ not FFI-safe
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]     = note: this struct has unspecified layout
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]    --> src/SwiftCCThunks.rs:30:1
[INFO] [stdout]     |
[INFO] [stdout]  30 | pub struct MetadataResponse {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `(u64, u64)`, which is not FFI-safe
[INFO] [stdout]    --> src/SwiftUIBridge.rs:157:18
[INFO] [stdout]     |
[INFO] [stdout] 157 |         type F = unsafe extern "C" fn(*const u8, usize, bool, *const c_void) -> (u64, u64);
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a struct instead
[INFO] [stdout]     = note: tuples have unspecified layout
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.26s
[INFO] running `Command { std: "docker" "inspect" "91da1b8f7f993129255ea319e0a7549cbe24334c6f767375687596cbd0a098fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "91da1b8f7f993129255ea319e0a7549cbe24334c6f767375687596cbd0a098fd", kill_on_drop: false }`
[INFO] [stdout] 91da1b8f7f993129255ea319e0a7549cbe24334c6f767375687596cbd0a098fd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 42fe2e0541064d01d517eb9a620635caaa17e943728d1092a6d0016f185a4df3
[INFO] running `Command { std: "docker" "start" "-a" "42fe2e0541064d01d517eb9a620635caaa17e943728d1092a6d0016f185a4df3", kill_on_drop: false }`
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]     --> src/ConcurrencyThunks.rs:1190:5
[INFO] [stdout]      |
[INFO] [stdout] 1190 |     ctx: AsyncContextRef,
[INFO] [stdout]      |     ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]     --> src/ConcurrencyThunks.rs:1215:5
[INFO] [stdout]      |
[INFO] [stdout] 1215 |     ctx: AsyncContextRef,
[INFO] [stdout]      |     ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling swift-runtime-sys v0.0.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]     --> src/ConcurrencyThunks.rs:1240:5
[INFO] [stdout]      |
[INFO] [stdout] 1240 |     ctx: AsyncContextRef,
[INFO] [stdout]      |     ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]     --> src/ConcurrencyThunks.rs:1265:5
[INFO] [stdout]      |
[INFO] [stdout] 1265 |     ctx: AsyncContextRef,
[INFO] [stdout]      |     ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `async_ctx`
[INFO] [stdout]     --> src/ConcurrencyThunks.rs:1291:5
[INFO] [stdout]      |
[INFO] [stdout] 1291 |     async_ctx: AsyncContextRef,
[INFO] [stdout]      |     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_async_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `async_ctx`
[INFO] [stdout]     --> src/ConcurrencyThunks.rs:1318:5
[INFO] [stdout]      |
[INFO] [stdout] 1318 |     async_ctx: AsyncContextRef,
[INFO] [stdout]      |     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_async_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]     --> src/ConcurrencyThunks.rs:1343:5
[INFO] [stdout]      |
[INFO] [stdout] 1343 |     ctx: AsyncContextRef,
[INFO] [stdout]      |     ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]     --> src/ConcurrencyThunks.rs:1361:5
[INFO] [stdout]      |
[INFO] [stdout] 1361 |     ctx: AsyncContextRef,
[INFO] [stdout]      |     ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]     --> src/ConcurrencyThunks.rs:1379:5
[INFO] [stdout]      |
[INFO] [stdout] 1379 |     ctx: AsyncContextRef,
[INFO] [stdout]      |     ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]     --> src/ConcurrencyThunks.rs:1396:5
[INFO] [stdout]      |
[INFO] [stdout] 1396 |     ctx: AsyncContextRef,
[INFO] [stdout]      |     ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `SwiftCCThunks::MetadataResponse`, which is not FFI-safe
[INFO] [stdout]    --> src/SwiftCCThunks.rs:371:18
[INFO] [stdout]     |
[INFO] [stdout] 371 |           type F = unsafe extern "C" fn(
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 372 | |             usize,
[INFO] [stdout] 373 | |             *const c_void,
[INFO] [stdout] 374 | |             *const c_void,
[INFO] [stdout] 375 | |             *const c_char,
[INFO] [stdout] 376 | |             *const c_void,
[INFO] [stdout] 377 | |         ) -> MetadataResponse;
[INFO] [stdout]     | |_____________________________^ not FFI-safe
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]     = note: this struct has unspecified layout
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]    --> src/SwiftCCThunks.rs:30:1
[INFO] [stdout]     |
[INFO] [stdout]  30 | pub struct MetadataResponse {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(improper_ctypes_definitions)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `SwiftCCThunks::MetadataResponse`, which is not FFI-safe
[INFO] [stdout]    --> src/SwiftCCThunks.rs:490:18
[INFO] [stdout]     |
[INFO] [stdout] 490 |           type F = unsafe extern "C" fn(
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 491 | |             usize,
[INFO] [stdout] 492 | |             *const c_void,
[INFO] [stdout] 493 | |             *const c_void,
[INFO] [stdout] 494 | |             *const c_void,
[INFO] [stdout] 495 | |             *const c_void,
[INFO] [stdout] 496 | |         ) -> MetadataResponse;
[INFO] [stdout]     | |_____________________________^ not FFI-safe
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]     = note: this struct has unspecified layout
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]    --> src/SwiftCCThunks.rs:30:1
[INFO] [stdout]     |
[INFO] [stdout]  30 | pub struct MetadataResponse {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `SwiftCCThunks::MetadataResponse`, which is not FFI-safe
[INFO] [stdout]    --> src/SwiftCCThunks.rs:850:14
[INFO] [stdout]     |
[INFO] [stdout] 850 |       type F = unsafe extern "C" fn(
[INFO] [stdout]     |  ______________^
[INFO] [stdout] 851 | |         usize,
[INFO] [stdout] 852 | |         *const c_void,
[INFO] [stdout] 853 | |         *const c_void,
[INFO] [stdout] 854 | |         *const c_void,
[INFO] [stdout] 855 | |         *const c_void,
[INFO] [stdout] 856 | |     ) -> MetadataResponse;
[INFO] [stdout]     | |_________________________^ not FFI-safe
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]     = note: this struct has unspecified layout
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]    --> src/SwiftCCThunks.rs:30:1
[INFO] [stdout]     |
[INFO] [stdout]  30 | pub struct MetadataResponse {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `SwiftCCThunks::MetadataResponse`, which is not FFI-safe
[INFO] [stdout]    --> src/SwiftCCThunks.rs:897:14
[INFO] [stdout]     |
[INFO] [stdout] 897 |       type F = unsafe extern "C" fn(
[INFO] [stdout]     |  ______________^
[INFO] [stdout] 898 | |         usize,
[INFO] [stdout] 899 | |         *const c_void,
[INFO] [stdout] 900 | |         *const c_void,
[INFO] [stdout] ...   |
[INFO] [stdout] 903 | |         *const c_void,
[INFO] [stdout] 904 | |     ) -> MetadataResponse;
[INFO] [stdout]     | |_________________________^ not FFI-safe
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]     = note: this struct has unspecified layout
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]    --> src/SwiftCCThunks.rs:30:1
[INFO] [stdout]     |
[INFO] [stdout]  30 | pub struct MetadataResponse {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `SwiftCCThunks::MetadataResponse`, which is not FFI-safe
[INFO] [stdout]    --> src/SwiftCCThunks.rs:222:18
[INFO] [stdout]     |
[INFO] [stdout] 222 |         type F = unsafe extern "C" fn(usize, *const c_void) -> MetadataResponse;
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]     = note: this struct has unspecified layout
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]    --> src/SwiftCCThunks.rs:30:1
[INFO] [stdout]     |
[INFO] [stdout]  30 | pub struct MetadataResponse {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `SwiftCCThunks::MetadataResponse`, which is not FFI-safe
[INFO] [stdout]    --> src/SwiftCCThunks.rs:233:18
[INFO] [stdout]     |
[INFO] [stdout] 233 |         type F = unsafe extern "C" fn(usize, *const c_void, *const c_void) -> MetadataResponse;
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]     = note: this struct has unspecified layout
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]    --> src/SwiftCCThunks.rs:30:1
[INFO] [stdout]     |
[INFO] [stdout]  30 | pub struct MetadataResponse {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `SwiftCCThunks::MetadataResponse`, which is not FFI-safe
[INFO] [stdout]    --> src/SwiftCCThunks.rs:245:18
[INFO] [stdout]     |
[INFO] [stdout] 245 |           type F = unsafe extern "C" fn(
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 246 | |             usize,
[INFO] [stdout] 247 | |             *const c_void,
[INFO] [stdout] 248 | |             *const c_void,
[INFO] [stdout] 249 | |             *const c_void,
[INFO] [stdout] 250 | |         ) -> MetadataResponse;
[INFO] [stdout]     | |_____________________________^ not FFI-safe
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]     = note: this struct has unspecified layout
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]    --> src/SwiftCCThunks.rs:30:1
[INFO] [stdout]     |
[INFO] [stdout]  30 | pub struct MetadataResponse {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `(u64, u64)`, which is not FFI-safe
[INFO] [stdout]    --> src/SwiftUIBridge.rs:157:18
[INFO] [stdout]     |
[INFO] [stdout] 157 |         type F = unsafe extern "C" fn(*const u8, usize, bool, *const c_void) -> (u64, u64);
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a struct instead
[INFO] [stdout]     = note: tuples have unspecified layout
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcSlgqbw/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libswift_runtime_sys-8f01c7e9701f715f,liblibc-107c1a2108505c33}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lswiftCore" "-lswift_Concurrency" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcSlgqbw/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/usr/lib/swift" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/runtime_smoke_test-f1c4ece922b064f4" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" "-Wl,-rpath,/usr/lib/swift"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: unable to find library -lswiftCore
[INFO] [stdout]           rust-lld: error: unable to find library -lswift_Concurrency
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `swift-runtime-sys` (test "runtime_smoke_test") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcw8DMKT/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libswift_runtime_sys-8f01c7e9701f715f,liblibc-107c1a2108505c33}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lswiftCore" "-lswift_Concurrency" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcw8DMKT/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/usr/lib/swift" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/abi_struct_tests-e39c8276fcd9a505" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" "-Wl,-rpath,/usr/lib/swift"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: unable to find library -lswiftCore
[INFO] [stdout]           rust-lld: error: unable to find library -lswift_Concurrency
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `swift-runtime-sys` (test "abi_struct_tests") due to 1 previous error
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]     --> src/ConcurrencyThunks.rs:1190:5
[INFO] [stdout]      |
[INFO] [stdout] 1190 |     ctx: AsyncContextRef,
[INFO] [stdout]      |     ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]     --> src/ConcurrencyThunks.rs:1215:5
[INFO] [stdout]      |
[INFO] [stdout] 1215 |     ctx: AsyncContextRef,
[INFO] [stdout]      |     ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]     --> src/ConcurrencyThunks.rs:1240:5
[INFO] [stdout]      |
[INFO] [stdout] 1240 |     ctx: AsyncContextRef,
[INFO] [stdout]      |     ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]     --> src/ConcurrencyThunks.rs:1265:5
[INFO] [stdout]      |
[INFO] [stdout] 1265 |     ctx: AsyncContextRef,
[INFO] [stdout]      |     ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `async_ctx`
[INFO] [stdout]     --> src/ConcurrencyThunks.rs:1291:5
[INFO] [stdout]      |
[INFO] [stdout] 1291 |     async_ctx: AsyncContextRef,
[INFO] [stdout]      |     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_async_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `async_ctx`
[INFO] [stdout]     --> src/ConcurrencyThunks.rs:1318:5
[INFO] [stdout]      |
[INFO] [stdout] 1318 |     async_ctx: AsyncContextRef,
[INFO] [stdout]      |     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_async_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]     --> src/ConcurrencyThunks.rs:1343:5
[INFO] [stdout]      |
[INFO] [stdout] 1343 |     ctx: AsyncContextRef,
[INFO] [stdout]      |     ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]     --> src/ConcurrencyThunks.rs:1361:5
[INFO] [stdout]      |
[INFO] [stdout] 1361 |     ctx: AsyncContextRef,
[INFO] [stdout]      |     ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]     --> src/ConcurrencyThunks.rs:1379:5
[INFO] [stdout]      |
[INFO] [stdout] 1379 |     ctx: AsyncContextRef,
[INFO] [stdout]      |     ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]     --> src/ConcurrencyThunks.rs:1396:5
[INFO] [stdout]      |
[INFO] [stdout] 1396 |     ctx: AsyncContextRef,
[INFO] [stdout]      |     ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `SwiftCCThunks::MetadataResponse`, which is not FFI-safe
[INFO] [stdout]    --> src/SwiftCCThunks.rs:371:18
[INFO] [stdout]     |
[INFO] [stdout] 371 |           type F = unsafe extern "C" fn(
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 372 | |             usize,
[INFO] [stdout] 373 | |             *const c_void,
[INFO] [stdout] 374 | |             *const c_void,
[INFO] [stdout] 375 | |             *const c_char,
[INFO] [stdout] 376 | |             *const c_void,
[INFO] [stdout] 377 | |         ) -> MetadataResponse;
[INFO] [stdout]     | |_____________________________^ not FFI-safe
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]     = note: this struct has unspecified layout
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]    --> src/SwiftCCThunks.rs:30:1
[INFO] [stdout]     |
[INFO] [stdout]  30 | pub struct MetadataResponse {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(improper_ctypes_definitions)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `SwiftCCThunks::MetadataResponse`, which is not FFI-safe
[INFO] [stdout]    --> src/SwiftCCThunks.rs:490:18
[INFO] [stdout]     |
[INFO] [stdout] 490 |           type F = unsafe extern "C" fn(
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 491 | |             usize,
[INFO] [stdout] 492 | |             *const c_void,
[INFO] [stdout] 493 | |             *const c_void,
[INFO] [stdout] 494 | |             *const c_void,
[INFO] [stdout] 495 | |             *const c_void,
[INFO] [stdout] 496 | |         ) -> MetadataResponse;
[INFO] [stdout]     | |_____________________________^ not FFI-safe
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]     = note: this struct has unspecified layout
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]    --> src/SwiftCCThunks.rs:30:1
[INFO] [stdout]     |
[INFO] [stdout]  30 | pub struct MetadataResponse {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `SwiftCCThunks::MetadataResponse`, which is not FFI-safe
[INFO] [stdout]    --> src/SwiftCCThunks.rs:850:14
[INFO] [stdout]     |
[INFO] [stdout] 850 |       type F = unsafe extern "C" fn(
[INFO] [stdout]     |  ______________^
[INFO] [stdout] 851 | |         usize,
[INFO] [stdout] 852 | |         *const c_void,
[INFO] [stdout] 853 | |         *const c_void,
[INFO] [stdout] 854 | |         *const c_void,
[INFO] [stdout] 855 | |         *const c_void,
[INFO] [stdout] 856 | |     ) -> MetadataResponse;
[INFO] [stdout]     | |_________________________^ not FFI-safe
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]     = note: this struct has unspecified layout
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]    --> src/SwiftCCThunks.rs:30:1
[INFO] [stdout]     |
[INFO] [stdout]  30 | pub struct MetadataResponse {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `SwiftCCThunks::MetadataResponse`, which is not FFI-safe
[INFO] [stdout]    --> src/SwiftCCThunks.rs:897:14
[INFO] [stdout]     |
[INFO] [stdout] 897 |       type F = unsafe extern "C" fn(
[INFO] [stdout]     |  ______________^
[INFO] [stdout] 898 | |         usize,
[INFO] [stdout] 899 | |         *const c_void,
[INFO] [stdout] 900 | |         *const c_void,
[INFO] [stdout] ...   |
[INFO] [stdout] 903 | |         *const c_void,
[INFO] [stdout] 904 | |     ) -> MetadataResponse;
[INFO] [stdout]     | |_________________________^ not FFI-safe
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]     = note: this struct has unspecified layout
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]    --> src/SwiftCCThunks.rs:30:1
[INFO] [stdout]     |
[INFO] [stdout]  30 | pub struct MetadataResponse {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `SwiftCCThunks::MetadataResponse`, which is not FFI-safe
[INFO] [stdout]    --> src/SwiftCCThunks.rs:222:18
[INFO] [stdout]     |
[INFO] [stdout] 222 |         type F = unsafe extern "C" fn(usize, *const c_void) -> MetadataResponse;
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]     = note: this struct has unspecified layout
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]    --> src/SwiftCCThunks.rs:30:1
[INFO] [stdout]     |
[INFO] [stdout]  30 | pub struct MetadataResponse {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `SwiftCCThunks::MetadataResponse`, which is not FFI-safe
[INFO] [stdout]    --> src/SwiftCCThunks.rs:233:18
[INFO] [stdout]     |
[INFO] [stdout] 233 |         type F = unsafe extern "C" fn(usize, *const c_void, *const c_void) -> MetadataResponse;
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]     = note: this struct has unspecified layout
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]    --> src/SwiftCCThunks.rs:30:1
[INFO] [stdout]     |
[INFO] [stdout]  30 | pub struct MetadataResponse {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `SwiftCCThunks::MetadataResponse`, which is not FFI-safe
[INFO] [stdout]    --> src/SwiftCCThunks.rs:245:18
[INFO] [stdout]     |
[INFO] [stdout] 245 |           type F = unsafe extern "C" fn(
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 246 | |             usize,
[INFO] [stdout] 247 | |             *const c_void,
[INFO] [stdout] 248 | |             *const c_void,
[INFO] [stdout] 249 | |             *const c_void,
[INFO] [stdout] 250 | |         ) -> MetadataResponse;
[INFO] [stdout]     | |_____________________________^ not FFI-safe
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]     = note: this struct has unspecified layout
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]    --> src/SwiftCCThunks.rs:30:1
[INFO] [stdout]     |
[INFO] [stdout]  30 | pub struct MetadataResponse {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `(u64, u64)`, which is not FFI-safe
[INFO] [stdout]    --> src/SwiftUIBridge.rs:157:18
[INFO] [stdout]     |
[INFO] [stdout] 157 |         type F = unsafe extern "C" fn(*const u8, usize, bool, *const c_void) -> (u64, u64);
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a struct instead
[INFO] [stdout]     = note: tuples have unspecified layout
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcgTPHDP/symbols.o" "<3 object files omitted>" "-Wl,--as-needed" "-Wl,-Bdynamic" "-lswiftCore" "-lswift_Concurrency" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/liblibc-107c1a2108505c33.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*,libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcgTPHDP/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/usr/lib/swift" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/swift_runtime_sys-d59e68782a4134f4" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" "-Wl,-rpath,/usr/lib/swift"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: unable to find library -lswiftCore
[INFO] [stdout]           rust-lld: error: unable to find library -lswift_Concurrency
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `swift-runtime-sys` (lib test) due to 1 previous error; 18 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "42fe2e0541064d01d517eb9a620635caaa17e943728d1092a6d0016f185a4df3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "42fe2e0541064d01d517eb9a620635caaa17e943728d1092a6d0016f185a4df3", kill_on_drop: false }`
[INFO] [stdout] 42fe2e0541064d01d517eb9a620635caaa17e943728d1092a6d0016f185a4df3
