The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build Loro, reference main (9d0be5), with Swift 6.1 for Android on 10 Jun 2025 13:39:47 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

 1000 |     }
 1001 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:1008:25: error: cannot find 'uniffi_loro_ffi_fn_free_changemodifier' in scope
 1006 |         }
 1007 |
 1008 |         try! rustCall { uniffi_loro_ffi_fn_free_changemodifier(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_changemodifier' in scope
 1009 |     }
 1010 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:1015:5: error: cannot find 'uniffi_loro_ffi_fn_method_changemodifier_set_message' in scope
 1013 |
 1014 | open func setMessage(msg: String) {try! rustCall() {
 1015 |     uniffi_loro_ffi_fn_method_changemodifier_set_message(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_changemodifier_set_message' in scope
 1016 |         FfiConverterString.lower(msg),$0
 1017 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:1022:5: error: cannot find 'uniffi_loro_ffi_fn_method_changemodifier_set_timestamp' in scope
 1020 |
 1021 | open func setTimestamp(timestamp: Int64) {try! rustCall() {
 1022 |     uniffi_loro_ffi_fn_method_changemodifier_set_timestamp(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_changemodifier_set_timestamp' in scope
 1023 |         FfiConverterInt64.lower(timestamp),$0
 1024 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:1136:32: error: cannot find 'uniffi_loro_ffi_fn_clone_configure' in scope
 1134 | #endif
 1135 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 1136 |         return try! rustCall { uniffi_loro_ffi_fn_clone_configure(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_configure' in scope
 1137 |     }
 1138 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:1145:25: error: cannot find 'uniffi_loro_ffi_fn_free_configure' in scope
 1143 |         }
 1144 |
 1145 |         try! rustCall { uniffi_loro_ffi_fn_free_configure(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_configure' in scope
 1146 |     }
 1147 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:1153:5: error: cannot find 'uniffi_loro_ffi_fn_method_configure_fork' in scope
 1151 | open func fork() -> Configure {
 1152 |     return try!  FfiConverterTypeConfigure.lift(try! rustCall() {
 1153 |     uniffi_loro_ffi_fn_method_configure_fork(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_configure_fork' in scope
 1154 |     )
 1155 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:1160:5: error: cannot find 'uniffi_loro_ffi_fn_method_configure_merge_interval' in scope
 1158 | open func mergeInterval() -> Int64 {
 1159 |     return try!  FfiConverterInt64.lift(try! rustCall() {
 1160 |     uniffi_loro_ffi_fn_method_configure_merge_interval(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_configure_merge_interval' in scope
 1161 |     )
 1162 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:1167:5: error: cannot find 'uniffi_loro_ffi_fn_method_configure_record_timestamp' in scope
 1165 | open func recordTimestamp() -> Bool {
 1166 |     return try!  FfiConverterBool.lift(try! rustCall() {
 1167 |     uniffi_loro_ffi_fn_method_configure_record_timestamp(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_configure_record_timestamp' in scope
 1168 |     )
 1169 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:1173:5: error: cannot find 'uniffi_loro_ffi_fn_method_configure_set_merge_interval' in scope
 1171 |
 1172 | open func setMergeInterval(interval: Int64) {try! rustCall() {
 1173 |     uniffi_loro_ffi_fn_method_configure_set_merge_interval(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_configure_set_merge_interval' in scope
 1174 |         FfiConverterInt64.lower(interval),$0
 1175 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:1180:5: error: cannot find 'uniffi_loro_ffi_fn_method_configure_set_record_timestamp' in scope
 1178 |
 1179 | open func setRecordTimestamp(record: Bool) {try! rustCall() {
 1180 |     uniffi_loro_ffi_fn_method_configure_set_record_timestamp(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_configure_set_record_timestamp' in scope
 1181 |         FfiConverterBool.lower(record),$0
 1182 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:1188:5: error: cannot find 'uniffi_loro_ffi_fn_method_configure_text_style_config' in scope
 1186 | open func textStyleConfig() -> StyleConfigMap {
 1187 |     return try!  FfiConverterTypeStyleConfigMap.lift(try! rustCall() {
 1188 |     uniffi_loro_ffi_fn_method_configure_text_style_config(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_configure_text_style_config' in scope
 1189 |     )
 1190 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:1291:32: error: cannot find 'uniffi_loro_ffi_fn_clone_containeridlike' in scope
 1289 | #endif
 1290 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 1291 |         return try! rustCall { uniffi_loro_ffi_fn_clone_containeridlike(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_containeridlike' in scope
 1292 |     }
 1293 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:1300:25: error: cannot find 'uniffi_loro_ffi_fn_free_containeridlike' in scope
 1298 |         }
 1299 |
 1300 |         try! rustCall { uniffi_loro_ffi_fn_free_containeridlike(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_containeridlike' in scope
 1301 |     }
 1302 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:1308:5: error: cannot find 'uniffi_loro_ffi_fn_method_containeridlike_as_container_id' in scope
 1306 | open func asContainerId(ty: ContainerType) -> ContainerId {
 1307 |     return try!  FfiConverterTypeContainerID.lift(try! rustCall() {
 1308 |     uniffi_loro_ffi_fn_method_containeridlike_as_container_id(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_containeridlike_as_container_id' in scope
 1309 |         FfiConverterTypeContainerType.lower(ty),$0
 1310 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:1358:5: error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_containeridlike' in scope
 1356 |
 1357 | private func uniffiCallbackInitContainerIdLike() {
 1358 |     uniffi_loro_ffi_fn_init_callback_vtable_containeridlike(&UniffiCallbackInterfaceContainerIdLike.vtable)
      |     `- error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_containeridlike' in scope
 1359 | }
 1360 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:1458:32: error: cannot find 'uniffi_loro_ffi_fn_clone_cursor' in scope
 1456 | #endif
 1457 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 1458 |         return try! rustCall { uniffi_loro_ffi_fn_clone_cursor(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_cursor' in scope
 1459 |     }
 1460 | public convenience init(id: Id?, container: ContainerId, side: Side, originPos: UInt32) {
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:1463:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_cursor_new' in scope
 1461 |     let pointer =
 1462 |         try! rustCall() {
 1463 |     uniffi_loro_ffi_fn_constructor_cursor_new(
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_cursor_new' in scope
 1464 |         FfiConverterOptionTypeID.lower(id),
 1465 |         FfiConverterTypeContainerID.lower(container),
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:1478:25: error: cannot find 'uniffi_loro_ffi_fn_free_cursor' in scope
 1476 |         }
 1477 |
 1478 |         try! rustCall { uniffi_loro_ffi_fn_free_cursor(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_cursor' in scope
 1479 |     }
 1480 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:1598:32: error: cannot find 'uniffi_loro_ffi_fn_clone_diffbatch' in scope
 1596 | #endif
 1597 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 1598 |         return try! rustCall { uniffi_loro_ffi_fn_clone_diffbatch(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_diffbatch' in scope
 1599 |     }
 1600 | public convenience init() {
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:1603:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_diffbatch_new' in scope
 1601 |     let pointer =
 1602 |         try! rustCall() {
 1603 |     uniffi_loro_ffi_fn_constructor_diffbatch_new($0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_diffbatch_new' in scope
 1604 |     )
 1605 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:1614:25: error: cannot find 'uniffi_loro_ffi_fn_free_diffbatch' in scope
 1612 |         }
 1613 |
 1614 |         try! rustCall { uniffi_loro_ffi_fn_free_diffbatch(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_diffbatch' in scope
 1615 |     }
 1616 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:1631:5: error: cannot find 'uniffi_loro_ffi_fn_method_diffbatch_get_diff' in scope
 1629 | open func getDiff() -> [ContainerIdAndDiff] {
 1630 |     return try!  FfiConverterSequenceTypeContainerIDAndDiff.lift(try! rustCall() {
 1631 |     uniffi_loro_ffi_fn_method_diffbatch_get_diff(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_diffbatch_get_diff' in scope
 1632 |     )
 1633 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:1643:5: error: cannot find 'uniffi_loro_ffi_fn_method_diffbatch_push' in scope
 1641 | open func push(cid: ContainerId, diff: Diff) -> Diff? {
 1642 |     return try!  FfiConverterOptionTypeDiff.lift(try! rustCall() {
 1643 |     uniffi_loro_ffi_fn_method_diffbatch_push(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_diffbatch_push' in scope
 1644 |         FfiConverterTypeContainerID.lower(cid),
 1645 |         FfiConverterTypeDiff.lower(diff),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:1768:32: error: cannot find 'uniffi_loro_ffi_fn_clone_ephemeralstore' in scope
 1766 | #endif
 1767 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 1768 |         return try! rustCall { uniffi_loro_ffi_fn_clone_ephemeralstore(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_ephemeralstore' in scope
 1769 |     }
 1770 | public convenience init(timeout: Int64) {
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:1773:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_ephemeralstore_new' in scope
 1771 |     let pointer =
 1772 |         try! rustCall() {
 1773 |     uniffi_loro_ffi_fn_constructor_ephemeralstore_new(
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_ephemeralstore_new' in scope
 1774 |         FfiConverterInt64.lower(timeout),$0
 1775 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:1785:25: error: cannot find 'uniffi_loro_ffi_fn_free_ephemeralstore' in scope
 1783 |         }
 1784 |
 1785 |         try! rustCall { uniffi_loro_ffi_fn_free_ephemeralstore(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_ephemeralstore' in scope
 1786 |     }
 1787 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:1792:5: error: cannot find 'uniffi_loro_ffi_fn_method_ephemeralstore_apply' in scope
 1790 |
 1791 | open func apply(data: Data) {try! rustCall() {
 1792 |     uniffi_loro_ffi_fn_method_ephemeralstore_apply(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_ephemeralstore_apply' in scope
 1793 |         FfiConverterData.lower(data),$0
 1794 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:1799:5: error: cannot find 'uniffi_loro_ffi_fn_method_ephemeralstore_delete' in scope
 1797 |
 1798 | open func delete(key: String) {try! rustCall() {
 1799 |     uniffi_loro_ffi_fn_method_ephemeralstore_delete(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_ephemeralstore_delete' in scope
 1800 |         FfiConverterString.lower(key),$0
 1801 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:1807:5: error: cannot find 'uniffi_loro_ffi_fn_method_ephemeralstore_encode' in scope
 1805 | open func encode(key: String) -> Data {
 1806 |     return try!  FfiConverterData.lift(try! rustCall() {
 1807 |     uniffi_loro_ffi_fn_method_ephemeralstore_encode(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_ephemeralstore_encode' in scope
 1808 |         FfiConverterString.lower(key),$0
 1809 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:1815:5: error: cannot find 'uniffi_loro_ffi_fn_method_ephemeralstore_encode_all' in scope
 1813 | open func encodeAll() -> Data {
 1814 |     return try!  FfiConverterData.lift(try! rustCall() {
 1815 |     uniffi_loro_ffi_fn_method_ephemeralstore_encode_all(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_ephemeralstore_encode_all' in scope
 1816 |     )
 1817 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:1822:5: error: cannot find 'uniffi_loro_ffi_fn_method_ephemeralstore_get' in scope
 1820 | open func get(key: String) -> LoroValue? {
 1821 |     return try!  FfiConverterOptionTypeLoroValue.lift(try! rustCall() {
 1822 |     uniffi_loro_ffi_fn_method_ephemeralstore_get(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_ephemeralstore_get' in scope
 1823 |         FfiConverterString.lower(key),$0
 1824 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:1830:5: error: cannot find 'uniffi_loro_ffi_fn_method_ephemeralstore_get_all_states' in scope
 1828 | open func getAllStates() -> [String: LoroValue] {
 1829 |     return try!  FfiConverterDictionaryStringTypeLoroValue.lift(try! rustCall() {
 1830 |     uniffi_loro_ffi_fn_method_ephemeralstore_get_all_states(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_ephemeralstore_get_all_states' in scope
 1831 |     )
 1832 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:1837:5: error: cannot find 'uniffi_loro_ffi_fn_method_ephemeralstore_keys' in scope
 1835 | open func keys() -> [String] {
 1836 |     return try!  FfiConverterSequenceString.lift(try! rustCall() {
 1837 |     uniffi_loro_ffi_fn_method_ephemeralstore_keys(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_ephemeralstore_keys' in scope
 1838 |     )
 1839 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:1843:5: error: cannot find 'uniffi_loro_ffi_fn_method_ephemeralstore_remove_outdated' in scope
 1841 |
 1842 | open func removeOutdated() {try! rustCall() {
 1843 |     uniffi_loro_ffi_fn_method_ephemeralstore_remove_outdated(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_ephemeralstore_remove_outdated' in scope
 1844 |     )
 1845 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:1849:5: error: cannot find 'uniffi_loro_ffi_fn_method_ephemeralstore_set' in scope
 1847 |
 1848 | open func set(key: String, value: LoroValueLike) {try! rustCall() {
 1849 |     uniffi_loro_ffi_fn_method_ephemeralstore_set(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_ephemeralstore_set' in scope
 1850 |         FfiConverterString.lower(key),
 1851 |         FfiConverterTypeLoroValueLike.lower(value),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:1858:5: error: cannot find 'uniffi_loro_ffi_fn_method_ephemeralstore_subscribe' in scope
 1856 | open func subscribe(listener: EphemeralSubscriber) -> Subscription {
 1857 |     return try!  FfiConverterTypeSubscription.lift(try! rustCall() {
 1858 |     uniffi_loro_ffi_fn_method_ephemeralstore_subscribe(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_ephemeralstore_subscribe' in scope
 1859 |         FfiConverterTypeEphemeralSubscriber.lower(listener),$0
 1860 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:1866:5: error: cannot find 'uniffi_loro_ffi_fn_method_ephemeralstore_subscribe_local_update' in scope
 1864 | open func subscribeLocalUpdate(listener: LocalEphemeralListener) -> Subscription {
 1865 |     return try!  FfiConverterTypeSubscription.lift(try! rustCall() {
 1866 |     uniffi_loro_ffi_fn_method_ephemeralstore_subscribe_local_update(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_ephemeralstore_subscribe_local_update' in scope
 1867 |         FfiConverterTypeLocalEphemeralListener.lower(listener),$0
 1868 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:1970:32: error: cannot find 'uniffi_loro_ffi_fn_clone_ephemeralsubscriber' in scope
 1968 | #endif
 1969 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 1970 |         return try! rustCall { uniffi_loro_ffi_fn_clone_ephemeralsubscriber(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_ephemeralsubscriber' in scope
 1971 |     }
 1972 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:1979:25: error: cannot find 'uniffi_loro_ffi_fn_free_ephemeralsubscriber' in scope
 1977 |         }
 1978 |
 1979 |         try! rustCall { uniffi_loro_ffi_fn_free_ephemeralsubscriber(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_ephemeralsubscriber' in scope
 1980 |     }
 1981 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:1986:5: error: cannot find 'uniffi_loro_ffi_fn_method_ephemeralsubscriber_on_ephemeral_event' in scope
 1984 |
 1985 | open func onEphemeralEvent(event: EphemeralStoreEvent) {try! rustCall() {
 1986 |     uniffi_loro_ffi_fn_method_ephemeralsubscriber_on_ephemeral_event(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_ephemeralsubscriber_on_ephemeral_event' in scope
 1987 |         FfiConverterTypeEphemeralStoreEvent.lower(event),$0
 1988 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2036:5: error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_ephemeralsubscriber' in scope
 2034 |
 2035 | private func uniffiCallbackInitEphemeralSubscriber() {
 2036 |     uniffi_loro_ffi_fn_init_callback_vtable_ephemeralsubscriber(&UniffiCallbackInterfaceEphemeralSubscriber.vtable)
      |     `- error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_ephemeralsubscriber' in scope
 2037 | }
 2038 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2138:32: error: cannot find 'uniffi_loro_ffi_fn_clone_firstcommitfrompeercallback' in scope
 2136 | #endif
 2137 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 2138 |         return try! rustCall { uniffi_loro_ffi_fn_clone_firstcommitfrompeercallback(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_firstcommitfrompeercallback' in scope
 2139 |     }
 2140 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2147:25: error: cannot find 'uniffi_loro_ffi_fn_free_firstcommitfrompeercallback' in scope
 2145 |         }
 2146 |
 2147 |         try! rustCall { uniffi_loro_ffi_fn_free_firstcommitfrompeercallback(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_firstcommitfrompeercallback' in scope
 2148 |     }
 2149 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2154:5: error: cannot find 'uniffi_loro_ffi_fn_method_firstcommitfrompeercallback_on_first_commit_from_peer' in scope
 2152 |
 2153 | open func onFirstCommitFromPeer(payload: FirstCommitFromPeerPayload) {try! rustCall() {
 2154 |     uniffi_loro_ffi_fn_method_firstcommitfrompeercallback_on_first_commit_from_peer(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_firstcommitfrompeercallback_on_first_commit_from_peer' in scope
 2155 |         FfiConverterTypeFirstCommitFromPeerPayload.lower(payload),$0
 2156 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2204:5: error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_firstcommitfrompeercallback' in scope
 2202 |
 2203 | private func uniffiCallbackInitFirstCommitFromPeerCallback() {
 2204 |     uniffi_loro_ffi_fn_init_callback_vtable_firstcommitfrompeercallback(&UniffiCallbackInterfaceFirstCommitFromPeerCallback.vtable)
      |     `- error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_firstcommitfrompeercallback' in scope
 2205 | }
 2206 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2306:32: error: cannot find 'uniffi_loro_ffi_fn_clone_fractionalindex' in scope
 2304 | #endif
 2305 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 2306 |         return try! rustCall { uniffi_loro_ffi_fn_clone_fractionalindex(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_fractionalindex' in scope
 2307 |     }
 2308 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2315:25: error: cannot find 'uniffi_loro_ffi_fn_free_fractionalindex' in scope
 2313 |         }
 2314 |
 2315 |         try! rustCall { uniffi_loro_ffi_fn_free_fractionalindex(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_fractionalindex' in scope
 2316 |     }
 2317 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2321:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_fractionalindex_from_bytes' in scope
 2319 | public static func fromBytes(bytes: Data) -> FractionalIndex {
 2320 |     return try!  FfiConverterTypeFractionalIndex.lift(try! rustCall() {
 2321 |     uniffi_loro_ffi_fn_constructor_fractionalindex_from_bytes(
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_fractionalindex_from_bytes' in scope
 2322 |         FfiConverterData.lower(bytes),$0
 2323 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2329:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_fractionalindex_from_hex_string' in scope
 2327 | public static func fromHexString(str: String) -> FractionalIndex {
 2328 |     return try!  FfiConverterTypeFractionalIndex.lift(try! rustCall() {
 2329 |     uniffi_loro_ffi_fn_constructor_fractionalindex_from_hex_string(
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_fractionalindex_from_hex_string' in scope
 2330 |         FfiConverterString.lower(str),$0
 2331 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2339:5: error: cannot find 'uniffi_loro_ffi_fn_method_fractionalindex_to_string' in scope
 2337 | open func toString() -> String {
 2338 |     return try!  FfiConverterString.lift(try! rustCall() {
 2339 |     uniffi_loro_ffi_fn_method_fractionalindex_to_string(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_fractionalindex_to_string' in scope
 2340 |     )
 2341 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2444:32: error: cannot find 'uniffi_loro_ffi_fn_clone_frontiers' in scope
 2442 | #endif
 2443 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 2444 |         return try! rustCall { uniffi_loro_ffi_fn_clone_frontiers(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_frontiers' in scope
 2445 |     }
 2446 | public convenience init() {
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2449:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_frontiers_new' in scope
 2447 |     let pointer =
 2448 |         try! rustCall() {
 2449 |     uniffi_loro_ffi_fn_constructor_frontiers_new($0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_frontiers_new' in scope
 2450 |     )
 2451 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2460:25: error: cannot find 'uniffi_loro_ffi_fn_free_frontiers' in scope
 2458 |         }
 2459 |
 2460 |         try! rustCall { uniffi_loro_ffi_fn_free_frontiers(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_frontiers' in scope
 2461 |     }
 2462 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2466:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_frontiers_decode' in scope
 2464 | public static func decode(bytes: Data)throws  -> Frontiers {
 2465 |     return try  FfiConverterTypeFrontiers.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 2466 |     uniffi_loro_ffi_fn_constructor_frontiers_decode(
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_frontiers_decode' in scope
 2467 |         FfiConverterData.lower(bytes),$0
 2468 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2474:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_frontiers_from_id' in scope
 2472 | public static func fromId(id: Id) -> Frontiers {
 2473 |     return try!  FfiConverterTypeFrontiers.lift(try! rustCall() {
 2474 |     uniffi_loro_ffi_fn_constructor_frontiers_from_id(
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_frontiers_from_id' in scope
 2475 |         FfiConverterTypeID.lower(id),$0
 2476 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2482:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_frontiers_from_ids' in scope
 2480 | public static func fromIds(ids: [Id]) -> Frontiers {
 2481 |     return try!  FfiConverterTypeFrontiers.lift(try! rustCall() {
 2482 |     uniffi_loro_ffi_fn_constructor_frontiers_from_ids(
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_frontiers_from_ids' in scope
 2483 |         FfiConverterSequenceTypeID.lower(ids),$0
 2484 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2492:5: error: cannot find 'uniffi_loro_ffi_fn_method_frontiers_encode' in scope
 2490 | open func encode() -> Data {
 2491 |     return try!  FfiConverterData.lift(try! rustCall() {
 2492 |     uniffi_loro_ffi_fn_method_frontiers_encode(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_frontiers_encode' in scope
 2493 |     )
 2494 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2499:5: error: cannot find 'uniffi_loro_ffi_fn_method_frontiers_eq' in scope
 2497 | open func eq(other: Frontiers) -> Bool {
 2498 |     return try!  FfiConverterBool.lift(try! rustCall() {
 2499 |     uniffi_loro_ffi_fn_method_frontiers_eq(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_frontiers_eq' in scope
 2500 |         FfiConverterTypeFrontiers.lower(other),$0
 2501 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2603:32: error: cannot find 'uniffi_loro_ffi_fn_clone_localephemerallistener' in scope
 2601 | #endif
 2602 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 2603 |         return try! rustCall { uniffi_loro_ffi_fn_clone_localephemerallistener(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_localephemerallistener' in scope
 2604 |     }
 2605 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2612:25: error: cannot find 'uniffi_loro_ffi_fn_free_localephemerallistener' in scope
 2610 |         }
 2611 |
 2612 |         try! rustCall { uniffi_loro_ffi_fn_free_localephemerallistener(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_localephemerallistener' in scope
 2613 |     }
 2614 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2619:5: error: cannot find 'uniffi_loro_ffi_fn_method_localephemerallistener_on_ephemeral_update' in scope
 2617 |
 2618 | open func onEphemeralUpdate(update: Data) {try! rustCall() {
 2619 |     uniffi_loro_ffi_fn_method_localephemerallistener_on_ephemeral_update(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_localephemerallistener_on_ephemeral_update' in scope
 2620 |         FfiConverterData.lower(update),$0
 2621 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2669:5: error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_localephemerallistener' in scope
 2667 |
 2668 | private func uniffiCallbackInitLocalEphemeralListener() {
 2669 |     uniffi_loro_ffi_fn_init_callback_vtable_localephemerallistener(&UniffiCallbackInterfaceLocalEphemeralListener.vtable)
      |     `- error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_localephemerallistener' in scope
 2670 | }
 2671 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2771:32: error: cannot find 'uniffi_loro_ffi_fn_clone_localupdatecallback' in scope
 2769 | #endif
 2770 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 2771 |         return try! rustCall { uniffi_loro_ffi_fn_clone_localupdatecallback(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_localupdatecallback' in scope
 2772 |     }
 2773 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2780:25: error: cannot find 'uniffi_loro_ffi_fn_free_localupdatecallback' in scope
 2778 |         }
 2779 |
 2780 |         try! rustCall { uniffi_loro_ffi_fn_free_localupdatecallback(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_localupdatecallback' in scope
 2781 |     }
 2782 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2787:5: error: cannot find 'uniffi_loro_ffi_fn_method_localupdatecallback_on_local_update' in scope
 2785 |
 2786 | open func onLocalUpdate(update: Data) {try! rustCall() {
 2787 |     uniffi_loro_ffi_fn_method_localupdatecallback_on_local_update(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_localupdatecallback_on_local_update' in scope
 2788 |         FfiConverterData.lower(update),$0
 2789 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2837:5: error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_localupdatecallback' in scope
 2835 |
 2836 | private func uniffiCallbackInitLocalUpdateCallback() {
 2837 |     uniffi_loro_ffi_fn_init_callback_vtable_localupdatecallback(&UniffiCallbackInterfaceLocalUpdateCallback.vtable)
      |     `- error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_localupdatecallback' in scope
 2838 | }
 2839 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2980:32: error: cannot find 'uniffi_loro_ffi_fn_clone_lorocounter' in scope
 2978 | #endif
 2979 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 2980 |         return try! rustCall { uniffi_loro_ffi_fn_clone_lorocounter(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_lorocounter' in scope
 2981 |     }
 2982 |     /**
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2988:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_lorocounter_new' in scope
 2986 |     let pointer =
 2987 |         try! rustCall() {
 2988 |     uniffi_loro_ffi_fn_constructor_lorocounter_new($0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_lorocounter_new' in scope
 2989 |     )
 2990 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2999:25: error: cannot find 'uniffi_loro_ffi_fn_free_lorocounter' in scope
 2997 |         }
 2998 |
 2999 |         try! rustCall { uniffi_loro_ffi_fn_free_lorocounter(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_lorocounter' in scope
 3000 |     }
 3001 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3009:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_decrement' in scope
 3007 |      */
 3008 | open func decrement(value: Double)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 3009 |     uniffi_loro_ffi_fn_method_lorocounter_decrement(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_decrement' in scope
 3010 |         FfiConverterDouble.lower(value),$0
 3011 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3020:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_doc' in scope
 3018 | open func doc() -> LoroDoc? {
 3019 |     return try!  FfiConverterOptionTypeLoroDoc.lift(try! rustCall() {
 3020 |     uniffi_loro_ffi_fn_method_lorocounter_doc(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_doc' in scope
 3021 |     )
 3022 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3030:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_get_attached' in scope
 3028 | open func getAttached() -> LoroCounter? {
 3029 |     return try!  FfiConverterOptionTypeLoroCounter.lift(try! rustCall() {
 3030 |     uniffi_loro_ffi_fn_method_lorocounter_get_attached(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_get_attached' in scope
 3031 |     )
 3032 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3040:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_get_value' in scope
 3038 | open func getValue() -> Double {
 3039 |     return try!  FfiConverterDouble.lift(try! rustCall() {
 3040 |     uniffi_loro_ffi_fn_method_lorocounter_get_value(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_get_value' in scope
 3041 |     )
 3042 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3050:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_id' in scope
 3048 | open func id() -> ContainerId {
 3049 |     return try!  FfiConverterTypeContainerID.lift(try! rustCall() {
 3050 |     uniffi_loro_ffi_fn_method_lorocounter_id(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_id' in scope
 3051 |     )
 3052 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3059:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_increment' in scope
 3057 |      */
 3058 | open func increment(value: Double)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 3059 |     uniffi_loro_ffi_fn_method_lorocounter_increment(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_increment' in scope
 3060 |         FfiConverterDouble.lower(value),$0
 3061 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3073:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_is_attached' in scope
 3071 | open func isAttached() -> Bool {
 3072 |     return try!  FfiConverterBool.lift(try! rustCall() {
 3073 |     uniffi_loro_ffi_fn_method_lorocounter_is_attached(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_is_attached' in scope
 3074 |     )
 3075 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3083:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_is_deleted' in scope
 3081 | open func isDeleted() -> Bool {
 3082 |     return try!  FfiConverterBool.lift(try! rustCall() {
 3083 |     uniffi_loro_ffi_fn_method_lorocounter_is_deleted(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_is_deleted' in scope
 3084 |     )
 3085 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3849:32: error: cannot find 'uniffi_loro_ffi_fn_clone_lorodoc' in scope
 3847 | #endif
 3848 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 3849 |         return try! rustCall { uniffi_loro_ffi_fn_clone_lorodoc(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_lorodoc' in scope
 3850 |     }
 3851 |     /**
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3857:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_lorodoc_new' in scope
 3855 |     let pointer =
 3856 |         try! rustCall() {
 3857 |     uniffi_loro_ffi_fn_constructor_lorodoc_new($0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_lorodoc_new' in scope
 3858 |     )
 3859 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3868:25: error: cannot find 'uniffi_loro_ffi_fn_free_lorodoc' in scope
 3866 |         }
 3867 |
 3868 |         try! rustCall { uniffi_loro_ffi_fn_free_lorodoc(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_lorodoc' in scope
 3869 |     }
 3870 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3880:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_apply_diff' in scope
 3878 |      */
 3879 | open func applyDiff(diff: DiffBatch)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 3880 |     uniffi_loro_ffi_fn_method_lorodoc_apply_diff(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_apply_diff' in scope
 3881 |         FfiConverterTypeDiffBatch.lower(diff),$0
 3882 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3895:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_attach' in scope
 3893 |      */
 3894 | open func attach() {try! rustCall() {
 3895 |     uniffi_loro_ffi_fn_method_lorodoc_attach(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_attach' in scope
 3896 |     )
 3897 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3905:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_check_state_correctness_slow' in scope
 3903 |      */
 3904 | open func checkStateCorrectnessSlow() {try! rustCall() {
 3905 |     uniffi_loro_ffi_fn_method_lorodoc_check_state_correctness_slow(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_check_state_correctness_slow' in scope
 3906 |     )
 3907 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3921:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_checkout' in scope
 3919 |      */
 3920 | open func checkout(frontiers: Frontiers)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 3921 |     uniffi_loro_ffi_fn_method_lorodoc_checkout(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_checkout' in scope
 3922 |         FfiConverterTypeFrontiers.lower(frontiers),$0
 3923 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3938:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_checkout_to_latest' in scope
 3936 |      */
 3937 | open func checkoutToLatest() {try! rustCall() {
 3938 |     uniffi_loro_ffi_fn_method_lorodoc_checkout_to_latest(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_checkout_to_latest' in scope
 3939 |     )
 3940 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3947:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_clear_next_commit_options' in scope
 3945 |      */
 3946 | open func clearNextCommitOptions() {try! rustCall() {
 3947 |     uniffi_loro_ffi_fn_method_lorodoc_clear_next_commit_options(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_clear_next_commit_options' in scope
 3948 |     )
 3949 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3959:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_cmp_with_frontiers' in scope
 3957 | open func cmpWithFrontiers(other: Frontiers) -> Ordering {
 3958 |     return try!  FfiConverterTypeOrdering.lift(try! rustCall() {
 3959 |     uniffi_loro_ffi_fn_method_lorodoc_cmp_with_frontiers(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_cmp_with_frontiers' in scope
 3960 |         FfiConverterTypeFrontiers.lower(other),$0
 3961 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3977:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_commit' in scope
 3975 |      */
 3976 | open func commit() {try! rustCall() {
 3977 |     uniffi_loro_ffi_fn_method_lorodoc_commit(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_commit' in scope
 3978 |     )
 3979 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3983:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_commit_with' in scope
 3981 |
 3982 | open func commitWith(options: CommitOptions) {try! rustCall() {
 3983 |     uniffi_loro_ffi_fn_method_lorodoc_commit_with(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_commit_with' in scope
 3984 |         FfiConverterTypeCommitOptions.lower(options),$0
 3985 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3995:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_compact_change_store' in scope
 3993 |      */
 3994 | open func compactChangeStore() {try! rustCall() {
 3995 |     uniffi_loro_ffi_fn_method_lorodoc_compact_change_store(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_compact_change_store' in scope
 3996 |     )
 3997 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4005:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_config' in scope
 4003 | open func config() -> Configure {
 4004 |     return try!  FfiConverterTypeConfigure.lift(try! rustCall() {
 4005 |     uniffi_loro_ffi_fn_method_lorodoc_config(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_config' in scope
 4006 |     )
 4007 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4021:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_config_default_text_style' in scope
 4019 |      */
 4020 | open func configDefaultTextStyle(textStyle: StyleConfig?) {try! rustCall() {
 4021 |     uniffi_loro_ffi_fn_method_lorodoc_config_default_text_style(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_config_default_text_style' in scope
 4022 |         FfiConverterOptionTypeStyleConfig.lower(textStyle),$0
 4023 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4037:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_config_text_style' in scope
 4035 |      */
 4036 | open func configTextStyle(textStyle: StyleConfigMap) {try! rustCall() {
 4037 |     uniffi_loro_ffi_fn_method_lorodoc_config_text_style(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_config_text_style' in scope
 4038 |         FfiConverterTypeStyleConfigMap.lower(textStyle),$0
 4039 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4053:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_delete_root_container' in scope
 4051 |      */
 4052 | open func deleteRootContainer(cid: ContainerId) {try! rustCall() {
 4053 |     uniffi_loro_ffi_fn_method_lorodoc_delete_root_container(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_delete_root_container' in scope
 4054 |         FfiConverterTypeContainerID.lower(cid),$0
 4055 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4067:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_detach' in scope
 4065 |      */
 4066 | open func detach() {try! rustCall() {
 4067 |     uniffi_loro_ffi_fn_method_lorodoc_detach(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_detach' in scope
 4068 |     )
 4069 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4077:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_diff' in scope
 4075 | open func diff(a: Frontiers, b: Frontiers)throws  -> DiffBatch {
 4076 |     return try  FfiConverterTypeDiffBatch.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 4077 |     uniffi_loro_ffi_fn_method_lorodoc_diff(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_diff' in scope
 4078 |         FfiConverterTypeFrontiers.lower(a),
 4079 |         FfiConverterTypeFrontiers.lower(b),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4096:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_export_json_in_id_span' in scope
 4094 | open func exportJsonInIdSpan(idSpan: IdSpan) -> [String] {
 4095 |     return try!  FfiConverterSequenceString.lift(try! rustCall() {
 4096 |     uniffi_loro_ffi_fn_method_lorodoc_export_json_in_id_span(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_export_json_in_id_span' in scope
 4097 |         FfiConverterTypeIdSpan.lower(idSpan),$0
 4098 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4107:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_export_json_updates' in scope
 4105 | open func exportJsonUpdates(startVv: VersionVector, endVv: VersionVector) -> String {
 4106 |     return try!  FfiConverterString.lift(try! rustCall() {
 4107 |     uniffi_loro_ffi_fn_method_lorodoc_export_json_updates(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_export_json_updates' in scope
 4108 |         FfiConverterTypeVersionVector.lower(startVv),
 4109 |         FfiConverterTypeVersionVector.lower(endVv),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4122:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_export_json_updates_without_peer_compression' in scope
 4120 | open func exportJsonUpdatesWithoutPeerCompression(startVv: VersionVector, endVv: VersionVector) -> String {
 4121 |     return try!  FfiConverterString.lift(try! rustCall() {
 4122 |     uniffi_loro_ffi_fn_method_lorodoc_export_json_updates_without_peer_compression(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_export_json_updates_without_peer_compression' in scope
 4123 |         FfiConverterTypeVersionVector.lower(startVv),
 4124 |         FfiConverterTypeVersionVector.lower(endVv),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4131:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_export_shallow_snapshot' in scope
 4129 | open func exportShallowSnapshot(frontiers: Frontiers)throws  -> Data {
 4130 |     return try  FfiConverterData.lift(try rustCallWithError(FfiConverterTypeLoroEncodeError.lift) {
 4131 |     uniffi_loro_ffi_fn_method_lorodoc_export_shallow_snapshot(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_export_shallow_snapshot' in scope
 4132 |         FfiConverterTypeFrontiers.lower(frontiers),$0
 4133 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4142:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_export_snapshot' in scope
 4140 | open func exportSnapshot()throws  -> Data {
 4141 |     return try  FfiConverterData.lift(try rustCallWithError(FfiConverterTypeLoroEncodeError.lift) {
 4142 |     uniffi_loro_ffi_fn_method_lorodoc_export_snapshot(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_export_snapshot' in scope
 4143 |     )
 4144 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4149:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_export_snapshot_at' in scope
 4147 | open func exportSnapshotAt(frontiers: Frontiers)throws  -> Data {
 4148 |     return try  FfiConverterData.lift(try rustCallWithError(FfiConverterTypeLoroEncodeError.lift) {
 4149 |     uniffi_loro_ffi_fn_method_lorodoc_export_snapshot_at(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_export_snapshot_at' in scope
 4150 |         FfiConverterTypeFrontiers.lower(frontiers),$0
 4151 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4157:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_export_state_only' in scope
 4155 | open func exportStateOnly(frontiers: Frontiers?)throws  -> Data {
 4156 |     return try  FfiConverterData.lift(try rustCallWithError(FfiConverterTypeLoroEncodeError.lift) {
 4157 |     uniffi_loro_ffi_fn_method_lorodoc_export_state_only(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_export_state_only' in scope
 4158 |         FfiConverterOptionTypeFrontiers.lower(frontiers),$0
 4159 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4168:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_export_updates' in scope
 4166 | open func exportUpdates(vv: VersionVector)throws  -> Data {
 4167 |     return try  FfiConverterData.lift(try rustCallWithError(FfiConverterTypeLoroEncodeError.lift) {
 4168 |     uniffi_loro_ffi_fn_method_lorodoc_export_updates(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_export_updates' in scope
 4169 |         FfiConverterTypeVersionVector.lower(vv),$0
 4170 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4176:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_export_updates_in_range' in scope
 4174 | open func exportUpdatesInRange(spans: [IdSpan])throws  -> Data {
 4175 |     return try  FfiConverterData.lift(try rustCallWithError(FfiConverterTypeLoroEncodeError.lift) {
 4176 |     uniffi_loro_ffi_fn_method_lorodoc_export_updates_in_range(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_export_updates_in_range' in scope
 4177 |         FfiConverterSequenceTypeIdSpan.lower(spans),$0
 4178 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4187:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_find_id_spans_between' in scope
 4185 | open func findIdSpansBetween(from: Frontiers, to: Frontiers) -> VersionVectorDiff {
 4186 |     return try!  FfiConverterTypeVersionVectorDiff.lift(try! rustCall() {
 4187 |     uniffi_loro_ffi_fn_method_lorodoc_find_id_spans_between(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_find_id_spans_between' in scope
 4188 |         FfiConverterTypeFrontiers.lower(from),
 4189 |         FfiConverterTypeFrontiers.lower(to),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4204:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_fork' in scope
 4202 | open func fork() -> LoroDoc {
 4203 |     return try!  FfiConverterTypeLoroDoc.lift(try! rustCall() {
 4204 |     uniffi_loro_ffi_fn_method_lorodoc_fork(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_fork' in scope
 4205 |     )
 4206 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4216:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_fork_at' in scope
 4214 | open func forkAt(frontiers: Frontiers) -> LoroDoc {
 4215 |     return try!  FfiConverterTypeLoroDoc.lift(try! rustCall() {
 4216 |     uniffi_loro_ffi_fn_method_lorodoc_fork_at(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_fork_at' in scope
 4217 |         FfiConverterTypeFrontiers.lower(frontiers),$0
 4218 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4226:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_free_diff_calculator' in scope
 4224 |      */
 4225 | open func freeDiffCalculator() {try! rustCall() {
 4226 |     uniffi_loro_ffi_fn_method_lorodoc_free_diff_calculator(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_free_diff_calculator' in scope
 4227 |     )
 4228 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4238:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_free_history_cache' in scope
 4236 |      */
 4237 | open func freeHistoryCache() {try! rustCall() {
 4238 |     uniffi_loro_ffi_fn_method_lorodoc_free_history_cache(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_free_history_cache' in scope
 4239 |     )
 4240 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4248:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_frontiers_to_vv' in scope
 4246 | open func frontiersToVv(frontiers: Frontiers) -> VersionVector? {
 4247 |     return try!  FfiConverterOptionTypeVersionVector.lift(try! rustCall() {
 4248 |     uniffi_loro_ffi_fn_method_lorodoc_frontiers_to_vv(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_frontiers_to_vv' in scope
 4249 |         FfiConverterTypeFrontiers.lower(frontiers),$0
 4250 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4259:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_by_path' in scope
 4257 | open func getByPath(path: [Index]) -> ValueOrContainer? {
 4258 |     return try!  FfiConverterOptionTypeValueOrContainer.lift(try! rustCall() {
 4259 |     uniffi_loro_ffi_fn_method_lorodoc_get_by_path(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_by_path' in scope
 4260 |         FfiConverterSequenceTypeIndex.lower(path),$0
 4261 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4320:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_by_str_path' in scope
 4318 | open func getByStrPath(path: String) -> ValueOrContainer? {
 4319 |     return try!  FfiConverterOptionTypeValueOrContainer.lift(try! rustCall() {
 4320 |     uniffi_loro_ffi_fn_method_lorodoc_get_by_str_path(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_by_str_path' in scope
 4321 |         FfiConverterString.lower(path),$0
 4322 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4343:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_change' in scope
 4341 | open func getChange(id: Id) -> ChangeMeta? {
 4342 |     return try!  FfiConverterOptionTypeChangeMeta.lift(try! rustCall() {
 4343 |     uniffi_loro_ffi_fn_method_lorodoc_get_change(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_change' in scope
 4344 |         FfiConverterTypeID.lower(id),$0
 4345 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4364:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_changed_containers_in' in scope
 4362 | open func getChangedContainersIn(id: Id, len: UInt32) -> [ContainerId] {
 4363 |     return try!  FfiConverterSequenceTypeContainerID.lift(try! rustCall() {
 4364 |     uniffi_loro_ffi_fn_method_lorodoc_get_changed_containers_in(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_changed_containers_in' in scope
 4365 |         FfiConverterTypeID.lower(id),
 4366 |         FfiConverterUInt32.lower(len),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4378:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_counter' in scope
 4376 | open func getCounter(id: ContainerIdLike) -> LoroCounter {
 4377 |     return try!  FfiConverterTypeLoroCounter.lift(try! rustCall() {
 4378 |     uniffi_loro_ffi_fn_method_lorodoc_get_counter(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_counter' in scope
 4379 |         FfiConverterTypeContainerIdLike.lower(id),$0
 4380 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4386:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_cursor_pos' in scope
 4384 | open func getCursorPos(cursor: Cursor)throws  -> PosQueryResult {
 4385 |     return try  FfiConverterTypePosQueryResult.lift(try rustCallWithError(FfiConverterTypeCannotFindRelativePosition.lift) {
 4386 |     uniffi_loro_ffi_fn_method_lorodoc_get_cursor_pos(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_cursor_pos' in scope
 4387 |         FfiConverterTypeCursor.lower(cursor),$0
 4388 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4397:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_deep_value' in scope
 4395 | open func getDeepValue() -> LoroValue {
 4396 |     return try!  FfiConverterTypeLoroValue.lift(try! rustCall() {
 4397 |     uniffi_loro_ffi_fn_method_lorodoc_get_deep_value(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_deep_value' in scope
 4398 |     )
 4399 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4407:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_deep_value_with_id' in scope
 4405 | open func getDeepValueWithId() -> LoroValue {
 4406 |     return try!  FfiConverterTypeLoroValue.lift(try! rustCall() {
 4407 |     uniffi_loro_ffi_fn_method_lorodoc_get_deep_value_with_id(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_deep_value_with_id' in scope
 4408 |     )
 4409 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4419:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_list' in scope
 4417 | open func getList(id: ContainerIdLike) -> LoroList {
 4418 |     return try!  FfiConverterTypeLoroList.lift(try! rustCall() {
 4419 |     uniffi_loro_ffi_fn_method_lorodoc_get_list(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_list' in scope
 4420 |         FfiConverterTypeContainerIdLike.lower(id),$0
 4421 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4432:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_map' in scope
 4430 | open func getMap(id: ContainerIdLike) -> LoroMap {
 4431 |     return try!  FfiConverterTypeLoroMap.lift(try! rustCall() {
 4432 |     uniffi_loro_ffi_fn_method_lorodoc_get_map(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_map' in scope
 4433 |         FfiConverterTypeContainerIdLike.lower(id),$0
 4434 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4445:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_movable_list' in scope
 4443 | open func getMovableList(id: ContainerIdLike) -> LoroMovableList {
 4444 |     return try!  FfiConverterTypeLoroMovableList.lift(try! rustCall() {
 4445 |     uniffi_loro_ffi_fn_method_lorodoc_get_movable_list(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_movable_list' in scope
 4446 |         FfiConverterTypeContainerIdLike.lower(id),$0
 4447 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4456:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_path_to_container' in scope
 4454 | open func getPathToContainer(id: ContainerId) -> [ContainerPath]? {
 4455 |     return try!  FfiConverterOptionSequenceTypeContainerPath.lift(try! rustCall() {
 4456 |     uniffi_loro_ffi_fn_method_lorodoc_get_path_to_container(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_path_to_container' in scope
 4457 |         FfiConverterTypeContainerID.lower(id),$0
 4458 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4470:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_pending_txn_len' in scope
 4468 | open func getPendingTxnLen() -> UInt32 {
 4469 |     return try!  FfiConverterUInt32.lift(try! rustCall() {
 4470 |     uniffi_loro_ffi_fn_method_lorodoc_get_pending_txn_len(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_pending_txn_len' in scope
 4471 |     )
 4472 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4482:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_text' in scope
 4480 | open func getText(id: ContainerIdLike) -> LoroText {
 4481 |     return try!  FfiConverterTypeLoroText.lift(try! rustCall() {
 4482 |     uniffi_loro_ffi_fn_method_lorodoc_get_text(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_text' in scope
 4483 |         FfiConverterTypeContainerIdLike.lower(id),$0
 4484 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4495:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_tree' in scope
 4493 | open func getTree(id: ContainerIdLike) -> LoroTree {
 4494 |     return try!  FfiConverterTypeLoroTree.lift(try! rustCall() {
 4495 |     uniffi_loro_ffi_fn_method_lorodoc_get_tree(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_tree' in scope
 4496 |         FfiConverterTypeContainerIdLike.lower(id),$0
 4497 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4506:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_value' in scope
 4504 | open func getValue() -> LoroValue {
 4505 |     return try!  FfiConverterTypeLoroValue.lift(try! rustCall() {
 4506 |     uniffi_loro_ffi_fn_method_lorodoc_get_value(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_value' in scope
 4507 |     )
 4508 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4519:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_has_container' in scope
 4517 | open func hasContainer(id: ContainerId) -> Bool {
 4518 |     return try!  FfiConverterBool.lift(try! rustCall() {
 4519 |     uniffi_loro_ffi_fn_method_lorodoc_has_container(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_has_container' in scope
 4520 |         FfiConverterTypeContainerID.lower(id),$0
 4521 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4527:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_has_history_cache' in scope
 4525 | open func hasHistoryCache() -> Bool {
 4526 |     return try!  FfiConverterBool.lift(try! rustCall() {
 4527 |     uniffi_loro_ffi_fn_method_lorodoc_has_history_cache(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_has_history_cache' in scope
 4528 |     )
 4529 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4537:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_import' in scope
 4535 | open func `import`(bytes: Data)throws  -> ImportStatus {
 4536 |     return try  FfiConverterTypeImportStatus.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 4537 |     uniffi_loro_ffi_fn_method_lorodoc_import(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_import' in scope
 4538 |         FfiConverterData.lower(bytes),$0
 4539 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4550:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_import_batch' in scope
 4548 | open func importBatch(bytes: [Data])throws  -> ImportStatus {
 4549 |     return try  FfiConverterTypeImportStatus.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 4550 |     uniffi_loro_ffi_fn_method_lorodoc_import_batch(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_import_batch' in scope
 4551 |         FfiConverterSequenceData.lower(bytes),$0
 4552 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4558:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_import_json_updates' in scope
 4556 | open func importJsonUpdates(json: String)throws  -> ImportStatus {
 4557 |     return try  FfiConverterTypeImportStatus.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 4558 |     uniffi_loro_ffi_fn_method_lorodoc_import_json_updates(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_import_json_updates' in scope
 4559 |         FfiConverterString.lower(json),$0
 4560 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4572:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_import_with' in scope
 4570 | open func importWith(bytes: Data, origin: String)throws  -> ImportStatus {
 4571 |     return try  FfiConverterTypeImportStatus.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 4572 |     uniffi_loro_ffi_fn_method_lorodoc_import_with(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_import_with' in scope
 4573 |         FfiConverterData.lower(bytes),
 4574 |         FfiConverterString.lower(origin),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4585:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_is_detached' in scope
 4583 | open func isDetached() -> Bool {
 4584 |     return try!  FfiConverterBool.lift(try! rustCall() {
 4585 |     uniffi_loro_ffi_fn_method_lorodoc_is_detached(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_is_detached' in scope
 4586 |     )
 4587 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4595:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_is_shallow' in scope
 4593 | open func isShallow() -> Bool {
 4594 |     return try!  FfiConverterBool.lift(try! rustCall() {
 4595 |     uniffi_loro_ffi_fn_method_lorodoc_is_shallow(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_is_shallow' in scope
 4596 |     )
 4597 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4633:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_jsonpath' in scope
 4631 | open func jsonpath(path: String)throws  -> [ValueOrContainer] {
 4632 |     return try  FfiConverterSequenceTypeValueOrContainer.lift(try rustCallWithError(FfiConverterTypeJsonPathError.lift) {
 4633 |     uniffi_loro_ffi_fn_method_lorodoc_jsonpath(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_jsonpath' in scope
 4634 |         FfiConverterString.lower(path),$0
 4635 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4644:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_len_changes' in scope
 4642 | open func lenChanges() -> UInt64 {
 4643 |     return try!  FfiConverterUInt64.lift(try! rustCall() {
 4644 |     uniffi_loro_ffi_fn_method_lorodoc_len_changes(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_len_changes' in scope
 4645 |     )
 4646 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4654:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_len_ops' in scope
 4652 | open func lenOps() -> UInt64 {
 4653 |     return try!  FfiConverterUInt64.lift(try! rustCall() {
 4654 |     uniffi_loro_ffi_fn_method_lorodoc_len_ops(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_len_ops' in scope
 4655 |     )
 4656 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4663:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_log_estimate_size' in scope
 4661 |      */
 4662 | open func logEstimateSize() {try! rustCall() {
 4663 |     uniffi_loro_ffi_fn_method_lorodoc_log_estimate_size(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_log_estimate_size' in scope
 4664 |     )
 4665 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4673:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_minimize_frontiers' in scope
 4671 | open func minimizeFrontiers(frontiers: Frontiers) -> FrontiersOrId {
 4672 |     return try!  FfiConverterTypeFrontiersOrID.lift(try! rustCall() {
 4673 |     uniffi_loro_ffi_fn_method_lorodoc_minimize_frontiers(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_minimize_frontiers' in scope
 4674 |         FfiConverterTypeFrontiers.lower(frontiers),$0
 4675 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4684:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_oplog_frontiers' in scope
 4682 | open func oplogFrontiers() -> Frontiers {
 4683 |     return try!  FfiConverterTypeFrontiers.lift(try! rustCall() {
 4684 |     uniffi_loro_ffi_fn_method_lorodoc_oplog_frontiers(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_oplog_frontiers' in scope
 4685 |     )
 4686 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4694:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_oplog_vv' in scope
 4692 | open func oplogVv() -> VersionVector {
 4693 |     return try!  FfiConverterTypeVersionVector.lift(try! rustCall() {
 4694 |     uniffi_loro_ffi_fn_method_lorodoc_oplog_vv(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_oplog_vv' in scope
 4695 |     )
 4696 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4704:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_peer_id' in scope
 4702 | open func peerId() -> UInt64 {
 4703 |     return try!  FfiConverterUInt64.lift(try! rustCall() {
 4704 |     uniffi_loro_ffi_fn_method_lorodoc_peer_id(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_peer_id' in scope
 4705 |     )
 4706 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4717:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_revert_to' in scope
 4715 |      */
 4716 | open func revertTo(version: Frontiers)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 4717 |     uniffi_loro_ffi_fn_method_lorodoc_revert_to(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_revert_to' in scope
 4718 |         FfiConverterTypeFrontiers.lower(version),$0
 4719 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4733:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_set_change_merge_interval' in scope
 4731 |      */
 4732 | open func setChangeMergeInterval(interval: Int64) {try! rustCall() {
 4733 |     uniffi_loro_ffi_fn_method_lorodoc_set_change_merge_interval(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_set_change_merge_interval' in scope
 4734 |         FfiConverterInt64.lower(interval),$0
 4735 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4743:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_set_hide_empty_root_containers' in scope
 4741 |      */
 4742 | open func setHideEmptyRootContainers(hide: Bool) {try! rustCall() {
 4743 |     uniffi_loro_ffi_fn_method_lorodoc_set_hide_empty_root_containers(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_set_hide_empty_root_containers' in scope
 4744 |         FfiConverterBool.lower(hide),$0
 4745 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4755:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_set_next_commit_message' in scope
 4753 |      */
 4754 | open func setNextCommitMessage(msg: String) {try! rustCall() {
 4755 |     uniffi_loro_ffi_fn_method_lorodoc_set_next_commit_message(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_set_next_commit_message' in scope
 4756 |         FfiConverterString.lower(msg),$0
 4757 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4767:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_set_next_commit_options' in scope
 4765 |      */
 4766 | open func setNextCommitOptions(options: CommitOptions) {try! rustCall() {
 4767 |     uniffi_loro_ffi_fn_method_lorodoc_set_next_commit_options(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_set_next_commit_options' in scope
 4768 |         FfiConverterTypeCommitOptions.lower(options),$0
 4769 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4779:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_set_next_commit_origin' in scope
 4777 |      */
 4778 | open func setNextCommitOrigin(origin: String) {try! rustCall() {
 4779 |     uniffi_loro_ffi_fn_method_lorodoc_set_next_commit_origin(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_set_next_commit_origin' in scope
 4780 |         FfiConverterString.lower(origin),$0
 4781 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4792:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_set_next_commit_timestamp' in scope
 4790 |      */
 4791 | open func setNextCommitTimestamp(timestamp: Int64) {try! rustCall() {
 4792 |     uniffi_loro_ffi_fn_method_lorodoc_set_next_commit_timestamp(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_set_next_commit_timestamp' in scope
 4793 |         FfiConverterInt64.lower(timestamp),$0
 4794 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4805:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_set_peer_id' in scope
 4803 |      */
 4804 | open func setPeerId(peer: UInt64)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 4805 |     uniffi_loro_ffi_fn_method_lorodoc_set_peer_id(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_set_peer_id' in scope
 4806 |         FfiConverterUInt64.lower(peer),$0
 4807 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4823:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_set_record_timestamp' in scope
 4821 |      */
 4822 | open func setRecordTimestamp(record: Bool) {try! rustCall() {
 4823 |     uniffi_loro_ffi_fn_method_lorodoc_set_record_timestamp(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_set_record_timestamp' in scope
 4824 |         FfiConverterBool.lower(record),$0
 4825 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4836:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_shallow_since_vv' in scope
 4834 | open func shallowSinceVv() -> VersionVector {
 4835 |     return try!  FfiConverterTypeVersionVector.lift(try! rustCall() {
 4836 |     uniffi_loro_ffi_fn_method_lorodoc_shallow_since_vv(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_shallow_since_vv' in scope
 4837 |     )
 4838 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4848:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_state_frontiers' in scope
 4846 | open func stateFrontiers() -> Frontiers {
 4847 |     return try!  FfiConverterTypeFrontiers.lift(try! rustCall() {
 4848 |     uniffi_loro_ffi_fn_method_lorodoc_state_frontiers(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_state_frontiers' in scope
 4849 |     )
 4850 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4858:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_state_vv' in scope
 4856 | open func stateVv() -> VersionVector {
 4857 |     return try!  FfiConverterTypeVersionVector.lift(try! rustCall() {
 4858 |     uniffi_loro_ffi_fn_method_lorodoc_state_vv(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_state_vv' in scope
 4859 |     )
 4860 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4878:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_subscribe' in scope
 4876 | open func subscribe(containerId: ContainerId, subscriber: Subscriber) -> Subscription {
 4877 |     return try!  FfiConverterTypeSubscription.lift(try! rustCall() {
 4878 |     uniffi_loro_ffi_fn_method_lorodoc_subscribe(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_subscribe' in scope
 4879 |         FfiConverterTypeContainerID.lower(containerId),
 4880 |         FfiConverterTypeSubscriber.lower(subscriber),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4894:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_subscribe_first_commit_from_peer' in scope
 4892 | open func subscribeFirstCommitFromPeer(callback: FirstCommitFromPeerCallback) -> Subscription {
 4893 |     return try!  FfiConverterTypeSubscription.lift(try! rustCall() {
 4894 |     uniffi_loro_ffi_fn_method_lorodoc_subscribe_first_commit_from_peer(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_subscribe_first_commit_from_peer' in scope
 4895 |         FfiConverterTypeFirstCommitFromPeerCallback.lower(callback),$0
 4896 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4905:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_subscribe_local_update' in scope
 4903 | open func subscribeLocalUpdate(callback: LocalUpdateCallback) -> Subscription {
 4904 |     return try!  FfiConverterTypeSubscription.lift(try! rustCall() {
 4905 |     uniffi_loro_ffi_fn_method_lorodoc_subscribe_local_update(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_subscribe_local_update' in scope
 4906 |         FfiConverterTypeLocalUpdateCallback.lower(callback),$0
 4907 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4919:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_subscribe_pre_commit' in scope
 4917 | open func subscribePreCommit(callback: PreCommitCallback) -> Subscription {
 4918 |     return try!  FfiConverterTypeSubscription.lift(try! rustCall() {
 4919 |     uniffi_loro_ffi_fn_method_lorodoc_subscribe_pre_commit(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_subscribe_pre_commit' in scope
 4920 |         FfiConverterTypePreCommitCallback.lower(callback),$0
 4921 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4933:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_subscribe_root' in scope
 4931 | open func subscribeRoot(subscriber: Subscriber) -> Subscription {
 4932 |     return try!  FfiConverterTypeSubscription.lift(try! rustCall() {
 4933 |     uniffi_loro_ffi_fn_method_lorodoc_subscribe_root(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_subscribe_root' in scope
 4934 |         FfiConverterTypeSubscriber.lower(subscriber),$0
 4935 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4951:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_travel_change_ancestors' in scope
 4949 |      */
 4950 | open func travelChangeAncestors(ids: [Id], f: ChangeAncestorsTraveler)throws  {try rustCallWithError(FfiConverterTypeChangeTravelError.lift) {
 4951 |     uniffi_loro_ffi_fn_method_lorodoc_travel_change_ancestors(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_travel_change_ancestors' in scope
 4952 |         FfiConverterSequenceTypeID.lower(ids),
 4953 |         FfiConverterTypeChangeAncestorsTraveler.lower(f),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4963:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_vv_to_frontiers' in scope
 4961 | open func vvToFrontiers(vv: VersionVector) -> Frontiers {
 4962 |     return try!  FfiConverterTypeFrontiers.lift(try! rustCall() {
 4963 |     uniffi_loro_ffi_fn_method_lorodoc_vv_to_frontiers(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_vv_to_frontiers' in scope
 4964 |         FfiConverterTypeVersionVector.lower(vv),$0
 4965 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5163:32: error: cannot find 'uniffi_loro_ffi_fn_clone_lorolist' in scope
 5161 | #endif
 5162 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 5163 |         return try! rustCall { uniffi_loro_ffi_fn_clone_lorolist(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_lorolist' in scope
 5164 |     }
 5165 |     /**
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5174:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_lorolist_new' in scope
 5172 |     let pointer =
 5173 |         try! rustCall() {
 5174 |     uniffi_loro_ffi_fn_constructor_lorolist_new($0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_lorolist_new' in scope
 5175 |     )
 5176 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5185:25: error: cannot find 'uniffi_loro_ffi_fn_free_lorolist' in scope
 5183 |         }
 5184 |
 5185 |         try! rustCall { uniffi_loro_ffi_fn_free_lorolist(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_lorolist' in scope
 5186 |     }
 5187 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5195:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_clear' in scope
 5193 |      */
 5194 | open func clear()throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5195 |     uniffi_loro_ffi_fn_method_lorolist_clear(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_clear' in scope
 5196 |     )
 5197 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5204:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_delete' in scope
 5202 |      */
 5203 | open func delete(pos: UInt32, len: UInt32)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5204 |     uniffi_loro_ffi_fn_method_lorolist_delete(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_delete' in scope
 5205 |         FfiConverterUInt32.lower(pos),
 5206 |         FfiConverterUInt32.lower(len),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5216:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_doc' in scope
 5214 | open func doc() -> LoroDoc? {
 5215 |     return try!  FfiConverterOptionTypeLoroDoc.lift(try! rustCall() {
 5216 |     uniffi_loro_ffi_fn_method_lorolist_doc(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_doc' in scope
 5217 |     )
 5218 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5226:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_get' in scope
 5224 | open func get(index: UInt32) -> ValueOrContainer? {
 5225 |     return try!  FfiConverterOptionTypeValueOrContainer.lift(try! rustCall() {
 5226 |     uniffi_loro_ffi_fn_method_lorolist_get(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_get' in scope
 5227 |         FfiConverterUInt32.lower(index),$0
 5228 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5237:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_get_attached' in scope
 5235 | open func getAttached() -> LoroList? {
 5236 |     return try!  FfiConverterOptionTypeLoroList.lift(try! rustCall() {
 5237 |     uniffi_loro_ffi_fn_method_lorolist_get_attached(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_get_attached' in scope
 5238 |     )
 5239 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5244:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_get_cursor' in scope
 5242 | open func getCursor(pos: UInt32, side: Side) -> Cursor? {
 5243 |     return try!  FfiConverterOptionTypeCursor.lift(try! rustCall() {
 5244 |     uniffi_loro_ffi_fn_method_lorolist_get_cursor(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_get_cursor' in scope
 5245 |         FfiConverterUInt32.lower(pos),
 5246 |         FfiConverterTypeSide.lower(side),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5256:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_get_deep_value' in scope
 5254 | open func getDeepValue() -> LoroValue {
 5255 |     return try!  FfiConverterTypeLoroValue.lift(try! rustCall() {
 5256 |     uniffi_loro_ffi_fn_method_lorolist_get_deep_value(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_get_deep_value' in scope
 5257 |     )
 5258 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5266:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_get_id_at' in scope
 5264 | open func getIdAt(pos: UInt32) -> Id? {
 5265 |     return try!  FfiConverterOptionTypeID.lift(try! rustCall() {
 5266 |     uniffi_loro_ffi_fn_method_lorolist_get_id_at(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_get_id_at' in scope
 5267 |         FfiConverterUInt32.lower(pos),$0
 5268 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5279:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_get_value' in scope
 5277 | open func getValue() -> LoroValue {
 5278 |     return try!  FfiConverterTypeLoroValue.lift(try! rustCall() {
 5279 |     uniffi_loro_ffi_fn_method_lorolist_get_value(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_get_value' in scope
 5280 |     )
 5281 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5289:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_id' in scope
 5287 | open func id() -> ContainerId {
 5288 |     return try!  FfiConverterTypeContainerID.lift(try! rustCall() {
 5289 |     uniffi_loro_ffi_fn_method_lorolist_id(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_id' in scope
 5290 |     )
 5291 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5298:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_insert' in scope
 5296 |      */
 5297 | open func insert(pos: UInt32, v: LoroValueLike)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5298 |     uniffi_loro_ffi_fn_method_lorolist_insert(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_insert' in scope
 5299 |         FfiConverterUInt32.lower(pos),
 5300 |         FfiConverterTypeLoroValueLike.lower(v),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5307:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_insert_counter_container' in scope
 5305 | open func insertCounterContainer(pos: UInt32, child: LoroCounter)throws  -> LoroCounter {
 5306 |     return try  FfiConverterTypeLoroCounter.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5307 |     uniffi_loro_ffi_fn_method_lorolist_insert_counter_container(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_insert_counter_container' in scope
 5308 |         FfiConverterUInt32.lower(pos),
 5309 |         FfiConverterTypeLoroCounter.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5316:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_insert_list_container' in scope
 5314 | open func insertListContainer(pos: UInt32, child: LoroList)throws  -> LoroList {
 5315 |     return try  FfiConverterTypeLoroList.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5316 |     uniffi_loro_ffi_fn_method_lorolist_insert_list_container(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_insert_list_container' in scope
 5317 |         FfiConverterUInt32.lower(pos),
 5318 |         FfiConverterTypeLoroList.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5325:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_insert_map_container' in scope
 5323 | open func insertMapContainer(pos: UInt32, child: LoroMap)throws  -> LoroMap {
 5324 |     return try  FfiConverterTypeLoroMap.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5325 |     uniffi_loro_ffi_fn_method_lorolist_insert_map_container(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_insert_map_container' in scope
 5326 |         FfiConverterUInt32.lower(pos),
 5327 |         FfiConverterTypeLoroMap.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5334:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_insert_movable_list_container' in scope
 5332 | open func insertMovableListContainer(pos: UInt32, child: LoroMovableList)throws  -> LoroMovableList {
 5333 |     return try  FfiConverterTypeLoroMovableList.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5334 |     uniffi_loro_ffi_fn_method_lorolist_insert_movable_list_container(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_insert_movable_list_container' in scope
 5335 |         FfiConverterUInt32.lower(pos),
 5336 |         FfiConverterTypeLoroMovableList.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5343:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_insert_text_container' in scope
 5341 | open func insertTextContainer(pos: UInt32, child: LoroText)throws  -> LoroText {
 5342 |     return try  FfiConverterTypeLoroText.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5343 |     uniffi_loro_ffi_fn_method_lorolist_insert_text_container(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_insert_text_container' in scope
 5344 |         FfiConverterUInt32.lower(pos),
 5345 |         FfiConverterTypeLoroText.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5352:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_insert_tree_container' in scope
 5350 | open func insertTreeContainer(pos: UInt32, child: LoroTree)throws  -> LoroTree {
 5351 |     return try  FfiConverterTypeLoroTree.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5352 |     uniffi_loro_ffi_fn_method_lorolist_insert_tree_container(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_insert_tree_container' in scope
 5353 |         FfiConverterUInt32.lower(pos),
 5354 |         FfiConverterTypeLoroTree.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5367:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_is_attached' in scope
 5365 | open func isAttached() -> Bool {
 5366 |     return try!  FfiConverterBool.lift(try! rustCall() {
 5367 |     uniffi_loro_ffi_fn_method_lorolist_is_attached(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_is_attached' in scope
 5368 |     )
 5369 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5377:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_is_deleted' in scope
 5375 | open func isDeleted() -> Bool {
 5376 |     return try!  FfiConverterBool.lift(try! rustCall() {
 5377 |     uniffi_loro_ffi_fn_method_lorolist_is_deleted(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_is_deleted' in scope
 5378 |     )
 5379 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5384:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_is_empty' in scope
 5382 | open func isEmpty() -> Bool {
 5383 |     return try!  FfiConverterBool.lift(try! rustCall() {
 5384 |     uniffi_loro_ffi_fn_method_lorolist_is_empty(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_is_empty' in scope
 5385 |     )
 5386 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5391:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_len' in scope
 5389 | open func len() -> UInt32 {
 5390 |     return try!  FfiConverterUInt32.lift(try! rustCall() {
 5391 |     uniffi_loro_ffi_fn_method_lorolist_len(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_len' in scope
 5392 |     )
 5393 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5401:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_pop' in scope
 5399 | open func pop()throws  -> LoroValue? {
 5400 |     return try  FfiConverterOptionTypeLoroValue.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5401 |     uniffi_loro_ffi_fn_method_lorolist_pop(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_pop' in scope
 5402 |     )
 5403 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5407:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_push' in scope
 5405 |
 5406 | open func push(v: LoroValueLike)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5407 |     uniffi_loro_ffi_fn_method_lorolist_push(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_push' in scope
 5408 |         FfiConverterTypeLoroValueLike.lower(v),$0
 5409 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5421:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_to_vec' in scope
 5419 | open func toVec() -> [LoroValue] {
 5420 |     return try!  FfiConverterSequenceTypeLoroValue.lift(try! rustCall() {
 5421 |     uniffi_loro_ffi_fn_method_lorolist_to_vec(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_to_vec' in scope
 5422 |     )
 5423 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5633:32: error: cannot find 'uniffi_loro_ffi_fn_clone_loromap' in scope
 5631 | #endif
 5632 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 5633 |         return try! rustCall { uniffi_loro_ffi_fn_clone_loromap(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_loromap' in scope
 5634 |     }
 5635 |     /**
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5644:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_loromap_new' in scope
 5642 |     let pointer =
 5643 |         try! rustCall() {
 5644 |     uniffi_loro_ffi_fn_constructor_loromap_new($0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_loromap_new' in scope
 5645 |     )
 5646 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5655:25: error: cannot find 'uniffi_loro_ffi_fn_free_loromap' in scope
 5653 |         }
 5654 |
 5655 |         try! rustCall { uniffi_loro_ffi_fn_free_loromap(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_loromap' in scope
 5656 |     }
 5657 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5665:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_clear' in scope
 5663 |      */
 5664 | open func clear()throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5665 |     uniffi_loro_ffi_fn_method_loromap_clear(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_clear' in scope
 5666 |     )
 5667 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5674:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_delete' in scope
 5672 |      */
 5673 | open func delete(key: String)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5674 |     uniffi_loro_ffi_fn_method_loromap_delete(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_delete' in scope
 5675 |         FfiConverterString.lower(key),$0
 5676 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5685:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_doc' in scope
 5683 | open func doc() -> LoroDoc? {
 5684 |     return try!  FfiConverterOptionTypeLoroDoc.lift(try! rustCall() {
 5685 |     uniffi_loro_ffi_fn_method_loromap_doc(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_doc' in scope
 5686 |     )
 5687 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5695:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_get' in scope
 5693 | open func get(key: String) -> ValueOrContainer? {
 5694 |     return try!  FfiConverterOptionTypeValueOrContainer.lift(try! rustCall() {
 5695 |     uniffi_loro_ffi_fn_method_loromap_get(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_get' in scope
 5696 |         FfiConverterString.lower(key),$0
 5697 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5706:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_get_attached' in scope
 5704 | open func getAttached() -> LoroMap? {
 5705 |     return try!  FfiConverterOptionTypeLoroMap.lift(try! rustCall() {
 5706 |     uniffi_loro_ffi_fn_method_loromap_get_attached(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_get_attached' in scope
 5707 |     )
 5708 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5718:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_get_deep_value' in scope
 5716 | open func getDeepValue() -> LoroValue {
 5717 |     return try!  FfiConverterTypeLoroValue.lift(try! rustCall() {
 5718 |     uniffi_loro_ffi_fn_method_loromap_get_deep_value(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_get_deep_value' in scope
 5719 |     )
 5720 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5728:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_get_last_editor' in scope
 5726 | open func getLastEditor(key: String) -> UInt64? {
 5727 |     return try!  FfiConverterOptionUInt64.lift(try! rustCall() {
 5728 |     uniffi_loro_ffi_fn_method_loromap_get_last_editor(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_get_last_editor' in scope
 5729 |         FfiConverterString.lower(key),$0
 5730 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5736:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_get_or_create_counter_container' in scope
 5734 | open func getOrCreateCounterContainer(key: String, child: LoroCounter)throws  -> LoroCounter {
 5735 |     return try  FfiConverterTypeLoroCounter.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5736 |     uniffi_loro_ffi_fn_method_loromap_get_or_create_counter_container(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_get_or_create_counter_container' in scope
 5737 |         FfiConverterString.lower(key),
 5738 |         FfiConverterTypeLoroCounter.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5745:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_get_or_create_list_container' in scope
 5743 | open func getOrCreateListContainer(key: String, child: LoroList)throws  -> LoroList {
 5744 |     return try  FfiConverterTypeLoroList.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5745 |     uniffi_loro_ffi_fn_method_loromap_get_or_create_list_container(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_get_or_create_list_container' in scope
 5746 |         FfiConverterString.lower(key),
 5747 |         FfiConverterTypeLoroList.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5754:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_get_or_create_map_container' in scope
 5752 | open func getOrCreateMapContainer(key: String, child: LoroMap)throws  -> LoroMap {
 5753 |     return try  FfiConverterTypeLoroMap.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5754 |     uniffi_loro_ffi_fn_method_loromap_get_or_create_map_container(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_get_or_create_map_container' in scope
 5755 |         FfiConverterString.lower(key),
 5756 |         FfiConverterTypeLoroMap.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5763:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_get_or_create_movable_list_container' in scope
 5761 | open func getOrCreateMovableListContainer(key: String, child: LoroMovableList)throws  -> LoroMovableList {
 5762 |     return try  FfiConverterTypeLoroMovableList.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5763 |     uniffi_loro_ffi_fn_method_loromap_get_or_create_movable_list_container(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_get_or_create_movable_list_container' in scope
 5764 |         FfiConverterString.lower(key),
 5765 |         FfiConverterTypeLoroMovableList.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5772:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_get_or_create_text_container' in scope
 5770 | open func getOrCreateTextContainer(key: String, child: LoroText)throws  -> LoroText {
 5771 |     return try  FfiConverterTypeLoroText.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5772 |     uniffi_loro_ffi_fn_method_loromap_get_or_create_text_container(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_get_or_create_text_container' in scope
 5773 |         FfiConverterString.lower(key),
 5774 |         FfiConverterTypeLoroText.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5781:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_get_or_create_tree_container' in scope
 5779 | open func getOrCreateTreeContainer(key: String, child: LoroTree)throws  -> LoroTree {
 5780 |     return try  FfiConverterTypeLoroTree.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5781 |     uniffi_loro_ffi_fn_method_loromap_get_or_create_tree_container(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_get_or_create_tree_container' in scope
 5782 |         FfiConverterString.lower(key),
 5783 |         FfiConverterTypeLoroTree.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5795:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_get_value' in scope
 5793 | open func getValue() -> LoroValue {
 5794 |     return try!  FfiConverterTypeLoroValue.lift(try! rustCall() {
 5795 |     uniffi_loro_ffi_fn_method_loromap_get_value(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_get_value' in scope
 5796 |     )
 5797 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5805:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_id' in scope
 5803 | open func id() -> ContainerId {
 5804 |     return try!  FfiConverterTypeContainerID.lift(try! rustCall() {
 5805 |     uniffi_loro_ffi_fn_method_loromap_id(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_id' in scope
 5806 |     )
 5807 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5817:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_insert' in scope
 5815 |      */
 5816 | open func insert(key: String, v: LoroValueLike)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5817 |     uniffi_loro_ffi_fn_method_loromap_insert(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_insert' in scope
 5818 |         FfiConverterString.lower(key),
 5819 |         FfiConverterTypeLoroValueLike.lower(v),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5826:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_insert_counter_container' in scope
 5824 | open func insertCounterContainer(key: String, child: LoroCounter)throws  -> LoroCounter {
 5825 |     return try  FfiConverterTypeLoroCounter.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5826 |     uniffi_loro_ffi_fn_method_loromap_insert_counter_container(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_insert_counter_container' in scope
 5827 |         FfiConverterString.lower(key),
 5828 |         FfiConverterTypeLoroCounter.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5835:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_insert_list_container' in scope
 5833 | open func insertListContainer(key: String, child: LoroList)throws  -> LoroList {
 5834 |     return try  FfiConverterTypeLoroList.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5835 |     uniffi_loro_ffi_fn_method_loromap_insert_list_container(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_insert_list_container' in scope
 5836 |         FfiConverterString.lower(key),
 5837 |         FfiConverterTypeLoroList.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5844:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_insert_map_container' in scope
 5842 | open func insertMapContainer(key: String, child: LoroMap)throws  -> LoroMap {
 5843 |     return try  FfiConverterTypeLoroMap.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5844 |     uniffi_loro_ffi_fn_method_loromap_insert_map_container(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_insert_map_container' in scope
 5845 |         FfiConverterString.lower(key),
 5846 |         FfiConverterTypeLoroMap.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5853:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_insert_movable_list_container' in scope
 5851 | open func insertMovableListContainer(key: String, child: LoroMovableList)throws  -> LoroMovableList {
 5852 |     return try  FfiConverterTypeLoroMovableList.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5853 |     uniffi_loro_ffi_fn_method_loromap_insert_movable_list_container(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_insert_movable_list_container' in scope
 5854 |         FfiConverterString.lower(key),
 5855 |         FfiConverterTypeLoroMovableList.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5862:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_insert_text_container' in scope
 5860 | open func insertTextContainer(key: String, child: LoroText)throws  -> LoroText {
 5861 |     return try  FfiConverterTypeLoroText.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5862 |     uniffi_loro_ffi_fn_method_loromap_insert_text_container(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_insert_text_container' in scope
 5863 |         FfiConverterString.lower(key),
 5864 |         FfiConverterTypeLoroText.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5871:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_insert_tree_container' in scope
 5869 | open func insertTreeContainer(key: String, child: LoroTree)throws  -> LoroTree {
 5870 |     return try  FfiConverterTypeLoroTree.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5871 |     uniffi_loro_ffi_fn_method_loromap_insert_tree_container(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_insert_tree_container' in scope
 5872 |         FfiConverterString.lower(key),
 5873 |         FfiConverterTypeLoroTree.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5883:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_is_attached' in scope
 5881 | open func isAttached() -> Bool {
 5882 |     return try!  FfiConverterBool.lift(try! rustCall() {
 5883 |     uniffi_loro_ffi_fn_method_loromap_is_attached(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_is_attached' in scope
 5884 |     )
 5885 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5893:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_is_deleted' in scope
 5891 | open func isDeleted() -> Bool {
 5892 |     return try!  FfiConverterBool.lift(try! rustCall() {
 5893 |     uniffi_loro_ffi_fn_method_loromap_is_deleted(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_is_deleted' in scope
 5894 |     )
 5895 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5903:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_is_empty' in scope
 5901 | open func isEmpty() -> Bool {
 5902 |     return try!  FfiConverterBool.lift(try! rustCall() {
 5903 |     uniffi_loro_ffi_fn_method_loromap_is_empty(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_is_empty' in scope
 5904 |     )
 5905 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5913:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_keys' in scope
 5911 | open func keys() -> [String] {
 5912 |     return try!  FfiConverterSequenceString.lift(try! rustCall() {
 5913 |     uniffi_loro_ffi_fn_method_loromap_keys(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_keys' in scope
 5914 |     )
 5915 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5923:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_len' in scope
 5921 | open func len() -> UInt32 {
 5922 |     return try!  FfiConverterUInt32.lift(try! rustCall() {
 5923 |     uniffi_loro_ffi_fn_method_loromap_len(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_len' in scope
 5924 |     )
 5925 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5933:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_values' in scope
 5931 | open func values() -> [ValueOrContainer] {
 5932 |     return try!  FfiConverterSequenceTypeValueOrContainer.lift(try! rustCall() {
 5933 |     uniffi_loro_ffi_fn_method_loromap_values(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_values' in scope
 5934 |     )
 5935 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6177:32: error: cannot find 'uniffi_loro_ffi_fn_clone_loromovablelist' in scope
 6175 | #endif
 6176 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 6177 |         return try! rustCall { uniffi_loro_ffi_fn_clone_loromovablelist(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_loromovablelist' in scope
 6178 |     }
 6179 |     /**
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6188:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_loromovablelist_new' in scope
 6186 |     let pointer =
 6187 |         try! rustCall() {
 6188 |     uniffi_loro_ffi_fn_constructor_loromovablelist_new($0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_loromovablelist_new' in scope
 6189 |     )
 6190 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6199:25: error: cannot find 'uniffi_loro_ffi_fn_free_loromovablelist' in scope
 6197 |         }
 6198 |
 6199 |         try! rustCall { uniffi_loro_ffi_fn_free_loromovablelist(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_loromovablelist' in scope
 6200 |     }
 6201 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6209:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_clear' in scope
 6207 |      */
 6208 | open func clear()throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6209 |     uniffi_loro_ffi_fn_method_loromovablelist_clear(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_clear' in scope
 6210 |     )
 6211 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6218:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_delete' in scope
 6216 |      */
 6217 | open func delete(pos: UInt32, len: UInt32)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6218 |     uniffi_loro_ffi_fn_method_loromovablelist_delete(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_delete' in scope
 6219 |         FfiConverterUInt32.lower(pos),
 6220 |         FfiConverterUInt32.lower(len),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6230:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_doc' in scope
 6228 | open func doc() -> LoroDoc? {
 6229 |     return try!  FfiConverterOptionTypeLoroDoc.lift(try! rustCall() {
 6230 |     uniffi_loro_ffi_fn_method_loromovablelist_doc(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_doc' in scope
 6231 |     )
 6232 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6240:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_get' in scope
 6238 | open func get(index: UInt32) -> ValueOrContainer? {
 6239 |     return try!  FfiConverterOptionTypeValueOrContainer.lift(try! rustCall() {
 6240 |     uniffi_loro_ffi_fn_method_loromovablelist_get(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_get' in scope
 6241 |         FfiConverterUInt32.lower(index),$0
 6242 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6251:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_get_attached' in scope
 6249 | open func getAttached() -> LoroMovableList? {
 6250 |     return try!  FfiConverterOptionTypeLoroMovableList.lift(try! rustCall() {
 6251 |     uniffi_loro_ffi_fn_method_loromovablelist_get_attached(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_get_attached' in scope
 6252 |     )
 6253 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6258:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_get_creator_at' in scope
 6256 | open func getCreatorAt(pos: UInt32) -> UInt64? {
 6257 |     return try!  FfiConverterOptionUInt64.lift(try! rustCall() {
 6258 |     uniffi_loro_ffi_fn_method_loromovablelist_get_creator_at(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_get_creator_at' in scope
 6259 |         FfiConverterUInt32.lower(pos),$0
 6260 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6281:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_get_cursor' in scope
 6279 | open func getCursor(pos: UInt32, side: Side) -> Cursor? {
 6280 |     return try!  FfiConverterOptionTypeCursor.lift(try! rustCall() {
 6281 |     uniffi_loro_ffi_fn_method_loromovablelist_get_cursor(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_get_cursor' in scope
 6282 |         FfiConverterUInt32.lower(pos),
 6283 |         FfiConverterTypeSide.lower(side),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6293:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_get_deep_value' in scope
 6291 | open func getDeepValue() -> LoroValue {
 6292 |     return try!  FfiConverterTypeLoroValue.lift(try! rustCall() {
 6293 |     uniffi_loro_ffi_fn_method_loromovablelist_get_deep_value(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_get_deep_value' in scope
 6294 |     )
 6295 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6303:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_get_last_editor_at' in scope
 6301 | open func getLastEditorAt(pos: UInt32) -> UInt64? {
 6302 |     return try!  FfiConverterOptionUInt64.lift(try! rustCall() {
 6303 |     uniffi_loro_ffi_fn_method_loromovablelist_get_last_editor_at(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_get_last_editor_at' in scope
 6304 |         FfiConverterUInt32.lower(pos),$0
 6305 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6314:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_get_last_mover_at' in scope
 6312 | open func getLastMoverAt(pos: UInt32) -> UInt64? {
 6313 |     return try!  FfiConverterOptionUInt64.lift(try! rustCall() {
 6314 |     uniffi_loro_ffi_fn_method_loromovablelist_get_last_mover_at(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_get_last_mover_at' in scope
 6315 |         FfiConverterUInt32.lower(pos),$0
 6316 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6327:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_get_value' in scope
 6325 | open func getValue() -> LoroValue {
 6326 |     return try!  FfiConverterTypeLoroValue.lift(try! rustCall() {
 6327 |     uniffi_loro_ffi_fn_method_loromovablelist_get_value(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_get_value' in scope
 6328 |     )
 6329 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6337:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_id' in scope
 6335 | open func id() -> ContainerId {
 6336 |     return try!  FfiConverterTypeContainerID.lift(try! rustCall() {
 6337 |     uniffi_loro_ffi_fn_method_loromovablelist_id(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_id' in scope
 6338 |     )
 6339 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6346:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_insert' in scope
 6344 |      */
 6345 | open func insert(pos: UInt32, v: LoroValueLike)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6346 |     uniffi_loro_ffi_fn_method_loromovablelist_insert(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_insert' in scope
 6347 |         FfiConverterUInt32.lower(pos),
 6348 |         FfiConverterTypeLoroValueLike.lower(v),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6355:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_insert_counter_container' in scope
 6353 | open func insertCounterContainer(pos: UInt32, child: LoroCounter)throws  -> LoroCounter {
 6354 |     return try  FfiConverterTypeLoroCounter.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6355 |     uniffi_loro_ffi_fn_method_loromovablelist_insert_counter_container(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_insert_counter_container' in scope
 6356 |         FfiConverterUInt32.lower(pos),
 6357 |         FfiConverterTypeLoroCounter.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6364:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_insert_list_container' in scope
 6362 | open func insertListContainer(pos: UInt32, child: LoroList)throws  -> LoroList {
 6363 |     return try  FfiConverterTypeLoroList.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6364 |     uniffi_loro_ffi_fn_method_loromovablelist_insert_list_container(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_insert_list_container' in scope
 6365 |         FfiConverterUInt32.lower(pos),
 6366 |         FfiConverterTypeLoroList.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6373:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_insert_map_container' in scope
 6371 | open func insertMapContainer(pos: UInt32, child: LoroMap)throws  -> LoroMap {
 6372 |     return try  FfiConverterTypeLoroMap.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6373 |     uniffi_loro_ffi_fn_method_loromovablelist_insert_map_container(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_insert_map_container' in scope
 6374 |         FfiConverterUInt32.lower(pos),
 6375 |         FfiConverterTypeLoroMap.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6382:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_insert_movable_list_container' in scope
 6380 | open func insertMovableListContainer(pos: UInt32, child: LoroMovableList)throws  -> LoroMovableList {
 6381 |     return try  FfiConverterTypeLoroMovableList.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6382 |     uniffi_loro_ffi_fn_method_loromovablelist_insert_movable_list_container(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_insert_movable_list_container' in scope
 6383 |         FfiConverterUInt32.lower(pos),
 6384 |         FfiConverterTypeLoroMovableList.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6391:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_insert_text_container' in scope
 6389 | open func insertTextContainer(pos: UInt32, child: LoroText)throws  -> LoroText {
 6390 |     return try  FfiConverterTypeLoroText.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6391 |     uniffi_loro_ffi_fn_method_loromovablelist_insert_text_container(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_insert_text_container' in scope
 6392 |         FfiConverterUInt32.lower(pos),
 6393 |         FfiConverterTypeLoroText.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6400:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_insert_tree_container' in scope
 6398 | open func insertTreeContainer(pos: UInt32, child: LoroTree)throws  -> LoroTree {
 6399 |     return try  FfiConverterTypeLoroTree.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6400 |     uniffi_loro_ffi_fn_method_loromovablelist_insert_tree_container(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_insert_tree_container' in scope
 6401 |         FfiConverterUInt32.lower(pos),
 6402 |         FfiConverterTypeLoroTree.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6415:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_is_attached' in scope
 6413 | open func isAttached() -> Bool {
 6414 |     return try!  FfiConverterBool.lift(try! rustCall() {
 6415 |     uniffi_loro_ffi_fn_method_loromovablelist_is_attached(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_is_attached' in scope
 6416 |     )
 6417 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6425:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_is_deleted' in scope
 6423 | open func isDeleted() -> Bool {
 6424 |     return try!  FfiConverterBool.lift(try! rustCall() {
 6425 |     uniffi_loro_ffi_fn_method_loromovablelist_is_deleted(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_is_deleted' in scope
 6426 |     )
 6427 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6432:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_is_empty' in scope
 6430 | open func isEmpty() -> Bool {
 6431 |     return try!  FfiConverterBool.lift(try! rustCall() {
 6432 |     uniffi_loro_ffi_fn_method_loromovablelist_is_empty(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_is_empty' in scope
 6433 |     )
 6434 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6439:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_len' in scope
 6437 | open func len() -> UInt32 {
 6438 |     return try!  FfiConverterUInt32.lift(try! rustCall() {
 6439 |     uniffi_loro_ffi_fn_method_loromovablelist_len(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_len' in scope
 6440 |     )
 6441 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6448:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_mov' in scope
 6446 |      */
 6447 | open func mov(from: UInt32, to: UInt32)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6448 |     uniffi_loro_ffi_fn_method_loromovablelist_mov(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_mov' in scope
 6449 |         FfiConverterUInt32.lower(from),
 6450 |         FfiConverterUInt32.lower(to),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6460:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_pop' in scope
 6458 | open func pop()throws  -> ValueOrContainer? {
 6459 |     return try  FfiConverterOptionTypeValueOrContainer.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6460 |     uniffi_loro_ffi_fn_method_loromovablelist_pop(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_pop' in scope
 6461 |     )
 6462 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6466:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_push' in scope
 6464 |
 6465 | open func push(v: LoroValueLike)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6466 |     uniffi_loro_ffi_fn_method_loromovablelist_push(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_push' in scope
 6467 |         FfiConverterTypeLoroValueLike.lower(v),$0
 6468 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6476:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_set' in scope
 6474 |      */
 6475 | open func set(pos: UInt32, value: LoroValueLike)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6476 |     uniffi_loro_ffi_fn_method_loromovablelist_set(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_set' in scope
 6477 |         FfiConverterUInt32.lower(pos),
 6478 |         FfiConverterTypeLoroValueLike.lower(value),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6485:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_set_counter_container' in scope
 6483 | open func setCounterContainer(pos: UInt32, child: LoroCounter)throws  -> LoroCounter {
 6484 |     return try  FfiConverterTypeLoroCounter.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6485 |     uniffi_loro_ffi_fn_method_loromovablelist_set_counter_container(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_set_counter_container' in scope
 6486 |         FfiConverterUInt32.lower(pos),
 6487 |         FfiConverterTypeLoroCounter.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6494:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_set_list_container' in scope
 6492 | open func setListContainer(pos: UInt32, child: LoroList)throws  -> LoroList {
 6493 |     return try  FfiConverterTypeLoroList.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6494 |     uniffi_loro_ffi_fn_method_loromovablelist_set_list_container(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_set_list_container' in scope
 6495 |         FfiConverterUInt32.lower(pos),
 6496 |         FfiConverterTypeLoroList.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6503:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_set_map_container' in scope
 6501 | open func setMapContainer(pos: UInt32, child: LoroMap)throws  -> LoroMap {
 6502 |     return try  FfiConverterTypeLoroMap.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6503 |     uniffi_loro_ffi_fn_method_loromovablelist_set_map_container(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_set_map_container' in scope
 6504 |         FfiConverterUInt32.lower(pos),
 6505 |         FfiConverterTypeLoroMap.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6512:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_set_movable_list_container' in scope
 6510 | open func setMovableListContainer(pos: UInt32, child: LoroMovableList)throws  -> LoroMovableList {
 6511 |     return try  FfiConverterTypeLoroMovableList.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6512 |     uniffi_loro_ffi_fn_method_loromovablelist_set_movable_list_container(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_set_movable_list_container' in scope
 6513 |         FfiConverterUInt32.lower(pos),
 6514 |         FfiConverterTypeLoroMovableList.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6521:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_set_text_container' in scope
 6519 | open func setTextContainer(pos: UInt32, child: LoroText)throws  -> LoroText {
 6520 |     return try  FfiConverterTypeLoroText.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6521 |     uniffi_loro_ffi_fn_method_loromovablelist_set_text_container(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_set_text_container' in scope
 6522 |         FfiConverterUInt32.lower(pos),
 6523 |         FfiConverterTypeLoroText.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6530:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_set_tree_container' in scope
 6528 | open func setTreeContainer(pos: UInt32, child: LoroTree)throws  -> LoroTree {
 6529 |     return try  FfiConverterTypeLoroTree.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6530 |     uniffi_loro_ffi_fn_method_loromovablelist_set_tree_container(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_set_tree_container' in scope
 6531 |         FfiConverterUInt32.lower(pos),
 6532 |         FfiConverterTypeLoroTree.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6546:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_to_vec' in scope
 6544 | open func toVec() -> [LoroValue] {
 6545 |     return try!  FfiConverterSequenceTypeLoroValue.lift(try! rustCall() {
 6546 |     uniffi_loro_ffi_fn_method_loromovablelist_to_vec(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_to_vec' in scope
 6547 |     )
 6548 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6828:32: error: cannot find 'uniffi_loro_ffi_fn_clone_lorotext' in scope
 6826 | #endif
 6827 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 6828 |         return try! rustCall { uniffi_loro_ffi_fn_clone_lorotext(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_lorotext' in scope
 6829 |     }
 6830 |     /**
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6839:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_lorotext_new' in scope
 6837 |     let pointer =
 6838 |         try! rustCall() {
 6839 |     uniffi_loro_ffi_fn_constructor_lorotext_new($0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_lorotext_new' in scope
 6840 |     )
 6841 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6850:25: error: cannot find 'uniffi_loro_ffi_fn_free_lorotext' in scope
 6848 |         }
 6849 |
 6850 |         try! rustCall { uniffi_loro_ffi_fn_free_lorotext(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_lorotext' in scope
 6851 |     }
 6852 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6860:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_apply_delta' in scope
 6858 |      */
 6859 | open func applyDelta(delta: [TextDelta])throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6860 |     uniffi_loro_ffi_fn_method_lorotext_apply_delta(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_apply_delta' in scope
 6861 |         FfiConverterSequenceTypeTextDelta.lower(delta),$0
 6862 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6870:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_delete' in scope
 6868 |      */
 6869 | open func delete(pos: UInt32, len: UInt32)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6870 |     uniffi_loro_ffi_fn_method_lorotext_delete(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_delete' in scope
 6871 |         FfiConverterUInt32.lower(pos),
 6872 |         FfiConverterUInt32.lower(len),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6881:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_delete_utf8' in scope
 6879 |      */
 6880 | open func deleteUtf8(pos: UInt32, len: UInt32)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6881 |     uniffi_loro_ffi_fn_method_lorotext_delete_utf8(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_delete_utf8' in scope
 6882 |         FfiConverterUInt32.lower(pos),
 6883 |         FfiConverterUInt32.lower(len),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6893:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_doc' in scope
 6891 | open func doc() -> LoroDoc? {
 6892 |     return try!  FfiConverterOptionTypeLoroDoc.lift(try! rustCall() {
 6893 |     uniffi_loro_ffi_fn_method_lorotext_doc(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_doc' in scope
 6894 |     )
 6895 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6903:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_get_attached' in scope
 6901 | open func getAttached() -> LoroText? {
 6902 |     return try!  FfiConverterOptionTypeLoroText.lift(try! rustCall() {
 6903 |     uniffi_loro_ffi_fn_method_lorotext_get_attached(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_get_attached' in scope
 6904 |     )
 6905 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6925:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_get_cursor' in scope
 6923 | open func getCursor(pos: UInt32, side: Side) -> Cursor? {
 6924 |     return try!  FfiConverterOptionTypeCursor.lift(try! rustCall() {
 6925 |     uniffi_loro_ffi_fn_method_lorotext_get_cursor(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_get_cursor' in scope
 6926 |         FfiConverterUInt32.lower(pos),
 6927 |         FfiConverterTypeSide.lower(side),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6937:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_get_editor_at_unicode_pos' in scope
 6935 | open func getEditorAtUnicodePos(pos: UInt32) -> UInt64? {
 6936 |     return try!  FfiConverterOptionUInt64.lift(try! rustCall() {
 6937 |     uniffi_loro_ffi_fn_method_lorotext_get_editor_at_unicode_pos(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_get_editor_at_unicode_pos' in scope
 6938 |         FfiConverterUInt32.lower(pos),$0
 6939 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6948:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_get_richtext_value' in scope
 6946 | open func getRichtextValue() -> LoroValue {
 6947 |     return try!  FfiConverterTypeLoroValue.lift(try! rustCall() {
 6948 |     uniffi_loro_ffi_fn_method_lorotext_get_richtext_value(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_get_richtext_value' in scope
 6949 |     )
 6950 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6958:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_id' in scope
 6956 | open func id() -> ContainerId {
 6957 |     return try!  FfiConverterTypeContainerID.lift(try! rustCall() {
 6958 |     uniffi_loro_ffi_fn_method_lorotext_id(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_id' in scope
 6959 |     )
 6960 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6967:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_insert' in scope
 6965 |      */
 6966 | open func insert(pos: UInt32, s: String)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6967 |     uniffi_loro_ffi_fn_method_lorotext_insert(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_insert' in scope
 6968 |         FfiConverterUInt32.lower(pos),
 6969 |         FfiConverterString.lower(s),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6978:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_insert_utf8' in scope
 6976 |      */
 6977 | open func insertUtf8(pos: UInt32, s: String)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6978 |     uniffi_loro_ffi_fn_method_lorotext_insert_utf8(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_insert_utf8' in scope
 6979 |         FfiConverterUInt32.lower(pos),
 6980 |         FfiConverterString.lower(s),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6993:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_is_attached' in scope
 6991 | open func isAttached() -> Bool {
 6992 |     return try!  FfiConverterBool.lift(try! rustCall() {
 6993 |     uniffi_loro_ffi_fn_method_lorotext_is_attached(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_is_attached' in scope
 6994 |     )
 6995 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7003:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_is_deleted' in scope
 7001 | open func isDeleted() -> Bool {
 7002 |     return try!  FfiConverterBool.lift(try! rustCall() {
 7003 |     uniffi_loro_ffi_fn_method_lorotext_is_deleted(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_is_deleted' in scope
 7004 |     )
 7005 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7013:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_is_empty' in scope
 7011 | open func isEmpty() -> Bool {
 7012 |     return try!  FfiConverterBool.lift(try! rustCall() {
 7013 |     uniffi_loro_ffi_fn_method_lorotext_is_empty(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_is_empty' in scope
 7014 |     )
 7015 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7023:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_len_unicode' in scope
 7021 | open func lenUnicode() -> UInt32 {
 7022 |     return try!  FfiConverterUInt32.lift(try! rustCall() {
 7023 |     uniffi_loro_ffi_fn_method_lorotext_len_unicode(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_len_unicode' in scope
 7024 |     )
 7025 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7033:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_len_utf16' in scope
 7031 | open func lenUtf16() -> UInt32 {
 7032 |     return try!  FfiConverterUInt32.lift(try! rustCall() {
 7033 |     uniffi_loro_ffi_fn_method_lorotext_len_utf16(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_len_utf16' in scope
 7034 |     )
 7035 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7043:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_len_utf8' in scope
 7041 | open func lenUtf8() -> UInt32 {
 7042 |     return try!  FfiConverterUInt32.lift(try! rustCall() {
 7043 |     uniffi_loro_ffi_fn_method_lorotext_len_utf8(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_len_utf8' in scope
 7044 |     )
 7045 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7065:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_mark' in scope
 7063 |      */
 7064 | open func mark(from: UInt32, to: UInt32, key: String, value: LoroValueLike)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 7065 |     uniffi_loro_ffi_fn_method_lorotext_mark(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_mark' in scope
 7066 |         FfiConverterUInt32.lower(from),
 7067 |         FfiConverterUInt32.lower(to),
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7078:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_push_str' in scope
 7076 |      */
 7077 | open func pushStr(s: String)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 7078 |     uniffi_loro_ffi_fn_method_lorotext_push_str(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_push_str' in scope
 7079 |         FfiConverterString.lower(s),$0
 7080 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7089:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_slice' in scope
 7087 | open func slice(startIndex: UInt32, endIndex: UInt32)throws  -> String {
 7088 |     return try  FfiConverterString.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 7089 |     uniffi_loro_ffi_fn_method_lorotext_slice(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_slice' in scope
 7090 |         FfiConverterUInt32.lower(startIndex),
 7091 |         FfiConverterUInt32.lower(endIndex),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7101:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_splice' in scope
 7099 | open func splice(pos: UInt32, len: UInt32, s: String)throws  -> String {
 7100 |     return try  FfiConverterString.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 7101 |     uniffi_loro_ffi_fn_method_lorotext_splice(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_splice' in scope
 7102 |         FfiConverterUInt32.lower(pos),
 7103 |         FfiConverterUInt32.lower(len),
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7114:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_to_delta' in scope
 7112 | open func toDelta() -> [TextDelta] {
 7113 |     return try!  FfiConverterSequenceTypeTextDelta.lift(try! rustCall() {
 7114 |     uniffi_loro_ffi_fn_method_lorotext_to_delta(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_to_delta' in scope
 7115 |     )
 7116 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7124:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_to_string' in scope
 7122 | open func toString() -> String {
 7123 |     return try!  FfiConverterString.lift(try! rustCall() {
 7124 |     uniffi_loro_ffi_fn_method_lorotext_to_string(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_to_string' in scope
 7125 |     )
 7126 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7148:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_unmark' in scope
 7146 |      */
 7147 | open func unmark(from: UInt32, to: UInt32, key: String)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 7148 |     uniffi_loro_ffi_fn_method_lorotext_unmark(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_unmark' in scope
 7149 |         FfiConverterUInt32.lower(from),
 7150 |         FfiConverterUInt32.lower(to),
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7166:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_update' in scope
 7164 |      */
 7165 | open func update(s: String, options: UpdateOptions)throws  {try rustCallWithError(FfiConverterTypeUpdateTimeoutError.lift) {
 7166 |     uniffi_loro_ffi_fn_method_lorotext_update(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_update' in scope
 7167 |         FfiConverterString.lower(s),
 7168 |         FfiConverterTypeUpdateOptions.lower(options),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7179:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_update_by_line' in scope
 7177 |      */
 7178 | open func updateByLine(s: String, options: UpdateOptions)throws  {try rustCallWithError(FfiConverterTypeUpdateTimeoutError.lift) {
 7179 |     uniffi_loro_ffi_fn_method_lorotext_update_by_line(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_update_by_line' in scope
 7180 |         FfiConverterString.lower(s),
 7181 |         FfiConverterTypeUpdateOptions.lower(options),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7453:32: error: cannot find 'uniffi_loro_ffi_fn_clone_lorotree' in scope
 7451 | #endif
 7452 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 7453 |         return try! rustCall { uniffi_loro_ffi_fn_clone_lorotree(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_lorotree' in scope
 7454 |     }
 7455 |     /**
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7464:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_lorotree_new' in scope
 7462 |     let pointer =
 7463 |         try! rustCall() {
 7464 |     uniffi_loro_ffi_fn_constructor_lorotree_new($0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_lorotree_new' in scope
 7465 |     )
 7466 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7475:25: error: cannot find 'uniffi_loro_ffi_fn_free_lorotree' in scope
 7473 |         }
 7474 |
 7475 |         try! rustCall { uniffi_loro_ffi_fn_free_lorotree(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_lorotree' in scope
 7476 |     }
 7477 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7488:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_children' in scope
 7486 | open func children(parent: TreeParentId) -> [TreeId]? {
 7487 |     return try!  FfiConverterOptionSequenceTypeTreeID.lift(try! rustCall() {
 7488 |     uniffi_loro_ffi_fn_method_lorotree_children(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_children' in scope
 7489 |         FfiConverterTypeTreeParentId.lower(parent),$0
 7490 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7499:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_children_num' in scope
 7497 | open func childrenNum(parent: TreeParentId) -> UInt32? {
 7498 |     return try!  FfiConverterOptionUInt32.lift(try! rustCall() {
 7499 |     uniffi_loro_ffi_fn_method_lorotree_children_num(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_children_num' in scope
 7500 |         FfiConverterTypeTreeParentId.lower(parent),$0
 7501 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7510:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_contains' in scope
 7508 | open func contains(target: TreeId) -> Bool {
 7509 |     return try!  FfiConverterBool.lift(try! rustCall() {
 7510 |     uniffi_loro_ffi_fn_method_lorotree_contains(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_contains' in scope
 7511 |         FfiConverterTypeTreeID.lower(target),$0
 7512 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7524:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_create' in scope
 7522 | open func create(parent: TreeParentId)throws  -> TreeId {
 7523 |     return try  FfiConverterTypeTreeID.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 7524 |     uniffi_loro_ffi_fn_method_lorotree_create(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_create' in scope
 7525 |         FfiConverterTypeTreeParentId.lower(parent),$0
 7526 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7538:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_create_at' in scope
 7536 | open func createAt(parent: TreeParentId, index: UInt32)throws  -> TreeId {
 7537 |     return try  FfiConverterTypeTreeID.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 7538 |     uniffi_loro_ffi_fn_method_lorotree_create_at(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_create_at' in scope
 7539 |         FfiConverterTypeTreeParentId.lower(parent),
 7540 |         FfiConverterUInt32.lower(index),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7552:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_delete' in scope
 7550 |      */
 7551 | open func delete(target: TreeId)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 7552 |     uniffi_loro_ffi_fn_method_lorotree_delete(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_delete' in scope
 7553 |         FfiConverterTypeTreeID.lower(target),$0
 7554 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7566:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_disable_fractional_index' in scope
 7564 |      */
 7565 | open func disableFractionalIndex() {try! rustCall() {
 7566 |     uniffi_loro_ffi_fn_method_lorotree_disable_fractional_index(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_disable_fractional_index' in scope
 7567 |     )
 7568 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7576:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_doc' in scope
 7574 | open func doc() -> LoroDoc? {
 7575 |     return try!  FfiConverterOptionTypeLoroDoc.lift(try! rustCall() {
 7576 |     uniffi_loro_ffi_fn_method_lorotree_doc(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_doc' in scope
 7577 |     )
 7578 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7591:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_enable_fractional_index' in scope
 7589 |      */
 7590 | open func enableFractionalIndex(jitter: UInt8) {try! rustCall() {
 7591 |     uniffi_loro_ffi_fn_method_lorotree_enable_fractional_index(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_enable_fractional_index' in scope
 7592 |         FfiConverterUInt8.lower(jitter),$0
 7593 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7602:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_fractional_index' in scope
 7600 | open func fractionalIndex(target: TreeId) -> String? {
 7601 |     return try!  FfiConverterOptionString.lift(try! rustCall() {
 7602 |     uniffi_loro_ffi_fn_method_lorotree_fractional_index(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_fractional_index' in scope
 7603 |         FfiConverterTypeTreeID.lower(target),$0
 7604 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7613:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_get_attached' in scope
 7611 | open func getAttached() -> LoroTree? {
 7612 |     return try!  FfiConverterOptionTypeLoroTree.lift(try! rustCall() {
 7613 |     uniffi_loro_ffi_fn_method_lorotree_get_attached(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_get_attached' in scope
 7614 |     )
 7615 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7623:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_get_last_move_id' in scope
 7621 | open func getLastMoveId(target: TreeId) -> Id? {
 7622 |     return try!  FfiConverterOptionTypeID.lift(try! rustCall() {
 7623 |     uniffi_loro_ffi_fn_method_lorotree_get_last_move_id(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_get_last_move_id' in scope
 7624 |         FfiConverterTypeTreeID.lower(target),$0
 7625 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7634:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_get_meta' in scope
 7632 | open func getMeta(target: TreeId)throws  -> LoroMap {
 7633 |     return try  FfiConverterTypeLoroMap.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 7634 |     uniffi_loro_ffi_fn_method_lorotree_get_meta(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_get_meta' in scope
 7635 |         FfiConverterTypeTreeID.lower(target),$0
 7636 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7648:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_get_value' in scope
 7646 | open func getValue() -> LoroValue {
 7647 |     return try!  FfiConverterTypeLoroValue.lift(try! rustCall() {
 7648 |     uniffi_loro_ffi_fn_method_lorotree_get_value(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_get_value' in scope
 7649 |     )
 7650 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7658:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_get_value_with_meta' in scope
 7656 | open func getValueWithMeta() -> LoroValue {
 7657 |     return try!  FfiConverterTypeLoroValue.lift(try! rustCall() {
 7658 |     uniffi_loro_ffi_fn_method_lorotree_get_value_with_meta(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_get_value_with_meta' in scope
 7659 |     )
 7660 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7668:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_id' in scope
 7666 | open func id() -> ContainerId {
 7667 |     return try!  FfiConverterTypeContainerID.lift(try! rustCall() {
 7668 |     uniffi_loro_ffi_fn_method_lorotree_id(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_id' in scope
 7669 |     )
 7670 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7681:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_is_attached' in scope
 7679 | open func isAttached() -> Bool {
 7680 |     return try!  FfiConverterBool.lift(try! rustCall() {
 7681 |     uniffi_loro_ffi_fn_method_lorotree_is_attached(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_is_attached' in scope
 7682 |     )
 7683 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7691:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_is_deleted' in scope
 7689 | open func isDeleted() -> Bool {
 7690 |     return try!  FfiConverterBool.lift(try! rustCall() {
 7691 |     uniffi_loro_ffi_fn_method_lorotree_is_deleted(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_is_deleted' in scope
 7692 |     )
 7693 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7701:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_is_fractional_index_enabled' in scope
 7699 | open func isFractionalIndexEnabled() -> Bool {
 7700 |     return try!  FfiConverterBool.lift(try! rustCall() {
 7701 |     uniffi_loro_ffi_fn_method_lorotree_is_fractional_index_enabled(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_is_fractional_index_enabled' in scope
 7702 |     )
 7703 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7714:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_is_node_deleted' in scope
 7712 | open func isNodeDeleted(target: TreeId)throws  -> Bool {
 7713 |     return try  FfiConverterBool.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 7714 |     uniffi_loro_ffi_fn_method_lorotree_is_node_deleted(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_is_node_deleted' in scope
 7715 |         FfiConverterTypeTreeID.lower(target),$0
 7716 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7726:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_mov' in scope
 7724 |      */
 7725 | open func mov(target: TreeId, parent: TreeParentId)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 7726 |     uniffi_loro_ffi_fn_method_lorotree_mov(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_mov' in scope
 7727 |         FfiConverterTypeTreeID.lower(target),
 7728 |         FfiConverterTypeTreeParentId.lower(parent),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7737:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_mov_after' in scope
 7735 |      */
 7736 | open func movAfter(target: TreeId, after: TreeId)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 7737 |     uniffi_loro_ffi_fn_method_lorotree_mov_after(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_mov_after' in scope
 7738 |         FfiConverterTypeTreeID.lower(target),
 7739 |         FfiConverterTypeTreeID.lower(after),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7748:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_mov_before' in scope
 7746 |      */
 7747 | open func movBefore(target: TreeId, before: TreeId)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 7748 |     uniffi_loro_ffi_fn_method_lorotree_mov_before(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_mov_before' in scope
 7749 |         FfiConverterTypeTreeID.lower(target),
 7750 |         FfiConverterTypeTreeID.lower(before),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7760:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_mov_to' in scope
 7758 |      */
 7759 | open func movTo(target: TreeId, parent: TreeParentId, to: UInt32)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 7760 |     uniffi_loro_ffi_fn_method_lorotree_mov_to(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_mov_to' in scope
 7761 |         FfiConverterTypeTreeID.lower(target),
 7762 |         FfiConverterTypeTreeParentId.lower(parent),
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7773:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_nodes' in scope
 7771 | open func nodes() -> [TreeId] {
 7772 |     return try!  FfiConverterSequenceTypeTreeID.lift(try! rustCall() {
 7773 |     uniffi_loro_ffi_fn_method_lorotree_nodes(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_nodes' in scope
 7774 |     )
 7775 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7786:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_parent' in scope
 7784 | open func parent(target: TreeId)throws  -> TreeParentId {
 7785 |     return try  FfiConverterTypeTreeParentId.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 7786 |     uniffi_loro_ffi_fn_method_lorotree_parent(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_parent' in scope
 7787 |         FfiConverterTypeTreeID.lower(target),$0
 7788 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7797:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_roots' in scope
 7795 | open func roots() -> [TreeId] {
 7796 |     return try!  FfiConverterSequenceTypeTreeID.lift(try! rustCall() {
 7797 |     uniffi_loro_ffi_fn_method_lorotree_roots(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_roots' in scope
 7798 |     )
 7799 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7903:32: error: cannot find 'uniffi_loro_ffi_fn_clone_lorounknown' in scope
 7901 | #endif
 7902 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 7903 |         return try! rustCall { uniffi_loro_ffi_fn_clone_lorounknown(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_lorounknown' in scope
 7904 |     }
 7905 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7912:25: error: cannot find 'uniffi_loro_ffi_fn_free_lorounknown' in scope
 7910 |         }
 7911 |
 7912 |         try! rustCall { uniffi_loro_ffi_fn_free_lorounknown(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_lorounknown' in scope
 7913 |     }
 7914 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7923:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorounknown_id' in scope
 7921 | open func id() -> ContainerId {
 7922 |     return try!  FfiConverterTypeContainerID.lift(try! rustCall() {
 7923 |     uniffi_loro_ffi_fn_method_lorounknown_id(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorounknown_id' in scope
 7924 |     )
 7925 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8026:32: error: cannot find 'uniffi_loro_ffi_fn_clone_lorovaluelike' in scope
 8024 | #endif
 8025 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 8026 |         return try! rustCall { uniffi_loro_ffi_fn_clone_lorovaluelike(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_lorovaluelike' in scope
 8027 |     }
 8028 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8035:25: error: cannot find 'uniffi_loro_ffi_fn_free_lorovaluelike' in scope
 8033 |         }
 8034 |
 8035 |         try! rustCall { uniffi_loro_ffi_fn_free_lorovaluelike(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_lorovaluelike' in scope
 8036 |     }
 8037 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8043:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorovaluelike_as_loro_value' in scope
 8041 | open func asLoroValue() -> LoroValue {
 8042 |     return try!  FfiConverterTypeLoroValue.lift(try! rustCall() {
 8043 |     uniffi_loro_ffi_fn_method_lorovaluelike_as_loro_value(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorovaluelike_as_loro_value' in scope
 8044 |     )
 8045 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8090:5: error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_lorovaluelike' in scope
 8088 |
 8089 | private func uniffiCallbackInitLoroValueLike() {
 8090 |     uniffi_loro_ffi_fn_init_callback_vtable_lorovaluelike(&UniffiCallbackInterfaceLoroValueLike.vtable)
      |     `- error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_lorovaluelike' in scope
 8091 | }
 8092 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8192:32: error: cannot find 'uniffi_loro_ffi_fn_clone_onpop' in scope
 8190 | #endif
 8191 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 8192 |         return try! rustCall { uniffi_loro_ffi_fn_clone_onpop(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_onpop' in scope
 8193 |     }
 8194 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8201:25: error: cannot find 'uniffi_loro_ffi_fn_free_onpop' in scope
 8199 |         }
 8200 |
 8201 |         try! rustCall { uniffi_loro_ffi_fn_free_onpop(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_onpop' in scope
 8202 |     }
 8203 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8208:5: error: cannot find 'uniffi_loro_ffi_fn_method_onpop_on_pop' in scope
 8206 |
 8207 | open func onPop(undoOrRedo: UndoOrRedo, span: CounterSpan, undoMeta: UndoItemMeta) {try! rustCall() {
 8208 |     uniffi_loro_ffi_fn_method_onpop_on_pop(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_onpop_on_pop' in scope
 8209 |         FfiConverterTypeUndoOrRedo.lower(undoOrRedo),
 8210 |         FfiConverterTypeCounterSpan.lower(span),
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8264:5: error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_onpop' in scope
 8262 |
 8263 | private func uniffiCallbackInitOnPop() {
 8264 |     uniffi_loro_ffi_fn_init_callback_vtable_onpop(&UniffiCallbackInterfaceOnPop.vtable)
      |     `- error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_onpop' in scope
 8265 | }
 8266 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8366:32: error: cannot find 'uniffi_loro_ffi_fn_clone_onpush' in scope
 8364 | #endif
 8365 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 8366 |         return try! rustCall { uniffi_loro_ffi_fn_clone_onpush(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_onpush' in scope
 8367 |     }
 8368 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8375:25: error: cannot find 'uniffi_loro_ffi_fn_free_onpush' in scope
 8373 |         }
 8374 |
 8375 |         try! rustCall { uniffi_loro_ffi_fn_free_onpush(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_onpush' in scope
 8376 |     }
 8377 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8383:5: error: cannot find 'uniffi_loro_ffi_fn_method_onpush_on_push' in scope
 8381 | open func onPush(undoOrRedo: UndoOrRedo, span: CounterSpan, diffEvent: DiffEvent?) -> UndoItemMeta {
 8382 |     return try!  FfiConverterTypeUndoItemMeta.lift(try! rustCall() {
 8383 |     uniffi_loro_ffi_fn_method_onpush_on_push(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_onpush_on_push' in scope
 8384 |         FfiConverterTypeUndoOrRedo.lower(undoOrRedo),
 8385 |         FfiConverterTypeCounterSpan.lower(span),
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8439:5: error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_onpush' in scope
 8437 |
 8438 | private func uniffiCallbackInitOnPush() {
 8439 |     uniffi_loro_ffi_fn_init_callback_vtable_onpush(&UniffiCallbackInterfaceOnPush.vtable)
      |     `- error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_onpush' in scope
 8440 | }
 8441 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8541:32: error: cannot find 'uniffi_loro_ffi_fn_clone_precommitcallback' in scope
 8539 | #endif
 8540 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 8541 |         return try! rustCall { uniffi_loro_ffi_fn_clone_precommitcallback(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_precommitcallback' in scope
 8542 |     }
 8543 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8550:25: error: cannot find 'uniffi_loro_ffi_fn_free_precommitcallback' in scope
 8548 |         }
 8549 |
 8550 |         try! rustCall { uniffi_loro_ffi_fn_free_precommitcallback(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_precommitcallback' in scope
 8551 |     }
 8552 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8557:5: error: cannot find 'uniffi_loro_ffi_fn_method_precommitcallback_on_pre_commit' in scope
 8555 |
 8556 | open func onPreCommit(payload: PreCommitCallbackPayload) {try! rustCall() {
 8557 |     uniffi_loro_ffi_fn_method_precommitcallback_on_pre_commit(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_precommitcallback_on_pre_commit' in scope
 8558 |         FfiConverterTypePreCommitCallbackPayload.lower(payload),$0
 8559 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8607:5: error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_precommitcallback' in scope
 8605 |
 8606 | private func uniffiCallbackInitPreCommitCallback() {
 8607 |     uniffi_loro_ffi_fn_init_callback_vtable_precommitcallback(&UniffiCallbackInterfacePreCommitCallback.vtable)
      |     `- error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_precommitcallback' in scope
 8608 | }
 8609 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8711:32: error: cannot find 'uniffi_loro_ffi_fn_clone_styleconfigmap' in scope
 8709 | #endif
 8710 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 8711 |         return try! rustCall { uniffi_loro_ffi_fn_clone_styleconfigmap(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_styleconfigmap' in scope
 8712 |     }
 8713 | public convenience init() {
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8716:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_styleconfigmap_new' in scope
 8714 |     let pointer =
 8715 |         try! rustCall() {
 8716 |     uniffi_loro_ffi_fn_constructor_styleconfigmap_new($0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_styleconfigmap_new' in scope
 8717 |     )
 8718 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8727:25: error: cannot find 'uniffi_loro_ffi_fn_free_styleconfigmap' in scope
 8725 |         }
 8726 |
 8727 |         try! rustCall { uniffi_loro_ffi_fn_free_styleconfigmap(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_styleconfigmap' in scope
 8728 |     }
 8729 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8733:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_styleconfigmap_default_rich_text_config' in scope
 8731 | public static func defaultRichTextConfig() -> StyleConfigMap {
 8732 |     return try!  FfiConverterTypeStyleConfigMap.lift(try! rustCall() {
 8733 |     uniffi_loro_ffi_fn_constructor_styleconfigmap_default_rich_text_config($0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_styleconfigmap_default_rich_text_config' in scope
 8734 |     )
 8735 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8742:5: error: cannot find 'uniffi_loro_ffi_fn_method_styleconfigmap_get' in scope
 8740 | open func get(key: String) -> StyleConfig? {
 8741 |     return try!  FfiConverterOptionTypeStyleConfig.lift(try! rustCall() {
 8742 |     uniffi_loro_ffi_fn_method_styleconfigmap_get(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_styleconfigmap_get' in scope
 8743 |         FfiConverterString.lower(key),$0
 8744 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8749:5: error: cannot find 'uniffi_loro_ffi_fn_method_styleconfigmap_insert' in scope
 8747 |
 8748 | open func insert(key: String, value: StyleConfig) {try! rustCall() {
 8749 |     uniffi_loro_ffi_fn_method_styleconfigmap_insert(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_styleconfigmap_insert' in scope
 8750 |         FfiConverterString.lower(key),
 8751 |         FfiConverterTypeStyleConfig.lower(value),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8854:32: error: cannot find 'uniffi_loro_ffi_fn_clone_subscriber' in scope
 8852 | #endif
 8853 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 8854 |         return try! rustCall { uniffi_loro_ffi_fn_clone_subscriber(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_subscriber' in scope
 8855 |     }
 8856 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8863:25: error: cannot find 'uniffi_loro_ffi_fn_free_subscriber' in scope
 8861 |         }
 8862 |
 8863 |         try! rustCall { uniffi_loro_ffi_fn_free_subscriber(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_subscriber' in scope
 8864 |     }
 8865 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8870:5: error: cannot find 'uniffi_loro_ffi_fn_method_subscriber_on_diff' in scope
 8868 |
 8869 | open func onDiff(diff: DiffEvent) {try! rustCall() {
 8870 |     uniffi_loro_ffi_fn_method_subscriber_on_diff(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_subscriber_on_diff' in scope
 8871 |         FfiConverterTypeDiffEvent.lower(diff),$0
 8872 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8920:5: error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_subscriber' in scope
 8918 |
 8919 | private func uniffiCallbackInitSubscriber() {
 8920 |     uniffi_loro_ffi_fn_init_callback_vtable_subscriber(&UniffiCallbackInterfaceSubscriber.vtable)
      |     `- error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_subscriber' in scope
 8921 | }
 8922 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9040:32: error: cannot find 'uniffi_loro_ffi_fn_clone_subscription' in scope
 9038 | #endif
 9039 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 9040 |         return try! rustCall { uniffi_loro_ffi_fn_clone_subscription(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_subscription' in scope
 9041 |     }
 9042 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9049:25: error: cannot find 'uniffi_loro_ffi_fn_free_subscription' in scope
 9047 |         }
 9048 |
 9049 |         try! rustCall { uniffi_loro_ffi_fn_free_subscription(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_subscription' in scope
 9050 |     }
 9051 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9061:5: error: cannot find 'uniffi_loro_ffi_fn_method_subscription_detach' in scope
 9059 |      */
 9060 | open func detach() {try! rustCall() {
 9061 |     uniffi_loro_ffi_fn_method_subscription_detach(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_subscription_detach' in scope
 9062 |     )
 9063 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9070:5: error: cannot find 'uniffi_loro_ffi_fn_method_subscription_unsubscribe' in scope
 9068 |      */
 9069 | open func unsubscribe() {try! rustCall() {
 9070 |     uniffi_loro_ffi_fn_method_subscription_unsubscribe(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_subscription_unsubscribe' in scope
 9071 |     )
 9072 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9224:32: error: cannot find 'uniffi_loro_ffi_fn_clone_undomanager' in scope
 9222 | #endif
 9223 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 9224 |         return try! rustCall { uniffi_loro_ffi_fn_clone_undomanager(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_undomanager' in scope
 9225 |     }
 9226 |     /**
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9232:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_undomanager_new' in scope
 9230 |     let pointer =
 9231 |         try! rustCall() {
 9232 |     uniffi_loro_ffi_fn_constructor_undomanager_new(
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_undomanager_new' in scope
 9233 |         FfiConverterTypeLoroDoc.lower(doc),$0
 9234 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9244:25: error: cannot find 'uniffi_loro_ffi_fn_free_undomanager' in scope
 9242 |         }
 9243 |
 9244 |         try! rustCall { uniffi_loro_ffi_fn_free_undomanager(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_undomanager' in scope
 9245 |     }
 9246 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9255:5: error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_add_exclude_origin_prefix' in scope
 9253 |      */
 9254 | open func addExcludeOriginPrefix(prefix: String) {try! rustCall() {
 9255 |     uniffi_loro_ffi_fn_method_undomanager_add_exclude_origin_prefix(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_add_exclude_origin_prefix' in scope
 9256 |         FfiConverterString.lower(prefix),$0
 9257 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9266:5: error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_can_redo' in scope
 9264 | open func canRedo() -> Bool {
 9265 |     return try!  FfiConverterBool.lift(try! rustCall() {
 9266 |     uniffi_loro_ffi_fn_method_undomanager_can_redo(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_can_redo' in scope
 9267 |     )
 9268 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9276:5: error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_can_undo' in scope
 9274 | open func canUndo() -> Bool {
 9275 |     return try!  FfiConverterBool.lift(try! rustCall() {
 9276 |     uniffi_loro_ffi_fn_method_undomanager_can_undo(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_can_undo' in scope
 9277 |     )
 9278 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9285:5: error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_record_new_checkpoint' in scope
 9283 |      */
 9284 | open func recordNewCheckpoint()throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 9285 |     uniffi_loro_ffi_fn_method_undomanager_record_new_checkpoint(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_record_new_checkpoint' in scope
 9286 |     )
 9287 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9295:5: error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_redo' in scope
 9293 | open func redo()throws  -> Bool {
 9294 |     return try  FfiConverterBool.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 9295 |     uniffi_loro_ffi_fn_method_undomanager_redo(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_redo' in scope
 9296 |     )
 9297 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9304:5: error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_set_max_undo_steps' in scope
 9302 |      */
 9303 | open func setMaxUndoSteps(size: UInt32) {try! rustCall() {
 9304 |     uniffi_loro_ffi_fn_method_undomanager_set_max_undo_steps(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_set_max_undo_steps' in scope
 9305 |         FfiConverterUInt32.lower(size),$0
 9306 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9314:5: error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_set_merge_interval' in scope
 9312 |      */
 9313 | open func setMergeInterval(interval: Int64) {try! rustCall() {
 9314 |     uniffi_loro_ffi_fn_method_undomanager_set_merge_interval(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_set_merge_interval' in scope
 9315 |         FfiConverterInt64.lower(interval),$0
 9316 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9325:5: error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_set_on_pop' in scope
 9323 |      */
 9324 | open func setOnPop(onPop: OnPop?) {try! rustCall() {
 9325 |     uniffi_loro_ffi_fn_method_undomanager_set_on_pop(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_set_on_pop' in scope
 9326 |         FfiConverterOptionTypeOnPop.lower(onPop),$0
 9327 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9336:5: error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_set_on_push' in scope
 9334 |      */
 9335 | open func setOnPush(onPush: OnPush?) {try! rustCall() {
 9336 |     uniffi_loro_ffi_fn_method_undomanager_set_on_push(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_set_on_push' in scope
 9337 |         FfiConverterOptionTypeOnPush.lower(onPush),$0
 9338 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9347:5: error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_undo' in scope
 9345 | open func undo()throws  -> Bool {
 9346 |     return try  FfiConverterBool.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 9347 |     uniffi_loro_ffi_fn_method_undomanager_undo(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_undo' in scope
 9348 |     )
 9349 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9450:32: error: cannot find 'uniffi_loro_ffi_fn_clone_unsubscriber' in scope
 9448 | #endif
 9449 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 9450 |         return try! rustCall { uniffi_loro_ffi_fn_clone_unsubscriber(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_unsubscriber' in scope
 9451 |     }
 9452 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9459:25: error: cannot find 'uniffi_loro_ffi_fn_free_unsubscriber' in scope
 9457 |         }
 9458 |
 9459 |         try! rustCall { uniffi_loro_ffi_fn_free_unsubscriber(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_unsubscriber' in scope
 9460 |     }
 9461 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9466:5: error: cannot find 'uniffi_loro_ffi_fn_method_unsubscriber_on_unsubscribe' in scope
 9464 |
 9465 | open func onUnsubscribe() {try! rustCall() {
 9466 |     uniffi_loro_ffi_fn_method_unsubscriber_on_unsubscribe(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_unsubscriber_on_unsubscribe' in scope
 9467 |     )
 9468 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9513:5: error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_unsubscriber' in scope
 9511 |
 9512 | private func uniffiCallbackInitUnsubscriber() {
 9513 |     uniffi_loro_ffi_fn_init_callback_vtable_unsubscriber(&UniffiCallbackInterfaceUnsubscriber.vtable)
      |     `- error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_unsubscriber' in scope
 9514 | }
 9515 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9637:32: error: cannot find 'uniffi_loro_ffi_fn_clone_valueorcontainer' in scope
 9635 | #endif
 9636 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 9637 |         return try! rustCall { uniffi_loro_ffi_fn_clone_valueorcontainer(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_valueorcontainer' in scope
 9638 |     }
 9639 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9646:25: error: cannot find 'uniffi_loro_ffi_fn_free_valueorcontainer' in scope
 9644 |         }
 9645 |
 9646 |         try! rustCall { uniffi_loro_ffi_fn_free_valueorcontainer(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_valueorcontainer' in scope
 9647 |     }
 9648 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9654:5: error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_as_container' in scope
 9652 | open func asContainer() -> ContainerId? {
 9653 |     return try!  FfiConverterOptionTypeContainerID.lift(try! rustCall() {
 9654 |     uniffi_loro_ffi_fn_method_valueorcontainer_as_container(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_as_container' in scope
 9655 |     )
 9656 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9661:5: error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_as_loro_counter' in scope
 9659 | open func asLoroCounter() -> LoroCounter? {
 9660 |     return try!  FfiConverterOptionTypeLoroCounter.lift(try! rustCall() {
 9661 |     uniffi_loro_ffi_fn_method_valueorcontainer_as_loro_counter(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_as_loro_counter' in scope
 9662 |     )
 9663 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9668:5: error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_as_loro_list' in scope
 9666 | open func asLoroList() -> LoroList? {
 9667 |     return try!  FfiConverterOptionTypeLoroList.lift(try! rustCall() {
 9668 |     uniffi_loro_ffi_fn_method_valueorcontainer_as_loro_list(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_as_loro_list' in scope
 9669 |     )
 9670 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9675:5: error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_as_loro_map' in scope
 9673 | open func asLoroMap() -> LoroMap? {
 9674 |     return try!  FfiConverterOptionTypeLoroMap.lift(try! rustCall() {
 9675 |     uniffi_loro_ffi_fn_method_valueorcontainer_as_loro_map(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_as_loro_map' in scope
 9676 |     )
 9677 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9682:5: error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_as_loro_movable_list' in scope
 9680 | open func asLoroMovableList() -> LoroMovableList? {
 9681 |     return try!  FfiConverterOptionTypeLoroMovableList.lift(try! rustCall() {
 9682 |     uniffi_loro_ffi_fn_method_valueorcontainer_as_loro_movable_list(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_as_loro_movable_list' in scope
 9683 |     )
 9684 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9689:5: error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_as_loro_text' in scope
 9687 | open func asLoroText() -> LoroText? {
 9688 |     return try!  FfiConverterOptionTypeLoroText.lift(try! rustCall() {
 9689 |     uniffi_loro_ffi_fn_method_valueorcontainer_as_loro_text(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_as_loro_text' in scope
 9690 |     )
 9691 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9696:5: error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_as_loro_tree' in scope
 9694 | open func asLoroTree() -> LoroTree? {
 9695 |     return try!  FfiConverterOptionTypeLoroTree.lift(try! rustCall() {
 9696 |     uniffi_loro_ffi_fn_method_valueorcontainer_as_loro_tree(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_as_loro_tree' in scope
 9697 |     )
 9698 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9703:5: error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_as_loro_unknown' in scope
 9701 | open func asLoroUnknown() -> LoroUnknown? {
 9702 |     return try!  FfiConverterOptionTypeLoroUnknown.lift(try! rustCall() {
 9703 |     uniffi_loro_ffi_fn_method_valueorcontainer_as_loro_unknown(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_as_loro_unknown' in scope
 9704 |     )
 9705 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9710:5: error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_as_value' in scope
 9708 | open func asValue() -> LoroValue? {
 9709 |     return try!  FfiConverterOptionTypeLoroValue.lift(try! rustCall() {
 9710 |     uniffi_loro_ffi_fn_method_valueorcontainer_as_value(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_as_value' in scope
 9711 |     )
 9712 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9717:5: error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_container_type' in scope
 9715 | open func containerType() -> ContainerType? {
 9716 |     return try!  FfiConverterOptionTypeContainerType.lift(try! rustCall() {
 9717 |     uniffi_loro_ffi_fn_method_valueorcontainer_container_type(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_container_type' in scope
 9718 |     )
 9719 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9724:5: error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_is_container' in scope
 9722 | open func isContainer() -> Bool {
 9723 |     return try!  FfiConverterBool.lift(try! rustCall() {
 9724 |     uniffi_loro_ffi_fn_method_valueorcontainer_is_container(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_is_container' in scope
 9725 |     )
 9726 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9731:5: error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_is_value' in scope
 9729 | open func isValue() -> Bool {
 9730 |     return try!  FfiConverterBool.lift(try! rustCall() {
 9731 |     uniffi_loro_ffi_fn_method_valueorcontainer_is_value(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_is_value' in scope
 9732 |     )
 9733 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9858:32: error: cannot find 'uniffi_loro_ffi_fn_clone_versionvector' in scope
 9856 | #endif
 9857 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 9858 |         return try! rustCall { uniffi_loro_ffi_fn_clone_versionvector(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_versionvector' in scope
 9859 |     }
 9860 | public convenience init() {
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9863:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_versionvector_new' in scope
 9861 |     let pointer =
 9862 |         try! rustCall() {
 9863 |     uniffi_loro_ffi_fn_constructor_versionvector_new($0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_versionvector_new' in scope
 9864 |     )
 9865 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9874:25: error: cannot find 'uniffi_loro_ffi_fn_free_versionvector' in scope
 9872 |         }
 9873 |
 9874 |         try! rustCall { uniffi_loro_ffi_fn_free_versionvector(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_versionvector' in scope
 9875 |     }
 9876 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9880:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_versionvector_decode' in scope
 9878 | public static func decode(bytes: Data)throws  -> VersionVector {
 9879 |     return try  FfiConverterTypeVersionVector.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 9880 |     uniffi_loro_ffi_fn_constructor_versionvector_decode(
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_versionvector_decode' in scope
 9881 |         FfiConverterData.lower(bytes),$0
 9882 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9890:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_diff' in scope
 9888 | open func diff(rhs: VersionVector) -> VersionVectorDiff {
 9889 |     return try!  FfiConverterTypeVersionVectorDiff.lift(try! rustCall() {
 9890 |     uniffi_loro_ffi_fn_method_versionvector_diff(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_diff' in scope
 9891 |         FfiConverterTypeVersionVector.lower(rhs),$0
 9892 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9898:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_encode' in scope
 9896 | open func encode() -> Data {
 9897 |     return try!  FfiConverterData.lift(try! rustCall() {
 9898 |     uniffi_loro_ffi_fn_method_versionvector_encode(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_encode' in scope
 9899 |     )
 9900 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9905:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_eq' in scope
 9903 | open func eq(other: VersionVector) -> Bool {
 9904 |     return try!  FfiConverterBool.lift(try! rustCall() {
 9905 |     uniffi_loro_ffi_fn_method_versionvector_eq(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_eq' in scope
 9906 |         FfiConverterTypeVersionVector.lower(other),$0
 9907 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9912:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_extend_to_include_vv' in scope
 9910 |
 9911 | open func extendToIncludeVv(other: VersionVector) {try! rustCall() {
 9912 |     uniffi_loro_ffi_fn_method_versionvector_extend_to_include_vv(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_extend_to_include_vv' in scope
 9913 |         FfiConverterTypeVersionVector.lower(other),$0
 9914 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9920:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_get_last' in scope
 9918 | open func getLast(peer: UInt64) -> Int32? {
 9919 |     return try!  FfiConverterOptionInt32.lift(try! rustCall() {
 9920 |     uniffi_loro_ffi_fn_method_versionvector_get_last(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_get_last' in scope
 9921 |         FfiConverterUInt64.lower(peer),$0
 9922 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9928:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_get_missing_span' in scope
 9926 | open func getMissingSpan(target: VersionVector) -> [IdSpan] {
 9927 |     return try!  FfiConverterSequenceTypeIdSpan.lift(try! rustCall() {
 9928 |     uniffi_loro_ffi_fn_method_versionvector_get_missing_span(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_get_missing_span' in scope
 9929 |         FfiConverterTypeVersionVector.lower(target),$0
 9930 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9936:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_includes_id' in scope
 9934 | open func includesId(id: Id) -> Bool {
 9935 |     return try!  FfiConverterBool.lift(try! rustCall() {
 9936 |     uniffi_loro_ffi_fn_method_versionvector_includes_id(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_includes_id' in scope
 9937 |         FfiConverterTypeID.lower(id),$0
 9938 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9944:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_includes_vv' in scope
 9942 | open func includesVv(other: VersionVector) -> Bool {
 9943 |     return try!  FfiConverterBool.lift(try! rustCall() {
 9944 |     uniffi_loro_ffi_fn_method_versionvector_includes_vv(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_includes_vv' in scope
 9945 |         FfiConverterTypeVersionVector.lower(other),$0
 9946 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9952:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_intersect_span' in scope
 9950 | open func intersectSpan(target: IdSpan) -> CounterSpan? {
 9951 |     return try!  FfiConverterOptionTypeCounterSpan.lift(try! rustCall() {
 9952 |     uniffi_loro_ffi_fn_method_versionvector_intersect_span(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_intersect_span' in scope
 9953 |         FfiConverterTypeIdSpan.lower(target),$0
 9954 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9959:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_merge' in scope
 9957 |
 9958 | open func merge(other: VersionVector) {try! rustCall() {
 9959 |     uniffi_loro_ffi_fn_method_versionvector_merge(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_merge' in scope
 9960 |         FfiConverterTypeVersionVector.lower(other),$0
 9961 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9967:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_partial_cmp' in scope
 9965 | open func partialCmp(other: VersionVector) -> Ordering? {
 9966 |     return try!  FfiConverterOptionTypeOrdering.lift(try! rustCall() {
 9967 |     uniffi_loro_ffi_fn_method_versionvector_partial_cmp(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_partial_cmp' in scope
 9968 |         FfiConverterTypeVersionVector.lower(other),$0
 9969 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9974:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_set_end' in scope
 9972 |
 9973 | open func setEnd(id: Id) {try! rustCall() {
 9974 |     uniffi_loro_ffi_fn_method_versionvector_set_end(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_set_end' in scope
 9975 |         FfiConverterTypeID.lower(id),$0
 9976 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9981:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_set_last' in scope
 9979 |
 9980 | open func setLast(id: Id) {try! rustCall() {
 9981 |     uniffi_loro_ffi_fn_method_versionvector_set_last(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_set_last' in scope
 9982 |         FfiConverterTypeID.lower(id),$0
 9983 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:15341:5: error: cannot find 'uniffi_loro_ffi_fn_func_decode_import_blob_meta' in scope
15339 | public func decodeImportBlobMeta(bytes: Data, checkChecksum: Bool)throws  -> ImportBlobMetadata {
15340 |     return try  FfiConverterTypeImportBlobMetadata.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
15341 |     uniffi_loro_ffi_fn_func_decode_import_blob_meta(
      |     `- error: cannot find 'uniffi_loro_ffi_fn_func_decode_import_blob_meta' in scope
15342 |         FfiConverterData.lower(bytes),
15343 |         FfiConverterBool.lower(checkChecksum),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:15349:5: error: cannot find 'uniffi_loro_ffi_fn_func_get_version' in scope
15347 | public func getVersion() -> String {
15348 |     return try!  FfiConverterString.lift(try! rustCall() {
15349 |     uniffi_loro_ffi_fn_func_get_version($0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_func_get_version' in scope
15350 |     )
15351 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.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/Loro/LoroFFI.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_loro_ffi_rustbuffer_from_bytes(ForeignBytes(bufferPointer: ptr), $0) }
   29 |     }
BUILD FAILURE 6.1 android