The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build LibXMTP, reference main (cf0646), with Swift 5.10 for Linux on 31 May 2025 19:32:02 UTC.

Build Command

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

Build Log

/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:8542:15: error: type 'FfiConverterTypeFfiSubscribeError' does not conform to protocol 'FfiConverterRustBuffer'
public struct FfiConverterTypeFfiSubscribeError: FfiConverterRustBuffer {
              ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:8542:15: error: type 'FfiConverterTypeFfiSubscribeError' does not conform to protocol 'FfiConverter'
public struct FfiConverterTypeFfiSubscribeError: FfiConverterRustBuffer {
              ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:160:20: note: protocol requires nested type 'FfiType'; add nested type 'FfiType' for conformance
    associatedtype FfiType
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:8585:59: error: cannot find type 'RustBuffer' in scope
public func FfiConverterTypeFfiSubscribeError_lift(_ buf: RustBuffer) throws -> FfiSubscribeError {
                                                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:8592:84: error: cannot find type 'RustBuffer' in scope
public func FfiConverterTypeFfiSubscribeError_lower(_ value: FfiSubscribeError) -> RustBuffer {
                                                                                   ^~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:8640:15: error: type 'FfiConverterTypeFfiSyncMetric' does not conform to protocol 'FfiConverterRustBuffer'
public struct FfiConverterTypeFfiSyncMetric: FfiConverterRustBuffer {
              ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:8640:15: error: type 'FfiConverterTypeFfiSyncMetric' does not conform to protocol 'FfiConverter'
public struct FfiConverterTypeFfiSyncMetric: FfiConverterRustBuffer {
              ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:160:20: note: protocol requires nested type 'FfiType'; add nested type 'FfiType' for conformance
    associatedtype FfiType
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:8746:55: error: cannot find type 'RustBuffer' in scope
public func FfiConverterTypeFfiSyncMetric_lift(_ buf: RustBuffer) throws -> FfiSyncMetric {
                                                      ^~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:8753:76: error: cannot find type 'RustBuffer' in scope
public func FfiConverterTypeFfiSyncMetric_lower(_ value: FfiSyncMetric) -> RustBuffer {
                                                                           ^~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:8782:15: error: type 'FfiConverterTypeFfiSyncWorkerMode' does not conform to protocol 'FfiConverterRustBuffer'
public struct FfiConverterTypeFfiSyncWorkerMode: FfiConverterRustBuffer {
              ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:8782:15: error: type 'FfiConverterTypeFfiSyncWorkerMode' does not conform to protocol 'FfiConverter'
public struct FfiConverterTypeFfiSyncWorkerMode: FfiConverterRustBuffer {
              ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:160:20: note: protocol requires nested type 'FfiType'; add nested type 'FfiType' for conformance
    associatedtype FfiType
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:8816:59: error: cannot find type 'RustBuffer' in scope
public func FfiConverterTypeFfiSyncWorkerMode_lift(_ buf: RustBuffer) throws -> FfiSyncWorkerMode {
                                                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:8823:84: error: cannot find type 'RustBuffer' in scope
public func FfiConverterTypeFfiSyncWorkerMode_lower(_ value: FfiSyncWorkerMode) -> RustBuffer {
                                                                                   ^~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:8896:15: error: type 'FfiConverterTypeGenericError' does not conform to protocol 'FfiConverterRustBuffer'
public struct FfiConverterTypeGenericError: FfiConverterRustBuffer {
              ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:8896:15: error: type 'FfiConverterTypeGenericError' does not conform to protocol 'FfiConverter'
public struct FfiConverterTypeGenericError: FfiConverterRustBuffer {
              ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:160:20: note: protocol requires nested type 'FfiType'; add nested type 'FfiType' for conformance
    associatedtype FfiType
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9077:54: error: cannot find type 'RustBuffer' in scope
public func FfiConverterTypeGenericError_lift(_ buf: RustBuffer) throws -> GenericError {
                                                     ^~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9084:74: error: cannot find type 'RustBuffer' in scope
public func FfiConverterTypeGenericError_lower(_ value: GenericError) -> RustBuffer {
                                                                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9116:15: error: type 'FfiConverterTypeIdentityValidationError' does not conform to protocol 'FfiConverterRustBuffer'
public struct FfiConverterTypeIdentityValidationError: FfiConverterRustBuffer {
              ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9116:15: error: type 'FfiConverterTypeIdentityValidationError' does not conform to protocol 'FfiConverter'
public struct FfiConverterTypeIdentityValidationError: FfiConverterRustBuffer {
              ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:160:20: note: protocol requires nested type 'FfiType'; add nested type 'FfiType' for conformance
    associatedtype FfiType
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9153:65: error: cannot find type 'RustBuffer' in scope
public func FfiConverterTypeIdentityValidationError_lift(_ buf: RustBuffer) throws -> IdentityValidationError {
                                                                ^~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9160:96: error: cannot find type 'RustBuffer' in scope
public func FfiConverterTypeIdentityValidationError_lower(_ value: IdentityValidationError) -> RustBuffer {
                                                                                               ^~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9191:15: error: type 'FfiConverterTypeSigningError' does not conform to protocol 'FfiConverterRustBuffer'
public struct FfiConverterTypeSigningError: FfiConverterRustBuffer {
              ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9191:15: error: type 'FfiConverterTypeSigningError' does not conform to protocol 'FfiConverter'
public struct FfiConverterTypeSigningError: FfiConverterRustBuffer {
              ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:160:20: note: protocol requires nested type 'FfiType'; add nested type 'FfiType' for conformance
    associatedtype FfiType
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9225:54: error: cannot find type 'RustBuffer' in scope
public func FfiConverterTypeSigningError_lift(_ buf: RustBuffer) throws -> SigningError {
                                                     ^~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9232:74: error: cannot find type 'RustBuffer' in scope
public func FfiConverterTypeSigningError_lower(_ value: SigningError) -> RustBuffer {
                                                                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9254:20: error: type 'FfiConverterOptionUInt32' does not conform to protocol 'FfiConverterRustBuffer'
fileprivate struct FfiConverterOptionUInt32: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9254:20: error: type 'FfiConverterOptionUInt32' does not conform to protocol 'FfiConverter'
fileprivate struct FfiConverterOptionUInt32: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:160:20: note: protocol requires nested type 'FfiType'; add nested type 'FfiType' for conformance
    associatedtype FfiType
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9278:20: error: type 'FfiConverterOptionUInt64' does not conform to protocol 'FfiConverterRustBuffer'
fileprivate struct FfiConverterOptionUInt64: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9278:20: error: type 'FfiConverterOptionUInt64' does not conform to protocol 'FfiConverter'
fileprivate struct FfiConverterOptionUInt64: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:160:20: note: protocol requires nested type 'FfiType'; add nested type 'FfiType' for conformance
    associatedtype FfiType
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9302:20: error: type 'FfiConverterOptionInt64' does not conform to protocol 'FfiConverterRustBuffer'
fileprivate struct FfiConverterOptionInt64: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9302:20: error: type 'FfiConverterOptionInt64' does not conform to protocol 'FfiConverter'
fileprivate struct FfiConverterOptionInt64: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:160:20: note: protocol requires nested type 'FfiType'; add nested type 'FfiType' for conformance
    associatedtype FfiType
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9326:20: error: type 'FfiConverterOptionString' does not conform to protocol 'FfiConverterRustBuffer'
fileprivate struct FfiConverterOptionString: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9326:20: error: type 'FfiConverterOptionString' does not conform to protocol 'FfiConverter'
fileprivate struct FfiConverterOptionString: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:160:20: note: protocol requires nested type 'FfiType'; add nested type 'FfiType' for conformance
    associatedtype FfiType
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9350:20: error: type 'FfiConverterOptionData' does not conform to protocol 'FfiConverterRustBuffer'
fileprivate struct FfiConverterOptionData: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9350:20: error: type 'FfiConverterOptionData' does not conform to protocol 'FfiConverter'
fileprivate struct FfiConverterOptionData: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:160:20: note: protocol requires nested type 'FfiType'; add nested type 'FfiType' for conformance
    associatedtype FfiType
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9374:20: error: type 'FfiConverterOptionTypeFfiSignatureRequest' does not conform to protocol 'FfiConverterRustBuffer'
fileprivate struct FfiConverterOptionTypeFfiSignatureRequest: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9374:20: error: type 'FfiConverterOptionTypeFfiSignatureRequest' does not conform to protocol 'FfiConverter'
fileprivate struct FfiConverterOptionTypeFfiSignatureRequest: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:160:20: note: protocol requires nested type 'FfiType'; add nested type 'FfiType' for conformance
    associatedtype FfiType
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9398:20: error: type 'FfiConverterOptionTypeFfiLifetime' does not conform to protocol 'FfiConverterRustBuffer'
fileprivate struct FfiConverterOptionTypeFfiLifetime: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9398:20: error: type 'FfiConverterOptionTypeFfiLifetime' does not conform to protocol 'FfiConverter'
fileprivate struct FfiConverterOptionTypeFfiLifetime: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:160:20: note: protocol requires nested type 'FfiType'; add nested type 'FfiType' for conformance
    associatedtype FfiType
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9422:20: error: type 'FfiConverterOptionTypeFfiMessage' does not conform to protocol 'FfiConverterRustBuffer'
fileprivate struct FfiConverterOptionTypeFfiMessage: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9422:20: error: type 'FfiConverterOptionTypeFfiMessage' does not conform to protocol 'FfiConverter'
fileprivate struct FfiConverterOptionTypeFfiMessage: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:160:20: note: protocol requires nested type 'FfiType'; add nested type 'FfiType' for conformance
    associatedtype FfiType
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9446:20: error: type 'FfiConverterOptionTypeFfiMessageDisappearingSettings' does not conform to protocol 'FfiConverterRustBuffer'
fileprivate struct FfiConverterOptionTypeFfiMessageDisappearingSettings: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9446:20: error: type 'FfiConverterOptionTypeFfiMessageDisappearingSettings' does not conform to protocol 'FfiConverter'
fileprivate struct FfiConverterOptionTypeFfiMessageDisappearingSettings: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:160:20: note: protocol requires nested type 'FfiType'; add nested type 'FfiType' for conformance
    associatedtype FfiType
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9470:20: error: type 'FfiConverterOptionTypeFfiPermissionPolicySet' does not conform to protocol 'FfiConverterRustBuffer'
fileprivate struct FfiConverterOptionTypeFfiPermissionPolicySet: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9470:20: error: type 'FfiConverterOptionTypeFfiPermissionPolicySet' does not conform to protocol 'FfiConverter'
fileprivate struct FfiConverterOptionTypeFfiPermissionPolicySet: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:160:20: note: protocol requires nested type 'FfiType'; add nested type 'FfiType' for conformance
    associatedtype FfiType
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9494:20: error: type 'FfiConverterOptionTypeFfiConversationType' does not conform to protocol 'FfiConverterRustBuffer'
fileprivate struct FfiConverterOptionTypeFfiConversationType: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9494:20: error: type 'FfiConverterOptionTypeFfiConversationType' does not conform to protocol 'FfiConverter'
fileprivate struct FfiConverterOptionTypeFfiConversationType: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:160:20: note: protocol requires nested type 'FfiType'; add nested type 'FfiType' for conformance
    associatedtype FfiType
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9518:20: error: type 'FfiConverterOptionTypeFfiDeliveryStatus' does not conform to protocol 'FfiConverterRustBuffer'
fileprivate struct FfiConverterOptionTypeFfiDeliveryStatus: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9518:20: error: type 'FfiConverterOptionTypeFfiDeliveryStatus' does not conform to protocol 'FfiConverter'
fileprivate struct FfiConverterOptionTypeFfiDeliveryStatus: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:160:20: note: protocol requires nested type 'FfiType'; add nested type 'FfiType' for conformance
    associatedtype FfiType
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9542:20: error: type 'FfiConverterOptionTypeFfiDirection' does not conform to protocol 'FfiConverterRustBuffer'
fileprivate struct FfiConverterOptionTypeFfiDirection: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9542:20: error: type 'FfiConverterOptionTypeFfiDirection' does not conform to protocol 'FfiConverter'
fileprivate struct FfiConverterOptionTypeFfiDirection: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:160:20: note: protocol requires nested type 'FfiType'; add nested type 'FfiType' for conformance
    associatedtype FfiType
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9566:20: error: type 'FfiConverterOptionTypeFfiGroupPermissionsOptions' does not conform to protocol 'FfiConverterRustBuffer'
fileprivate struct FfiConverterOptionTypeFfiGroupPermissionsOptions: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9566:20: error: type 'FfiConverterOptionTypeFfiGroupPermissionsOptions' does not conform to protocol 'FfiConverter'
fileprivate struct FfiConverterOptionTypeFfiGroupPermissionsOptions: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:160:20: note: protocol requires nested type 'FfiType'; add nested type 'FfiType' for conformance
    associatedtype FfiType
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9590:20: error: type 'FfiConverterOptionTypeFfiMetadataField' does not conform to protocol 'FfiConverterRustBuffer'
fileprivate struct FfiConverterOptionTypeFfiMetadataField: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9590:20: error: type 'FfiConverterOptionTypeFfiMetadataField' does not conform to protocol 'FfiConverter'
fileprivate struct FfiConverterOptionTypeFfiMetadataField: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:160:20: note: protocol requires nested type 'FfiType'; add nested type 'FfiType' for conformance
    associatedtype FfiType
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9614:20: error: type 'FfiConverterOptionTypeFfiSyncWorkerMode' does not conform to protocol 'FfiConverterRustBuffer'
fileprivate struct FfiConverterOptionTypeFfiSyncWorkerMode: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9614:20: error: type 'FfiConverterOptionTypeFfiSyncWorkerMode' does not conform to protocol 'FfiConverter'
fileprivate struct FfiConverterOptionTypeFfiSyncWorkerMode: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:160:20: note: protocol requires nested type 'FfiType'; add nested type 'FfiType' for conformance
    associatedtype FfiType
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9638:20: error: type 'FfiConverterOptionSequenceTypeFfiConsentState' does not conform to protocol 'FfiConverterRustBuffer'
fileprivate struct FfiConverterOptionSequenceTypeFfiConsentState: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9638:20: error: type 'FfiConverterOptionSequenceTypeFfiConsentState' does not conform to protocol 'FfiConverter'
fileprivate struct FfiConverterOptionSequenceTypeFfiConsentState: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:160:20: note: protocol requires nested type 'FfiType'; add nested type 'FfiType' for conformance
    associatedtype FfiType
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9662:20: error: type 'FfiConverterOptionSequenceTypeFfiContentType' does not conform to protocol 'FfiConverterRustBuffer'
fileprivate struct FfiConverterOptionSequenceTypeFfiContentType: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9662:20: error: type 'FfiConverterOptionSequenceTypeFfiContentType' does not conform to protocol 'FfiConverter'
fileprivate struct FfiConverterOptionSequenceTypeFfiContentType: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:160:20: note: protocol requires nested type 'FfiType'; add nested type 'FfiType' for conformance
    associatedtype FfiType
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9686:20: error: type 'FfiConverterSequenceString' does not conform to protocol 'FfiConverterRustBuffer'
fileprivate struct FfiConverterSequenceString: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9686:20: error: type 'FfiConverterSequenceString' does not conform to protocol 'FfiConverter'
fileprivate struct FfiConverterSequenceString: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:160:20: note: protocol requires nested type 'FfiType'; add nested type 'FfiType' for conformance
    associatedtype FfiType
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9711:20: error: type 'FfiConverterSequenceData' does not conform to protocol 'FfiConverterRustBuffer'
fileprivate struct FfiConverterSequenceData: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9711:20: error: type 'FfiConverterSequenceData' does not conform to protocol 'FfiConverter'
fileprivate struct FfiConverterSequenceData: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:160:20: note: protocol requires nested type 'FfiType'; add nested type 'FfiType' for conformance
    associatedtype FfiType
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9736:20: error: type 'FfiConverterSequenceTypeFfiConversation' does not conform to protocol 'FfiConverterRustBuffer'
fileprivate struct FfiConverterSequenceTypeFfiConversation: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9736:20: error: type 'FfiConverterSequenceTypeFfiConversation' does not conform to protocol 'FfiConverter'
fileprivate struct FfiConverterSequenceTypeFfiConversation: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:160:20: note: protocol requires nested type 'FfiType'; add nested type 'FfiType' for conformance
    associatedtype FfiType
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9761:20: error: type 'FfiConverterSequenceTypeFfiConversationListItem' does not conform to protocol 'FfiConverterRustBuffer'
fileprivate struct FfiConverterSequenceTypeFfiConversationListItem: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9761:20: error: type 'FfiConverterSequenceTypeFfiConversationListItem' does not conform to protocol 'FfiConverter'
fileprivate struct FfiConverterSequenceTypeFfiConversationListItem: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:160:20: note: protocol requires nested type 'FfiType'; add nested type 'FfiType' for conformance
    associatedtype FfiType
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9786:20: error: type 'FfiConverterSequenceTypeFfiConsent' does not conform to protocol 'FfiConverterRustBuffer'
fileprivate struct FfiConverterSequenceTypeFfiConsent: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9786:20: error: type 'FfiConverterSequenceTypeFfiConsent' does not conform to protocol 'FfiConverter'
fileprivate struct FfiConverterSequenceTypeFfiConsent: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:160:20: note: protocol requires nested type 'FfiType'; add nested type 'FfiType' for conformance
    associatedtype FfiType
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9811:20: error: type 'FfiConverterSequenceTypeFfiConversationMember' does not conform to protocol 'FfiConverterRustBuffer'
fileprivate struct FfiConverterSequenceTypeFfiConversationMember: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9811:20: error: type 'FfiConverterSequenceTypeFfiConversationMember' does not conform to protocol 'FfiConverter'
fileprivate struct FfiConverterSequenceTypeFfiConversationMember: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:160:20: note: protocol requires nested type 'FfiType'; add nested type 'FfiType' for conformance
    associatedtype FfiType
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9836:20: error: type 'FfiConverterSequenceTypeFfiHmacKey' does not conform to protocol 'FfiConverterRustBuffer'
fileprivate struct FfiConverterSequenceTypeFfiHmacKey: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9836:20: error: type 'FfiConverterSequenceTypeFfiHmacKey' does not conform to protocol 'FfiConverter'
fileprivate struct FfiConverterSequenceTypeFfiHmacKey: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:160:20: note: protocol requires nested type 'FfiType'; add nested type 'FfiType' for conformance
    associatedtype FfiType
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9861:20: error: type 'FfiConverterSequenceTypeFfiIdentifier' does not conform to protocol 'FfiConverterRustBuffer'
fileprivate struct FfiConverterSequenceTypeFfiIdentifier: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9861:20: error: type 'FfiConverterSequenceTypeFfiIdentifier' does not conform to protocol 'FfiConverter'
fileprivate struct FfiConverterSequenceTypeFfiIdentifier: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:160:20: note: protocol requires nested type 'FfiType'; add nested type 'FfiType' for conformance
    associatedtype FfiType
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9886:20: error: type 'FfiConverterSequenceTypeFfiInboxState' does not conform to protocol 'FfiConverterRustBuffer'
fileprivate struct FfiConverterSequenceTypeFfiInboxState: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9886:20: error: type 'FfiConverterSequenceTypeFfiInboxState' does not conform to protocol 'FfiConverter'
fileprivate struct FfiConverterSequenceTypeFfiInboxState: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:160:20: note: protocol requires nested type 'FfiType'; add nested type 'FfiType' for conformance
    associatedtype FfiType
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9911:20: error: type 'FfiConverterSequenceTypeFfiInstallation' does not conform to protocol 'FfiConverterRustBuffer'
fileprivate struct FfiConverterSequenceTypeFfiInstallation: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9911:20: error: type 'FfiConverterSequenceTypeFfiInstallation' does not conform to protocol 'FfiConverter'
fileprivate struct FfiConverterSequenceTypeFfiInstallation: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:160:20: note: protocol requires nested type 'FfiType'; add nested type 'FfiType' for conformance
    associatedtype FfiType
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9936:20: error: type 'FfiConverterSequenceTypeFfiMessage' does not conform to protocol 'FfiConverterRustBuffer'
fileprivate struct FfiConverterSequenceTypeFfiMessage: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9936:20: error: type 'FfiConverterSequenceTypeFfiMessage' does not conform to protocol 'FfiConverter'
fileprivate struct FfiConverterSequenceTypeFfiMessage: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:160:20: note: protocol requires nested type 'FfiType'; add nested type 'FfiType' for conformance
    associatedtype FfiType
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9961:20: error: type 'FfiConverterSequenceTypeFfiMessageWithReactions' does not conform to protocol 'FfiConverterRustBuffer'
fileprivate struct FfiConverterSequenceTypeFfiMessageWithReactions: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9961:20: error: type 'FfiConverterSequenceTypeFfiMessageWithReactions' does not conform to protocol 'FfiConverter'
fileprivate struct FfiConverterSequenceTypeFfiMessageWithReactions: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:160:20: note: protocol requires nested type 'FfiType'; add nested type 'FfiType' for conformance
    associatedtype FfiType
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9986:20: error: type 'FfiConverterSequenceTypeFfiRemoteAttachmentInfo' does not conform to protocol 'FfiConverterRustBuffer'
fileprivate struct FfiConverterSequenceTypeFfiRemoteAttachmentInfo: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:9986:20: error: type 'FfiConverterSequenceTypeFfiRemoteAttachmentInfo' does not conform to protocol 'FfiConverter'
fileprivate struct FfiConverterSequenceTypeFfiRemoteAttachmentInfo: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:160:20: note: protocol requires nested type 'FfiType'; add nested type 'FfiType' for conformance
    associatedtype FfiType
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10011:20: error: type 'FfiConverterSequenceTypeFfiBackupElementSelection' does not conform to protocol 'FfiConverterRustBuffer'
fileprivate struct FfiConverterSequenceTypeFfiBackupElementSelection: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10011:20: error: type 'FfiConverterSequenceTypeFfiBackupElementSelection' does not conform to protocol 'FfiConverter'
fileprivate struct FfiConverterSequenceTypeFfiBackupElementSelection: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:160:20: note: protocol requires nested type 'FfiType'; add nested type 'FfiType' for conformance
    associatedtype FfiType
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10036:20: error: type 'FfiConverterSequenceTypeFfiConsentState' does not conform to protocol 'FfiConverterRustBuffer'
fileprivate struct FfiConverterSequenceTypeFfiConsentState: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10036:20: error: type 'FfiConverterSequenceTypeFfiConsentState' does not conform to protocol 'FfiConverter'
fileprivate struct FfiConverterSequenceTypeFfiConsentState: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:160:20: note: protocol requires nested type 'FfiType'; add nested type 'FfiType' for conformance
    associatedtype FfiType
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10061:20: error: type 'FfiConverterSequenceTypeFfiContentType' does not conform to protocol 'FfiConverterRustBuffer'
fileprivate struct FfiConverterSequenceTypeFfiContentType: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10061:20: error: type 'FfiConverterSequenceTypeFfiContentType' does not conform to protocol 'FfiConverter'
fileprivate struct FfiConverterSequenceTypeFfiContentType: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:160:20: note: protocol requires nested type 'FfiType'; add nested type 'FfiType' for conformance
    associatedtype FfiType
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10086:20: error: type 'FfiConverterSequenceTypeFfiPreferenceUpdate' does not conform to protocol 'FfiConverterRustBuffer'
fileprivate struct FfiConverterSequenceTypeFfiPreferenceUpdate: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10086:20: error: type 'FfiConverterSequenceTypeFfiPreferenceUpdate' does not conform to protocol 'FfiConverter'
fileprivate struct FfiConverterSequenceTypeFfiPreferenceUpdate: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:160:20: note: protocol requires nested type 'FfiType'; add nested type 'FfiType' for conformance
    associatedtype FfiType
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10111:20: error: type 'FfiConverterDictionaryStringUInt64' does not conform to protocol 'FfiConverterRustBuffer'
fileprivate struct FfiConverterDictionaryStringUInt64: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10111:20: error: type 'FfiConverterDictionaryStringUInt64' does not conform to protocol 'FfiConverter'
fileprivate struct FfiConverterDictionaryStringUInt64: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:160:20: note: protocol requires nested type 'FfiType'; add nested type 'FfiType' for conformance
    associatedtype FfiType
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:161:20: note: protocol requires nested type 'SwiftType'; add nested type 'SwiftType' for conformance
    associatedtype SwiftType
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10137:20: error: type 'FfiConverterDictionaryDataTypeFfiKeyPackageStatus' does not conform to protocol 'FfiConverterRustBuffer'
fileprivate struct FfiConverterDictionaryDataTypeFfiKeyPackageStatus: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10137:20: error: type 'FfiConverterDictionaryDataTypeFfiKeyPackageStatus' does not conform to protocol 'FfiConverter'
fileprivate struct FfiConverterDictionaryDataTypeFfiKeyPackageStatus: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:160:20: note: protocol requires nested type 'FfiType'; add nested type 'FfiType' for conformance
    associatedtype FfiType
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:161:20: note: protocol requires nested type 'SwiftType'; add nested type 'SwiftType' for conformance
    associatedtype SwiftType
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10163:20: error: type 'FfiConverterDictionaryDataSequenceTypeFfiHmacKey' does not conform to protocol 'FfiConverterRustBuffer'
fileprivate struct FfiConverterDictionaryDataSequenceTypeFfiHmacKey: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10163:20: error: type 'FfiConverterDictionaryDataSequenceTypeFfiHmacKey' does not conform to protocol 'FfiConverter'
fileprivate struct FfiConverterDictionaryDataSequenceTypeFfiHmacKey: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:160:20: note: protocol requires nested type 'FfiType'; add nested type 'FfiType' for conformance
    associatedtype FfiType
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:161:20: note: protocol requires nested type 'SwiftType'; add nested type 'SwiftType' for conformance
    associatedtype SwiftType
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10189:20: error: type 'FfiConverterDictionaryTypeFfiIdentifierBool' does not conform to protocol 'FfiConverterRustBuffer'
fileprivate struct FfiConverterDictionaryTypeFfiIdentifierBool: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10189:20: error: type 'FfiConverterDictionaryTypeFfiIdentifierBool' does not conform to protocol 'FfiConverter'
fileprivate struct FfiConverterDictionaryTypeFfiIdentifierBool: FfiConverterRustBuffer {
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:160:20: note: protocol requires nested type 'FfiType'; add nested type 'FfiType' for conformance
    associatedtype FfiType
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:161:20: note: protocol requires nested type 'SwiftType'; add nested type 'SwiftType' for conformance
    associatedtype SwiftType
                   ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10218:34: error: cannot find type 'UniffiRustFutureContinuationCallback' in scope
    pollFunc: (UInt64, @escaping UniffiRustFutureContinuationCallback, UInt64) -> (),
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10219:49: error: cannot find type 'RustCallStatus' in scope
    completeFunc: (UInt64, UnsafeMutablePointer<RustCallStatus>) -> F,
                                                ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10222:21: error: cannot find type 'RustBuffer' in scope
    errorHandler: ((RustBuffer) throws -> Swift.Error)?
                    ^~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10414:40: error: cannot find 'ffi_xmtpv3_uniffi_contract_version' in scope
    let scaffolding_contract_version = ffi_xmtpv3_uniffi_contract_version()
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10418:9: error: cannot find 'uniffi_xmtpv3_checksum_func_connect_to_backend' in scope
    if (uniffi_xmtpv3_checksum_func_connect_to_backend() != 26018) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10421:9: error: cannot find 'uniffi_xmtpv3_checksum_func_create_client' in scope
    if (uniffi_xmtpv3_checksum_func_create_client() != 50701) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10424:9: error: cannot find 'uniffi_xmtpv3_checksum_func_decode_multi_remote_attachment' in scope
    if (uniffi_xmtpv3_checksum_func_decode_multi_remote_attachment() != 59746) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10427:9: error: cannot find 'uniffi_xmtpv3_checksum_func_decode_reaction' in scope
    if (uniffi_xmtpv3_checksum_func_decode_reaction() != 28885) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10430:9: error: cannot find 'uniffi_xmtpv3_checksum_func_encode_multi_remote_attachment' in scope
    if (uniffi_xmtpv3_checksum_func_encode_multi_remote_attachment() != 28938) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10433:9: error: cannot find 'uniffi_xmtpv3_checksum_func_encode_reaction' in scope
    if (uniffi_xmtpv3_checksum_func_encode_reaction() != 6548) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10436:9: error: cannot find 'uniffi_xmtpv3_checksum_func_enter_debug_writer' in scope
    if (uniffi_xmtpv3_checksum_func_enter_debug_writer() != 7266) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10439:9: error: cannot find 'uniffi_xmtpv3_checksum_func_enter_debug_writer_with_level' in scope
    if (uniffi_xmtpv3_checksum_func_enter_debug_writer_with_level() != 7232) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10442:9: error: cannot find 'uniffi_xmtpv3_checksum_func_exit_debug_writer' in scope
    if (uniffi_xmtpv3_checksum_func_exit_debug_writer() != 31716) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10445:9: error: cannot find 'uniffi_xmtpv3_checksum_func_generate_inbox_id' in scope
    if (uniffi_xmtpv3_checksum_func_generate_inbox_id() != 35602) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10448:9: error: cannot find 'uniffi_xmtpv3_checksum_func_get_inbox_id_for_identifier' in scope
    if (uniffi_xmtpv3_checksum_func_get_inbox_id_for_identifier() != 54811) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10451:9: error: cannot find 'uniffi_xmtpv3_checksum_func_get_version_info' in scope
    if (uniffi_xmtpv3_checksum_func_get_version_info() != 29277) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10454:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonsentcallback_on_consent_update' in scope
    if (uniffi_xmtpv3_checksum_method_fficonsentcallback_on_consent_update() != 12532) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10457:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonsentcallback_on_error' in scope
    if (uniffi_xmtpv3_checksum_method_fficonsentcallback_on_error() != 5882) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10460:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversation_add_admin' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversation_add_admin() != 52417) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10463:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversation_add_members' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversation_add_members() != 52510) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10466:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversation_add_members_by_inbox_id' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversation_add_members_by_inbox_id() != 30553) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10469:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversation_add_super_admin' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversation_add_super_admin() != 62984) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10472:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversation_added_by_inbox_id' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversation_added_by_inbox_id() != 12748) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10475:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversation_admin_list' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversation_admin_list() != 26668) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10478:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversation_consent_state' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversation_consent_state() != 25033) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10481:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversation_conversation_debug_info' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversation_conversation_debug_info() != 13258) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10484:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversation_conversation_message_disappearing_settings' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversation_conversation_message_disappearing_settings() != 53380) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10487:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversation_conversation_type' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversation_conversation_type() != 51396) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10490:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversation_created_at_ns' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversation_created_at_ns() != 17973) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10493:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversation_dm_peer_inbox_id' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversation_dm_peer_inbox_id() != 2178) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10496:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversation_find_duplicate_dms' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversation_find_duplicate_dms() != 15813) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10499:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversation_find_messages' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversation_find_messages() != 19931) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10502:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversation_find_messages_with_reactions' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversation_find_messages_with_reactions() != 33179) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10505:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversation_get_hmac_keys' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversation_get_hmac_keys() != 35284) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10508:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversation_group_description' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversation_group_description() != 53570) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10511:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversation_group_image_url_square' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversation_group_image_url_square() != 3200) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10514:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversation_group_metadata' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversation_group_metadata() != 7860) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10517:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversation_group_name' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversation_group_name() != 9344) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10520:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversation_group_permissions' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversation_group_permissions() != 61947) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10523:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversation_id' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversation_id() != 5542) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10526:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversation_is_active' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversation_is_active() != 49581) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10529:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversation_is_admin' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversation_is_admin() != 12325) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10532:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversation_is_conversation_message_disappearing_enabled' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversation_is_conversation_message_disappearing_enabled() != 13756) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10535:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversation_is_super_admin' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversation_is_super_admin() != 25811) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10538:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversation_list_members' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversation_list_members() != 21260) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10541:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversation_paused_for_version' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversation_paused_for_version() != 61438) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10544:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversation_process_streamed_conversation_message' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversation_process_streamed_conversation_message() != 4359) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10547:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversation_publish_messages' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversation_publish_messages() != 15643) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10550:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversation_remove_admin' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversation_remove_admin() != 7973) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10553:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversation_remove_conversation_message_disappearing_settings' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversation_remove_conversation_message_disappearing_settings() != 37503) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10556:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversation_remove_members' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversation_remove_members() != 27638) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10559:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversation_remove_members_by_inbox_id' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversation_remove_members_by_inbox_id() != 53192) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10562:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversation_remove_super_admin' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversation_remove_super_admin() != 46017) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10565:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversation_send' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversation_send() != 7954) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10568:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversation_send_optimistic' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversation_send_optimistic() != 5885) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10571:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversation_send_text' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversation_send_text() != 55684) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10574:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversation_stream' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversation_stream() != 26870) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10577:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversation_super_admin_list' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversation_super_admin_list() != 50610) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10580:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversation_sync' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversation_sync() != 17206) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10583:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversation_update_consent_state' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversation_update_consent_state() != 27721) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10586:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversation_update_conversation_message_disappearing_settings' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversation_update_conversation_message_disappearing_settings() != 18023) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10589:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversation_update_group_description' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversation_update_group_description() != 14549) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10592:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversation_update_group_image_url_square' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversation_update_group_image_url_square() != 36900) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10595:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversation_update_group_name' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversation_update_group_name() != 62600) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10598:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversation_update_permission_policy' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversation_update_permission_policy() != 3743) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10601:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversationcallback_on_conversation' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversationcallback_on_conversation() != 25316) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10604:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversationcallback_on_error' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversationcallback_on_error() != 461) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10607:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversationlistitem_conversation' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversationlistitem_conversation() != 20525) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10610:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversationlistitem_last_message' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversationlistitem_last_message() != 42510) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10613:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversationmetadata_conversation_type' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversationmetadata_conversation_type() != 22241) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10616:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversationmetadata_creator_inbox_id' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversationmetadata_creator_inbox_id() != 61067) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10619:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversations_create_group' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversations_create_group() != 5386) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10622:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversations_create_group_optimistic' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversations_create_group_optimistic() != 41612) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10625:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversations_create_group_with_inbox_ids' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversations_create_group_with_inbox_ids() != 56407) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10628:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversations_find_or_create_dm' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversations_find_or_create_dm() != 25610) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10631:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversations_find_or_create_dm_by_inbox_id' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversations_find_or_create_dm_by_inbox_id() != 42164) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10634:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversations_get_hmac_keys' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversations_get_hmac_keys() != 44064) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10637:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversations_list' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversations_list() != 23197) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10640:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversations_list_dms' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversations_list_dms() != 39437) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10643:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversations_list_groups' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversations_list_groups() != 7791) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10646:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversations_process_streamed_welcome_message' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversations_process_streamed_welcome_message() != 57376) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10649:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversations_stream' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversations_stream() != 31576) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10652:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversations_stream_all_dm_messages' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversations_stream_all_dm_messages() != 7006) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10655:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversations_stream_all_group_messages' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversations_stream_all_group_messages() != 16815) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10658:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversations_stream_all_messages' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversations_stream_all_messages() != 34596) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10661:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversations_stream_consent' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversations_stream_consent() != 27123) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10664:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversations_stream_dms' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversations_stream_dms() != 52710) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10667:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversations_stream_groups' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversations_stream_groups() != 11064) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10670:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversations_stream_messages' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversations_stream_messages() != 45879) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10673:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversations_stream_preferences' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversations_stream_preferences() != 37452) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10676:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversations_sync' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversations_sync() != 9054) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10679:9: error: cannot find 'uniffi_xmtpv3_checksum_method_fficonversations_sync_all_conversations' in scope
    if (uniffi_xmtpv3_checksum_method_fficonversations_sync_all_conversations() != 30657) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10682:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffigrouppermissions_policy_set' in scope
    if (uniffi_xmtpv3_checksum_method_ffigrouppermissions_policy_set() != 24928) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10685:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffigrouppermissions_policy_type' in scope
    if (uniffi_xmtpv3_checksum_method_ffigrouppermissions_policy_type() != 56975) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10688:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffiinboxowner_get_identifier' in scope
    if (uniffi_xmtpv3_checksum_method_ffiinboxowner_get_identifier() != 4926) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10691:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffiinboxowner_sign' in scope
    if (uniffi_xmtpv3_checksum_method_ffiinboxowner_sign() != 10423) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10694:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffimessagecallback_on_message' in scope
    if (uniffi_xmtpv3_checksum_method_ffimessagecallback_on_message() != 5286) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10697:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffimessagecallback_on_error' in scope
    if (uniffi_xmtpv3_checksum_method_ffimessagecallback_on_error() != 32204) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10700:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffipreferencecallback_on_preference_update' in scope
    if (uniffi_xmtpv3_checksum_method_ffipreferencecallback_on_preference_update() != 19900) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10703:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffipreferencecallback_on_error' in scope
    if (uniffi_xmtpv3_checksum_method_ffipreferencecallback_on_error() != 41454) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10706:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffisignaturerequest_add_ecdsa_signature' in scope
    if (uniffi_xmtpv3_checksum_method_ffisignaturerequest_add_ecdsa_signature() != 8706) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10709:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffisignaturerequest_add_passkey_signature' in scope
    if (uniffi_xmtpv3_checksum_method_ffisignaturerequest_add_passkey_signature() != 11222) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10712:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffisignaturerequest_add_scw_signature' in scope
    if (uniffi_xmtpv3_checksum_method_ffisignaturerequest_add_scw_signature() != 52793) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10715:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffisignaturerequest_is_ready' in scope
    if (uniffi_xmtpv3_checksum_method_ffisignaturerequest_is_ready() != 65051) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10718:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffisignaturerequest_missing_address_signatures' in scope
    if (uniffi_xmtpv3_checksum_method_ffisignaturerequest_missing_address_signatures() != 34688) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10721:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffisignaturerequest_signature_text' in scope
    if (uniffi_xmtpv3_checksum_method_ffisignaturerequest_signature_text() != 60472) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10724:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffistreamcloser_end' in scope
    if (uniffi_xmtpv3_checksum_method_ffistreamcloser_end() != 11040) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10727:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffistreamcloser_end_and_wait' in scope
    if (uniffi_xmtpv3_checksum_method_ffistreamcloser_end_and_wait() != 23074) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10730:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffistreamcloser_is_closed' in scope
    if (uniffi_xmtpv3_checksum_method_ffistreamcloser_is_closed() != 62423) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10733:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffistreamcloser_wait_for_ready' in scope
    if (uniffi_xmtpv3_checksum_method_ffistreamcloser_wait_for_ready() != 38545) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10736:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffisyncworker_wait' in scope
    if (uniffi_xmtpv3_checksum_method_ffisyncworker_wait() != 30763) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10739:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffixmtpclient_add_identity' in scope
    if (uniffi_xmtpv3_checksum_method_ffixmtpclient_add_identity() != 61490) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10742:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffixmtpclient_addresses_from_inbox_id' in scope
    if (uniffi_xmtpv3_checksum_method_ffixmtpclient_addresses_from_inbox_id() != 29264) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10745:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffixmtpclient_api_aggregate_statistics' in scope
    if (uniffi_xmtpv3_checksum_method_ffixmtpclient_api_aggregate_statistics() != 18475) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10748:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffixmtpclient_api_identity_statistics' in scope
    if (uniffi_xmtpv3_checksum_method_ffixmtpclient_api_identity_statistics() != 47055) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10751:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffixmtpclient_api_statistics' in scope
    if (uniffi_xmtpv3_checksum_method_ffixmtpclient_api_statistics() != 31059) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10754:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffixmtpclient_apply_signature_request' in scope
    if (uniffi_xmtpv3_checksum_method_ffixmtpclient_apply_signature_request() != 32172) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10757:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffixmtpclient_archive_metadata' in scope
    if (uniffi_xmtpv3_checksum_method_ffixmtpclient_archive_metadata() != 27089) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10760:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffixmtpclient_can_message' in scope
    if (uniffi_xmtpv3_checksum_method_ffixmtpclient_can_message() != 32993) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10763:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffixmtpclient_change_recovery_identifier' in scope
    if (uniffi_xmtpv3_checksum_method_ffixmtpclient_change_recovery_identifier() != 39513) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10766:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffixmtpclient_conversation' in scope
    if (uniffi_xmtpv3_checksum_method_ffixmtpclient_conversation() != 60290) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10769:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffixmtpclient_conversations' in scope
    if (uniffi_xmtpv3_checksum_method_ffixmtpclient_conversations() != 47463) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10772:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffixmtpclient_create_archive' in scope
    if (uniffi_xmtpv3_checksum_method_ffixmtpclient_create_archive() != 6966) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10775:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffixmtpclient_db_reconnect' in scope
    if (uniffi_xmtpv3_checksum_method_ffixmtpclient_db_reconnect() != 6707) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10778:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffixmtpclient_dm_conversation' in scope
    if (uniffi_xmtpv3_checksum_method_ffixmtpclient_dm_conversation() != 23917) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10781:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffixmtpclient_find_inbox_id' in scope
    if (uniffi_xmtpv3_checksum_method_ffixmtpclient_find_inbox_id() != 17517) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10784:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffixmtpclient_get_consent_state' in scope
    if (uniffi_xmtpv3_checksum_method_ffixmtpclient_get_consent_state() != 58208) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10787:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffixmtpclient_get_key_package_statuses_for_installation_ids' in scope
    if (uniffi_xmtpv3_checksum_method_ffixmtpclient_get_key_package_statuses_for_installation_ids() != 60893) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10790:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffixmtpclient_get_latest_inbox_state' in scope
    if (uniffi_xmtpv3_checksum_method_ffixmtpclient_get_latest_inbox_state() != 3165) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10793:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffixmtpclient_import_archive' in scope
    if (uniffi_xmtpv3_checksum_method_ffixmtpclient_import_archive() != 7049) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10796:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffixmtpclient_inbox_id' in scope
    if (uniffi_xmtpv3_checksum_method_ffixmtpclient_inbox_id() != 25128) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10799:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffixmtpclient_inbox_state' in scope
    if (uniffi_xmtpv3_checksum_method_ffixmtpclient_inbox_state() != 7826) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10802:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffixmtpclient_installation_id' in scope
    if (uniffi_xmtpv3_checksum_method_ffixmtpclient_installation_id() != 37173) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10805:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffixmtpclient_message' in scope
    if (uniffi_xmtpv3_checksum_method_ffixmtpclient_message() != 26932) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10808:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffixmtpclient_register_identity' in scope
    if (uniffi_xmtpv3_checksum_method_ffixmtpclient_register_identity() != 42003) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10811:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffixmtpclient_release_db_connection' in scope
    if (uniffi_xmtpv3_checksum_method_ffixmtpclient_release_db_connection() != 11067) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10814:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffixmtpclient_revoke_all_other_installations' in scope
    if (uniffi_xmtpv3_checksum_method_ffixmtpclient_revoke_all_other_installations() != 36450) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10817:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffixmtpclient_revoke_identity' in scope
    if (uniffi_xmtpv3_checksum_method_ffixmtpclient_revoke_identity() != 63231) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10820:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffixmtpclient_revoke_installations' in scope
    if (uniffi_xmtpv3_checksum_method_ffixmtpclient_revoke_installations() != 2611) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10823:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffixmtpclient_send_sync_request' in scope
    if (uniffi_xmtpv3_checksum_method_ffixmtpclient_send_sync_request() != 42032) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10826:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffixmtpclient_set_consent_states' in scope
    if (uniffi_xmtpv3_checksum_method_ffixmtpclient_set_consent_states() != 64566) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10829:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffixmtpclient_sign_with_installation_key' in scope
    if (uniffi_xmtpv3_checksum_method_ffixmtpclient_sign_with_installation_key() != 42647) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10832:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffixmtpclient_signature_request' in scope
    if (uniffi_xmtpv3_checksum_method_ffixmtpclient_signature_request() != 18270) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10835:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffixmtpclient_sync_preferences' in scope
    if (uniffi_xmtpv3_checksum_method_ffixmtpclient_sync_preferences() != 59168) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10838:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffixmtpclient_upload_debug_archive' in scope
    if (uniffi_xmtpv3_checksum_method_ffixmtpclient_upload_debug_archive() != 21347) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10841:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffixmtpclient_verify_signed_with_installation_key' in scope
    if (uniffi_xmtpv3_checksum_method_ffixmtpclient_verify_signed_with_installation_key() != 3285) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10844:9: error: cannot find 'uniffi_xmtpv3_checksum_method_ffixmtpclient_verify_signed_with_public_key' in scope
    if (uniffi_xmtpv3_checksum_method_ffixmtpclient_verify_signed_with_public_key() != 10898) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:197:41: error: no exact matches in call to initializer
        var reader = createReader(data: Data(rustBuffer: buf))
                                        ^
Foundation.Data:28:23: note: incorrect labels for candidate (have: '(rustBuffer:)', expected: '(_:)')
    @inlinable public init<S>(_ elements: S) where S : Sequence, S.Element == UInt8
                      ^
Swift.RangeReplaceableCollection:3:23: note: incorrect labels for candidate (have: '(rustBuffer:)', expected: '(_:)')
    @inlinable public init<S>(_ elements: S) where S : Sequence, Self.Element == S.Element
                      ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:270:23: error: cannot find type 'RustBuffer' in scope
    let neverThrow: ((RustBuffer) throws -> Never)? = nil
                      ^~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:285:22: error: cannot find 'RustCallStatus' in scope
    var callStatus = RustCallStatus.init()
                     ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:600:32: error: cannot find 'uniffi_xmtpv3_fn_clone_fficonsentcallback' in scope
        return try! rustCall { uniffi_xmtpv3_fn_clone_fficonsentcallback(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:609:25: error: cannot find 'uniffi_xmtpv3_fn_free_fficonsentcallback' in scope
        try! rustCall { uniffi_xmtpv3_fn_free_fficonsentcallback(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:616:5: error: cannot find 'uniffi_xmtpv3_fn_method_fficonsentcallback_on_consent_update' in scope
    uniffi_xmtpv3_fn_method_fficonsentcallback_on_consent_update(self.uniffiClonePointer(),
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:623:5: error: cannot find 'uniffi_xmtpv3_fn_method_fficonsentcallback_on_error' in scope
    uniffi_xmtpv3_fn_method_fficonsentcallback_on_error(self.uniffiClonePointer(),
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:700:5: error: cannot find 'uniffi_xmtpv3_fn_init_callback_vtable_fficonsentcallback' in scope
    uniffi_xmtpv3_fn_init_callback_vtable_fficonsentcallback(UniffiCallbackInterfaceFfiConsentCallback.vtable)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:902:32: error: cannot find 'uniffi_xmtpv3_fn_clone_fficonversation' in scope
        return try! rustCall { uniffi_xmtpv3_fn_clone_fficonversation(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:911:25: error: cannot find 'uniffi_xmtpv3_fn_free_fficonversation' in scope
        try! rustCall { uniffi_xmtpv3_fn_free_fficonversation(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:921:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_add_admin' in scope
                uniffi_xmtpv3_fn_method_fficonversation_add_admin(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:926:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:927:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:928:23: error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:938:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_add_members' in scope
                uniffi_xmtpv3_fn_method_fficonversation_add_members(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:943:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:944:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:945:23: error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:955:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_add_members_by_inbox_id' in scope
                uniffi_xmtpv3_fn_method_fficonversation_add_members_by_inbox_id(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:960:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:961:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:962:23: error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:972:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_add_super_admin' in scope
                uniffi_xmtpv3_fn_method_fficonversation_add_super_admin(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:977:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:978:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:979:23: error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:987:5: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_added_by_inbox_id' in scope
    uniffi_xmtpv3_fn_method_fficonversation_added_by_inbox_id(self.uniffiClonePointer(),$0
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:994:5: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_admin_list' in scope
    uniffi_xmtpv3_fn_method_fficonversation_admin_list(self.uniffiClonePointer(),$0
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1001:5: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_consent_state' in scope
    uniffi_xmtpv3_fn_method_fficonversation_consent_state(self.uniffiClonePointer(),$0
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1010:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_conversation_debug_info' in scope
                uniffi_xmtpv3_fn_method_fficonversation_conversation_debug_info(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1015:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1016:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1017:23: error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1025:5: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_conversation_message_disappearing_settings' in scope
    uniffi_xmtpv3_fn_method_fficonversation_conversation_message_disappearing_settings(self.uniffiClonePointer(),$0
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1034:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_conversation_type' in scope
                uniffi_xmtpv3_fn_method_fficonversation_conversation_type(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1039:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1040:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1041:23: error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1049:5: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_created_at_ns' in scope
    uniffi_xmtpv3_fn_method_fficonversation_created_at_ns(self.uniffiClonePointer(),$0
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1056:5: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_dm_peer_inbox_id' in scope
    uniffi_xmtpv3_fn_method_fficonversation_dm_peer_inbox_id(self.uniffiClonePointer(),$0
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1065:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_find_duplicate_dms' in scope
                uniffi_xmtpv3_fn_method_fficonversation_find_duplicate_dms(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1070:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1071:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1072:23: error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1082:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_find_messages' in scope
                uniffi_xmtpv3_fn_method_fficonversation_find_messages(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1087:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1088:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1089:23: error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1099:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_find_messages_with_reactions' in scope
                uniffi_xmtpv3_fn_method_fficonversation_find_messages_with_reactions(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1104:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1105:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1106:23: error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1114:5: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_get_hmac_keys' in scope
    uniffi_xmtpv3_fn_method_fficonversation_get_hmac_keys(self.uniffiClonePointer(),$0
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1121:5: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_group_description' in scope
    uniffi_xmtpv3_fn_method_fficonversation_group_description(self.uniffiClonePointer(),$0
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1128:5: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_group_image_url_square' in scope
    uniffi_xmtpv3_fn_method_fficonversation_group_image_url_square(self.uniffiClonePointer(),$0
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1137:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_group_metadata' in scope
                uniffi_xmtpv3_fn_method_fficonversation_group_metadata(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1142:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1143:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1144:23: error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_pointer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1152:5: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_group_name' in scope
    uniffi_xmtpv3_fn_method_fficonversation_group_name(self.uniffiClonePointer(),$0
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1159:5: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_group_permissions' in scope
    uniffi_xmtpv3_fn_method_fficonversation_group_permissions(self.uniffiClonePointer(),$0
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1166:5: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_id' in scope
    uniffi_xmtpv3_fn_method_fficonversation_id(self.uniffiClonePointer(),$0
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1173:5: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_is_active' in scope
    uniffi_xmtpv3_fn_method_fficonversation_is_active(self.uniffiClonePointer(),$0
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1180:5: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_is_admin' in scope
    uniffi_xmtpv3_fn_method_fficonversation_is_admin(self.uniffiClonePointer(),
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1188:5: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_is_conversation_message_disappearing_enabled' in scope
    uniffi_xmtpv3_fn_method_fficonversation_is_conversation_message_disappearing_enabled(self.uniffiClonePointer(),$0
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1195:5: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_is_super_admin' in scope
    uniffi_xmtpv3_fn_method_fficonversation_is_super_admin(self.uniffiClonePointer(),
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1205:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_list_members' in scope
                uniffi_xmtpv3_fn_method_fficonversation_list_members(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1210:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1211:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1212:23: error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1220:5: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_paused_for_version' in scope
    uniffi_xmtpv3_fn_method_fficonversation_paused_for_version(self.uniffiClonePointer(),$0
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1229:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_process_streamed_conversation_message' in scope
                uniffi_xmtpv3_fn_method_fficonversation_process_streamed_conversation_message(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1234:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1235:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1236:23: error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1249:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_publish_messages' in scope
                uniffi_xmtpv3_fn_method_fficonversation_publish_messages(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1254:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1255:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1256:23: error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1266:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_remove_admin' in scope
                uniffi_xmtpv3_fn_method_fficonversation_remove_admin(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1271:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1272:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1273:23: error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1283:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_remove_conversation_message_disappearing_settings' in scope
                uniffi_xmtpv3_fn_method_fficonversation_remove_conversation_message_disappearing_settings(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1288:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1289:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1290:23: error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1300:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_remove_members' in scope
                uniffi_xmtpv3_fn_method_fficonversation_remove_members(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1305:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1306:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1307:23: error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1317:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_remove_members_by_inbox_id' in scope
                uniffi_xmtpv3_fn_method_fficonversation_remove_members_by_inbox_id(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1322:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1323:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1324:23: error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1334:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_remove_super_admin' in scope
                uniffi_xmtpv3_fn_method_fficonversation_remove_super_admin(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1339:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1340:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1341:23: error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1351:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_send' in scope
                uniffi_xmtpv3_fn_method_fficonversation_send(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1356:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1357:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1358:23: error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1369:5: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_send_optimistic' in scope
    uniffi_xmtpv3_fn_method_fficonversation_send_optimistic(self.uniffiClonePointer(),
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1379:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_send_text' in scope
                uniffi_xmtpv3_fn_method_fficonversation_send_text(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1384:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1385:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1386:23: error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1396:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_stream' in scope
                uniffi_xmtpv3_fn_method_fficonversation_stream(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1401:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1402:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1403:23: error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_pointer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1405:27: error: 'nil' requires a contextual type
            errorHandler: nil
                          ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1412:5: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_super_admin_list' in scope
    uniffi_xmtpv3_fn_method_fficonversation_super_admin_list(self.uniffiClonePointer(),$0
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1421:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_sync' in scope
                uniffi_xmtpv3_fn_method_fficonversation_sync(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1426:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1427:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1428:23: error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1435:5: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_update_consent_state' in scope
    uniffi_xmtpv3_fn_method_fficonversation_update_consent_state(self.uniffiClonePointer(),
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1445:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_update_conversation_message_disappearing_settings' in scope
                uniffi_xmtpv3_fn_method_fficonversation_update_conversation_message_disappearing_settings(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1450:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1451:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1452:23: error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1462:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_update_group_description' in scope
                uniffi_xmtpv3_fn_method_fficonversation_update_group_description(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1467:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1468:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1469:23: error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1479:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_update_group_image_url_square' in scope
                uniffi_xmtpv3_fn_method_fficonversation_update_group_image_url_square(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1484:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1485:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1486:23: error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1496:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_update_group_name' in scope
                uniffi_xmtpv3_fn_method_fficonversation_update_group_name(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1501:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1502:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1503:23: error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1513:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_update_permission_policy' in scope
                uniffi_xmtpv3_fn_method_fficonversation_update_permission_policy(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1518:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1519:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1520:23: error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1628:32: error: cannot find 'uniffi_xmtpv3_fn_clone_fficonversationcallback' in scope
        return try! rustCall { uniffi_xmtpv3_fn_clone_fficonversationcallback(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1637:25: error: cannot find 'uniffi_xmtpv3_fn_free_fficonversationcallback' in scope
        try! rustCall { uniffi_xmtpv3_fn_free_fficonversationcallback(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1644:5: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversationcallback_on_conversation' in scope
    uniffi_xmtpv3_fn_method_fficonversationcallback_on_conversation(self.uniffiClonePointer(),
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1651:5: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversationcallback_on_error' in scope
    uniffi_xmtpv3_fn_method_fficonversationcallback_on_error(self.uniffiClonePointer(),
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1728:5: error: cannot find 'uniffi_xmtpv3_fn_init_callback_vtable_fficonversationcallback' in scope
    uniffi_xmtpv3_fn_init_callback_vtable_fficonversationcallback(UniffiCallbackInterfaceFfiConversationCallback.vtable)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1834:32: error: cannot find 'uniffi_xmtpv3_fn_clone_fficonversationlistitem' in scope
        return try! rustCall { uniffi_xmtpv3_fn_clone_fficonversationlistitem(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1843:25: error: cannot find 'uniffi_xmtpv3_fn_free_fficonversationlistitem' in scope
        try! rustCall { uniffi_xmtpv3_fn_free_fficonversationlistitem(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1851:5: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversationlistitem_conversation' in scope
    uniffi_xmtpv3_fn_method_fficonversationlistitem_conversation(self.uniffiClonePointer(),$0
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1858:5: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversationlistitem_last_message' in scope
    uniffi_xmtpv3_fn_method_fficonversationlistitem_last_message(self.uniffiClonePointer(),$0
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1965:32: error: cannot find 'uniffi_xmtpv3_fn_clone_fficonversationmetadata' in scope
        return try! rustCall { uniffi_xmtpv3_fn_clone_fficonversationmetadata(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1974:25: error: cannot find 'uniffi_xmtpv3_fn_free_fficonversationmetadata' in scope
        try! rustCall { uniffi_xmtpv3_fn_free_fficonversationmetadata(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1982:5: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversationmetadata_conversation_type' in scope
    uniffi_xmtpv3_fn_method_fficonversationmetadata_conversation_type(self.uniffiClonePointer(),$0
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1989:5: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversationmetadata_creator_inbox_id' in scope
    uniffi_xmtpv3_fn_method_fficonversationmetadata_creator_inbox_id(self.uniffiClonePointer(),$0
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2142:32: error: cannot find 'uniffi_xmtpv3_fn_clone_fficonversations' in scope
        return try! rustCall { uniffi_xmtpv3_fn_clone_fficonversations(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2151:25: error: cannot find 'uniffi_xmtpv3_fn_free_fficonversations' in scope
        try! rustCall { uniffi_xmtpv3_fn_free_fficonversations(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2161:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_create_group' in scope
                uniffi_xmtpv3_fn_method_fficonversations_create_group(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2166:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2167:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2168:23: error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_pointer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2176:5: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_create_group_optimistic' in scope
    uniffi_xmtpv3_fn_method_fficonversations_create_group_optimistic(self.uniffiClonePointer(),
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2186:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_create_group_with_inbox_ids' in scope
                uniffi_xmtpv3_fn_method_fficonversations_create_group_with_inbox_ids(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2191:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2192:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2193:23: error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_pointer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2203:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_find_or_create_dm' in scope
                uniffi_xmtpv3_fn_method_fficonversations_find_or_create_dm(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2208:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2209:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2210:23: error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_pointer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2220:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_find_or_create_dm_by_inbox_id' in scope
                uniffi_xmtpv3_fn_method_fficonversations_find_or_create_dm_by_inbox_id(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2225:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2226:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2227:23: error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_pointer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2235:5: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_get_hmac_keys' in scope
    uniffi_xmtpv3_fn_method_fficonversations_get_hmac_keys(self.uniffiClonePointer(),$0
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2242:5: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_list' in scope
    uniffi_xmtpv3_fn_method_fficonversations_list(self.uniffiClonePointer(),
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2250:5: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_list_dms' in scope
    uniffi_xmtpv3_fn_method_fficonversations_list_dms(self.uniffiClonePointer(),
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2258:5: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_list_groups' in scope
    uniffi_xmtpv3_fn_method_fficonversations_list_groups(self.uniffiClonePointer(),
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2268:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_process_streamed_welcome_message' in scope
                uniffi_xmtpv3_fn_method_fficonversations_process_streamed_welcome_message(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2273:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2274:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2275:23: error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_pointer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2285:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_stream' in scope
                uniffi_xmtpv3_fn_method_fficonversations_stream(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2290:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2291:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2292:23: error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_pointer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2294:27: error: 'nil' requires a contextual type
            errorHandler: nil
                          ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2303:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_stream_all_dm_messages' in scope
                uniffi_xmtpv3_fn_method_fficonversations_stream_all_dm_messages(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2308:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2309:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2310:23: error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_pointer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2312:27: error: 'nil' requires a contextual type
            errorHandler: nil
                          ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2321:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_stream_all_group_messages' in scope
                uniffi_xmtpv3_fn_method_fficonversations_stream_all_group_messages(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2326:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2327:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2328:23: error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_pointer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2330:27: error: 'nil' requires a contextual type
            errorHandler: nil
                          ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2339:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_stream_all_messages' in scope
                uniffi_xmtpv3_fn_method_fficonversations_stream_all_messages(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2344:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2345:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2346:23: error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_pointer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2348:27: error: 'nil' requires a contextual type
            errorHandler: nil
                          ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2361:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_stream_consent' in scope
                uniffi_xmtpv3_fn_method_fficonversations_stream_consent(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2366:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2367:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2368:23: error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_pointer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2370:27: error: 'nil' requires a contextual type
            errorHandler: nil
                          ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2379:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_stream_dms' in scope
                uniffi_xmtpv3_fn_method_fficonversations_stream_dms(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2384:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2385:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2386:23: error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_pointer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2388:27: error: 'nil' requires a contextual type
            errorHandler: nil
                          ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2397:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_stream_groups' in scope
                uniffi_xmtpv3_fn_method_fficonversations_stream_groups(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2402:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2403:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2404:23: error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_pointer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2406:27: error: 'nil' requires a contextual type
            errorHandler: nil
                          ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2415:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_stream_messages' in scope
                uniffi_xmtpv3_fn_method_fficonversations_stream_messages(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2420:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2421:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2422:23: error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_pointer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2424:27: error: 'nil' requires a contextual type
            errorHandler: nil
                          ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2437:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_stream_preferences' in scope
                uniffi_xmtpv3_fn_method_fficonversations_stream_preferences(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2442:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2443:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2444:23: error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_pointer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2446:27: error: 'nil' requires a contextual type
            errorHandler: nil
                          ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2455:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_sync' in scope
                uniffi_xmtpv3_fn_method_fficonversations_sync(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2460:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2461:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2462:23: error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2472:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_sync_all_conversations' in scope
                uniffi_xmtpv3_fn_method_fficonversations_sync_all_conversations(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2477:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_u32' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_u32,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2478:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_u32' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_u32,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2479:23: error: cannot find 'ffi_xmtpv3_rust_future_free_u32' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_u32,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2587:32: error: cannot find 'uniffi_xmtpv3_fn_clone_ffigrouppermissions' in scope
        return try! rustCall { uniffi_xmtpv3_fn_clone_ffigrouppermissions(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2596:25: error: cannot find 'uniffi_xmtpv3_fn_free_ffigrouppermissions' in scope
        try! rustCall { uniffi_xmtpv3_fn_free_ffigrouppermissions(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2604:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffigrouppermissions_policy_set' in scope
    uniffi_xmtpv3_fn_method_ffigrouppermissions_policy_set(self.uniffiClonePointer(),$0
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2611:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffigrouppermissions_policy_type' in scope
    uniffi_xmtpv3_fn_method_ffigrouppermissions_policy_type(self.uniffiClonePointer(),$0
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2718:32: error: cannot find 'uniffi_xmtpv3_fn_clone_ffiinboxowner' in scope
        return try! rustCall { uniffi_xmtpv3_fn_clone_ffiinboxowner(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2727:25: error: cannot find 'uniffi_xmtpv3_fn_free_ffiinboxowner' in scope
        try! rustCall { uniffi_xmtpv3_fn_free_ffiinboxowner(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2735:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffiinboxowner_get_identifier' in scope
    uniffi_xmtpv3_fn_method_ffiinboxowner_get_identifier(self.uniffiClonePointer(),$0
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2742:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffiinboxowner_sign' in scope
    uniffi_xmtpv3_fn_method_ffiinboxowner_sign(self.uniffiClonePointer(),
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2819:5: error: cannot find 'uniffi_xmtpv3_fn_init_callback_vtable_ffiinboxowner' in scope
    uniffi_xmtpv3_fn_init_callback_vtable_ffiinboxowner(UniffiCallbackInterfaceFfiInboxOwner.vtable)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2925:32: error: cannot find 'uniffi_xmtpv3_fn_clone_ffimessagecallback' in scope
        return try! rustCall { uniffi_xmtpv3_fn_clone_ffimessagecallback(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2934:25: error: cannot find 'uniffi_xmtpv3_fn_free_ffimessagecallback' in scope
        try! rustCall { uniffi_xmtpv3_fn_free_ffimessagecallback(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2941:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffimessagecallback_on_message' in scope
    uniffi_xmtpv3_fn_method_ffimessagecallback_on_message(self.uniffiClonePointer(),
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2948:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffimessagecallback_on_error' in scope
    uniffi_xmtpv3_fn_method_ffimessagecallback_on_error(self.uniffiClonePointer(),
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3025:5: error: cannot find 'uniffi_xmtpv3_fn_init_callback_vtable_ffimessagecallback' in scope
    uniffi_xmtpv3_fn_init_callback_vtable_ffimessagecallback(UniffiCallbackInterfaceFfiMessageCallback.vtable)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3131:32: error: cannot find 'uniffi_xmtpv3_fn_clone_ffipreferencecallback' in scope
        return try! rustCall { uniffi_xmtpv3_fn_clone_ffipreferencecallback(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3140:25: error: cannot find 'uniffi_xmtpv3_fn_free_ffipreferencecallback' in scope
        try! rustCall { uniffi_xmtpv3_fn_free_ffipreferencecallback(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3147:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffipreferencecallback_on_preference_update' in scope
    uniffi_xmtpv3_fn_method_ffipreferencecallback_on_preference_update(self.uniffiClonePointer(),
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3154:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffipreferencecallback_on_error' in scope
    uniffi_xmtpv3_fn_method_ffipreferencecallback_on_error(self.uniffiClonePointer(),
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3231:5: error: cannot find 'uniffi_xmtpv3_fn_init_callback_vtable_ffipreferencecallback' in scope
    uniffi_xmtpv3_fn_init_callback_vtable_ffipreferencecallback(UniffiCallbackInterfaceFfiPreferenceCallback.vtable)
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3348:32: error: cannot find 'uniffi_xmtpv3_fn_clone_ffisignaturerequest' in scope
        return try! rustCall { uniffi_xmtpv3_fn_clone_ffisignaturerequest(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3357:25: error: cannot find 'uniffi_xmtpv3_fn_free_ffisignaturerequest' in scope
        try! rustCall { uniffi_xmtpv3_fn_free_ffisignaturerequest(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3367:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffisignaturerequest_add_ecdsa_signature' in scope
                uniffi_xmtpv3_fn_method_ffisignaturerequest_add_ecdsa_signature(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3372:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3373:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3374:23: error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3384:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffisignaturerequest_add_passkey_signature' in scope
                uniffi_xmtpv3_fn_method_ffisignaturerequest_add_passkey_signature(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3389:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3390:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3391:23: error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3401:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffisignaturerequest_add_scw_signature' in scope
                uniffi_xmtpv3_fn_method_ffisignaturerequest_add_scw_signature(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3406:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3407:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3408:23: error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3418:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffisignaturerequest_is_ready' in scope
                uniffi_xmtpv3_fn_method_ffisignaturerequest_is_ready(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3423:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_i8' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_i8,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3424:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_i8' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_i8,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3425:23: error: cannot find 'ffi_xmtpv3_rust_future_free_i8' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_i8,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3427:27: error: 'nil' requires a contextual type
            errorHandler: nil
                          ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3439:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffisignaturerequest_missing_address_signatures' in scope
                uniffi_xmtpv3_fn_method_ffisignaturerequest_missing_address_signatures(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3444:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3445:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3446:23: error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3456:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffisignaturerequest_signature_text' in scope
                uniffi_xmtpv3_fn_method_ffisignaturerequest_signature_text(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3461:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3462:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3463:23: error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3582:32: error: cannot find 'uniffi_xmtpv3_fn_clone_ffistreamcloser' in scope
        return try! rustCall { uniffi_xmtpv3_fn_clone_ffistreamcloser(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3591:25: error: cannot find 'uniffi_xmtpv3_fn_free_ffistreamcloser' in scope
        try! rustCall { uniffi_xmtpv3_fn_free_ffistreamcloser(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3602:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffistreamcloser_end' in scope
    uniffi_xmtpv3_fn_method_ffistreamcloser_end(self.uniffiClonePointer(),$0
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3614:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffistreamcloser_end_and_wait' in scope
                uniffi_xmtpv3_fn_method_ffistreamcloser_end_and_wait(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3619:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3620:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3621:23: error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3629:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffistreamcloser_is_closed' in scope
    uniffi_xmtpv3_fn_method_ffistreamcloser_is_closed(self.uniffiClonePointer(),$0
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3638:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffistreamcloser_wait_for_ready' in scope
                uniffi_xmtpv3_fn_method_ffistreamcloser_wait_for_ready(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3643:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3644:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3645:23: error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3647:27: error: 'nil' requires a contextual type
            errorHandler: nil
                          ^
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3752:32: error: cannot find 'uniffi_xmtpv3_fn_clone_ffisyncworker' in scope
        return try! rustCall { uniffi_xmtpv3_fn_clone_ffisyncworker(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3761:25: error: cannot find 'uniffi_xmtpv3_fn_free_ffisyncworker' in scope
        try! rustCall { uniffi_xmtpv3_fn_free_ffisyncworker(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3771:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffisyncworker_wait' in scope
                uniffi_xmtpv3_fn_method_ffisyncworker_wait(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3776:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3777:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3778:23: error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4007:32: error: cannot find 'uniffi_xmtpv3_fn_clone_ffixmtpclient' in scope
        return try! rustCall { uniffi_xmtpv3_fn_clone_ffixmtpclient(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4016:25: error: cannot find 'uniffi_xmtpv3_fn_free_ffixmtpclient' in scope
        try! rustCall { uniffi_xmtpv3_fn_free_ffixmtpclient(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4029:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_add_identity' in scope
                uniffi_xmtpv3_fn_method_ffixmtpclient_add_identity(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4034:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4035:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4036:23: error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_pointer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4052:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_addresses_from_inbox_id' in scope
                uniffi_xmtpv3_fn_method_ffixmtpclient_addresses_from_inbox_id(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4057:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4058:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4059:23: error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4067:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_api_aggregate_statistics' in scope
    uniffi_xmtpv3_fn_method_ffixmtpclient_api_aggregate_statistics(self.uniffiClonePointer(),$0
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4074:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_api_identity_statistics' in scope
    uniffi_xmtpv3_fn_method_ffixmtpclient_api_identity_statistics(self.uniffiClonePointer(),$0
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4081:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_api_statistics' in scope
    uniffi_xmtpv3_fn_method_ffixmtpclient_api_statistics(self.uniffiClonePointer(),$0
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4090:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_apply_signature_request' in scope
                uniffi_xmtpv3_fn_method_ffixmtpclient_apply_signature_request(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4095:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4096:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4097:23: error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4111:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_archive_metadata' in scope
                uniffi_xmtpv3_fn_method_ffixmtpclient_archive_metadata(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4116:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4117:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4118:23: error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4128:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_can_message' in scope
                uniffi_xmtpv3_fn_method_ffixmtpclient_can_message(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4133:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4134:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4135:23: error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4148:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_change_recovery_identifier' in scope
                uniffi_xmtpv3_fn_method_ffixmtpclient_change_recovery_identifier(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4153:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4154:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4155:23: error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_pointer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4163:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_conversation' in scope
    uniffi_xmtpv3_fn_method_ffixmtpclient_conversation(self.uniffiClonePointer(),
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4171:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_conversations' in scope
    uniffi_xmtpv3_fn_method_ffixmtpclient_conversations(self.uniffiClonePointer(),$0
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4183:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_create_archive' in scope
                uniffi_xmtpv3_fn_method_ffixmtpclient_create_archive(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4188:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4189:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4190:23: error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4200:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_db_reconnect' in scope
                uniffi_xmtpv3_fn_method_ffixmtpclient_db_reconnect(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4205:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4206:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4207:23: error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4215:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_dm_conversation' in scope
    uniffi_xmtpv3_fn_method_ffixmtpclient_dm_conversation(self.uniffiClonePointer(),
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4225:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_find_inbox_id' in scope
                uniffi_xmtpv3_fn_method_ffixmtpclient_find_inbox_id(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4230:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4231:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4232:23: error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4242:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_get_consent_state' in scope
                uniffi_xmtpv3_fn_method_ffixmtpclient_get_consent_state(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4247:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4248:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4249:23: error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4259:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_get_key_package_statuses_for_installation_ids' in scope
                uniffi_xmtpv3_fn_method_ffixmtpclient_get_key_package_statuses_for_installation_ids(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4264:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4265:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4266:23: error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4276:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_get_latest_inbox_state' in scope
                uniffi_xmtpv3_fn_method_ffixmtpclient_get_latest_inbox_state(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4281:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4282:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4283:23: error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4296:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_import_archive' in scope
                uniffi_xmtpv3_fn_method_ffixmtpclient_import_archive(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4301:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4302:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4303:23: error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4311:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_inbox_id' in scope
    uniffi_xmtpv3_fn_method_ffixmtpclient_inbox_id(self.uniffiClonePointer(),$0
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4326:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_inbox_state' in scope
                uniffi_xmtpv3_fn_method_ffixmtpclient_inbox_state(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4331:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4332:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4333:23: error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4341:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_installation_id' in scope
    uniffi_xmtpv3_fn_method_ffixmtpclient_installation_id(self.uniffiClonePointer(),$0
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4348:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_message' in scope
    uniffi_xmtpv3_fn_method_ffixmtpclient_message(self.uniffiClonePointer(),
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4358:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_register_identity' in scope
                uniffi_xmtpv3_fn_method_ffixmtpclient_register_identity(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4363:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4364:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4365:23: error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4372:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_release_db_connection' in scope
    uniffi_xmtpv3_fn_method_ffixmtpclient_release_db_connection(self.uniffiClonePointer(),$0
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4384:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_revoke_all_other_installations' in scope
                uniffi_xmtpv3_fn_method_ffixmtpclient_revoke_all_other_installations(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4389:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4390:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4391:23: error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_pointer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4404:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_revoke_identity' in scope
                uniffi_xmtpv3_fn_method_ffixmtpclient_revoke_identity(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4409:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4410:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4411:23: error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_pointer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4424:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_revoke_installations' in scope
                uniffi_xmtpv3_fn_method_ffixmtpclient_revoke_installations(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4429:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4430:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4431:23: error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_pointer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4444:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_send_sync_request' in scope
                uniffi_xmtpv3_fn_method_ffixmtpclient_send_sync_request(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4449:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4450:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4451:23: error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4461:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_set_consent_states' in scope
                uniffi_xmtpv3_fn_method_ffixmtpclient_set_consent_states(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4466:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4467:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_void,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4468:23: error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_void,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4479:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_sign_with_installation_key' in scope
    uniffi_xmtpv3_fn_method_ffixmtpclient_sign_with_installation_key(self.uniffiClonePointer(),
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4487:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_signature_request' in scope
    uniffi_xmtpv3_fn_method_ffixmtpclient_signature_request(self.uniffiClonePointer(),$0
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4496:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_sync_preferences' in scope
                uniffi_xmtpv3_fn_method_ffixmtpclient_sync_preferences(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4501:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_u64' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_u64,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4502:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_u64' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_u64,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4503:23: error: cannot find 'ffi_xmtpv3_rust_future_free_u64' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_u64,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4516:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_upload_debug_archive' in scope
                uniffi_xmtpv3_fn_method_ffixmtpclient_upload_debug_archive(
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4521:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4522:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4523:23: error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4533:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_verify_signed_with_installation_key' in scope
    uniffi_xmtpv3_fn_method_ffixmtpclient_verify_signed_with_installation_key(self.uniffiClonePointer(),
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4545:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_verify_signed_with_public_key' in scope
    uniffi_xmtpv3_fn_method_ffixmtpclient_verify_signed_with_public_key(self.uniffiClonePointer(),
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4651:32: error: cannot find 'uniffi_xmtpv3_fn_clone_xmtpapiclient' in scope
        return try! rustCall { uniffi_xmtpv3_fn_clone_xmtpapiclient(self.pointer, $0) }
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4660:25: error: cannot find 'uniffi_xmtpv3_fn_free_xmtpapiclient' in scope
        try! rustCall { uniffi_xmtpv3_fn_free_xmtpapiclient(pointer, $0) }
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10261:17: error: cannot find 'uniffi_xmtpv3_fn_func_connect_to_backend' in scope
                uniffi_xmtpv3_fn_func_connect_to_backend(FfiConverterString.lower(host),FfiConverterBool.lower(isSecure)
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10264:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10265:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10266:23: error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_pointer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10296:17: error: cannot find 'uniffi_xmtpv3_fn_func_create_client' in scope
                uniffi_xmtpv3_fn_func_create_client(FfiConverterTypeXmtpApiClient_lower(api),FfiConverterOptionString.lower(db),FfiConverterOptionData.lower(encryptionKey),FfiConverterString.lower(inboxId),FfiConverterTypeFfiIdentifier_lower(accountIdentifier),FfiConverterUInt64.lower(nonce),FfiConverterOptionData.lower(legacySignedPrivateKeyProto),FfiConverterOptionString.lower(deviceSyncServerUrl),FfiConverterOptionTypeFfiSyncWorkerMode.lower(deviceSyncMode)
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10299:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10300:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10301:23: error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_pointer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10308:5: error: cannot find 'uniffi_xmtpv3_fn_func_decode_multi_remote_attachment' in scope
    uniffi_xmtpv3_fn_func_decode_multi_remote_attachment(
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10315:5: error: cannot find 'uniffi_xmtpv3_fn_func_decode_reaction' in scope
    uniffi_xmtpv3_fn_func_decode_reaction(
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10322:5: error: cannot find 'uniffi_xmtpv3_fn_func_encode_multi_remote_attachment' in scope
    uniffi_xmtpv3_fn_func_encode_multi_remote_attachment(
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10329:5: error: cannot find 'uniffi_xmtpv3_fn_func_encode_reaction' in scope
    uniffi_xmtpv3_fn_func_encode_reaction(
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10341:5: error: cannot find 'uniffi_xmtpv3_fn_func_enter_debug_writer' in scope
    uniffi_xmtpv3_fn_func_enter_debug_writer(
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10356:5: error: cannot find 'uniffi_xmtpv3_fn_func_enter_debug_writer_with_level' in scope
    uniffi_xmtpv3_fn_func_enter_debug_writer_with_level(
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10370:5: error: cannot find 'uniffi_xmtpv3_fn_func_exit_debug_writer' in scope
    uniffi_xmtpv3_fn_func_exit_debug_writer($0
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10376:5: error: cannot find 'uniffi_xmtpv3_fn_func_generate_inbox_id' in scope
    uniffi_xmtpv3_fn_func_generate_inbox_id(
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10386:17: error: cannot find 'uniffi_xmtpv3_fn_func_get_inbox_id_for_identifier' in scope
                uniffi_xmtpv3_fn_func_get_inbox_id_for_identifier(FfiConverterTypeXmtpApiClient_lower(api),FfiConverterTypeFfiIdentifier_lower(accountIdentifier)
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10389:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
            pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10390:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
            completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10391:23: error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
            freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:10398:5: error: cannot find 'uniffi_xmtpv3_fn_func_get_version_info' in scope
    uniffi_xmtpv3_fn_func_get_version_info($0
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:23:28: error: cannot find type 'RustBuffer' in scope
    static func empty() -> RustBuffer {
                           ^~~~~~~~~~
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:27:60: error: cannot find type 'RustBuffer' in scope
    static func from(_ ptr: UnsafeBufferPointer<UInt8>) -> RustBuffer {
                                                           ^~~~~~~~~~
error: fatalError
BUILD FAILURE 5.10 linux