Build Information
Failed to build LibXMTP, reference 4.5.0-dev.c78b650 (4cf6ef
), with Swift 6.1 for Android on 11 Sep 2025 20:30:32 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1403:23: error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
1401 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
1402 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
1403 | freeFunc: ffi_xmtpv3_rust_future_free_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
1404 | liftFunc: { $0 },
1405 | errorHandler: FfiConverterTypeGenericError_lift
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1413:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_send' in scope
1411 | try await uniffiRustCallAsync(
1412 | rustFutureFunc: {
1413 | uniffi_xmtpv3_fn_method_fficonversation_send(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_send' in scope
1414 | self.uniffiClonePointer(),
1415 | FfiConverterData.lower(contentBytes)
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1418:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
1416 | )
1417 | },
1418 | pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
1419 | completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
1420 | freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1419:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
1417 | },
1418 | pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
1419 | completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
1420 | freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
1421 | liftFunc: FfiConverterData.lift,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1420:23: error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
1418 | pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
1419 | completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
1420 | freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
1421 | liftFunc: FfiConverterData.lift,
1422 | errorHandler: FfiConverterTypeGenericError_lift
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1431:5: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_send_optimistic' in scope
1429 | open func sendOptimistic(contentBytes: Data)throws -> Data {
1430 | return try FfiConverterData.lift(try rustCallWithError(FfiConverterTypeGenericError_lift) {
1431 | uniffi_xmtpv3_fn_method_fficonversation_send_optimistic(self.uniffiClonePointer(),
| `- error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_send_optimistic' in scope
1432 | FfiConverterData.lower(contentBytes),$0
1433 | )
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1441:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_send_text' in scope
1439 | try await uniffiRustCallAsync(
1440 | rustFutureFunc: {
1441 | uniffi_xmtpv3_fn_method_fficonversation_send_text(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_send_text' in scope
1442 | self.uniffiClonePointer(),
1443 | FfiConverterString.lower(text)
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1446:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
1444 | )
1445 | },
1446 | pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
1447 | completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
1448 | freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1447:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
1445 | },
1446 | pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
1447 | completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
1448 | freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
1449 | liftFunc: FfiConverterData.lift,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1448:23: error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
1446 | pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
1447 | completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
1448 | freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
1449 | liftFunc: FfiConverterData.lift,
1450 | errorHandler: FfiConverterTypeGenericError_lift
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1458:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_stream' in scope
1456 | try! await uniffiRustCallAsync(
1457 | rustFutureFunc: {
1458 | uniffi_xmtpv3_fn_method_fficonversation_stream(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_stream' in scope
1459 | self.uniffiClonePointer(),
1460 | FfiConverterTypeFfiMessageCallback_lower(messageCallback)
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1463:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
1461 | )
1462 | },
1463 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
1464 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
1465 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1464:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
1462 | },
1463 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
1464 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
1465 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
1466 | liftFunc: FfiConverterTypeFfiStreamCloser_lift,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1465:23: error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
1463 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
1464 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
1465 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
1466 | liftFunc: FfiConverterTypeFfiStreamCloser_lift,
1467 | errorHandler: nil
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1467:27: error: 'nil' requires a contextual type
1465 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
1466 | liftFunc: FfiConverterTypeFfiStreamCloser_lift,
1467 | errorHandler: nil
| `- error: 'nil' requires a contextual type
1468 |
1469 | )
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1474:5: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_super_admin_list' in scope
1472 | open func superAdminList()throws -> [String] {
1473 | return try FfiConverterSequenceString.lift(try rustCallWithError(FfiConverterTypeGenericError_lift) {
1474 | uniffi_xmtpv3_fn_method_fficonversation_super_admin_list(self.uniffiClonePointer(),$0
| `- error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_super_admin_list' in scope
1475 | )
1476 | })
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1483:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_sync' in scope
1481 | try await uniffiRustCallAsync(
1482 | rustFutureFunc: {
1483 | uniffi_xmtpv3_fn_method_fficonversation_sync(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_sync' in scope
1484 | self.uniffiClonePointer()
1485 |
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1488:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
1486 | )
1487 | },
1488 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
1489 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
1490 | freeFunc: ffi_xmtpv3_rust_future_free_void,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1489:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
1487 | },
1488 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
1489 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
1490 | freeFunc: ffi_xmtpv3_rust_future_free_void,
1491 | liftFunc: { $0 },
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1490:23: error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
1488 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
1489 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
1490 | freeFunc: ffi_xmtpv3_rust_future_free_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
1491 | liftFunc: { $0 },
1492 | errorHandler: FfiConverterTypeGenericError_lift
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1497:5: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_update_consent_state' in scope
1495 |
1496 | open func updateConsentState(state: FfiConsentState)throws {try rustCallWithError(FfiConverterTypeGenericError_lift) {
1497 | uniffi_xmtpv3_fn_method_fficonversation_update_consent_state(self.uniffiClonePointer(),
| `- error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_update_consent_state' in scope
1498 | FfiConverterTypeFfiConsentState_lower(state),$0
1499 | )
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1507:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_update_conversation_message_disappearing_settings' in scope
1505 | try await uniffiRustCallAsync(
1506 | rustFutureFunc: {
1507 | uniffi_xmtpv3_fn_method_fficonversation_update_conversation_message_disappearing_settings(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_update_conversation_message_disappearing_settings' in scope
1508 | self.uniffiClonePointer(),
1509 | FfiConverterTypeFfiMessageDisappearingSettings_lower(settings)
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1512:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
1510 | )
1511 | },
1512 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
1513 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
1514 | freeFunc: ffi_xmtpv3_rust_future_free_void,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1513:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
1511 | },
1512 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
1513 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
1514 | freeFunc: ffi_xmtpv3_rust_future_free_void,
1515 | liftFunc: { $0 },
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1514:23: error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
1512 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
1513 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
1514 | freeFunc: ffi_xmtpv3_rust_future_free_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
1515 | liftFunc: { $0 },
1516 | errorHandler: FfiConverterTypeGenericError_lift
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1524:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_update_group_description' in scope
1522 | try await uniffiRustCallAsync(
1523 | rustFutureFunc: {
1524 | uniffi_xmtpv3_fn_method_fficonversation_update_group_description(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_update_group_description' in scope
1525 | self.uniffiClonePointer(),
1526 | FfiConverterString.lower(groupDescription)
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1529:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
1527 | )
1528 | },
1529 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
1530 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
1531 | freeFunc: ffi_xmtpv3_rust_future_free_void,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1530:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
1528 | },
1529 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
1530 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
1531 | freeFunc: ffi_xmtpv3_rust_future_free_void,
1532 | liftFunc: { $0 },
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1531:23: error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
1529 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
1530 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
1531 | freeFunc: ffi_xmtpv3_rust_future_free_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
1532 | liftFunc: { $0 },
1533 | errorHandler: FfiConverterTypeGenericError_lift
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1541:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_update_group_image_url_square' in scope
1539 | try await uniffiRustCallAsync(
1540 | rustFutureFunc: {
1541 | uniffi_xmtpv3_fn_method_fficonversation_update_group_image_url_square(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_update_group_image_url_square' in scope
1542 | self.uniffiClonePointer(),
1543 | FfiConverterString.lower(groupImageUrlSquare)
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1546:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
1544 | )
1545 | },
1546 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
1547 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
1548 | freeFunc: ffi_xmtpv3_rust_future_free_void,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1547:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
1545 | },
1546 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
1547 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
1548 | freeFunc: ffi_xmtpv3_rust_future_free_void,
1549 | liftFunc: { $0 },
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1548:23: error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
1546 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
1547 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
1548 | freeFunc: ffi_xmtpv3_rust_future_free_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
1549 | liftFunc: { $0 },
1550 | errorHandler: FfiConverterTypeGenericError_lift
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1558:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_update_group_name' in scope
1556 | try await uniffiRustCallAsync(
1557 | rustFutureFunc: {
1558 | uniffi_xmtpv3_fn_method_fficonversation_update_group_name(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_update_group_name' in scope
1559 | self.uniffiClonePointer(),
1560 | FfiConverterString.lower(groupName)
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1563:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
1561 | )
1562 | },
1563 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
1564 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
1565 | freeFunc: ffi_xmtpv3_rust_future_free_void,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1564:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
1562 | },
1563 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
1564 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
1565 | freeFunc: ffi_xmtpv3_rust_future_free_void,
1566 | liftFunc: { $0 },
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1565:23: error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
1563 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
1564 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
1565 | freeFunc: ffi_xmtpv3_rust_future_free_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
1566 | liftFunc: { $0 },
1567 | errorHandler: FfiConverterTypeGenericError_lift
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1575:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_update_permission_policy' in scope
1573 | try await uniffiRustCallAsync(
1574 | rustFutureFunc: {
1575 | uniffi_xmtpv3_fn_method_fficonversation_update_permission_policy(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_fficonversation_update_permission_policy' in scope
1576 | self.uniffiClonePointer(),
1577 | FfiConverterTypeFfiPermissionUpdateType_lower(permissionUpdateType),FfiConverterTypeFfiPermissionPolicy_lower(permissionPolicyOption),FfiConverterOptionTypeFfiMetadataField.lower(metadataField)
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1580:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
1578 | )
1579 | },
1580 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
1581 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
1582 | freeFunc: ffi_xmtpv3_rust_future_free_void,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1581:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
1579 | },
1580 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
1581 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
1582 | freeFunc: ffi_xmtpv3_rust_future_free_void,
1583 | liftFunc: { $0 },
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1582:23: error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
1580 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
1581 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
1582 | freeFunc: ffi_xmtpv3_rust_future_free_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
1583 | liftFunc: { $0 },
1584 | errorHandler: FfiConverterTypeGenericError_lift
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1692:32: error: cannot find 'uniffi_xmtpv3_fn_clone_fficonversationcallback' in scope
1690 | #endif
1691 | public func uniffiClonePointer() -> UnsafeMutableRawPointer {
1692 | return try! rustCall { uniffi_xmtpv3_fn_clone_fficonversationcallback(self.pointer, $0) }
| `- error: cannot find 'uniffi_xmtpv3_fn_clone_fficonversationcallback' in scope
1693 | }
1694 | // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1701:25: error: cannot find 'uniffi_xmtpv3_fn_free_fficonversationcallback' in scope
1699 | }
1700 |
1701 | try! rustCall { uniffi_xmtpv3_fn_free_fficonversationcallback(pointer, $0) }
| `- error: cannot find 'uniffi_xmtpv3_fn_free_fficonversationcallback' in scope
1702 | }
1703 |
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1708:5: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversationcallback_on_conversation' in scope
1706 |
1707 | open func onConversation(conversation: FfiConversation) {try! rustCall() {
1708 | uniffi_xmtpv3_fn_method_fficonversationcallback_on_conversation(self.uniffiClonePointer(),
| `- error: cannot find 'uniffi_xmtpv3_fn_method_fficonversationcallback_on_conversation' in scope
1709 | FfiConverterTypeFfiConversation_lower(conversation),$0
1710 | )
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1715:5: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversationcallback_on_error' in scope
1713 |
1714 | open func onError(error: FfiSubscribeError) {try! rustCall() {
1715 | uniffi_xmtpv3_fn_method_fficonversationcallback_on_error(self.uniffiClonePointer(),
| `- error: cannot find 'uniffi_xmtpv3_fn_method_fficonversationcallback_on_error' in scope
1716 | FfiConverterTypeFfiSubscribeError_lower(error),$0
1717 | )
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1722:5: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversationcallback_on_close' in scope
1720 |
1721 | open func onClose() {try! rustCall() {
1722 | uniffi_xmtpv3_fn_method_fficonversationcallback_on_close(self.uniffiClonePointer(),$0
| `- error: cannot find 'uniffi_xmtpv3_fn_method_fficonversationcallback_on_close' in scope
1723 | )
1724 | }
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1820:5: error: cannot find 'uniffi_xmtpv3_fn_init_callback_vtable_fficonversationcallback' in scope
1818 |
1819 | private func uniffiCallbackInitFfiConversationCallback() {
1820 | uniffi_xmtpv3_fn_init_callback_vtable_fficonversationcallback(UniffiCallbackInterfaceFfiConversationCallback.vtable)
| `- error: cannot find 'uniffi_xmtpv3_fn_init_callback_vtable_fficonversationcallback' in scope
1821 | }
1822 |
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1928:32: error: cannot find 'uniffi_xmtpv3_fn_clone_fficonversationlistitem' in scope
1926 | #endif
1927 | public func uniffiClonePointer() -> UnsafeMutableRawPointer {
1928 | return try! rustCall { uniffi_xmtpv3_fn_clone_fficonversationlistitem(self.pointer, $0) }
| `- error: cannot find 'uniffi_xmtpv3_fn_clone_fficonversationlistitem' in scope
1929 | }
1930 | // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1937:25: error: cannot find 'uniffi_xmtpv3_fn_free_fficonversationlistitem' in scope
1935 | }
1936 |
1937 | try! rustCall { uniffi_xmtpv3_fn_free_fficonversationlistitem(pointer, $0) }
| `- error: cannot find 'uniffi_xmtpv3_fn_free_fficonversationlistitem' in scope
1938 | }
1939 |
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1945:5: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversationlistitem_conversation' in scope
1943 | open func conversation() -> FfiConversation {
1944 | return try! FfiConverterTypeFfiConversation_lift(try! rustCall() {
1945 | uniffi_xmtpv3_fn_method_fficonversationlistitem_conversation(self.uniffiClonePointer(),$0
| `- error: cannot find 'uniffi_xmtpv3_fn_method_fficonversationlistitem_conversation' in scope
1946 | )
1947 | })
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1952:5: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversationlistitem_is_commit_log_forked' in scope
1950 | open func isCommitLogForked() -> Bool? {
1951 | return try! FfiConverterOptionBool.lift(try! rustCall() {
1952 | uniffi_xmtpv3_fn_method_fficonversationlistitem_is_commit_log_forked(self.uniffiClonePointer(),$0
| `- error: cannot find 'uniffi_xmtpv3_fn_method_fficonversationlistitem_is_commit_log_forked' in scope
1953 | )
1954 | })
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:1959:5: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversationlistitem_last_message' in scope
1957 | open func lastMessage() -> FfiMessage? {
1958 | return try! FfiConverterOptionTypeFfiMessage.lift(try! rustCall() {
1959 | uniffi_xmtpv3_fn_method_fficonversationlistitem_last_message(self.uniffiClonePointer(),$0
| `- error: cannot find 'uniffi_xmtpv3_fn_method_fficonversationlistitem_last_message' in scope
1960 | )
1961 | })
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2066:32: error: cannot find 'uniffi_xmtpv3_fn_clone_fficonversationmetadata' in scope
2064 | #endif
2065 | public func uniffiClonePointer() -> UnsafeMutableRawPointer {
2066 | return try! rustCall { uniffi_xmtpv3_fn_clone_fficonversationmetadata(self.pointer, $0) }
| `- error: cannot find 'uniffi_xmtpv3_fn_clone_fficonversationmetadata' in scope
2067 | }
2068 | // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2075:25: error: cannot find 'uniffi_xmtpv3_fn_free_fficonversationmetadata' in scope
2073 | }
2074 |
2075 | try! rustCall { uniffi_xmtpv3_fn_free_fficonversationmetadata(pointer, $0) }
| `- error: cannot find 'uniffi_xmtpv3_fn_free_fficonversationmetadata' in scope
2076 | }
2077 |
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2083:5: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversationmetadata_conversation_type' in scope
2081 | open func conversationType() -> FfiConversationType {
2082 | return try! FfiConverterTypeFfiConversationType_lift(try! rustCall() {
2083 | uniffi_xmtpv3_fn_method_fficonversationmetadata_conversation_type(self.uniffiClonePointer(),$0
| `- error: cannot find 'uniffi_xmtpv3_fn_method_fficonversationmetadata_conversation_type' in scope
2084 | )
2085 | })
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2090:5: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversationmetadata_creator_inbox_id' in scope
2088 | open func creatorInboxId() -> String {
2089 | return try! FfiConverterString.lift(try! rustCall() {
2090 | uniffi_xmtpv3_fn_method_fficonversationmetadata_creator_inbox_id(self.uniffiClonePointer(),$0
| `- error: cannot find 'uniffi_xmtpv3_fn_method_fficonversationmetadata_creator_inbox_id' in scope
2091 | )
2092 | })
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2243:32: error: cannot find 'uniffi_xmtpv3_fn_clone_fficonversations' in scope
2241 | #endif
2242 | public func uniffiClonePointer() -> UnsafeMutableRawPointer {
2243 | return try! rustCall { uniffi_xmtpv3_fn_clone_fficonversations(self.pointer, $0) }
| `- error: cannot find 'uniffi_xmtpv3_fn_clone_fficonversations' in scope
2244 | }
2245 | // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2252:25: error: cannot find 'uniffi_xmtpv3_fn_free_fficonversations' in scope
2250 | }
2251 |
2252 | try! rustCall { uniffi_xmtpv3_fn_free_fficonversations(pointer, $0) }
| `- error: cannot find 'uniffi_xmtpv3_fn_free_fficonversations' in scope
2253 | }
2254 |
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2262:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_create_group' in scope
2260 | try await uniffiRustCallAsync(
2261 | rustFutureFunc: {
2262 | uniffi_xmtpv3_fn_method_fficonversations_create_group(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_create_group' in scope
2263 | self.uniffiClonePointer(),
2264 | FfiConverterSequenceTypeFfiIdentifier.lower(accountIdentities),FfiConverterTypeFfiCreateGroupOptions_lower(opts)
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2267:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
2265 | )
2266 | },
2267 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
2268 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
2269 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2268:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
2266 | },
2267 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
2268 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
2269 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
2270 | liftFunc: FfiConverterTypeFfiConversation_lift,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2269:23: error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
2267 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
2268 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
2269 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
2270 | liftFunc: FfiConverterTypeFfiConversation_lift,
2271 | errorHandler: FfiConverterTypeGenericError_lift
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2277:5: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_create_group_optimistic' in scope
2275 | open func createGroupOptimistic(opts: FfiCreateGroupOptions)throws -> FfiConversation {
2276 | return try FfiConverterTypeFfiConversation_lift(try rustCallWithError(FfiConverterTypeGenericError_lift) {
2277 | uniffi_xmtpv3_fn_method_fficonversations_create_group_optimistic(self.uniffiClonePointer(),
| `- error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_create_group_optimistic' in scope
2278 | FfiConverterTypeFfiCreateGroupOptions_lower(opts),$0
2279 | )
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2287:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_create_group_with_inbox_ids' in scope
2285 | try await uniffiRustCallAsync(
2286 | rustFutureFunc: {
2287 | uniffi_xmtpv3_fn_method_fficonversations_create_group_with_inbox_ids(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_create_group_with_inbox_ids' in scope
2288 | self.uniffiClonePointer(),
2289 | FfiConverterSequenceString.lower(inboxIds),FfiConverterTypeFfiCreateGroupOptions_lower(opts)
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2292:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
2290 | )
2291 | },
2292 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
2293 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
2294 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2293:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
2291 | },
2292 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
2293 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
2294 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
2295 | liftFunc: FfiConverterTypeFfiConversation_lift,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2294:23: error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
2292 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
2293 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
2294 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
2295 | liftFunc: FfiConverterTypeFfiConversation_lift,
2296 | errorHandler: FfiConverterTypeGenericError_lift
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2304:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_find_or_create_dm' in scope
2302 | try await uniffiRustCallAsync(
2303 | rustFutureFunc: {
2304 | uniffi_xmtpv3_fn_method_fficonversations_find_or_create_dm(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_find_or_create_dm' in scope
2305 | self.uniffiClonePointer(),
2306 | FfiConverterTypeFfiIdentifier_lower(targetIdentity),FfiConverterTypeFfiCreateDMOptions_lower(opts)
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2309:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
2307 | )
2308 | },
2309 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
2310 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
2311 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2310:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
2308 | },
2309 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
2310 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
2311 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
2312 | liftFunc: FfiConverterTypeFfiConversation_lift,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2311:23: error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
2309 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
2310 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
2311 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
2312 | liftFunc: FfiConverterTypeFfiConversation_lift,
2313 | errorHandler: FfiConverterTypeGenericError_lift
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2321:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_find_or_create_dm_by_inbox_id' in scope
2319 | try await uniffiRustCallAsync(
2320 | rustFutureFunc: {
2321 | uniffi_xmtpv3_fn_method_fficonversations_find_or_create_dm_by_inbox_id(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_find_or_create_dm_by_inbox_id' in scope
2322 | self.uniffiClonePointer(),
2323 | FfiConverterString.lower(inboxId),FfiConverterTypeFfiCreateDMOptions_lower(opts)
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2326:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
2324 | )
2325 | },
2326 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
2327 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
2328 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2327:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
2325 | },
2326 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
2327 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
2328 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
2329 | liftFunc: FfiConverterTypeFfiConversation_lift,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2328:23: error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
2326 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
2327 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
2328 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
2329 | liftFunc: FfiConverterTypeFfiConversation_lift,
2330 | errorHandler: FfiConverterTypeGenericError_lift
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2336:5: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_get_hmac_keys' in scope
2334 | open func getHmacKeys()throws -> [Data: [FfiHmacKey]] {
2335 | return try FfiConverterDictionaryDataSequenceTypeFfiHmacKey.lift(try rustCallWithError(FfiConverterTypeGenericError_lift) {
2336 | uniffi_xmtpv3_fn_method_fficonversations_get_hmac_keys(self.uniffiClonePointer(),$0
| `- error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_get_hmac_keys' in scope
2337 | )
2338 | })
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2343:5: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_list' in scope
2341 | open func list(opts: FfiListConversationsOptions)throws -> [FfiConversationListItem] {
2342 | return try FfiConverterSequenceTypeFfiConversationListItem.lift(try rustCallWithError(FfiConverterTypeGenericError_lift) {
2343 | uniffi_xmtpv3_fn_method_fficonversations_list(self.uniffiClonePointer(),
| `- error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_list' in scope
2344 | FfiConverterTypeFfiListConversationsOptions_lower(opts),$0
2345 | )
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2351:5: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_list_dms' in scope
2349 | open func listDms(opts: FfiListConversationsOptions)throws -> [FfiConversationListItem] {
2350 | return try FfiConverterSequenceTypeFfiConversationListItem.lift(try rustCallWithError(FfiConverterTypeGenericError_lift) {
2351 | uniffi_xmtpv3_fn_method_fficonversations_list_dms(self.uniffiClonePointer(),
| `- error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_list_dms' in scope
2352 | FfiConverterTypeFfiListConversationsOptions_lower(opts),$0
2353 | )
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2359:5: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_list_groups' in scope
2357 | open func listGroups(opts: FfiListConversationsOptions)throws -> [FfiConversationListItem] {
2358 | return try FfiConverterSequenceTypeFfiConversationListItem.lift(try rustCallWithError(FfiConverterTypeGenericError_lift) {
2359 | uniffi_xmtpv3_fn_method_fficonversations_list_groups(self.uniffiClonePointer(),
| `- error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_list_groups' in scope
2360 | FfiConverterTypeFfiListConversationsOptions_lower(opts),$0
2361 | )
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2369:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_process_streamed_welcome_message' in scope
2367 | try await uniffiRustCallAsync(
2368 | rustFutureFunc: {
2369 | uniffi_xmtpv3_fn_method_fficonversations_process_streamed_welcome_message(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_process_streamed_welcome_message' in scope
2370 | self.uniffiClonePointer(),
2371 | FfiConverterData.lower(envelopeBytes)
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2374:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
2372 | )
2373 | },
2374 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
2375 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
2376 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2375:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
2373 | },
2374 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
2375 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
2376 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
2377 | liftFunc: FfiConverterTypeFfiConversation_lift,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2376:23: error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
2374 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
2375 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
2376 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
2377 | liftFunc: FfiConverterTypeFfiConversation_lift,
2378 | errorHandler: FfiConverterTypeGenericError_lift
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2386:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_stream' in scope
2384 | try! await uniffiRustCallAsync(
2385 | rustFutureFunc: {
2386 | uniffi_xmtpv3_fn_method_fficonversations_stream(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_stream' in scope
2387 | self.uniffiClonePointer(),
2388 | FfiConverterTypeFfiConversationCallback_lower(callback)
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2391:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
2389 | )
2390 | },
2391 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
2392 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
2393 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2392:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
2390 | },
2391 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
2392 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
2393 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
2394 | liftFunc: FfiConverterTypeFfiStreamCloser_lift,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2393:23: error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
2391 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
2392 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
2393 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
2394 | liftFunc: FfiConverterTypeFfiStreamCloser_lift,
2395 | errorHandler: nil
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2395:27: error: 'nil' requires a contextual type
2393 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
2394 | liftFunc: FfiConverterTypeFfiStreamCloser_lift,
2395 | errorHandler: nil
| `- error: 'nil' requires a contextual type
2396 |
2397 | )
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2404:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_stream_all_dm_messages' in scope
2402 | try! await uniffiRustCallAsync(
2403 | rustFutureFunc: {
2404 | uniffi_xmtpv3_fn_method_fficonversations_stream_all_dm_messages(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_stream_all_dm_messages' in scope
2405 | self.uniffiClonePointer(),
2406 | FfiConverterTypeFfiMessageCallback_lower(messageCallback),FfiConverterOptionSequenceTypeFfiConsentState.lower(consentStates)
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2409:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
2407 | )
2408 | },
2409 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
2410 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
2411 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2410:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
2408 | },
2409 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
2410 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
2411 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
2412 | liftFunc: FfiConverterTypeFfiStreamCloser_lift,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2411:23: error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
2409 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
2410 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
2411 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
2412 | liftFunc: FfiConverterTypeFfiStreamCloser_lift,
2413 | errorHandler: nil
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2413:27: error: 'nil' requires a contextual type
2411 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
2412 | liftFunc: FfiConverterTypeFfiStreamCloser_lift,
2413 | errorHandler: nil
| `- error: 'nil' requires a contextual type
2414 |
2415 | )
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2422:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_stream_all_group_messages' in scope
2420 | try! await uniffiRustCallAsync(
2421 | rustFutureFunc: {
2422 | uniffi_xmtpv3_fn_method_fficonversations_stream_all_group_messages(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_stream_all_group_messages' in scope
2423 | self.uniffiClonePointer(),
2424 | FfiConverterTypeFfiMessageCallback_lower(messageCallback),FfiConverterOptionSequenceTypeFfiConsentState.lower(consentStates)
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2427:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
2425 | )
2426 | },
2427 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
2428 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
2429 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2428:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
2426 | },
2427 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
2428 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
2429 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
2430 | liftFunc: FfiConverterTypeFfiStreamCloser_lift,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2429:23: error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
2427 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
2428 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
2429 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
2430 | liftFunc: FfiConverterTypeFfiStreamCloser_lift,
2431 | errorHandler: nil
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2431:27: error: 'nil' requires a contextual type
2429 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
2430 | liftFunc: FfiConverterTypeFfiStreamCloser_lift,
2431 | errorHandler: nil
| `- error: 'nil' requires a contextual type
2432 |
2433 | )
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2440:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_stream_all_messages' in scope
2438 | try! await uniffiRustCallAsync(
2439 | rustFutureFunc: {
2440 | uniffi_xmtpv3_fn_method_fficonversations_stream_all_messages(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_stream_all_messages' in scope
2441 | self.uniffiClonePointer(),
2442 | FfiConverterTypeFfiMessageCallback_lower(messageCallback),FfiConverterOptionSequenceTypeFfiConsentState.lower(consentStates)
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2445:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
2443 | )
2444 | },
2445 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
2446 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
2447 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2446:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
2444 | },
2445 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
2446 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
2447 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
2448 | liftFunc: FfiConverterTypeFfiStreamCloser_lift,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2447:23: error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
2445 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
2446 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
2447 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
2448 | liftFunc: FfiConverterTypeFfiStreamCloser_lift,
2449 | errorHandler: nil
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2449:27: error: 'nil' requires a contextual type
2447 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
2448 | liftFunc: FfiConverterTypeFfiStreamCloser_lift,
2449 | errorHandler: nil
| `- error: 'nil' requires a contextual type
2450 |
2451 | )
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2462:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_stream_consent' in scope
2460 | try! await uniffiRustCallAsync(
2461 | rustFutureFunc: {
2462 | uniffi_xmtpv3_fn_method_fficonversations_stream_consent(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_stream_consent' in scope
2463 | self.uniffiClonePointer(),
2464 | FfiConverterTypeFfiConsentCallback_lower(callback)
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2467:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
2465 | )
2466 | },
2467 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
2468 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
2469 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2468:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
2466 | },
2467 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
2468 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
2469 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
2470 | liftFunc: FfiConverterTypeFfiStreamCloser_lift,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2469:23: error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
2467 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
2468 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
2469 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
2470 | liftFunc: FfiConverterTypeFfiStreamCloser_lift,
2471 | errorHandler: nil
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2471:27: error: 'nil' requires a contextual type
2469 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
2470 | liftFunc: FfiConverterTypeFfiStreamCloser_lift,
2471 | errorHandler: nil
| `- error: 'nil' requires a contextual type
2472 |
2473 | )
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2480:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_stream_dms' in scope
2478 | try! await uniffiRustCallAsync(
2479 | rustFutureFunc: {
2480 | uniffi_xmtpv3_fn_method_fficonversations_stream_dms(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_stream_dms' in scope
2481 | self.uniffiClonePointer(),
2482 | FfiConverterTypeFfiConversationCallback_lower(callback)
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2485:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
2483 | )
2484 | },
2485 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
2486 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
2487 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2486:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
2484 | },
2485 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
2486 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
2487 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
2488 | liftFunc: FfiConverterTypeFfiStreamCloser_lift,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2487:23: error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
2485 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
2486 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
2487 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
2488 | liftFunc: FfiConverterTypeFfiStreamCloser_lift,
2489 | errorHandler: nil
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2489:27: error: 'nil' requires a contextual type
2487 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
2488 | liftFunc: FfiConverterTypeFfiStreamCloser_lift,
2489 | errorHandler: nil
| `- error: 'nil' requires a contextual type
2490 |
2491 | )
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2498:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_stream_groups' in scope
2496 | try! await uniffiRustCallAsync(
2497 | rustFutureFunc: {
2498 | uniffi_xmtpv3_fn_method_fficonversations_stream_groups(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_stream_groups' in scope
2499 | self.uniffiClonePointer(),
2500 | FfiConverterTypeFfiConversationCallback_lower(callback)
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2503:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
2501 | )
2502 | },
2503 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
2504 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
2505 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2504:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
2502 | },
2503 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
2504 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
2505 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
2506 | liftFunc: FfiConverterTypeFfiStreamCloser_lift,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2505:23: error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
2503 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
2504 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
2505 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
2506 | liftFunc: FfiConverterTypeFfiStreamCloser_lift,
2507 | errorHandler: nil
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2507:27: error: 'nil' requires a contextual type
2505 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
2506 | liftFunc: FfiConverterTypeFfiStreamCloser_lift,
2507 | errorHandler: nil
| `- error: 'nil' requires a contextual type
2508 |
2509 | )
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2516:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_stream_messages' in scope
2514 | try! await uniffiRustCallAsync(
2515 | rustFutureFunc: {
2516 | uniffi_xmtpv3_fn_method_fficonversations_stream_messages(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_stream_messages' in scope
2517 | self.uniffiClonePointer(),
2518 | FfiConverterTypeFfiMessageCallback_lower(messageCallback),FfiConverterOptionTypeFfiConversationType.lower(conversationType),FfiConverterOptionSequenceTypeFfiConsentState.lower(consentStates)
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2521:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
2519 | )
2520 | },
2521 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
2522 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
2523 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2522:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
2520 | },
2521 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
2522 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
2523 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
2524 | liftFunc: FfiConverterTypeFfiStreamCloser_lift,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2523:23: error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
2521 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
2522 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
2523 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
2524 | liftFunc: FfiConverterTypeFfiStreamCloser_lift,
2525 | errorHandler: nil
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2525:27: error: 'nil' requires a contextual type
2523 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
2524 | liftFunc: FfiConverterTypeFfiStreamCloser_lift,
2525 | errorHandler: nil
| `- error: 'nil' requires a contextual type
2526 |
2527 | )
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2538:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_stream_preferences' in scope
2536 | try! await uniffiRustCallAsync(
2537 | rustFutureFunc: {
2538 | uniffi_xmtpv3_fn_method_fficonversations_stream_preferences(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_stream_preferences' in scope
2539 | self.uniffiClonePointer(),
2540 | FfiConverterTypeFfiPreferenceCallback_lower(callback)
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2543:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
2541 | )
2542 | },
2543 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
2544 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
2545 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2544:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
2542 | },
2543 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
2544 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
2545 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
2546 | liftFunc: FfiConverterTypeFfiStreamCloser_lift,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2545:23: error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
2543 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
2544 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
2545 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
2546 | liftFunc: FfiConverterTypeFfiStreamCloser_lift,
2547 | errorHandler: nil
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2547:27: error: 'nil' requires a contextual type
2545 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
2546 | liftFunc: FfiConverterTypeFfiStreamCloser_lift,
2547 | errorHandler: nil
| `- error: 'nil' requires a contextual type
2548 |
2549 | )
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2556:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_sync' in scope
2554 | try await uniffiRustCallAsync(
2555 | rustFutureFunc: {
2556 | uniffi_xmtpv3_fn_method_fficonversations_sync(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_sync' in scope
2557 | self.uniffiClonePointer()
2558 |
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2561:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
2559 | )
2560 | },
2561 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
2562 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
2563 | freeFunc: ffi_xmtpv3_rust_future_free_void,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2562:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
2560 | },
2561 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
2562 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
2563 | freeFunc: ffi_xmtpv3_rust_future_free_void,
2564 | liftFunc: { $0 },
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2563:23: error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
2561 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
2562 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
2563 | freeFunc: ffi_xmtpv3_rust_future_free_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
2564 | liftFunc: { $0 },
2565 | errorHandler: FfiConverterTypeGenericError_lift
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2573:17: error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_sync_all_conversations' in scope
2571 | try await uniffiRustCallAsync(
2572 | rustFutureFunc: {
2573 | uniffi_xmtpv3_fn_method_fficonversations_sync_all_conversations(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_fficonversations_sync_all_conversations' in scope
2574 | self.uniffiClonePointer(),
2575 | FfiConverterOptionSequenceTypeFfiConsentState.lower(consentStates)
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2578:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_u32' in scope
2576 | )
2577 | },
2578 | pollFunc: ffi_xmtpv3_rust_future_poll_u32,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_u32' in scope
2579 | completeFunc: ffi_xmtpv3_rust_future_complete_u32,
2580 | freeFunc: ffi_xmtpv3_rust_future_free_u32,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2579:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_u32' in scope
2577 | },
2578 | pollFunc: ffi_xmtpv3_rust_future_poll_u32,
2579 | completeFunc: ffi_xmtpv3_rust_future_complete_u32,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_u32' in scope
2580 | freeFunc: ffi_xmtpv3_rust_future_free_u32,
2581 | liftFunc: FfiConverterUInt32.lift,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2580:23: error: cannot find 'ffi_xmtpv3_rust_future_free_u32' in scope
2578 | pollFunc: ffi_xmtpv3_rust_future_poll_u32,
2579 | completeFunc: ffi_xmtpv3_rust_future_complete_u32,
2580 | freeFunc: ffi_xmtpv3_rust_future_free_u32,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_u32' in scope
2581 | liftFunc: FfiConverterUInt32.lift,
2582 | errorHandler: FfiConverterTypeGenericError_lift
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2712:32: error: cannot find 'uniffi_xmtpv3_fn_clone_ffidecodedmessage' in scope
2710 | #endif
2711 | public func uniffiClonePointer() -> UnsafeMutableRawPointer {
2712 | return try! rustCall { uniffi_xmtpv3_fn_clone_ffidecodedmessage(self.pointer, $0) }
| `- error: cannot find 'uniffi_xmtpv3_fn_clone_ffidecodedmessage' in scope
2713 | }
2714 | // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2721:25: error: cannot find 'uniffi_xmtpv3_fn_free_ffidecodedmessage' in scope
2719 | }
2720 |
2721 | try! rustCall { uniffi_xmtpv3_fn_free_ffidecodedmessage(pointer, $0) }
| `- error: cannot find 'uniffi_xmtpv3_fn_free_ffidecodedmessage' in scope
2722 | }
2723 |
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2729:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffidecodedmessage_content' in scope
2727 | open func content() -> FfiDecodedMessageContent {
2728 | return try! FfiConverterTypeFfiDecodedMessageContent_lift(try! rustCall() {
2729 | uniffi_xmtpv3_fn_method_ffidecodedmessage_content(self.uniffiClonePointer(),$0
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffidecodedmessage_content' in scope
2730 | )
2731 | })
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2736:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffidecodedmessage_content_type_id' in scope
2734 | open func contentTypeId() -> FfiContentTypeId {
2735 | return try! FfiConverterTypeFfiContentTypeId_lift(try! rustCall() {
2736 | uniffi_xmtpv3_fn_method_ffidecodedmessage_content_type_id(self.uniffiClonePointer(),$0
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffidecodedmessage_content_type_id' in scope
2737 | )
2738 | })
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2743:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffidecodedmessage_conversation_id' in scope
2741 | open func conversationId() -> Data {
2742 | return try! FfiConverterData.lift(try! rustCall() {
2743 | uniffi_xmtpv3_fn_method_ffidecodedmessage_conversation_id(self.uniffiClonePointer(),$0
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffidecodedmessage_conversation_id' in scope
2744 | )
2745 | })
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2750:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffidecodedmessage_delivery_status' in scope
2748 | open func deliveryStatus() -> FfiDeliveryStatus {
2749 | return try! FfiConverterTypeFfiDeliveryStatus_lift(try! rustCall() {
2750 | uniffi_xmtpv3_fn_method_ffidecodedmessage_delivery_status(self.uniffiClonePointer(),$0
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffidecodedmessage_delivery_status' in scope
2751 | )
2752 | })
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2757:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffidecodedmessage_fallback_text' in scope
2755 | open func fallbackText() -> String? {
2756 | return try! FfiConverterOptionString.lift(try! rustCall() {
2757 | uniffi_xmtpv3_fn_method_ffidecodedmessage_fallback_text(self.uniffiClonePointer(),$0
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffidecodedmessage_fallback_text' in scope
2758 | )
2759 | })
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2764:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffidecodedmessage_has_reactions' in scope
2762 | open func hasReactions() -> Bool {
2763 | return try! FfiConverterBool.lift(try! rustCall() {
2764 | uniffi_xmtpv3_fn_method_ffidecodedmessage_has_reactions(self.uniffiClonePointer(),$0
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffidecodedmessage_has_reactions' in scope
2765 | )
2766 | })
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2771:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffidecodedmessage_id' in scope
2769 | open func id() -> Data {
2770 | return try! FfiConverterData.lift(try! rustCall() {
2771 | uniffi_xmtpv3_fn_method_ffidecodedmessage_id(self.uniffiClonePointer(),$0
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffidecodedmessage_id' in scope
2772 | )
2773 | })
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2778:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffidecodedmessage_kind' in scope
2776 | open func kind() -> FfiGroupMessageKind {
2777 | return try! FfiConverterTypeFfiGroupMessageKind_lift(try! rustCall() {
2778 | uniffi_xmtpv3_fn_method_ffidecodedmessage_kind(self.uniffiClonePointer(),$0
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffidecodedmessage_kind' in scope
2779 | )
2780 | })
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2785:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffidecodedmessage_num_replies' in scope
2783 | open func numReplies() -> UInt64 {
2784 | return try! FfiConverterUInt64.lift(try! rustCall() {
2785 | uniffi_xmtpv3_fn_method_ffidecodedmessage_num_replies(self.uniffiClonePointer(),$0
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffidecodedmessage_num_replies' in scope
2786 | )
2787 | })
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2792:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffidecodedmessage_reaction_count' in scope
2790 | open func reactionCount() -> UInt64 {
2791 | return try! FfiConverterUInt64.lift(try! rustCall() {
2792 | uniffi_xmtpv3_fn_method_ffidecodedmessage_reaction_count(self.uniffiClonePointer(),$0
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffidecodedmessage_reaction_count' in scope
2793 | )
2794 | })
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2799:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffidecodedmessage_reactions' in scope
2797 | open func reactions() -> [FfiDecodedMessage] {
2798 | return try! FfiConverterSequenceTypeFfiDecodedMessage.lift(try! rustCall() {
2799 | uniffi_xmtpv3_fn_method_ffidecodedmessage_reactions(self.uniffiClonePointer(),$0
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffidecodedmessage_reactions' in scope
2800 | )
2801 | })
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2806:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffidecodedmessage_sender_inbox_id' in scope
2804 | open func senderInboxId() -> String {
2805 | return try! FfiConverterString.lift(try! rustCall() {
2806 | uniffi_xmtpv3_fn_method_ffidecodedmessage_sender_inbox_id(self.uniffiClonePointer(),$0
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffidecodedmessage_sender_inbox_id' in scope
2807 | )
2808 | })
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2813:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffidecodedmessage_sender_installation_id' in scope
2811 | open func senderInstallationId() -> Data {
2812 | return try! FfiConverterData.lift(try! rustCall() {
2813 | uniffi_xmtpv3_fn_method_ffidecodedmessage_sender_installation_id(self.uniffiClonePointer(),$0
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffidecodedmessage_sender_installation_id' in scope
2814 | )
2815 | })
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2820:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffidecodedmessage_sent_at_ns' in scope
2818 | open func sentAtNs() -> Int64 {
2819 | return try! FfiConverterInt64.lift(try! rustCall() {
2820 | uniffi_xmtpv3_fn_method_ffidecodedmessage_sent_at_ns(self.uniffiClonePointer(),$0
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffidecodedmessage_sent_at_ns' in scope
2821 | )
2822 | })
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2927:32: error: cannot find 'uniffi_xmtpv3_fn_clone_ffigrouppermissions' in scope
2925 | #endif
2926 | public func uniffiClonePointer() -> UnsafeMutableRawPointer {
2927 | return try! rustCall { uniffi_xmtpv3_fn_clone_ffigrouppermissions(self.pointer, $0) }
| `- error: cannot find 'uniffi_xmtpv3_fn_clone_ffigrouppermissions' in scope
2928 | }
2929 | // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2936:25: error: cannot find 'uniffi_xmtpv3_fn_free_ffigrouppermissions' in scope
2934 | }
2935 |
2936 | try! rustCall { uniffi_xmtpv3_fn_free_ffigrouppermissions(pointer, $0) }
| `- error: cannot find 'uniffi_xmtpv3_fn_free_ffigrouppermissions' in scope
2937 | }
2938 |
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2944:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffigrouppermissions_policy_set' in scope
2942 | open func policySet()throws -> FfiPermissionPolicySet {
2943 | return try FfiConverterTypeFfiPermissionPolicySet_lift(try rustCallWithError(FfiConverterTypeGenericError_lift) {
2944 | uniffi_xmtpv3_fn_method_ffigrouppermissions_policy_set(self.uniffiClonePointer(),$0
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffigrouppermissions_policy_set' in scope
2945 | )
2946 | })
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:2951:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffigrouppermissions_policy_type' in scope
2949 | open func policyType()throws -> FfiGroupPermissionsOptions {
2950 | return try FfiConverterTypeFfiGroupPermissionsOptions_lift(try rustCallWithError(FfiConverterTypeGenericError_lift) {
2951 | uniffi_xmtpv3_fn_method_ffigrouppermissions_policy_type(self.uniffiClonePointer(),$0
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffigrouppermissions_policy_type' in scope
2952 | )
2953 | })
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3058:32: error: cannot find 'uniffi_xmtpv3_fn_clone_ffiinboxowner' in scope
3056 | #endif
3057 | public func uniffiClonePointer() -> UnsafeMutableRawPointer {
3058 | return try! rustCall { uniffi_xmtpv3_fn_clone_ffiinboxowner(self.pointer, $0) }
| `- error: cannot find 'uniffi_xmtpv3_fn_clone_ffiinboxowner' in scope
3059 | }
3060 | // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3067:25: error: cannot find 'uniffi_xmtpv3_fn_free_ffiinboxowner' in scope
3065 | }
3066 |
3067 | try! rustCall { uniffi_xmtpv3_fn_free_ffiinboxowner(pointer, $0) }
| `- error: cannot find 'uniffi_xmtpv3_fn_free_ffiinboxowner' in scope
3068 | }
3069 |
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3075:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffiinboxowner_get_identifier' in scope
3073 | open func getIdentifier()throws -> FfiIdentifier {
3074 | return try FfiConverterTypeFfiIdentifier_lift(try rustCallWithError(FfiConverterTypeIdentityValidationError_lift) {
3075 | uniffi_xmtpv3_fn_method_ffiinboxowner_get_identifier(self.uniffiClonePointer(),$0
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffiinboxowner_get_identifier' in scope
3076 | )
3077 | })
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3082:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffiinboxowner_sign' in scope
3080 | open func sign(text: String)throws -> Data {
3081 | return try FfiConverterData.lift(try rustCallWithError(FfiConverterTypeSigningError_lift) {
3082 | uniffi_xmtpv3_fn_method_ffiinboxowner_sign(self.uniffiClonePointer(),
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffiinboxowner_sign' in scope
3083 | FfiConverterString.lower(text),$0
3084 | )
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3159:5: error: cannot find 'uniffi_xmtpv3_fn_init_callback_vtable_ffiinboxowner' in scope
3157 |
3158 | private func uniffiCallbackInitFfiInboxOwner() {
3159 | uniffi_xmtpv3_fn_init_callback_vtable_ffiinboxowner(UniffiCallbackInterfaceFfiInboxOwner.vtable)
| `- error: cannot find 'uniffi_xmtpv3_fn_init_callback_vtable_ffiinboxowner' in scope
3160 | }
3161 |
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3267:32: error: cannot find 'uniffi_xmtpv3_fn_clone_ffimessagecallback' in scope
3265 | #endif
3266 | public func uniffiClonePointer() -> UnsafeMutableRawPointer {
3267 | return try! rustCall { uniffi_xmtpv3_fn_clone_ffimessagecallback(self.pointer, $0) }
| `- error: cannot find 'uniffi_xmtpv3_fn_clone_ffimessagecallback' in scope
3268 | }
3269 | // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3276:25: error: cannot find 'uniffi_xmtpv3_fn_free_ffimessagecallback' in scope
3274 | }
3275 |
3276 | try! rustCall { uniffi_xmtpv3_fn_free_ffimessagecallback(pointer, $0) }
| `- error: cannot find 'uniffi_xmtpv3_fn_free_ffimessagecallback' in scope
3277 | }
3278 |
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3283:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffimessagecallback_on_message' in scope
3281 |
3282 | open func onMessage(message: FfiMessage) {try! rustCall() {
3283 | uniffi_xmtpv3_fn_method_ffimessagecallback_on_message(self.uniffiClonePointer(),
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffimessagecallback_on_message' in scope
3284 | FfiConverterTypeFfiMessage_lower(message),$0
3285 | )
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3290:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffimessagecallback_on_error' in scope
3288 |
3289 | open func onError(error: FfiSubscribeError) {try! rustCall() {
3290 | uniffi_xmtpv3_fn_method_ffimessagecallback_on_error(self.uniffiClonePointer(),
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffimessagecallback_on_error' in scope
3291 | FfiConverterTypeFfiSubscribeError_lower(error),$0
3292 | )
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3297:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffimessagecallback_on_close' in scope
3295 |
3296 | open func onClose() {try! rustCall() {
3297 | uniffi_xmtpv3_fn_method_ffimessagecallback_on_close(self.uniffiClonePointer(),$0
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffimessagecallback_on_close' in scope
3298 | )
3299 | }
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3395:5: error: cannot find 'uniffi_xmtpv3_fn_init_callback_vtable_ffimessagecallback' in scope
3393 |
3394 | private func uniffiCallbackInitFfiMessageCallback() {
3395 | uniffi_xmtpv3_fn_init_callback_vtable_ffimessagecallback(UniffiCallbackInterfaceFfiMessageCallback.vtable)
| `- error: cannot find 'uniffi_xmtpv3_fn_init_callback_vtable_ffimessagecallback' in scope
3396 | }
3397 |
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3503:32: error: cannot find 'uniffi_xmtpv3_fn_clone_ffipreferencecallback' in scope
3501 | #endif
3502 | public func uniffiClonePointer() -> UnsafeMutableRawPointer {
3503 | return try! rustCall { uniffi_xmtpv3_fn_clone_ffipreferencecallback(self.pointer, $0) }
| `- error: cannot find 'uniffi_xmtpv3_fn_clone_ffipreferencecallback' in scope
3504 | }
3505 | // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3512:25: error: cannot find 'uniffi_xmtpv3_fn_free_ffipreferencecallback' in scope
3510 | }
3511 |
3512 | try! rustCall { uniffi_xmtpv3_fn_free_ffipreferencecallback(pointer, $0) }
| `- error: cannot find 'uniffi_xmtpv3_fn_free_ffipreferencecallback' in scope
3513 | }
3514 |
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3519:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffipreferencecallback_on_preference_update' in scope
3517 |
3518 | open func onPreferenceUpdate(preference: [FfiPreferenceUpdate]) {try! rustCall() {
3519 | uniffi_xmtpv3_fn_method_ffipreferencecallback_on_preference_update(self.uniffiClonePointer(),
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffipreferencecallback_on_preference_update' in scope
3520 | FfiConverterSequenceTypeFfiPreferenceUpdate.lower(preference),$0
3521 | )
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3526:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffipreferencecallback_on_error' in scope
3524 |
3525 | open func onError(error: FfiSubscribeError) {try! rustCall() {
3526 | uniffi_xmtpv3_fn_method_ffipreferencecallback_on_error(self.uniffiClonePointer(),
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffipreferencecallback_on_error' in scope
3527 | FfiConverterTypeFfiSubscribeError_lower(error),$0
3528 | )
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3533:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffipreferencecallback_on_close' in scope
3531 |
3532 | open func onClose() {try! rustCall() {
3533 | uniffi_xmtpv3_fn_method_ffipreferencecallback_on_close(self.uniffiClonePointer(),$0
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffipreferencecallback_on_close' in scope
3534 | )
3535 | }
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3631:5: error: cannot find 'uniffi_xmtpv3_fn_init_callback_vtable_ffipreferencecallback' in scope
3629 |
3630 | private func uniffiCallbackInitFfiPreferenceCallback() {
3631 | uniffi_xmtpv3_fn_init_callback_vtable_ffipreferencecallback(UniffiCallbackInterfaceFfiPreferenceCallback.vtable)
| `- error: cannot find 'uniffi_xmtpv3_fn_init_callback_vtable_ffipreferencecallback' in scope
3632 | }
3633 |
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3748:32: error: cannot find 'uniffi_xmtpv3_fn_clone_ffisignaturerequest' in scope
3746 | #endif
3747 | public func uniffiClonePointer() -> UnsafeMutableRawPointer {
3748 | return try! rustCall { uniffi_xmtpv3_fn_clone_ffisignaturerequest(self.pointer, $0) }
| `- error: cannot find 'uniffi_xmtpv3_fn_clone_ffisignaturerequest' in scope
3749 | }
3750 | // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3757:25: error: cannot find 'uniffi_xmtpv3_fn_free_ffisignaturerequest' in scope
3755 | }
3756 |
3757 | try! rustCall { uniffi_xmtpv3_fn_free_ffisignaturerequest(pointer, $0) }
| `- error: cannot find 'uniffi_xmtpv3_fn_free_ffisignaturerequest' in scope
3758 | }
3759 |
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3767:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffisignaturerequest_add_ecdsa_signature' in scope
3765 | try await uniffiRustCallAsync(
3766 | rustFutureFunc: {
3767 | uniffi_xmtpv3_fn_method_ffisignaturerequest_add_ecdsa_signature(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffisignaturerequest_add_ecdsa_signature' in scope
3768 | self.uniffiClonePointer(),
3769 | FfiConverterData.lower(signatureBytes)
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3772:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
3770 | )
3771 | },
3772 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
3773 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
3774 | freeFunc: ffi_xmtpv3_rust_future_free_void,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3773:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
3771 | },
3772 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
3773 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
3774 | freeFunc: ffi_xmtpv3_rust_future_free_void,
3775 | liftFunc: { $0 },
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3774:23: error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
3772 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
3773 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
3774 | freeFunc: ffi_xmtpv3_rust_future_free_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
3775 | liftFunc: { $0 },
3776 | errorHandler: FfiConverterTypeGenericError_lift
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3784:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffisignaturerequest_add_passkey_signature' in scope
3782 | try await uniffiRustCallAsync(
3783 | rustFutureFunc: {
3784 | uniffi_xmtpv3_fn_method_ffisignaturerequest_add_passkey_signature(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffisignaturerequest_add_passkey_signature' in scope
3785 | self.uniffiClonePointer(),
3786 | FfiConverterTypeFfiPasskeySignature_lower(signature)
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3789:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
3787 | )
3788 | },
3789 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
3790 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
3791 | freeFunc: ffi_xmtpv3_rust_future_free_void,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3790:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
3788 | },
3789 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
3790 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
3791 | freeFunc: ffi_xmtpv3_rust_future_free_void,
3792 | liftFunc: { $0 },
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3791:23: error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
3789 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
3790 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
3791 | freeFunc: ffi_xmtpv3_rust_future_free_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
3792 | liftFunc: { $0 },
3793 | errorHandler: FfiConverterTypeGenericError_lift
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3801:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffisignaturerequest_add_scw_signature' in scope
3799 | try await uniffiRustCallAsync(
3800 | rustFutureFunc: {
3801 | uniffi_xmtpv3_fn_method_ffisignaturerequest_add_scw_signature(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffisignaturerequest_add_scw_signature' in scope
3802 | self.uniffiClonePointer(),
3803 | FfiConverterData.lower(signatureBytes),FfiConverterString.lower(address),FfiConverterUInt64.lower(chainId),FfiConverterOptionUInt64.lower(blockNumber)
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3806:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
3804 | )
3805 | },
3806 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
3807 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
3808 | freeFunc: ffi_xmtpv3_rust_future_free_void,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3807:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
3805 | },
3806 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
3807 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
3808 | freeFunc: ffi_xmtpv3_rust_future_free_void,
3809 | liftFunc: { $0 },
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3808:23: error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
3806 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
3807 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
3808 | freeFunc: ffi_xmtpv3_rust_future_free_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
3809 | liftFunc: { $0 },
3810 | errorHandler: FfiConverterTypeGenericError_lift
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3818:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffisignaturerequest_is_ready' in scope
3816 | try! await uniffiRustCallAsync(
3817 | rustFutureFunc: {
3818 | uniffi_xmtpv3_fn_method_ffisignaturerequest_is_ready(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffisignaturerequest_is_ready' in scope
3819 | self.uniffiClonePointer()
3820 |
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3823:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_i8' in scope
3821 | )
3822 | },
3823 | pollFunc: ffi_xmtpv3_rust_future_poll_i8,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_i8' in scope
3824 | completeFunc: ffi_xmtpv3_rust_future_complete_i8,
3825 | freeFunc: ffi_xmtpv3_rust_future_free_i8,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3824:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_i8' in scope
3822 | },
3823 | pollFunc: ffi_xmtpv3_rust_future_poll_i8,
3824 | completeFunc: ffi_xmtpv3_rust_future_complete_i8,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_i8' in scope
3825 | freeFunc: ffi_xmtpv3_rust_future_free_i8,
3826 | liftFunc: FfiConverterBool.lift,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3825:23: error: cannot find 'ffi_xmtpv3_rust_future_free_i8' in scope
3823 | pollFunc: ffi_xmtpv3_rust_future_poll_i8,
3824 | completeFunc: ffi_xmtpv3_rust_future_complete_i8,
3825 | freeFunc: ffi_xmtpv3_rust_future_free_i8,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_i8' in scope
3826 | liftFunc: FfiConverterBool.lift,
3827 | errorHandler: nil
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3827:27: error: 'nil' requires a contextual type
3825 | freeFunc: ffi_xmtpv3_rust_future_free_i8,
3826 | liftFunc: FfiConverterBool.lift,
3827 | errorHandler: nil
| `- error: 'nil' requires a contextual type
3828 |
3829 | )
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3839:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffisignaturerequest_missing_address_signatures' in scope
3837 | try await uniffiRustCallAsync(
3838 | rustFutureFunc: {
3839 | uniffi_xmtpv3_fn_method_ffisignaturerequest_missing_address_signatures(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffisignaturerequest_missing_address_signatures' in scope
3840 | self.uniffiClonePointer()
3841 |
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3844:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
3842 | )
3843 | },
3844 | pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
3845 | completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
3846 | freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3845:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
3843 | },
3844 | pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
3845 | completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
3846 | freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
3847 | liftFunc: FfiConverterSequenceString.lift,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3846:23: error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
3844 | pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
3845 | completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
3846 | freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
3847 | liftFunc: FfiConverterSequenceString.lift,
3848 | errorHandler: FfiConverterTypeGenericError_lift
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3856:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffisignaturerequest_signature_text' in scope
3854 | try await uniffiRustCallAsync(
3855 | rustFutureFunc: {
3856 | uniffi_xmtpv3_fn_method_ffisignaturerequest_signature_text(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffisignaturerequest_signature_text' in scope
3857 | self.uniffiClonePointer()
3858 |
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3861:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
3859 | )
3860 | },
3861 | pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
3862 | completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
3863 | freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3862:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
3860 | },
3861 | pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
3862 | completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
3863 | freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
3864 | liftFunc: FfiConverterString.lift,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3863:23: error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
3861 | pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
3862 | completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
3863 | freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
3864 | liftFunc: FfiConverterString.lift,
3865 | errorHandler: FfiConverterTypeGenericError_lift
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3982:32: error: cannot find 'uniffi_xmtpv3_fn_clone_ffistreamcloser' in scope
3980 | #endif
3981 | public func uniffiClonePointer() -> UnsafeMutableRawPointer {
3982 | return try! rustCall { uniffi_xmtpv3_fn_clone_ffistreamcloser(self.pointer, $0) }
| `- error: cannot find 'uniffi_xmtpv3_fn_clone_ffistreamcloser' in scope
3983 | }
3984 | // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:3991:25: error: cannot find 'uniffi_xmtpv3_fn_free_ffistreamcloser' in scope
3989 | }
3990 |
3991 | try! rustCall { uniffi_xmtpv3_fn_free_ffistreamcloser(pointer, $0) }
| `- error: cannot find 'uniffi_xmtpv3_fn_free_ffistreamcloser' in scope
3992 | }
3993 |
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4002:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffistreamcloser_end' in scope
4000 | */
4001 | open func end() {try! rustCall() {
4002 | uniffi_xmtpv3_fn_method_ffistreamcloser_end(self.uniffiClonePointer(),$0
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffistreamcloser_end' in scope
4003 | )
4004 | }
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4014:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffistreamcloser_end_and_wait' in scope
4012 | try await uniffiRustCallAsync(
4013 | rustFutureFunc: {
4014 | uniffi_xmtpv3_fn_method_ffistreamcloser_end_and_wait(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffistreamcloser_end_and_wait' in scope
4015 | self.uniffiClonePointer()
4016 |
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4019:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
4017 | )
4018 | },
4019 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
4020 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
4021 | freeFunc: ffi_xmtpv3_rust_future_free_void,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4020:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
4018 | },
4019 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
4020 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
4021 | freeFunc: ffi_xmtpv3_rust_future_free_void,
4022 | liftFunc: { $0 },
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4021:23: error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
4019 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
4020 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
4021 | freeFunc: ffi_xmtpv3_rust_future_free_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
4022 | liftFunc: { $0 },
4023 | errorHandler: FfiConverterTypeGenericError_lift
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4029:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffistreamcloser_is_closed' in scope
4027 | open func isClosed() -> Bool {
4028 | return try! FfiConverterBool.lift(try! rustCall() {
4029 | uniffi_xmtpv3_fn_method_ffistreamcloser_is_closed(self.uniffiClonePointer(),$0
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffistreamcloser_is_closed' in scope
4030 | )
4031 | })
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4038:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffistreamcloser_wait_for_ready' in scope
4036 | try! await uniffiRustCallAsync(
4037 | rustFutureFunc: {
4038 | uniffi_xmtpv3_fn_method_ffistreamcloser_wait_for_ready(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffistreamcloser_wait_for_ready' in scope
4039 | self.uniffiClonePointer()
4040 |
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4043:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
4041 | )
4042 | },
4043 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
4044 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
4045 | freeFunc: ffi_xmtpv3_rust_future_free_void,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4044:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
4042 | },
4043 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
4044 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
4045 | freeFunc: ffi_xmtpv3_rust_future_free_void,
4046 | liftFunc: { $0 },
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4045:23: error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
4043 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
4044 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
4045 | freeFunc: ffi_xmtpv3_rust_future_free_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
4046 | liftFunc: { $0 },
4047 | errorHandler: nil
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4047:27: error: 'nil' requires a contextual type
4045 | freeFunc: ffi_xmtpv3_rust_future_free_void,
4046 | liftFunc: { $0 },
4047 | errorHandler: nil
| `- error: 'nil' requires a contextual type
4048 |
4049 | )
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4152:32: error: cannot find 'uniffi_xmtpv3_fn_clone_ffisyncworker' in scope
4150 | #endif
4151 | public func uniffiClonePointer() -> UnsafeMutableRawPointer {
4152 | return try! rustCall { uniffi_xmtpv3_fn_clone_ffisyncworker(self.pointer, $0) }
| `- error: cannot find 'uniffi_xmtpv3_fn_clone_ffisyncworker' in scope
4153 | }
4154 | // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4161:25: error: cannot find 'uniffi_xmtpv3_fn_free_ffisyncworker' in scope
4159 | }
4160 |
4161 | try! rustCall { uniffi_xmtpv3_fn_free_ffisyncworker(pointer, $0) }
| `- error: cannot find 'uniffi_xmtpv3_fn_free_ffisyncworker' in scope
4162 | }
4163 |
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4171:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffisyncworker_wait' in scope
4169 | try await uniffiRustCallAsync(
4170 | rustFutureFunc: {
4171 | uniffi_xmtpv3_fn_method_ffisyncworker_wait(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffisyncworker_wait' in scope
4172 | self.uniffiClonePointer(),
4173 | FfiConverterTypeFfiSyncMetric_lower(metric),FfiConverterUInt64.lower(count)
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4176:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
4174 | )
4175 | },
4176 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
4177 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
4178 | freeFunc: ffi_xmtpv3_rust_future_free_void,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4177:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
4175 | },
4176 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
4177 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
4178 | freeFunc: ffi_xmtpv3_rust_future_free_void,
4179 | liftFunc: { $0 },
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4178:23: error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
4176 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
4177 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
4178 | freeFunc: ffi_xmtpv3_rust_future_free_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
4179 | liftFunc: { $0 },
4180 | errorHandler: FfiConverterTypeGenericError_lift
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4411:32: error: cannot find 'uniffi_xmtpv3_fn_clone_ffixmtpclient' in scope
4409 | #endif
4410 | public func uniffiClonePointer() -> UnsafeMutableRawPointer {
4411 | return try! rustCall { uniffi_xmtpv3_fn_clone_ffixmtpclient(self.pointer, $0) }
| `- error: cannot find 'uniffi_xmtpv3_fn_clone_ffixmtpclient' in scope
4412 | }
4413 | // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4420:25: error: cannot find 'uniffi_xmtpv3_fn_free_ffixmtpclient' in scope
4418 | }
4419 |
4420 | try! rustCall { uniffi_xmtpv3_fn_free_ffixmtpclient(pointer, $0) }
| `- error: cannot find 'uniffi_xmtpv3_fn_free_ffixmtpclient' in scope
4421 | }
4422 |
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4433:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_add_identity' in scope
4431 | try await uniffiRustCallAsync(
4432 | rustFutureFunc: {
4433 | uniffi_xmtpv3_fn_method_ffixmtpclient_add_identity(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_add_identity' in scope
4434 | self.uniffiClonePointer(),
4435 | FfiConverterTypeFfiIdentifier_lower(newIdentity)
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4438:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
4436 | )
4437 | },
4438 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
4439 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
4440 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4439:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
4437 | },
4438 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
4439 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
4440 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
4441 | liftFunc: FfiConverterTypeFfiSignatureRequest_lift,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4440:23: error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
4438 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
4439 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
4440 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
4441 | liftFunc: FfiConverterTypeFfiSignatureRequest_lift,
4442 | errorHandler: FfiConverterTypeGenericError_lift
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4456:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_addresses_from_inbox_id' in scope
4454 | try await uniffiRustCallAsync(
4455 | rustFutureFunc: {
4456 | uniffi_xmtpv3_fn_method_ffixmtpclient_addresses_from_inbox_id(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_addresses_from_inbox_id' in scope
4457 | self.uniffiClonePointer(),
4458 | FfiConverterBool.lower(refreshFromNetwork),FfiConverterSequenceString.lower(inboxIds)
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4461:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
4459 | )
4460 | },
4461 | pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
4462 | completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
4463 | freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4462:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
4460 | },
4461 | pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
4462 | completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
4463 | freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
4464 | liftFunc: FfiConverterSequenceTypeFfiInboxState.lift,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4463:23: error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
4461 | pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
4462 | completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
4463 | freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
4464 | liftFunc: FfiConverterSequenceTypeFfiInboxState.lift,
4465 | errorHandler: FfiConverterTypeGenericError_lift
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4471:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_api_aggregate_statistics' in scope
4469 | open func apiAggregateStatistics() -> String {
4470 | return try! FfiConverterString.lift(try! rustCall() {
4471 | uniffi_xmtpv3_fn_method_ffixmtpclient_api_aggregate_statistics(self.uniffiClonePointer(),$0
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_api_aggregate_statistics' in scope
4472 | )
4473 | })
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4478:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_api_identity_statistics' in scope
4476 | open func apiIdentityStatistics() -> FfiIdentityStats {
4477 | return try! FfiConverterTypeFfiIdentityStats_lift(try! rustCall() {
4478 | uniffi_xmtpv3_fn_method_ffixmtpclient_api_identity_statistics(self.uniffiClonePointer(),$0
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_api_identity_statistics' in scope
4479 | )
4480 | })
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4485:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_api_statistics' in scope
4483 | open func apiStatistics() -> FfiApiStats {
4484 | return try! FfiConverterTypeFfiApiStats_lift(try! rustCall() {
4485 | uniffi_xmtpv3_fn_method_ffixmtpclient_api_statistics(self.uniffiClonePointer(),$0
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_api_statistics' in scope
4486 | )
4487 | })
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4494:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_apply_signature_request' in scope
4492 | try await uniffiRustCallAsync(
4493 | rustFutureFunc: {
4494 | uniffi_xmtpv3_fn_method_ffixmtpclient_apply_signature_request(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_apply_signature_request' in scope
4495 | self.uniffiClonePointer(),
4496 | FfiConverterTypeFfiSignatureRequest_lower(signatureRequest)
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4499:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
4497 | )
4498 | },
4499 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
4500 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
4501 | freeFunc: ffi_xmtpv3_rust_future_free_void,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4500:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
4498 | },
4499 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
4500 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
4501 | freeFunc: ffi_xmtpv3_rust_future_free_void,
4502 | liftFunc: { $0 },
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4501:23: error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
4499 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
4500 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
4501 | freeFunc: ffi_xmtpv3_rust_future_free_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
4502 | liftFunc: { $0 },
4503 | errorHandler: FfiConverterTypeGenericError_lift
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4515:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_archive_metadata' in scope
4513 | try await uniffiRustCallAsync(
4514 | rustFutureFunc: {
4515 | uniffi_xmtpv3_fn_method_ffixmtpclient_archive_metadata(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_archive_metadata' in scope
4516 | self.uniffiClonePointer(),
4517 | FfiConverterString.lower(path),FfiConverterData.lower(key)
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4520:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
4518 | )
4519 | },
4520 | pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
4521 | completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
4522 | freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4521:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
4519 | },
4520 | pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
4521 | completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
4522 | freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
4523 | liftFunc: FfiConverterTypeFfiBackupMetadata_lift,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4522:23: error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
4520 | pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
4521 | completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
4522 | freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
4523 | liftFunc: FfiConverterTypeFfiBackupMetadata_lift,
4524 | errorHandler: FfiConverterTypeGenericError_lift
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4532:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_can_message' in scope
4530 | try await uniffiRustCallAsync(
4531 | rustFutureFunc: {
4532 | uniffi_xmtpv3_fn_method_ffixmtpclient_can_message(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_can_message' in scope
4533 | self.uniffiClonePointer(),
4534 | FfiConverterSequenceTypeFfiIdentifier.lower(accountIdentifiers)
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4537:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
4535 | )
4536 | },
4537 | pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
4538 | completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
4539 | freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4538:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
4536 | },
4537 | pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
4538 | completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
4539 | freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
4540 | liftFunc: FfiConverterDictionaryTypeFfiIdentifierBool.lift,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4539:23: error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
4537 | pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
4538 | completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
4539 | freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
4540 | liftFunc: FfiConverterDictionaryTypeFfiIdentifierBool.lift,
4541 | errorHandler: FfiConverterTypeGenericError_lift
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4552:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_change_recovery_identifier' in scope
4550 | try await uniffiRustCallAsync(
4551 | rustFutureFunc: {
4552 | uniffi_xmtpv3_fn_method_ffixmtpclient_change_recovery_identifier(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_change_recovery_identifier' in scope
4553 | self.uniffiClonePointer(),
4554 | FfiConverterTypeFfiIdentifier_lower(newRecoveryIdentifier)
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4557:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
4555 | )
4556 | },
4557 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
4558 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
4559 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4558:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
4556 | },
4557 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
4558 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
4559 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
4560 | liftFunc: FfiConverterTypeFfiSignatureRequest_lift,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4559:23: error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
4557 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
4558 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
4559 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
4560 | liftFunc: FfiConverterTypeFfiSignatureRequest_lift,
4561 | errorHandler: FfiConverterTypeGenericError_lift
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4566:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_clear_all_statistics' in scope
4564 |
4565 | open func clearAllStatistics() {try! rustCall() {
4566 | uniffi_xmtpv3_fn_method_ffixmtpclient_clear_all_statistics(self.uniffiClonePointer(),$0
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_clear_all_statistics' in scope
4567 | )
4568 | }
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4573:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_conversation' in scope
4571 | open func conversation(conversationId: Data)throws -> FfiConversation {
4572 | return try FfiConverterTypeFfiConversation_lift(try rustCallWithError(FfiConverterTypeGenericError_lift) {
4573 | uniffi_xmtpv3_fn_method_ffixmtpclient_conversation(self.uniffiClonePointer(),
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_conversation' in scope
4574 | FfiConverterData.lower(conversationId),$0
4575 | )
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4581:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_conversations' in scope
4579 | open func conversations() -> FfiConversations {
4580 | return try! FfiConverterTypeFfiConversations_lift(try! rustCall() {
4581 | uniffi_xmtpv3_fn_method_ffixmtpclient_conversations(self.uniffiClonePointer(),$0
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_conversations' in scope
4582 | )
4583 | })
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4593:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_create_archive' in scope
4591 | try await uniffiRustCallAsync(
4592 | rustFutureFunc: {
4593 | uniffi_xmtpv3_fn_method_ffixmtpclient_create_archive(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_create_archive' in scope
4594 | self.uniffiClonePointer(),
4595 | FfiConverterString.lower(path),FfiConverterTypeFfiArchiveOptions_lower(opts),FfiConverterData.lower(key)
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4598:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
4596 | )
4597 | },
4598 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
4599 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
4600 | freeFunc: ffi_xmtpv3_rust_future_free_void,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4599:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
4597 | },
4598 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
4599 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
4600 | freeFunc: ffi_xmtpv3_rust_future_free_void,
4601 | liftFunc: { $0 },
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4600:23: error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
4598 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
4599 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
4600 | freeFunc: ffi_xmtpv3_rust_future_free_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
4601 | liftFunc: { $0 },
4602 | errorHandler: FfiConverterTypeGenericError_lift
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4610:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_db_reconnect' in scope
4608 | try await uniffiRustCallAsync(
4609 | rustFutureFunc: {
4610 | uniffi_xmtpv3_fn_method_ffixmtpclient_db_reconnect(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_db_reconnect' in scope
4611 | self.uniffiClonePointer()
4612 |
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4615:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
4613 | )
4614 | },
4615 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
4616 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
4617 | freeFunc: ffi_xmtpv3_rust_future_free_void,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4616:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
4614 | },
4615 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
4616 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
4617 | freeFunc: ffi_xmtpv3_rust_future_free_void,
4618 | liftFunc: { $0 },
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4617:23: error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
4615 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
4616 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
4617 | freeFunc: ffi_xmtpv3_rust_future_free_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
4618 | liftFunc: { $0 },
4619 | errorHandler: FfiConverterTypeGenericError_lift
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4625:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_dm_conversation' in scope
4623 | open func dmConversation(targetInboxId: String)throws -> FfiConversation {
4624 | return try FfiConverterTypeFfiConversation_lift(try rustCallWithError(FfiConverterTypeGenericError_lift) {
4625 | uniffi_xmtpv3_fn_method_ffixmtpclient_dm_conversation(self.uniffiClonePointer(),
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_dm_conversation' in scope
4626 | FfiConverterString.lower(targetInboxId),$0
4627 | )
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4635:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_find_inbox_id' in scope
4633 | try await uniffiRustCallAsync(
4634 | rustFutureFunc: {
4635 | uniffi_xmtpv3_fn_method_ffixmtpclient_find_inbox_id(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_find_inbox_id' in scope
4636 | self.uniffiClonePointer(),
4637 | FfiConverterTypeFfiIdentifier_lower(identifier)
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4640:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
4638 | )
4639 | },
4640 | pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
4641 | completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
4642 | freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4641:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
4639 | },
4640 | pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
4641 | completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
4642 | freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
4643 | liftFunc: FfiConverterOptionString.lift,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4642:23: error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
4640 | pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
4641 | completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
4642 | freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
4643 | liftFunc: FfiConverterOptionString.lift,
4644 | errorHandler: FfiConverterTypeGenericError_lift
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4652:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_get_consent_state' in scope
4650 | try await uniffiRustCallAsync(
4651 | rustFutureFunc: {
4652 | uniffi_xmtpv3_fn_method_ffixmtpclient_get_consent_state(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_get_consent_state' in scope
4653 | self.uniffiClonePointer(),
4654 | FfiConverterTypeFfiConsentEntityType_lower(entityType),FfiConverterString.lower(entity)
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4657:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
4655 | )
4656 | },
4657 | pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
4658 | completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
4659 | freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4658:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
4656 | },
4657 | pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
4658 | completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
4659 | freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
4660 | liftFunc: FfiConverterTypeFfiConsentState_lift,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4659:23: error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
4657 | pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
4658 | completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
4659 | freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
4660 | liftFunc: FfiConverterTypeFfiConsentState_lift,
4661 | errorHandler: FfiConverterTypeGenericError_lift
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4669:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_get_key_package_statuses_for_installation_ids' in scope
4667 | try await uniffiRustCallAsync(
4668 | rustFutureFunc: {
4669 | uniffi_xmtpv3_fn_method_ffixmtpclient_get_key_package_statuses_for_installation_ids(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_get_key_package_statuses_for_installation_ids' in scope
4670 | self.uniffiClonePointer(),
4671 | FfiConverterSequenceData.lower(installationIds)
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4674:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
4672 | )
4673 | },
4674 | pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
4675 | completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
4676 | freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4675:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
4673 | },
4674 | pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
4675 | completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
4676 | freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
4677 | liftFunc: FfiConverterDictionaryDataTypeFfiKeyPackageStatus.lift,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4676:23: error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
4674 | pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
4675 | completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
4676 | freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
4677 | liftFunc: FfiConverterDictionaryDataTypeFfiKeyPackageStatus.lift,
4678 | errorHandler: FfiConverterTypeGenericError_lift
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4686:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_get_latest_inbox_state' in scope
4684 | try await uniffiRustCallAsync(
4685 | rustFutureFunc: {
4686 | uniffi_xmtpv3_fn_method_ffixmtpclient_get_latest_inbox_state(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_get_latest_inbox_state' in scope
4687 | self.uniffiClonePointer(),
4688 | FfiConverterString.lower(inboxId)
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4691:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
4689 | )
4690 | },
4691 | pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
4692 | completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
4693 | freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4692:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
4690 | },
4691 | pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
4692 | completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
4693 | freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
4694 | liftFunc: FfiConverterTypeFfiInboxState_lift,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4693:23: error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
4691 | pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
4692 | completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
4693 | freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
4694 | liftFunc: FfiConverterTypeFfiInboxState_lift,
4695 | errorHandler: FfiConverterTypeGenericError_lift
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4706:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_import_archive' in scope
4704 | try await uniffiRustCallAsync(
4705 | rustFutureFunc: {
4706 | uniffi_xmtpv3_fn_method_ffixmtpclient_import_archive(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_import_archive' in scope
4707 | self.uniffiClonePointer(),
4708 | FfiConverterString.lower(path),FfiConverterData.lower(key)
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4711:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
4709 | )
4710 | },
4711 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
4712 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
4713 | freeFunc: ffi_xmtpv3_rust_future_free_void,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4712:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
4710 | },
4711 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
4712 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
4713 | freeFunc: ffi_xmtpv3_rust_future_free_void,
4714 | liftFunc: { $0 },
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4713:23: error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
4711 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
4712 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
4713 | freeFunc: ffi_xmtpv3_rust_future_free_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
4714 | liftFunc: { $0 },
4715 | errorHandler: FfiConverterTypeGenericError_lift
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4721:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_inbox_id' in scope
4719 | open func inboxId() -> String {
4720 | return try! FfiConverterString.lift(try! rustCall() {
4721 | uniffi_xmtpv3_fn_method_ffixmtpclient_inbox_id(self.uniffiClonePointer(),$0
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_inbox_id' in scope
4722 | )
4723 | })
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4736:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_inbox_state' in scope
4734 | try await uniffiRustCallAsync(
4735 | rustFutureFunc: {
4736 | uniffi_xmtpv3_fn_method_ffixmtpclient_inbox_state(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_inbox_state' in scope
4737 | self.uniffiClonePointer(),
4738 | FfiConverterBool.lower(refreshFromNetwork)
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4741:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
4739 | )
4740 | },
4741 | pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
4742 | completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
4743 | freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4742:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
4740 | },
4741 | pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
4742 | completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
4743 | freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
4744 | liftFunc: FfiConverterTypeFfiInboxState_lift,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4743:23: error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
4741 | pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
4742 | completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
4743 | freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
4744 | liftFunc: FfiConverterTypeFfiInboxState_lift,
4745 | errorHandler: FfiConverterTypeGenericError_lift
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4751:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_installation_id' in scope
4749 | open func installationId() -> Data {
4750 | return try! FfiConverterData.lift(try! rustCall() {
4751 | uniffi_xmtpv3_fn_method_ffixmtpclient_installation_id(self.uniffiClonePointer(),$0
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_installation_id' in scope
4752 | )
4753 | })
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4758:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_message' in scope
4756 | open func message(messageId: Data)throws -> FfiMessage {
4757 | return try FfiConverterTypeFfiMessage_lift(try rustCallWithError(FfiConverterTypeGenericError_lift) {
4758 | uniffi_xmtpv3_fn_method_ffixmtpclient_message(self.uniffiClonePointer(),
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_message' in scope
4759 | FfiConverterData.lower(messageId),$0
4760 | )
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4766:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_message_v2' in scope
4764 | open func messageV2(messageId: Data)throws -> FfiDecodedMessage {
4765 | return try FfiConverterTypeFfiDecodedMessage_lift(try rustCallWithError(FfiConverterTypeGenericError_lift) {
4766 | uniffi_xmtpv3_fn_method_ffixmtpclient_message_v2(self.uniffiClonePointer(),
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_message_v2' in scope
4767 | FfiConverterData.lower(messageId),$0
4768 | )
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4776:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_register_identity' in scope
4774 | try await uniffiRustCallAsync(
4775 | rustFutureFunc: {
4776 | uniffi_xmtpv3_fn_method_ffixmtpclient_register_identity(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_register_identity' in scope
4777 | self.uniffiClonePointer(),
4778 | FfiConverterTypeFfiSignatureRequest_lower(signatureRequest)
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4781:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
4779 | )
4780 | },
4781 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
4782 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
4783 | freeFunc: ffi_xmtpv3_rust_future_free_void,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4782:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
4780 | },
4781 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
4782 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
4783 | freeFunc: ffi_xmtpv3_rust_future_free_void,
4784 | liftFunc: { $0 },
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4783:23: error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
4781 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
4782 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
4783 | freeFunc: ffi_xmtpv3_rust_future_free_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
4784 | liftFunc: { $0 },
4785 | errorHandler: FfiConverterTypeGenericError_lift
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4790:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_release_db_connection' in scope
4788 |
4789 | open func releaseDbConnection()throws {try rustCallWithError(FfiConverterTypeGenericError_lift) {
4790 | uniffi_xmtpv3_fn_method_ffixmtpclient_release_db_connection(self.uniffiClonePointer(),$0
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_release_db_connection' in scope
4791 | )
4792 | }
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4802:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_revoke_all_other_installations' in scope
4800 | try await uniffiRustCallAsync(
4801 | rustFutureFunc: {
4802 | uniffi_xmtpv3_fn_method_ffixmtpclient_revoke_all_other_installations(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_revoke_all_other_installations' in scope
4803 | self.uniffiClonePointer()
4804 |
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4807:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
4805 | )
4806 | },
4807 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
4808 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
4809 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4808:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
4806 | },
4807 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
4808 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
4809 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
4810 | liftFunc: FfiConverterTypeFfiSignatureRequest_lift,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4809:23: error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
4807 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
4808 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
4809 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
4810 | liftFunc: FfiConverterTypeFfiSignatureRequest_lift,
4811 | errorHandler: FfiConverterTypeGenericError_lift
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4822:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_revoke_identity' in scope
4820 | try await uniffiRustCallAsync(
4821 | rustFutureFunc: {
4822 | uniffi_xmtpv3_fn_method_ffixmtpclient_revoke_identity(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_revoke_identity' in scope
4823 | self.uniffiClonePointer(),
4824 | FfiConverterTypeFfiIdentifier_lower(identifier)
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4827:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
4825 | )
4826 | },
4827 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
4828 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
4829 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4828:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
4826 | },
4827 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
4828 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
4829 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
4830 | liftFunc: FfiConverterTypeFfiSignatureRequest_lift,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4829:23: error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
4827 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
4828 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
4829 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
4830 | liftFunc: FfiConverterTypeFfiSignatureRequest_lift,
4831 | errorHandler: FfiConverterTypeGenericError_lift
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4842:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_revoke_installations' in scope
4840 | try await uniffiRustCallAsync(
4841 | rustFutureFunc: {
4842 | uniffi_xmtpv3_fn_method_ffixmtpclient_revoke_installations(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_revoke_installations' in scope
4843 | self.uniffiClonePointer(),
4844 | FfiConverterSequenceData.lower(installationIds)
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4847:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
4845 | )
4846 | },
4847 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
4848 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
4849 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4848:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
4846 | },
4847 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
4848 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
4849 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
4850 | liftFunc: FfiConverterTypeFfiSignatureRequest_lift,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4849:23: error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
4847 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
4848 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
4849 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
4850 | liftFunc: FfiConverterTypeFfiSignatureRequest_lift,
4851 | errorHandler: FfiConverterTypeGenericError_lift
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4862:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_send_sync_request' in scope
4860 | try await uniffiRustCallAsync(
4861 | rustFutureFunc: {
4862 | uniffi_xmtpv3_fn_method_ffixmtpclient_send_sync_request(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_send_sync_request' in scope
4863 | self.uniffiClonePointer()
4864 |
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4867:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
4865 | )
4866 | },
4867 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
4868 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
4869 | freeFunc: ffi_xmtpv3_rust_future_free_void,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4868:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
4866 | },
4867 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
4868 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
4869 | freeFunc: ffi_xmtpv3_rust_future_free_void,
4870 | liftFunc: { $0 },
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4869:23: error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
4867 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
4868 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
4869 | freeFunc: ffi_xmtpv3_rust_future_free_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
4870 | liftFunc: { $0 },
4871 | errorHandler: FfiConverterTypeGenericError_lift
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4879:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_set_consent_states' in scope
4877 | try await uniffiRustCallAsync(
4878 | rustFutureFunc: {
4879 | uniffi_xmtpv3_fn_method_ffixmtpclient_set_consent_states(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_set_consent_states' in scope
4880 | self.uniffiClonePointer(),
4881 | FfiConverterSequenceTypeFfiConsent.lower(records)
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4884:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
4882 | )
4883 | },
4884 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
4885 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
4886 | freeFunc: ffi_xmtpv3_rust_future_free_void,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4885:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
4883 | },
4884 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
4885 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
4886 | freeFunc: ffi_xmtpv3_rust_future_free_void,
4887 | liftFunc: { $0 },
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4886:23: error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
4884 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
4885 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
4886 | freeFunc: ffi_xmtpv3_rust_future_free_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
4887 | liftFunc: { $0 },
4888 | errorHandler: FfiConverterTypeGenericError_lift
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4897:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_sign_with_installation_key' in scope
4895 | open func signWithInstallationKey(text: String)throws -> Data {
4896 | return try FfiConverterData.lift(try rustCallWithError(FfiConverterTypeGenericError_lift) {
4897 | uniffi_xmtpv3_fn_method_ffixmtpclient_sign_with_installation_key(self.uniffiClonePointer(),
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_sign_with_installation_key' in scope
4898 | FfiConverterString.lower(text),$0
4899 | )
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4905:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_signature_request' in scope
4903 | open func signatureRequest() -> FfiSignatureRequest? {
4904 | return try! FfiConverterOptionTypeFfiSignatureRequest.lift(try! rustCall() {
4905 | uniffi_xmtpv3_fn_method_ffixmtpclient_signature_request(self.uniffiClonePointer(),$0
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_signature_request' in scope
4906 | )
4907 | })
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4914:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_sync_preferences' in scope
4912 | try await uniffiRustCallAsync(
4913 | rustFutureFunc: {
4914 | uniffi_xmtpv3_fn_method_ffixmtpclient_sync_preferences(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_sync_preferences' in scope
4915 | self.uniffiClonePointer()
4916 |
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4919:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_u64' in scope
4917 | )
4918 | },
4919 | pollFunc: ffi_xmtpv3_rust_future_poll_u64,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_u64' in scope
4920 | completeFunc: ffi_xmtpv3_rust_future_complete_u64,
4921 | freeFunc: ffi_xmtpv3_rust_future_free_u64,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4920:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_u64' in scope
4918 | },
4919 | pollFunc: ffi_xmtpv3_rust_future_poll_u64,
4920 | completeFunc: ffi_xmtpv3_rust_future_complete_u64,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_u64' in scope
4921 | freeFunc: ffi_xmtpv3_rust_future_free_u64,
4922 | liftFunc: FfiConverterUInt64.lift,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4921:23: error: cannot find 'ffi_xmtpv3_rust_future_free_u64' in scope
4919 | pollFunc: ffi_xmtpv3_rust_future_poll_u64,
4920 | completeFunc: ffi_xmtpv3_rust_future_complete_u64,
4921 | freeFunc: ffi_xmtpv3_rust_future_free_u64,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_u64' in scope
4922 | liftFunc: FfiConverterUInt64.lift,
4923 | errorHandler: FfiConverterTypeGenericError_lift
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4934:17: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_upload_debug_archive' in scope
4932 | try await uniffiRustCallAsync(
4933 | rustFutureFunc: {
4934 | uniffi_xmtpv3_fn_method_ffixmtpclient_upload_debug_archive(
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_upload_debug_archive' in scope
4935 | self.uniffiClonePointer(),
4936 | FfiConverterString.lower(serverUrl)
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4939:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
4937 | )
4938 | },
4939 | pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
4940 | completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
4941 | freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4940:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
4938 | },
4939 | pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
4940 | completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
4941 | freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
4942 | liftFunc: FfiConverterString.lift,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4941:23: error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
4939 | pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
4940 | completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
4941 | freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
4942 | liftFunc: FfiConverterString.lift,
4943 | errorHandler: FfiConverterTypeGenericError_lift
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4951:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_verify_signed_with_installation_key' in scope
4949 | */
4950 | open func verifySignedWithInstallationKey(signatureText: String, signatureBytes: Data)throws {try rustCallWithError(FfiConverterTypeGenericError_lift) {
4951 | uniffi_xmtpv3_fn_method_ffixmtpclient_verify_signed_with_installation_key(self.uniffiClonePointer(),
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_verify_signed_with_installation_key' in scope
4952 | FfiConverterString.lower(signatureText),
4953 | FfiConverterData.lower(signatureBytes),$0
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:4963:5: error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_verify_signed_with_public_key' in scope
4961 | */
4962 | open func verifySignedWithPublicKey(signatureText: String, signatureBytes: Data, publicKey: Data)throws {try rustCallWithError(FfiConverterTypeGenericError_lift) {
4963 | uniffi_xmtpv3_fn_method_ffixmtpclient_verify_signed_with_public_key(self.uniffiClonePointer(),
| `- error: cannot find 'uniffi_xmtpv3_fn_method_ffixmtpclient_verify_signed_with_public_key' in scope
4964 | FfiConverterString.lower(signatureText),
4965 | FfiConverterData.lower(signatureBytes),
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:5069:32: error: cannot find 'uniffi_xmtpv3_fn_clone_xmtpapiclient' in scope
5067 | #endif
5068 | public func uniffiClonePointer() -> UnsafeMutableRawPointer {
5069 | return try! rustCall { uniffi_xmtpv3_fn_clone_xmtpapiclient(self.pointer, $0) }
| `- error: cannot find 'uniffi_xmtpv3_fn_clone_xmtpapiclient' in scope
5070 | }
5071 | // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:5078:25: error: cannot find 'uniffi_xmtpv3_fn_free_xmtpapiclient' in scope
5076 | }
5077 |
5078 | try! rustCall { uniffi_xmtpv3_fn_free_xmtpapiclient(pointer, $0) }
| `- error: cannot find 'uniffi_xmtpv3_fn_free_xmtpapiclient' in scope
5079 | }
5080 |
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:12952:17: error: cannot find 'uniffi_xmtpv3_fn_func_apply_signature_request' in scope
12950 | try await uniffiRustCallAsync(
12951 | rustFutureFunc: {
12952 | uniffi_xmtpv3_fn_func_apply_signature_request(FfiConverterTypeXmtpApiClient_lower(api),FfiConverterTypeFfiSignatureRequest_lower(signatureRequest)
| `- error: cannot find 'uniffi_xmtpv3_fn_func_apply_signature_request' in scope
12953 | )
12954 | },
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:12955:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
12953 | )
12954 | },
12955 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_void' in scope
12956 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
12957 | freeFunc: ffi_xmtpv3_rust_future_free_void,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:12956:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
12954 | },
12955 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
12956 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_void' in scope
12957 | freeFunc: ffi_xmtpv3_rust_future_free_void,
12958 | liftFunc: { $0 },
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:12957:23: error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
12955 | pollFunc: ffi_xmtpv3_rust_future_poll_void,
12956 | completeFunc: ffi_xmtpv3_rust_future_complete_void,
12957 | freeFunc: ffi_xmtpv3_rust_future_free_void,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_void' in scope
12958 | liftFunc: { $0 },
12959 | errorHandler: FfiConverterTypeGenericError_lift
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:12966:17: error: cannot find 'uniffi_xmtpv3_fn_func_connect_to_backend' in scope
12964 | try await uniffiRustCallAsync(
12965 | rustFutureFunc: {
12966 | uniffi_xmtpv3_fn_func_connect_to_backend(FfiConverterString.lower(host),FfiConverterBool.lower(isSecure),FfiConverterOptionString.lower(appVersion)
| `- error: cannot find 'uniffi_xmtpv3_fn_func_connect_to_backend' in scope
12967 | )
12968 | },
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:12969:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
12967 | )
12968 | },
12969 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
12970 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
12971 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:12970:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
12968 | },
12969 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
12970 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
12971 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
12972 | liftFunc: FfiConverterTypeXmtpApiClient_lift,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:12971:23: error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
12969 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
12970 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
12971 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
12972 | liftFunc: FfiConverterTypeXmtpApiClient_lift,
12973 | errorHandler: FfiConverterTypeGenericError_lift
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:13001:17: error: cannot find 'uniffi_xmtpv3_fn_func_create_client' in scope
12999 | try await uniffiRustCallAsync(
13000 | rustFutureFunc: {
13001 | uniffi_xmtpv3_fn_func_create_client(FfiConverterTypeXmtpApiClient_lower(api),FfiConverterTypeXmtpApiClient_lower(syncApi),FfiConverterOptionString.lower(db),FfiConverterOptionData.lower(encryptionKey),FfiConverterString.lower(inboxId),FfiConverterTypeFfiIdentifier_lower(accountIdentifier),FfiConverterUInt64.lower(nonce),FfiConverterOptionData.lower(legacySignedPrivateKeyProto),FfiConverterOptionString.lower(deviceSyncServerUrl),FfiConverterOptionTypeFfiSyncWorkerMode.lower(deviceSyncMode),FfiConverterOptionBool.lower(allowOffline),FfiConverterOptionBool.lower(disableEvents)
| `- error: cannot find 'uniffi_xmtpv3_fn_func_create_client' in scope
13002 | )
13003 | },
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:13004:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
13002 | )
13003 | },
13004 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
13005 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
13006 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:13005:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
13003 | },
13004 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
13005 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
13006 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
13007 | liftFunc: FfiConverterTypeFfiXmtpClient_lift,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:13006:23: error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
13004 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
13005 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
13006 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
13007 | liftFunc: FfiConverterTypeFfiXmtpClient_lift,
13008 | errorHandler: FfiConverterTypeGenericError_lift
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:13013:5: error: cannot find 'uniffi_xmtpv3_fn_func_decode_attachment' in scope
13011 | public func decodeAttachment(bytes: Data)throws -> FfiAttachment {
13012 | return try FfiConverterTypeFfiAttachment_lift(try rustCallWithError(FfiConverterTypeGenericError_lift) {
13013 | uniffi_xmtpv3_fn_func_decode_attachment(
| `- error: cannot find 'uniffi_xmtpv3_fn_func_decode_attachment' in scope
13014 | FfiConverterData.lower(bytes),$0
13015 | )
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:13020:5: error: cannot find 'uniffi_xmtpv3_fn_func_decode_multi_remote_attachment' in scope
13018 | public func decodeMultiRemoteAttachment(bytes: Data)throws -> FfiMultiRemoteAttachment {
13019 | return try FfiConverterTypeFfiMultiRemoteAttachment_lift(try rustCallWithError(FfiConverterTypeGenericError_lift) {
13020 | uniffi_xmtpv3_fn_func_decode_multi_remote_attachment(
| `- error: cannot find 'uniffi_xmtpv3_fn_func_decode_multi_remote_attachment' in scope
13021 | FfiConverterData.lower(bytes),$0
13022 | )
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:13027:5: error: cannot find 'uniffi_xmtpv3_fn_func_decode_reaction' in scope
13025 | public func decodeReaction(bytes: Data)throws -> FfiReactionPayload {
13026 | return try FfiConverterTypeFfiReactionPayload_lift(try rustCallWithError(FfiConverterTypeGenericError_lift) {
13027 | uniffi_xmtpv3_fn_func_decode_reaction(
| `- error: cannot find 'uniffi_xmtpv3_fn_func_decode_reaction' in scope
13028 | FfiConverterData.lower(bytes),$0
13029 | )
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:13034:5: error: cannot find 'uniffi_xmtpv3_fn_func_decode_read_receipt' in scope
13032 | public func decodeReadReceipt(bytes: Data)throws -> FfiReadReceipt {
13033 | return try FfiConverterTypeFfiReadReceipt_lift(try rustCallWithError(FfiConverterTypeGenericError_lift) {
13034 | uniffi_xmtpv3_fn_func_decode_read_receipt(
| `- error: cannot find 'uniffi_xmtpv3_fn_func_decode_read_receipt' in scope
13035 | FfiConverterData.lower(bytes),$0
13036 | )
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:13041:5: error: cannot find 'uniffi_xmtpv3_fn_func_decode_remote_attachment' in scope
13039 | public func decodeRemoteAttachment(bytes: Data)throws -> FfiRemoteAttachment {
13040 | return try FfiConverterTypeFfiRemoteAttachment_lift(try rustCallWithError(FfiConverterTypeGenericError_lift) {
13041 | uniffi_xmtpv3_fn_func_decode_remote_attachment(
| `- error: cannot find 'uniffi_xmtpv3_fn_func_decode_remote_attachment' in scope
13042 | FfiConverterData.lower(bytes),$0
13043 | )
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:13048:5: error: cannot find 'uniffi_xmtpv3_fn_func_decode_reply' in scope
13046 | public func decodeReply(bytes: Data)throws -> FfiReply {
13047 | return try FfiConverterTypeFfiReply_lift(try rustCallWithError(FfiConverterTypeGenericError_lift) {
13048 | uniffi_xmtpv3_fn_func_decode_reply(
| `- error: cannot find 'uniffi_xmtpv3_fn_func_decode_reply' in scope
13049 | FfiConverterData.lower(bytes),$0
13050 | )
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:13055:5: error: cannot find 'uniffi_xmtpv3_fn_func_decode_transaction_reference' in scope
13053 | public func decodeTransactionReference(bytes: Data)throws -> FfiTransactionReference {
13054 | return try FfiConverterTypeFfiTransactionReference_lift(try rustCallWithError(FfiConverterTypeGenericError_lift) {
13055 | uniffi_xmtpv3_fn_func_decode_transaction_reference(
| `- error: cannot find 'uniffi_xmtpv3_fn_func_decode_transaction_reference' in scope
13056 | FfiConverterData.lower(bytes),$0
13057 | )
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:13062:5: error: cannot find 'uniffi_xmtpv3_fn_func_encode_attachment' in scope
13060 | public func encodeAttachment(attachment: FfiAttachment)throws -> Data {
13061 | return try FfiConverterData.lift(try rustCallWithError(FfiConverterTypeGenericError_lift) {
13062 | uniffi_xmtpv3_fn_func_encode_attachment(
| `- error: cannot find 'uniffi_xmtpv3_fn_func_encode_attachment' in scope
13063 | FfiConverterTypeFfiAttachment_lower(attachment),$0
13064 | )
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:13069:5: error: cannot find 'uniffi_xmtpv3_fn_func_encode_multi_remote_attachment' in scope
13067 | public func encodeMultiRemoteAttachment(ffiMultiRemoteAttachment: FfiMultiRemoteAttachment)throws -> Data {
13068 | return try FfiConverterData.lift(try rustCallWithError(FfiConverterTypeGenericError_lift) {
13069 | uniffi_xmtpv3_fn_func_encode_multi_remote_attachment(
| `- error: cannot find 'uniffi_xmtpv3_fn_func_encode_multi_remote_attachment' in scope
13070 | FfiConverterTypeFfiMultiRemoteAttachment_lower(ffiMultiRemoteAttachment),$0
13071 | )
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:13076:5: error: cannot find 'uniffi_xmtpv3_fn_func_encode_reaction' in scope
13074 | public func encodeReaction(reaction: FfiReactionPayload)throws -> Data {
13075 | return try FfiConverterData.lift(try rustCallWithError(FfiConverterTypeGenericError_lift) {
13076 | uniffi_xmtpv3_fn_func_encode_reaction(
| `- error: cannot find 'uniffi_xmtpv3_fn_func_encode_reaction' in scope
13077 | FfiConverterTypeFfiReactionPayload_lower(reaction),$0
13078 | )
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:13083:5: error: cannot find 'uniffi_xmtpv3_fn_func_encode_read_receipt' in scope
13081 | public func encodeReadReceipt(readReceipt: FfiReadReceipt)throws -> Data {
13082 | return try FfiConverterData.lift(try rustCallWithError(FfiConverterTypeGenericError_lift) {
13083 | uniffi_xmtpv3_fn_func_encode_read_receipt(
| `- error: cannot find 'uniffi_xmtpv3_fn_func_encode_read_receipt' in scope
13084 | FfiConverterTypeFfiReadReceipt_lower(readReceipt),$0
13085 | )
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:13090:5: error: cannot find 'uniffi_xmtpv3_fn_func_encode_remote_attachment' in scope
13088 | public func encodeRemoteAttachment(remoteAttachment: FfiRemoteAttachment)throws -> Data {
13089 | return try FfiConverterData.lift(try rustCallWithError(FfiConverterTypeGenericError_lift) {
13090 | uniffi_xmtpv3_fn_func_encode_remote_attachment(
| `- error: cannot find 'uniffi_xmtpv3_fn_func_encode_remote_attachment' in scope
13091 | FfiConverterTypeFfiRemoteAttachment_lower(remoteAttachment),$0
13092 | )
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:13097:5: error: cannot find 'uniffi_xmtpv3_fn_func_encode_reply' in scope
13095 | public func encodeReply(reply: FfiReply)throws -> Data {
13096 | return try FfiConverterData.lift(try rustCallWithError(FfiConverterTypeGenericError_lift) {
13097 | uniffi_xmtpv3_fn_func_encode_reply(
| `- error: cannot find 'uniffi_xmtpv3_fn_func_encode_reply' in scope
13098 | FfiConverterTypeFfiReply_lower(reply),$0
13099 | )
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:13104:5: error: cannot find 'uniffi_xmtpv3_fn_func_encode_transaction_reference' in scope
13102 | public func encodeTransactionReference(reference: FfiTransactionReference)throws -> Data {
13103 | return try FfiConverterData.lift(try rustCallWithError(FfiConverterTypeGenericError_lift) {
13104 | uniffi_xmtpv3_fn_func_encode_transaction_reference(
| `- error: cannot find 'uniffi_xmtpv3_fn_func_encode_transaction_reference' in scope
13105 | FfiConverterTypeFfiTransactionReference_lower(reference),$0
13106 | )
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:13116:5: error: cannot find 'uniffi_xmtpv3_fn_func_enter_debug_writer' in scope
13114 | */
13115 | public func enterDebugWriter(directory: String, logLevel: FfiLogLevel, rotation: FfiLogRotation, maxFiles: UInt32)throws {try rustCallWithError(FfiConverterTypeGenericError_lift) {
13116 | uniffi_xmtpv3_fn_func_enter_debug_writer(
| `- error: cannot find 'uniffi_xmtpv3_fn_func_enter_debug_writer' in scope
13117 | FfiConverterString.lower(directory),
13118 | FfiConverterTypeFfiLogLevel_lower(logLevel),
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:13131:5: error: cannot find 'uniffi_xmtpv3_fn_func_enter_debug_writer_with_level' in scope
13129 | */
13130 | public func enterDebugWriterWithLevel(directory: String, rotation: FfiLogRotation, maxFiles: UInt32, logLevel: FfiLogLevel)throws {try rustCallWithError(FfiConverterTypeGenericError_lift) {
13131 | uniffi_xmtpv3_fn_func_enter_debug_writer_with_level(
| `- error: cannot find 'uniffi_xmtpv3_fn_func_enter_debug_writer_with_level' in scope
13132 | FfiConverterString.lower(directory),
13133 | FfiConverterTypeFfiLogRotation_lower(rotation),
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:13144:5: error: cannot find 'uniffi_xmtpv3_fn_func_ethereum_address_from_pubkey' in scope
13142 | public func ethereumAddressFromPubkey(pubkey: Data)throws -> String {
13143 | return try FfiConverterString.lift(try rustCallWithError(FfiConverterTypeFfiCryptoError_lift) {
13144 | uniffi_xmtpv3_fn_func_ethereum_address_from_pubkey(
| `- error: cannot find 'uniffi_xmtpv3_fn_func_ethereum_address_from_pubkey' in scope
13145 | FfiConverterData.lower(pubkey),$0
13146 | )
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:13155:5: error: cannot find 'uniffi_xmtpv3_fn_func_ethereum_generate_public_key' in scope
13153 | public func ethereumGeneratePublicKey(privateKey32: Data)throws -> Data {
13154 | return try FfiConverterData.lift(try rustCallWithError(FfiConverterTypeFfiCryptoError_lift) {
13155 | uniffi_xmtpv3_fn_func_ethereum_generate_public_key(
| `- error: cannot find 'uniffi_xmtpv3_fn_func_ethereum_generate_public_key' in scope
13156 | FfiConverterData.lower(privateKey32),$0
13157 | )
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:13165:5: error: cannot find 'uniffi_xmtpv3_fn_func_ethereum_hash_personal' in scope
13163 | public func ethereumHashPersonal(message: String)throws -> Data {
13164 | return try FfiConverterData.lift(try rustCallWithError(FfiConverterTypeFfiCryptoError_lift) {
13165 | uniffi_xmtpv3_fn_func_ethereum_hash_personal(
| `- error: cannot find 'uniffi_xmtpv3_fn_func_ethereum_hash_personal' in scope
13166 | FfiConverterString.lower(message),$0
13167 | )
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:13178:5: error: cannot find 'uniffi_xmtpv3_fn_func_ethereum_sign_recoverable' in scope
13176 | public func ethereumSignRecoverable(msg: Data, privateKey32: Data, hashing: Bool)throws -> Data {
13177 | return try FfiConverterData.lift(try rustCallWithError(FfiConverterTypeFfiCryptoError_lift) {
13178 | uniffi_xmtpv3_fn_func_ethereum_sign_recoverable(
| `- error: cannot find 'uniffi_xmtpv3_fn_func_ethereum_sign_recoverable' in scope
13179 | FfiConverterData.lower(msg),
13180 | FfiConverterData.lower(privateKey32),
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:13191:5: error: cannot find 'uniffi_xmtpv3_fn_func_exit_debug_writer' in scope
13189 | */
13190 | public func exitDebugWriter()throws {try rustCallWithError(FfiConverterTypeGenericError_lift) {
13191 | uniffi_xmtpv3_fn_func_exit_debug_writer($0
| `- error: cannot find 'uniffi_xmtpv3_fn_func_exit_debug_writer' in scope
13192 | )
13193 | }
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:13197:5: error: cannot find 'uniffi_xmtpv3_fn_func_generate_inbox_id' in scope
13195 | public func generateInboxId(accountIdentifier: FfiIdentifier, nonce: UInt64)throws -> String {
13196 | return try FfiConverterString.lift(try rustCallWithError(FfiConverterTypeGenericError_lift) {
13197 | uniffi_xmtpv3_fn_func_generate_inbox_id(
| `- error: cannot find 'uniffi_xmtpv3_fn_func_generate_inbox_id' in scope
13198 | FfiConverterTypeFfiIdentifier_lower(accountIdentifier),
13199 | FfiConverterUInt64.lower(nonce),$0
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:13207:17: error: cannot find 'uniffi_xmtpv3_fn_func_get_inbox_id_for_identifier' in scope
13205 | try await uniffiRustCallAsync(
13206 | rustFutureFunc: {
13207 | uniffi_xmtpv3_fn_func_get_inbox_id_for_identifier(FfiConverterTypeXmtpApiClient_lower(api),FfiConverterTypeFfiIdentifier_lower(accountIdentifier)
| `- error: cannot find 'uniffi_xmtpv3_fn_func_get_inbox_id_for_identifier' in scope
13208 | )
13209 | },
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:13210:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
13208 | )
13209 | },
13210 | pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
13211 | completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
13212 | freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:13211:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
13209 | },
13210 | pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
13211 | completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
13212 | freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
13213 | liftFunc: FfiConverterOptionString.lift,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:13212:23: error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
13210 | pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
13211 | completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
13212 | freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
13213 | liftFunc: FfiConverterOptionString.lift,
13214 | errorHandler: FfiConverterTypeGenericError_lift
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:13219:5: error: cannot find 'uniffi_xmtpv3_fn_func_get_version_info' in scope
13217 | public func getVersionInfo() -> String {
13218 | return try! FfiConverterString.lift(try! rustCall() {
13219 | uniffi_xmtpv3_fn_func_get_version_info($0
| `- error: cannot find 'uniffi_xmtpv3_fn_func_get_version_info' in scope
13220 | )
13221 | })
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:13230:17: error: cannot find 'uniffi_xmtpv3_fn_func_inbox_state_from_inbox_ids' in scope
13228 | try await uniffiRustCallAsync(
13229 | rustFutureFunc: {
13230 | uniffi_xmtpv3_fn_func_inbox_state_from_inbox_ids(FfiConverterTypeXmtpApiClient_lower(api),FfiConverterSequenceString.lower(inboxIds)
| `- error: cannot find 'uniffi_xmtpv3_fn_func_inbox_state_from_inbox_ids' in scope
13231 | )
13232 | },
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:13233:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
13231 | )
13232 | },
13233 | pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_rust_buffer' in scope
13234 | completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
13235 | freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:13234:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
13232 | },
13233 | pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
13234 | completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_rust_buffer' in scope
13235 | freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
13236 | liftFunc: FfiConverterSequenceTypeFfiInboxState.lift,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:13235:23: error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
13233 | pollFunc: ffi_xmtpv3_rust_future_poll_rust_buffer,
13234 | completeFunc: ffi_xmtpv3_rust_future_complete_rust_buffer,
13235 | freeFunc: ffi_xmtpv3_rust_future_free_rust_buffer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_rust_buffer' in scope
13236 | liftFunc: FfiConverterSequenceTypeFfiInboxState.lift,
13237 | errorHandler: FfiConverterTypeGenericError_lift
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:13244:17: error: cannot find 'uniffi_xmtpv3_fn_func_is_connected' in scope
13242 | try! await uniffiRustCallAsync(
13243 | rustFutureFunc: {
13244 | uniffi_xmtpv3_fn_func_is_connected(FfiConverterTypeXmtpApiClient_lower(api)
| `- error: cannot find 'uniffi_xmtpv3_fn_func_is_connected' in scope
13245 | )
13246 | },
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:13247:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_i8' in scope
13245 | )
13246 | },
13247 | pollFunc: ffi_xmtpv3_rust_future_poll_i8,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_i8' in scope
13248 | completeFunc: ffi_xmtpv3_rust_future_complete_i8,
13249 | freeFunc: ffi_xmtpv3_rust_future_free_i8,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:13248:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_i8' in scope
13246 | },
13247 | pollFunc: ffi_xmtpv3_rust_future_poll_i8,
13248 | completeFunc: ffi_xmtpv3_rust_future_complete_i8,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_i8' in scope
13249 | freeFunc: ffi_xmtpv3_rust_future_free_i8,
13250 | liftFunc: FfiConverterBool.lift,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:13249:23: error: cannot find 'ffi_xmtpv3_rust_future_free_i8' in scope
13247 | pollFunc: ffi_xmtpv3_rust_future_poll_i8,
13248 | completeFunc: ffi_xmtpv3_rust_future_complete_i8,
13249 | freeFunc: ffi_xmtpv3_rust_future_free_i8,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_i8' in scope
13250 | liftFunc: FfiConverterBool.lift,
13251 | errorHandler: nil
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:13251:27: error: 'nil' requires a contextual type
13249 | freeFunc: ffi_xmtpv3_rust_future_free_i8,
13250 | liftFunc: FfiConverterBool.lift,
13251 | errorHandler: nil
| `- error: 'nil' requires a contextual type
13252 |
13253 | )
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:13262:17: error: cannot find 'uniffi_xmtpv3_fn_func_revoke_installations' in scope
13260 | try await uniffiRustCallAsync(
13261 | rustFutureFunc: {
13262 | uniffi_xmtpv3_fn_func_revoke_installations(FfiConverterTypeXmtpApiClient_lower(api),FfiConverterTypeFfiIdentifier_lower(recoveryIdentifier),FfiConverterString.lower(inboxId),FfiConverterSequenceData.lower(installationIds)
| `- error: cannot find 'uniffi_xmtpv3_fn_func_revoke_installations' in scope
13263 | )
13264 | },
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:13265:23: error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
13263 | )
13264 | },
13265 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_poll_pointer' in scope
13266 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
13267 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:13266:27: error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
13264 | },
13265 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
13266 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_complete_pointer' in scope
13267 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
13268 | liftFunc: FfiConverterTypeFfiSignatureRequest_lift,
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:13267:23: error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
13265 | pollFunc: ffi_xmtpv3_rust_future_poll_pointer,
13266 | completeFunc: ffi_xmtpv3_rust_future_complete_pointer,
13267 | freeFunc: ffi_xmtpv3_rust_future_free_pointer,
| `- error: cannot find 'ffi_xmtpv3_rust_future_free_pointer' in scope
13268 | liftFunc: FfiConverterTypeFfiSignatureRequest_lift,
13269 | errorHandler: FfiConverterTypeGenericError_lift
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:23:28: error: cannot find type 'RustBuffer' in scope
21 | }
22 |
23 | static func empty() -> RustBuffer {
| `- error: cannot find type 'RustBuffer' in scope
24 | RustBuffer(capacity: 0, len:0, data: nil)
25 | }
/host/spi-builder-workspace/Sources/LibXMTP/xmtpv3.swift:27:60: error: cannot find type 'RustBuffer' in scope
25 | }
26 |
27 | static func from(_ ptr: UnsafeBufferPointer<UInt8>) -> RustBuffer {
| `- error: cannot find type 'RustBuffer' in scope
28 | try! rustCall { ffi_xmtpv3_rustbuffer_from_bytes(ForeignBytes(bufferPointer: ptr), $0) }
29 | }
BUILD FAILURE 6.1 android