The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build IrohLib, reference main (d128e7), with Swift 5.10 for Linux on 17 Sep 2024 01:00:04 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

    if uniffi_iroh_ffi_checksum_constructor_query_single_latest_per_key() != 58221 {
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:16521:8: error: cannot find 'uniffi_iroh_ffi_checksum_constructor_query_single_latest_per_key_exact' in scope
    if uniffi_iroh_ffi_checksum_constructor_query_single_latest_per_key_exact() != 6734 {
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:16524:8: error: cannot find 'uniffi_iroh_ffi_checksum_constructor_query_single_latest_per_key_prefix' in scope
    if uniffi_iroh_ffi_checksum_constructor_query_single_latest_per_key_prefix() != 8914 {
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:16527:8: error: cannot find 'uniffi_iroh_ffi_checksum_constructor_settagoption_auto' in scope
    if uniffi_iroh_ffi_checksum_constructor_settagoption_auto() != 50496 {
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:16530:8: error: cannot find 'uniffi_iroh_ffi_checksum_constructor_settagoption_named' in scope
    if uniffi_iroh_ffi_checksum_constructor_settagoption_named() != 33009 {
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:16533:8: error: cannot find 'uniffi_iroh_ffi_checksum_constructor_wrapoption_no_wrap' in scope
    if uniffi_iroh_ffi_checksum_constructor_wrapoption_no_wrap() != 59800 {
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:16536:8: error: cannot find 'uniffi_iroh_ffi_checksum_constructor_wrapoption_wrap' in scope
    if uniffi_iroh_ffi_checksum_constructor_wrapoption_wrap() != 6667 {
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:188:41: error: no exact matches in call to initializer
        var reader = createReader(data: Data(rustBuffer: buf))
                                        ^
Foundation.Data:28:23: note: incorrect labels for candidate (have: '(rustBuffer:)', expected: '(_:)')
    @inlinable public init<S>(_ elements: S) where S : Sequence, S.Element == UInt8
                      ^
Swift.RangeReplaceableCollection:3:23: note: incorrect labels for candidate (have: '(rustBuffer:)', expected: '(_:)')
    @inlinable public init<S>(_ elements: S) where S : Sequence, Self.Element == S.Element
                      ^
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:259:23: error: cannot find type 'RustBuffer' in scope
    let neverThrow: ((RustBuffer) throws -> Never)? = nil
                      ^~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:275:22: error: cannot find 'RustCallStatus' in scope
    var callStatus = RustCallStatus()
                     ^~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:600:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_addcallback' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_addcallback(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:610:25: error: cannot find 'uniffi_iroh_ffi_fn_free_addcallback' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_addcallback(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:617:21: error: cannot find 'uniffi_iroh_ffi_fn_method_addcallback_progress' in scope
                    uniffi_iroh_ffi_fn_method_addcallback_progress(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:622:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:623:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_void,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:624:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:695:5: error: cannot find 'uniffi_iroh_ffi_fn_init_callback_vtable_addcallback' in scope
    uniffi_iroh_ffi_fn_init_callback_vtable_addcallback(&UniffiCallbackInterfaceAddCallback.vtable)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:806:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_addprogress' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_addprogress(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:816:25: error: cannot find 'uniffi_iroh_ffi_fn_free_addprogress' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_addprogress(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:824:13: error: cannot find 'uniffi_iroh_ffi_fn_method_addprogress_as_abort' in scope
            uniffi_iroh_ffi_fn_method_addprogress_as_abort(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:833:13: error: cannot find 'uniffi_iroh_ffi_fn_method_addprogress_as_all_done' in scope
            uniffi_iroh_ffi_fn_method_addprogress_as_all_done(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:842:13: error: cannot find 'uniffi_iroh_ffi_fn_method_addprogress_as_done' in scope
            uniffi_iroh_ffi_fn_method_addprogress_as_done(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:851:13: error: cannot find 'uniffi_iroh_ffi_fn_method_addprogress_as_found' in scope
            uniffi_iroh_ffi_fn_method_addprogress_as_found(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:860:13: error: cannot find 'uniffi_iroh_ffi_fn_method_addprogress_as_progress' in scope
            uniffi_iroh_ffi_fn_method_addprogress_as_progress(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:869:13: error: cannot find 'uniffi_iroh_ffi_fn_method_addprogress_type' in scope
            uniffi_iroh_ffi_fn_method_addprogress_type(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:957:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_author' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_author(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:967:25: error: cannot find 'uniffi_iroh_ffi_fn_free_author' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_author(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:975:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_author_from_string' in scope
            uniffi_iroh_ffi_fn_constructor_author_from_string(
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:986:13: error: cannot find 'uniffi_iroh_ffi_fn_method_author_id' in scope
            uniffi_iroh_ffi_fn_method_author_id(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:993:17: error: cannot find 'uniffi_iroh_ffi_fn_method_author_uniffi_trait_display' in scope
                uniffi_iroh_ffi_fn_method_author_uniffi_trait_display(self.uniffiClonePointer(), $0)
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1078:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_authorid' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_authorid(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1088:25: error: cannot find 'uniffi_iroh_ffi_fn_free_authorid' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_authorid(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1096:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_authorid_from_string' in scope
            uniffi_iroh_ffi_fn_constructor_authorid_from_string(
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1107:13: error: cannot find 'uniffi_iroh_ffi_fn_method_authorid_equal' in scope
            uniffi_iroh_ffi_fn_method_authorid_equal(self.uniffiClonePointer(),
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1115:17: error: cannot find 'uniffi_iroh_ffi_fn_method_authorid_uniffi_trait_display' in scope
                uniffi_iroh_ffi_fn_method_authorid_uniffi_trait_display(self.uniffiClonePointer(), $0)
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1248:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_authors' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_authors(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1258:25: error: cannot find 'uniffi_iroh_ffi_fn_free_authors' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_authors(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1273:21: error: cannot find 'uniffi_iroh_ffi_fn_method_authors_create' in scope
                    uniffi_iroh_ffi_fn_method_authors_create(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1277:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1278:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1279:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1297:21: error: cannot find 'uniffi_iroh_ffi_fn_method_authors_default' in scope
                    uniffi_iroh_ffi_fn_method_authors_default(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1301:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1302:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1303:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1318:21: error: cannot find 'uniffi_iroh_ffi_fn_method_authors_delete' in scope
                    uniffi_iroh_ffi_fn_method_authors_delete(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1323:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1324:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_void,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1325:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1340:21: error: cannot find 'uniffi_iroh_ffi_fn_method_authors_export' in scope
                    uniffi_iroh_ffi_fn_method_authors_export(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1345:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1346:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1347:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1362:21: error: cannot find 'uniffi_iroh_ffi_fn_method_authors_import' in scope
                    uniffi_iroh_ffi_fn_method_authors_import(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1367:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1368:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1369:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1385:21: error: cannot find 'uniffi_iroh_ffi_fn_method_authors_import_author' in scope
                    uniffi_iroh_ffi_fn_method_authors_import_author(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1390:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1391:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1392:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1405:21: error: cannot find 'uniffi_iroh_ffi_fn_method_authors_list' in scope
                    uniffi_iroh_ffi_fn_method_authors_list(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1409:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1410:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1411:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1489:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_bistream' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_bistream(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1499:25: error: cannot find 'uniffi_iroh_ffi_fn_free_bistream' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_bistream(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1504:13: error: cannot find 'uniffi_iroh_ffi_fn_method_bistream_recv' in scope
            uniffi_iroh_ffi_fn_method_bistream_recv(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1510:13: error: cannot find 'uniffi_iroh_ffi_fn_method_bistream_send' in scope
            uniffi_iroh_ffi_fn_method_bistream_send(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1588:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_blobdownloadoptions' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_blobdownloadoptions(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1597:17: error: cannot find 'uniffi_iroh_ffi_fn_constructor_blobdownloadoptions_new' in scope
                uniffi_iroh_ffi_fn_constructor_blobdownloadoptions_new(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1611:25: error: cannot find 'uniffi_iroh_ffi_fn_free_blobdownloadoptions' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_blobdownloadoptions(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1733:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_blobprovideevent' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_blobprovideevent(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1743:25: error: cannot find 'uniffi_iroh_ffi_fn_free_blobprovideevent' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_blobprovideevent(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1751:13: error: cannot find 'uniffi_iroh_ffi_fn_method_blobprovideevent_as_client_connected' in scope
            uniffi_iroh_ffi_fn_method_blobprovideevent_as_client_connected(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1760:13: error: cannot find 'uniffi_iroh_ffi_fn_method_blobprovideevent_as_get_request_received' in scope
            uniffi_iroh_ffi_fn_method_blobprovideevent_as_get_request_received(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1769:13: error: cannot find 'uniffi_iroh_ffi_fn_method_blobprovideevent_as_tagged_blob_added' in scope
            uniffi_iroh_ffi_fn_method_blobprovideevent_as_tagged_blob_added(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1778:13: error: cannot find 'uniffi_iroh_ffi_fn_method_blobprovideevent_as_transfer_aborted' in scope
            uniffi_iroh_ffi_fn_method_blobprovideevent_as_transfer_aborted(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1787:13: error: cannot find 'uniffi_iroh_ffi_fn_method_blobprovideevent_as_transfer_blob_completed' in scope
            uniffi_iroh_ffi_fn_method_blobprovideevent_as_transfer_blob_completed(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1796:13: error: cannot find 'uniffi_iroh_ffi_fn_method_blobprovideevent_as_transfer_completed' in scope
            uniffi_iroh_ffi_fn_method_blobprovideevent_as_transfer_completed(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1805:13: error: cannot find 'uniffi_iroh_ffi_fn_method_blobprovideevent_as_transfer_hash_seq_started' in scope
            uniffi_iroh_ffi_fn_method_blobprovideevent_as_transfer_hash_seq_started(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1814:13: error: cannot find 'uniffi_iroh_ffi_fn_method_blobprovideevent_as_transfer_progress' in scope
            uniffi_iroh_ffi_fn_method_blobprovideevent_as_transfer_progress(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1823:13: error: cannot find 'uniffi_iroh_ffi_fn_method_blobprovideevent_type' in scope
            uniffi_iroh_ffi_fn_method_blobprovideevent_type(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1907:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_blobprovideeventcallback' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_blobprovideeventcallback(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1917:25: error: cannot find 'uniffi_iroh_ffi_fn_free_blobprovideeventcallback' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_blobprovideeventcallback(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1924:21: error: cannot find 'uniffi_iroh_ffi_fn_method_blobprovideeventcallback_blob_event' in scope
                    uniffi_iroh_ffi_fn_method_blobprovideeventcallback_blob_event(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1929:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1930:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_void,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1931:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:1994:5: error: cannot find 'uniffi_iroh_ffi_fn_init_callback_vtable_blobprovideeventcallback' in scope
    uniffi_iroh_ffi_fn_init_callback_vtable_blobprovideeventcallback(&UniffiCallbackInterfaceBlobProvideEventCallback.vtable)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2105:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_blobticket' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_blobticket(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2111:17: error: cannot find 'uniffi_iroh_ffi_fn_constructor_blobticket_new' in scope
                uniffi_iroh_ffi_fn_constructor_blobticket_new(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2123:25: error: cannot find 'uniffi_iroh_ffi_fn_free_blobticket' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_blobticket(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2131:13: error: cannot find 'uniffi_iroh_ffi_fn_method_blobticket_as_download_options' in scope
            uniffi_iroh_ffi_fn_method_blobticket_as_download_options(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2140:13: error: cannot find 'uniffi_iroh_ffi_fn_method_blobticket_format' in scope
            uniffi_iroh_ffi_fn_method_blobticket_format(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2149:13: error: cannot find 'uniffi_iroh_ffi_fn_method_blobticket_hash' in scope
            uniffi_iroh_ffi_fn_method_blobticket_hash(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2158:13: error: cannot find 'uniffi_iroh_ffi_fn_method_blobticket_node_addr' in scope
            uniffi_iroh_ffi_fn_method_blobticket_node_addr(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2167:13: error: cannot find 'uniffi_iroh_ffi_fn_method_blobticket_recursive' in scope
            uniffi_iroh_ffi_fn_method_blobticket_recursive(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2174:17: error: cannot find 'uniffi_iroh_ffi_fn_method_blobticket_uniffi_trait_display' in scope
                uniffi_iroh_ffi_fn_method_blobticket_uniffi_trait_display(self.uniffiClonePointer(), $0)
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2369:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_blobs' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_blobs(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2379:25: error: cannot find 'uniffi_iroh_ffi_fn_free_blobs' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_blobs(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2389:21: error: cannot find 'uniffi_iroh_ffi_fn_method_blobs_add_bytes' in scope
                    uniffi_iroh_ffi_fn_method_blobs_add_bytes(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2394:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2395:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2396:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2409:21: error: cannot find 'uniffi_iroh_ffi_fn_method_blobs_add_bytes_named' in scope
                    uniffi_iroh_ffi_fn_method_blobs_add_bytes_named(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2414:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2415:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2416:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2434:21: error: cannot find 'uniffi_iroh_ffi_fn_method_blobs_add_from_path' in scope
                    uniffi_iroh_ffi_fn_method_blobs_add_from_path(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2439:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2440:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_void,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2441:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2457:21: error: cannot find 'uniffi_iroh_ffi_fn_method_blobs_create_collection' in scope
                    uniffi_iroh_ffi_fn_method_blobs_create_collection(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2462:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2463:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2464:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2477:21: error: cannot find 'uniffi_iroh_ffi_fn_method_blobs_delete_blob' in scope
                    uniffi_iroh_ffi_fn_method_blobs_delete_blob(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2482:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2483:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_void,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2484:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2497:21: error: cannot find 'uniffi_iroh_ffi_fn_method_blobs_download' in scope
                    uniffi_iroh_ffi_fn_method_blobs_download(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2502:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2503:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_void,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2504:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2525:21: error: cannot find 'uniffi_iroh_ffi_fn_method_blobs_export' in scope
                    uniffi_iroh_ffi_fn_method_blobs_export(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2530:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2531:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_void,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2532:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2545:21: error: cannot find 'uniffi_iroh_ffi_fn_method_blobs_get_collection' in scope
                    uniffi_iroh_ffi_fn_method_blobs_get_collection(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2550:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2551:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2552:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2568:21: error: cannot find 'uniffi_iroh_ffi_fn_method_blobs_list' in scope
                    uniffi_iroh_ffi_fn_method_blobs_list(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2572:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2573:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2574:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2590:21: error: cannot find 'uniffi_iroh_ffi_fn_method_blobs_list_collections' in scope
                    uniffi_iroh_ffi_fn_method_blobs_list_collections(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2594:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2595:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2596:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2612:21: error: cannot find 'uniffi_iroh_ffi_fn_method_blobs_list_incomplete' in scope
                    uniffi_iroh_ffi_fn_method_blobs_list_incomplete(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2616:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2617:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2618:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2635:21: error: cannot find 'uniffi_iroh_ffi_fn_method_blobs_read_at_to_bytes' in scope
                    uniffi_iroh_ffi_fn_method_blobs_read_at_to_bytes(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2640:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2641:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2642:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2659:21: error: cannot find 'uniffi_iroh_ffi_fn_method_blobs_read_to_bytes' in scope
                    uniffi_iroh_ffi_fn_method_blobs_read_to_bytes(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2664:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2665:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2666:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2679:21: error: cannot find 'uniffi_iroh_ffi_fn_method_blobs_share' in scope
                    uniffi_iroh_ffi_fn_method_blobs_share(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2684:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2685:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2686:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2701:21: error: cannot find 'uniffi_iroh_ffi_fn_method_blobs_size' in scope
                    uniffi_iroh_ffi_fn_method_blobs_size(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2706:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_u64' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_u64,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2707:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_u64' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_u64,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2708:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_u64' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_u64,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2722:21: error: cannot find 'uniffi_iroh_ffi_fn_method_blobs_write_to_path' in scope
                    uniffi_iroh_ffi_fn_method_blobs_write_to_path(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2727:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2728:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_void,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2729:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2839:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_collection' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_collection(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2848:17: error: cannot find 'uniffi_iroh_ffi_fn_constructor_collection_new' in scope
                uniffi_iroh_ffi_fn_constructor_collection_new($0
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2859:25: error: cannot find 'uniffi_iroh_ffi_fn_free_collection' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_collection(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2867:13: error: cannot find 'uniffi_iroh_ffi_fn_method_collection_blobs' in scope
            uniffi_iroh_ffi_fn_method_collection_blobs(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2876:13: error: cannot find 'uniffi_iroh_ffi_fn_method_collection_is_empty' in scope
            uniffi_iroh_ffi_fn_method_collection_is_empty(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2885:13: error: cannot find 'uniffi_iroh_ffi_fn_method_collection_len' in scope
            uniffi_iroh_ffi_fn_method_collection_len(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2894:13: error: cannot find 'uniffi_iroh_ffi_fn_method_collection_links' in scope
            uniffi_iroh_ffi_fn_method_collection_links(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2903:13: error: cannot find 'uniffi_iroh_ffi_fn_method_collection_names' in scope
            uniffi_iroh_ffi_fn_method_collection_names(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2911:9: error: cannot find 'uniffi_iroh_ffi_fn_method_collection_push' in scope
        uniffi_iroh_ffi_fn_method_collection_push(self.uniffiClonePointer(),
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:2993:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_connecting' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_connecting(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3003:25: error: cannot find 'uniffi_iroh_ffi_fn_free_connecting' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_connecting(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3010:21: error: cannot find 'uniffi_iroh_ffi_fn_method_connecting_alpn' in scope
                    uniffi_iroh_ffi_fn_method_connecting_alpn(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3014:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3015:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3016:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3026:21: error: cannot find 'uniffi_iroh_ffi_fn_method_connecting_connect' in scope
                    uniffi_iroh_ffi_fn_method_connecting_connect(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3030:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3031:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3032:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3042:21: error: cannot find 'uniffi_iroh_ffi_fn_method_connecting_local_ip' in scope
                    uniffi_iroh_ffi_fn_method_connecting_local_ip(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3046:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3047:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3048:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3058:21: error: cannot find 'uniffi_iroh_ffi_fn_method_connecting_remote_address' in scope
                    uniffi_iroh_ffi_fn_method_connecting_remote_address(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3062:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3063:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3064:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3178:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_connection' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_connection(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3188:25: error: cannot find 'uniffi_iroh_ffi_fn_free_connection' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_connection(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3195:21: error: cannot find 'uniffi_iroh_ffi_fn_method_connection_accept_bi' in scope
                    uniffi_iroh_ffi_fn_method_connection_accept_bi(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3199:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3200:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3201:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3211:21: error: cannot find 'uniffi_iroh_ffi_fn_method_connection_accept_uni' in scope
                    uniffi_iroh_ffi_fn_method_connection_accept_uni(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3215:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3216:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3217:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3224:9: error: cannot find 'uniffi_iroh_ffi_fn_method_connection_close' in scope
        uniffi_iroh_ffi_fn_method_connection_close(self.uniffiClonePointer(),
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3232:13: error: cannot find 'uniffi_iroh_ffi_fn_method_connection_close_reason' in scope
            uniffi_iroh_ffi_fn_method_connection_close_reason(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3240:21: error: cannot find 'uniffi_iroh_ffi_fn_method_connection_closed' in scope
                    uniffi_iroh_ffi_fn_method_connection_closed(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3244:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3245:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3246:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3248:31: error: 'nil' requires a contextual type
                errorHandler: nil
                              ^
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3254:13: error: cannot find 'uniffi_iroh_ffi_fn_method_connection_datagram_send_buffer_space' in scope
            uniffi_iroh_ffi_fn_method_connection_datagram_send_buffer_space(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3260:13: error: cannot find 'uniffi_iroh_ffi_fn_method_connection_get_remote_node_id' in scope
            uniffi_iroh_ffi_fn_method_connection_get_remote_node_id(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3266:13: error: cannot find 'uniffi_iroh_ffi_fn_method_connection_local_ip' in scope
            uniffi_iroh_ffi_fn_method_connection_local_ip(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3272:13: error: cannot find 'uniffi_iroh_ffi_fn_method_connection_max_datagram_size' in scope
            uniffi_iroh_ffi_fn_method_connection_max_datagram_size(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3280:21: error: cannot find 'uniffi_iroh_ffi_fn_method_connection_open_bi' in scope
                    uniffi_iroh_ffi_fn_method_connection_open_bi(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3284:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3285:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3286:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3296:21: error: cannot find 'uniffi_iroh_ffi_fn_method_connection_open_uni' in scope
                    uniffi_iroh_ffi_fn_method_connection_open_uni(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3300:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3301:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3302:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3312:21: error: cannot find 'uniffi_iroh_ffi_fn_method_connection_read_datagram' in scope
                    uniffi_iroh_ffi_fn_method_connection_read_datagram(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3316:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3317:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3318:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3326:13: error: cannot find 'uniffi_iroh_ffi_fn_method_connection_remote_address' in scope
            uniffi_iroh_ffi_fn_method_connection_remote_address(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3332:13: error: cannot find 'uniffi_iroh_ffi_fn_method_connection_rtt' in scope
            uniffi_iroh_ffi_fn_method_connection_rtt(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3337:9: error: cannot find 'uniffi_iroh_ffi_fn_method_connection_send_datagram' in scope
        uniffi_iroh_ffi_fn_method_connection_send_datagram(self.uniffiClonePointer(),
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3346:21: error: cannot find 'uniffi_iroh_ffi_fn_method_connection_send_datagram_wait' in scope
                    uniffi_iroh_ffi_fn_method_connection_send_datagram_wait(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3351:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3352:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_void,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3353:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3360:9: error: cannot find 'uniffi_iroh_ffi_fn_method_connection_set_max_concurrent_bii_stream' in scope
        uniffi_iroh_ffi_fn_method_connection_set_max_concurrent_bii_stream(self.uniffiClonePointer(),
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3366:9: error: cannot find 'uniffi_iroh_ffi_fn_method_connection_set_max_concurrent_uni_stream' in scope
        uniffi_iroh_ffi_fn_method_connection_set_max_concurrent_uni_stream(self.uniffiClonePointer(),
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3372:9: error: cannot find 'uniffi_iroh_ffi_fn_method_connection_set_receive_window' in scope
        uniffi_iroh_ffi_fn_method_connection_set_receive_window(self.uniffiClonePointer(),
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3379:13: error: cannot find 'uniffi_iroh_ffi_fn_method_connection_stable_id' in scope
            uniffi_iroh_ffi_fn_method_connection_stable_id(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3477:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_connectiontype' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_connectiontype(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3487:25: error: cannot find 'uniffi_iroh_ffi_fn_free_connectiontype' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_connectiontype(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3495:13: error: cannot find 'uniffi_iroh_ffi_fn_method_connectiontype_as_direct' in scope
            uniffi_iroh_ffi_fn_method_connectiontype_as_direct(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3504:13: error: cannot find 'uniffi_iroh_ffi_fn_method_connectiontype_as_mixed' in scope
            uniffi_iroh_ffi_fn_method_connectiontype_as_mixed(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3513:13: error: cannot find 'uniffi_iroh_ffi_fn_method_connectiontype_as_relay' in scope
            uniffi_iroh_ffi_fn_method_connectiontype_as_relay(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3522:13: error: cannot find 'uniffi_iroh_ffi_fn_method_connectiontype_type' in scope
            uniffi_iroh_ffi_fn_method_connectiontype_type(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3620:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_directaddrinfo' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_directaddrinfo(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3630:25: error: cannot find 'uniffi_iroh_ffi_fn_free_directaddrinfo' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_directaddrinfo(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3638:13: error: cannot find 'uniffi_iroh_ffi_fn_method_directaddrinfo_addr' in scope
            uniffi_iroh_ffi_fn_method_directaddrinfo_addr(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3647:13: error: cannot find 'uniffi_iroh_ffi_fn_method_directaddrinfo_last_control' in scope
            uniffi_iroh_ffi_fn_method_directaddrinfo_last_control(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3656:13: error: cannot find 'uniffi_iroh_ffi_fn_method_directaddrinfo_last_payload' in scope
            uniffi_iroh_ffi_fn_method_directaddrinfo_last_payload(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3665:13: error: cannot find 'uniffi_iroh_ffi_fn_method_directaddrinfo_latency' in scope
            uniffi_iroh_ffi_fn_method_directaddrinfo_latency(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3841:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_doc' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_doc(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3851:25: error: cannot find 'uniffi_iroh_ffi_fn_free_doc' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_doc(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3861:21: error: cannot find 'uniffi_iroh_ffi_fn_method_doc_close_me' in scope
                    uniffi_iroh_ffi_fn_method_doc_close_me(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3865:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3866:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_void,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3867:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3885:21: error: cannot find 'uniffi_iroh_ffi_fn_method_doc_delete' in scope
                    uniffi_iroh_ffi_fn_method_doc_delete(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3890:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_u64' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_u64,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3891:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_u64' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_u64,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3892:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_u64' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_u64,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3905:21: error: cannot find 'uniffi_iroh_ffi_fn_method_doc_export_file' in scope
                    uniffi_iroh_ffi_fn_method_doc_export_file(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3910:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3911:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_void,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3912:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3925:21: error: cannot find 'uniffi_iroh_ffi_fn_method_doc_get_download_policy' in scope
                    uniffi_iroh_ffi_fn_method_doc_get_download_policy(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3929:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3930:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3931:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3944:21: error: cannot find 'uniffi_iroh_ffi_fn_method_doc_get_exact' in scope
                    uniffi_iroh_ffi_fn_method_doc_get_exact(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3949:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3950:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3951:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3967:21: error: cannot find 'uniffi_iroh_ffi_fn_method_doc_get_many' in scope
                    uniffi_iroh_ffi_fn_method_doc_get_many(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3972:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3973:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3974:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3987:21: error: cannot find 'uniffi_iroh_ffi_fn_method_doc_get_one' in scope
                    uniffi_iroh_ffi_fn_method_doc_get_one(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3992:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3993:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:3994:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4007:21: error: cannot find 'uniffi_iroh_ffi_fn_method_doc_get_sync_peers' in scope
                    uniffi_iroh_ffi_fn_method_doc_get_sync_peers(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4011:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4012:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4013:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4024:13: error: cannot find 'uniffi_iroh_ffi_fn_method_doc_id' in scope
            uniffi_iroh_ffi_fn_method_doc_id(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4035:21: error: cannot find 'uniffi_iroh_ffi_fn_method_doc_import_file' in scope
                    uniffi_iroh_ffi_fn_method_doc_import_file(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4040:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4041:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_void,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4042:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4055:21: error: cannot find 'uniffi_iroh_ffi_fn_method_doc_leave' in scope
                    uniffi_iroh_ffi_fn_method_doc_leave(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4059:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4060:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_void,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4061:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4074:21: error: cannot find 'uniffi_iroh_ffi_fn_method_doc_set_bytes' in scope
                    uniffi_iroh_ffi_fn_method_doc_set_bytes(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4079:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4080:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4081:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4094:21: error: cannot find 'uniffi_iroh_ffi_fn_method_doc_set_download_policy' in scope
                    uniffi_iroh_ffi_fn_method_doc_set_download_policy(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4099:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4100:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_void,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4101:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4114:21: error: cannot find 'uniffi_iroh_ffi_fn_method_doc_set_hash' in scope
                    uniffi_iroh_ffi_fn_method_doc_set_hash(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4119:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4120:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_void,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4121:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4134:21: error: cannot find 'uniffi_iroh_ffi_fn_method_doc_share' in scope
                    uniffi_iroh_ffi_fn_method_doc_share(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4139:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4140:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4141:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4154:21: error: cannot find 'uniffi_iroh_ffi_fn_method_doc_start_sync' in scope
                    uniffi_iroh_ffi_fn_method_doc_start_sync(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4159:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4160:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_void,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4161:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4174:21: error: cannot find 'uniffi_iroh_ffi_fn_method_doc_status' in scope
                    uniffi_iroh_ffi_fn_method_doc_status(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4178:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4179:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4180:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4193:21: error: cannot find 'uniffi_iroh_ffi_fn_method_doc_subscribe' in scope
                    uniffi_iroh_ffi_fn_method_doc_subscribe(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4198:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4199:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_void,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4200:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4286:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_docexportfilecallback' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_docexportfilecallback(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4296:25: error: cannot find 'uniffi_iroh_ffi_fn_free_docexportfilecallback' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_docexportfilecallback(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4303:21: error: cannot find 'uniffi_iroh_ffi_fn_method_docexportfilecallback_progress' in scope
                    uniffi_iroh_ffi_fn_method_docexportfilecallback_progress(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4308:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4309:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_void,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4310:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4373:5: error: cannot find 'uniffi_iroh_ffi_fn_init_callback_vtable_docexportfilecallback' in scope
    uniffi_iroh_ffi_fn_init_callback_vtable_docexportfilecallback(&UniffiCallbackInterfaceDocExportFileCallback.vtable)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4474:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_docexportprogress' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_docexportprogress(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4484:25: error: cannot find 'uniffi_iroh_ffi_fn_free_docexportprogress' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_docexportprogress(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4492:13: error: cannot find 'uniffi_iroh_ffi_fn_method_docexportprogress_as_abort' in scope
            uniffi_iroh_ffi_fn_method_docexportprogress_as_abort(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4501:13: error: cannot find 'uniffi_iroh_ffi_fn_method_docexportprogress_as_found' in scope
            uniffi_iroh_ffi_fn_method_docexportprogress_as_found(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4510:13: error: cannot find 'uniffi_iroh_ffi_fn_method_docexportprogress_as_progress' in scope
            uniffi_iroh_ffi_fn_method_docexportprogress_as_progress(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4519:13: error: cannot find 'uniffi_iroh_ffi_fn_method_docexportprogress_type' in scope
            uniffi_iroh_ffi_fn_method_docexportprogress_type(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4603:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_docimportfilecallback' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_docimportfilecallback(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4613:25: error: cannot find 'uniffi_iroh_ffi_fn_free_docimportfilecallback' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_docimportfilecallback(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4620:21: error: cannot find 'uniffi_iroh_ffi_fn_method_docimportfilecallback_progress' in scope
                    uniffi_iroh_ffi_fn_method_docimportfilecallback_progress(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4625:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4626:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_void,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4627:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4690:5: error: cannot find 'uniffi_iroh_ffi_fn_init_callback_vtable_docimportfilecallback' in scope
    uniffi_iroh_ffi_fn_init_callback_vtable_docimportfilecallback(&UniffiCallbackInterfaceDocImportFileCallback.vtable)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4801:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_docimportprogress' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_docimportprogress(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4811:25: error: cannot find 'uniffi_iroh_ffi_fn_free_docimportprogress' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_docimportprogress(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4819:13: error: cannot find 'uniffi_iroh_ffi_fn_method_docimportprogress_as_abort' in scope
            uniffi_iroh_ffi_fn_method_docimportprogress_as_abort(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4828:13: error: cannot find 'uniffi_iroh_ffi_fn_method_docimportprogress_as_all_done' in scope
            uniffi_iroh_ffi_fn_method_docimportprogress_as_all_done(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4837:13: error: cannot find 'uniffi_iroh_ffi_fn_method_docimportprogress_as_found' in scope
            uniffi_iroh_ffi_fn_method_docimportprogress_as_found(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4846:13: error: cannot find 'uniffi_iroh_ffi_fn_method_docimportprogress_as_ingest_done' in scope
            uniffi_iroh_ffi_fn_method_docimportprogress_as_ingest_done(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4855:13: error: cannot find 'uniffi_iroh_ffi_fn_method_docimportprogress_as_progress' in scope
            uniffi_iroh_ffi_fn_method_docimportprogress_as_progress(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4864:13: error: cannot find 'uniffi_iroh_ffi_fn_method_docimportprogress_type' in scope
            uniffi_iroh_ffi_fn_method_docimportprogress_type(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4943:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_docticket' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_docticket(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4949:17: error: cannot find 'uniffi_iroh_ffi_fn_constructor_docticket_new' in scope
                uniffi_iroh_ffi_fn_constructor_docticket_new(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4961:25: error: cannot find 'uniffi_iroh_ffi_fn_free_docticket' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_docticket(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4967:17: error: cannot find 'uniffi_iroh_ffi_fn_method_docticket_uniffi_trait_display' in scope
                uniffi_iroh_ffi_fn_method_docticket_uniffi_trait_display(self.uniffiClonePointer(), $0)
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5082:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_docs' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_docs(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5092:25: error: cannot find 'uniffi_iroh_ffi_fn_free_docs' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_docs(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5102:21: error: cannot find 'uniffi_iroh_ffi_fn_method_docs_create' in scope
                    uniffi_iroh_ffi_fn_method_docs_create(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5106:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5107:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5108:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5125:21: error: cannot find 'uniffi_iroh_ffi_fn_method_docs_drop_doc' in scope
                    uniffi_iroh_ffi_fn_method_docs_drop_doc(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5130:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5131:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_void,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5132:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5145:21: error: cannot find 'uniffi_iroh_ffi_fn_method_docs_join' in scope
                    uniffi_iroh_ffi_fn_method_docs_join(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5150:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5151:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5152:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5165:21: error: cannot find 'uniffi_iroh_ffi_fn_method_docs_join_and_subscribe' in scope
                    uniffi_iroh_ffi_fn_method_docs_join_and_subscribe(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5170:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5171:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5172:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5185:21: error: cannot find 'uniffi_iroh_ffi_fn_method_docs_list' in scope
                    uniffi_iroh_ffi_fn_method_docs_list(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5189:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5190:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5191:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5206:21: error: cannot find 'uniffi_iroh_ffi_fn_method_docs_open' in scope
                    uniffi_iroh_ffi_fn_method_docs_open(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5211:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5212:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5213:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5299:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_downloadcallback' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_downloadcallback(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5309:25: error: cannot find 'uniffi_iroh_ffi_fn_free_downloadcallback' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_downloadcallback(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5316:21: error: cannot find 'uniffi_iroh_ffi_fn_method_downloadcallback_progress' in scope
                    uniffi_iroh_ffi_fn_method_downloadcallback_progress(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5321:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5322:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_void,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5323:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5386:5: error: cannot find 'uniffi_iroh_ffi_fn_init_callback_vtable_downloadcallback' in scope
    uniffi_iroh_ffi_fn_init_callback_vtable_downloadcallback(&UniffiCallbackInterfaceDownloadCallback.vtable)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5467:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_downloadpolicy' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_downloadpolicy(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5477:25: error: cannot find 'uniffi_iroh_ffi_fn_free_downloadpolicy' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_downloadpolicy(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5485:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_downloadpolicy_everything' in scope
            uniffi_iroh_ffi_fn_constructor_downloadpolicy_everything($0
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5495:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_downloadpolicy_everything_except' in scope
            uniffi_iroh_ffi_fn_constructor_downloadpolicy_everything_except(
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5506:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_downloadpolicy_nothing' in scope
            uniffi_iroh_ffi_fn_constructor_downloadpolicy_nothing($0
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5516:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_downloadpolicy_nothing_except' in scope
            uniffi_iroh_ffi_fn_constructor_downloadpolicy_nothing_except(
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5637:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_downloadprogress' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_downloadprogress(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5647:25: error: cannot find 'uniffi_iroh_ffi_fn_free_downloadprogress' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_downloadprogress(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5655:13: error: cannot find 'uniffi_iroh_ffi_fn_method_downloadprogress_as_abort' in scope
            uniffi_iroh_ffi_fn_method_downloadprogress_as_abort(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5664:13: error: cannot find 'uniffi_iroh_ffi_fn_method_downloadprogress_as_all_done' in scope
            uniffi_iroh_ffi_fn_method_downloadprogress_as_all_done(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5673:13: error: cannot find 'uniffi_iroh_ffi_fn_method_downloadprogress_as_done' in scope
            uniffi_iroh_ffi_fn_method_downloadprogress_as_done(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5682:13: error: cannot find 'uniffi_iroh_ffi_fn_method_downloadprogress_as_found' in scope
            uniffi_iroh_ffi_fn_method_downloadprogress_as_found(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5691:13: error: cannot find 'uniffi_iroh_ffi_fn_method_downloadprogress_as_found_hash_seq' in scope
            uniffi_iroh_ffi_fn_method_downloadprogress_as_found_hash_seq(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5700:13: error: cannot find 'uniffi_iroh_ffi_fn_method_downloadprogress_as_found_local' in scope
            uniffi_iroh_ffi_fn_method_downloadprogress_as_found_local(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5709:13: error: cannot find 'uniffi_iroh_ffi_fn_method_downloadprogress_as_progress' in scope
            uniffi_iroh_ffi_fn_method_downloadprogress_as_progress(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5719:13: error: cannot find 'uniffi_iroh_ffi_fn_method_downloadprogress_type' in scope
            uniffi_iroh_ffi_fn_method_downloadprogress_type(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5795:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_endpoint' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_endpoint(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5805:25: error: cannot find 'uniffi_iroh_ffi_fn_free_endpoint' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_endpoint(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5812:21: error: cannot find 'uniffi_iroh_ffi_fn_method_endpoint_connect' in scope
                    uniffi_iroh_ffi_fn_method_endpoint_connect(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5817:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5818:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5819:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5829:21: error: cannot find 'uniffi_iroh_ffi_fn_method_endpoint_connect_by_node_id' in scope
                    uniffi_iroh_ffi_fn_method_endpoint_connect_by_node_id(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5834:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5835:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5836:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5962:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_entry' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_entry(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5972:25: error: cannot find 'uniffi_iroh_ffi_fn_free_entry' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_entry(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5980:13: error: cannot find 'uniffi_iroh_ffi_fn_method_entry_author' in scope
            uniffi_iroh_ffi_fn_method_entry_author(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5994:21: error: cannot find 'uniffi_iroh_ffi_fn_method_entry_content_bytes' in scope
                    uniffi_iroh_ffi_fn_method_entry_content_bytes(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5999:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6000:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6001:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6012:13: error: cannot find 'uniffi_iroh_ffi_fn_method_entry_content_hash' in scope
            uniffi_iroh_ffi_fn_method_entry_content_hash(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6021:13: error: cannot find 'uniffi_iroh_ffi_fn_method_entry_content_len' in scope
            uniffi_iroh_ffi_fn_method_entry_content_len(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6030:13: error: cannot find 'uniffi_iroh_ffi_fn_method_entry_key' in scope
            uniffi_iroh_ffi_fn_method_entry_key(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6039:13: error: cannot find 'uniffi_iroh_ffi_fn_method_entry_namespace' in scope
            uniffi_iroh_ffi_fn_method_entry_namespace(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6048:13: error: cannot find 'uniffi_iroh_ffi_fn_method_entry_timestamp' in scope
            uniffi_iroh_ffi_fn_method_entry_timestamp(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6131:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_filterkind' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_filterkind(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6141:25: error: cannot find 'uniffi_iroh_ffi_fn_free_filterkind' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_filterkind(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6149:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_filterkind_exact' in scope
            uniffi_iroh_ffi_fn_constructor_filterkind_exact(
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6160:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_filterkind_prefix' in scope
            uniffi_iroh_ffi_fn_constructor_filterkind_prefix(
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6171:13: error: cannot find 'uniffi_iroh_ffi_fn_method_filterkind_matches' in scope
            uniffi_iroh_ffi_fn_method_filterkind_matches(self.uniffiClonePointer(),
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6252:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_gossip' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_gossip(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6262:25: error: cannot find 'uniffi_iroh_ffi_fn_free_gossip' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_gossip(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6269:21: error: cannot find 'uniffi_iroh_ffi_fn_method_gossip_subscribe' in scope
                    uniffi_iroh_ffi_fn_method_gossip_subscribe(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6274:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6275:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6276:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6352:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_gossipmessagecallback' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_gossipmessagecallback(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6362:25: error: cannot find 'uniffi_iroh_ffi_fn_free_gossipmessagecallback' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_gossipmessagecallback(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6369:21: error: cannot find 'uniffi_iroh_ffi_fn_method_gossipmessagecallback_on_message' in scope
                    uniffi_iroh_ffi_fn_method_gossipmessagecallback_on_message(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6374:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6375:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_void,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6376:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6439:5: error: cannot find 'uniffi_iroh_ffi_fn_init_callback_vtable_gossipmessagecallback' in scope
    uniffi_iroh_ffi_fn_init_callback_vtable_gossipmessagecallback(&UniffiCallbackInterfaceGossipMessageCallback.vtable)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6536:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_hash' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_hash(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6545:17: error: cannot find 'uniffi_iroh_ffi_fn_constructor_hash_new' in scope
                uniffi_iroh_ffi_fn_constructor_hash_new(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6557:25: error: cannot find 'uniffi_iroh_ffi_fn_free_hash' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_hash(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6565:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_hash_from_bytes' in scope
            uniffi_iroh_ffi_fn_constructor_hash_from_bytes(
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6576:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_hash_from_string' in scope
            uniffi_iroh_ffi_fn_constructor_hash_from_string(
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6587:13: error: cannot find 'uniffi_iroh_ffi_fn_method_hash_equal' in scope
            uniffi_iroh_ffi_fn_method_hash_equal(self.uniffiClonePointer(),
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6597:13: error: cannot find 'uniffi_iroh_ffi_fn_method_hash_to_bytes' in scope
            uniffi_iroh_ffi_fn_method_hash_to_bytes(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6606:13: error: cannot find 'uniffi_iroh_ffi_fn_method_hash_to_hex' in scope
            uniffi_iroh_ffi_fn_method_hash_to_hex(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6613:17: error: cannot find 'uniffi_iroh_ffi_fn_method_hash_uniffi_trait_display' in scope
                uniffi_iroh_ffi_fn_method_hash_uniffi_trait_display(self.uniffiClonePointer(), $0)
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6727:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_iroh' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_iroh(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6737:25: error: cannot find 'uniffi_iroh_ffi_fn_free_iroh' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_iroh(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6747:21: error: cannot find 'uniffi_iroh_ffi_fn_constructor_iroh_client' in scope
                    uniffi_iroh_ffi_fn_constructor_iroh_client(FfiConverterOptionString.lower(addr)
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6750:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6751:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6752:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6767:21: error: cannot find 'uniffi_iroh_ffi_fn_constructor_iroh_memory' in scope
                    uniffi_iroh_ffi_fn_constructor_iroh_memory(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6770:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6771:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6772:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6785:21: error: cannot find 'uniffi_iroh_ffi_fn_constructor_iroh_memory_with_options' in scope
                    uniffi_iroh_ffi_fn_constructor_iroh_memory_with_options(FfiConverterTypeNodeOptions.lower(options)
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6788:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6789:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6790:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6806:21: error: cannot find 'uniffi_iroh_ffi_fn_constructor_iroh_persistent' in scope
                    uniffi_iroh_ffi_fn_constructor_iroh_persistent(FfiConverterString.lower(path)
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6809:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6810:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6811:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6824:21: error: cannot find 'uniffi_iroh_ffi_fn_constructor_iroh_persistent_with_options' in scope
                    uniffi_iroh_ffi_fn_constructor_iroh_persistent_with_options(FfiConverterString.lower(path), FfiConverterTypeNodeOptions.lower(options))
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6826:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6827:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6828:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6839:13: error: cannot find 'uniffi_iroh_ffi_fn_method_iroh_authors' in scope
            uniffi_iroh_ffi_fn_method_iroh_authors(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6848:13: error: cannot find 'uniffi_iroh_ffi_fn_method_iroh_blobs' in scope
            uniffi_iroh_ffi_fn_method_iroh_blobs(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6857:13: error: cannot find 'uniffi_iroh_ffi_fn_method_iroh_docs' in scope
            uniffi_iroh_ffi_fn_method_iroh_docs(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6866:13: error: cannot find 'uniffi_iroh_ffi_fn_method_iroh_gossip' in scope
            uniffi_iroh_ffi_fn_method_iroh_gossip(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6875:13: error: cannot find 'uniffi_iroh_ffi_fn_method_iroh_net' in scope
            uniffi_iroh_ffi_fn_method_iroh_net(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6884:13: error: cannot find 'uniffi_iroh_ffi_fn_method_iroh_node' in scope
            uniffi_iroh_ffi_fn_method_iroh_node(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6893:13: error: cannot find 'uniffi_iroh_ffi_fn_method_iroh_tags' in scope
            uniffi_iroh_ffi_fn_method_iroh_tags(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6976:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_iroherror' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_iroherror(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6986:25: error: cannot find 'uniffi_iroh_ffi_fn_free_iroherror' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_iroherror(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6991:13: error: cannot find 'uniffi_iroh_ffi_fn_method_iroherror_message' in scope
            uniffi_iroh_ffi_fn_method_iroherror_message(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6998:17: error: cannot find 'uniffi_iroh_ffi_fn_method_iroherror_uniffi_trait_debug' in scope
                uniffi_iroh_ffi_fn_method_iroherror_uniffi_trait_debug(self.uniffiClonePointer(), $0)
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7042:41: error: no exact matches in call to initializer
        var reader = createReader(data: Data(rustBuffer: buf))
                                        ^
Foundation.Data:28:23: note: incorrect labels for candidate (have: '(rustBuffer:)', expected: '(_:)')
    @inlinable public init<S>(_ elements: S) where S : Sequence, S.Element == UInt8
                      ^
Swift.RangeReplaceableCollection:3:23: note: incorrect labels for candidate (have: '(rustBuffer:)', expected: '(_:)')
    @inlinable public init<S>(_ elements: S) where S : Sequence, Self.Element == S.Element
                      ^
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7137:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_liveevent' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_liveevent(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7147:25: error: cannot find 'uniffi_iroh_ffi_fn_free_liveevent' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_liveevent(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7155:13: error: cannot find 'uniffi_iroh_ffi_fn_method_liveevent_as_content_ready' in scope
            uniffi_iroh_ffi_fn_method_liveevent_as_content_ready(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7164:13: error: cannot find 'uniffi_iroh_ffi_fn_method_liveevent_as_insert_local' in scope
            uniffi_iroh_ffi_fn_method_liveevent_as_insert_local(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7173:13: error: cannot find 'uniffi_iroh_ffi_fn_method_liveevent_as_insert_remote' in scope
            uniffi_iroh_ffi_fn_method_liveevent_as_insert_remote(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7182:13: error: cannot find 'uniffi_iroh_ffi_fn_method_liveevent_as_neighbor_down' in scope
            uniffi_iroh_ffi_fn_method_liveevent_as_neighbor_down(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7191:13: error: cannot find 'uniffi_iroh_ffi_fn_method_liveevent_as_neighbor_up' in scope
            uniffi_iroh_ffi_fn_method_liveevent_as_neighbor_up(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7200:13: error: cannot find 'uniffi_iroh_ffi_fn_method_liveevent_as_sync_finished' in scope
            uniffi_iroh_ffi_fn_method_liveevent_as_sync_finished(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7209:13: error: cannot find 'uniffi_iroh_ffi_fn_method_liveevent_type' in scope
            uniffi_iroh_ffi_fn_method_liveevent_type(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7299:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_message' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_message(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7309:25: error: cannot find 'uniffi_iroh_ffi_fn_free_message' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_message(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7314:13: error: cannot find 'uniffi_iroh_ffi_fn_method_message_as_error' in scope
            uniffi_iroh_ffi_fn_method_message_as_error(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7320:13: error: cannot find 'uniffi_iroh_ffi_fn_method_message_as_joined' in scope
            uniffi_iroh_ffi_fn_method_message_as_joined(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7326:13: error: cannot find 'uniffi_iroh_ffi_fn_method_message_as_neighbor_down' in scope
            uniffi_iroh_ffi_fn_method_message_as_neighbor_down(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7332:13: error: cannot find 'uniffi_iroh_ffi_fn_method_message_as_neighbor_up' in scope
            uniffi_iroh_ffi_fn_method_message_as_neighbor_up(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7338:13: error: cannot find 'uniffi_iroh_ffi_fn_method_message_as_received' in scope
            uniffi_iroh_ffi_fn_method_message_as_received(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7344:13: error: cannot find 'uniffi_iroh_ffi_fn_method_message_type' in scope
            uniffi_iroh_ffi_fn_method_message_type(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7452:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_net' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_net(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7462:25: error: cannot find 'uniffi_iroh_ffi_fn_free_net' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_net(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7472:21: error: cannot find 'uniffi_iroh_ffi_fn_method_net_add_node_addr' in scope
                    uniffi_iroh_ffi_fn_method_net_add_node_addr(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7477:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7478:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_void,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7479:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7492:21: error: cannot find 'uniffi_iroh_ffi_fn_method_net_home_relay' in scope
                    uniffi_iroh_ffi_fn_method_net_home_relay(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7496:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7497:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7498:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7511:21: error: cannot find 'uniffi_iroh_ffi_fn_method_net_node_addr' in scope
                    uniffi_iroh_ffi_fn_method_net_node_addr(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7515:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7516:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7517:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7530:21: error: cannot find 'uniffi_iroh_ffi_fn_method_net_node_id' in scope
                    uniffi_iroh_ffi_fn_method_net_node_id(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7534:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7535:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7536:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7549:21: error: cannot find 'uniffi_iroh_ffi_fn_method_net_remote_info' in scope
                    uniffi_iroh_ffi_fn_method_net_remote_info(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7554:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7555:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7556:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7569:21: error: cannot find 'uniffi_iroh_ffi_fn_method_net_remote_info_list' in scope
                    uniffi_iroh_ffi_fn_method_net_remote_info_list(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7573:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7574:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7575:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7677:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_node' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_node(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7687:25: error: cannot find 'uniffi_iroh_ffi_fn_free_node' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_node(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7692:13: error: cannot find 'uniffi_iroh_ffi_fn_method_node_endpoint' in scope
            uniffi_iroh_ffi_fn_method_node_endpoint(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7701:13: error: cannot find 'uniffi_iroh_ffi_fn_method_node_my_rpc_addr' in scope
            uniffi_iroh_ffi_fn_method_node_my_rpc_addr(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7712:21: error: cannot find 'uniffi_iroh_ffi_fn_method_node_shutdown' in scope
                    uniffi_iroh_ffi_fn_method_node_shutdown(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7717:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7718:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_void,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7719:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7732:21: error: cannot find 'uniffi_iroh_ffi_fn_method_node_stats' in scope
                    uniffi_iroh_ffi_fn_method_node_stats(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7736:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7737:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7738:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7751:21: error: cannot find 'uniffi_iroh_ffi_fn_method_node_status' in scope
                    uniffi_iroh_ffi_fn_method_node_status(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7755:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7756:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7757:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7852:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_nodeaddr' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_nodeaddr(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7861:17: error: cannot find 'uniffi_iroh_ffi_fn_constructor_nodeaddr_new' in scope
                uniffi_iroh_ffi_fn_constructor_nodeaddr_new(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7875:25: error: cannot find 'uniffi_iroh_ffi_fn_free_nodeaddr' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_nodeaddr(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7883:13: error: cannot find 'uniffi_iroh_ffi_fn_method_nodeaddr_direct_addresses' in scope
            uniffi_iroh_ffi_fn_method_nodeaddr_direct_addresses(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7892:13: error: cannot find 'uniffi_iroh_ffi_fn_method_nodeaddr_equal' in scope
            uniffi_iroh_ffi_fn_method_nodeaddr_equal(self.uniffiClonePointer(),
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7902:13: error: cannot find 'uniffi_iroh_ffi_fn_method_nodeaddr_relay_url' in scope
            uniffi_iroh_ffi_fn_method_nodeaddr_relay_url(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8000:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_nodestatus' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_nodestatus(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8010:25: error: cannot find 'uniffi_iroh_ffi_fn_free_nodestatus' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_nodestatus(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8018:13: error: cannot find 'uniffi_iroh_ffi_fn_method_nodestatus_listen_addrs' in scope
            uniffi_iroh_ffi_fn_method_nodestatus_listen_addrs(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8027:13: error: cannot find 'uniffi_iroh_ffi_fn_method_nodestatus_node_addr' in scope
            uniffi_iroh_ffi_fn_method_nodestatus_node_addr(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8036:13: error: cannot find 'uniffi_iroh_ffi_fn_method_nodestatus_rpc_addr' in scope
            uniffi_iroh_ffi_fn_method_nodestatus_rpc_addr(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8045:13: error: cannot find 'uniffi_iroh_ffi_fn_method_nodestatus_version' in scope
            uniffi_iroh_ffi_fn_method_nodestatus_version(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8119:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_protocolcreator' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_protocolcreator(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8129:25: error: cannot find 'uniffi_iroh_ffi_fn_free_protocolcreator' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_protocolcreator(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8134:13: error: cannot find 'uniffi_iroh_ffi_fn_method_protocolcreator_create' in scope
            uniffi_iroh_ffi_fn_method_protocolcreator_create(self.uniffiClonePointer(),
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8181:5: error: cannot find 'uniffi_iroh_ffi_fn_init_callback_vtable_protocolcreator' in scope
    uniffi_iroh_ffi_fn_init_callback_vtable_protocolcreator(&UniffiCallbackInterfaceProtocolCreator.vtable)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8260:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_protocolhandler' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_protocolhandler(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8270:25: error: cannot find 'uniffi_iroh_ffi_fn_free_protocolhandler' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_protocolhandler(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8277:21: error: cannot find 'uniffi_iroh_ffi_fn_method_protocolhandler_accept' in scope
                    uniffi_iroh_ffi_fn_method_protocolhandler_accept(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8282:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8283:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_void,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8284:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8294:21: error: cannot find 'uniffi_iroh_ffi_fn_method_protocolhandler_shutdown' in scope
                    uniffi_iroh_ffi_fn_method_protocolhandler_shutdown(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8298:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8299:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_void,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8300:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8302:31: error: 'nil' requires a contextual type
                errorHandler: nil
                              ^
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8401:5: error: cannot find 'uniffi_iroh_ffi_fn_init_callback_vtable_protocolhandler' in scope
    uniffi_iroh_ffi_fn_init_callback_vtable_protocolhandler(&UniffiCallbackInterfaceProtocolHandler.vtable)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8505:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_publickey' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_publickey(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8515:25: error: cannot find 'uniffi_iroh_ffi_fn_free_publickey' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_publickey(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8523:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_publickey_from_bytes' in scope
            uniffi_iroh_ffi_fn_constructor_publickey_from_bytes(
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8534:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_publickey_from_string' in scope
            uniffi_iroh_ffi_fn_constructor_publickey_from_string(
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8545:13: error: cannot find 'uniffi_iroh_ffi_fn_method_publickey_equal' in scope
            uniffi_iroh_ffi_fn_method_publickey_equal(self.uniffiClonePointer(),
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8556:13: error: cannot find 'uniffi_iroh_ffi_fn_method_publickey_fmt_short' in scope
            uniffi_iroh_ffi_fn_method_publickey_fmt_short(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8565:13: error: cannot find 'uniffi_iroh_ffi_fn_method_publickey_to_bytes' in scope
            uniffi_iroh_ffi_fn_method_publickey_to_bytes(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8572:17: error: cannot find 'uniffi_iroh_ffi_fn_method_publickey_uniffi_trait_display' in scope
                uniffi_iroh_ffi_fn_method_publickey_uniffi_trait_display(self.uniffiClonePointer(), $0)
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8665:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_query' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_query(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8675:25: error: cannot find 'uniffi_iroh_ffi_fn_free_query' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_query(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8689:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_query_all' in scope
            uniffi_iroh_ffi_fn_constructor_query_all(
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8706:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_query_author' in scope
            uniffi_iroh_ffi_fn_constructor_query_author(
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8718:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_query_author_key_exact' in scope
            uniffi_iroh_ffi_fn_constructor_query_author_key_exact(
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8735:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_query_author_key_prefix' in scope
            uniffi_iroh_ffi_fn_constructor_query_author_key_prefix(
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8754:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_query_key_exact' in scope
            uniffi_iroh_ffi_fn_constructor_query_key_exact(
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8772:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_query_key_prefix' in scope
            uniffi_iroh_ffi_fn_constructor_query_key_prefix(
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8790:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_query_single_latest_per_key' in scope
            uniffi_iroh_ffi_fn_constructor_query_single_latest_per_key(
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8802:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_query_single_latest_per_key_exact' in scope
            uniffi_iroh_ffi_fn_constructor_query_single_latest_per_key_exact(
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8819:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_query_single_latest_per_key_prefix' in scope
            uniffi_iroh_ffi_fn_constructor_query_single_latest_per_key_prefix(
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8831:13: error: cannot find 'uniffi_iroh_ffi_fn_method_query_limit' in scope
            uniffi_iroh_ffi_fn_method_query_limit(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8840:13: error: cannot find 'uniffi_iroh_ffi_fn_method_query_offset' in scope
            uniffi_iroh_ffi_fn_method_query_offset(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8928:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_rangespec' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_rangespec(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8938:25: error: cannot find 'uniffi_iroh_ffi_fn_free_rangespec' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_rangespec(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8946:13: error: cannot find 'uniffi_iroh_ffi_fn_method_rangespec_is_all' in scope
            uniffi_iroh_ffi_fn_method_rangespec_is_all(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8955:13: error: cannot find 'uniffi_iroh_ffi_fn_method_rangespec_is_empty' in scope
            uniffi_iroh_ffi_fn_method_rangespec_is_empty(self.uniffiClonePointer(), $0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9039:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_recvstream' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_recvstream(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9049:25: error: cannot find 'uniffi_iroh_ffi_fn_free_recvstream' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_recvstream(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9056:21: error: cannot find 'uniffi_iroh_ffi_fn_method_recvstream_id' in scope
                    uniffi_iroh_ffi_fn_method_recvstream_id(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9060:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9061:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9062:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9064:31: error: 'nil' requires a contextual type
                errorHandler: nil
                              ^
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9072:21: error: cannot find 'uniffi_iroh_ffi_fn_method_recvstream_read' in scope
                    uniffi_iroh_ffi_fn_method_recvstream_read(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9077:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9078:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9079:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9089:21: error: cannot find 'uniffi_iroh_ffi_fn_method_recvstream_read_exact' in scope
                    uniffi_iroh_ffi_fn_method_recvstream_read_exact(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9094:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9095:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9096:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9106:21: error: cannot find 'uniffi_iroh_ffi_fn_method_recvstream_read_to_end' in scope
                    uniffi_iroh_ffi_fn_method_recvstream_read_to_end(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9111:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9112:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9113:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9123:21: error: cannot find 'uniffi_iroh_ffi_fn_method_recvstream_received_reset' in scope
                    uniffi_iroh_ffi_fn_method_recvstream_received_reset(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9127:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9128:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9129:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9139:21: error: cannot find 'uniffi_iroh_ffi_fn_method_recvstream_stop' in scope
                    uniffi_iroh_ffi_fn_method_recvstream_stop(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9144:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9145:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_void,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9146:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9236:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_sendstream' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_sendstream(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9246:25: error: cannot find 'uniffi_iroh_ffi_fn_free_sendstream' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_sendstream(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9253:21: error: cannot find 'uniffi_iroh_ffi_fn_method_sendstream_finish' in scope
                    uniffi_iroh_ffi_fn_method_sendstream_finish(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9257:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9258:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_void,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9259:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9269:21: error: cannot find 'uniffi_iroh_ffi_fn_method_sendstream_id' in scope
                    uniffi_iroh_ffi_fn_method_sendstream_id(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9273:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9274:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9275:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9277:31: error: 'nil' requires a contextual type
                errorHandler: nil
                              ^
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9285:21: error: cannot find 'uniffi_iroh_ffi_fn_method_sendstream_priority' in scope
                    uniffi_iroh_ffi_fn_method_sendstream_priority(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9289:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_i32' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_i32,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9290:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_i32' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_i32,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9291:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_i32' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_i32,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9301:21: error: cannot find 'uniffi_iroh_ffi_fn_method_sendstream_reset' in scope
                    uniffi_iroh_ffi_fn_method_sendstream_reset(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9306:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9307:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_void,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9308:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9318:21: error: cannot find 'uniffi_iroh_ffi_fn_method_sendstream_set_priority' in scope
                    uniffi_iroh_ffi_fn_method_sendstream_set_priority(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9323:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9324:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_void,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9325:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9335:21: error: cannot find 'uniffi_iroh_ffi_fn_method_sendstream_stopped' in scope
                    uniffi_iroh_ffi_fn_method_sendstream_stopped(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9339:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9340:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9341:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9351:21: error: cannot find 'uniffi_iroh_ffi_fn_method_sendstream_write' in scope
                    uniffi_iroh_ffi_fn_method_sendstream_write(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9356:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_u64' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_u64,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9357:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_u64' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_u64,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9358:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_u64' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_u64,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9368:21: error: cannot find 'uniffi_iroh_ffi_fn_method_sendstream_write_all' in scope
                    uniffi_iroh_ffi_fn_method_sendstream_write_all(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9373:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9374:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_void,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9375:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9465:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_sender' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_sender(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9475:25: error: cannot find 'uniffi_iroh_ffi_fn_free_sender' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_sender(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9485:21: error: cannot find 'uniffi_iroh_ffi_fn_method_sender_broadcast' in scope
                    uniffi_iroh_ffi_fn_method_sender_broadcast(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9490:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9491:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_void,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9492:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9505:21: error: cannot find 'uniffi_iroh_ffi_fn_method_sender_broadcast_neighbors' in scope
                    uniffi_iroh_ffi_fn_method_sender_broadcast_neighbors(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9510:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9511:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_void,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9512:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9592:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_settagoption' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_settagoption(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9602:25: error: cannot find 'uniffi_iroh_ffi_fn_free_settagoption' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_settagoption(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9610:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_settagoption_auto' in scope
            uniffi_iroh_ffi_fn_constructor_settagoption_auto($0
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9620:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_settagoption_named' in scope
            uniffi_iroh_ffi_fn_constructor_settagoption_named(
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9706:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_subscribecallback' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_subscribecallback(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9716:25: error: cannot find 'uniffi_iroh_ffi_fn_free_subscribecallback' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_subscribecallback(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9723:21: error: cannot find 'uniffi_iroh_ffi_fn_method_subscribecallback_event' in scope
                    uniffi_iroh_ffi_fn_method_subscribecallback_event(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9728:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9729:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_void,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9730:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9793:5: error: cannot find 'uniffi_iroh_ffi_fn_init_callback_vtable_subscribecallback' in scope
    uniffi_iroh_ffi_fn_init_callback_vtable_subscribecallback(&UniffiCallbackInterfaceSubscribeCallback.vtable)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9887:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_tags' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_tags(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9897:25: error: cannot find 'uniffi_iroh_ffi_fn_free_tags' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_tags(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9907:21: error: cannot find 'uniffi_iroh_ffi_fn_method_tags_delete' in scope
                    uniffi_iroh_ffi_fn_method_tags_delete(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9912:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9913:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_void,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9914:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9930:21: error: cannot find 'uniffi_iroh_ffi_fn_method_tags_list' in scope
                    uniffi_iroh_ffi_fn_method_tags_list(
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9934:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
                pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9935:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
                completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9936:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
                freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10016:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_wrapoption' in scope
        return try! rustCall { uniffi_iroh_ffi_fn_clone_wrapoption(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10026:25: error: cannot find 'uniffi_iroh_ffi_fn_free_wrapoption' in scope
        try! rustCall { uniffi_iroh_ffi_fn_free_wrapoption(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10034:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_wrapoption_no_wrap' in scope
            uniffi_iroh_ffi_fn_constructor_wrapoption_no_wrap($0
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10044:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_wrapoption_wrap' in scope
            uniffi_iroh_ffi_fn_constructor_wrapoption_wrap(
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:15716:9: error: cannot find 'uniffi_iroh_ffi_fn_func_key_to_path' in scope
        uniffi_iroh_ffi_fn_func_key_to_path(
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:15731:9: error: cannot find 'uniffi_iroh_ffi_fn_func_path_to_key' in scope
        uniffi_iroh_ffi_fn_func_path_to_key(
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:15743:5: error: cannot find 'uniffi_iroh_ffi_fn_func_set_log_level' in scope
    uniffi_iroh_ffi_fn_func_set_log_level(
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:15753:5: error: cannot find 'uniffi_iroh_ffi_fn_func_start_metrics_collection' in scope
    uniffi_iroh_ffi_fn_func_start_metrics_collection($0
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:23:28: error: cannot find type 'RustBuffer' in scope
    static func empty() -> RustBuffer {
                           ^~~~~~~~~~
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:27:60: error: cannot find type 'RustBuffer' in scope
    static func from(_ ptr: UnsafeBufferPointer<UInt8>) -> RustBuffer {
                                                           ^~~~~~~~~~
error: fatalError
BUILD FAILURE 5.10 linux