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 6.0 for Linux on 17 Sep 2024 01:14:09 UTC.

Build Command

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

Build Log

 4201 |                 liftFunc: { $0 },
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4200:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
 4198 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
 4199 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
 4200 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
 4201 |                 liftFunc: { $0 },
 4202 |                 errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4286:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_docexportfilecallback' in scope
 4284 |
 4285 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 4286 |         return try! rustCall { uniffi_iroh_ffi_fn_clone_docexportfilecallback(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_iroh_ffi_fn_clone_docexportfilecallback' in scope
 4287 |     }
 4288 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4296:25: error: cannot find 'uniffi_iroh_ffi_fn_free_docexportfilecallback' in scope
 4294 |         }
 4295 |
 4296 |         try! rustCall { uniffi_iroh_ffi_fn_free_docexportfilecallback(pointer, $0) }
      |                         `- error: cannot find 'uniffi_iroh_ffi_fn_free_docexportfilecallback' in scope
 4297 |     }
 4298 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4303:21: error: cannot find 'uniffi_iroh_ffi_fn_method_docexportfilecallback_progress' in scope
 4301 |             try await uniffiRustCallAsync(
 4302 |                 rustFutureFunc: {
 4303 |                     uniffi_iroh_ffi_fn_method_docexportfilecallback_progress(
      |                     `- error: cannot find 'uniffi_iroh_ffi_fn_method_docexportfilecallback_progress' in scope
 4304 |                         self.uniffiClonePointer(),
 4305 |                         FfiConverterTypeDocExportProgress.lower(progress)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4308:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
 4306 |                     )
 4307 |                 },
 4308 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
 4309 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
 4310 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4309:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
 4307 |                 },
 4308 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
 4309 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
      |                               `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
 4310 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
 4311 |                 liftFunc: { $0 },
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4310:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
 4308 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
 4309 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
 4310 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
 4311 |                 liftFunc: { $0 },
 4312 |                 errorHandler: FfiConverterTypeCallbackError.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4373:5: error: cannot find 'uniffi_iroh_ffi_fn_init_callback_vtable_docexportfilecallback' in scope
 4371 |
 4372 | private func uniffiCallbackInitDocExportFileCallback() {
 4373 |     uniffi_iroh_ffi_fn_init_callback_vtable_docexportfilecallback(&UniffiCallbackInterfaceDocExportFileCallback.vtable)
      |     `- error: cannot find 'uniffi_iroh_ffi_fn_init_callback_vtable_docexportfilecallback' in scope
 4374 | }
 4375 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4474:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_docexportprogress' in scope
 4472 |
 4473 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 4474 |         return try! rustCall { uniffi_iroh_ffi_fn_clone_docexportprogress(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_iroh_ffi_fn_clone_docexportprogress' in scope
 4475 |     }
 4476 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4484:25: error: cannot find 'uniffi_iroh_ffi_fn_free_docexportprogress' in scope
 4482 |         }
 4483 |
 4484 |         try! rustCall { uniffi_iroh_ffi_fn_free_docexportprogress(pointer, $0) }
      |                         `- error: cannot find 'uniffi_iroh_ffi_fn_free_docexportprogress' in scope
 4485 |     }
 4486 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4492:13: error: cannot find 'uniffi_iroh_ffi_fn_method_docexportprogress_as_abort' in scope
 4490 |     open func asAbort() -> DocExportProgressAbort {
 4491 |         return try! FfiConverterTypeDocExportProgressAbort.lift(try! rustCall {
 4492 |             uniffi_iroh_ffi_fn_method_docexportprogress_as_abort(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_docexportprogress_as_abort' in scope
 4493 |         })
 4494 |     }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4501:13: error: cannot find 'uniffi_iroh_ffi_fn_method_docexportprogress_as_found' in scope
 4499 |     open func asFound() -> DocExportProgressFound {
 4500 |         return try! FfiConverterTypeDocExportProgressFound.lift(try! rustCall {
 4501 |             uniffi_iroh_ffi_fn_method_docexportprogress_as_found(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_docexportprogress_as_found' in scope
 4502 |         })
 4503 |     }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4510:13: error: cannot find 'uniffi_iroh_ffi_fn_method_docexportprogress_as_progress' in scope
 4508 |     open func asProgress() -> DocExportProgressProgress {
 4509 |         return try! FfiConverterTypeDocExportProgressProgress.lift(try! rustCall {
 4510 |             uniffi_iroh_ffi_fn_method_docexportprogress_as_progress(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_docexportprogress_as_progress' in scope
 4511 |         })
 4512 |     }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4519:13: error: cannot find 'uniffi_iroh_ffi_fn_method_docexportprogress_type' in scope
 4517 |     open func type() -> DocExportProgressType {
 4518 |         return try! FfiConverterTypeDocExportProgressType.lift(try! rustCall {
 4519 |             uniffi_iroh_ffi_fn_method_docexportprogress_type(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_docexportprogress_type' in scope
 4520 |         })
 4521 |     }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4603:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_docimportfilecallback' in scope
 4601 |
 4602 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 4603 |         return try! rustCall { uniffi_iroh_ffi_fn_clone_docimportfilecallback(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_iroh_ffi_fn_clone_docimportfilecallback' in scope
 4604 |     }
 4605 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4613:25: error: cannot find 'uniffi_iroh_ffi_fn_free_docimportfilecallback' in scope
 4611 |         }
 4612 |
 4613 |         try! rustCall { uniffi_iroh_ffi_fn_free_docimportfilecallback(pointer, $0) }
      |                         `- error: cannot find 'uniffi_iroh_ffi_fn_free_docimportfilecallback' in scope
 4614 |     }
 4615 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4620:21: error: cannot find 'uniffi_iroh_ffi_fn_method_docimportfilecallback_progress' in scope
 4618 |             try await uniffiRustCallAsync(
 4619 |                 rustFutureFunc: {
 4620 |                     uniffi_iroh_ffi_fn_method_docimportfilecallback_progress(
      |                     `- error: cannot find 'uniffi_iroh_ffi_fn_method_docimportfilecallback_progress' in scope
 4621 |                         self.uniffiClonePointer(),
 4622 |                         FfiConverterTypeDocImportProgress.lower(progress)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4625:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
 4623 |                     )
 4624 |                 },
 4625 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
 4626 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
 4627 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4626:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
 4624 |                 },
 4625 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
 4626 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
      |                               `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
 4627 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
 4628 |                 liftFunc: { $0 },
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4627:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
 4625 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
 4626 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
 4627 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
 4628 |                 liftFunc: { $0 },
 4629 |                 errorHandler: FfiConverterTypeCallbackError.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4690:5: error: cannot find 'uniffi_iroh_ffi_fn_init_callback_vtable_docimportfilecallback' in scope
 4688 |
 4689 | private func uniffiCallbackInitDocImportFileCallback() {
 4690 |     uniffi_iroh_ffi_fn_init_callback_vtable_docimportfilecallback(&UniffiCallbackInterfaceDocImportFileCallback.vtable)
      |     `- error: cannot find 'uniffi_iroh_ffi_fn_init_callback_vtable_docimportfilecallback' in scope
 4691 | }
 4692 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4801:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_docimportprogress' in scope
 4799 |
 4800 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 4801 |         return try! rustCall { uniffi_iroh_ffi_fn_clone_docimportprogress(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_iroh_ffi_fn_clone_docimportprogress' in scope
 4802 |     }
 4803 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4811:25: error: cannot find 'uniffi_iroh_ffi_fn_free_docimportprogress' in scope
 4809 |         }
 4810 |
 4811 |         try! rustCall { uniffi_iroh_ffi_fn_free_docimportprogress(pointer, $0) }
      |                         `- error: cannot find 'uniffi_iroh_ffi_fn_free_docimportprogress' in scope
 4812 |     }
 4813 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4819:13: error: cannot find 'uniffi_iroh_ffi_fn_method_docimportprogress_as_abort' in scope
 4817 |     open func asAbort() -> DocImportProgressAbort {
 4818 |         return try! FfiConverterTypeDocImportProgressAbort.lift(try! rustCall {
 4819 |             uniffi_iroh_ffi_fn_method_docimportprogress_as_abort(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_docimportprogress_as_abort' in scope
 4820 |         })
 4821 |     }
/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
 4826 |     open func asAllDone() -> DocImportProgressAllDone {
 4827 |         return try! FfiConverterTypeDocImportProgressAllDone.lift(try! rustCall {
 4828 |             uniffi_iroh_ffi_fn_method_docimportprogress_as_all_done(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_docimportprogress_as_all_done' in scope
 4829 |         })
 4830 |     }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4837:13: error: cannot find 'uniffi_iroh_ffi_fn_method_docimportprogress_as_found' in scope
 4835 |     open func asFound() -> DocImportProgressFound {
 4836 |         return try! FfiConverterTypeDocImportProgressFound.lift(try! rustCall {
 4837 |             uniffi_iroh_ffi_fn_method_docimportprogress_as_found(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_docimportprogress_as_found' in scope
 4838 |         })
 4839 |     }
/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
 4844 |     open func asIngestDone() -> DocImportProgressIngestDone {
 4845 |         return try! FfiConverterTypeDocImportProgressIngestDone.lift(try! rustCall {
 4846 |             uniffi_iroh_ffi_fn_method_docimportprogress_as_ingest_done(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_docimportprogress_as_ingest_done' in scope
 4847 |         })
 4848 |     }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4855:13: error: cannot find 'uniffi_iroh_ffi_fn_method_docimportprogress_as_progress' in scope
 4853 |     open func asProgress() -> DocImportProgressProgress {
 4854 |         return try! FfiConverterTypeDocImportProgressProgress.lift(try! rustCall {
 4855 |             uniffi_iroh_ffi_fn_method_docimportprogress_as_progress(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_docimportprogress_as_progress' in scope
 4856 |         })
 4857 |     }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4864:13: error: cannot find 'uniffi_iroh_ffi_fn_method_docimportprogress_type' in scope
 4862 |     open func type() -> DocImportProgressType {
 4863 |         return try! FfiConverterTypeDocImportProgressType.lift(try! rustCall {
 4864 |             uniffi_iroh_ffi_fn_method_docimportprogress_type(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_docimportprogress_type' in scope
 4865 |         })
 4866 |     }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4943:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_docticket' in scope
 4941 |
 4942 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 4943 |         return try! rustCall { uniffi_iroh_ffi_fn_clone_docticket(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_iroh_ffi_fn_clone_docticket' in scope
 4944 |     }
 4945 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4949:17: error: cannot find 'uniffi_iroh_ffi_fn_constructor_docticket_new' in scope
 4947 |         let pointer =
 4948 |             try rustCallWithError(FfiConverterTypeIrohError__as_error.lift) {
 4949 |                 uniffi_iroh_ffi_fn_constructor_docticket_new(
      |                 `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_docticket_new' in scope
 4950 |                     FfiConverterString.lower(str), $0
 4951 |                 )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4961:25: error: cannot find 'uniffi_iroh_ffi_fn_free_docticket' in scope
 4959 |         }
 4960 |
 4961 |         try! rustCall { uniffi_iroh_ffi_fn_free_docticket(pointer, $0) }
      |                         `- error: cannot find 'uniffi_iroh_ffi_fn_free_docticket' in scope
 4962 |     }
 4963 |
/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
 4965 |         return try! FfiConverterString.lift(
 4966 |             try! rustCall {
 4967 |                 uniffi_iroh_ffi_fn_method_docticket_uniffi_trait_display(self.uniffiClonePointer(), $0)
      |                 `- error: cannot find 'uniffi_iroh_ffi_fn_method_docticket_uniffi_trait_display' in scope
 4968 |             }
 4969 |         )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5082:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_docs' in scope
 5080 |
 5081 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 5082 |         return try! rustCall { uniffi_iroh_ffi_fn_clone_docs(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_iroh_ffi_fn_clone_docs' in scope
 5083 |     }
 5084 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5092:25: error: cannot find 'uniffi_iroh_ffi_fn_free_docs' in scope
 5090 |         }
 5091 |
 5092 |         try! rustCall { uniffi_iroh_ffi_fn_free_docs(pointer, $0) }
      |                         `- error: cannot find 'uniffi_iroh_ffi_fn_free_docs' in scope
 5093 |     }
 5094 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5102:21: error: cannot find 'uniffi_iroh_ffi_fn_method_docs_create' in scope
 5100 |             try await uniffiRustCallAsync(
 5101 |                 rustFutureFunc: {
 5102 |                     uniffi_iroh_ffi_fn_method_docs_create(
      |                     `- error: cannot find 'uniffi_iroh_ffi_fn_method_docs_create' in scope
 5103 |                         self.uniffiClonePointer()
 5104 |                     )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5106:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
 5104 |                     )
 5105 |                 },
 5106 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
 5107 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
 5108 |                 freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5107:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
 5105 |                 },
 5106 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
 5107 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
      |                               `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
 5108 |                 freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
 5109 |                 liftFunc: FfiConverterTypeDoc.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5108:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
 5106 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
 5107 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
 5108 |                 freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
 5109 |                 liftFunc: FfiConverterTypeDoc.lift,
 5110 |                 errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5125:21: error: cannot find 'uniffi_iroh_ffi_fn_method_docs_drop_doc' in scope
 5123 |             try await uniffiRustCallAsync(
 5124 |                 rustFutureFunc: {
 5125 |                     uniffi_iroh_ffi_fn_method_docs_drop_doc(
      |                     `- error: cannot find 'uniffi_iroh_ffi_fn_method_docs_drop_doc' in scope
 5126 |                         self.uniffiClonePointer(),
 5127 |                         FfiConverterString.lower(docId)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5130:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
 5128 |                     )
 5129 |                 },
 5130 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
 5131 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
 5132 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5131:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
 5129 |                 },
 5130 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
 5131 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
      |                               `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
 5132 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
 5133 |                 liftFunc: { $0 },
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5132:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
 5130 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
 5131 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
 5132 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
 5133 |                 liftFunc: { $0 },
 5134 |                 errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5145:21: error: cannot find 'uniffi_iroh_ffi_fn_method_docs_join' in scope
 5143 |             try await uniffiRustCallAsync(
 5144 |                 rustFutureFunc: {
 5145 |                     uniffi_iroh_ffi_fn_method_docs_join(
      |                     `- error: cannot find 'uniffi_iroh_ffi_fn_method_docs_join' in scope
 5146 |                         self.uniffiClonePointer(),
 5147 |                         FfiConverterTypeDocTicket.lower(ticket)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5150:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
 5148 |                     )
 5149 |                 },
 5150 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
 5151 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
 5152 |                 freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5151:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
 5149 |                 },
 5150 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
 5151 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
      |                               `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
 5152 |                 freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
 5153 |                 liftFunc: FfiConverterTypeDoc.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5152:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
 5150 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
 5151 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
 5152 |                 freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
 5153 |                 liftFunc: FfiConverterTypeDoc.lift,
 5154 |                 errorHandler: FfiConverterTypeIrohError__as_error.lift
/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
 5163 |             try await uniffiRustCallAsync(
 5164 |                 rustFutureFunc: {
 5165 |                     uniffi_iroh_ffi_fn_method_docs_join_and_subscribe(
      |                     `- error: cannot find 'uniffi_iroh_ffi_fn_method_docs_join_and_subscribe' in scope
 5166 |                         self.uniffiClonePointer(),
 5167 |                         FfiConverterTypeDocTicket.lower(ticket), FfiConverterTypeSubscribeCallback.lower(cb)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5170:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
 5168 |                     )
 5169 |                 },
 5170 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
 5171 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
 5172 |                 freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5171:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
 5169 |                 },
 5170 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
 5171 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
      |                               `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
 5172 |                 freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
 5173 |                 liftFunc: FfiConverterTypeDoc.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5172:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
 5170 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
 5171 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
 5172 |                 freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
 5173 |                 liftFunc: FfiConverterTypeDoc.lift,
 5174 |                 errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5185:21: error: cannot find 'uniffi_iroh_ffi_fn_method_docs_list' in scope
 5183 |             try await uniffiRustCallAsync(
 5184 |                 rustFutureFunc: {
 5185 |                     uniffi_iroh_ffi_fn_method_docs_list(
      |                     `- error: cannot find 'uniffi_iroh_ffi_fn_method_docs_list' in scope
 5186 |                         self.uniffiClonePointer()
 5187 |                     )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5189:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
 5187 |                     )
 5188 |                 },
 5189 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
 5190 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
 5191 |                 freeFunc: ffi_iroh_ffi_rust_future_free_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
 5188 |                 },
 5189 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
 5190 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
      |                               `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
 5191 |                 freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
 5192 |                 liftFunc: FfiConverterSequenceTypeNamespaceAndCapability.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5191:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
 5189 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
 5190 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
 5191 |                 freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
 5192 |                 liftFunc: FfiConverterSequenceTypeNamespaceAndCapability.lift,
 5193 |                 errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5206:21: error: cannot find 'uniffi_iroh_ffi_fn_method_docs_open' in scope
 5204 |             try await uniffiRustCallAsync(
 5205 |                 rustFutureFunc: {
 5206 |                     uniffi_iroh_ffi_fn_method_docs_open(
      |                     `- error: cannot find 'uniffi_iroh_ffi_fn_method_docs_open' in scope
 5207 |                         self.uniffiClonePointer(),
 5208 |                         FfiConverterString.lower(id)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5211:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
 5209 |                     )
 5210 |                 },
 5211 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
 5212 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
 5213 |                 freeFunc: ffi_iroh_ffi_rust_future_free_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
 5210 |                 },
 5211 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
 5212 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
      |                               `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
 5213 |                 freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
 5214 |                 liftFunc: FfiConverterOptionTypeDoc.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5213:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
 5211 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
 5212 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
 5213 |                 freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
 5214 |                 liftFunc: FfiConverterOptionTypeDoc.lift,
 5215 |                 errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5299:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_downloadcallback' in scope
 5297 |
 5298 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 5299 |         return try! rustCall { uniffi_iroh_ffi_fn_clone_downloadcallback(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_iroh_ffi_fn_clone_downloadcallback' in scope
 5300 |     }
 5301 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5309:25: error: cannot find 'uniffi_iroh_ffi_fn_free_downloadcallback' in scope
 5307 |         }
 5308 |
 5309 |         try! rustCall { uniffi_iroh_ffi_fn_free_downloadcallback(pointer, $0) }
      |                         `- error: cannot find 'uniffi_iroh_ffi_fn_free_downloadcallback' in scope
 5310 |     }
 5311 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5316:21: error: cannot find 'uniffi_iroh_ffi_fn_method_downloadcallback_progress' in scope
 5314 |             try await uniffiRustCallAsync(
 5315 |                 rustFutureFunc: {
 5316 |                     uniffi_iroh_ffi_fn_method_downloadcallback_progress(
      |                     `- error: cannot find 'uniffi_iroh_ffi_fn_method_downloadcallback_progress' in scope
 5317 |                         self.uniffiClonePointer(),
 5318 |                         FfiConverterTypeDownloadProgress.lower(progress)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5321:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
 5319 |                     )
 5320 |                 },
 5321 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
 5322 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
 5323 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5322:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
 5320 |                 },
 5321 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
 5322 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
      |                               `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
 5323 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
 5324 |                 liftFunc: { $0 },
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5323:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
 5321 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
 5322 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
 5323 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
 5324 |                 liftFunc: { $0 },
 5325 |                 errorHandler: FfiConverterTypeCallbackError.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5386:5: error: cannot find 'uniffi_iroh_ffi_fn_init_callback_vtable_downloadcallback' in scope
 5384 |
 5385 | private func uniffiCallbackInitDownloadCallback() {
 5386 |     uniffi_iroh_ffi_fn_init_callback_vtable_downloadcallback(&UniffiCallbackInterfaceDownloadCallback.vtable)
      |     `- error: cannot find 'uniffi_iroh_ffi_fn_init_callback_vtable_downloadcallback' in scope
 5387 | }
 5388 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5467:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_downloadpolicy' in scope
 5465 |
 5466 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 5467 |         return try! rustCall { uniffi_iroh_ffi_fn_clone_downloadpolicy(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_iroh_ffi_fn_clone_downloadpolicy' in scope
 5468 |     }
 5469 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5477:25: error: cannot find 'uniffi_iroh_ffi_fn_free_downloadpolicy' in scope
 5475 |         }
 5476 |
 5477 |         try! rustCall { uniffi_iroh_ffi_fn_free_downloadpolicy(pointer, $0) }
      |                         `- error: cannot find 'uniffi_iroh_ffi_fn_free_downloadpolicy' in scope
 5478 |     }
 5479 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5485:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_downloadpolicy_everything' in scope
 5483 |     public static func everything() -> DownloadPolicy {
 5484 |         return try! FfiConverterTypeDownloadPolicy.lift(try! rustCall {
 5485 |             uniffi_iroh_ffi_fn_constructor_downloadpolicy_everything($0
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_downloadpolicy_everything' in scope
 5486 |             )
 5487 |         })
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5495:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_downloadpolicy_everything_except' in scope
 5493 |     public static func everythingExcept(filters: [FilterKind]) -> DownloadPolicy {
 5494 |         return try! FfiConverterTypeDownloadPolicy.lift(try! rustCall {
 5495 |             uniffi_iroh_ffi_fn_constructor_downloadpolicy_everything_except(
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_downloadpolicy_everything_except' in scope
 5496 |                 FfiConverterSequenceTypeFilterKind.lower(filters), $0
 5497 |             )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5506:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_downloadpolicy_nothing' in scope
 5504 |     public static func nothing() -> DownloadPolicy {
 5505 |         return try! FfiConverterTypeDownloadPolicy.lift(try! rustCall {
 5506 |             uniffi_iroh_ffi_fn_constructor_downloadpolicy_nothing($0
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_downloadpolicy_nothing' in scope
 5507 |             )
 5508 |         })
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5516:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_downloadpolicy_nothing_except' in scope
 5514 |     public static func nothingExcept(filters: [FilterKind]) -> DownloadPolicy {
 5515 |         return try! FfiConverterTypeDownloadPolicy.lift(try! rustCall {
 5516 |             uniffi_iroh_ffi_fn_constructor_downloadpolicy_nothing_except(
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_downloadpolicy_nothing_except' in scope
 5517 |                 FfiConverterSequenceTypeFilterKind.lower(filters), $0
 5518 |             )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5637:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_downloadprogress' in scope
 5635 |
 5636 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 5637 |         return try! rustCall { uniffi_iroh_ffi_fn_clone_downloadprogress(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_iroh_ffi_fn_clone_downloadprogress' in scope
 5638 |     }
 5639 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5647:25: error: cannot find 'uniffi_iroh_ffi_fn_free_downloadprogress' in scope
 5645 |         }
 5646 |
 5647 |         try! rustCall { uniffi_iroh_ffi_fn_free_downloadprogress(pointer, $0) }
      |                         `- error: cannot find 'uniffi_iroh_ffi_fn_free_downloadprogress' in scope
 5648 |     }
 5649 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5655:13: error: cannot find 'uniffi_iroh_ffi_fn_method_downloadprogress_as_abort' in scope
 5653 |     open func asAbort() -> DownloadProgressAbort {
 5654 |         return try! FfiConverterTypeDownloadProgressAbort.lift(try! rustCall {
 5655 |             uniffi_iroh_ffi_fn_method_downloadprogress_as_abort(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_downloadprogress_as_abort' in scope
 5656 |         })
 5657 |     }
/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
 5662 |     open func asAllDone() -> DownloadProgressAllDone {
 5663 |         return try! FfiConverterTypeDownloadProgressAllDone.lift(try! rustCall {
 5664 |             uniffi_iroh_ffi_fn_method_downloadprogress_as_all_done(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_downloadprogress_as_all_done' in scope
 5665 |         })
 5666 |     }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5673:13: error: cannot find 'uniffi_iroh_ffi_fn_method_downloadprogress_as_done' in scope
 5671 |     open func asDone() -> DownloadProgressDone {
 5672 |         return try! FfiConverterTypeDownloadProgressDone.lift(try! rustCall {
 5673 |             uniffi_iroh_ffi_fn_method_downloadprogress_as_done(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_downloadprogress_as_done' in scope
 5674 |         })
 5675 |     }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5682:13: error: cannot find 'uniffi_iroh_ffi_fn_method_downloadprogress_as_found' in scope
 5680 |     open func asFound() -> DownloadProgressFound {
 5681 |         return try! FfiConverterTypeDownloadProgressFound.lift(try! rustCall {
 5682 |             uniffi_iroh_ffi_fn_method_downloadprogress_as_found(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_downloadprogress_as_found' in scope
 5683 |         })
 5684 |     }
/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
 5689 |     open func asFoundHashSeq() -> DownloadProgressFoundHashSeq {
 5690 |         return try! FfiConverterTypeDownloadProgressFoundHashSeq.lift(try! rustCall {
 5691 |             uniffi_iroh_ffi_fn_method_downloadprogress_as_found_hash_seq(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_downloadprogress_as_found_hash_seq' in scope
 5692 |         })
 5693 |     }
/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
 5698 |     open func asFoundLocal() -> DownloadProgressFoundLocal {
 5699 |         return try! FfiConverterTypeDownloadProgressFoundLocal.lift(try! rustCall {
 5700 |             uniffi_iroh_ffi_fn_method_downloadprogress_as_found_local(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_downloadprogress_as_found_local' in scope
 5701 |         })
 5702 |     }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5709:13: error: cannot find 'uniffi_iroh_ffi_fn_method_downloadprogress_as_progress' in scope
 5707 |     open func asProgress() -> DownloadProgressProgress {
 5708 |         return try! FfiConverterTypeDownloadProgressProgress.lift(try! rustCall {
 5709 |             uniffi_iroh_ffi_fn_method_downloadprogress_as_progress(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_downloadprogress_as_progress' in scope
 5710 |         })
 5711 |     }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5719:13: error: cannot find 'uniffi_iroh_ffi_fn_method_downloadprogress_type' in scope
 5717 |     open func type() -> DownloadProgressType {
 5718 |         return try! FfiConverterTypeDownloadProgressType.lift(try! rustCall {
 5719 |             uniffi_iroh_ffi_fn_method_downloadprogress_type(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_downloadprogress_type' in scope
 5720 |         })
 5721 |     }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5795:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_endpoint' in scope
 5793 |
 5794 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 5795 |         return try! rustCall { uniffi_iroh_ffi_fn_clone_endpoint(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_iroh_ffi_fn_clone_endpoint' in scope
 5796 |     }
 5797 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5805:25: error: cannot find 'uniffi_iroh_ffi_fn_free_endpoint' in scope
 5803 |         }
 5804 |
 5805 |         try! rustCall { uniffi_iroh_ffi_fn_free_endpoint(pointer, $0) }
      |                         `- error: cannot find 'uniffi_iroh_ffi_fn_free_endpoint' in scope
 5806 |     }
 5807 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5812:21: error: cannot find 'uniffi_iroh_ffi_fn_method_endpoint_connect' in scope
 5810 |             try await uniffiRustCallAsync(
 5811 |                 rustFutureFunc: {
 5812 |                     uniffi_iroh_ffi_fn_method_endpoint_connect(
      |                     `- error: cannot find 'uniffi_iroh_ffi_fn_method_endpoint_connect' in scope
 5813 |                         self.uniffiClonePointer(),
 5814 |                         FfiConverterTypeNodeAddr.lower(nodeAddr), FfiConverterData.lower(alpn)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5817:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
 5815 |                     )
 5816 |                 },
 5817 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
 5818 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
 5819 |                 freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5818:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
 5816 |                 },
 5817 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
 5818 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
      |                               `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
 5819 |                 freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
 5820 |                 liftFunc: FfiConverterTypeConnection.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5819:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
 5817 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
 5818 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
 5819 |                 freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
 5820 |                 liftFunc: FfiConverterTypeConnection.lift,
 5821 |                 errorHandler: FfiConverterTypeIrohError__as_error.lift
/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
 5827 |             try await uniffiRustCallAsync(
 5828 |                 rustFutureFunc: {
 5829 |                     uniffi_iroh_ffi_fn_method_endpoint_connect_by_node_id(
      |                     `- error: cannot find 'uniffi_iroh_ffi_fn_method_endpoint_connect_by_node_id' in scope
 5830 |                         self.uniffiClonePointer(),
 5831 |                         FfiConverterString.lower(nodeId), FfiConverterData.lower(alpn)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5834:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
 5832 |                     )
 5833 |                 },
 5834 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
 5835 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
 5836 |                 freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5835:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
 5833 |                 },
 5834 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
 5835 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
      |                               `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
 5836 |                 freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
 5837 |                 liftFunc: FfiConverterTypeConnection.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5836:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
 5834 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
 5835 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
 5836 |                 freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
 5837 |                 liftFunc: FfiConverterTypeConnection.lift,
 5838 |                 errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5962:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_entry' in scope
 5960 |
 5961 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 5962 |         return try! rustCall { uniffi_iroh_ffi_fn_clone_entry(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_iroh_ffi_fn_clone_entry' in scope
 5963 |     }
 5964 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5972:25: error: cannot find 'uniffi_iroh_ffi_fn_free_entry' in scope
 5970 |         }
 5971 |
 5972 |         try! rustCall { uniffi_iroh_ffi_fn_free_entry(pointer, $0) }
      |                         `- error: cannot find 'uniffi_iroh_ffi_fn_free_entry' in scope
 5973 |     }
 5974 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5980:13: error: cannot find 'uniffi_iroh_ffi_fn_method_entry_author' in scope
 5978 |     open func author() -> AuthorId {
 5979 |         return try! FfiConverterTypeAuthorId.lift(try! rustCall {
 5980 |             uniffi_iroh_ffi_fn_method_entry_author(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_entry_author' in scope
 5981 |         })
 5982 |     }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5994:21: error: cannot find 'uniffi_iroh_ffi_fn_method_entry_content_bytes' in scope
 5992 |             try await uniffiRustCallAsync(
 5993 |                 rustFutureFunc: {
 5994 |                     uniffi_iroh_ffi_fn_method_entry_content_bytes(
      |                     `- error: cannot find 'uniffi_iroh_ffi_fn_method_entry_content_bytes' in scope
 5995 |                         self.uniffiClonePointer(),
 5996 |                         FfiConverterTypeDoc.lower(doc)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5999:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
 5997 |                     )
 5998 |                 },
 5999 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
 6000 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
 6001 |                 freeFunc: ffi_iroh_ffi_rust_future_free_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
 5998 |                 },
 5999 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
 6000 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
      |                               `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
 6001 |                 freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
 6002 |                 liftFunc: FfiConverterData.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6001:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
 5999 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
 6000 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
 6001 |                 freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
 6002 |                 liftFunc: FfiConverterData.lift,
 6003 |                 errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6012:13: error: cannot find 'uniffi_iroh_ffi_fn_method_entry_content_hash' in scope
 6010 |     open func contentHash() -> Hash {
 6011 |         return try! FfiConverterTypeHash.lift(try! rustCall {
 6012 |             uniffi_iroh_ffi_fn_method_entry_content_hash(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_entry_content_hash' in scope
 6013 |         })
 6014 |     }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6021:13: error: cannot find 'uniffi_iroh_ffi_fn_method_entry_content_len' in scope
 6019 |     open func contentLen() -> UInt64 {
 6020 |         return try! FfiConverterUInt64.lift(try! rustCall {
 6021 |             uniffi_iroh_ffi_fn_method_entry_content_len(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_entry_content_len' in scope
 6022 |         })
 6023 |     }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6030:13: error: cannot find 'uniffi_iroh_ffi_fn_method_entry_key' in scope
 6028 |     open func key() -> Data {
 6029 |         return try! FfiConverterData.lift(try! rustCall {
 6030 |             uniffi_iroh_ffi_fn_method_entry_key(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_entry_key' in scope
 6031 |         })
 6032 |     }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6039:13: error: cannot find 'uniffi_iroh_ffi_fn_method_entry_namespace' in scope
 6037 |     open func namespace() -> String {
 6038 |         return try! FfiConverterString.lift(try! rustCall {
 6039 |             uniffi_iroh_ffi_fn_method_entry_namespace(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_entry_namespace' in scope
 6040 |         })
 6041 |     }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6048:13: error: cannot find 'uniffi_iroh_ffi_fn_method_entry_timestamp' in scope
 6046 |     open func timestamp() -> UInt64 {
 6047 |         return try! FfiConverterUInt64.lift(try! rustCall {
 6048 |             uniffi_iroh_ffi_fn_method_entry_timestamp(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_entry_timestamp' in scope
 6049 |         })
 6050 |     }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6131:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_filterkind' in scope
 6129 |
 6130 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 6131 |         return try! rustCall { uniffi_iroh_ffi_fn_clone_filterkind(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_iroh_ffi_fn_clone_filterkind' in scope
 6132 |     }
 6133 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6141:25: error: cannot find 'uniffi_iroh_ffi_fn_free_filterkind' in scope
 6139 |         }
 6140 |
 6141 |         try! rustCall { uniffi_iroh_ffi_fn_free_filterkind(pointer, $0) }
      |                         `- error: cannot find 'uniffi_iroh_ffi_fn_free_filterkind' in scope
 6142 |     }
 6143 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6149:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_filterkind_exact' in scope
 6147 |     public static func exact(key: Data) -> FilterKind {
 6148 |         return try! FfiConverterTypeFilterKind.lift(try! rustCall {
 6149 |             uniffi_iroh_ffi_fn_constructor_filterkind_exact(
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_filterkind_exact' in scope
 6150 |                 FfiConverterData.lower(key), $0
 6151 |             )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6160:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_filterkind_prefix' in scope
 6158 |     public static func prefix(prefix: Data) -> FilterKind {
 6159 |         return try! FfiConverterTypeFilterKind.lift(try! rustCall {
 6160 |             uniffi_iroh_ffi_fn_constructor_filterkind_prefix(
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_filterkind_prefix' in scope
 6161 |                 FfiConverterData.lower(prefix), $0
 6162 |             )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6171:13: error: cannot find 'uniffi_iroh_ffi_fn_method_filterkind_matches' in scope
 6169 |     open func matches(key: Data) -> Bool {
 6170 |         return try! FfiConverterBool.lift(try! rustCall {
 6171 |             uniffi_iroh_ffi_fn_method_filterkind_matches(self.uniffiClonePointer(),
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_filterkind_matches' in scope
 6172 |                                                          FfiConverterData.lower(key), $0)
 6173 |         })
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6252:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_gossip' in scope
 6250 |
 6251 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 6252 |         return try! rustCall { uniffi_iroh_ffi_fn_clone_gossip(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_iroh_ffi_fn_clone_gossip' in scope
 6253 |     }
 6254 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6262:25: error: cannot find 'uniffi_iroh_ffi_fn_free_gossip' in scope
 6260 |         }
 6261 |
 6262 |         try! rustCall { uniffi_iroh_ffi_fn_free_gossip(pointer, $0) }
      |                         `- error: cannot find 'uniffi_iroh_ffi_fn_free_gossip' in scope
 6263 |     }
 6264 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6269:21: error: cannot find 'uniffi_iroh_ffi_fn_method_gossip_subscribe' in scope
 6267 |             try await uniffiRustCallAsync(
 6268 |                 rustFutureFunc: {
 6269 |                     uniffi_iroh_ffi_fn_method_gossip_subscribe(
      |                     `- error: cannot find 'uniffi_iroh_ffi_fn_method_gossip_subscribe' in scope
 6270 |                         self.uniffiClonePointer(),
 6271 |                         FfiConverterData.lower(topic), FfiConverterSequenceString.lower(bootstrap), FfiConverterTypeGossipMessageCallback.lower(cb)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6274:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
 6272 |                     )
 6273 |                 },
 6274 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
 6275 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
 6276 |                 freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6275:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
 6273 |                 },
 6274 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
 6275 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
      |                               `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
 6276 |                 freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
 6277 |                 liftFunc: FfiConverterTypeSender.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6276:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
 6274 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
 6275 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
 6276 |                 freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
 6277 |                 liftFunc: FfiConverterTypeSender.lift,
 6278 |                 errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6352:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_gossipmessagecallback' in scope
 6350 |
 6351 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 6352 |         return try! rustCall { uniffi_iroh_ffi_fn_clone_gossipmessagecallback(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_iroh_ffi_fn_clone_gossipmessagecallback' in scope
 6353 |     }
 6354 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6362:25: error: cannot find 'uniffi_iroh_ffi_fn_free_gossipmessagecallback' in scope
 6360 |         }
 6361 |
 6362 |         try! rustCall { uniffi_iroh_ffi_fn_free_gossipmessagecallback(pointer, $0) }
      |                         `- error: cannot find 'uniffi_iroh_ffi_fn_free_gossipmessagecallback' in scope
 6363 |     }
 6364 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6369:21: error: cannot find 'uniffi_iroh_ffi_fn_method_gossipmessagecallback_on_message' in scope
 6367 |             try await uniffiRustCallAsync(
 6368 |                 rustFutureFunc: {
 6369 |                     uniffi_iroh_ffi_fn_method_gossipmessagecallback_on_message(
      |                     `- error: cannot find 'uniffi_iroh_ffi_fn_method_gossipmessagecallback_on_message' in scope
 6370 |                         self.uniffiClonePointer(),
 6371 |                         FfiConverterTypeMessage.lower(msg)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6374:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
 6372 |                     )
 6373 |                 },
 6374 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
 6375 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
 6376 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6375:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
 6373 |                 },
 6374 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
 6375 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
      |                               `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
 6376 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
 6377 |                 liftFunc: { $0 },
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6376:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
 6374 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
 6375 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
 6376 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
 6377 |                 liftFunc: { $0 },
 6378 |                 errorHandler: FfiConverterTypeCallbackError.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6439:5: error: cannot find 'uniffi_iroh_ffi_fn_init_callback_vtable_gossipmessagecallback' in scope
 6437 |
 6438 | private func uniffiCallbackInitGossipMessageCallback() {
 6439 |     uniffi_iroh_ffi_fn_init_callback_vtable_gossipmessagecallback(&UniffiCallbackInterfaceGossipMessageCallback.vtable)
      |     `- error: cannot find 'uniffi_iroh_ffi_fn_init_callback_vtable_gossipmessagecallback' in scope
 6440 | }
 6441 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6536:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_hash' in scope
 6534 |
 6535 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 6536 |         return try! rustCall { uniffi_iroh_ffi_fn_clone_hash(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_iroh_ffi_fn_clone_hash' in scope
 6537 |     }
 6538 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6545:17: error: cannot find 'uniffi_iroh_ffi_fn_constructor_hash_new' in scope
 6543 |         let pointer =
 6544 |             try! rustCall {
 6545 |                 uniffi_iroh_ffi_fn_constructor_hash_new(
      |                 `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_hash_new' in scope
 6546 |                     FfiConverterData.lower(buf), $0
 6547 |                 )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6557:25: error: cannot find 'uniffi_iroh_ffi_fn_free_hash' in scope
 6555 |         }
 6556 |
 6557 |         try! rustCall { uniffi_iroh_ffi_fn_free_hash(pointer, $0) }
      |                         `- error: cannot find 'uniffi_iroh_ffi_fn_free_hash' in scope
 6558 |     }
 6559 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6565:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_hash_from_bytes' in scope
 6563 |     public static func fromBytes(bytes: Data) throws -> Hash {
 6564 |         return try FfiConverterTypeHash.lift(rustCallWithError(FfiConverterTypeIrohError__as_error.lift) {
 6565 |             uniffi_iroh_ffi_fn_constructor_hash_from_bytes(
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_hash_from_bytes' in scope
 6566 |                 FfiConverterData.lower(bytes), $0
 6567 |             )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6576:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_hash_from_string' in scope
 6574 |     public static func fromString(s: String) throws -> Hash {
 6575 |         return try FfiConverterTypeHash.lift(rustCallWithError(FfiConverterTypeIrohError__as_error.lift) {
 6576 |             uniffi_iroh_ffi_fn_constructor_hash_from_string(
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_hash_from_string' in scope
 6577 |                 FfiConverterString.lower(s), $0
 6578 |             )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6587:13: error: cannot find 'uniffi_iroh_ffi_fn_method_hash_equal' in scope
 6585 |     open func equal(other: Hash) -> Bool {
 6586 |         return try! FfiConverterBool.lift(try! rustCall {
 6587 |             uniffi_iroh_ffi_fn_method_hash_equal(self.uniffiClonePointer(),
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_hash_equal' in scope
 6588 |                                                  FfiConverterTypeHash.lower(other), $0)
 6589 |         })
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6597:13: error: cannot find 'uniffi_iroh_ffi_fn_method_hash_to_bytes' in scope
 6595 |     open func toBytes() -> Data {
 6596 |         return try! FfiConverterData.lift(try! rustCall {
 6597 |             uniffi_iroh_ffi_fn_method_hash_to_bytes(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_hash_to_bytes' in scope
 6598 |         })
 6599 |     }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6606:13: error: cannot find 'uniffi_iroh_ffi_fn_method_hash_to_hex' in scope
 6604 |     open func toHex() -> String {
 6605 |         return try! FfiConverterString.lift(try! rustCall {
 6606 |             uniffi_iroh_ffi_fn_method_hash_to_hex(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_hash_to_hex' in scope
 6607 |         })
 6608 |     }
/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
 6611 |         return try! FfiConverterString.lift(
 6612 |             try! rustCall {
 6613 |                 uniffi_iroh_ffi_fn_method_hash_uniffi_trait_display(self.uniffiClonePointer(), $0)
      |                 `- error: cannot find 'uniffi_iroh_ffi_fn_method_hash_uniffi_trait_display' in scope
 6614 |             }
 6615 |         )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6727:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_iroh' in scope
 6725 |
 6726 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 6727 |         return try! rustCall { uniffi_iroh_ffi_fn_clone_iroh(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_iroh_ffi_fn_clone_iroh' in scope
 6728 |     }
 6729 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6737:25: error: cannot find 'uniffi_iroh_ffi_fn_free_iroh' in scope
 6735 |         }
 6736 |
 6737 |         try! rustCall { uniffi_iroh_ffi_fn_free_iroh(pointer, $0) }
      |                         `- error: cannot find 'uniffi_iroh_ffi_fn_free_iroh' in scope
 6738 |     }
 6739 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6747:21: error: cannot find 'uniffi_iroh_ffi_fn_constructor_iroh_client' in scope
 6745 |             try await uniffiRustCallAsync(
 6746 |                 rustFutureFunc: {
 6747 |                     uniffi_iroh_ffi_fn_constructor_iroh_client(FfiConverterOptionString.lower(addr)
      |                     `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_iroh_client' in scope
 6748 |                     )
 6749 |                 },
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6750:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
 6748 |                     )
 6749 |                 },
 6750 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
 6751 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
 6752 |                 freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6751:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
 6749 |                 },
 6750 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
 6751 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
      |                               `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
 6752 |                 freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
 6753 |                 liftFunc: FfiConverterTypeIroh.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6752:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
 6750 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
 6751 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
 6752 |                 freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
 6753 |                 liftFunc: FfiConverterTypeIroh.lift,
 6754 |                 errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6767:21: error: cannot find 'uniffi_iroh_ffi_fn_constructor_iroh_memory' in scope
 6765 |             try await uniffiRustCallAsync(
 6766 |                 rustFutureFunc: {
 6767 |                     uniffi_iroh_ffi_fn_constructor_iroh_memory(
      |                     `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_iroh_memory' in scope
 6768 |                     )
 6769 |                 },
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6770:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
 6768 |                     )
 6769 |                 },
 6770 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
 6771 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
 6772 |                 freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6771:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
 6769 |                 },
 6770 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
 6771 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
      |                               `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
 6772 |                 freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
 6773 |                 liftFunc: FfiConverterTypeIroh.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6772:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
 6770 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
 6771 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
 6772 |                 freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
 6773 |                 liftFunc: FfiConverterTypeIroh.lift,
 6774 |                 errorHandler: FfiConverterTypeIrohError__as_error.lift
/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
 6783 |             try await uniffiRustCallAsync(
 6784 |                 rustFutureFunc: {
 6785 |                     uniffi_iroh_ffi_fn_constructor_iroh_memory_with_options(FfiConverterTypeNodeOptions.lower(options)
      |                     `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_iroh_memory_with_options' in scope
 6786 |                     )
 6787 |                 },
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6788:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
 6786 |                     )
 6787 |                 },
 6788 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
 6789 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
 6790 |                 freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6789:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
 6787 |                 },
 6788 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
 6789 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
      |                               `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
 6790 |                 freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
 6791 |                 liftFunc: FfiConverterTypeIroh.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6790:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
 6788 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
 6789 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
 6790 |                 freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
 6791 |                 liftFunc: FfiConverterTypeIroh.lift,
 6792 |                 errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6806:21: error: cannot find 'uniffi_iroh_ffi_fn_constructor_iroh_persistent' in scope
 6804 |             try await uniffiRustCallAsync(
 6805 |                 rustFutureFunc: {
 6806 |                     uniffi_iroh_ffi_fn_constructor_iroh_persistent(FfiConverterString.lower(path)
      |                     `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_iroh_persistent' in scope
 6807 |                     )
 6808 |                 },
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6809:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
 6807 |                     )
 6808 |                 },
 6809 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
 6810 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
 6811 |                 freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6810:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
 6808 |                 },
 6809 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
 6810 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
      |                               `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
 6811 |                 freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
 6812 |                 liftFunc: FfiConverterTypeIroh.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6811:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
 6809 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
 6810 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
 6811 |                 freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
 6812 |                 liftFunc: FfiConverterTypeIroh.lift,
 6813 |                 errorHandler: FfiConverterTypeIrohError__as_error.lift
/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
 6822 |             try await uniffiRustCallAsync(
 6823 |                 rustFutureFunc: {
 6824 |                     uniffi_iroh_ffi_fn_constructor_iroh_persistent_with_options(FfiConverterString.lower(path), FfiConverterTypeNodeOptions.lower(options))
      |                     `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_iroh_persistent_with_options' in scope
 6825 |                 },
 6826 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6826:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
 6824 |                     uniffi_iroh_ffi_fn_constructor_iroh_persistent_with_options(FfiConverterString.lower(path), FfiConverterTypeNodeOptions.lower(options))
 6825 |                 },
 6826 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
 6827 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
 6828 |                 freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6827:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
 6825 |                 },
 6826 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
 6827 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
      |                               `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
 6828 |                 freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
 6829 |                 liftFunc: FfiConverterTypeIroh.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6828:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
 6826 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
 6827 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
 6828 |                 freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
 6829 |                 liftFunc: FfiConverterTypeIroh.lift,
 6830 |                 errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6839:13: error: cannot find 'uniffi_iroh_ffi_fn_method_iroh_authors' in scope
 6837 |     open func authors() -> Authors {
 6838 |         return try! FfiConverterTypeAuthors.lift(try! rustCall {
 6839 |             uniffi_iroh_ffi_fn_method_iroh_authors(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_iroh_authors' in scope
 6840 |         })
 6841 |     }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6848:13: error: cannot find 'uniffi_iroh_ffi_fn_method_iroh_blobs' in scope
 6846 |     open func blobs() -> Blobs {
 6847 |         return try! FfiConverterTypeBlobs.lift(try! rustCall {
 6848 |             uniffi_iroh_ffi_fn_method_iroh_blobs(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_iroh_blobs' in scope
 6849 |         })
 6850 |     }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6857:13: error: cannot find 'uniffi_iroh_ffi_fn_method_iroh_docs' in scope
 6855 |     open func docs() -> Docs {
 6856 |         return try! FfiConverterTypeDocs.lift(try! rustCall {
 6857 |             uniffi_iroh_ffi_fn_method_iroh_docs(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_iroh_docs' in scope
 6858 |         })
 6859 |     }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6866:13: error: cannot find 'uniffi_iroh_ffi_fn_method_iroh_gossip' in scope
 6864 |     open func gossip() -> Gossip {
 6865 |         return try! FfiConverterTypeGossip.lift(try! rustCall {
 6866 |             uniffi_iroh_ffi_fn_method_iroh_gossip(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_iroh_gossip' in scope
 6867 |         })
 6868 |     }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6875:13: error: cannot find 'uniffi_iroh_ffi_fn_method_iroh_net' in scope
 6873 |     open func net() -> Net {
 6874 |         return try! FfiConverterTypeNet.lift(try! rustCall {
 6875 |             uniffi_iroh_ffi_fn_method_iroh_net(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_iroh_net' in scope
 6876 |         })
 6877 |     }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6884:13: error: cannot find 'uniffi_iroh_ffi_fn_method_iroh_node' in scope
 6882 |     open func node() -> Node {
 6883 |         return try! FfiConverterTypeNode.lift(try! rustCall {
 6884 |             uniffi_iroh_ffi_fn_method_iroh_node(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_iroh_node' in scope
 6885 |         })
 6886 |     }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6893:13: error: cannot find 'uniffi_iroh_ffi_fn_method_iroh_tags' in scope
 6891 |     open func tags() -> Tags {
 6892 |         return try! FfiConverterTypeTags.lift(try! rustCall {
 6893 |             uniffi_iroh_ffi_fn_method_iroh_tags(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_iroh_tags' in scope
 6894 |         })
 6895 |     }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6976:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_iroherror' in scope
 6974 |
 6975 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 6976 |         return try! rustCall { uniffi_iroh_ffi_fn_clone_iroherror(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_iroh_ffi_fn_clone_iroherror' in scope
 6977 |     }
 6978 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6986:25: error: cannot find 'uniffi_iroh_ffi_fn_free_iroherror' in scope
 6984 |         }
 6985 |
 6986 |         try! rustCall { uniffi_iroh_ffi_fn_free_iroherror(pointer, $0) }
      |                         `- error: cannot find 'uniffi_iroh_ffi_fn_free_iroherror' in scope
 6987 |     }
 6988 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6991:13: error: cannot find 'uniffi_iroh_ffi_fn_method_iroherror_message' in scope
 6989 |     open func message() -> String {
 6990 |         return try! FfiConverterString.lift(try! rustCall {
 6991 |             uniffi_iroh_ffi_fn_method_iroherror_message(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_iroherror_message' in scope
 6992 |         })
 6993 |     }
/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
 6996 |         return try! FfiConverterString.lift(
 6997 |             try! rustCall {
 6998 |                 uniffi_iroh_ffi_fn_method_iroherror_uniffi_trait_debug(self.uniffiClonePointer(), $0)
      |                 `- error: cannot find 'uniffi_iroh_ffi_fn_method_iroherror_uniffi_trait_debug' in scope
 6999 |             }
 7000 |         )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7042:41: error: no exact matches in call to initializer
 7040 | public struct FfiConverterTypeIrohError__as_error: FfiConverterRustBuffer {
 7041 |     public static func lift(_ buf: RustBuffer) throws -> IrohError {
 7042 |         var reader = createReader(data: Data(rustBuffer: buf))
      |                                         `- error: no exact matches in call to initializer
 7043 |         return try FfiConverterTypeIrohError.read(from: &reader)
 7044 |     }
FoundationEssentials.Data:19:23: note: incorrect labels for candidate (have: '(rustBuffer:)', expected: '(_:)')
 17 |     @inlinable public init()
 18 |     @inlinable public init(bytesNoCopy bytes: UnsafeMutableRawPointer, count: Int, deallocator: Data.Deallocator)
 19 |     @inlinable public init<S>(_ elements: S) where S : Sequence, S.Element == UInt8
    |                       `- note: incorrect labels for candidate (have: '(rustBuffer:)', expected: '(_:)')
 20 |     @available(swift 4.2)
 21 |     @available(swift, deprecated: 5, message: "use `init(_:)` instead")
Swift.RangeReplaceableCollection:3:23: note: incorrect labels for candidate (have: '(rustBuffer:)', expected: '(_:)')
 1 | extension RangeReplaceableCollection {
 2 |     @inlinable public init(repeating repeatedValue: Self.Element, count: Int)
 3 |     @inlinable public init<S>(_ elements: S) where S : Sequence, Self.Element == S.Element
   |                       `- note: incorrect labels for candidate (have: '(rustBuffer:)', expected: '(_:)')
 4 |     @inlinable public mutating func append(_ newElement: __owned Self.Element)
 5 |     @inlinable public mutating func append<S>(contentsOf newElements: __owned 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
 7135 |
 7136 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 7137 |         return try! rustCall { uniffi_iroh_ffi_fn_clone_liveevent(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_iroh_ffi_fn_clone_liveevent' in scope
 7138 |     }
 7139 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7147:25: error: cannot find 'uniffi_iroh_ffi_fn_free_liveevent' in scope
 7145 |         }
 7146 |
 7147 |         try! rustCall { uniffi_iroh_ffi_fn_free_liveevent(pointer, $0) }
      |                         `- error: cannot find 'uniffi_iroh_ffi_fn_free_liveevent' in scope
 7148 |     }
 7149 |
/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
 7153 |     open func asContentReady() -> Hash {
 7154 |         return try! FfiConverterTypeHash.lift(try! rustCall {
 7155 |             uniffi_iroh_ffi_fn_method_liveevent_as_content_ready(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_liveevent_as_content_ready' in scope
 7156 |         })
 7157 |     }
/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
 7162 |     open func asInsertLocal() -> Entry {
 7163 |         return try! FfiConverterTypeEntry.lift(try! rustCall {
 7164 |             uniffi_iroh_ffi_fn_method_liveevent_as_insert_local(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_liveevent_as_insert_local' in scope
 7165 |         })
 7166 |     }
/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
 7171 |     open func asInsertRemote() -> InsertRemoteEvent {
 7172 |         return try! FfiConverterTypeInsertRemoteEvent.lift(try! rustCall {
 7173 |             uniffi_iroh_ffi_fn_method_liveevent_as_insert_remote(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_liveevent_as_insert_remote' in scope
 7174 |         })
 7175 |     }
/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
 7180 |     open func asNeighborDown() -> PublicKey {
 7181 |         return try! FfiConverterTypePublicKey.lift(try! rustCall {
 7182 |             uniffi_iroh_ffi_fn_method_liveevent_as_neighbor_down(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_liveevent_as_neighbor_down' in scope
 7183 |         })
 7184 |     }
/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
 7189 |     open func asNeighborUp() -> PublicKey {
 7190 |         return try! FfiConverterTypePublicKey.lift(try! rustCall {
 7191 |             uniffi_iroh_ffi_fn_method_liveevent_as_neighbor_up(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_liveevent_as_neighbor_up' in scope
 7192 |         })
 7193 |     }
/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
 7198 |     open func asSyncFinished() -> SyncEvent {
 7199 |         return try! FfiConverterTypeSyncEvent.lift(try! rustCall {
 7200 |             uniffi_iroh_ffi_fn_method_liveevent_as_sync_finished(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_liveevent_as_sync_finished' in scope
 7201 |         })
 7202 |     }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7209:13: error: cannot find 'uniffi_iroh_ffi_fn_method_liveevent_type' in scope
 7207 |     open func type() -> LiveEventType {
 7208 |         return try! FfiConverterTypeLiveEventType.lift(try! rustCall {
 7209 |             uniffi_iroh_ffi_fn_method_liveevent_type(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_liveevent_type' in scope
 7210 |         })
 7211 |     }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7299:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_message' in scope
 7297 |
 7298 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 7299 |         return try! rustCall { uniffi_iroh_ffi_fn_clone_message(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_iroh_ffi_fn_clone_message' in scope
 7300 |     }
 7301 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7309:25: error: cannot find 'uniffi_iroh_ffi_fn_free_message' in scope
 7307 |         }
 7308 |
 7309 |         try! rustCall { uniffi_iroh_ffi_fn_free_message(pointer, $0) }
      |                         `- error: cannot find 'uniffi_iroh_ffi_fn_free_message' in scope
 7310 |     }
 7311 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7314:13: error: cannot find 'uniffi_iroh_ffi_fn_method_message_as_error' in scope
 7312 |     open func asError() -> String {
 7313 |         return try! FfiConverterString.lift(try! rustCall {
 7314 |             uniffi_iroh_ffi_fn_method_message_as_error(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_message_as_error' in scope
 7315 |         })
 7316 |     }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7320:13: error: cannot find 'uniffi_iroh_ffi_fn_method_message_as_joined' in scope
 7318 |     open func asJoined() -> [String] {
 7319 |         return try! FfiConverterSequenceString.lift(try! rustCall {
 7320 |             uniffi_iroh_ffi_fn_method_message_as_joined(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_message_as_joined' in scope
 7321 |         })
 7322 |     }
/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
 7324 |     open func asNeighborDown() -> String {
 7325 |         return try! FfiConverterString.lift(try! rustCall {
 7326 |             uniffi_iroh_ffi_fn_method_message_as_neighbor_down(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_message_as_neighbor_down' in scope
 7327 |         })
 7328 |     }
/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
 7330 |     open func asNeighborUp() -> String {
 7331 |         return try! FfiConverterString.lift(try! rustCall {
 7332 |             uniffi_iroh_ffi_fn_method_message_as_neighbor_up(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_message_as_neighbor_up' in scope
 7333 |         })
 7334 |     }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7338:13: error: cannot find 'uniffi_iroh_ffi_fn_method_message_as_received' in scope
 7336 |     open func asReceived() -> MessageContent {
 7337 |         return try! FfiConverterTypeMessageContent.lift(try! rustCall {
 7338 |             uniffi_iroh_ffi_fn_method_message_as_received(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_message_as_received' in scope
 7339 |         })
 7340 |     }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7344:13: error: cannot find 'uniffi_iroh_ffi_fn_method_message_type' in scope
 7342 |     open func type() -> MessageType {
 7343 |         return try! FfiConverterTypeMessageType.lift(try! rustCall {
 7344 |             uniffi_iroh_ffi_fn_method_message_type(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_message_type' in scope
 7345 |         })
 7346 |     }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7452:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_net' in scope
 7450 |
 7451 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 7452 |         return try! rustCall { uniffi_iroh_ffi_fn_clone_net(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_iroh_ffi_fn_clone_net' in scope
 7453 |     }
 7454 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7462:25: error: cannot find 'uniffi_iroh_ffi_fn_free_net' in scope
 7460 |         }
 7461 |
 7462 |         try! rustCall { uniffi_iroh_ffi_fn_free_net(pointer, $0) }
      |                         `- error: cannot find 'uniffi_iroh_ffi_fn_free_net' in scope
 7463 |     }
 7464 |
/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
 7470 |             try await uniffiRustCallAsync(
 7471 |                 rustFutureFunc: {
 7472 |                     uniffi_iroh_ffi_fn_method_net_add_node_addr(
      |                     `- error: cannot find 'uniffi_iroh_ffi_fn_method_net_add_node_addr' in scope
 7473 |                         self.uniffiClonePointer(),
 7474 |                         FfiConverterTypeNodeAddr.lower(addr)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7477:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
 7475 |                     )
 7476 |                 },
 7477 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
 7478 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
 7479 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7478:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
 7476 |                 },
 7477 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
 7478 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
      |                               `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
 7479 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
 7480 |                 liftFunc: { $0 },
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7479:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
 7477 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
 7478 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
 7479 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
 7480 |                 liftFunc: { $0 },
 7481 |                 errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7492:21: error: cannot find 'uniffi_iroh_ffi_fn_method_net_home_relay' in scope
 7490 |             try await uniffiRustCallAsync(
 7491 |                 rustFutureFunc: {
 7492 |                     uniffi_iroh_ffi_fn_method_net_home_relay(
      |                     `- error: cannot find 'uniffi_iroh_ffi_fn_method_net_home_relay' in scope
 7493 |                         self.uniffiClonePointer()
 7494 |                     )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7496:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
 7494 |                     )
 7495 |                 },
 7496 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
 7497 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
 7498 |                 freeFunc: ffi_iroh_ffi_rust_future_free_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
 7495 |                 },
 7496 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
 7497 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
      |                               `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
 7498 |                 freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
 7499 |                 liftFunc: FfiConverterOptionString.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7498:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
 7496 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
 7497 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
 7498 |                 freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
 7499 |                 liftFunc: FfiConverterOptionString.lift,
 7500 |                 errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7511:21: error: cannot find 'uniffi_iroh_ffi_fn_method_net_node_addr' in scope
 7509 |             try await uniffiRustCallAsync(
 7510 |                 rustFutureFunc: {
 7511 |                     uniffi_iroh_ffi_fn_method_net_node_addr(
      |                     `- error: cannot find 'uniffi_iroh_ffi_fn_method_net_node_addr' in scope
 7512 |                         self.uniffiClonePointer()
 7513 |                     )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7515:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
 7513 |                     )
 7514 |                 },
 7515 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
 7516 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
 7517 |                 freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7516:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
 7514 |                 },
 7515 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
 7516 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
      |                               `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
 7517 |                 freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
 7518 |                 liftFunc: FfiConverterTypeNodeAddr.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7517:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
 7515 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
 7516 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
 7517 |                 freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
 7518 |                 liftFunc: FfiConverterTypeNodeAddr.lift,
 7519 |                 errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7530:21: error: cannot find 'uniffi_iroh_ffi_fn_method_net_node_id' in scope
 7528 |             try await uniffiRustCallAsync(
 7529 |                 rustFutureFunc: {
 7530 |                     uniffi_iroh_ffi_fn_method_net_node_id(
      |                     `- error: cannot find 'uniffi_iroh_ffi_fn_method_net_node_id' in scope
 7531 |                         self.uniffiClonePointer()
 7532 |                     )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7534:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
 7532 |                     )
 7533 |                 },
 7534 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
 7535 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
 7536 |                 freeFunc: ffi_iroh_ffi_rust_future_free_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
 7533 |                 },
 7534 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
 7535 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
      |                               `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
 7536 |                 freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
 7537 |                 liftFunc: FfiConverterString.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7536:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
 7534 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
 7535 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
 7536 |                 freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
 7537 |                 liftFunc: FfiConverterString.lift,
 7538 |                 errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7549:21: error: cannot find 'uniffi_iroh_ffi_fn_method_net_remote_info' in scope
 7547 |             try await uniffiRustCallAsync(
 7548 |                 rustFutureFunc: {
 7549 |                     uniffi_iroh_ffi_fn_method_net_remote_info(
      |                     `- error: cannot find 'uniffi_iroh_ffi_fn_method_net_remote_info' in scope
 7550 |                         self.uniffiClonePointer(),
 7551 |                         FfiConverterTypePublicKey.lower(nodeId)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7554:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
 7552 |                     )
 7553 |                 },
 7554 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
 7555 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
 7556 |                 freeFunc: ffi_iroh_ffi_rust_future_free_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
 7553 |                 },
 7554 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
 7555 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
      |                               `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
 7556 |                 freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
 7557 |                 liftFunc: FfiConverterOptionTypeRemoteInfo.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7556:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
 7554 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
 7555 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
 7556 |                 freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
 7557 |                 liftFunc: FfiConverterOptionTypeRemoteInfo.lift,
 7558 |                 errorHandler: FfiConverterTypeIrohError__as_error.lift
/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
 7567 |             try await uniffiRustCallAsync(
 7568 |                 rustFutureFunc: {
 7569 |                     uniffi_iroh_ffi_fn_method_net_remote_info_list(
      |                     `- error: cannot find 'uniffi_iroh_ffi_fn_method_net_remote_info_list' in scope
 7570 |                         self.uniffiClonePointer()
 7571 |                     )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7573:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
 7571 |                     )
 7572 |                 },
 7573 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
 7574 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
 7575 |                 freeFunc: ffi_iroh_ffi_rust_future_free_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
 7572 |                 },
 7573 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
 7574 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
      |                               `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
 7575 |                 freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
 7576 |                 liftFunc: FfiConverterSequenceTypeRemoteInfo.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7575:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
 7573 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
 7574 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
 7575 |                 freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
 7576 |                 liftFunc: FfiConverterSequenceTypeRemoteInfo.lift,
 7577 |                 errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7677:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_node' in scope
 7675 |
 7676 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 7677 |         return try! rustCall { uniffi_iroh_ffi_fn_clone_node(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_iroh_ffi_fn_clone_node' in scope
 7678 |     }
 7679 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7687:25: error: cannot find 'uniffi_iroh_ffi_fn_free_node' in scope
 7685 |         }
 7686 |
 7687 |         try! rustCall { uniffi_iroh_ffi_fn_free_node(pointer, $0) }
      |                         `- error: cannot find 'uniffi_iroh_ffi_fn_free_node' in scope
 7688 |     }
 7689 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7692:13: error: cannot find 'uniffi_iroh_ffi_fn_method_node_endpoint' in scope
 7690 |     open func endpoint() -> Endpoint {
 7691 |         return try! FfiConverterTypeEndpoint.lift(try! rustCall {
 7692 |             uniffi_iroh_ffi_fn_method_node_endpoint(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_node_endpoint' in scope
 7693 |         })
 7694 |     }
/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
 7699 |     open func myRpcAddr() -> String? {
 7700 |         return try! FfiConverterOptionString.lift(try! rustCall {
 7701 |             uniffi_iroh_ffi_fn_method_node_my_rpc_addr(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_node_my_rpc_addr' in scope
 7702 |         })
 7703 |     }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7712:21: error: cannot find 'uniffi_iroh_ffi_fn_method_node_shutdown' in scope
 7710 |             try await uniffiRustCallAsync(
 7711 |                 rustFutureFunc: {
 7712 |                     uniffi_iroh_ffi_fn_method_node_shutdown(
      |                     `- error: cannot find 'uniffi_iroh_ffi_fn_method_node_shutdown' in scope
 7713 |                         self.uniffiClonePointer(),
 7714 |                         FfiConverterBool.lower(force)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7717:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
 7715 |                     )
 7716 |                 },
 7717 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
 7718 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
 7719 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7718:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
 7716 |                 },
 7717 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
 7718 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
      |                               `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
 7719 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
 7720 |                 liftFunc: { $0 },
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7719:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
 7717 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
 7718 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
 7719 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
 7720 |                 liftFunc: { $0 },
 7721 |                 errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7732:21: error: cannot find 'uniffi_iroh_ffi_fn_method_node_stats' in scope
 7730 |             try await uniffiRustCallAsync(
 7731 |                 rustFutureFunc: {
 7732 |                     uniffi_iroh_ffi_fn_method_node_stats(
      |                     `- error: cannot find 'uniffi_iroh_ffi_fn_method_node_stats' in scope
 7733 |                         self.uniffiClonePointer()
 7734 |                     )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7736:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
 7734 |                     )
 7735 |                 },
 7736 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
 7737 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
 7738 |                 freeFunc: ffi_iroh_ffi_rust_future_free_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
 7735 |                 },
 7736 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
 7737 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
      |                               `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
 7738 |                 freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
 7739 |                 liftFunc: FfiConverterDictionaryStringTypeCounterStats.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7738:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
 7736 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
 7737 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
 7738 |                 freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
 7739 |                 liftFunc: FfiConverterDictionaryStringTypeCounterStats.lift,
 7740 |                 errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7751:21: error: cannot find 'uniffi_iroh_ffi_fn_method_node_status' in scope
 7749 |             try await uniffiRustCallAsync(
 7750 |                 rustFutureFunc: {
 7751 |                     uniffi_iroh_ffi_fn_method_node_status(
      |                     `- error: cannot find 'uniffi_iroh_ffi_fn_method_node_status' in scope
 7752 |                         self.uniffiClonePointer()
 7753 |                     )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7755:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
 7753 |                     )
 7754 |                 },
 7755 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
 7756 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
 7757 |                 freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7756:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
 7754 |                 },
 7755 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
 7756 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
      |                               `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
 7757 |                 freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
 7758 |                 liftFunc: FfiConverterTypeNodeStatus.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7757:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
 7755 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
 7756 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
 7757 |                 freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
 7758 |                 liftFunc: FfiConverterTypeNodeStatus.lift,
 7759 |                 errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7852:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_nodeaddr' in scope
 7850 |
 7851 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 7852 |         return try! rustCall { uniffi_iroh_ffi_fn_clone_nodeaddr(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_iroh_ffi_fn_clone_nodeaddr' in scope
 7853 |     }
 7854 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7861:17: error: cannot find 'uniffi_iroh_ffi_fn_constructor_nodeaddr_new' in scope
 7859 |         let pointer =
 7860 |             try! rustCall {
 7861 |                 uniffi_iroh_ffi_fn_constructor_nodeaddr_new(
      |                 `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_nodeaddr_new' in scope
 7862 |                     FfiConverterTypePublicKey.lower(nodeId),
 7863 |                     FfiConverterOptionString.lower(derpUrl),
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7875:25: error: cannot find 'uniffi_iroh_ffi_fn_free_nodeaddr' in scope
 7873 |         }
 7874 |
 7875 |         try! rustCall { uniffi_iroh_ffi_fn_free_nodeaddr(pointer, $0) }
      |                         `- error: cannot find 'uniffi_iroh_ffi_fn_free_nodeaddr' in scope
 7876 |     }
 7877 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7883:13: error: cannot find 'uniffi_iroh_ffi_fn_method_nodeaddr_direct_addresses' in scope
 7881 |     open func directAddresses() -> [String] {
 7882 |         return try! FfiConverterSequenceString.lift(try! rustCall {
 7883 |             uniffi_iroh_ffi_fn_method_nodeaddr_direct_addresses(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_nodeaddr_direct_addresses' in scope
 7884 |         })
 7885 |     }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7892:13: error: cannot find 'uniffi_iroh_ffi_fn_method_nodeaddr_equal' in scope
 7890 |     open func equal(other: NodeAddr) -> Bool {
 7891 |         return try! FfiConverterBool.lift(try! rustCall {
 7892 |             uniffi_iroh_ffi_fn_method_nodeaddr_equal(self.uniffiClonePointer(),
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_nodeaddr_equal' in scope
 7893 |                                                      FfiConverterTypeNodeAddr.lower(other), $0)
 7894 |         })
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7902:13: error: cannot find 'uniffi_iroh_ffi_fn_method_nodeaddr_relay_url' in scope
 7900 |     open func relayUrl() -> String? {
 7901 |         return try! FfiConverterOptionString.lift(try! rustCall {
 7902 |             uniffi_iroh_ffi_fn_method_nodeaddr_relay_url(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_nodeaddr_relay_url' in scope
 7903 |         })
 7904 |     }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8000:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_nodestatus' in scope
 7998 |
 7999 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 8000 |         return try! rustCall { uniffi_iroh_ffi_fn_clone_nodestatus(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_iroh_ffi_fn_clone_nodestatus' in scope
 8001 |     }
 8002 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8010:25: error: cannot find 'uniffi_iroh_ffi_fn_free_nodestatus' in scope
 8008 |         }
 8009 |
 8010 |         try! rustCall { uniffi_iroh_ffi_fn_free_nodestatus(pointer, $0) }
      |                         `- error: cannot find 'uniffi_iroh_ffi_fn_free_nodestatus' in scope
 8011 |     }
 8012 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8018:13: error: cannot find 'uniffi_iroh_ffi_fn_method_nodestatus_listen_addrs' in scope
 8016 |     open func listenAddrs() -> [String] {
 8017 |         return try! FfiConverterSequenceString.lift(try! rustCall {
 8018 |             uniffi_iroh_ffi_fn_method_nodestatus_listen_addrs(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_nodestatus_listen_addrs' in scope
 8019 |         })
 8020 |     }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8027:13: error: cannot find 'uniffi_iroh_ffi_fn_method_nodestatus_node_addr' in scope
 8025 |     open func nodeAddr() -> NodeAddr {
 8026 |         return try! FfiConverterTypeNodeAddr.lift(try! rustCall {
 8027 |             uniffi_iroh_ffi_fn_method_nodestatus_node_addr(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_nodestatus_node_addr' in scope
 8028 |         })
 8029 |     }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8036:13: error: cannot find 'uniffi_iroh_ffi_fn_method_nodestatus_rpc_addr' in scope
 8034 |     open func rpcAddr() -> String? {
 8035 |         return try! FfiConverterOptionString.lift(try! rustCall {
 8036 |             uniffi_iroh_ffi_fn_method_nodestatus_rpc_addr(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_nodestatus_rpc_addr' in scope
 8037 |         })
 8038 |     }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8045:13: error: cannot find 'uniffi_iroh_ffi_fn_method_nodestatus_version' in scope
 8043 |     open func version() -> String {
 8044 |         return try! FfiConverterString.lift(try! rustCall {
 8045 |             uniffi_iroh_ffi_fn_method_nodestatus_version(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_nodestatus_version' in scope
 8046 |         })
 8047 |     }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8119:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_protocolcreator' in scope
 8117 |
 8118 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 8119 |         return try! rustCall { uniffi_iroh_ffi_fn_clone_protocolcreator(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_iroh_ffi_fn_clone_protocolcreator' in scope
 8120 |     }
 8121 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8129:25: error: cannot find 'uniffi_iroh_ffi_fn_free_protocolcreator' in scope
 8127 |         }
 8128 |
 8129 |         try! rustCall { uniffi_iroh_ffi_fn_free_protocolcreator(pointer, $0) }
      |                         `- error: cannot find 'uniffi_iroh_ffi_fn_free_protocolcreator' in scope
 8130 |     }
 8131 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8134:13: error: cannot find 'uniffi_iroh_ffi_fn_method_protocolcreator_create' in scope
 8132 |     open func create(endpoint: Endpoint, client: Iroh) -> ProtocolHandler {
 8133 |         return try! FfiConverterTypeProtocolHandler.lift(try! rustCall {
 8134 |             uniffi_iroh_ffi_fn_method_protocolcreator_create(self.uniffiClonePointer(),
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_protocolcreator_create' in scope
 8135 |                                                              FfiConverterTypeEndpoint.lower(endpoint),
 8136 |                                                              FfiConverterTypeIroh.lower(client), $0)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8181:5: error: cannot find 'uniffi_iroh_ffi_fn_init_callback_vtable_protocolcreator' in scope
 8179 |
 8180 | private func uniffiCallbackInitProtocolCreator() {
 8181 |     uniffi_iroh_ffi_fn_init_callback_vtable_protocolcreator(&UniffiCallbackInterfaceProtocolCreator.vtable)
      |     `- error: cannot find 'uniffi_iroh_ffi_fn_init_callback_vtable_protocolcreator' in scope
 8182 | }
 8183 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8260:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_protocolhandler' in scope
 8258 |
 8259 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 8260 |         return try! rustCall { uniffi_iroh_ffi_fn_clone_protocolhandler(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_iroh_ffi_fn_clone_protocolhandler' in scope
 8261 |     }
 8262 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8270:25: error: cannot find 'uniffi_iroh_ffi_fn_free_protocolhandler' in scope
 8268 |         }
 8269 |
 8270 |         try! rustCall { uniffi_iroh_ffi_fn_free_protocolhandler(pointer, $0) }
      |                         `- error: cannot find 'uniffi_iroh_ffi_fn_free_protocolhandler' in scope
 8271 |     }
 8272 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8277:21: error: cannot find 'uniffi_iroh_ffi_fn_method_protocolhandler_accept' in scope
 8275 |             try await uniffiRustCallAsync(
 8276 |                 rustFutureFunc: {
 8277 |                     uniffi_iroh_ffi_fn_method_protocolhandler_accept(
      |                     `- error: cannot find 'uniffi_iroh_ffi_fn_method_protocolhandler_accept' in scope
 8278 |                         self.uniffiClonePointer(),
 8279 |                         FfiConverterTypeConnecting.lower(conn)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8282:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
 8280 |                     )
 8281 |                 },
 8282 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
 8283 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
 8284 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8283:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
 8281 |                 },
 8282 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
 8283 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
      |                               `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
 8284 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
 8285 |                 liftFunc: { $0 },
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8284:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
 8282 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
 8283 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
 8284 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
 8285 |                 liftFunc: { $0 },
 8286 |                 errorHandler: FfiConverterTypeCallbackError.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8294:21: error: cannot find 'uniffi_iroh_ffi_fn_method_protocolhandler_shutdown' in scope
 8292 |             try! await uniffiRustCallAsync(
 8293 |                 rustFutureFunc: {
 8294 |                     uniffi_iroh_ffi_fn_method_protocolhandler_shutdown(
      |                     `- error: cannot find 'uniffi_iroh_ffi_fn_method_protocolhandler_shutdown' in scope
 8295 |                         self.uniffiClonePointer()
 8296 |                     )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8298:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
 8296 |                     )
 8297 |                 },
 8298 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
 8299 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
 8300 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8299:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
 8297 |                 },
 8298 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
 8299 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
      |                               `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
 8300 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
 8301 |                 liftFunc: { $0 },
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8300:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
 8298 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
 8299 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
 8300 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
 8301 |                 liftFunc: { $0 },
 8302 |                 errorHandler: nil
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8302:31: error: 'nil' requires a contextual type
 8300 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
 8301 |                 liftFunc: { $0 },
 8302 |                 errorHandler: nil
      |                               `- error: 'nil' requires a contextual type
 8303 |             )
 8304 |     }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8401:5: error: cannot find 'uniffi_iroh_ffi_fn_init_callback_vtable_protocolhandler' in scope
 8399 |
 8400 | private func uniffiCallbackInitProtocolHandler() {
 8401 |     uniffi_iroh_ffi_fn_init_callback_vtable_protocolhandler(&UniffiCallbackInterfaceProtocolHandler.vtable)
      |     `- error: cannot find 'uniffi_iroh_ffi_fn_init_callback_vtable_protocolhandler' in scope
 8402 | }
 8403 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8505:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_publickey' in scope
 8503 |
 8504 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 8505 |         return try! rustCall { uniffi_iroh_ffi_fn_clone_publickey(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_iroh_ffi_fn_clone_publickey' in scope
 8506 |     }
 8507 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8515:25: error: cannot find 'uniffi_iroh_ffi_fn_free_publickey' in scope
 8513 |         }
 8514 |
 8515 |         try! rustCall { uniffi_iroh_ffi_fn_free_publickey(pointer, $0) }
      |                         `- error: cannot find 'uniffi_iroh_ffi_fn_free_publickey' in scope
 8516 |     }
 8517 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8523:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_publickey_from_bytes' in scope
 8521 |     public static func fromBytes(bytes: Data) throws -> PublicKey {
 8522 |         return try FfiConverterTypePublicKey.lift(rustCallWithError(FfiConverterTypeIrohError__as_error.lift) {
 8523 |             uniffi_iroh_ffi_fn_constructor_publickey_from_bytes(
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_publickey_from_bytes' in scope
 8524 |                 FfiConverterData.lower(bytes), $0
 8525 |             )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8534:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_publickey_from_string' in scope
 8532 |     public static func fromString(s: String) throws -> PublicKey {
 8533 |         return try FfiConverterTypePublicKey.lift(rustCallWithError(FfiConverterTypeIrohError__as_error.lift) {
 8534 |             uniffi_iroh_ffi_fn_constructor_publickey_from_string(
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_publickey_from_string' in scope
 8535 |                 FfiConverterString.lower(s), $0
 8536 |             )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8545:13: error: cannot find 'uniffi_iroh_ffi_fn_method_publickey_equal' in scope
 8543 |     open func equal(other: PublicKey) -> Bool {
 8544 |         return try! FfiConverterBool.lift(try! rustCall {
 8545 |             uniffi_iroh_ffi_fn_method_publickey_equal(self.uniffiClonePointer(),
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_publickey_equal' in scope
 8546 |                                                       FfiConverterTypePublicKey.lower(other), $0)
 8547 |         })
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8556:13: error: cannot find 'uniffi_iroh_ffi_fn_method_publickey_fmt_short' in scope
 8554 |     open func fmtShort() -> String {
 8555 |         return try! FfiConverterString.lift(try! rustCall {
 8556 |             uniffi_iroh_ffi_fn_method_publickey_fmt_short(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_publickey_fmt_short' in scope
 8557 |         })
 8558 |     }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8565:13: error: cannot find 'uniffi_iroh_ffi_fn_method_publickey_to_bytes' in scope
 8563 |     open func toBytes() -> Data {
 8564 |         return try! FfiConverterData.lift(try! rustCall {
 8565 |             uniffi_iroh_ffi_fn_method_publickey_to_bytes(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_publickey_to_bytes' in scope
 8566 |         })
 8567 |     }
/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
 8570 |         return try! FfiConverterString.lift(
 8571 |             try! rustCall {
 8572 |                 uniffi_iroh_ffi_fn_method_publickey_uniffi_trait_display(self.uniffiClonePointer(), $0)
      |                 `- error: cannot find 'uniffi_iroh_ffi_fn_method_publickey_uniffi_trait_display' in scope
 8573 |             }
 8574 |         )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8665:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_query' in scope
 8663 |
 8664 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 8665 |         return try! rustCall { uniffi_iroh_ffi_fn_clone_query(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_iroh_ffi_fn_clone_query' in scope
 8666 |     }
 8667 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8675:25: error: cannot find 'uniffi_iroh_ffi_fn_free_query' in scope
 8673 |         }
 8674 |
 8675 |         try! rustCall { uniffi_iroh_ffi_fn_free_query(pointer, $0) }
      |                         `- error: cannot find 'uniffi_iroh_ffi_fn_free_query' in scope
 8676 |     }
 8677 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8689:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_query_all' in scope
 8687 |     public static func all(opts: QueryOptions?) -> Query {
 8688 |         return try! FfiConverterTypeQuery.lift(try! rustCall {
 8689 |             uniffi_iroh_ffi_fn_constructor_query_all(
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_query_all' in scope
 8690 |                 FfiConverterOptionTypeQueryOptions.lower(opts), $0
 8691 |             )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8706:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_query_author' in scope
 8704 |     public static func author(author: AuthorId, opts: QueryOptions?) -> Query {
 8705 |         return try! FfiConverterTypeQuery.lift(try! rustCall {
 8706 |             uniffi_iroh_ffi_fn_constructor_query_author(
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_query_author' in scope
 8707 |                 FfiConverterTypeAuthorId.lower(author),
 8708 |                 FfiConverterOptionTypeQueryOptions.lower(opts), $0
/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
 8716 |     public static func authorKeyExact(author: AuthorId, key: Data) -> Query {
 8717 |         return try! FfiConverterTypeQuery.lift(try! rustCall {
 8718 |             uniffi_iroh_ffi_fn_constructor_query_author_key_exact(
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_query_author_key_exact' in scope
 8719 |                 FfiConverterTypeAuthorId.lower(author),
 8720 |                 FfiConverterData.lower(key), $0
/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
 8733 |     public static func authorKeyPrefix(author: AuthorId, prefix: Data, opts: QueryOptions?) -> Query {
 8734 |         return try! FfiConverterTypeQuery.lift(try! rustCall {
 8735 |             uniffi_iroh_ffi_fn_constructor_query_author_key_prefix(
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_query_author_key_prefix' in scope
 8736 |                 FfiConverterTypeAuthorId.lower(author),
 8737 |                 FfiConverterData.lower(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
 8752 |     public static func keyExact(key: Data, opts: QueryOptions?) -> Query {
 8753 |         return try! FfiConverterTypeQuery.lift(try! rustCall {
 8754 |             uniffi_iroh_ffi_fn_constructor_query_key_exact(
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_query_key_exact' in scope
 8755 |                 FfiConverterData.lower(key),
 8756 |                 FfiConverterOptionTypeQueryOptions.lower(opts), $0
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8772:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_query_key_prefix' in scope
 8770 |     public static func keyPrefix(prefix: Data, opts: QueryOptions?) -> Query {
 8771 |         return try! FfiConverterTypeQuery.lift(try! rustCall {
 8772 |             uniffi_iroh_ffi_fn_constructor_query_key_prefix(
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_query_key_prefix' in scope
 8773 |                 FfiConverterData.lower(prefix),
 8774 |                 FfiConverterOptionTypeQueryOptions.lower(opts), $0
/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
 8788 |     public static func singleLatestPerKey(opts: QueryOptions?) -> Query {
 8789 |         return try! FfiConverterTypeQuery.lift(try! rustCall {
 8790 |             uniffi_iroh_ffi_fn_constructor_query_single_latest_per_key(
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_query_single_latest_per_key' in scope
 8791 |                 FfiConverterOptionTypeQueryOptions.lower(opts), $0
 8792 |             )
/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
 8800 |     public static func singleLatestPerKeyExact(key: Data) -> Query {
 8801 |         return try! FfiConverterTypeQuery.lift(try! rustCall {
 8802 |             uniffi_iroh_ffi_fn_constructor_query_single_latest_per_key_exact(
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_query_single_latest_per_key_exact' in scope
 8803 |                 FfiConverterData.lower(key), $0
 8804 |             )
/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
 8817 |     public static func singleLatestPerKeyPrefix(prefix: Data, opts: QueryOptions?) -> Query {
 8818 |         return try! FfiConverterTypeQuery.lift(try! rustCall {
 8819 |             uniffi_iroh_ffi_fn_constructor_query_single_latest_per_key_prefix(
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_query_single_latest_per_key_prefix' in scope
 8820 |                 FfiConverterData.lower(prefix),
 8821 |                 FfiConverterOptionTypeQueryOptions.lower(opts), $0
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8831:13: error: cannot find 'uniffi_iroh_ffi_fn_method_query_limit' in scope
 8829 |     open func limit() -> UInt64? {
 8830 |         return try! FfiConverterOptionUInt64.lift(try! rustCall {
 8831 |             uniffi_iroh_ffi_fn_method_query_limit(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_query_limit' in scope
 8832 |         })
 8833 |     }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8840:13: error: cannot find 'uniffi_iroh_ffi_fn_method_query_offset' in scope
 8838 |     open func offset() -> UInt64 {
 8839 |         return try! FfiConverterUInt64.lift(try! rustCall {
 8840 |             uniffi_iroh_ffi_fn_method_query_offset(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_query_offset' in scope
 8841 |         })
 8842 |     }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8928:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_rangespec' in scope
 8926 |
 8927 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 8928 |         return try! rustCall { uniffi_iroh_ffi_fn_clone_rangespec(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_iroh_ffi_fn_clone_rangespec' in scope
 8929 |     }
 8930 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8938:25: error: cannot find 'uniffi_iroh_ffi_fn_free_rangespec' in scope
 8936 |         }
 8937 |
 8938 |         try! rustCall { uniffi_iroh_ffi_fn_free_rangespec(pointer, $0) }
      |                         `- error: cannot find 'uniffi_iroh_ffi_fn_free_rangespec' in scope
 8939 |     }
 8940 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8946:13: error: cannot find 'uniffi_iroh_ffi_fn_method_rangespec_is_all' in scope
 8944 |     open func isAll() -> Bool {
 8945 |         return try! FfiConverterBool.lift(try! rustCall {
 8946 |             uniffi_iroh_ffi_fn_method_rangespec_is_all(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_rangespec_is_all' in scope
 8947 |         })
 8948 |     }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8955:13: error: cannot find 'uniffi_iroh_ffi_fn_method_rangespec_is_empty' in scope
 8953 |     open func isEmpty() -> Bool {
 8954 |         return try! FfiConverterBool.lift(try! rustCall {
 8955 |             uniffi_iroh_ffi_fn_method_rangespec_is_empty(self.uniffiClonePointer(), $0)
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_method_rangespec_is_empty' in scope
 8956 |         })
 8957 |     }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9039:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_recvstream' in scope
 9037 |
 9038 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 9039 |         return try! rustCall { uniffi_iroh_ffi_fn_clone_recvstream(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_iroh_ffi_fn_clone_recvstream' in scope
 9040 |     }
 9041 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9049:25: error: cannot find 'uniffi_iroh_ffi_fn_free_recvstream' in scope
 9047 |         }
 9048 |
 9049 |         try! rustCall { uniffi_iroh_ffi_fn_free_recvstream(pointer, $0) }
      |                         `- error: cannot find 'uniffi_iroh_ffi_fn_free_recvstream' in scope
 9050 |     }
 9051 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9056:21: error: cannot find 'uniffi_iroh_ffi_fn_method_recvstream_id' in scope
 9054 |             try! await uniffiRustCallAsync(
 9055 |                 rustFutureFunc: {
 9056 |                     uniffi_iroh_ffi_fn_method_recvstream_id(
      |                     `- error: cannot find 'uniffi_iroh_ffi_fn_method_recvstream_id' in scope
 9057 |                         self.uniffiClonePointer()
 9058 |                     )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9060:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
 9058 |                     )
 9059 |                 },
 9060 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
 9061 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
 9062 |                 freeFunc: ffi_iroh_ffi_rust_future_free_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
 9059 |                 },
 9060 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
 9061 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
      |                               `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
 9062 |                 freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
 9063 |                 liftFunc: FfiConverterString.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9062:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
 9060 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
 9061 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
 9062 |                 freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
 9063 |                 liftFunc: FfiConverterString.lift,
 9064 |                 errorHandler: nil
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9064:31: error: 'nil' requires a contextual type
 9062 |                 freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
 9063 |                 liftFunc: FfiConverterString.lift,
 9064 |                 errorHandler: nil
      |                               `- error: 'nil' requires a contextual type
 9065 |             )
 9066 |     }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9072:21: error: cannot find 'uniffi_iroh_ffi_fn_method_recvstream_read' in scope
 9070 |             try await uniffiRustCallAsync(
 9071 |                 rustFutureFunc: {
 9072 |                     uniffi_iroh_ffi_fn_method_recvstream_read(
      |                     `- error: cannot find 'uniffi_iroh_ffi_fn_method_recvstream_read' in scope
 9073 |                         self.uniffiClonePointer(),
 9074 |                         FfiConverterUInt32.lower(sizeLimit)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9077:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
 9075 |                     )
 9076 |                 },
 9077 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
 9078 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
 9079 |                 freeFunc: ffi_iroh_ffi_rust_future_free_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
 9076 |                 },
 9077 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
 9078 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
      |                               `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
 9079 |                 freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
 9080 |                 liftFunc: FfiConverterData.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9079:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
 9077 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
 9078 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
 9079 |                 freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
 9080 |                 liftFunc: FfiConverterData.lift,
 9081 |                 errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9089:21: error: cannot find 'uniffi_iroh_ffi_fn_method_recvstream_read_exact' in scope
 9087 |             try await uniffiRustCallAsync(
 9088 |                 rustFutureFunc: {
 9089 |                     uniffi_iroh_ffi_fn_method_recvstream_read_exact(
      |                     `- error: cannot find 'uniffi_iroh_ffi_fn_method_recvstream_read_exact' in scope
 9090 |                         self.uniffiClonePointer(),
 9091 |                         FfiConverterUInt32.lower(size)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9094:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
 9092 |                     )
 9093 |                 },
 9094 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
 9095 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
 9096 |                 freeFunc: ffi_iroh_ffi_rust_future_free_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
 9093 |                 },
 9094 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
 9095 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
      |                               `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
 9096 |                 freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
 9097 |                 liftFunc: FfiConverterData.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9096:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
 9094 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
 9095 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
 9096 |                 freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
 9097 |                 liftFunc: FfiConverterData.lift,
 9098 |                 errorHandler: FfiConverterTypeIrohError__as_error.lift
/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
 9104 |             try await uniffiRustCallAsync(
 9105 |                 rustFutureFunc: {
 9106 |                     uniffi_iroh_ffi_fn_method_recvstream_read_to_end(
      |                     `- error: cannot find 'uniffi_iroh_ffi_fn_method_recvstream_read_to_end' in scope
 9107 |                         self.uniffiClonePointer(),
 9108 |                         FfiConverterUInt32.lower(sizeLimit)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9111:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
 9109 |                     )
 9110 |                 },
 9111 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
 9112 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
 9113 |                 freeFunc: ffi_iroh_ffi_rust_future_free_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
 9110 |                 },
 9111 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
 9112 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
      |                               `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
 9113 |                 freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
 9114 |                 liftFunc: FfiConverterData.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9113:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
 9111 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
 9112 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
 9113 |                 freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
 9114 |                 liftFunc: FfiConverterData.lift,
 9115 |                 errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9123:21: error: cannot find 'uniffi_iroh_ffi_fn_method_recvstream_received_reset' in scope
 9121 |             try await uniffiRustCallAsync(
 9122 |                 rustFutureFunc: {
 9123 |                     uniffi_iroh_ffi_fn_method_recvstream_received_reset(
      |                     `- error: cannot find 'uniffi_iroh_ffi_fn_method_recvstream_received_reset' in scope
 9124 |                         self.uniffiClonePointer()
 9125 |                     )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9127:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
 9125 |                     )
 9126 |                 },
 9127 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
 9128 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
 9129 |                 freeFunc: ffi_iroh_ffi_rust_future_free_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
 9126 |                 },
 9127 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
 9128 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
      |                               `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
 9129 |                 freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
 9130 |                 liftFunc: FfiConverterOptionUInt64.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9129:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
 9127 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
 9128 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
 9129 |                 freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
 9130 |                 liftFunc: FfiConverterOptionUInt64.lift,
 9131 |                 errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9139:21: error: cannot find 'uniffi_iroh_ffi_fn_method_recvstream_stop' in scope
 9137 |             try await uniffiRustCallAsync(
 9138 |                 rustFutureFunc: {
 9139 |                     uniffi_iroh_ffi_fn_method_recvstream_stop(
      |                     `- error: cannot find 'uniffi_iroh_ffi_fn_method_recvstream_stop' in scope
 9140 |                         self.uniffiClonePointer(),
 9141 |                         FfiConverterUInt64.lower(errorCode)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9144:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
 9142 |                     )
 9143 |                 },
 9144 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
 9145 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
 9146 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9145:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
 9143 |                 },
 9144 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
 9145 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
      |                               `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
 9146 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
 9147 |                 liftFunc: { $0 },
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9146:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
 9144 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
 9145 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
 9146 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
 9147 |                 liftFunc: { $0 },
 9148 |                 errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9236:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_sendstream' in scope
 9234 |
 9235 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 9236 |         return try! rustCall { uniffi_iroh_ffi_fn_clone_sendstream(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_iroh_ffi_fn_clone_sendstream' in scope
 9237 |     }
 9238 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9246:25: error: cannot find 'uniffi_iroh_ffi_fn_free_sendstream' in scope
 9244 |         }
 9245 |
 9246 |         try! rustCall { uniffi_iroh_ffi_fn_free_sendstream(pointer, $0) }
      |                         `- error: cannot find 'uniffi_iroh_ffi_fn_free_sendstream' in scope
 9247 |     }
 9248 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9253:21: error: cannot find 'uniffi_iroh_ffi_fn_method_sendstream_finish' in scope
 9251 |             try await uniffiRustCallAsync(
 9252 |                 rustFutureFunc: {
 9253 |                     uniffi_iroh_ffi_fn_method_sendstream_finish(
      |                     `- error: cannot find 'uniffi_iroh_ffi_fn_method_sendstream_finish' in scope
 9254 |                         self.uniffiClonePointer()
 9255 |                     )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9257:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
 9255 |                     )
 9256 |                 },
 9257 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
 9258 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
 9259 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9258:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
 9256 |                 },
 9257 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
 9258 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
      |                               `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
 9259 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
 9260 |                 liftFunc: { $0 },
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9259:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
 9257 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
 9258 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
 9259 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
 9260 |                 liftFunc: { $0 },
 9261 |                 errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9269:21: error: cannot find 'uniffi_iroh_ffi_fn_method_sendstream_id' in scope
 9267 |             try! await uniffiRustCallAsync(
 9268 |                 rustFutureFunc: {
 9269 |                     uniffi_iroh_ffi_fn_method_sendstream_id(
      |                     `- error: cannot find 'uniffi_iroh_ffi_fn_method_sendstream_id' in scope
 9270 |                         self.uniffiClonePointer()
 9271 |                     )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9273:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
 9271 |                     )
 9272 |                 },
 9273 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
 9274 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
 9275 |                 freeFunc: ffi_iroh_ffi_rust_future_free_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
 9272 |                 },
 9273 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
 9274 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
      |                               `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
 9275 |                 freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
 9276 |                 liftFunc: FfiConverterString.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9275:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
 9273 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
 9274 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
 9275 |                 freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
 9276 |                 liftFunc: FfiConverterString.lift,
 9277 |                 errorHandler: nil
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9277:31: error: 'nil' requires a contextual type
 9275 |                 freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
 9276 |                 liftFunc: FfiConverterString.lift,
 9277 |                 errorHandler: nil
      |                               `- error: 'nil' requires a contextual type
 9278 |             )
 9279 |     }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9285:21: error: cannot find 'uniffi_iroh_ffi_fn_method_sendstream_priority' in scope
 9283 |             try await uniffiRustCallAsync(
 9284 |                 rustFutureFunc: {
 9285 |                     uniffi_iroh_ffi_fn_method_sendstream_priority(
      |                     `- error: cannot find 'uniffi_iroh_ffi_fn_method_sendstream_priority' in scope
 9286 |                         self.uniffiClonePointer()
 9287 |                     )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9289:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_i32' in scope
 9287 |                     )
 9288 |                 },
 9289 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_i32,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_i32' in scope
 9290 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_i32,
 9291 |                 freeFunc: ffi_iroh_ffi_rust_future_free_i32,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9290:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_i32' in scope
 9288 |                 },
 9289 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_i32,
 9290 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_i32,
      |                               `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_i32' in scope
 9291 |                 freeFunc: ffi_iroh_ffi_rust_future_free_i32,
 9292 |                 liftFunc: FfiConverterInt32.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9291:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_i32' in scope
 9289 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_i32,
 9290 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_i32,
 9291 |                 freeFunc: ffi_iroh_ffi_rust_future_free_i32,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_free_i32' in scope
 9292 |                 liftFunc: FfiConverterInt32.lift,
 9293 |                 errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9301:21: error: cannot find 'uniffi_iroh_ffi_fn_method_sendstream_reset' in scope
 9299 |             try await uniffiRustCallAsync(
 9300 |                 rustFutureFunc: {
 9301 |                     uniffi_iroh_ffi_fn_method_sendstream_reset(
      |                     `- error: cannot find 'uniffi_iroh_ffi_fn_method_sendstream_reset' in scope
 9302 |                         self.uniffiClonePointer(),
 9303 |                         FfiConverterUInt64.lower(errorCode)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9306:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
 9304 |                     )
 9305 |                 },
 9306 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
 9307 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
 9308 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9307:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
 9305 |                 },
 9306 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
 9307 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
      |                               `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
 9308 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
 9309 |                 liftFunc: { $0 },
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9308:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
 9306 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
 9307 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
 9308 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
 9309 |                 liftFunc: { $0 },
 9310 |                 errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9318:21: error: cannot find 'uniffi_iroh_ffi_fn_method_sendstream_set_priority' in scope
 9316 |             try await uniffiRustCallAsync(
 9317 |                 rustFutureFunc: {
 9318 |                     uniffi_iroh_ffi_fn_method_sendstream_set_priority(
      |                     `- error: cannot find 'uniffi_iroh_ffi_fn_method_sendstream_set_priority' in scope
 9319 |                         self.uniffiClonePointer(),
 9320 |                         FfiConverterInt32.lower(p)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9323:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
 9321 |                     )
 9322 |                 },
 9323 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
 9324 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
 9325 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9324:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
 9322 |                 },
 9323 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
 9324 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
      |                               `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
 9325 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
 9326 |                 liftFunc: { $0 },
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9325:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
 9323 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
 9324 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
 9325 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
 9326 |                 liftFunc: { $0 },
 9327 |                 errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9335:21: error: cannot find 'uniffi_iroh_ffi_fn_method_sendstream_stopped' in scope
 9333 |             try await uniffiRustCallAsync(
 9334 |                 rustFutureFunc: {
 9335 |                     uniffi_iroh_ffi_fn_method_sendstream_stopped(
      |                     `- error: cannot find 'uniffi_iroh_ffi_fn_method_sendstream_stopped' in scope
 9336 |                         self.uniffiClonePointer()
 9337 |                     )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9339:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
 9337 |                     )
 9338 |                 },
 9339 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
 9340 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
 9341 |                 freeFunc: ffi_iroh_ffi_rust_future_free_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
 9338 |                 },
 9339 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
 9340 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
      |                               `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
 9341 |                 freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
 9342 |                 liftFunc: FfiConverterOptionUInt64.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9341:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
 9339 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
 9340 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
 9341 |                 freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
 9342 |                 liftFunc: FfiConverterOptionUInt64.lift,
 9343 |                 errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9351:21: error: cannot find 'uniffi_iroh_ffi_fn_method_sendstream_write' in scope
 9349 |             try await uniffiRustCallAsync(
 9350 |                 rustFutureFunc: {
 9351 |                     uniffi_iroh_ffi_fn_method_sendstream_write(
      |                     `- error: cannot find 'uniffi_iroh_ffi_fn_method_sendstream_write' in scope
 9352 |                         self.uniffiClonePointer(),
 9353 |                         FfiConverterData.lower(buf)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9356:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_u64' in scope
 9354 |                     )
 9355 |                 },
 9356 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_u64,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_u64' in scope
 9357 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_u64,
 9358 |                 freeFunc: ffi_iroh_ffi_rust_future_free_u64,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9357:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_u64' in scope
 9355 |                 },
 9356 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_u64,
 9357 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_u64,
      |                               `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_u64' in scope
 9358 |                 freeFunc: ffi_iroh_ffi_rust_future_free_u64,
 9359 |                 liftFunc: FfiConverterUInt64.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9358:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_u64' in scope
 9356 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_u64,
 9357 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_u64,
 9358 |                 freeFunc: ffi_iroh_ffi_rust_future_free_u64,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_free_u64' in scope
 9359 |                 liftFunc: FfiConverterUInt64.lift,
 9360 |                 errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9368:21: error: cannot find 'uniffi_iroh_ffi_fn_method_sendstream_write_all' in scope
 9366 |             try await uniffiRustCallAsync(
 9367 |                 rustFutureFunc: {
 9368 |                     uniffi_iroh_ffi_fn_method_sendstream_write_all(
      |                     `- error: cannot find 'uniffi_iroh_ffi_fn_method_sendstream_write_all' in scope
 9369 |                         self.uniffiClonePointer(),
 9370 |                         FfiConverterData.lower(buf)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9373:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
 9371 |                     )
 9372 |                 },
 9373 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
 9374 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
 9375 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9374:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
 9372 |                 },
 9373 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
 9374 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
      |                               `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
 9375 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
 9376 |                 liftFunc: { $0 },
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9375:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
 9373 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
 9374 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
 9375 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
 9376 |                 liftFunc: { $0 },
 9377 |                 errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9465:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_sender' in scope
 9463 |
 9464 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 9465 |         return try! rustCall { uniffi_iroh_ffi_fn_clone_sender(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_iroh_ffi_fn_clone_sender' in scope
 9466 |     }
 9467 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9475:25: error: cannot find 'uniffi_iroh_ffi_fn_free_sender' in scope
 9473 |         }
 9474 |
 9475 |         try! rustCall { uniffi_iroh_ffi_fn_free_sender(pointer, $0) }
      |                         `- error: cannot find 'uniffi_iroh_ffi_fn_free_sender' in scope
 9476 |     }
 9477 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9485:21: error: cannot find 'uniffi_iroh_ffi_fn_method_sender_broadcast' in scope
 9483 |             try await uniffiRustCallAsync(
 9484 |                 rustFutureFunc: {
 9485 |                     uniffi_iroh_ffi_fn_method_sender_broadcast(
      |                     `- error: cannot find 'uniffi_iroh_ffi_fn_method_sender_broadcast' in scope
 9486 |                         self.uniffiClonePointer(),
 9487 |                         FfiConverterData.lower(msg)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9490:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
 9488 |                     )
 9489 |                 },
 9490 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
 9491 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
 9492 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9491:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
 9489 |                 },
 9490 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
 9491 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
      |                               `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
 9492 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
 9493 |                 liftFunc: { $0 },
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9492:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
 9490 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
 9491 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
 9492 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
 9493 |                 liftFunc: { $0 },
 9494 |                 errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9505:21: error: cannot find 'uniffi_iroh_ffi_fn_method_sender_broadcast_neighbors' in scope
 9503 |             try await uniffiRustCallAsync(
 9504 |                 rustFutureFunc: {
 9505 |                     uniffi_iroh_ffi_fn_method_sender_broadcast_neighbors(
      |                     `- error: cannot find 'uniffi_iroh_ffi_fn_method_sender_broadcast_neighbors' in scope
 9506 |                         self.uniffiClonePointer(),
 9507 |                         FfiConverterData.lower(msg)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9510:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
 9508 |                     )
 9509 |                 },
 9510 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
 9511 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
 9512 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9511:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
 9509 |                 },
 9510 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
 9511 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
      |                               `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
 9512 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
 9513 |                 liftFunc: { $0 },
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9512:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
 9510 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
 9511 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
 9512 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
 9513 |                 liftFunc: { $0 },
 9514 |                 errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9592:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_settagoption' in scope
 9590 |
 9591 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 9592 |         return try! rustCall { uniffi_iroh_ffi_fn_clone_settagoption(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_iroh_ffi_fn_clone_settagoption' in scope
 9593 |     }
 9594 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9602:25: error: cannot find 'uniffi_iroh_ffi_fn_free_settagoption' in scope
 9600 |         }
 9601 |
 9602 |         try! rustCall { uniffi_iroh_ffi_fn_free_settagoption(pointer, $0) }
      |                         `- error: cannot find 'uniffi_iroh_ffi_fn_free_settagoption' in scope
 9603 |     }
 9604 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9610:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_settagoption_auto' in scope
 9608 |     public static func auto() -> SetTagOption {
 9609 |         return try! FfiConverterTypeSetTagOption.lift(try! rustCall {
 9610 |             uniffi_iroh_ffi_fn_constructor_settagoption_auto($0
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_settagoption_auto' in scope
 9611 |             )
 9612 |         })
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9620:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_settagoption_named' in scope
 9618 |     public static func named(tag: Data) -> SetTagOption {
 9619 |         return try! FfiConverterTypeSetTagOption.lift(try! rustCall {
 9620 |             uniffi_iroh_ffi_fn_constructor_settagoption_named(
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_settagoption_named' in scope
 9621 |                 FfiConverterData.lower(tag), $0
 9622 |             )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9706:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_subscribecallback' in scope
 9704 |
 9705 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 9706 |         return try! rustCall { uniffi_iroh_ffi_fn_clone_subscribecallback(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_iroh_ffi_fn_clone_subscribecallback' in scope
 9707 |     }
 9708 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9716:25: error: cannot find 'uniffi_iroh_ffi_fn_free_subscribecallback' in scope
 9714 |         }
 9715 |
 9716 |         try! rustCall { uniffi_iroh_ffi_fn_free_subscribecallback(pointer, $0) }
      |                         `- error: cannot find 'uniffi_iroh_ffi_fn_free_subscribecallback' in scope
 9717 |     }
 9718 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9723:21: error: cannot find 'uniffi_iroh_ffi_fn_method_subscribecallback_event' in scope
 9721 |             try await uniffiRustCallAsync(
 9722 |                 rustFutureFunc: {
 9723 |                     uniffi_iroh_ffi_fn_method_subscribecallback_event(
      |                     `- error: cannot find 'uniffi_iroh_ffi_fn_method_subscribecallback_event' in scope
 9724 |                         self.uniffiClonePointer(),
 9725 |                         FfiConverterTypeLiveEvent.lower(event)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9728:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
 9726 |                     )
 9727 |                 },
 9728 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
 9729 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
 9730 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9729:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
 9727 |                 },
 9728 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
 9729 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
      |                               `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
 9730 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
 9731 |                 liftFunc: { $0 },
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9730:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
 9728 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
 9729 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
 9730 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
 9731 |                 liftFunc: { $0 },
 9732 |                 errorHandler: FfiConverterTypeCallbackError.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9793:5: error: cannot find 'uniffi_iroh_ffi_fn_init_callback_vtable_subscribecallback' in scope
 9791 |
 9792 | private func uniffiCallbackInitSubscribeCallback() {
 9793 |     uniffi_iroh_ffi_fn_init_callback_vtable_subscribecallback(&UniffiCallbackInterfaceSubscribeCallback.vtable)
      |     `- error: cannot find 'uniffi_iroh_ffi_fn_init_callback_vtable_subscribecallback' in scope
 9794 | }
 9795 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9887:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_tags' in scope
 9885 |
 9886 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 9887 |         return try! rustCall { uniffi_iroh_ffi_fn_clone_tags(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_iroh_ffi_fn_clone_tags' in scope
 9888 |     }
 9889 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9897:25: error: cannot find 'uniffi_iroh_ffi_fn_free_tags' in scope
 9895 |         }
 9896 |
 9897 |         try! rustCall { uniffi_iroh_ffi_fn_free_tags(pointer, $0) }
      |                         `- error: cannot find 'uniffi_iroh_ffi_fn_free_tags' in scope
 9898 |     }
 9899 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9907:21: error: cannot find 'uniffi_iroh_ffi_fn_method_tags_delete' in scope
 9905 |             try await uniffiRustCallAsync(
 9906 |                 rustFutureFunc: {
 9907 |                     uniffi_iroh_ffi_fn_method_tags_delete(
      |                     `- error: cannot find 'uniffi_iroh_ffi_fn_method_tags_delete' in scope
 9908 |                         self.uniffiClonePointer(),
 9909 |                         FfiConverterData.lower(name)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9912:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
 9910 |                     )
 9911 |                 },
 9912 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
 9913 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
 9914 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9913:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
 9911 |                 },
 9912 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
 9913 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
      |                               `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
 9914 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
 9915 |                 liftFunc: { $0 },
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9914:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
 9912 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_void,
 9913 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_void,
 9914 |                 freeFunc: ffi_iroh_ffi_rust_future_free_void,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
 9915 |                 liftFunc: { $0 },
 9916 |                 errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9930:21: error: cannot find 'uniffi_iroh_ffi_fn_method_tags_list' in scope
 9928 |             try await uniffiRustCallAsync(
 9929 |                 rustFutureFunc: {
 9930 |                     uniffi_iroh_ffi_fn_method_tags_list(
      |                     `- error: cannot find 'uniffi_iroh_ffi_fn_method_tags_list' in scope
 9931 |                         self.uniffiClonePointer()
 9932 |                     )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9934:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
 9932 |                     )
 9933 |                 },
 9934 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
 9935 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
 9936 |                 freeFunc: ffi_iroh_ffi_rust_future_free_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
 9933 |                 },
 9934 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
 9935 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
      |                               `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
 9936 |                 freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
 9937 |                 liftFunc: FfiConverterSequenceTypeTagInfo.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9936:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
 9934 |                 pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
 9935 |                 completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
 9936 |                 freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
      |                           `- error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
 9937 |                 liftFunc: FfiConverterSequenceTypeTagInfo.lift,
 9938 |                 errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10016:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_wrapoption' in scope
10014 |
10015 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
10016 |         return try! rustCall { uniffi_iroh_ffi_fn_clone_wrapoption(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_iroh_ffi_fn_clone_wrapoption' in scope
10017 |     }
10018 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10026:25: error: cannot find 'uniffi_iroh_ffi_fn_free_wrapoption' in scope
10024 |         }
10025 |
10026 |         try! rustCall { uniffi_iroh_ffi_fn_free_wrapoption(pointer, $0) }
      |                         `- error: cannot find 'uniffi_iroh_ffi_fn_free_wrapoption' in scope
10027 |     }
10028 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10034:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_wrapoption_no_wrap' in scope
10032 |     public static func noWrap() -> WrapOption {
10033 |         return try! FfiConverterTypeWrapOption.lift(try! rustCall {
10034 |             uniffi_iroh_ffi_fn_constructor_wrapoption_no_wrap($0
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_wrapoption_no_wrap' in scope
10035 |             )
10036 |         })
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10044:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_wrapoption_wrap' in scope
10042 |     public static func wrap(name: String?) -> WrapOption {
10043 |         return try! FfiConverterTypeWrapOption.lift(try! rustCall {
10044 |             uniffi_iroh_ffi_fn_constructor_wrapoption_wrap(
      |             `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_wrapoption_wrap' in scope
10045 |                 FfiConverterOptionString.lower(name), $0
10046 |             )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:15716:9: error: cannot find 'uniffi_iroh_ffi_fn_func_key_to_path' in scope
15714 | public func keyToPath(key: Data, prefix: String?, root: String?) throws -> String {
15715 |     return try FfiConverterString.lift(rustCallWithError(FfiConverterTypeIrohError__as_error.lift) {
15716 |         uniffi_iroh_ffi_fn_func_key_to_path(
      |         `- error: cannot find 'uniffi_iroh_ffi_fn_func_key_to_path' in scope
15717 |             FfiConverterData.lower(key),
15718 |             FfiConverterOptionString.lower(prefix),
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:15731:9: error: cannot find 'uniffi_iroh_ffi_fn_func_path_to_key' in scope
15729 | public func pathToKey(path: String, prefix: String?, root: String?) throws -> Data {
15730 |     return try FfiConverterData.lift(rustCallWithError(FfiConverterTypeIrohError__as_error.lift) {
15731 |         uniffi_iroh_ffi_fn_func_path_to_key(
      |         `- error: cannot find 'uniffi_iroh_ffi_fn_func_path_to_key' in scope
15732 |             FfiConverterString.lower(path),
15733 |             FfiConverterOptionString.lower(prefix),
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:15743:5: error: cannot find 'uniffi_iroh_ffi_fn_func_set_log_level' in scope
15741 |  */
15742 | public func setLogLevel(level: LogLevel) { try! rustCall {
15743 |     uniffi_iroh_ffi_fn_func_set_log_level(
      |     `- error: cannot find 'uniffi_iroh_ffi_fn_func_set_log_level' in scope
15744 |         FfiConverterTypeLogLevel.lower(level), $0
15745 |     )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:15753:5: error: cannot find 'uniffi_iroh_ffi_fn_func_start_metrics_collection' in scope
15751 |  */
15752 | public func startMetricsCollection() throws { try rustCallWithError(FfiConverterTypeIrohError__as_error.lift) {
15753 |     uniffi_iroh_ffi_fn_func_start_metrics_collection($0
      |     `- error: cannot find 'uniffi_iroh_ffi_fn_func_start_metrics_collection' in scope
15754 |     )
15755 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:23:28: error: cannot find type 'RustBuffer' in scope
   21 |     }
   22 |
   23 |     static func empty() -> RustBuffer {
      |                            `- error: cannot find type 'RustBuffer' in scope
   24 |         RustBuffer(capacity: 0, len: 0, data: nil)
   25 |     }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:27:60: error: cannot find type 'RustBuffer' in scope
   25 |     }
   26 |
   27 |     static func from(_ ptr: UnsafeBufferPointer<UInt8>) -> RustBuffer {
      |                                                            `- error: cannot find type 'RustBuffer' in scope
   28 |         try! rustCall { ffi_iroh_ffi_rustbuffer_from_bytes(ForeignBytes(bufferPointer: ptr), $0) }
   29 |     }
BUILD FAILURE 6.0 linux