Build Information
Failed to build IrohLib, reference v0.35.0 (4b19fa), with Swift 6.2 for Linux on 24 Jun 2025 05:34:20 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
4630 | liftFunc: { $0 },
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4629:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
4627 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
4628 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
4629 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
4630 | liftFunc: { $0 },
4631 | errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4733:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_docexportfilecallback' in scope
4731 | #endif
4732 | public func uniffiClonePointer() -> UnsafeMutableRawPointer {
4733 | return try! rustCall { uniffi_iroh_ffi_fn_clone_docexportfilecallback(self.pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_clone_docexportfilecallback' in scope
4734 | }
4735 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4743:25: error: cannot find 'uniffi_iroh_ffi_fn_free_docexportfilecallback' in scope
4741 | }
4742 |
4743 | try! rustCall { uniffi_iroh_ffi_fn_free_docexportfilecallback(pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_free_docexportfilecallback' in scope
4744 | }
4745 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4750:21: error: cannot find 'uniffi_iroh_ffi_fn_method_docexportfilecallback_progress' in scope
4748 | try await uniffiRustCallAsync(
4749 | rustFutureFunc: {
4750 | uniffi_iroh_ffi_fn_method_docexportfilecallback_progress(
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_docexportfilecallback_progress' in scope
4751 | self.uniffiClonePointer(),
4752 | FfiConverterTypeDocExportProgress.lower(progress)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4755:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
4753 | )
4754 | },
4755 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
4756 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
4757 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4756:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
4754 | },
4755 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
4756 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
4757 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
4758 | liftFunc: { $0 },
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4757:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
4755 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
4756 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
4757 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
4758 | liftFunc: { $0 },
4759 | errorHandler: FfiConverterTypeCallbackError.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4820:5: error: cannot find 'uniffi_iroh_ffi_fn_init_callback_vtable_docexportfilecallback' in scope
4818 |
4819 | private func uniffiCallbackInitDocExportFileCallback() {
4820 | uniffi_iroh_ffi_fn_init_callback_vtable_docexportfilecallback(&UniffiCallbackInterfaceDocExportFileCallback.vtable)
| `- error: cannot find 'uniffi_iroh_ffi_fn_init_callback_vtable_docexportfilecallback' in scope
4821 | }
4822 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4939:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_docexportprogress' in scope
4937 | #endif
4938 | public func uniffiClonePointer() -> UnsafeMutableRawPointer {
4939 | return try! rustCall { uniffi_iroh_ffi_fn_clone_docexportprogress(self.pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_clone_docexportprogress' in scope
4940 | }
4941 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4949:25: error: cannot find 'uniffi_iroh_ffi_fn_free_docexportprogress' in scope
4947 | }
4948 |
4949 | try! rustCall { uniffi_iroh_ffi_fn_free_docexportprogress(pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_free_docexportprogress' in scope
4950 | }
4951 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4957:13: error: cannot find 'uniffi_iroh_ffi_fn_method_docexportprogress_as_abort' in scope
4955 | open func asAbort() -> DocExportProgressAbort {
4956 | return try! FfiConverterTypeDocExportProgressAbort.lift(try! rustCall {
4957 | uniffi_iroh_ffi_fn_method_docexportprogress_as_abort(self.uniffiClonePointer(), $0)
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_docexportprogress_as_abort' in scope
4958 | })
4959 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4966:13: error: cannot find 'uniffi_iroh_ffi_fn_method_docexportprogress_as_found' in scope
4964 | open func asFound() -> DocExportProgressFound {
4965 | return try! FfiConverterTypeDocExportProgressFound.lift(try! rustCall {
4966 | uniffi_iroh_ffi_fn_method_docexportprogress_as_found(self.uniffiClonePointer(), $0)
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_docexportprogress_as_found' in scope
4967 | })
4968 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4975:13: error: cannot find 'uniffi_iroh_ffi_fn_method_docexportprogress_as_progress' in scope
4973 | open func asProgress() -> DocExportProgressProgress {
4974 | return try! FfiConverterTypeDocExportProgressProgress.lift(try! rustCall {
4975 | uniffi_iroh_ffi_fn_method_docexportprogress_as_progress(self.uniffiClonePointer(), $0)
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_docexportprogress_as_progress' in scope
4976 | })
4977 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:4984:13: error: cannot find 'uniffi_iroh_ffi_fn_method_docexportprogress_type' in scope
4982 | open func type() -> DocExportProgressType {
4983 | return try! FfiConverterTypeDocExportProgressType.lift(try! rustCall {
4984 | uniffi_iroh_ffi_fn_method_docexportprogress_type(self.uniffiClonePointer(), $0)
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_docexportprogress_type' in scope
4985 | })
4986 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5086:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_docimportfilecallback' in scope
5084 | #endif
5085 | public func uniffiClonePointer() -> UnsafeMutableRawPointer {
5086 | return try! rustCall { uniffi_iroh_ffi_fn_clone_docimportfilecallback(self.pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_clone_docimportfilecallback' in scope
5087 | }
5088 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5096:25: error: cannot find 'uniffi_iroh_ffi_fn_free_docimportfilecallback' in scope
5094 | }
5095 |
5096 | try! rustCall { uniffi_iroh_ffi_fn_free_docimportfilecallback(pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_free_docimportfilecallback' in scope
5097 | }
5098 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5103:21: error: cannot find 'uniffi_iroh_ffi_fn_method_docimportfilecallback_progress' in scope
5101 | try await uniffiRustCallAsync(
5102 | rustFutureFunc: {
5103 | uniffi_iroh_ffi_fn_method_docimportfilecallback_progress(
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_docimportfilecallback_progress' in scope
5104 | self.uniffiClonePointer(),
5105 | FfiConverterTypeDocImportProgress.lower(progress)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5108:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
5106 | )
5107 | },
5108 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
5109 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
5110 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5109:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
5107 | },
5108 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
5109 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
5110 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
5111 | liftFunc: { $0 },
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5110:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
5108 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
5109 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
5110 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
5111 | liftFunc: { $0 },
5112 | errorHandler: FfiConverterTypeCallbackError.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5173:5: error: cannot find 'uniffi_iroh_ffi_fn_init_callback_vtable_docimportfilecallback' in scope
5171 |
5172 | private func uniffiCallbackInitDocImportFileCallback() {
5173 | uniffi_iroh_ffi_fn_init_callback_vtable_docimportfilecallback(&UniffiCallbackInterfaceDocImportFileCallback.vtable)
| `- error: cannot find 'uniffi_iroh_ffi_fn_init_callback_vtable_docimportfilecallback' in scope
5174 | }
5175 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5302:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_docimportprogress' in scope
5300 | #endif
5301 | public func uniffiClonePointer() -> UnsafeMutableRawPointer {
5302 | return try! rustCall { uniffi_iroh_ffi_fn_clone_docimportprogress(self.pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_clone_docimportprogress' in scope
5303 | }
5304 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5312:25: error: cannot find 'uniffi_iroh_ffi_fn_free_docimportprogress' in scope
5310 | }
5311 |
5312 | try! rustCall { uniffi_iroh_ffi_fn_free_docimportprogress(pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_free_docimportprogress' in scope
5313 | }
5314 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5320:13: error: cannot find 'uniffi_iroh_ffi_fn_method_docimportprogress_as_abort' in scope
5318 | open func asAbort() -> DocImportProgressAbort {
5319 | return try! FfiConverterTypeDocImportProgressAbort.lift(try! rustCall {
5320 | uniffi_iroh_ffi_fn_method_docimportprogress_as_abort(self.uniffiClonePointer(), $0)
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_docimportprogress_as_abort' in scope
5321 | })
5322 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5329:13: error: cannot find 'uniffi_iroh_ffi_fn_method_docimportprogress_as_all_done' in scope
5327 | open func asAllDone() -> DocImportProgressAllDone {
5328 | return try! FfiConverterTypeDocImportProgressAllDone.lift(try! rustCall {
5329 | 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
5330 | })
5331 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5338:13: error: cannot find 'uniffi_iroh_ffi_fn_method_docimportprogress_as_found' in scope
5336 | open func asFound() -> DocImportProgressFound {
5337 | return try! FfiConverterTypeDocImportProgressFound.lift(try! rustCall {
5338 | uniffi_iroh_ffi_fn_method_docimportprogress_as_found(self.uniffiClonePointer(), $0)
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_docimportprogress_as_found' in scope
5339 | })
5340 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5347:13: error: cannot find 'uniffi_iroh_ffi_fn_method_docimportprogress_as_ingest_done' in scope
5345 | open func asIngestDone() -> DocImportProgressIngestDone {
5346 | return try! FfiConverterTypeDocImportProgressIngestDone.lift(try! rustCall {
5347 | 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
5348 | })
5349 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5356:13: error: cannot find 'uniffi_iroh_ffi_fn_method_docimportprogress_as_progress' in scope
5354 | open func asProgress() -> DocImportProgressProgress {
5355 | return try! FfiConverterTypeDocImportProgressProgress.lift(try! rustCall {
5356 | uniffi_iroh_ffi_fn_method_docimportprogress_as_progress(self.uniffiClonePointer(), $0)
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_docimportprogress_as_progress' in scope
5357 | })
5358 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5365:13: error: cannot find 'uniffi_iroh_ffi_fn_method_docimportprogress_type' in scope
5363 | open func type() -> DocImportProgressType {
5364 | return try! FfiConverterTypeDocImportProgressType.lift(try! rustCall {
5365 | uniffi_iroh_ffi_fn_method_docimportprogress_type(self.uniffiClonePointer(), $0)
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_docimportprogress_type' in scope
5366 | })
5367 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5462:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_docticket' in scope
5460 | #endif
5461 | public func uniffiClonePointer() -> UnsafeMutableRawPointer {
5462 | return try! rustCall { uniffi_iroh_ffi_fn_clone_docticket(self.pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_clone_docticket' in scope
5463 | }
5464 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5468:17: error: cannot find 'uniffi_iroh_ffi_fn_constructor_docticket_new' in scope
5466 | let pointer =
5467 | try rustCallWithError(FfiConverterTypeIrohError__as_error.lift) {
5468 | uniffi_iroh_ffi_fn_constructor_docticket_new(
| `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_docticket_new' in scope
5469 | FfiConverterString.lower(str), $0
5470 | )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5480:25: error: cannot find 'uniffi_iroh_ffi_fn_free_docticket' in scope
5478 | }
5479 |
5480 | try! rustCall { uniffi_iroh_ffi_fn_free_docticket(pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_free_docticket' in scope
5481 | }
5482 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5486:17: error: cannot find 'uniffi_iroh_ffi_fn_method_docticket_uniffi_trait_display' in scope
5484 | return try! FfiConverterString.lift(
5485 | try! rustCall {
5486 | 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
5487 | }
5488 | )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5619:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_docs' in scope
5617 | #endif
5618 | public func uniffiClonePointer() -> UnsafeMutableRawPointer {
5619 | return try! rustCall { uniffi_iroh_ffi_fn_clone_docs(self.pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_clone_docs' in scope
5620 | }
5621 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5629:25: error: cannot find 'uniffi_iroh_ffi_fn_free_docs' in scope
5627 | }
5628 |
5629 | try! rustCall { uniffi_iroh_ffi_fn_free_docs(pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_free_docs' in scope
5630 | }
5631 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5639:21: error: cannot find 'uniffi_iroh_ffi_fn_method_docs_create' in scope
5637 | try await uniffiRustCallAsync(
5638 | rustFutureFunc: {
5639 | uniffi_iroh_ffi_fn_method_docs_create(
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_docs_create' in scope
5640 | self.uniffiClonePointer()
5641 | )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5643:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
5641 | )
5642 | },
5643 | pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
5644 | completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
5645 | freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5644:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
5642 | },
5643 | pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
5644 | completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
5645 | freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
5646 | liftFunc: FfiConverterTypeDoc.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5645:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
5643 | pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
5644 | completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
5645 | freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
5646 | liftFunc: FfiConverterTypeDoc.lift,
5647 | errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5662:21: error: cannot find 'uniffi_iroh_ffi_fn_method_docs_drop_doc' in scope
5660 | try await uniffiRustCallAsync(
5661 | rustFutureFunc: {
5662 | uniffi_iroh_ffi_fn_method_docs_drop_doc(
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_docs_drop_doc' in scope
5663 | self.uniffiClonePointer(),
5664 | FfiConverterString.lower(docId)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5667:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
5665 | )
5666 | },
5667 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
5668 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
5669 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5668:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
5666 | },
5667 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
5668 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
5669 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
5670 | liftFunc: { $0 },
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5669:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
5667 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
5668 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
5669 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
5670 | liftFunc: { $0 },
5671 | errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5682:21: error: cannot find 'uniffi_iroh_ffi_fn_method_docs_join' in scope
5680 | try await uniffiRustCallAsync(
5681 | rustFutureFunc: {
5682 | uniffi_iroh_ffi_fn_method_docs_join(
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_docs_join' in scope
5683 | self.uniffiClonePointer(),
5684 | FfiConverterTypeDocTicket.lower(ticket)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5687:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
5685 | )
5686 | },
5687 | pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
5688 | completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
5689 | freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5688:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
5686 | },
5687 | pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
5688 | completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
5689 | freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
5690 | liftFunc: FfiConverterTypeDoc.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5689:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
5687 | pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
5688 | completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
5689 | freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
5690 | liftFunc: FfiConverterTypeDoc.lift,
5691 | errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5702:21: error: cannot find 'uniffi_iroh_ffi_fn_method_docs_join_and_subscribe' in scope
5700 | try await uniffiRustCallAsync(
5701 | rustFutureFunc: {
5702 | uniffi_iroh_ffi_fn_method_docs_join_and_subscribe(
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_docs_join_and_subscribe' in scope
5703 | self.uniffiClonePointer(),
5704 | FfiConverterTypeDocTicket.lower(ticket), FfiConverterTypeSubscribeCallback.lower(cb)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5707:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
5705 | )
5706 | },
5707 | pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
5708 | completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
5709 | freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5708:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
5706 | },
5707 | pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
5708 | completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
5709 | freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
5710 | liftFunc: FfiConverterTypeDoc.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5709:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
5707 | pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
5708 | completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
5709 | freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
5710 | liftFunc: FfiConverterTypeDoc.lift,
5711 | errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5722:21: error: cannot find 'uniffi_iroh_ffi_fn_method_docs_list' in scope
5720 | try await uniffiRustCallAsync(
5721 | rustFutureFunc: {
5722 | uniffi_iroh_ffi_fn_method_docs_list(
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_docs_list' in scope
5723 | self.uniffiClonePointer()
5724 | )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5726:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
5724 | )
5725 | },
5726 | pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
5727 | completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
5728 | freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5727:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
5725 | },
5726 | pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
5727 | completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
5728 | freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
5729 | liftFunc: FfiConverterSequenceTypeNamespaceAndCapability.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5728:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
5726 | pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
5727 | completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
5728 | freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
5729 | liftFunc: FfiConverterSequenceTypeNamespaceAndCapability.lift,
5730 | errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5743:21: error: cannot find 'uniffi_iroh_ffi_fn_method_docs_open' in scope
5741 | try await uniffiRustCallAsync(
5742 | rustFutureFunc: {
5743 | uniffi_iroh_ffi_fn_method_docs_open(
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_docs_open' in scope
5744 | self.uniffiClonePointer(),
5745 | FfiConverterString.lower(id)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5748:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
5746 | )
5747 | },
5748 | pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
5749 | completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
5750 | freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5749:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
5747 | },
5748 | pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
5749 | completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
5750 | freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
5751 | liftFunc: FfiConverterOptionTypeDoc.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5750:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
5748 | pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
5749 | completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
5750 | freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
5751 | liftFunc: FfiConverterOptionTypeDoc.lift,
5752 | errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5854:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_downloadcallback' in scope
5852 | #endif
5853 | public func uniffiClonePointer() -> UnsafeMutableRawPointer {
5854 | return try! rustCall { uniffi_iroh_ffi_fn_clone_downloadcallback(self.pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_clone_downloadcallback' in scope
5855 | }
5856 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5864:25: error: cannot find 'uniffi_iroh_ffi_fn_free_downloadcallback' in scope
5862 | }
5863 |
5864 | try! rustCall { uniffi_iroh_ffi_fn_free_downloadcallback(pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_free_downloadcallback' in scope
5865 | }
5866 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5871:21: error: cannot find 'uniffi_iroh_ffi_fn_method_downloadcallback_progress' in scope
5869 | try await uniffiRustCallAsync(
5870 | rustFutureFunc: {
5871 | uniffi_iroh_ffi_fn_method_downloadcallback_progress(
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_downloadcallback_progress' in scope
5872 | self.uniffiClonePointer(),
5873 | FfiConverterTypeDownloadProgress.lower(progress)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5876:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
5874 | )
5875 | },
5876 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
5877 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
5878 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5877:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
5875 | },
5876 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
5877 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
5878 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
5879 | liftFunc: { $0 },
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5878:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
5876 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
5877 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
5878 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
5879 | liftFunc: { $0 },
5880 | errorHandler: FfiConverterTypeCallbackError.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:5941:5: error: cannot find 'uniffi_iroh_ffi_fn_init_callback_vtable_downloadcallback' in scope
5939 |
5940 | private func uniffiCallbackInitDownloadCallback() {
5941 | uniffi_iroh_ffi_fn_init_callback_vtable_downloadcallback(&UniffiCallbackInterfaceDownloadCallback.vtable)
| `- error: cannot find 'uniffi_iroh_ffi_fn_init_callback_vtable_downloadcallback' in scope
5942 | }
5943 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6040:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_downloadpolicy' in scope
6038 | #endif
6039 | public func uniffiClonePointer() -> UnsafeMutableRawPointer {
6040 | return try! rustCall { uniffi_iroh_ffi_fn_clone_downloadpolicy(self.pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_clone_downloadpolicy' in scope
6041 | }
6042 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6050:25: error: cannot find 'uniffi_iroh_ffi_fn_free_downloadpolicy' in scope
6048 | }
6049 |
6050 | try! rustCall { uniffi_iroh_ffi_fn_free_downloadpolicy(pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_free_downloadpolicy' in scope
6051 | }
6052 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6058:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_downloadpolicy_everything' in scope
6056 | public static func everything() -> DownloadPolicy {
6057 | return try! FfiConverterTypeDownloadPolicy.lift(try! rustCall {
6058 | uniffi_iroh_ffi_fn_constructor_downloadpolicy_everything($0
| `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_downloadpolicy_everything' in scope
6059 | )
6060 | })
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6068:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_downloadpolicy_everything_except' in scope
6066 | public static func everythingExcept(filters: [FilterKind]) -> DownloadPolicy {
6067 | return try! FfiConverterTypeDownloadPolicy.lift(try! rustCall {
6068 | uniffi_iroh_ffi_fn_constructor_downloadpolicy_everything_except(
| `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_downloadpolicy_everything_except' in scope
6069 | FfiConverterSequenceTypeFilterKind.lower(filters), $0
6070 | )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6079:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_downloadpolicy_nothing' in scope
6077 | public static func nothing() -> DownloadPolicy {
6078 | return try! FfiConverterTypeDownloadPolicy.lift(try! rustCall {
6079 | uniffi_iroh_ffi_fn_constructor_downloadpolicy_nothing($0
| `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_downloadpolicy_nothing' in scope
6080 | )
6081 | })
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6089:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_downloadpolicy_nothing_except' in scope
6087 | public static func nothingExcept(filters: [FilterKind]) -> DownloadPolicy {
6088 | return try! FfiConverterTypeDownloadPolicy.lift(try! rustCall {
6089 | uniffi_iroh_ffi_fn_constructor_downloadpolicy_nothing_except(
| `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_downloadpolicy_nothing_except' in scope
6090 | FfiConverterSequenceTypeFilterKind.lower(filters), $0
6091 | )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6228:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_downloadprogress' in scope
6226 | #endif
6227 | public func uniffiClonePointer() -> UnsafeMutableRawPointer {
6228 | return try! rustCall { uniffi_iroh_ffi_fn_clone_downloadprogress(self.pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_clone_downloadprogress' in scope
6229 | }
6230 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6238:25: error: cannot find 'uniffi_iroh_ffi_fn_free_downloadprogress' in scope
6236 | }
6237 |
6238 | try! rustCall { uniffi_iroh_ffi_fn_free_downloadprogress(pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_free_downloadprogress' in scope
6239 | }
6240 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6246:13: error: cannot find 'uniffi_iroh_ffi_fn_method_downloadprogress_as_abort' in scope
6244 | open func asAbort() -> DownloadProgressAbort {
6245 | return try! FfiConverterTypeDownloadProgressAbort.lift(try! rustCall {
6246 | uniffi_iroh_ffi_fn_method_downloadprogress_as_abort(self.uniffiClonePointer(), $0)
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_downloadprogress_as_abort' in scope
6247 | })
6248 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6255:13: error: cannot find 'uniffi_iroh_ffi_fn_method_downloadprogress_as_all_done' in scope
6253 | open func asAllDone() -> DownloadProgressAllDone {
6254 | return try! FfiConverterTypeDownloadProgressAllDone.lift(try! rustCall {
6255 | 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
6256 | })
6257 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6264:13: error: cannot find 'uniffi_iroh_ffi_fn_method_downloadprogress_as_done' in scope
6262 | open func asDone() -> DownloadProgressDone {
6263 | return try! FfiConverterTypeDownloadProgressDone.lift(try! rustCall {
6264 | uniffi_iroh_ffi_fn_method_downloadprogress_as_done(self.uniffiClonePointer(), $0)
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_downloadprogress_as_done' in scope
6265 | })
6266 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6273:13: error: cannot find 'uniffi_iroh_ffi_fn_method_downloadprogress_as_found' in scope
6271 | open func asFound() -> DownloadProgressFound {
6272 | return try! FfiConverterTypeDownloadProgressFound.lift(try! rustCall {
6273 | uniffi_iroh_ffi_fn_method_downloadprogress_as_found(self.uniffiClonePointer(), $0)
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_downloadprogress_as_found' in scope
6274 | })
6275 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6282:13: error: cannot find 'uniffi_iroh_ffi_fn_method_downloadprogress_as_found_hash_seq' in scope
6280 | open func asFoundHashSeq() -> DownloadProgressFoundHashSeq {
6281 | return try! FfiConverterTypeDownloadProgressFoundHashSeq.lift(try! rustCall {
6282 | 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
6283 | })
6284 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6291:13: error: cannot find 'uniffi_iroh_ffi_fn_method_downloadprogress_as_found_local' in scope
6289 | open func asFoundLocal() -> DownloadProgressFoundLocal {
6290 | return try! FfiConverterTypeDownloadProgressFoundLocal.lift(try! rustCall {
6291 | 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
6292 | })
6293 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6300:13: error: cannot find 'uniffi_iroh_ffi_fn_method_downloadprogress_as_progress' in scope
6298 | open func asProgress() -> DownloadProgressProgress {
6299 | return try! FfiConverterTypeDownloadProgressProgress.lift(try! rustCall {
6300 | uniffi_iroh_ffi_fn_method_downloadprogress_as_progress(self.uniffiClonePointer(), $0)
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_downloadprogress_as_progress' in scope
6301 | })
6302 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6310:13: error: cannot find 'uniffi_iroh_ffi_fn_method_downloadprogress_type' in scope
6308 | open func type() -> DownloadProgressType {
6309 | return try! FfiConverterTypeDownloadProgressType.lift(try! rustCall {
6310 | uniffi_iroh_ffi_fn_method_downloadprogress_type(self.uniffiClonePointer(), $0)
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_downloadprogress_type' in scope
6311 | })
6312 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6407:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_endpoint' in scope
6405 | #endif
6406 | public func uniffiClonePointer() -> UnsafeMutableRawPointer {
6407 | return try! rustCall { uniffi_iroh_ffi_fn_clone_endpoint(self.pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_clone_endpoint' in scope
6408 | }
6409 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6417:25: error: cannot find 'uniffi_iroh_ffi_fn_free_endpoint' in scope
6415 | }
6416 |
6417 | try! rustCall { uniffi_iroh_ffi_fn_free_endpoint(pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_free_endpoint' in scope
6418 | }
6419 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6424:21: error: cannot find 'uniffi_iroh_ffi_fn_method_endpoint_connect' in scope
6422 | try await uniffiRustCallAsync(
6423 | rustFutureFunc: {
6424 | uniffi_iroh_ffi_fn_method_endpoint_connect(
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_endpoint_connect' in scope
6425 | self.uniffiClonePointer(),
6426 | FfiConverterTypeNodeAddr.lower(nodeAddr), FfiConverterData.lower(alpn)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6429:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
6427 | )
6428 | },
6429 | pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
6430 | completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
6431 | freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6430:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
6428 | },
6429 | pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
6430 | completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
6431 | freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
6432 | liftFunc: FfiConverterTypeConnection.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6431:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
6429 | pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
6430 | completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
6431 | freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
6432 | liftFunc: FfiConverterTypeConnection.lift,
6433 | errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6442:13: error: cannot find 'uniffi_iroh_ffi_fn_method_endpoint_node_id' in scope
6440 | open func nodeId() throws -> String {
6441 | return try FfiConverterString.lift(rustCallWithError(FfiConverterTypeIrohError__as_error.lift) {
6442 | uniffi_iroh_ffi_fn_method_endpoint_node_id(self.uniffiClonePointer(), $0)
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_endpoint_node_id' in scope
6443 | })
6444 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6576:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_entry' in scope
6574 | #endif
6575 | public func uniffiClonePointer() -> UnsafeMutableRawPointer {
6576 | return try! rustCall { uniffi_iroh_ffi_fn_clone_entry(self.pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_clone_entry' in scope
6577 | }
6578 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6586:25: error: cannot find 'uniffi_iroh_ffi_fn_free_entry' in scope
6584 | }
6585 |
6586 | try! rustCall { uniffi_iroh_ffi_fn_free_entry(pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_free_entry' in scope
6587 | }
6588 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6594:13: error: cannot find 'uniffi_iroh_ffi_fn_method_entry_author' in scope
6592 | open func author() -> AuthorId {
6593 | return try! FfiConverterTypeAuthorId.lift(try! rustCall {
6594 | uniffi_iroh_ffi_fn_method_entry_author(self.uniffiClonePointer(), $0)
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_entry_author' in scope
6595 | })
6596 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6603:13: error: cannot find 'uniffi_iroh_ffi_fn_method_entry_content_hash' in scope
6601 | open func contentHash() -> Hash {
6602 | return try! FfiConverterTypeHash.lift(try! rustCall {
6603 | uniffi_iroh_ffi_fn_method_entry_content_hash(self.uniffiClonePointer(), $0)
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_entry_content_hash' in scope
6604 | })
6605 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6612:13: error: cannot find 'uniffi_iroh_ffi_fn_method_entry_content_len' in scope
6610 | open func contentLen() -> UInt64 {
6611 | return try! FfiConverterUInt64.lift(try! rustCall {
6612 | uniffi_iroh_ffi_fn_method_entry_content_len(self.uniffiClonePointer(), $0)
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_entry_content_len' in scope
6613 | })
6614 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6621:13: error: cannot find 'uniffi_iroh_ffi_fn_method_entry_key' in scope
6619 | open func key() -> Data {
6620 | return try! FfiConverterData.lift(try! rustCall {
6621 | uniffi_iroh_ffi_fn_method_entry_key(self.uniffiClonePointer(), $0)
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_entry_key' in scope
6622 | })
6623 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6630:13: error: cannot find 'uniffi_iroh_ffi_fn_method_entry_namespace' in scope
6628 | open func namespace() -> String {
6629 | return try! FfiConverterString.lift(try! rustCall {
6630 | uniffi_iroh_ffi_fn_method_entry_namespace(self.uniffiClonePointer(), $0)
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_entry_namespace' in scope
6631 | })
6632 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6639:13: error: cannot find 'uniffi_iroh_ffi_fn_method_entry_timestamp' in scope
6637 | open func timestamp() -> UInt64 {
6638 | return try! FfiConverterUInt64.lift(try! rustCall {
6639 | uniffi_iroh_ffi_fn_method_entry_timestamp(self.uniffiClonePointer(), $0)
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_entry_timestamp' in scope
6640 | })
6641 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6740:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_filterkind' in scope
6738 | #endif
6739 | public func uniffiClonePointer() -> UnsafeMutableRawPointer {
6740 | return try! rustCall { uniffi_iroh_ffi_fn_clone_filterkind(self.pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_clone_filterkind' in scope
6741 | }
6742 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6750:25: error: cannot find 'uniffi_iroh_ffi_fn_free_filterkind' in scope
6748 | }
6749 |
6750 | try! rustCall { uniffi_iroh_ffi_fn_free_filterkind(pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_free_filterkind' in scope
6751 | }
6752 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6758:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_filterkind_exact' in scope
6756 | public static func exact(key: Data) -> FilterKind {
6757 | return try! FfiConverterTypeFilterKind.lift(try! rustCall {
6758 | uniffi_iroh_ffi_fn_constructor_filterkind_exact(
| `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_filterkind_exact' in scope
6759 | FfiConverterData.lower(key), $0
6760 | )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6769:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_filterkind_prefix' in scope
6767 | public static func prefix(prefix: Data) -> FilterKind {
6768 | return try! FfiConverterTypeFilterKind.lift(try! rustCall {
6769 | uniffi_iroh_ffi_fn_constructor_filterkind_prefix(
| `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_filterkind_prefix' in scope
6770 | FfiConverterData.lower(prefix), $0
6771 | )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6780:13: error: cannot find 'uniffi_iroh_ffi_fn_method_filterkind_matches' in scope
6778 | open func matches(key: Data) -> Bool {
6779 | return try! FfiConverterBool.lift(try! rustCall {
6780 | uniffi_iroh_ffi_fn_method_filterkind_matches(self.uniffiClonePointer(),
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_filterkind_matches' in scope
6781 | FfiConverterData.lower(key), $0)
6782 | })
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6879:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_gossip' in scope
6877 | #endif
6878 | public func uniffiClonePointer() -> UnsafeMutableRawPointer {
6879 | return try! rustCall { uniffi_iroh_ffi_fn_clone_gossip(self.pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_clone_gossip' in scope
6880 | }
6881 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6889:25: error: cannot find 'uniffi_iroh_ffi_fn_free_gossip' in scope
6887 | }
6888 |
6889 | try! rustCall { uniffi_iroh_ffi_fn_free_gossip(pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_free_gossip' in scope
6890 | }
6891 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6896:21: error: cannot find 'uniffi_iroh_ffi_fn_method_gossip_subscribe' in scope
6894 | try await uniffiRustCallAsync(
6895 | rustFutureFunc: {
6896 | uniffi_iroh_ffi_fn_method_gossip_subscribe(
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_gossip_subscribe' in scope
6897 | self.uniffiClonePointer(),
6898 | FfiConverterData.lower(topic), FfiConverterSequenceString.lower(bootstrap), FfiConverterTypeGossipMessageCallback.lower(cb)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6901:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
6899 | )
6900 | },
6901 | pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
6902 | completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
6903 | freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6902:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
6900 | },
6901 | pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
6902 | completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
6903 | freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
6904 | liftFunc: FfiConverterTypeSender.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6903:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
6901 | pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
6902 | completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
6903 | freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
6904 | liftFunc: FfiConverterTypeSender.lift,
6905 | errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:6997:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_gossipmessagecallback' in scope
6995 | #endif
6996 | public func uniffiClonePointer() -> UnsafeMutableRawPointer {
6997 | return try! rustCall { uniffi_iroh_ffi_fn_clone_gossipmessagecallback(self.pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_clone_gossipmessagecallback' in scope
6998 | }
6999 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7007:25: error: cannot find 'uniffi_iroh_ffi_fn_free_gossipmessagecallback' in scope
7005 | }
7006 |
7007 | try! rustCall { uniffi_iroh_ffi_fn_free_gossipmessagecallback(pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_free_gossipmessagecallback' in scope
7008 | }
7009 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7014:21: error: cannot find 'uniffi_iroh_ffi_fn_method_gossipmessagecallback_on_message' in scope
7012 | try await uniffiRustCallAsync(
7013 | rustFutureFunc: {
7014 | uniffi_iroh_ffi_fn_method_gossipmessagecallback_on_message(
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_gossipmessagecallback_on_message' in scope
7015 | self.uniffiClonePointer(),
7016 | FfiConverterTypeMessage.lower(msg)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7019:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
7017 | )
7018 | },
7019 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
7020 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
7021 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7020:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
7018 | },
7019 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
7020 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
7021 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
7022 | liftFunc: { $0 },
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7021:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
7019 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
7020 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
7021 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
7022 | liftFunc: { $0 },
7023 | errorHandler: FfiConverterTypeCallbackError.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7084:5: error: cannot find 'uniffi_iroh_ffi_fn_init_callback_vtable_gossipmessagecallback' in scope
7082 |
7083 | private func uniffiCallbackInitGossipMessageCallback() {
7084 | uniffi_iroh_ffi_fn_init_callback_vtable_gossipmessagecallback(&UniffiCallbackInterfaceGossipMessageCallback.vtable)
| `- error: cannot find 'uniffi_iroh_ffi_fn_init_callback_vtable_gossipmessagecallback' in scope
7085 | }
7086 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7199:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_hash' in scope
7197 | #endif
7198 | public func uniffiClonePointer() -> UnsafeMutableRawPointer {
7199 | return try! rustCall { uniffi_iroh_ffi_fn_clone_hash(self.pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_clone_hash' in scope
7200 | }
7201 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7208:17: error: cannot find 'uniffi_iroh_ffi_fn_constructor_hash_new' in scope
7206 | let pointer =
7207 | try! rustCall {
7208 | uniffi_iroh_ffi_fn_constructor_hash_new(
| `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_hash_new' in scope
7209 | FfiConverterData.lower(buf), $0
7210 | )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7220:25: error: cannot find 'uniffi_iroh_ffi_fn_free_hash' in scope
7218 | }
7219 |
7220 | try! rustCall { uniffi_iroh_ffi_fn_free_hash(pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_free_hash' in scope
7221 | }
7222 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7228:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_hash_from_bytes' in scope
7226 | public static func fromBytes(bytes: Data) throws -> Hash {
7227 | return try FfiConverterTypeHash.lift(rustCallWithError(FfiConverterTypeIrohError__as_error.lift) {
7228 | uniffi_iroh_ffi_fn_constructor_hash_from_bytes(
| `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_hash_from_bytes' in scope
7229 | FfiConverterData.lower(bytes), $0
7230 | )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7239:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_hash_from_string' in scope
7237 | public static func fromString(s: String) throws -> Hash {
7238 | return try FfiConverterTypeHash.lift(rustCallWithError(FfiConverterTypeIrohError__as_error.lift) {
7239 | uniffi_iroh_ffi_fn_constructor_hash_from_string(
| `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_hash_from_string' in scope
7240 | FfiConverterString.lower(s), $0
7241 | )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7250:13: error: cannot find 'uniffi_iroh_ffi_fn_method_hash_equal' in scope
7248 | open func equal(other: Hash) -> Bool {
7249 | return try! FfiConverterBool.lift(try! rustCall {
7250 | uniffi_iroh_ffi_fn_method_hash_equal(self.uniffiClonePointer(),
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_hash_equal' in scope
7251 | FfiConverterTypeHash.lower(other), $0)
7252 | })
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7260:13: error: cannot find 'uniffi_iroh_ffi_fn_method_hash_to_bytes' in scope
7258 | open func toBytes() -> Data {
7259 | return try! FfiConverterData.lift(try! rustCall {
7260 | uniffi_iroh_ffi_fn_method_hash_to_bytes(self.uniffiClonePointer(), $0)
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_hash_to_bytes' in scope
7261 | })
7262 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7269:13: error: cannot find 'uniffi_iroh_ffi_fn_method_hash_to_hex' in scope
7267 | open func toHex() -> String {
7268 | return try! FfiConverterString.lift(try! rustCall {
7269 | uniffi_iroh_ffi_fn_method_hash_to_hex(self.uniffiClonePointer(), $0)
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_hash_to_hex' in scope
7270 | })
7271 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7276:17: error: cannot find 'uniffi_iroh_ffi_fn_method_hash_uniffi_trait_display' in scope
7274 | return try! FfiConverterString.lift(
7275 | try! rustCall {
7276 | 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
7277 | }
7278 | )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7408:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_iroh' in scope
7406 | #endif
7407 | public func uniffiClonePointer() -> UnsafeMutableRawPointer {
7408 | return try! rustCall { uniffi_iroh_ffi_fn_clone_iroh(self.pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_clone_iroh' in scope
7409 | }
7410 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7418:25: error: cannot find 'uniffi_iroh_ffi_fn_free_iroh' in scope
7416 | }
7417 |
7418 | try! rustCall { uniffi_iroh_ffi_fn_free_iroh(pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_free_iroh' in scope
7419 | }
7420 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7430:21: error: cannot find 'uniffi_iroh_ffi_fn_constructor_iroh_memory' in scope
7428 | try await uniffiRustCallAsync(
7429 | rustFutureFunc: {
7430 | uniffi_iroh_ffi_fn_constructor_iroh_memory(
| `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_iroh_memory' in scope
7431 | )
7432 | },
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7433:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
7431 | )
7432 | },
7433 | pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
7434 | completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
7435 | freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7434:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
7432 | },
7433 | pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
7434 | completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
7435 | freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
7436 | liftFunc: FfiConverterTypeIroh.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7435:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
7433 | pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
7434 | completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
7435 | freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
7436 | liftFunc: FfiConverterTypeIroh.lift,
7437 | errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7448:21: error: cannot find 'uniffi_iroh_ffi_fn_constructor_iroh_memory_with_options' in scope
7446 | try await uniffiRustCallAsync(
7447 | rustFutureFunc: {
7448 | 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
7449 | )
7450 | },
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7451:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
7449 | )
7450 | },
7451 | pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
7452 | completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
7453 | freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7452:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
7450 | },
7451 | pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
7452 | completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
7453 | freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
7454 | liftFunc: FfiConverterTypeIroh.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7453:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
7451 | pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
7452 | completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
7453 | freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
7454 | liftFunc: FfiConverterTypeIroh.lift,
7455 | errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7469:21: error: cannot find 'uniffi_iroh_ffi_fn_constructor_iroh_persistent' in scope
7467 | try await uniffiRustCallAsync(
7468 | rustFutureFunc: {
7469 | uniffi_iroh_ffi_fn_constructor_iroh_persistent(FfiConverterString.lower(path)
| `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_iroh_persistent' in scope
7470 | )
7471 | },
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7472:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
7470 | )
7471 | },
7472 | pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
7473 | completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
7474 | freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7473:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
7471 | },
7472 | pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
7473 | completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
7474 | freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
7475 | liftFunc: FfiConverterTypeIroh.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7474:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
7472 | pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
7473 | completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
7474 | freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
7475 | liftFunc: FfiConverterTypeIroh.lift,
7476 | errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7487:21: error: cannot find 'uniffi_iroh_ffi_fn_constructor_iroh_persistent_with_options' in scope
7485 | try await uniffiRustCallAsync(
7486 | rustFutureFunc: {
7487 | 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
7488 | },
7489 | pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7489:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
7487 | uniffi_iroh_ffi_fn_constructor_iroh_persistent_with_options(FfiConverterString.lower(path), FfiConverterTypeNodeOptions.lower(options))
7488 | },
7489 | pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
7490 | completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
7491 | freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7490:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
7488 | },
7489 | pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
7490 | completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
7491 | freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
7492 | liftFunc: FfiConverterTypeIroh.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7491:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
7489 | pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
7490 | completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
7491 | freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
7492 | liftFunc: FfiConverterTypeIroh.lift,
7493 | errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7502:13: error: cannot find 'uniffi_iroh_ffi_fn_method_iroh_authors' in scope
7500 | open func authors() -> Authors {
7501 | return try! FfiConverterTypeAuthors.lift(try! rustCall {
7502 | uniffi_iroh_ffi_fn_method_iroh_authors(self.uniffiClonePointer(), $0)
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_iroh_authors' in scope
7503 | })
7504 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7511:13: error: cannot find 'uniffi_iroh_ffi_fn_method_iroh_blobs' in scope
7509 | open func blobs() -> Blobs {
7510 | return try! FfiConverterTypeBlobs.lift(try! rustCall {
7511 | uniffi_iroh_ffi_fn_method_iroh_blobs(self.uniffiClonePointer(), $0)
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_iroh_blobs' in scope
7512 | })
7513 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7520:13: error: cannot find 'uniffi_iroh_ffi_fn_method_iroh_docs' in scope
7518 | open func docs() -> Docs {
7519 | return try! FfiConverterTypeDocs.lift(try! rustCall {
7520 | uniffi_iroh_ffi_fn_method_iroh_docs(self.uniffiClonePointer(), $0)
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_iroh_docs' in scope
7521 | })
7522 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7529:13: error: cannot find 'uniffi_iroh_ffi_fn_method_iroh_gossip' in scope
7527 | open func gossip() -> Gossip {
7528 | return try! FfiConverterTypeGossip.lift(try! rustCall {
7529 | uniffi_iroh_ffi_fn_method_iroh_gossip(self.uniffiClonePointer(), $0)
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_iroh_gossip' in scope
7530 | })
7531 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7538:13: error: cannot find 'uniffi_iroh_ffi_fn_method_iroh_net' in scope
7536 | open func net() -> Net {
7537 | return try! FfiConverterTypeNet.lift(try! rustCall {
7538 | uniffi_iroh_ffi_fn_method_iroh_net(self.uniffiClonePointer(), $0)
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_iroh_net' in scope
7539 | })
7540 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7547:13: error: cannot find 'uniffi_iroh_ffi_fn_method_iroh_node' in scope
7545 | open func node() -> Node {
7546 | return try! FfiConverterTypeNode.lift(try! rustCall {
7547 | uniffi_iroh_ffi_fn_method_iroh_node(self.uniffiClonePointer(), $0)
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_iroh_node' in scope
7548 | })
7549 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7556:13: error: cannot find 'uniffi_iroh_ffi_fn_method_iroh_tags' in scope
7554 | open func tags() -> Tags {
7555 | return try! FfiConverterTypeTags.lift(try! rustCall {
7556 | uniffi_iroh_ffi_fn_method_iroh_tags(self.uniffiClonePointer(), $0)
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_iroh_tags' in scope
7557 | })
7558 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7657:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_iroherror' in scope
7655 | #endif
7656 | public func uniffiClonePointer() -> UnsafeMutableRawPointer {
7657 | return try! rustCall { uniffi_iroh_ffi_fn_clone_iroherror(self.pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_clone_iroherror' in scope
7658 | }
7659 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7667:25: error: cannot find 'uniffi_iroh_ffi_fn_free_iroherror' in scope
7665 | }
7666 |
7667 | try! rustCall { uniffi_iroh_ffi_fn_free_iroherror(pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_free_iroherror' in scope
7668 | }
7669 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7672:13: error: cannot find 'uniffi_iroh_ffi_fn_method_iroherror_message' in scope
7670 | open func message() -> String {
7671 | return try! FfiConverterString.lift(try! rustCall {
7672 | uniffi_iroh_ffi_fn_method_iroherror_message(self.uniffiClonePointer(), $0)
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_iroherror_message' in scope
7673 | })
7674 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7679:17: error: cannot find 'uniffi_iroh_ffi_fn_method_iroherror_uniffi_trait_debug' in scope
7677 | return try! FfiConverterString.lift(
7678 | try! rustCall {
7679 | 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
7680 | }
7681 | )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7729:41: error: no exact matches in call to initializer
7727 | public struct FfiConverterTypeIrohError__as_error: FfiConverterRustBuffer {
7728 | public static func lift(_ buf: RustBuffer) throws -> IrohError {
7729 | var reader = createReader(data: Data(rustBuffer: buf))
| `- error: no exact matches in call to initializer
7730 | return try FfiConverterTypeIrohError.read(from: &reader)
7731 | }
FoundationEssentials.Data.init:2:19: note: incorrect labels for candidate (have: '(rustBuffer:)', expected: '(_:)')
1 | struct Data {
2 | @inlinable public init<S>(_ elements: S) where S : Sequence, S.Element == UInt8}
| `- note: incorrect labels for candidate (have: '(rustBuffer:)', expected: '(_:)')
3 |
Swift.RangeReplaceableCollection.init:2:19: note: incorrect labels for candidate (have: '(rustBuffer:)', expected: '(_:)')
1 | protocol RangeReplaceableCollection {
2 | @inlinable public init<S>(_ elements: S) where S : Sequence, Self.Element == S.Element}
| `- note: incorrect labels for candidate (have: '(rustBuffer:)', expected: '(_:)')
3 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7839:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_liveevent' in scope
7837 | #endif
7838 | public func uniffiClonePointer() -> UnsafeMutableRawPointer {
7839 | return try! rustCall { uniffi_iroh_ffi_fn_clone_liveevent(self.pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_clone_liveevent' in scope
7840 | }
7841 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7849:25: error: cannot find 'uniffi_iroh_ffi_fn_free_liveevent' in scope
7847 | }
7848 |
7849 | try! rustCall { uniffi_iroh_ffi_fn_free_liveevent(pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_free_liveevent' in scope
7850 | }
7851 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7857:13: error: cannot find 'uniffi_iroh_ffi_fn_method_liveevent_as_content_ready' in scope
7855 | open func asContentReady() -> Hash {
7856 | return try! FfiConverterTypeHash.lift(try! rustCall {
7857 | 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
7858 | })
7859 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7866:13: error: cannot find 'uniffi_iroh_ffi_fn_method_liveevent_as_insert_local' in scope
7864 | open func asInsertLocal() -> Entry {
7865 | return try! FfiConverterTypeEntry.lift(try! rustCall {
7866 | 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
7867 | })
7868 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7875:13: error: cannot find 'uniffi_iroh_ffi_fn_method_liveevent_as_insert_remote' in scope
7873 | open func asInsertRemote() -> InsertRemoteEvent {
7874 | return try! FfiConverterTypeInsertRemoteEvent.lift(try! rustCall {
7875 | 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
7876 | })
7877 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7884:13: error: cannot find 'uniffi_iroh_ffi_fn_method_liveevent_as_neighbor_down' in scope
7882 | open func asNeighborDown() -> PublicKey {
7883 | return try! FfiConverterTypePublicKey.lift(try! rustCall {
7884 | 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
7885 | })
7886 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7893:13: error: cannot find 'uniffi_iroh_ffi_fn_method_liveevent_as_neighbor_up' in scope
7891 | open func asNeighborUp() -> PublicKey {
7892 | return try! FfiConverterTypePublicKey.lift(try! rustCall {
7893 | 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
7894 | })
7895 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7902:13: error: cannot find 'uniffi_iroh_ffi_fn_method_liveevent_as_sync_finished' in scope
7900 | open func asSyncFinished() -> SyncEvent {
7901 | return try! FfiConverterTypeSyncEvent.lift(try! rustCall {
7902 | 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
7903 | })
7904 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:7911:13: error: cannot find 'uniffi_iroh_ffi_fn_method_liveevent_type' in scope
7909 | open func type() -> LiveEventType {
7910 | return try! FfiConverterTypeLiveEventType.lift(try! rustCall {
7911 | uniffi_iroh_ffi_fn_method_liveevent_type(self.uniffiClonePointer(), $0)
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_liveevent_type' in scope
7912 | })
7913 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8019:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_message' in scope
8017 | #endif
8018 | public func uniffiClonePointer() -> UnsafeMutableRawPointer {
8019 | return try! rustCall { uniffi_iroh_ffi_fn_clone_message(self.pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_clone_message' in scope
8020 | }
8021 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8029:25: error: cannot find 'uniffi_iroh_ffi_fn_free_message' in scope
8027 | }
8028 |
8029 | try! rustCall { uniffi_iroh_ffi_fn_free_message(pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_free_message' in scope
8030 | }
8031 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8034:13: error: cannot find 'uniffi_iroh_ffi_fn_method_message_as_error' in scope
8032 | open func asError() -> String {
8033 | return try! FfiConverterString.lift(try! rustCall {
8034 | uniffi_iroh_ffi_fn_method_message_as_error(self.uniffiClonePointer(), $0)
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_message_as_error' in scope
8035 | })
8036 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8040:13: error: cannot find 'uniffi_iroh_ffi_fn_method_message_as_joined' in scope
8038 | open func asJoined() -> [String] {
8039 | return try! FfiConverterSequenceString.lift(try! rustCall {
8040 | uniffi_iroh_ffi_fn_method_message_as_joined(self.uniffiClonePointer(), $0)
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_message_as_joined' in scope
8041 | })
8042 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8046:13: error: cannot find 'uniffi_iroh_ffi_fn_method_message_as_neighbor_down' in scope
8044 | open func asNeighborDown() -> String {
8045 | return try! FfiConverterString.lift(try! rustCall {
8046 | 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
8047 | })
8048 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8052:13: error: cannot find 'uniffi_iroh_ffi_fn_method_message_as_neighbor_up' in scope
8050 | open func asNeighborUp() -> String {
8051 | return try! FfiConverterString.lift(try! rustCall {
8052 | 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
8053 | })
8054 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8058:13: error: cannot find 'uniffi_iroh_ffi_fn_method_message_as_received' in scope
8056 | open func asReceived() -> MessageContent {
8057 | return try! FfiConverterTypeMessageContent.lift(try! rustCall {
8058 | uniffi_iroh_ffi_fn_method_message_as_received(self.uniffiClonePointer(), $0)
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_message_as_received' in scope
8059 | })
8060 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8064:13: error: cannot find 'uniffi_iroh_ffi_fn_method_message_type' in scope
8062 | open func type() -> MessageType {
8063 | return try! FfiConverterTypeMessageType.lift(try! rustCall {
8064 | uniffi_iroh_ffi_fn_method_message_type(self.uniffiClonePointer(), $0)
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_message_type' in scope
8065 | })
8066 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8190:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_net' in scope
8188 | #endif
8189 | public func uniffiClonePointer() -> UnsafeMutableRawPointer {
8190 | return try! rustCall { uniffi_iroh_ffi_fn_clone_net(self.pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_clone_net' in scope
8191 | }
8192 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8200:25: error: cannot find 'uniffi_iroh_ffi_fn_free_net' in scope
8198 | }
8199 |
8200 | try! rustCall { uniffi_iroh_ffi_fn_free_net(pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_free_net' in scope
8201 | }
8202 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8210:21: error: cannot find 'uniffi_iroh_ffi_fn_method_net_add_node_addr' in scope
8208 | try await uniffiRustCallAsync(
8209 | rustFutureFunc: {
8210 | uniffi_iroh_ffi_fn_method_net_add_node_addr(
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_net_add_node_addr' in scope
8211 | self.uniffiClonePointer(),
8212 | FfiConverterTypeNodeAddr.lower(addr)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8215:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
8213 | )
8214 | },
8215 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
8216 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
8217 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8216:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
8214 | },
8215 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
8216 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
8217 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
8218 | liftFunc: { $0 },
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8217:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
8215 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
8216 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
8217 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
8218 | liftFunc: { $0 },
8219 | errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8230:21: error: cannot find 'uniffi_iroh_ffi_fn_method_net_home_relay' in scope
8228 | try await uniffiRustCallAsync(
8229 | rustFutureFunc: {
8230 | uniffi_iroh_ffi_fn_method_net_home_relay(
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_net_home_relay' in scope
8231 | self.uniffiClonePointer()
8232 | )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8234:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
8232 | )
8233 | },
8234 | pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
8235 | completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
8236 | freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8235:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
8233 | },
8234 | pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
8235 | completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
8236 | freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
8237 | liftFunc: FfiConverterOptionString.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8236:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
8234 | pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
8235 | completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
8236 | freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
8237 | liftFunc: FfiConverterOptionString.lift,
8238 | errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8249:21: error: cannot find 'uniffi_iroh_ffi_fn_method_net_node_addr' in scope
8247 | try await uniffiRustCallAsync(
8248 | rustFutureFunc: {
8249 | uniffi_iroh_ffi_fn_method_net_node_addr(
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_net_node_addr' in scope
8250 | self.uniffiClonePointer()
8251 | )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8253:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
8251 | )
8252 | },
8253 | pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
8254 | completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
8255 | freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8254:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
8252 | },
8253 | pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
8254 | completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
8255 | freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
8256 | liftFunc: FfiConverterTypeNodeAddr.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8255:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
8253 | pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
8254 | completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
8255 | freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
8256 | liftFunc: FfiConverterTypeNodeAddr.lift,
8257 | errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8268:21: error: cannot find 'uniffi_iroh_ffi_fn_method_net_node_id' in scope
8266 | try await uniffiRustCallAsync(
8267 | rustFutureFunc: {
8268 | uniffi_iroh_ffi_fn_method_net_node_id(
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_net_node_id' in scope
8269 | self.uniffiClonePointer()
8270 | )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8272:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
8270 | )
8271 | },
8272 | pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
8273 | completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
8274 | freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8273:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
8271 | },
8272 | pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
8273 | completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
8274 | freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
8275 | liftFunc: FfiConverterString.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8274:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
8272 | pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
8273 | completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
8274 | freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
8275 | liftFunc: FfiConverterString.lift,
8276 | errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8287:21: error: cannot find 'uniffi_iroh_ffi_fn_method_net_remote_info' in scope
8285 | try await uniffiRustCallAsync(
8286 | rustFutureFunc: {
8287 | uniffi_iroh_ffi_fn_method_net_remote_info(
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_net_remote_info' in scope
8288 | self.uniffiClonePointer(),
8289 | FfiConverterTypePublicKey.lower(nodeId)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8292:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
8290 | )
8291 | },
8292 | pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
8293 | completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
8294 | freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8293:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
8291 | },
8292 | pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
8293 | completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
8294 | freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
8295 | liftFunc: FfiConverterOptionTypeRemoteInfo.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8294:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
8292 | pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
8293 | completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
8294 | freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
8295 | liftFunc: FfiConverterOptionTypeRemoteInfo.lift,
8296 | errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8307:21: error: cannot find 'uniffi_iroh_ffi_fn_method_net_remote_info_list' in scope
8305 | try await uniffiRustCallAsync(
8306 | rustFutureFunc: {
8307 | uniffi_iroh_ffi_fn_method_net_remote_info_list(
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_net_remote_info_list' in scope
8308 | self.uniffiClonePointer()
8309 | )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8311:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
8309 | )
8310 | },
8311 | pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
8312 | completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
8313 | freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8312:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
8310 | },
8311 | pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
8312 | completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
8313 | freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
8314 | liftFunc: FfiConverterSequenceTypeRemoteInfo.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8313:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
8311 | pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
8312 | completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
8313 | freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
8314 | liftFunc: FfiConverterSequenceTypeRemoteInfo.lift,
8315 | errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8428:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_node' in scope
8426 | #endif
8427 | public func uniffiClonePointer() -> UnsafeMutableRawPointer {
8428 | return try! rustCall { uniffi_iroh_ffi_fn_clone_node(self.pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_clone_node' in scope
8429 | }
8430 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8438:25: error: cannot find 'uniffi_iroh_ffi_fn_free_node' in scope
8436 | }
8437 |
8438 | try! rustCall { uniffi_iroh_ffi_fn_free_node(pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_free_node' in scope
8439 | }
8440 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8443:13: error: cannot find 'uniffi_iroh_ffi_fn_method_node_endpoint' in scope
8441 | open func endpoint() -> Endpoint {
8442 | return try! FfiConverterTypeEndpoint.lift(try! rustCall {
8443 | uniffi_iroh_ffi_fn_method_node_endpoint(self.uniffiClonePointer(), $0)
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_node_endpoint' in scope
8444 | })
8445 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8454:21: error: cannot find 'uniffi_iroh_ffi_fn_method_node_shutdown' in scope
8452 | try await uniffiRustCallAsync(
8453 | rustFutureFunc: {
8454 | uniffi_iroh_ffi_fn_method_node_shutdown(
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_node_shutdown' in scope
8455 | self.uniffiClonePointer()
8456 | )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8458:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
8456 | )
8457 | },
8458 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
8459 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
8460 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8459:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
8457 | },
8458 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
8459 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
8460 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
8461 | liftFunc: { $0 },
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8460:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
8458 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
8459 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
8460 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
8461 | liftFunc: { $0 },
8462 | errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8473:21: error: cannot find 'uniffi_iroh_ffi_fn_method_node_stats' in scope
8471 | try await uniffiRustCallAsync(
8472 | rustFutureFunc: {
8473 | uniffi_iroh_ffi_fn_method_node_stats(
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_node_stats' in scope
8474 | self.uniffiClonePointer()
8475 | )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8477:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
8475 | )
8476 | },
8477 | pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
8478 | completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
8479 | freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8478:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
8476 | },
8477 | pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
8478 | completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
8479 | freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
8480 | liftFunc: FfiConverterDictionaryStringTypeCounterStats.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8479:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
8477 | pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
8478 | completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
8479 | freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
8480 | liftFunc: FfiConverterDictionaryStringTypeCounterStats.lift,
8481 | errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8492:21: error: cannot find 'uniffi_iroh_ffi_fn_method_node_status' in scope
8490 | try await uniffiRustCallAsync(
8491 | rustFutureFunc: {
8492 | uniffi_iroh_ffi_fn_method_node_status(
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_node_status' in scope
8493 | self.uniffiClonePointer()
8494 | )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8496:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
8494 | )
8495 | },
8496 | pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_pointer' in scope
8497 | completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
8498 | freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8497:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
8495 | },
8496 | pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
8497 | completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_pointer' in scope
8498 | freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
8499 | liftFunc: FfiConverterTypeNodeStatus.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8498:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
8496 | pollFunc: ffi_iroh_ffi_rust_future_poll_pointer,
8497 | completeFunc: ffi_iroh_ffi_rust_future_complete_pointer,
8498 | freeFunc: ffi_iroh_ffi_rust_future_free_pointer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_free_pointer' in scope
8499 | liftFunc: FfiConverterTypeNodeStatus.lift,
8500 | errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8611:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_nodeaddr' in scope
8609 | #endif
8610 | public func uniffiClonePointer() -> UnsafeMutableRawPointer {
8611 | return try! rustCall { uniffi_iroh_ffi_fn_clone_nodeaddr(self.pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_clone_nodeaddr' in scope
8612 | }
8613 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8620:17: error: cannot find 'uniffi_iroh_ffi_fn_constructor_nodeaddr_new' in scope
8618 | let pointer =
8619 | try! rustCall {
8620 | uniffi_iroh_ffi_fn_constructor_nodeaddr_new(
| `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_nodeaddr_new' in scope
8621 | FfiConverterTypePublicKey.lower(nodeId),
8622 | FfiConverterOptionString.lower(derpUrl),
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8634:25: error: cannot find 'uniffi_iroh_ffi_fn_free_nodeaddr' in scope
8632 | }
8633 |
8634 | try! rustCall { uniffi_iroh_ffi_fn_free_nodeaddr(pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_free_nodeaddr' in scope
8635 | }
8636 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8642:13: error: cannot find 'uniffi_iroh_ffi_fn_method_nodeaddr_direct_addresses' in scope
8640 | open func directAddresses() -> [String] {
8641 | return try! FfiConverterSequenceString.lift(try! rustCall {
8642 | uniffi_iroh_ffi_fn_method_nodeaddr_direct_addresses(self.uniffiClonePointer(), $0)
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_nodeaddr_direct_addresses' in scope
8643 | })
8644 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8651:13: error: cannot find 'uniffi_iroh_ffi_fn_method_nodeaddr_equal' in scope
8649 | open func equal(other: NodeAddr) -> Bool {
8650 | return try! FfiConverterBool.lift(try! rustCall {
8651 | uniffi_iroh_ffi_fn_method_nodeaddr_equal(self.uniffiClonePointer(),
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_nodeaddr_equal' in scope
8652 | FfiConverterTypeNodeAddr.lower(other), $0)
8653 | })
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8661:13: error: cannot find 'uniffi_iroh_ffi_fn_method_nodeaddr_relay_url' in scope
8659 | open func relayUrl() -> String? {
8660 | return try! FfiConverterOptionString.lift(try! rustCall {
8661 | uniffi_iroh_ffi_fn_method_nodeaddr_relay_url(self.uniffiClonePointer(), $0)
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_nodeaddr_relay_url' in scope
8662 | })
8663 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8777:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_nodestatus' in scope
8775 | #endif
8776 | public func uniffiClonePointer() -> UnsafeMutableRawPointer {
8777 | return try! rustCall { uniffi_iroh_ffi_fn_clone_nodestatus(self.pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_clone_nodestatus' in scope
8778 | }
8779 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8787:25: error: cannot find 'uniffi_iroh_ffi_fn_free_nodestatus' in scope
8785 | }
8786 |
8787 | try! rustCall { uniffi_iroh_ffi_fn_free_nodestatus(pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_free_nodestatus' in scope
8788 | }
8789 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8795:13: error: cannot find 'uniffi_iroh_ffi_fn_method_nodestatus_listen_addrs' in scope
8793 | open func listenAddrs() -> [String] {
8794 | return try! FfiConverterSequenceString.lift(try! rustCall {
8795 | uniffi_iroh_ffi_fn_method_nodestatus_listen_addrs(self.uniffiClonePointer(), $0)
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_nodestatus_listen_addrs' in scope
8796 | })
8797 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8804:13: error: cannot find 'uniffi_iroh_ffi_fn_method_nodestatus_node_addr' in scope
8802 | open func nodeAddr() -> NodeAddr {
8803 | return try! FfiConverterTypeNodeAddr.lift(try! rustCall {
8804 | uniffi_iroh_ffi_fn_method_nodestatus_node_addr(self.uniffiClonePointer(), $0)
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_nodestatus_node_addr' in scope
8805 | })
8806 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8813:13: error: cannot find 'uniffi_iroh_ffi_fn_method_nodestatus_rpc_addr' in scope
8811 | open func rpcAddr() -> String? {
8812 | return try! FfiConverterOptionString.lift(try! rustCall {
8813 | uniffi_iroh_ffi_fn_method_nodestatus_rpc_addr(self.uniffiClonePointer(), $0)
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_nodestatus_rpc_addr' in scope
8814 | })
8815 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8822:13: error: cannot find 'uniffi_iroh_ffi_fn_method_nodestatus_version' in scope
8820 | open func version() -> String {
8821 | return try! FfiConverterString.lift(try! rustCall {
8822 | uniffi_iroh_ffi_fn_method_nodestatus_version(self.uniffiClonePointer(), $0)
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_nodestatus_version' in scope
8823 | })
8824 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8934:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_nodeticket' in scope
8932 | #endif
8933 | public func uniffiClonePointer() -> UnsafeMutableRawPointer {
8934 | return try! rustCall { uniffi_iroh_ffi_fn_clone_nodeticket(self.pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_clone_nodeticket' in scope
8935 | }
8936 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8946:17: error: cannot find 'uniffi_iroh_ffi_fn_constructor_nodeticket_new' in scope
8944 | let pointer =
8945 | try rustCallWithError(FfiConverterTypeIrohError__as_error.lift) {
8946 | uniffi_iroh_ffi_fn_constructor_nodeticket_new(
| `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_nodeticket_new' in scope
8947 | FfiConverterTypeNodeAddr.lower(addr), $0
8948 | )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8958:25: error: cannot find 'uniffi_iroh_ffi_fn_free_nodeticket' in scope
8956 | }
8957 |
8958 | try! rustCall { uniffi_iroh_ffi_fn_free_nodeticket(pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_free_nodeticket' in scope
8959 | }
8960 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8966:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_nodeticket_parse' in scope
8964 | public static func parse(str: String) throws -> NodeTicket {
8965 | return try FfiConverterTypeNodeTicket.lift(rustCallWithError(FfiConverterTypeIrohError__as_error.lift) {
8966 | uniffi_iroh_ffi_fn_constructor_nodeticket_parse(
| `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_nodeticket_parse' in scope
8967 | FfiConverterString.lower(str), $0
8968 | )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8977:13: error: cannot find 'uniffi_iroh_ffi_fn_method_nodeticket_node_addr' in scope
8975 | open func nodeAddr() -> NodeAddr {
8976 | return try! FfiConverterTypeNodeAddr.lift(try! rustCall {
8977 | uniffi_iroh_ffi_fn_method_nodeticket_node_addr(self.uniffiClonePointer(), $0)
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_nodeticket_node_addr' in scope
8978 | })
8979 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:8984:17: error: cannot find 'uniffi_iroh_ffi_fn_method_nodeticket_uniffi_trait_display' in scope
8982 | return try! FfiConverterString.lift(
8983 | try! rustCall {
8984 | uniffi_iroh_ffi_fn_method_nodeticket_uniffi_trait_display(self.uniffiClonePointer(), $0)
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_nodeticket_uniffi_trait_display' in scope
8985 | }
8986 | )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9077:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_protocolcreator' in scope
9075 | #endif
9076 | public func uniffiClonePointer() -> UnsafeMutableRawPointer {
9077 | return try! rustCall { uniffi_iroh_ffi_fn_clone_protocolcreator(self.pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_clone_protocolcreator' in scope
9078 | }
9079 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9087:25: error: cannot find 'uniffi_iroh_ffi_fn_free_protocolcreator' in scope
9085 | }
9086 |
9087 | try! rustCall { uniffi_iroh_ffi_fn_free_protocolcreator(pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_free_protocolcreator' in scope
9088 | }
9089 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9092:13: error: cannot find 'uniffi_iroh_ffi_fn_method_protocolcreator_create' in scope
9090 | open func create(endpoint: Endpoint) -> ProtocolHandler {
9091 | return try! FfiConverterTypeProtocolHandler.lift(try! rustCall {
9092 | uniffi_iroh_ffi_fn_method_protocolcreator_create(self.uniffiClonePointer(),
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_protocolcreator_create' in scope
9093 | FfiConverterTypeEndpoint.lower(endpoint), $0)
9094 | })
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9136:5: error: cannot find 'uniffi_iroh_ffi_fn_init_callback_vtable_protocolcreator' in scope
9134 |
9135 | private func uniffiCallbackInitProtocolCreator() {
9136 | uniffi_iroh_ffi_fn_init_callback_vtable_protocolcreator(&UniffiCallbackInterfaceProtocolCreator.vtable)
| `- error: cannot find 'uniffi_iroh_ffi_fn_init_callback_vtable_protocolcreator' in scope
9137 | }
9138 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9233:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_protocolhandler' in scope
9231 | #endif
9232 | public func uniffiClonePointer() -> UnsafeMutableRawPointer {
9233 | return try! rustCall { uniffi_iroh_ffi_fn_clone_protocolhandler(self.pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_clone_protocolhandler' in scope
9234 | }
9235 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9243:25: error: cannot find 'uniffi_iroh_ffi_fn_free_protocolhandler' in scope
9241 | }
9242 |
9243 | try! rustCall { uniffi_iroh_ffi_fn_free_protocolhandler(pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_free_protocolhandler' in scope
9244 | }
9245 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9250:21: error: cannot find 'uniffi_iroh_ffi_fn_method_protocolhandler_accept' in scope
9248 | try await uniffiRustCallAsync(
9249 | rustFutureFunc: {
9250 | uniffi_iroh_ffi_fn_method_protocolhandler_accept(
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_protocolhandler_accept' in scope
9251 | self.uniffiClonePointer(),
9252 | FfiConverterTypeConnection.lower(conn)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9255:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
9253 | )
9254 | },
9255 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
9256 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
9257 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9256:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
9254 | },
9255 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
9256 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
9257 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
9258 | liftFunc: { $0 },
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9257:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
9255 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
9256 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
9257 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
9258 | liftFunc: { $0 },
9259 | errorHandler: FfiConverterTypeCallbackError.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9267:21: error: cannot find 'uniffi_iroh_ffi_fn_method_protocolhandler_shutdown' in scope
9265 | try! await uniffiRustCallAsync(
9266 | rustFutureFunc: {
9267 | uniffi_iroh_ffi_fn_method_protocolhandler_shutdown(
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_protocolhandler_shutdown' in scope
9268 | self.uniffiClonePointer()
9269 | )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9271:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
9269 | )
9270 | },
9271 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
9272 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
9273 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9272:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
9270 | },
9271 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
9272 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
9273 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
9274 | liftFunc: { $0 },
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9273:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
9271 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
9272 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
9273 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
9274 | liftFunc: { $0 },
9275 | errorHandler: nil
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9275:31: error: 'nil' requires a contextual type
9273 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
9274 | liftFunc: { $0 },
9275 | errorHandler: nil
| `- error: 'nil' requires a contextual type
9276 | )
9277 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9374:5: error: cannot find 'uniffi_iroh_ffi_fn_init_callback_vtable_protocolhandler' in scope
9372 |
9373 | private func uniffiCallbackInitProtocolHandler() {
9374 | uniffi_iroh_ffi_fn_init_callback_vtable_protocolhandler(&UniffiCallbackInterfaceProtocolHandler.vtable)
| `- error: cannot find 'uniffi_iroh_ffi_fn_init_callback_vtable_protocolhandler' in scope
9375 | }
9376 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9496:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_publickey' in scope
9494 | #endif
9495 | public func uniffiClonePointer() -> UnsafeMutableRawPointer {
9496 | return try! rustCall { uniffi_iroh_ffi_fn_clone_publickey(self.pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_clone_publickey' in scope
9497 | }
9498 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9506:25: error: cannot find 'uniffi_iroh_ffi_fn_free_publickey' in scope
9504 | }
9505 |
9506 | try! rustCall { uniffi_iroh_ffi_fn_free_publickey(pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_free_publickey' in scope
9507 | }
9508 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9514:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_publickey_from_bytes' in scope
9512 | public static func fromBytes(bytes: Data) throws -> PublicKey {
9513 | return try FfiConverterTypePublicKey.lift(rustCallWithError(FfiConverterTypeIrohError__as_error.lift) {
9514 | uniffi_iroh_ffi_fn_constructor_publickey_from_bytes(
| `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_publickey_from_bytes' in scope
9515 | FfiConverterData.lower(bytes), $0
9516 | )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9525:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_publickey_from_string' in scope
9523 | public static func fromString(s: String) throws -> PublicKey {
9524 | return try FfiConverterTypePublicKey.lift(rustCallWithError(FfiConverterTypeIrohError__as_error.lift) {
9525 | uniffi_iroh_ffi_fn_constructor_publickey_from_string(
| `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_publickey_from_string' in scope
9526 | FfiConverterString.lower(s), $0
9527 | )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9536:13: error: cannot find 'uniffi_iroh_ffi_fn_method_publickey_equal' in scope
9534 | open func equal(other: PublicKey) -> Bool {
9535 | return try! FfiConverterBool.lift(try! rustCall {
9536 | uniffi_iroh_ffi_fn_method_publickey_equal(self.uniffiClonePointer(),
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_publickey_equal' in scope
9537 | FfiConverterTypePublicKey.lower(other), $0)
9538 | })
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9547:13: error: cannot find 'uniffi_iroh_ffi_fn_method_publickey_fmt_short' in scope
9545 | open func fmtShort() -> String {
9546 | return try! FfiConverterString.lift(try! rustCall {
9547 | uniffi_iroh_ffi_fn_method_publickey_fmt_short(self.uniffiClonePointer(), $0)
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_publickey_fmt_short' in scope
9548 | })
9549 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9556:13: error: cannot find 'uniffi_iroh_ffi_fn_method_publickey_to_bytes' in scope
9554 | open func toBytes() -> Data {
9555 | return try! FfiConverterData.lift(try! rustCall {
9556 | uniffi_iroh_ffi_fn_method_publickey_to_bytes(self.uniffiClonePointer(), $0)
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_publickey_to_bytes' in scope
9557 | })
9558 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9563:17: error: cannot find 'uniffi_iroh_ffi_fn_method_publickey_uniffi_trait_display' in scope
9561 | return try! FfiConverterString.lift(
9562 | try! rustCall {
9563 | 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
9564 | }
9565 | )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9674:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_query' in scope
9672 | #endif
9673 | public func uniffiClonePointer() -> UnsafeMutableRawPointer {
9674 | return try! rustCall { uniffi_iroh_ffi_fn_clone_query(self.pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_clone_query' in scope
9675 | }
9676 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9684:25: error: cannot find 'uniffi_iroh_ffi_fn_free_query' in scope
9682 | }
9683 |
9684 | try! rustCall { uniffi_iroh_ffi_fn_free_query(pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_free_query' in scope
9685 | }
9686 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9698:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_query_all' in scope
9696 | public static func all(opts: QueryOptions?) -> Query {
9697 | return try! FfiConverterTypeQuery.lift(try! rustCall {
9698 | uniffi_iroh_ffi_fn_constructor_query_all(
| `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_query_all' in scope
9699 | FfiConverterOptionTypeQueryOptions.lower(opts), $0
9700 | )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9715:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_query_author' in scope
9713 | public static func author(author: AuthorId, opts: QueryOptions?) -> Query {
9714 | return try! FfiConverterTypeQuery.lift(try! rustCall {
9715 | uniffi_iroh_ffi_fn_constructor_query_author(
| `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_query_author' in scope
9716 | FfiConverterTypeAuthorId.lower(author),
9717 | FfiConverterOptionTypeQueryOptions.lower(opts), $0
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9727:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_query_author_key_exact' in scope
9725 | public static func authorKeyExact(author: AuthorId, key: Data) -> Query {
9726 | return try! FfiConverterTypeQuery.lift(try! rustCall {
9727 | uniffi_iroh_ffi_fn_constructor_query_author_key_exact(
| `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_query_author_key_exact' in scope
9728 | FfiConverterTypeAuthorId.lower(author),
9729 | FfiConverterData.lower(key), $0
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9744:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_query_author_key_prefix' in scope
9742 | public static func authorKeyPrefix(author: AuthorId, prefix: Data, opts: QueryOptions?) -> Query {
9743 | return try! FfiConverterTypeQuery.lift(try! rustCall {
9744 | uniffi_iroh_ffi_fn_constructor_query_author_key_prefix(
| `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_query_author_key_prefix' in scope
9745 | FfiConverterTypeAuthorId.lower(author),
9746 | FfiConverterData.lower(prefix),
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9763:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_query_key_exact' in scope
9761 | public static func keyExact(key: Data, opts: QueryOptions?) -> Query {
9762 | return try! FfiConverterTypeQuery.lift(try! rustCall {
9763 | uniffi_iroh_ffi_fn_constructor_query_key_exact(
| `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_query_key_exact' in scope
9764 | FfiConverterData.lower(key),
9765 | FfiConverterOptionTypeQueryOptions.lower(opts), $0
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9781:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_query_key_prefix' in scope
9779 | public static func keyPrefix(prefix: Data, opts: QueryOptions?) -> Query {
9780 | return try! FfiConverterTypeQuery.lift(try! rustCall {
9781 | uniffi_iroh_ffi_fn_constructor_query_key_prefix(
| `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_query_key_prefix' in scope
9782 | FfiConverterData.lower(prefix),
9783 | FfiConverterOptionTypeQueryOptions.lower(opts), $0
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9799:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_query_single_latest_per_key' in scope
9797 | public static func singleLatestPerKey(opts: QueryOptions?) -> Query {
9798 | return try! FfiConverterTypeQuery.lift(try! rustCall {
9799 | 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
9800 | FfiConverterOptionTypeQueryOptions.lower(opts), $0
9801 | )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9811:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_query_single_latest_per_key_exact' in scope
9809 | public static func singleLatestPerKeyExact(key: Data) -> Query {
9810 | return try! FfiConverterTypeQuery.lift(try! rustCall {
9811 | 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
9812 | FfiConverterData.lower(key), $0
9813 | )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9828:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_query_single_latest_per_key_prefix' in scope
9826 | public static func singleLatestPerKeyPrefix(prefix: Data, opts: QueryOptions?) -> Query {
9827 | return try! FfiConverterTypeQuery.lift(try! rustCall {
9828 | 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
9829 | FfiConverterData.lower(prefix),
9830 | FfiConverterOptionTypeQueryOptions.lower(opts), $0
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9840:13: error: cannot find 'uniffi_iroh_ffi_fn_method_query_limit' in scope
9838 | open func limit() -> UInt64? {
9839 | return try! FfiConverterOptionUInt64.lift(try! rustCall {
9840 | uniffi_iroh_ffi_fn_method_query_limit(self.uniffiClonePointer(), $0)
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_query_limit' in scope
9841 | })
9842 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9849:13: error: cannot find 'uniffi_iroh_ffi_fn_method_query_offset' in scope
9847 | open func offset() -> UInt64 {
9848 | return try! FfiConverterUInt64.lift(try! rustCall {
9849 | uniffi_iroh_ffi_fn_method_query_offset(self.uniffiClonePointer(), $0)
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_query_offset' in scope
9850 | })
9851 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9955:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_rangespec' in scope
9953 | #endif
9954 | public func uniffiClonePointer() -> UnsafeMutableRawPointer {
9955 | return try! rustCall { uniffi_iroh_ffi_fn_clone_rangespec(self.pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_clone_rangespec' in scope
9956 | }
9957 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9965:25: error: cannot find 'uniffi_iroh_ffi_fn_free_rangespec' in scope
9963 | }
9964 |
9965 | try! rustCall { uniffi_iroh_ffi_fn_free_rangespec(pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_free_rangespec' in scope
9966 | }
9967 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9973:13: error: cannot find 'uniffi_iroh_ffi_fn_method_rangespec_is_all' in scope
9971 | open func isAll() -> Bool {
9972 | return try! FfiConverterBool.lift(try! rustCall {
9973 | uniffi_iroh_ffi_fn_method_rangespec_is_all(self.uniffiClonePointer(), $0)
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_rangespec_is_all' in scope
9974 | })
9975 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:9982:13: error: cannot find 'uniffi_iroh_ffi_fn_method_rangespec_is_empty' in scope
9980 | open func isEmpty() -> Bool {
9981 | return try! FfiConverterBool.lift(try! rustCall {
9982 | uniffi_iroh_ffi_fn_method_rangespec_is_empty(self.uniffiClonePointer(), $0)
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_rangespec_is_empty' in scope
9983 | })
9984 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10078:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_readatlen' in scope
10076 | #endif
10077 | public func uniffiClonePointer() -> UnsafeMutableRawPointer {
10078 | return try! rustCall { uniffi_iroh_ffi_fn_clone_readatlen(self.pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_clone_readatlen' in scope
10079 | }
10080 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10088:25: error: cannot find 'uniffi_iroh_ffi_fn_free_readatlen' in scope
10086 | }
10087 |
10088 | try! rustCall { uniffi_iroh_ffi_fn_free_readatlen(pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_free_readatlen' in scope
10089 | }
10090 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10093:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_readatlen_all' in scope
10091 | public static func all() -> ReadAtLen {
10092 | return try! FfiConverterTypeReadAtLen.lift(try! rustCall {
10093 | uniffi_iroh_ffi_fn_constructor_readatlen_all($0
| `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_readatlen_all' in scope
10094 | )
10095 | })
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10100:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_readatlen_at_most' in scope
10098 | public static func atMost(size: UInt64) -> ReadAtLen {
10099 | return try! FfiConverterTypeReadAtLen.lift(try! rustCall {
10100 | uniffi_iroh_ffi_fn_constructor_readatlen_at_most(
| `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_readatlen_at_most' in scope
10101 | FfiConverterUInt64.lower(size), $0
10102 | )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10108:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_readatlen_exact' in scope
10106 | public static func exact(size: UInt64) -> ReadAtLen {
10107 | return try! FfiConverterTypeReadAtLen.lift(try! rustCall {
10108 | uniffi_iroh_ffi_fn_constructor_readatlen_exact(
| `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_readatlen_exact' in scope
10109 | FfiConverterUInt64.lower(size), $0
10110 | )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10212:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_recvstream' in scope
10210 | #endif
10211 | public func uniffiClonePointer() -> UnsafeMutableRawPointer {
10212 | return try! rustCall { uniffi_iroh_ffi_fn_clone_recvstream(self.pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_clone_recvstream' in scope
10213 | }
10214 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10222:25: error: cannot find 'uniffi_iroh_ffi_fn_free_recvstream' in scope
10220 | }
10221 |
10222 | try! rustCall { uniffi_iroh_ffi_fn_free_recvstream(pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_free_recvstream' in scope
10223 | }
10224 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10229:21: error: cannot find 'uniffi_iroh_ffi_fn_method_recvstream_id' in scope
10227 | try! await uniffiRustCallAsync(
10228 | rustFutureFunc: {
10229 | uniffi_iroh_ffi_fn_method_recvstream_id(
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_recvstream_id' in scope
10230 | self.uniffiClonePointer()
10231 | )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10233:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
10231 | )
10232 | },
10233 | pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
10234 | completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
10235 | freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10234:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
10232 | },
10233 | pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
10234 | completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
10235 | freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
10236 | liftFunc: FfiConverterString.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10235:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
10233 | pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
10234 | completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
10235 | freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
10236 | liftFunc: FfiConverterString.lift,
10237 | errorHandler: nil
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10237:31: error: 'nil' requires a contextual type
10235 | freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
10236 | liftFunc: FfiConverterString.lift,
10237 | errorHandler: nil
| `- error: 'nil' requires a contextual type
10238 | )
10239 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10245:21: error: cannot find 'uniffi_iroh_ffi_fn_method_recvstream_read' in scope
10243 | try await uniffiRustCallAsync(
10244 | rustFutureFunc: {
10245 | uniffi_iroh_ffi_fn_method_recvstream_read(
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_recvstream_read' in scope
10246 | self.uniffiClonePointer(),
10247 | FfiConverterUInt32.lower(sizeLimit)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10250:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
10248 | )
10249 | },
10250 | pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
10251 | completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
10252 | freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10251:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
10249 | },
10250 | pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
10251 | completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
10252 | freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
10253 | liftFunc: FfiConverterData.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10252:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
10250 | pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
10251 | completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
10252 | freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
10253 | liftFunc: FfiConverterData.lift,
10254 | errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10262:21: error: cannot find 'uniffi_iroh_ffi_fn_method_recvstream_read_exact' in scope
10260 | try await uniffiRustCallAsync(
10261 | rustFutureFunc: {
10262 | uniffi_iroh_ffi_fn_method_recvstream_read_exact(
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_recvstream_read_exact' in scope
10263 | self.uniffiClonePointer(),
10264 | FfiConverterUInt32.lower(size)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10267:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
10265 | )
10266 | },
10267 | pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
10268 | completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
10269 | freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10268:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
10266 | },
10267 | pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
10268 | completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
10269 | freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
10270 | liftFunc: FfiConverterData.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10269:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
10267 | pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
10268 | completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
10269 | freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
10270 | liftFunc: FfiConverterData.lift,
10271 | errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10279:21: error: cannot find 'uniffi_iroh_ffi_fn_method_recvstream_read_to_end' in scope
10277 | try await uniffiRustCallAsync(
10278 | rustFutureFunc: {
10279 | uniffi_iroh_ffi_fn_method_recvstream_read_to_end(
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_recvstream_read_to_end' in scope
10280 | self.uniffiClonePointer(),
10281 | FfiConverterUInt32.lower(sizeLimit)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10284:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
10282 | )
10283 | },
10284 | pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
10285 | completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
10286 | freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10285:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
10283 | },
10284 | pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
10285 | completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
10286 | freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
10287 | liftFunc: FfiConverterData.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10286:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
10284 | pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
10285 | completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
10286 | freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
10287 | liftFunc: FfiConverterData.lift,
10288 | errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10296:21: error: cannot find 'uniffi_iroh_ffi_fn_method_recvstream_received_reset' in scope
10294 | try await uniffiRustCallAsync(
10295 | rustFutureFunc: {
10296 | uniffi_iroh_ffi_fn_method_recvstream_received_reset(
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_recvstream_received_reset' in scope
10297 | self.uniffiClonePointer()
10298 | )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10300:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
10298 | )
10299 | },
10300 | pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
10301 | completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
10302 | freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10301:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
10299 | },
10300 | pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
10301 | completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
10302 | freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
10303 | liftFunc: FfiConverterOptionUInt64.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10302:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
10300 | pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
10301 | completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
10302 | freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
10303 | liftFunc: FfiConverterOptionUInt64.lift,
10304 | errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10312:21: error: cannot find 'uniffi_iroh_ffi_fn_method_recvstream_stop' in scope
10310 | try await uniffiRustCallAsync(
10311 | rustFutureFunc: {
10312 | uniffi_iroh_ffi_fn_method_recvstream_stop(
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_recvstream_stop' in scope
10313 | self.uniffiClonePointer(),
10314 | FfiConverterUInt64.lower(errorCode)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10317:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
10315 | )
10316 | },
10317 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
10318 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
10319 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10318:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
10316 | },
10317 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
10318 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
10319 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
10320 | liftFunc: { $0 },
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10319:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
10317 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
10318 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
10319 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
10320 | liftFunc: { $0 },
10321 | errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10427:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_sendstream' in scope
10425 | #endif
10426 | public func uniffiClonePointer() -> UnsafeMutableRawPointer {
10427 | return try! rustCall { uniffi_iroh_ffi_fn_clone_sendstream(self.pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_clone_sendstream' in scope
10428 | }
10429 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10437:25: error: cannot find 'uniffi_iroh_ffi_fn_free_sendstream' in scope
10435 | }
10436 |
10437 | try! rustCall { uniffi_iroh_ffi_fn_free_sendstream(pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_free_sendstream' in scope
10438 | }
10439 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10444:21: error: cannot find 'uniffi_iroh_ffi_fn_method_sendstream_finish' in scope
10442 | try await uniffiRustCallAsync(
10443 | rustFutureFunc: {
10444 | uniffi_iroh_ffi_fn_method_sendstream_finish(
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_sendstream_finish' in scope
10445 | self.uniffiClonePointer()
10446 | )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10448:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
10446 | )
10447 | },
10448 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
10449 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
10450 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10449:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
10447 | },
10448 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
10449 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
10450 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
10451 | liftFunc: { $0 },
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10450:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
10448 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
10449 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
10450 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
10451 | liftFunc: { $0 },
10452 | errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10460:21: error: cannot find 'uniffi_iroh_ffi_fn_method_sendstream_id' in scope
10458 | try! await uniffiRustCallAsync(
10459 | rustFutureFunc: {
10460 | uniffi_iroh_ffi_fn_method_sendstream_id(
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_sendstream_id' in scope
10461 | self.uniffiClonePointer()
10462 | )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10464:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
10462 | )
10463 | },
10464 | pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
10465 | completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
10466 | freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10465:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
10463 | },
10464 | pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
10465 | completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
10466 | freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
10467 | liftFunc: FfiConverterString.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10466:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
10464 | pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
10465 | completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
10466 | freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
10467 | liftFunc: FfiConverterString.lift,
10468 | errorHandler: nil
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10468:31: error: 'nil' requires a contextual type
10466 | freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
10467 | liftFunc: FfiConverterString.lift,
10468 | errorHandler: nil
| `- error: 'nil' requires a contextual type
10469 | )
10470 | }
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10476:21: error: cannot find 'uniffi_iroh_ffi_fn_method_sendstream_priority' in scope
10474 | try await uniffiRustCallAsync(
10475 | rustFutureFunc: {
10476 | uniffi_iroh_ffi_fn_method_sendstream_priority(
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_sendstream_priority' in scope
10477 | self.uniffiClonePointer()
10478 | )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10480:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_i32' in scope
10478 | )
10479 | },
10480 | pollFunc: ffi_iroh_ffi_rust_future_poll_i32,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_i32' in scope
10481 | completeFunc: ffi_iroh_ffi_rust_future_complete_i32,
10482 | freeFunc: ffi_iroh_ffi_rust_future_free_i32,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10481:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_i32' in scope
10479 | },
10480 | pollFunc: ffi_iroh_ffi_rust_future_poll_i32,
10481 | completeFunc: ffi_iroh_ffi_rust_future_complete_i32,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_i32' in scope
10482 | freeFunc: ffi_iroh_ffi_rust_future_free_i32,
10483 | liftFunc: FfiConverterInt32.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10482:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_i32' in scope
10480 | pollFunc: ffi_iroh_ffi_rust_future_poll_i32,
10481 | completeFunc: ffi_iroh_ffi_rust_future_complete_i32,
10482 | freeFunc: ffi_iroh_ffi_rust_future_free_i32,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_free_i32' in scope
10483 | liftFunc: FfiConverterInt32.lift,
10484 | errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10492:21: error: cannot find 'uniffi_iroh_ffi_fn_method_sendstream_reset' in scope
10490 | try await uniffiRustCallAsync(
10491 | rustFutureFunc: {
10492 | uniffi_iroh_ffi_fn_method_sendstream_reset(
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_sendstream_reset' in scope
10493 | self.uniffiClonePointer(),
10494 | FfiConverterUInt64.lower(errorCode)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10497:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
10495 | )
10496 | },
10497 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
10498 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
10499 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10498:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
10496 | },
10497 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
10498 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
10499 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
10500 | liftFunc: { $0 },
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10499:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
10497 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
10498 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
10499 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
10500 | liftFunc: { $0 },
10501 | errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10509:21: error: cannot find 'uniffi_iroh_ffi_fn_method_sendstream_set_priority' in scope
10507 | try await uniffiRustCallAsync(
10508 | rustFutureFunc: {
10509 | uniffi_iroh_ffi_fn_method_sendstream_set_priority(
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_sendstream_set_priority' in scope
10510 | self.uniffiClonePointer(),
10511 | FfiConverterInt32.lower(p)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10514:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
10512 | )
10513 | },
10514 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
10515 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
10516 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10515:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
10513 | },
10514 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
10515 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
10516 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
10517 | liftFunc: { $0 },
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10516:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
10514 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
10515 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
10516 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
10517 | liftFunc: { $0 },
10518 | errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10526:21: error: cannot find 'uniffi_iroh_ffi_fn_method_sendstream_stopped' in scope
10524 | try await uniffiRustCallAsync(
10525 | rustFutureFunc: {
10526 | uniffi_iroh_ffi_fn_method_sendstream_stopped(
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_sendstream_stopped' in scope
10527 | self.uniffiClonePointer()
10528 | )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10530:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
10528 | )
10529 | },
10530 | pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
10531 | completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
10532 | freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10531:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
10529 | },
10530 | pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
10531 | completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
10532 | freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
10533 | liftFunc: FfiConverterOptionUInt64.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10532:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
10530 | pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
10531 | completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
10532 | freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
10533 | liftFunc: FfiConverterOptionUInt64.lift,
10534 | errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10542:21: error: cannot find 'uniffi_iroh_ffi_fn_method_sendstream_write' in scope
10540 | try await uniffiRustCallAsync(
10541 | rustFutureFunc: {
10542 | uniffi_iroh_ffi_fn_method_sendstream_write(
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_sendstream_write' in scope
10543 | self.uniffiClonePointer(),
10544 | FfiConverterData.lower(buf)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10547:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_u64' in scope
10545 | )
10546 | },
10547 | pollFunc: ffi_iroh_ffi_rust_future_poll_u64,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_u64' in scope
10548 | completeFunc: ffi_iroh_ffi_rust_future_complete_u64,
10549 | freeFunc: ffi_iroh_ffi_rust_future_free_u64,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10548:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_u64' in scope
10546 | },
10547 | pollFunc: ffi_iroh_ffi_rust_future_poll_u64,
10548 | completeFunc: ffi_iroh_ffi_rust_future_complete_u64,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_u64' in scope
10549 | freeFunc: ffi_iroh_ffi_rust_future_free_u64,
10550 | liftFunc: FfiConverterUInt64.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10549:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_u64' in scope
10547 | pollFunc: ffi_iroh_ffi_rust_future_poll_u64,
10548 | completeFunc: ffi_iroh_ffi_rust_future_complete_u64,
10549 | freeFunc: ffi_iroh_ffi_rust_future_free_u64,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_free_u64' in scope
10550 | liftFunc: FfiConverterUInt64.lift,
10551 | errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10559:21: error: cannot find 'uniffi_iroh_ffi_fn_method_sendstream_write_all' in scope
10557 | try await uniffiRustCallAsync(
10558 | rustFutureFunc: {
10559 | uniffi_iroh_ffi_fn_method_sendstream_write_all(
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_sendstream_write_all' in scope
10560 | self.uniffiClonePointer(),
10561 | FfiConverterData.lower(buf)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10564:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
10562 | )
10563 | },
10564 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
10565 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
10566 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10565:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
10563 | },
10564 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
10565 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
10566 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
10567 | liftFunc: { $0 },
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10566:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
10564 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
10565 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
10566 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
10567 | liftFunc: { $0 },
10568 | errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10679:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_sender' in scope
10677 | #endif
10678 | public func uniffiClonePointer() -> UnsafeMutableRawPointer {
10679 | return try! rustCall { uniffi_iroh_ffi_fn_clone_sender(self.pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_clone_sender' in scope
10680 | }
10681 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10689:25: error: cannot find 'uniffi_iroh_ffi_fn_free_sender' in scope
10687 | }
10688 |
10689 | try! rustCall { uniffi_iroh_ffi_fn_free_sender(pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_free_sender' in scope
10690 | }
10691 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10699:21: error: cannot find 'uniffi_iroh_ffi_fn_method_sender_broadcast' in scope
10697 | try await uniffiRustCallAsync(
10698 | rustFutureFunc: {
10699 | uniffi_iroh_ffi_fn_method_sender_broadcast(
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_sender_broadcast' in scope
10700 | self.uniffiClonePointer(),
10701 | FfiConverterData.lower(msg)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10704:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
10702 | )
10703 | },
10704 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
10705 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
10706 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10705:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
10703 | },
10704 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
10705 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
10706 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
10707 | liftFunc: { $0 },
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10706:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
10704 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
10705 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
10706 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
10707 | liftFunc: { $0 },
10708 | errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10719:21: error: cannot find 'uniffi_iroh_ffi_fn_method_sender_broadcast_neighbors' in scope
10717 | try await uniffiRustCallAsync(
10718 | rustFutureFunc: {
10719 | uniffi_iroh_ffi_fn_method_sender_broadcast_neighbors(
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_sender_broadcast_neighbors' in scope
10720 | self.uniffiClonePointer(),
10721 | FfiConverterData.lower(msg)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10724:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
10722 | )
10723 | },
10724 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
10725 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
10726 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10725:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
10723 | },
10724 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
10725 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
10726 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
10727 | liftFunc: { $0 },
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10726:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
10724 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
10725 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
10726 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
10727 | liftFunc: { $0 },
10728 | errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10739:21: error: cannot find 'uniffi_iroh_ffi_fn_method_sender_cancel' in scope
10737 | try await uniffiRustCallAsync(
10738 | rustFutureFunc: {
10739 | uniffi_iroh_ffi_fn_method_sender_cancel(
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_sender_cancel' in scope
10740 | self.uniffiClonePointer()
10741 | )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10743:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
10741 | )
10742 | },
10743 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
10744 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
10745 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10744:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
10742 | },
10743 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
10744 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
10745 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
10746 | liftFunc: { $0 },
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10745:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
10743 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
10744 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
10745 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
10746 | liftFunc: { $0 },
10747 | errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10843:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_settagoption' in scope
10841 | #endif
10842 | public func uniffiClonePointer() -> UnsafeMutableRawPointer {
10843 | return try! rustCall { uniffi_iroh_ffi_fn_clone_settagoption(self.pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_clone_settagoption' in scope
10844 | }
10845 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10853:25: error: cannot find 'uniffi_iroh_ffi_fn_free_settagoption' in scope
10851 | }
10852 |
10853 | try! rustCall { uniffi_iroh_ffi_fn_free_settagoption(pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_free_settagoption' in scope
10854 | }
10855 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10861:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_settagoption_auto' in scope
10859 | public static func auto() -> SetTagOption {
10860 | return try! FfiConverterTypeSetTagOption.lift(try! rustCall {
10861 | uniffi_iroh_ffi_fn_constructor_settagoption_auto($0
| `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_settagoption_auto' in scope
10862 | )
10863 | })
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10871:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_settagoption_named' in scope
10869 | public static func named(tag: Data) -> SetTagOption {
10870 | return try! FfiConverterTypeSetTagOption.lift(try! rustCall {
10871 | uniffi_iroh_ffi_fn_constructor_settagoption_named(
| `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_settagoption_named' in scope
10872 | FfiConverterData.lower(tag), $0
10873 | )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10975:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_subscribecallback' in scope
10973 | #endif
10974 | public func uniffiClonePointer() -> UnsafeMutableRawPointer {
10975 | return try! rustCall { uniffi_iroh_ffi_fn_clone_subscribecallback(self.pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_clone_subscribecallback' in scope
10976 | }
10977 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10985:25: error: cannot find 'uniffi_iroh_ffi_fn_free_subscribecallback' in scope
10983 | }
10984 |
10985 | try! rustCall { uniffi_iroh_ffi_fn_free_subscribecallback(pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_free_subscribecallback' in scope
10986 | }
10987 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10992:21: error: cannot find 'uniffi_iroh_ffi_fn_method_subscribecallback_event' in scope
10990 | try await uniffiRustCallAsync(
10991 | rustFutureFunc: {
10992 | uniffi_iroh_ffi_fn_method_subscribecallback_event(
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_subscribecallback_event' in scope
10993 | self.uniffiClonePointer(),
10994 | FfiConverterTypeLiveEvent.lower(event)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10997:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
10995 | )
10996 | },
10997 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
10998 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
10999 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10998:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
10996 | },
10997 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
10998 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
10999 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
11000 | liftFunc: { $0 },
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:10999:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
10997 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
10998 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
10999 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
11000 | liftFunc: { $0 },
11001 | errorHandler: FfiConverterTypeCallbackError.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:11062:5: error: cannot find 'uniffi_iroh_ffi_fn_init_callback_vtable_subscribecallback' in scope
11060 |
11061 | private func uniffiCallbackInitSubscribeCallback() {
11062 | uniffi_iroh_ffi_fn_init_callback_vtable_subscribecallback(&UniffiCallbackInterfaceSubscribeCallback.vtable)
| `- error: cannot find 'uniffi_iroh_ffi_fn_init_callback_vtable_subscribecallback' in scope
11063 | }
11064 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:11174:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_tags' in scope
11172 | #endif
11173 | public func uniffiClonePointer() -> UnsafeMutableRawPointer {
11174 | return try! rustCall { uniffi_iroh_ffi_fn_clone_tags(self.pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_clone_tags' in scope
11175 | }
11176 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:11184:25: error: cannot find 'uniffi_iroh_ffi_fn_free_tags' in scope
11182 | }
11183 |
11184 | try! rustCall { uniffi_iroh_ffi_fn_free_tags(pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_free_tags' in scope
11185 | }
11186 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:11194:21: error: cannot find 'uniffi_iroh_ffi_fn_method_tags_delete' in scope
11192 | try await uniffiRustCallAsync(
11193 | rustFutureFunc: {
11194 | uniffi_iroh_ffi_fn_method_tags_delete(
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_tags_delete' in scope
11195 | self.uniffiClonePointer(),
11196 | FfiConverterData.lower(name)
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:11199:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
11197 | )
11198 | },
11199 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_void' in scope
11200 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
11201 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:11200:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
11198 | },
11199 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
11200 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_void' in scope
11201 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
11202 | liftFunc: { $0 },
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:11201:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
11199 | pollFunc: ffi_iroh_ffi_rust_future_poll_void,
11200 | completeFunc: ffi_iroh_ffi_rust_future_complete_void,
11201 | freeFunc: ffi_iroh_ffi_rust_future_free_void,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_free_void' in scope
11202 | liftFunc: { $0 },
11203 | errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:11217:21: error: cannot find 'uniffi_iroh_ffi_fn_method_tags_list' in scope
11215 | try await uniffiRustCallAsync(
11216 | rustFutureFunc: {
11217 | uniffi_iroh_ffi_fn_method_tags_list(
| `- error: cannot find 'uniffi_iroh_ffi_fn_method_tags_list' in scope
11218 | self.uniffiClonePointer()
11219 | )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:11221:27: error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
11219 | )
11220 | },
11221 | pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_poll_rust_buffer' in scope
11222 | completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
11223 | freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:11222:31: error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
11220 | },
11221 | pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
11222 | completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_complete_rust_buffer' in scope
11223 | freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
11224 | liftFunc: FfiConverterSequenceTypeTagInfo.lift,
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:11223:27: error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
11221 | pollFunc: ffi_iroh_ffi_rust_future_poll_rust_buffer,
11222 | completeFunc: ffi_iroh_ffi_rust_future_complete_rust_buffer,
11223 | freeFunc: ffi_iroh_ffi_rust_future_free_rust_buffer,
| `- error: cannot find 'ffi_iroh_ffi_rust_future_free_rust_buffer' in scope
11224 | liftFunc: FfiConverterSequenceTypeTagInfo.lift,
11225 | errorHandler: FfiConverterTypeIrohError__as_error.lift
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:11321:32: error: cannot find 'uniffi_iroh_ffi_fn_clone_wrapoption' in scope
11319 | #endif
11320 | public func uniffiClonePointer() -> UnsafeMutableRawPointer {
11321 | return try! rustCall { uniffi_iroh_ffi_fn_clone_wrapoption(self.pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_clone_wrapoption' in scope
11322 | }
11323 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:11331:25: error: cannot find 'uniffi_iroh_ffi_fn_free_wrapoption' in scope
11329 | }
11330 |
11331 | try! rustCall { uniffi_iroh_ffi_fn_free_wrapoption(pointer, $0) }
| `- error: cannot find 'uniffi_iroh_ffi_fn_free_wrapoption' in scope
11332 | }
11333 |
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:11339:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_wrapoption_no_wrap' in scope
11337 | public static func noWrap() -> WrapOption {
11338 | return try! FfiConverterTypeWrapOption.lift(try! rustCall {
11339 | uniffi_iroh_ffi_fn_constructor_wrapoption_no_wrap($0
| `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_wrapoption_no_wrap' in scope
11340 | )
11341 | })
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:11349:13: error: cannot find 'uniffi_iroh_ffi_fn_constructor_wrapoption_wrap' in scope
11347 | public static func wrap(name: String?) -> WrapOption {
11348 | return try! FfiConverterTypeWrapOption.lift(try! rustCall {
11349 | uniffi_iroh_ffi_fn_constructor_wrapoption_wrap(
| `- error: cannot find 'uniffi_iroh_ffi_fn_constructor_wrapoption_wrap' in scope
11350 | FfiConverterOptionString.lower(name), $0
11351 | )
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:17737:9: error: cannot find 'uniffi_iroh_ffi_fn_func_key_to_path' in scope
17735 | public func keyToPath(key: Data, prefix: String?, root: String?) throws -> String {
17736 | return try FfiConverterString.lift(rustCallWithError(FfiConverterTypeIrohError__as_error.lift) {
17737 | uniffi_iroh_ffi_fn_func_key_to_path(
| `- error: cannot find 'uniffi_iroh_ffi_fn_func_key_to_path' in scope
17738 | FfiConverterData.lower(key),
17739 | FfiConverterOptionString.lower(prefix),
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:17752:9: error: cannot find 'uniffi_iroh_ffi_fn_func_path_to_key' in scope
17750 | public func pathToKey(path: String, prefix: String?, root: String?) throws -> Data {
17751 | return try FfiConverterData.lift(rustCallWithError(FfiConverterTypeIrohError__as_error.lift) {
17752 | uniffi_iroh_ffi_fn_func_path_to_key(
| `- error: cannot find 'uniffi_iroh_ffi_fn_func_path_to_key' in scope
17753 | FfiConverterString.lower(path),
17754 | FfiConverterOptionString.lower(prefix),
/host/spi-builder-workspace/IrohLib/Sources/IrohLib/IrohLib.swift:17764:5: error: cannot find 'uniffi_iroh_ffi_fn_func_set_log_level' in scope
17762 | */
17763 | public func setLogLevel(level: LogLevel) { try! rustCall {
17764 | uniffi_iroh_ffi_fn_func_set_log_level(
| `- error: cannot find 'uniffi_iroh_ffi_fn_func_set_log_level' in scope
17765 | FfiConverterTypeLogLevel.lower(level), $0
17766 | )
/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.2 linux