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 1.5.3 (3fc420), with Swift 6.0 for Linux on 19 Jun 2025 14:46:56 UTC.

Build Command

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

Build Log

 1818 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:1824:5: error: cannot find 'uniffi_loro_ffi_fn_method_ephemeralstore_encode' in scope
 1822 | open func encode(key: String) -> Data {
 1823 |     return try!  FfiConverterData.lift(try! rustCall() {
 1824 |     uniffi_loro_ffi_fn_method_ephemeralstore_encode(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_ephemeralstore_encode' in scope
 1825 |         FfiConverterString.lower(key),$0
 1826 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:1832:5: error: cannot find 'uniffi_loro_ffi_fn_method_ephemeralstore_encode_all' in scope
 1830 | open func encodeAll() -> Data {
 1831 |     return try!  FfiConverterData.lift(try! rustCall() {
 1832 |     uniffi_loro_ffi_fn_method_ephemeralstore_encode_all(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_ephemeralstore_encode_all' in scope
 1833 |     )
 1834 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:1839:5: error: cannot find 'uniffi_loro_ffi_fn_method_ephemeralstore_get' in scope
 1837 | open func get(key: String) -> LoroValue? {
 1838 |     return try!  FfiConverterOptionTypeLoroValue.lift(try! rustCall() {
 1839 |     uniffi_loro_ffi_fn_method_ephemeralstore_get(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_ephemeralstore_get' in scope
 1840 |         FfiConverterString.lower(key),$0
 1841 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:1847:5: error: cannot find 'uniffi_loro_ffi_fn_method_ephemeralstore_get_all_states' in scope
 1845 | open func getAllStates() -> [String: LoroValue] {
 1846 |     return try!  FfiConverterDictionaryStringTypeLoroValue.lift(try! rustCall() {
 1847 |     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
 1848 |     )
 1849 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:1854:5: error: cannot find 'uniffi_loro_ffi_fn_method_ephemeralstore_keys' in scope
 1852 | open func keys() -> [String] {
 1853 |     return try!  FfiConverterSequenceString.lift(try! rustCall() {
 1854 |     uniffi_loro_ffi_fn_method_ephemeralstore_keys(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_ephemeralstore_keys' in scope
 1855 |     )
 1856 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:1860:5: error: cannot find 'uniffi_loro_ffi_fn_method_ephemeralstore_remove_outdated' in scope
 1858 |
 1859 | open func removeOutdated() {try! rustCall() {
 1860 |     uniffi_loro_ffi_fn_method_ephemeralstore_remove_outdated(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_ephemeralstore_remove_outdated' in scope
 1861 |     )
 1862 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:1866:5: error: cannot find 'uniffi_loro_ffi_fn_method_ephemeralstore_set' in scope
 1864 |
 1865 | open func set(key: String, value: LoroValueLike) {try! rustCall() {
 1866 |     uniffi_loro_ffi_fn_method_ephemeralstore_set(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_ephemeralstore_set' in scope
 1867 |         FfiConverterString.lower(key),
 1868 |         FfiConverterTypeLoroValueLike.lower(value),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:1875:5: error: cannot find 'uniffi_loro_ffi_fn_method_ephemeralstore_subscribe' in scope
 1873 | open func subscribe(listener: EphemeralSubscriber) -> Subscription {
 1874 |     return try!  FfiConverterTypeSubscription.lift(try! rustCall() {
 1875 |     uniffi_loro_ffi_fn_method_ephemeralstore_subscribe(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_ephemeralstore_subscribe' in scope
 1876 |         FfiConverterTypeEphemeralSubscriber.lower(listener),$0
 1877 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:1883:5: error: cannot find 'uniffi_loro_ffi_fn_method_ephemeralstore_subscribe_local_update' in scope
 1881 | open func subscribeLocalUpdate(listener: LocalEphemeralListener) -> Subscription {
 1882 |     return try!  FfiConverterTypeSubscription.lift(try! rustCall() {
 1883 |     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
 1884 |         FfiConverterTypeLocalEphemeralListener.lower(listener),$0
 1885 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:1987:32: error: cannot find 'uniffi_loro_ffi_fn_clone_ephemeralsubscriber' in scope
 1985 | #endif
 1986 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 1987 |         return try! rustCall { uniffi_loro_ffi_fn_clone_ephemeralsubscriber(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_ephemeralsubscriber' in scope
 1988 |     }
 1989 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:1996:25: error: cannot find 'uniffi_loro_ffi_fn_free_ephemeralsubscriber' in scope
 1994 |         }
 1995 |
 1996 |         try! rustCall { uniffi_loro_ffi_fn_free_ephemeralsubscriber(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_ephemeralsubscriber' in scope
 1997 |     }
 1998 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2003:5: error: cannot find 'uniffi_loro_ffi_fn_method_ephemeralsubscriber_on_ephemeral_event' in scope
 2001 |
 2002 | open func onEphemeralEvent(event: EphemeralStoreEvent) {try! rustCall() {
 2003 |     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
 2004 |         FfiConverterTypeEphemeralStoreEvent.lower(event),$0
 2005 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2053:5: error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_ephemeralsubscriber' in scope
 2051 |
 2052 | private func uniffiCallbackInitEphemeralSubscriber() {
 2053 |     uniffi_loro_ffi_fn_init_callback_vtable_ephemeralsubscriber(&UniffiCallbackInterfaceEphemeralSubscriber.vtable)
      |     `- error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_ephemeralsubscriber' in scope
 2054 | }
 2055 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2155:32: error: cannot find 'uniffi_loro_ffi_fn_clone_firstcommitfrompeercallback' in scope
 2153 | #endif
 2154 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 2155 |         return try! rustCall { uniffi_loro_ffi_fn_clone_firstcommitfrompeercallback(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_firstcommitfrompeercallback' in scope
 2156 |     }
 2157 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2164:25: error: cannot find 'uniffi_loro_ffi_fn_free_firstcommitfrompeercallback' in scope
 2162 |         }
 2163 |
 2164 |         try! rustCall { uniffi_loro_ffi_fn_free_firstcommitfrompeercallback(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_firstcommitfrompeercallback' in scope
 2165 |     }
 2166 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2171:5: error: cannot find 'uniffi_loro_ffi_fn_method_firstcommitfrompeercallback_on_first_commit_from_peer' in scope
 2169 |
 2170 | open func onFirstCommitFromPeer(payload: FirstCommitFromPeerPayload) {try! rustCall() {
 2171 |     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
 2172 |         FfiConverterTypeFirstCommitFromPeerPayload.lower(payload),$0
 2173 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2221:5: error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_firstcommitfrompeercallback' in scope
 2219 |
 2220 | private func uniffiCallbackInitFirstCommitFromPeerCallback() {
 2221 |     uniffi_loro_ffi_fn_init_callback_vtable_firstcommitfrompeercallback(&UniffiCallbackInterfaceFirstCommitFromPeerCallback.vtable)
      |     `- error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_firstcommitfrompeercallback' in scope
 2222 | }
 2223 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2323:32: error: cannot find 'uniffi_loro_ffi_fn_clone_fractionalindex' in scope
 2321 | #endif
 2322 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 2323 |         return try! rustCall { uniffi_loro_ffi_fn_clone_fractionalindex(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_fractionalindex' in scope
 2324 |     }
 2325 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2332:25: error: cannot find 'uniffi_loro_ffi_fn_free_fractionalindex' in scope
 2330 |         }
 2331 |
 2332 |         try! rustCall { uniffi_loro_ffi_fn_free_fractionalindex(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_fractionalindex' in scope
 2333 |     }
 2334 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2338:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_fractionalindex_from_bytes' in scope
 2336 | public static func fromBytes(bytes: Data) -> FractionalIndex {
 2337 |     return try!  FfiConverterTypeFractionalIndex.lift(try! rustCall() {
 2338 |     uniffi_loro_ffi_fn_constructor_fractionalindex_from_bytes(
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_fractionalindex_from_bytes' in scope
 2339 |         FfiConverterData.lower(bytes),$0
 2340 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2346:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_fractionalindex_from_hex_string' in scope
 2344 | public static func fromHexString(str: String) -> FractionalIndex {
 2345 |     return try!  FfiConverterTypeFractionalIndex.lift(try! rustCall() {
 2346 |     uniffi_loro_ffi_fn_constructor_fractionalindex_from_hex_string(
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_fractionalindex_from_hex_string' in scope
 2347 |         FfiConverterString.lower(str),$0
 2348 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2356:5: error: cannot find 'uniffi_loro_ffi_fn_method_fractionalindex_to_string' in scope
 2354 | open func toString() -> String {
 2355 |     return try!  FfiConverterString.lift(try! rustCall() {
 2356 |     uniffi_loro_ffi_fn_method_fractionalindex_to_string(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_fractionalindex_to_string' in scope
 2357 |     )
 2358 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2461:32: error: cannot find 'uniffi_loro_ffi_fn_clone_frontiers' in scope
 2459 | #endif
 2460 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 2461 |         return try! rustCall { uniffi_loro_ffi_fn_clone_frontiers(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_frontiers' in scope
 2462 |     }
 2463 | public convenience init() {
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2466:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_frontiers_new' in scope
 2464 |     let pointer =
 2465 |         try! rustCall() {
 2466 |     uniffi_loro_ffi_fn_constructor_frontiers_new($0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_frontiers_new' in scope
 2467 |     )
 2468 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2477:25: error: cannot find 'uniffi_loro_ffi_fn_free_frontiers' in scope
 2475 |         }
 2476 |
 2477 |         try! rustCall { uniffi_loro_ffi_fn_free_frontiers(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_frontiers' in scope
 2478 |     }
 2479 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2483:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_frontiers_decode' in scope
 2481 | public static func decode(bytes: Data)throws  -> Frontiers {
 2482 |     return try  FfiConverterTypeFrontiers.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 2483 |     uniffi_loro_ffi_fn_constructor_frontiers_decode(
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_frontiers_decode' in scope
 2484 |         FfiConverterData.lower(bytes),$0
 2485 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2491:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_frontiers_from_id' in scope
 2489 | public static func fromId(id: Id) -> Frontiers {
 2490 |     return try!  FfiConverterTypeFrontiers.lift(try! rustCall() {
 2491 |     uniffi_loro_ffi_fn_constructor_frontiers_from_id(
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_frontiers_from_id' in scope
 2492 |         FfiConverterTypeID.lower(id),$0
 2493 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2499:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_frontiers_from_ids' in scope
 2497 | public static func fromIds(ids: [Id]) -> Frontiers {
 2498 |     return try!  FfiConverterTypeFrontiers.lift(try! rustCall() {
 2499 |     uniffi_loro_ffi_fn_constructor_frontiers_from_ids(
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_frontiers_from_ids' in scope
 2500 |         FfiConverterSequenceTypeID.lower(ids),$0
 2501 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2509:5: error: cannot find 'uniffi_loro_ffi_fn_method_frontiers_encode' in scope
 2507 | open func encode() -> Data {
 2508 |     return try!  FfiConverterData.lift(try! rustCall() {
 2509 |     uniffi_loro_ffi_fn_method_frontiers_encode(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_frontiers_encode' in scope
 2510 |     )
 2511 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2516:5: error: cannot find 'uniffi_loro_ffi_fn_method_frontiers_eq' in scope
 2514 | open func eq(other: Frontiers) -> Bool {
 2515 |     return try!  FfiConverterBool.lift(try! rustCall() {
 2516 |     uniffi_loro_ffi_fn_method_frontiers_eq(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_frontiers_eq' in scope
 2517 |         FfiConverterTypeFrontiers.lower(other),$0
 2518 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2620:32: error: cannot find 'uniffi_loro_ffi_fn_clone_localephemerallistener' in scope
 2618 | #endif
 2619 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 2620 |         return try! rustCall { uniffi_loro_ffi_fn_clone_localephemerallistener(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_localephemerallistener' in scope
 2621 |     }
 2622 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2629:25: error: cannot find 'uniffi_loro_ffi_fn_free_localephemerallistener' in scope
 2627 |         }
 2628 |
 2629 |         try! rustCall { uniffi_loro_ffi_fn_free_localephemerallistener(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_localephemerallistener' in scope
 2630 |     }
 2631 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2636:5: error: cannot find 'uniffi_loro_ffi_fn_method_localephemerallistener_on_ephemeral_update' in scope
 2634 |
 2635 | open func onEphemeralUpdate(update: Data) {try! rustCall() {
 2636 |     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
 2637 |         FfiConverterData.lower(update),$0
 2638 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2686:5: error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_localephemerallistener' in scope
 2684 |
 2685 | private func uniffiCallbackInitLocalEphemeralListener() {
 2686 |     uniffi_loro_ffi_fn_init_callback_vtable_localephemerallistener(&UniffiCallbackInterfaceLocalEphemeralListener.vtable)
      |     `- error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_localephemerallistener' in scope
 2687 | }
 2688 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2788:32: error: cannot find 'uniffi_loro_ffi_fn_clone_localupdatecallback' in scope
 2786 | #endif
 2787 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 2788 |         return try! rustCall { uniffi_loro_ffi_fn_clone_localupdatecallback(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_localupdatecallback' in scope
 2789 |     }
 2790 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2797:25: error: cannot find 'uniffi_loro_ffi_fn_free_localupdatecallback' in scope
 2795 |         }
 2796 |
 2797 |         try! rustCall { uniffi_loro_ffi_fn_free_localupdatecallback(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_localupdatecallback' in scope
 2798 |     }
 2799 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2804:5: error: cannot find 'uniffi_loro_ffi_fn_method_localupdatecallback_on_local_update' in scope
 2802 |
 2803 | open func onLocalUpdate(update: Data) {try! rustCall() {
 2804 |     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
 2805 |         FfiConverterData.lower(update),$0
 2806 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2854:5: error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_localupdatecallback' in scope
 2852 |
 2853 | private func uniffiCallbackInitLocalUpdateCallback() {
 2854 |     uniffi_loro_ffi_fn_init_callback_vtable_localupdatecallback(&UniffiCallbackInterfaceLocalUpdateCallback.vtable)
      |     `- error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_localupdatecallback' in scope
 2855 | }
 2856 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3012:32: error: cannot find 'uniffi_loro_ffi_fn_clone_lorocounter' in scope
 3010 | #endif
 3011 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 3012 |         return try! rustCall { uniffi_loro_ffi_fn_clone_lorocounter(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_lorocounter' in scope
 3013 |     }
 3014 |     /**
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3020:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_lorocounter_new' in scope
 3018 |     let pointer =
 3019 |         try! rustCall() {
 3020 |     uniffi_loro_ffi_fn_constructor_lorocounter_new($0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_lorocounter_new' in scope
 3021 |     )
 3022 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3031:25: error: cannot find 'uniffi_loro_ffi_fn_free_lorocounter' in scope
 3029 |         }
 3030 |
 3031 |         try! rustCall { uniffi_loro_ffi_fn_free_lorocounter(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_lorocounter' in scope
 3032 |     }
 3033 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3041:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_decrement' in scope
 3039 |      */
 3040 | open func decrement(value: Double)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 3041 |     uniffi_loro_ffi_fn_method_lorocounter_decrement(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_decrement' in scope
 3042 |         FfiConverterDouble.lower(value),$0
 3043 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3052:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_doc' in scope
 3050 | open func doc() -> LoroDoc? {
 3051 |     return try!  FfiConverterOptionTypeLoroDoc.lift(try! rustCall() {
 3052 |     uniffi_loro_ffi_fn_method_lorocounter_doc(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_doc' in scope
 3053 |     )
 3054 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3062:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_get_attached' in scope
 3060 | open func getAttached() -> LoroCounter? {
 3061 |     return try!  FfiConverterOptionTypeLoroCounter.lift(try! rustCall() {
 3062 |     uniffi_loro_ffi_fn_method_lorocounter_get_attached(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_get_attached' in scope
 3063 |     )
 3064 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3072:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_get_value' in scope
 3070 | open func getValue() -> Double {
 3071 |     return try!  FfiConverterDouble.lift(try! rustCall() {
 3072 |     uniffi_loro_ffi_fn_method_lorocounter_get_value(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_get_value' in scope
 3073 |     )
 3074 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3082:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_id' in scope
 3080 | open func id() -> ContainerId {
 3081 |     return try!  FfiConverterTypeContainerID.lift(try! rustCall() {
 3082 |     uniffi_loro_ffi_fn_method_lorocounter_id(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_id' in scope
 3083 |     )
 3084 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3091:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_increment' in scope
 3089 |      */
 3090 | open func increment(value: Double)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 3091 |     uniffi_loro_ffi_fn_method_lorocounter_increment(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_increment' in scope
 3092 |         FfiConverterDouble.lower(value),$0
 3093 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3105:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_is_attached' in scope
 3103 | open func isAttached() -> Bool {
 3104 |     return try!  FfiConverterBool.lift(try! rustCall() {
 3105 |     uniffi_loro_ffi_fn_method_lorocounter_is_attached(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_is_attached' in scope
 3106 |     )
 3107 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3115:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_is_deleted' in scope
 3113 | open func isDeleted() -> Bool {
 3114 |     return try!  FfiConverterBool.lift(try! rustCall() {
 3115 |     uniffi_loro_ffi_fn_method_lorocounter_is_deleted(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_is_deleted' in scope
 3116 |     )
 3117 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3135:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_subscribe' in scope
 3133 | open func subscribe(subscriber: Subscriber) -> Subscription? {
 3134 |     return try!  FfiConverterOptionTypeSubscription.lift(try! rustCall() {
 3135 |     uniffi_loro_ffi_fn_method_lorocounter_subscribe(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_subscribe' in scope
 3136 |         FfiConverterTypeSubscriber.lower(subscriber),$0
 3137 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3918:32: error: cannot find 'uniffi_loro_ffi_fn_clone_lorodoc' in scope
 3916 | #endif
 3917 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 3918 |         return try! rustCall { uniffi_loro_ffi_fn_clone_lorodoc(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_lorodoc' in scope
 3919 |     }
 3920 |     /**
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3926:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_lorodoc_new' in scope
 3924 |     let pointer =
 3925 |         try! rustCall() {
 3926 |     uniffi_loro_ffi_fn_constructor_lorodoc_new($0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_lorodoc_new' in scope
 3927 |     )
 3928 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3937:25: error: cannot find 'uniffi_loro_ffi_fn_free_lorodoc' in scope
 3935 |         }
 3936 |
 3937 |         try! rustCall { uniffi_loro_ffi_fn_free_lorodoc(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_lorodoc' in scope
 3938 |     }
 3939 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3949:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_apply_diff' in scope
 3947 |      */
 3948 | open func applyDiff(diff: DiffBatch)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 3949 |     uniffi_loro_ffi_fn_method_lorodoc_apply_diff(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_apply_diff' in scope
 3950 |         FfiConverterTypeDiffBatch.lower(diff),$0
 3951 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3964:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_attach' in scope
 3962 |      */
 3963 | open func attach() {try! rustCall() {
 3964 |     uniffi_loro_ffi_fn_method_lorodoc_attach(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_attach' in scope
 3965 |     )
 3966 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3974:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_check_state_correctness_slow' in scope
 3972 |      */
 3973 | open func checkStateCorrectnessSlow() {try! rustCall() {
 3974 |     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
 3975 |     )
 3976 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3990:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_checkout' in scope
 3988 |      */
 3989 | open func checkout(frontiers: Frontiers)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 3990 |     uniffi_loro_ffi_fn_method_lorodoc_checkout(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_checkout' in scope
 3991 |         FfiConverterTypeFrontiers.lower(frontiers),$0
 3992 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4007:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_checkout_to_latest' in scope
 4005 |      */
 4006 | open func checkoutToLatest() {try! rustCall() {
 4007 |     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
 4008 |     )
 4009 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4016:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_clear_next_commit_options' in scope
 4014 |      */
 4015 | open func clearNextCommitOptions() {try! rustCall() {
 4016 |     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
 4017 |     )
 4018 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4028:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_cmp_with_frontiers' in scope
 4026 | open func cmpWithFrontiers(other: Frontiers) -> Ordering {
 4027 |     return try!  FfiConverterTypeOrdering.lift(try! rustCall() {
 4028 |     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
 4029 |         FfiConverterTypeFrontiers.lower(other),$0
 4030 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4046:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_commit' in scope
 4044 |      */
 4045 | open func commit() {try! rustCall() {
 4046 |     uniffi_loro_ffi_fn_method_lorodoc_commit(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_commit' in scope
 4047 |     )
 4048 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4052:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_commit_with' in scope
 4050 |
 4051 | open func commitWith(options: CommitOptions) {try! rustCall() {
 4052 |     uniffi_loro_ffi_fn_method_lorodoc_commit_with(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_commit_with' in scope
 4053 |         FfiConverterTypeCommitOptions.lower(options),$0
 4054 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4064:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_compact_change_store' in scope
 4062 |      */
 4063 | open func compactChangeStore() {try! rustCall() {
 4064 |     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
 4065 |     )
 4066 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4074:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_config' in scope
 4072 | open func config() -> Configure {
 4073 |     return try!  FfiConverterTypeConfigure.lift(try! rustCall() {
 4074 |     uniffi_loro_ffi_fn_method_lorodoc_config(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_config' in scope
 4075 |     )
 4076 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4090:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_config_default_text_style' in scope
 4088 |      */
 4089 | open func configDefaultTextStyle(textStyle: StyleConfig?) {try! rustCall() {
 4090 |     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
 4091 |         FfiConverterOptionTypeStyleConfig.lower(textStyle),$0
 4092 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4106:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_config_text_style' in scope
 4104 |      */
 4105 | open func configTextStyle(textStyle: StyleConfigMap) {try! rustCall() {
 4106 |     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
 4107 |         FfiConverterTypeStyleConfigMap.lower(textStyle),$0
 4108 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4122:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_delete_root_container' in scope
 4120 |      */
 4121 | open func deleteRootContainer(cid: ContainerId) {try! rustCall() {
 4122 |     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
 4123 |         FfiConverterTypeContainerID.lower(cid),$0
 4124 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4136:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_detach' in scope
 4134 |      */
 4135 | open func detach() {try! rustCall() {
 4136 |     uniffi_loro_ffi_fn_method_lorodoc_detach(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_detach' in scope
 4137 |     )
 4138 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4146:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_diff' in scope
 4144 | open func diff(a: Frontiers, b: Frontiers)throws  -> DiffBatch {
 4145 |     return try  FfiConverterTypeDiffBatch.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 4146 |     uniffi_loro_ffi_fn_method_lorodoc_diff(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_diff' in scope
 4147 |         FfiConverterTypeFrontiers.lower(a),
 4148 |         FfiConverterTypeFrontiers.lower(b),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4165:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_export_json_in_id_span' in scope
 4163 | open func exportJsonInIdSpan(idSpan: IdSpan) -> [String] {
 4164 |     return try!  FfiConverterSequenceString.lift(try! rustCall() {
 4165 |     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
 4166 |         FfiConverterTypeIdSpan.lower(idSpan),$0
 4167 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4176:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_export_json_updates' in scope
 4174 | open func exportJsonUpdates(startVv: VersionVector, endVv: VersionVector) -> String {
 4175 |     return try!  FfiConverterString.lift(try! rustCall() {
 4176 |     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
 4177 |         FfiConverterTypeVersionVector.lower(startVv),
 4178 |         FfiConverterTypeVersionVector.lower(endVv),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4191:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_export_json_updates_without_peer_compression' in scope
 4189 | open func exportJsonUpdatesWithoutPeerCompression(startVv: VersionVector, endVv: VersionVector) -> String {
 4190 |     return try!  FfiConverterString.lift(try! rustCall() {
 4191 |     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
 4192 |         FfiConverterTypeVersionVector.lower(startVv),
 4193 |         FfiConverterTypeVersionVector.lower(endVv),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4200:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_export_shallow_snapshot' in scope
 4198 | open func exportShallowSnapshot(frontiers: Frontiers)throws  -> Data {
 4199 |     return try  FfiConverterData.lift(try rustCallWithError(FfiConverterTypeLoroEncodeError.lift) {
 4200 |     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
 4201 |         FfiConverterTypeFrontiers.lower(frontiers),$0
 4202 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4211:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_export_snapshot' in scope
 4209 | open func exportSnapshot()throws  -> Data {
 4210 |     return try  FfiConverterData.lift(try rustCallWithError(FfiConverterTypeLoroEncodeError.lift) {
 4211 |     uniffi_loro_ffi_fn_method_lorodoc_export_snapshot(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_export_snapshot' in scope
 4212 |     )
 4213 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4218:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_export_snapshot_at' in scope
 4216 | open func exportSnapshotAt(frontiers: Frontiers)throws  -> Data {
 4217 |     return try  FfiConverterData.lift(try rustCallWithError(FfiConverterTypeLoroEncodeError.lift) {
 4218 |     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
 4219 |         FfiConverterTypeFrontiers.lower(frontiers),$0
 4220 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4226:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_export_state_only' in scope
 4224 | open func exportStateOnly(frontiers: Frontiers?)throws  -> Data {
 4225 |     return try  FfiConverterData.lift(try rustCallWithError(FfiConverterTypeLoroEncodeError.lift) {
 4226 |     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
 4227 |         FfiConverterOptionTypeFrontiers.lower(frontiers),$0
 4228 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4237:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_export_updates' in scope
 4235 | open func exportUpdates(vv: VersionVector)throws  -> Data {
 4236 |     return try  FfiConverterData.lift(try rustCallWithError(FfiConverterTypeLoroEncodeError.lift) {
 4237 |     uniffi_loro_ffi_fn_method_lorodoc_export_updates(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_export_updates' in scope
 4238 |         FfiConverterTypeVersionVector.lower(vv),$0
 4239 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4245:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_export_updates_in_range' in scope
 4243 | open func exportUpdatesInRange(spans: [IdSpan])throws  -> Data {
 4244 |     return try  FfiConverterData.lift(try rustCallWithError(FfiConverterTypeLoroEncodeError.lift) {
 4245 |     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
 4246 |         FfiConverterSequenceTypeIdSpan.lower(spans),$0
 4247 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4256:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_find_id_spans_between' in scope
 4254 | open func findIdSpansBetween(from: Frontiers, to: Frontiers) -> VersionVectorDiff {
 4255 |     return try!  FfiConverterTypeVersionVectorDiff.lift(try! rustCall() {
 4256 |     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
 4257 |         FfiConverterTypeFrontiers.lower(from),
 4258 |         FfiConverterTypeFrontiers.lower(to),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4273:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_fork' in scope
 4271 | open func fork() -> LoroDoc {
 4272 |     return try!  FfiConverterTypeLoroDoc.lift(try! rustCall() {
 4273 |     uniffi_loro_ffi_fn_method_lorodoc_fork(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_fork' in scope
 4274 |     )
 4275 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4285:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_fork_at' in scope
 4283 | open func forkAt(frontiers: Frontiers) -> LoroDoc {
 4284 |     return try!  FfiConverterTypeLoroDoc.lift(try! rustCall() {
 4285 |     uniffi_loro_ffi_fn_method_lorodoc_fork_at(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_fork_at' in scope
 4286 |         FfiConverterTypeFrontiers.lower(frontiers),$0
 4287 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4295:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_free_diff_calculator' in scope
 4293 |      */
 4294 | open func freeDiffCalculator() {try! rustCall() {
 4295 |     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
 4296 |     )
 4297 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4307:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_free_history_cache' in scope
 4305 |      */
 4306 | open func freeHistoryCache() {try! rustCall() {
 4307 |     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
 4308 |     )
 4309 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4317:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_frontiers_to_vv' in scope
 4315 | open func frontiersToVv(frontiers: Frontiers) -> VersionVector? {
 4316 |     return try!  FfiConverterOptionTypeVersionVector.lift(try! rustCall() {
 4317 |     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
 4318 |         FfiConverterTypeFrontiers.lower(frontiers),$0
 4319 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4328:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_by_path' in scope
 4326 | open func getByPath(path: [Index]) -> ValueOrContainer? {
 4327 |     return try!  FfiConverterOptionTypeValueOrContainer.lift(try! rustCall() {
 4328 |     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
 4329 |         FfiConverterSequenceTypeIndex.lower(path),$0
 4330 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4389:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_by_str_path' in scope
 4387 | open func getByStrPath(path: String) -> ValueOrContainer? {
 4388 |     return try!  FfiConverterOptionTypeValueOrContainer.lift(try! rustCall() {
 4389 |     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
 4390 |         FfiConverterString.lower(path),$0
 4391 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4412:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_change' in scope
 4410 | open func getChange(id: Id) -> ChangeMeta? {
 4411 |     return try!  FfiConverterOptionTypeChangeMeta.lift(try! rustCall() {
 4412 |     uniffi_loro_ffi_fn_method_lorodoc_get_change(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_change' in scope
 4413 |         FfiConverterTypeID.lower(id),$0
 4414 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4433:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_changed_containers_in' in scope
 4431 | open func getChangedContainersIn(id: Id, len: UInt32) -> [ContainerId] {
 4432 |     return try!  FfiConverterSequenceTypeContainerID.lift(try! rustCall() {
 4433 |     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
 4434 |         FfiConverterTypeID.lower(id),
 4435 |         FfiConverterUInt32.lower(len),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4447:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_counter' in scope
 4445 | open func getCounter(id: ContainerIdLike) -> LoroCounter {
 4446 |     return try!  FfiConverterTypeLoroCounter.lift(try! rustCall() {
 4447 |     uniffi_loro_ffi_fn_method_lorodoc_get_counter(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_counter' in scope
 4448 |         FfiConverterTypeContainerIdLike.lower(id),$0
 4449 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4455:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_cursor_pos' in scope
 4453 | open func getCursorPos(cursor: Cursor)throws  -> PosQueryResult {
 4454 |     return try  FfiConverterTypePosQueryResult.lift(try rustCallWithError(FfiConverterTypeCannotFindRelativePosition.lift) {
 4455 |     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
 4456 |         FfiConverterTypeCursor.lower(cursor),$0
 4457 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4466:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_deep_value' in scope
 4464 | open func getDeepValue() -> LoroValue {
 4465 |     return try!  FfiConverterTypeLoroValue.lift(try! rustCall() {
 4466 |     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
 4467 |     )
 4468 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4476:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_deep_value_with_id' in scope
 4474 | open func getDeepValueWithId() -> LoroValue {
 4475 |     return try!  FfiConverterTypeLoroValue.lift(try! rustCall() {
 4476 |     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
 4477 |     )
 4478 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4488:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_list' in scope
 4486 | open func getList(id: ContainerIdLike) -> LoroList {
 4487 |     return try!  FfiConverterTypeLoroList.lift(try! rustCall() {
 4488 |     uniffi_loro_ffi_fn_method_lorodoc_get_list(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_list' in scope
 4489 |         FfiConverterTypeContainerIdLike.lower(id),$0
 4490 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4501:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_map' in scope
 4499 | open func getMap(id: ContainerIdLike) -> LoroMap {
 4500 |     return try!  FfiConverterTypeLoroMap.lift(try! rustCall() {
 4501 |     uniffi_loro_ffi_fn_method_lorodoc_get_map(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_map' in scope
 4502 |         FfiConverterTypeContainerIdLike.lower(id),$0
 4503 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4514:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_movable_list' in scope
 4512 | open func getMovableList(id: ContainerIdLike) -> LoroMovableList {
 4513 |     return try!  FfiConverterTypeLoroMovableList.lift(try! rustCall() {
 4514 |     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
 4515 |         FfiConverterTypeContainerIdLike.lower(id),$0
 4516 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4525:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_path_to_container' in scope
 4523 | open func getPathToContainer(id: ContainerId) -> [ContainerPath]? {
 4524 |     return try!  FfiConverterOptionSequenceTypeContainerPath.lift(try! rustCall() {
 4525 |     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
 4526 |         FfiConverterTypeContainerID.lower(id),$0
 4527 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4539:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_pending_txn_len' in scope
 4537 | open func getPendingTxnLen() -> UInt32 {
 4538 |     return try!  FfiConverterUInt32.lift(try! rustCall() {
 4539 |     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
 4540 |     )
 4541 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4551:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_text' in scope
 4549 | open func getText(id: ContainerIdLike) -> LoroText {
 4550 |     return try!  FfiConverterTypeLoroText.lift(try! rustCall() {
 4551 |     uniffi_loro_ffi_fn_method_lorodoc_get_text(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_text' in scope
 4552 |         FfiConverterTypeContainerIdLike.lower(id),$0
 4553 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4564:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_tree' in scope
 4562 | open func getTree(id: ContainerIdLike) -> LoroTree {
 4563 |     return try!  FfiConverterTypeLoroTree.lift(try! rustCall() {
 4564 |     uniffi_loro_ffi_fn_method_lorodoc_get_tree(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_tree' in scope
 4565 |         FfiConverterTypeContainerIdLike.lower(id),$0
 4566 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4575:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_value' in scope
 4573 | open func getValue() -> LoroValue {
 4574 |     return try!  FfiConverterTypeLoroValue.lift(try! rustCall() {
 4575 |     uniffi_loro_ffi_fn_method_lorodoc_get_value(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_value' in scope
 4576 |     )
 4577 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4588:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_has_container' in scope
 4586 | open func hasContainer(id: ContainerId) -> Bool {
 4587 |     return try!  FfiConverterBool.lift(try! rustCall() {
 4588 |     uniffi_loro_ffi_fn_method_lorodoc_has_container(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_has_container' in scope
 4589 |         FfiConverterTypeContainerID.lower(id),$0
 4590 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4596:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_has_history_cache' in scope
 4594 | open func hasHistoryCache() -> Bool {
 4595 |     return try!  FfiConverterBool.lift(try! rustCall() {
 4596 |     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
 4597 |     )
 4598 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4606:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_import' in scope
 4604 | open func `import`(bytes: Data)throws  -> ImportStatus {
 4605 |     return try  FfiConverterTypeImportStatus.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 4606 |     uniffi_loro_ffi_fn_method_lorodoc_import(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_import' in scope
 4607 |         FfiConverterData.lower(bytes),$0
 4608 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4619:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_import_batch' in scope
 4617 | open func importBatch(bytes: [Data])throws  -> ImportStatus {
 4618 |     return try  FfiConverterTypeImportStatus.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 4619 |     uniffi_loro_ffi_fn_method_lorodoc_import_batch(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_import_batch' in scope
 4620 |         FfiConverterSequenceData.lower(bytes),$0
 4621 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4627:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_import_json_updates' in scope
 4625 | open func importJsonUpdates(json: String)throws  -> ImportStatus {
 4626 |     return try  FfiConverterTypeImportStatus.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 4627 |     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
 4628 |         FfiConverterString.lower(json),$0
 4629 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4641:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_import_with' in scope
 4639 | open func importWith(bytes: Data, origin: String)throws  -> ImportStatus {
 4640 |     return try  FfiConverterTypeImportStatus.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 4641 |     uniffi_loro_ffi_fn_method_lorodoc_import_with(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_import_with' in scope
 4642 |         FfiConverterData.lower(bytes),
 4643 |         FfiConverterString.lower(origin),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4654:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_is_detached' in scope
 4652 | open func isDetached() -> Bool {
 4653 |     return try!  FfiConverterBool.lift(try! rustCall() {
 4654 |     uniffi_loro_ffi_fn_method_lorodoc_is_detached(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_is_detached' in scope
 4655 |     )
 4656 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4664:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_is_shallow' in scope
 4662 | open func isShallow() -> Bool {
 4663 |     return try!  FfiConverterBool.lift(try! rustCall() {
 4664 |     uniffi_loro_ffi_fn_method_lorodoc_is_shallow(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_is_shallow' in scope
 4665 |     )
 4666 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4702:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_jsonpath' in scope
 4700 | open func jsonpath(path: String)throws  -> [ValueOrContainer] {
 4701 |     return try  FfiConverterSequenceTypeValueOrContainer.lift(try rustCallWithError(FfiConverterTypeJsonPathError.lift) {
 4702 |     uniffi_loro_ffi_fn_method_lorodoc_jsonpath(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_jsonpath' in scope
 4703 |         FfiConverterString.lower(path),$0
 4704 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4713:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_len_changes' in scope
 4711 | open func lenChanges() -> UInt64 {
 4712 |     return try!  FfiConverterUInt64.lift(try! rustCall() {
 4713 |     uniffi_loro_ffi_fn_method_lorodoc_len_changes(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_len_changes' in scope
 4714 |     )
 4715 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4723:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_len_ops' in scope
 4721 | open func lenOps() -> UInt64 {
 4722 |     return try!  FfiConverterUInt64.lift(try! rustCall() {
 4723 |     uniffi_loro_ffi_fn_method_lorodoc_len_ops(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_len_ops' in scope
 4724 |     )
 4725 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4732:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_log_estimate_size' in scope
 4730 |      */
 4731 | open func logEstimateSize() {try! rustCall() {
 4732 |     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
 4733 |     )
 4734 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4742:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_minimize_frontiers' in scope
 4740 | open func minimizeFrontiers(frontiers: Frontiers) -> FrontiersOrId {
 4741 |     return try!  FfiConverterTypeFrontiersOrID.lift(try! rustCall() {
 4742 |     uniffi_loro_ffi_fn_method_lorodoc_minimize_frontiers(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_minimize_frontiers' in scope
 4743 |         FfiConverterTypeFrontiers.lower(frontiers),$0
 4744 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4753:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_oplog_frontiers' in scope
 4751 | open func oplogFrontiers() -> Frontiers {
 4752 |     return try!  FfiConverterTypeFrontiers.lift(try! rustCall() {
 4753 |     uniffi_loro_ffi_fn_method_lorodoc_oplog_frontiers(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_oplog_frontiers' in scope
 4754 |     )
 4755 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4763:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_oplog_vv' in scope
 4761 | open func oplogVv() -> VersionVector {
 4762 |     return try!  FfiConverterTypeVersionVector.lift(try! rustCall() {
 4763 |     uniffi_loro_ffi_fn_method_lorodoc_oplog_vv(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_oplog_vv' in scope
 4764 |     )
 4765 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4773:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_peer_id' in scope
 4771 | open func peerId() -> UInt64 {
 4772 |     return try!  FfiConverterUInt64.lift(try! rustCall() {
 4773 |     uniffi_loro_ffi_fn_method_lorodoc_peer_id(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_peer_id' in scope
 4774 |     )
 4775 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4794:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_redact_json_updates' in scope
 4792 | open func redactJsonUpdates(json: String, versionRange: VersionRange)throws  -> String {
 4793 |     return try  FfiConverterString.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 4794 |     uniffi_loro_ffi_fn_method_lorodoc_redact_json_updates(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_redact_json_updates' in scope
 4795 |         FfiConverterString.lower(json),
 4796 |         FfiConverterTypeVersionRange.lower(versionRange),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4809:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_revert_to' in scope
 4807 |      */
 4808 | open func revertTo(version: Frontiers)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 4809 |     uniffi_loro_ffi_fn_method_lorodoc_revert_to(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_revert_to' in scope
 4810 |         FfiConverterTypeFrontiers.lower(version),$0
 4811 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4825:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_set_change_merge_interval' in scope
 4823 |      */
 4824 | open func setChangeMergeInterval(interval: Int64) {try! rustCall() {
 4825 |     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
 4826 |         FfiConverterInt64.lower(interval),$0
 4827 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4835:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_set_hide_empty_root_containers' in scope
 4833 |      */
 4834 | open func setHideEmptyRootContainers(hide: Bool) {try! rustCall() {
 4835 |     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
 4836 |         FfiConverterBool.lower(hide),$0
 4837 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4847:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_set_next_commit_message' in scope
 4845 |      */
 4846 | open func setNextCommitMessage(msg: String) {try! rustCall() {
 4847 |     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
 4848 |         FfiConverterString.lower(msg),$0
 4849 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4859:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_set_next_commit_options' in scope
 4857 |      */
 4858 | open func setNextCommitOptions(options: CommitOptions) {try! rustCall() {
 4859 |     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
 4860 |         FfiConverterTypeCommitOptions.lower(options),$0
 4861 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4871:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_set_next_commit_origin' in scope
 4869 |      */
 4870 | open func setNextCommitOrigin(origin: String) {try! rustCall() {
 4871 |     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
 4872 |         FfiConverterString.lower(origin),$0
 4873 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4884:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_set_next_commit_timestamp' in scope
 4882 |      */
 4883 | open func setNextCommitTimestamp(timestamp: Int64) {try! rustCall() {
 4884 |     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
 4885 |         FfiConverterInt64.lower(timestamp),$0
 4886 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4897:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_set_peer_id' in scope
 4895 |      */
 4896 | open func setPeerId(peer: UInt64)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 4897 |     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
 4898 |         FfiConverterUInt64.lower(peer),$0
 4899 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4915:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_set_record_timestamp' in scope
 4913 |      */
 4914 | open func setRecordTimestamp(record: Bool) {try! rustCall() {
 4915 |     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
 4916 |         FfiConverterBool.lower(record),$0
 4917 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4928:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_shallow_since_vv' in scope
 4926 | open func shallowSinceVv() -> VersionVector {
 4927 |     return try!  FfiConverterTypeVersionVector.lift(try! rustCall() {
 4928 |     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
 4929 |     )
 4930 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4940:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_state_frontiers' in scope
 4938 | open func stateFrontiers() -> Frontiers {
 4939 |     return try!  FfiConverterTypeFrontiers.lift(try! rustCall() {
 4940 |     uniffi_loro_ffi_fn_method_lorodoc_state_frontiers(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_state_frontiers' in scope
 4941 |     )
 4942 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4950:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_state_vv' in scope
 4948 | open func stateVv() -> VersionVector {
 4949 |     return try!  FfiConverterTypeVersionVector.lift(try! rustCall() {
 4950 |     uniffi_loro_ffi_fn_method_lorodoc_state_vv(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_state_vv' in scope
 4951 |     )
 4952 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4970:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_subscribe' in scope
 4968 | open func subscribe(containerId: ContainerId, subscriber: Subscriber) -> Subscription {
 4969 |     return try!  FfiConverterTypeSubscription.lift(try! rustCall() {
 4970 |     uniffi_loro_ffi_fn_method_lorodoc_subscribe(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_subscribe' in scope
 4971 |         FfiConverterTypeContainerID.lower(containerId),
 4972 |         FfiConverterTypeSubscriber.lower(subscriber),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4986:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_subscribe_first_commit_from_peer' in scope
 4984 | open func subscribeFirstCommitFromPeer(callback: FirstCommitFromPeerCallback) -> Subscription {
 4985 |     return try!  FfiConverterTypeSubscription.lift(try! rustCall() {
 4986 |     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
 4987 |         FfiConverterTypeFirstCommitFromPeerCallback.lower(callback),$0
 4988 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4997:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_subscribe_local_update' in scope
 4995 | open func subscribeLocalUpdate(callback: LocalUpdateCallback) -> Subscription {
 4996 |     return try!  FfiConverterTypeSubscription.lift(try! rustCall() {
 4997 |     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
 4998 |         FfiConverterTypeLocalUpdateCallback.lower(callback),$0
 4999 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5011:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_subscribe_pre_commit' in scope
 5009 | open func subscribePreCommit(callback: PreCommitCallback) -> Subscription {
 5010 |     return try!  FfiConverterTypeSubscription.lift(try! rustCall() {
 5011 |     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
 5012 |         FfiConverterTypePreCommitCallback.lower(callback),$0
 5013 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5025:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_subscribe_root' in scope
 5023 | open func subscribeRoot(subscriber: Subscriber) -> Subscription {
 5024 |     return try!  FfiConverterTypeSubscription.lift(try! rustCall() {
 5025 |     uniffi_loro_ffi_fn_method_lorodoc_subscribe_root(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_subscribe_root' in scope
 5026 |         FfiConverterTypeSubscriber.lower(subscriber),$0
 5027 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5043:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_travel_change_ancestors' in scope
 5041 |      */
 5042 | open func travelChangeAncestors(ids: [Id], f: ChangeAncestorsTraveler)throws  {try rustCallWithError(FfiConverterTypeChangeTravelError.lift) {
 5043 |     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
 5044 |         FfiConverterSequenceTypeID.lower(ids),
 5045 |         FfiConverterTypeChangeAncestorsTraveler.lower(f),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5055:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_vv_to_frontiers' in scope
 5053 | open func vvToFrontiers(vv: VersionVector) -> Frontiers {
 5054 |     return try!  FfiConverterTypeFrontiers.lift(try! rustCall() {
 5055 |     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
 5056 |         FfiConverterTypeVersionVector.lower(vv),$0
 5057 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5270:32: error: cannot find 'uniffi_loro_ffi_fn_clone_lorolist' in scope
 5268 | #endif
 5269 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 5270 |         return try! rustCall { uniffi_loro_ffi_fn_clone_lorolist(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_lorolist' in scope
 5271 |     }
 5272 |     /**
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5281:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_lorolist_new' in scope
 5279 |     let pointer =
 5280 |         try! rustCall() {
 5281 |     uniffi_loro_ffi_fn_constructor_lorolist_new($0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_lorolist_new' in scope
 5282 |     )
 5283 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5292:25: error: cannot find 'uniffi_loro_ffi_fn_free_lorolist' in scope
 5290 |         }
 5291 |
 5292 |         try! rustCall { uniffi_loro_ffi_fn_free_lorolist(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_lorolist' in scope
 5293 |     }
 5294 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5302:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_clear' in scope
 5300 |      */
 5301 | open func clear()throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5302 |     uniffi_loro_ffi_fn_method_lorolist_clear(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_clear' in scope
 5303 |     )
 5304 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5311:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_delete' in scope
 5309 |      */
 5310 | open func delete(pos: UInt32, len: UInt32)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5311 |     uniffi_loro_ffi_fn_method_lorolist_delete(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_delete' in scope
 5312 |         FfiConverterUInt32.lower(pos),
 5313 |         FfiConverterUInt32.lower(len),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5323:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_doc' in scope
 5321 | open func doc() -> LoroDoc? {
 5322 |     return try!  FfiConverterOptionTypeLoroDoc.lift(try! rustCall() {
 5323 |     uniffi_loro_ffi_fn_method_lorolist_doc(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_doc' in scope
 5324 |     )
 5325 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5333:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_get' in scope
 5331 | open func get(index: UInt32) -> ValueOrContainer? {
 5332 |     return try!  FfiConverterOptionTypeValueOrContainer.lift(try! rustCall() {
 5333 |     uniffi_loro_ffi_fn_method_lorolist_get(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_get' in scope
 5334 |         FfiConverterUInt32.lower(index),$0
 5335 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5344:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_get_attached' in scope
 5342 | open func getAttached() -> LoroList? {
 5343 |     return try!  FfiConverterOptionTypeLoroList.lift(try! rustCall() {
 5344 |     uniffi_loro_ffi_fn_method_lorolist_get_attached(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_get_attached' in scope
 5345 |     )
 5346 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5351:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_get_cursor' in scope
 5349 | open func getCursor(pos: UInt32, side: Side) -> Cursor? {
 5350 |     return try!  FfiConverterOptionTypeCursor.lift(try! rustCall() {
 5351 |     uniffi_loro_ffi_fn_method_lorolist_get_cursor(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_get_cursor' in scope
 5352 |         FfiConverterUInt32.lower(pos),
 5353 |         FfiConverterTypeSide.lower(side),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5363:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_get_deep_value' in scope
 5361 | open func getDeepValue() -> LoroValue {
 5362 |     return try!  FfiConverterTypeLoroValue.lift(try! rustCall() {
 5363 |     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
 5364 |     )
 5365 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5373:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_get_id_at' in scope
 5371 | open func getIdAt(pos: UInt32) -> Id? {
 5372 |     return try!  FfiConverterOptionTypeID.lift(try! rustCall() {
 5373 |     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
 5374 |         FfiConverterUInt32.lower(pos),$0
 5375 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5386:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_get_value' in scope
 5384 | open func getValue() -> LoroValue {
 5385 |     return try!  FfiConverterTypeLoroValue.lift(try! rustCall() {
 5386 |     uniffi_loro_ffi_fn_method_lorolist_get_value(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_get_value' in scope
 5387 |     )
 5388 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5396:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_id' in scope
 5394 | open func id() -> ContainerId {
 5395 |     return try!  FfiConverterTypeContainerID.lift(try! rustCall() {
 5396 |     uniffi_loro_ffi_fn_method_lorolist_id(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_id' in scope
 5397 |     )
 5398 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5405:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_insert' in scope
 5403 |      */
 5404 | open func insert(pos: UInt32, v: LoroValueLike)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5405 |     uniffi_loro_ffi_fn_method_lorolist_insert(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_insert' in scope
 5406 |         FfiConverterUInt32.lower(pos),
 5407 |         FfiConverterTypeLoroValueLike.lower(v),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5414:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_insert_counter_container' in scope
 5412 | open func insertCounterContainer(pos: UInt32, child: LoroCounter)throws  -> LoroCounter {
 5413 |     return try  FfiConverterTypeLoroCounter.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5414 |     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
 5415 |         FfiConverterUInt32.lower(pos),
 5416 |         FfiConverterTypeLoroCounter.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5423:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_insert_list_container' in scope
 5421 | open func insertListContainer(pos: UInt32, child: LoroList)throws  -> LoroList {
 5422 |     return try  FfiConverterTypeLoroList.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5423 |     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
 5424 |         FfiConverterUInt32.lower(pos),
 5425 |         FfiConverterTypeLoroList.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5432:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_insert_map_container' in scope
 5430 | open func insertMapContainer(pos: UInt32, child: LoroMap)throws  -> LoroMap {
 5431 |     return try  FfiConverterTypeLoroMap.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5432 |     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
 5433 |         FfiConverterUInt32.lower(pos),
 5434 |         FfiConverterTypeLoroMap.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5441:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_insert_movable_list_container' in scope
 5439 | open func insertMovableListContainer(pos: UInt32, child: LoroMovableList)throws  -> LoroMovableList {
 5440 |     return try  FfiConverterTypeLoroMovableList.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5441 |     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
 5442 |         FfiConverterUInt32.lower(pos),
 5443 |         FfiConverterTypeLoroMovableList.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5450:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_insert_text_container' in scope
 5448 | open func insertTextContainer(pos: UInt32, child: LoroText)throws  -> LoroText {
 5449 |     return try  FfiConverterTypeLoroText.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5450 |     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
 5451 |         FfiConverterUInt32.lower(pos),
 5452 |         FfiConverterTypeLoroText.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5459:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_insert_tree_container' in scope
 5457 | open func insertTreeContainer(pos: UInt32, child: LoroTree)throws  -> LoroTree {
 5458 |     return try  FfiConverterTypeLoroTree.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5459 |     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
 5460 |         FfiConverterUInt32.lower(pos),
 5461 |         FfiConverterTypeLoroTree.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5474:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_is_attached' in scope
 5472 | open func isAttached() -> Bool {
 5473 |     return try!  FfiConverterBool.lift(try! rustCall() {
 5474 |     uniffi_loro_ffi_fn_method_lorolist_is_attached(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_is_attached' in scope
 5475 |     )
 5476 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5484:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_is_deleted' in scope
 5482 | open func isDeleted() -> Bool {
 5483 |     return try!  FfiConverterBool.lift(try! rustCall() {
 5484 |     uniffi_loro_ffi_fn_method_lorolist_is_deleted(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_is_deleted' in scope
 5485 |     )
 5486 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5491:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_is_empty' in scope
 5489 | open func isEmpty() -> Bool {
 5490 |     return try!  FfiConverterBool.lift(try! rustCall() {
 5491 |     uniffi_loro_ffi_fn_method_lorolist_is_empty(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_is_empty' in scope
 5492 |     )
 5493 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5498:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_len' in scope
 5496 | open func len() -> UInt32 {
 5497 |     return try!  FfiConverterUInt32.lift(try! rustCall() {
 5498 |     uniffi_loro_ffi_fn_method_lorolist_len(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_len' in scope
 5499 |     )
 5500 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5508:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_pop' in scope
 5506 | open func pop()throws  -> LoroValue? {
 5507 |     return try  FfiConverterOptionTypeLoroValue.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5508 |     uniffi_loro_ffi_fn_method_lorolist_pop(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_pop' in scope
 5509 |     )
 5510 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5514:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_push' in scope
 5512 |
 5513 | open func push(v: LoroValueLike)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5514 |     uniffi_loro_ffi_fn_method_lorolist_push(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_push' in scope
 5515 |         FfiConverterTypeLoroValueLike.lower(v),$0
 5516 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5535:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_subscribe' in scope
 5533 | open func subscribe(subscriber: Subscriber) -> Subscription? {
 5534 |     return try!  FfiConverterOptionTypeSubscription.lift(try! rustCall() {
 5535 |     uniffi_loro_ffi_fn_method_lorolist_subscribe(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_subscribe' in scope
 5536 |         FfiConverterTypeSubscriber.lower(subscriber),$0
 5537 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5549:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_to_vec' in scope
 5547 | open func toVec() -> [LoroValue] {
 5548 |     return try!  FfiConverterSequenceTypeLoroValue.lift(try! rustCall() {
 5549 |     uniffi_loro_ffi_fn_method_lorolist_to_vec(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_to_vec' in scope
 5550 |     )
 5551 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5776:32: error: cannot find 'uniffi_loro_ffi_fn_clone_loromap' in scope
 5774 | #endif
 5775 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 5776 |         return try! rustCall { uniffi_loro_ffi_fn_clone_loromap(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_loromap' in scope
 5777 |     }
 5778 |     /**
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5787:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_loromap_new' in scope
 5785 |     let pointer =
 5786 |         try! rustCall() {
 5787 |     uniffi_loro_ffi_fn_constructor_loromap_new($0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_loromap_new' in scope
 5788 |     )
 5789 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5798:25: error: cannot find 'uniffi_loro_ffi_fn_free_loromap' in scope
 5796 |         }
 5797 |
 5798 |         try! rustCall { uniffi_loro_ffi_fn_free_loromap(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_loromap' in scope
 5799 |     }
 5800 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5808:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_clear' in scope
 5806 |      */
 5807 | open func clear()throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5808 |     uniffi_loro_ffi_fn_method_loromap_clear(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_clear' in scope
 5809 |     )
 5810 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5817:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_delete' in scope
 5815 |      */
 5816 | open func delete(key: String)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5817 |     uniffi_loro_ffi_fn_method_loromap_delete(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_delete' in scope
 5818 |         FfiConverterString.lower(key),$0
 5819 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5828:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_doc' in scope
 5826 | open func doc() -> LoroDoc? {
 5827 |     return try!  FfiConverterOptionTypeLoroDoc.lift(try! rustCall() {
 5828 |     uniffi_loro_ffi_fn_method_loromap_doc(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_doc' in scope
 5829 |     )
 5830 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5838:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_get' in scope
 5836 | open func get(key: String) -> ValueOrContainer? {
 5837 |     return try!  FfiConverterOptionTypeValueOrContainer.lift(try! rustCall() {
 5838 |     uniffi_loro_ffi_fn_method_loromap_get(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_get' in scope
 5839 |         FfiConverterString.lower(key),$0
 5840 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5849:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_get_attached' in scope
 5847 | open func getAttached() -> LoroMap? {
 5848 |     return try!  FfiConverterOptionTypeLoroMap.lift(try! rustCall() {
 5849 |     uniffi_loro_ffi_fn_method_loromap_get_attached(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_get_attached' in scope
 5850 |     )
 5851 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5861:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_get_deep_value' in scope
 5859 | open func getDeepValue() -> LoroValue {
 5860 |     return try!  FfiConverterTypeLoroValue.lift(try! rustCall() {
 5861 |     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
 5862 |     )
 5863 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5871:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_get_last_editor' in scope
 5869 | open func getLastEditor(key: String) -> UInt64? {
 5870 |     return try!  FfiConverterOptionUInt64.lift(try! rustCall() {
 5871 |     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
 5872 |         FfiConverterString.lower(key),$0
 5873 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5879:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_get_or_create_counter_container' in scope
 5877 | open func getOrCreateCounterContainer(key: String, child: LoroCounter)throws  -> LoroCounter {
 5878 |     return try  FfiConverterTypeLoroCounter.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5879 |     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
 5880 |         FfiConverterString.lower(key),
 5881 |         FfiConverterTypeLoroCounter.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5888:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_get_or_create_list_container' in scope
 5886 | open func getOrCreateListContainer(key: String, child: LoroList)throws  -> LoroList {
 5887 |     return try  FfiConverterTypeLoroList.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5888 |     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
 5889 |         FfiConverterString.lower(key),
 5890 |         FfiConverterTypeLoroList.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5897:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_get_or_create_map_container' in scope
 5895 | open func getOrCreateMapContainer(key: String, child: LoroMap)throws  -> LoroMap {
 5896 |     return try  FfiConverterTypeLoroMap.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5897 |     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
 5898 |         FfiConverterString.lower(key),
 5899 |         FfiConverterTypeLoroMap.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5906:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_get_or_create_movable_list_container' in scope
 5904 | open func getOrCreateMovableListContainer(key: String, child: LoroMovableList)throws  -> LoroMovableList {
 5905 |     return try  FfiConverterTypeLoroMovableList.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5906 |     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
 5907 |         FfiConverterString.lower(key),
 5908 |         FfiConverterTypeLoroMovableList.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5915:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_get_or_create_text_container' in scope
 5913 | open func getOrCreateTextContainer(key: String, child: LoroText)throws  -> LoroText {
 5914 |     return try  FfiConverterTypeLoroText.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5915 |     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
 5916 |         FfiConverterString.lower(key),
 5917 |         FfiConverterTypeLoroText.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5924:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_get_or_create_tree_container' in scope
 5922 | open func getOrCreateTreeContainer(key: String, child: LoroTree)throws  -> LoroTree {
 5923 |     return try  FfiConverterTypeLoroTree.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5924 |     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
 5925 |         FfiConverterString.lower(key),
 5926 |         FfiConverterTypeLoroTree.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5938:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_get_value' in scope
 5936 | open func getValue() -> LoroValue {
 5937 |     return try!  FfiConverterTypeLoroValue.lift(try! rustCall() {
 5938 |     uniffi_loro_ffi_fn_method_loromap_get_value(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_get_value' in scope
 5939 |     )
 5940 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5948:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_id' in scope
 5946 | open func id() -> ContainerId {
 5947 |     return try!  FfiConverterTypeContainerID.lift(try! rustCall() {
 5948 |     uniffi_loro_ffi_fn_method_loromap_id(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_id' in scope
 5949 |     )
 5950 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5960:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_insert' in scope
 5958 |      */
 5959 | open func insert(key: String, v: LoroValueLike)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5960 |     uniffi_loro_ffi_fn_method_loromap_insert(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_insert' in scope
 5961 |         FfiConverterString.lower(key),
 5962 |         FfiConverterTypeLoroValueLike.lower(v),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5969:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_insert_counter_container' in scope
 5967 | open func insertCounterContainer(key: String, child: LoroCounter)throws  -> LoroCounter {
 5968 |     return try  FfiConverterTypeLoroCounter.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5969 |     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
 5970 |         FfiConverterString.lower(key),
 5971 |         FfiConverterTypeLoroCounter.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5978:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_insert_list_container' in scope
 5976 | open func insertListContainer(key: String, child: LoroList)throws  -> LoroList {
 5977 |     return try  FfiConverterTypeLoroList.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5978 |     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
 5979 |         FfiConverterString.lower(key),
 5980 |         FfiConverterTypeLoroList.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5987:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_insert_map_container' in scope
 5985 | open func insertMapContainer(key: String, child: LoroMap)throws  -> LoroMap {
 5986 |     return try  FfiConverterTypeLoroMap.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5987 |     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
 5988 |         FfiConverterString.lower(key),
 5989 |         FfiConverterTypeLoroMap.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5996:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_insert_movable_list_container' in scope
 5994 | open func insertMovableListContainer(key: String, child: LoroMovableList)throws  -> LoroMovableList {
 5995 |     return try  FfiConverterTypeLoroMovableList.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5996 |     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
 5997 |         FfiConverterString.lower(key),
 5998 |         FfiConverterTypeLoroMovableList.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6005:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_insert_text_container' in scope
 6003 | open func insertTextContainer(key: String, child: LoroText)throws  -> LoroText {
 6004 |     return try  FfiConverterTypeLoroText.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6005 |     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
 6006 |         FfiConverterString.lower(key),
 6007 |         FfiConverterTypeLoroText.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6014:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_insert_tree_container' in scope
 6012 | open func insertTreeContainer(key: String, child: LoroTree)throws  -> LoroTree {
 6013 |     return try  FfiConverterTypeLoroTree.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6014 |     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
 6015 |         FfiConverterString.lower(key),
 6016 |         FfiConverterTypeLoroTree.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6026:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_is_attached' in scope
 6024 | open func isAttached() -> Bool {
 6025 |     return try!  FfiConverterBool.lift(try! rustCall() {
 6026 |     uniffi_loro_ffi_fn_method_loromap_is_attached(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_is_attached' in scope
 6027 |     )
 6028 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6036:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_is_deleted' in scope
 6034 | open func isDeleted() -> Bool {
 6035 |     return try!  FfiConverterBool.lift(try! rustCall() {
 6036 |     uniffi_loro_ffi_fn_method_loromap_is_deleted(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_is_deleted' in scope
 6037 |     )
 6038 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6046:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_is_empty' in scope
 6044 | open func isEmpty() -> Bool {
 6045 |     return try!  FfiConverterBool.lift(try! rustCall() {
 6046 |     uniffi_loro_ffi_fn_method_loromap_is_empty(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_is_empty' in scope
 6047 |     )
 6048 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6056:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_keys' in scope
 6054 | open func keys() -> [String] {
 6055 |     return try!  FfiConverterSequenceString.lift(try! rustCall() {
 6056 |     uniffi_loro_ffi_fn_method_loromap_keys(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_keys' in scope
 6057 |     )
 6058 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6066:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_len' in scope
 6064 | open func len() -> UInt32 {
 6065 |     return try!  FfiConverterUInt32.lift(try! rustCall() {
 6066 |     uniffi_loro_ffi_fn_method_loromap_len(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_len' in scope
 6067 |     )
 6068 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6086:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_subscribe' in scope
 6084 | open func subscribe(subscriber: Subscriber) -> Subscription? {
 6085 |     return try!  FfiConverterOptionTypeSubscription.lift(try! rustCall() {
 6086 |     uniffi_loro_ffi_fn_method_loromap_subscribe(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_subscribe' in scope
 6087 |         FfiConverterTypeSubscriber.lower(subscriber),$0
 6088 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6097:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_values' in scope
 6095 | open func values() -> [ValueOrContainer] {
 6096 |     return try!  FfiConverterSequenceTypeValueOrContainer.lift(try! rustCall() {
 6097 |     uniffi_loro_ffi_fn_method_loromap_values(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_values' in scope
 6098 |     )
 6099 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6356:32: error: cannot find 'uniffi_loro_ffi_fn_clone_loromovablelist' in scope
 6354 | #endif
 6355 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 6356 |         return try! rustCall { uniffi_loro_ffi_fn_clone_loromovablelist(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_loromovablelist' in scope
 6357 |     }
 6358 |     /**
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6367:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_loromovablelist_new' in scope
 6365 |     let pointer =
 6366 |         try! rustCall() {
 6367 |     uniffi_loro_ffi_fn_constructor_loromovablelist_new($0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_loromovablelist_new' in scope
 6368 |     )
 6369 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6378:25: error: cannot find 'uniffi_loro_ffi_fn_free_loromovablelist' in scope
 6376 |         }
 6377 |
 6378 |         try! rustCall { uniffi_loro_ffi_fn_free_loromovablelist(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_loromovablelist' in scope
 6379 |     }
 6380 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6388:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_clear' in scope
 6386 |      */
 6387 | open func clear()throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6388 |     uniffi_loro_ffi_fn_method_loromovablelist_clear(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_clear' in scope
 6389 |     )
 6390 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6397:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_delete' in scope
 6395 |      */
 6396 | open func delete(pos: UInt32, len: UInt32)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6397 |     uniffi_loro_ffi_fn_method_loromovablelist_delete(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_delete' in scope
 6398 |         FfiConverterUInt32.lower(pos),
 6399 |         FfiConverterUInt32.lower(len),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6409:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_doc' in scope
 6407 | open func doc() -> LoroDoc? {
 6408 |     return try!  FfiConverterOptionTypeLoroDoc.lift(try! rustCall() {
 6409 |     uniffi_loro_ffi_fn_method_loromovablelist_doc(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_doc' in scope
 6410 |     )
 6411 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6419:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_get' in scope
 6417 | open func get(index: UInt32) -> ValueOrContainer? {
 6418 |     return try!  FfiConverterOptionTypeValueOrContainer.lift(try! rustCall() {
 6419 |     uniffi_loro_ffi_fn_method_loromovablelist_get(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_get' in scope
 6420 |         FfiConverterUInt32.lower(index),$0
 6421 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6430:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_get_attached' in scope
 6428 | open func getAttached() -> LoroMovableList? {
 6429 |     return try!  FfiConverterOptionTypeLoroMovableList.lift(try! rustCall() {
 6430 |     uniffi_loro_ffi_fn_method_loromovablelist_get_attached(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_get_attached' in scope
 6431 |     )
 6432 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6437:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_get_creator_at' in scope
 6435 | open func getCreatorAt(pos: UInt32) -> UInt64? {
 6436 |     return try!  FfiConverterOptionUInt64.lift(try! rustCall() {
 6437 |     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
 6438 |         FfiConverterUInt32.lower(pos),$0
 6439 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6460:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_get_cursor' in scope
 6458 | open func getCursor(pos: UInt32, side: Side) -> Cursor? {
 6459 |     return try!  FfiConverterOptionTypeCursor.lift(try! rustCall() {
 6460 |     uniffi_loro_ffi_fn_method_loromovablelist_get_cursor(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_get_cursor' in scope
 6461 |         FfiConverterUInt32.lower(pos),
 6462 |         FfiConverterTypeSide.lower(side),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6472:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_get_deep_value' in scope
 6470 | open func getDeepValue() -> LoroValue {
 6471 |     return try!  FfiConverterTypeLoroValue.lift(try! rustCall() {
 6472 |     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
 6473 |     )
 6474 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6482:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_get_last_editor_at' in scope
 6480 | open func getLastEditorAt(pos: UInt32) -> UInt64? {
 6481 |     return try!  FfiConverterOptionUInt64.lift(try! rustCall() {
 6482 |     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
 6483 |         FfiConverterUInt32.lower(pos),$0
 6484 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6493:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_get_last_mover_at' in scope
 6491 | open func getLastMoverAt(pos: UInt32) -> UInt64? {
 6492 |     return try!  FfiConverterOptionUInt64.lift(try! rustCall() {
 6493 |     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
 6494 |         FfiConverterUInt32.lower(pos),$0
 6495 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6506:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_get_value' in scope
 6504 | open func getValue() -> LoroValue {
 6505 |     return try!  FfiConverterTypeLoroValue.lift(try! rustCall() {
 6506 |     uniffi_loro_ffi_fn_method_loromovablelist_get_value(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_get_value' in scope
 6507 |     )
 6508 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6516:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_id' in scope
 6514 | open func id() -> ContainerId {
 6515 |     return try!  FfiConverterTypeContainerID.lift(try! rustCall() {
 6516 |     uniffi_loro_ffi_fn_method_loromovablelist_id(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_id' in scope
 6517 |     )
 6518 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6525:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_insert' in scope
 6523 |      */
 6524 | open func insert(pos: UInt32, v: LoroValueLike)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6525 |     uniffi_loro_ffi_fn_method_loromovablelist_insert(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_insert' in scope
 6526 |         FfiConverterUInt32.lower(pos),
 6527 |         FfiConverterTypeLoroValueLike.lower(v),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6534:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_insert_counter_container' in scope
 6532 | open func insertCounterContainer(pos: UInt32, child: LoroCounter)throws  -> LoroCounter {
 6533 |     return try  FfiConverterTypeLoroCounter.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6534 |     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
 6535 |         FfiConverterUInt32.lower(pos),
 6536 |         FfiConverterTypeLoroCounter.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6543:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_insert_list_container' in scope
 6541 | open func insertListContainer(pos: UInt32, child: LoroList)throws  -> LoroList {
 6542 |     return try  FfiConverterTypeLoroList.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6543 |     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
 6544 |         FfiConverterUInt32.lower(pos),
 6545 |         FfiConverterTypeLoroList.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6552:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_insert_map_container' in scope
 6550 | open func insertMapContainer(pos: UInt32, child: LoroMap)throws  -> LoroMap {
 6551 |     return try  FfiConverterTypeLoroMap.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6552 |     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
 6553 |         FfiConverterUInt32.lower(pos),
 6554 |         FfiConverterTypeLoroMap.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6561:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_insert_movable_list_container' in scope
 6559 | open func insertMovableListContainer(pos: UInt32, child: LoroMovableList)throws  -> LoroMovableList {
 6560 |     return try  FfiConverterTypeLoroMovableList.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6561 |     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
 6562 |         FfiConverterUInt32.lower(pos),
 6563 |         FfiConverterTypeLoroMovableList.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6570:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_insert_text_container' in scope
 6568 | open func insertTextContainer(pos: UInt32, child: LoroText)throws  -> LoroText {
 6569 |     return try  FfiConverterTypeLoroText.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6570 |     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
 6571 |         FfiConverterUInt32.lower(pos),
 6572 |         FfiConverterTypeLoroText.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6579:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_insert_tree_container' in scope
 6577 | open func insertTreeContainer(pos: UInt32, child: LoroTree)throws  -> LoroTree {
 6578 |     return try  FfiConverterTypeLoroTree.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6579 |     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
 6580 |         FfiConverterUInt32.lower(pos),
 6581 |         FfiConverterTypeLoroTree.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6594:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_is_attached' in scope
 6592 | open func isAttached() -> Bool {
 6593 |     return try!  FfiConverterBool.lift(try! rustCall() {
 6594 |     uniffi_loro_ffi_fn_method_loromovablelist_is_attached(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_is_attached' in scope
 6595 |     )
 6596 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6604:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_is_deleted' in scope
 6602 | open func isDeleted() -> Bool {
 6603 |     return try!  FfiConverterBool.lift(try! rustCall() {
 6604 |     uniffi_loro_ffi_fn_method_loromovablelist_is_deleted(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_is_deleted' in scope
 6605 |     )
 6606 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6611:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_is_empty' in scope
 6609 | open func isEmpty() -> Bool {
 6610 |     return try!  FfiConverterBool.lift(try! rustCall() {
 6611 |     uniffi_loro_ffi_fn_method_loromovablelist_is_empty(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_is_empty' in scope
 6612 |     )
 6613 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6618:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_len' in scope
 6616 | open func len() -> UInt32 {
 6617 |     return try!  FfiConverterUInt32.lift(try! rustCall() {
 6618 |     uniffi_loro_ffi_fn_method_loromovablelist_len(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_len' in scope
 6619 |     )
 6620 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6627:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_mov' in scope
 6625 |      */
 6626 | open func mov(from: UInt32, to: UInt32)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6627 |     uniffi_loro_ffi_fn_method_loromovablelist_mov(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_mov' in scope
 6628 |         FfiConverterUInt32.lower(from),
 6629 |         FfiConverterUInt32.lower(to),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6639:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_pop' in scope
 6637 | open func pop()throws  -> ValueOrContainer? {
 6638 |     return try  FfiConverterOptionTypeValueOrContainer.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6639 |     uniffi_loro_ffi_fn_method_loromovablelist_pop(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_pop' in scope
 6640 |     )
 6641 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6645:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_push' in scope
 6643 |
 6644 | open func push(v: LoroValueLike)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6645 |     uniffi_loro_ffi_fn_method_loromovablelist_push(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_push' in scope
 6646 |         FfiConverterTypeLoroValueLike.lower(v),$0
 6647 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6655:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_set' in scope
 6653 |      */
 6654 | open func set(pos: UInt32, value: LoroValueLike)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6655 |     uniffi_loro_ffi_fn_method_loromovablelist_set(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_set' in scope
 6656 |         FfiConverterUInt32.lower(pos),
 6657 |         FfiConverterTypeLoroValueLike.lower(value),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6664:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_set_counter_container' in scope
 6662 | open func setCounterContainer(pos: UInt32, child: LoroCounter)throws  -> LoroCounter {
 6663 |     return try  FfiConverterTypeLoroCounter.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6664 |     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
 6665 |         FfiConverterUInt32.lower(pos),
 6666 |         FfiConverterTypeLoroCounter.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6673:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_set_list_container' in scope
 6671 | open func setListContainer(pos: UInt32, child: LoroList)throws  -> LoroList {
 6672 |     return try  FfiConverterTypeLoroList.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6673 |     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
 6674 |         FfiConverterUInt32.lower(pos),
 6675 |         FfiConverterTypeLoroList.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6682:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_set_map_container' in scope
 6680 | open func setMapContainer(pos: UInt32, child: LoroMap)throws  -> LoroMap {
 6681 |     return try  FfiConverterTypeLoroMap.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6682 |     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
 6683 |         FfiConverterUInt32.lower(pos),
 6684 |         FfiConverterTypeLoroMap.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6691:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_set_movable_list_container' in scope
 6689 | open func setMovableListContainer(pos: UInt32, child: LoroMovableList)throws  -> LoroMovableList {
 6690 |     return try  FfiConverterTypeLoroMovableList.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6691 |     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
 6692 |         FfiConverterUInt32.lower(pos),
 6693 |         FfiConverterTypeLoroMovableList.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6700:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_set_text_container' in scope
 6698 | open func setTextContainer(pos: UInt32, child: LoroText)throws  -> LoroText {
 6699 |     return try  FfiConverterTypeLoroText.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6700 |     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
 6701 |         FfiConverterUInt32.lower(pos),
 6702 |         FfiConverterTypeLoroText.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6709:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_set_tree_container' in scope
 6707 | open func setTreeContainer(pos: UInt32, child: LoroTree)throws  -> LoroTree {
 6708 |     return try  FfiConverterTypeLoroTree.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6709 |     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
 6710 |         FfiConverterUInt32.lower(pos),
 6711 |         FfiConverterTypeLoroTree.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6731:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_subscribe' in scope
 6729 | open func subscribe(subscriber: Subscriber) -> Subscription? {
 6730 |     return try!  FfiConverterOptionTypeSubscription.lift(try! rustCall() {
 6731 |     uniffi_loro_ffi_fn_method_loromovablelist_subscribe(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_subscribe' in scope
 6732 |         FfiConverterTypeSubscriber.lower(subscriber),$0
 6733 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6746:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_to_vec' in scope
 6744 | open func toVec() -> [LoroValue] {
 6745 |     return try!  FfiConverterSequenceTypeLoroValue.lift(try! rustCall() {
 6746 |     uniffi_loro_ffi_fn_method_loromovablelist_to_vec(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_to_vec' in scope
 6747 |     )
 6748 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7048:32: error: cannot find 'uniffi_loro_ffi_fn_clone_lorotext' in scope
 7046 | #endif
 7047 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 7048 |         return try! rustCall { uniffi_loro_ffi_fn_clone_lorotext(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_lorotext' in scope
 7049 |     }
 7050 |     /**
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7059:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_lorotext_new' in scope
 7057 |     let pointer =
 7058 |         try! rustCall() {
 7059 |     uniffi_loro_ffi_fn_constructor_lorotext_new($0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_lorotext_new' in scope
 7060 |     )
 7061 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7070:25: error: cannot find 'uniffi_loro_ffi_fn_free_lorotext' in scope
 7068 |         }
 7069 |
 7070 |         try! rustCall { uniffi_loro_ffi_fn_free_lorotext(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_lorotext' in scope
 7071 |     }
 7072 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7080:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_apply_delta' in scope
 7078 |      */
 7079 | open func applyDelta(delta: [TextDelta])throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 7080 |     uniffi_loro_ffi_fn_method_lorotext_apply_delta(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_apply_delta' in scope
 7081 |         FfiConverterSequenceTypeTextDelta.lower(delta),$0
 7082 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7091:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_char_at' in scope
 7089 | open func charAt(pos: UInt32)throws  -> String {
 7090 |     return try  FfiConverterString.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 7091 |     uniffi_loro_ffi_fn_method_lorotext_char_at(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_char_at' in scope
 7092 |         FfiConverterUInt32.lower(pos),$0
 7093 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7101:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_delete' in scope
 7099 |      */
 7100 | open func delete(pos: UInt32, len: UInt32)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 7101 |     uniffi_loro_ffi_fn_method_lorotext_delete(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_delete' in scope
 7102 |         FfiConverterUInt32.lower(pos),
 7103 |         FfiConverterUInt32.lower(len),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7112:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_delete_utf8' in scope
 7110 |      */
 7111 | open func deleteUtf8(pos: UInt32, len: UInt32)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 7112 |     uniffi_loro_ffi_fn_method_lorotext_delete_utf8(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_delete_utf8' in scope
 7113 |         FfiConverterUInt32.lower(pos),
 7114 |         FfiConverterUInt32.lower(len),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7124:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_doc' in scope
 7122 | open func doc() -> LoroDoc? {
 7123 |     return try!  FfiConverterOptionTypeLoroDoc.lift(try! rustCall() {
 7124 |     uniffi_loro_ffi_fn_method_lorotext_doc(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_doc' in scope
 7125 |     )
 7126 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7134:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_get_attached' in scope
 7132 | open func getAttached() -> LoroText? {
 7133 |     return try!  FfiConverterOptionTypeLoroText.lift(try! rustCall() {
 7134 |     uniffi_loro_ffi_fn_method_lorotext_get_attached(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_get_attached' in scope
 7135 |     )
 7136 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7156:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_get_cursor' in scope
 7154 | open func getCursor(pos: UInt32, side: Side) -> Cursor? {
 7155 |     return try!  FfiConverterOptionTypeCursor.lift(try! rustCall() {
 7156 |     uniffi_loro_ffi_fn_method_lorotext_get_cursor(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_get_cursor' in scope
 7157 |         FfiConverterUInt32.lower(pos),
 7158 |         FfiConverterTypeSide.lower(side),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7168:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_get_editor_at_unicode_pos' in scope
 7166 | open func getEditorAtUnicodePos(pos: UInt32) -> UInt64? {
 7167 |     return try!  FfiConverterOptionUInt64.lift(try! rustCall() {
 7168 |     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
 7169 |         FfiConverterUInt32.lower(pos),$0
 7170 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7179:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_get_richtext_value' in scope
 7177 | open func getRichtextValue() -> LoroValue {
 7178 |     return try!  FfiConverterTypeLoroValue.lift(try! rustCall() {
 7179 |     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
 7180 |     )
 7181 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7189:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_id' in scope
 7187 | open func id() -> ContainerId {
 7188 |     return try!  FfiConverterTypeContainerID.lift(try! rustCall() {
 7189 |     uniffi_loro_ffi_fn_method_lorotext_id(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_id' in scope
 7190 |     )
 7191 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7198:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_insert' in scope
 7196 |      */
 7197 | open func insert(pos: UInt32, s: String)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 7198 |     uniffi_loro_ffi_fn_method_lorotext_insert(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_insert' in scope
 7199 |         FfiConverterUInt32.lower(pos),
 7200 |         FfiConverterString.lower(s),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7209:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_insert_utf8' in scope
 7207 |      */
 7208 | open func insertUtf8(pos: UInt32, s: String)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 7209 |     uniffi_loro_ffi_fn_method_lorotext_insert_utf8(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_insert_utf8' in scope
 7210 |         FfiConverterUInt32.lower(pos),
 7211 |         FfiConverterString.lower(s),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7224:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_is_attached' in scope
 7222 | open func isAttached() -> Bool {
 7223 |     return try!  FfiConverterBool.lift(try! rustCall() {
 7224 |     uniffi_loro_ffi_fn_method_lorotext_is_attached(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_is_attached' in scope
 7225 |     )
 7226 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7234:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_is_deleted' in scope
 7232 | open func isDeleted() -> Bool {
 7233 |     return try!  FfiConverterBool.lift(try! rustCall() {
 7234 |     uniffi_loro_ffi_fn_method_lorotext_is_deleted(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_is_deleted' in scope
 7235 |     )
 7236 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7244:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_is_empty' in scope
 7242 | open func isEmpty() -> Bool {
 7243 |     return try!  FfiConverterBool.lift(try! rustCall() {
 7244 |     uniffi_loro_ffi_fn_method_lorotext_is_empty(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_is_empty' in scope
 7245 |     )
 7246 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7254:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_len_unicode' in scope
 7252 | open func lenUnicode() -> UInt32 {
 7253 |     return try!  FfiConverterUInt32.lift(try! rustCall() {
 7254 |     uniffi_loro_ffi_fn_method_lorotext_len_unicode(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_len_unicode' in scope
 7255 |     )
 7256 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7264:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_len_utf16' in scope
 7262 | open func lenUtf16() -> UInt32 {
 7263 |     return try!  FfiConverterUInt32.lift(try! rustCall() {
 7264 |     uniffi_loro_ffi_fn_method_lorotext_len_utf16(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_len_utf16' in scope
 7265 |     )
 7266 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7274:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_len_utf8' in scope
 7272 | open func lenUtf8() -> UInt32 {
 7273 |     return try!  FfiConverterUInt32.lift(try! rustCall() {
 7274 |     uniffi_loro_ffi_fn_method_lorotext_len_utf8(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_len_utf8' in scope
 7275 |     )
 7276 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7296:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_mark' in scope
 7294 |      */
 7295 | open func mark(from: UInt32, to: UInt32, key: String, value: LoroValueLike)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 7296 |     uniffi_loro_ffi_fn_method_lorotext_mark(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_mark' in scope
 7297 |         FfiConverterUInt32.lower(from),
 7298 |         FfiConverterUInt32.lower(to),
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7309:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_push_str' in scope
 7307 |      */
 7308 | open func pushStr(s: String)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 7309 |     uniffi_loro_ffi_fn_method_lorotext_push_str(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_push_str' in scope
 7310 |         FfiConverterString.lower(s),$0
 7311 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7320:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_slice' in scope
 7318 | open func slice(startIndex: UInt32, endIndex: UInt32)throws  -> String {
 7319 |     return try  FfiConverterString.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 7320 |     uniffi_loro_ffi_fn_method_lorotext_slice(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_slice' in scope
 7321 |         FfiConverterUInt32.lower(startIndex),
 7322 |         FfiConverterUInt32.lower(endIndex),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7332:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_splice' in scope
 7330 | open func splice(pos: UInt32, len: UInt32, s: String)throws  -> String {
 7331 |     return try  FfiConverterString.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 7332 |     uniffi_loro_ffi_fn_method_lorotext_splice(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_splice' in scope
 7333 |         FfiConverterUInt32.lower(pos),
 7334 |         FfiConverterUInt32.lower(len),
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7355:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_subscribe' in scope
 7353 | open func subscribe(subscriber: Subscriber) -> Subscription? {
 7354 |     return try!  FfiConverterOptionTypeSubscription.lift(try! rustCall() {
 7355 |     uniffi_loro_ffi_fn_method_lorotext_subscribe(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_subscribe' in scope
 7356 |         FfiConverterTypeSubscriber.lower(subscriber),$0
 7357 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7366:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_to_delta' in scope
 7364 | open func toDelta() -> [TextDelta] {
 7365 |     return try!  FfiConverterSequenceTypeTextDelta.lift(try! rustCall() {
 7366 |     uniffi_loro_ffi_fn_method_lorotext_to_delta(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_to_delta' in scope
 7367 |     )
 7368 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7376:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_to_string' in scope
 7374 | open func toString() -> String {
 7375 |     return try!  FfiConverterString.lift(try! rustCall() {
 7376 |     uniffi_loro_ffi_fn_method_lorotext_to_string(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_to_string' in scope
 7377 |     )
 7378 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7400:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_unmark' in scope
 7398 |      */
 7399 | open func unmark(from: UInt32, to: UInt32, key: String)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 7400 |     uniffi_loro_ffi_fn_method_lorotext_unmark(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_unmark' in scope
 7401 |         FfiConverterUInt32.lower(from),
 7402 |         FfiConverterUInt32.lower(to),
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7418:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_update' in scope
 7416 |      */
 7417 | open func update(s: String, options: UpdateOptions)throws  {try rustCallWithError(FfiConverterTypeUpdateTimeoutError.lift) {
 7418 |     uniffi_loro_ffi_fn_method_lorotext_update(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_update' in scope
 7419 |         FfiConverterString.lower(s),
 7420 |         FfiConverterTypeUpdateOptions.lower(options),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7431:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_update_by_line' in scope
 7429 |      */
 7430 | open func updateByLine(s: String, options: UpdateOptions)throws  {try rustCallWithError(FfiConverterTypeUpdateTimeoutError.lift) {
 7431 |     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
 7432 |         FfiConverterString.lower(s),
 7433 |         FfiConverterTypeUpdateOptions.lower(options),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7720:32: error: cannot find 'uniffi_loro_ffi_fn_clone_lorotree' in scope
 7718 | #endif
 7719 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 7720 |         return try! rustCall { uniffi_loro_ffi_fn_clone_lorotree(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_lorotree' in scope
 7721 |     }
 7722 |     /**
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7731:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_lorotree_new' in scope
 7729 |     let pointer =
 7730 |         try! rustCall() {
 7731 |     uniffi_loro_ffi_fn_constructor_lorotree_new($0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_lorotree_new' in scope
 7732 |     )
 7733 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7742:25: error: cannot find 'uniffi_loro_ffi_fn_free_lorotree' in scope
 7740 |         }
 7741 |
 7742 |         try! rustCall { uniffi_loro_ffi_fn_free_lorotree(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_lorotree' in scope
 7743 |     }
 7744 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7755:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_children' in scope
 7753 | open func children(parent: TreeParentId) -> [TreeId]? {
 7754 |     return try!  FfiConverterOptionSequenceTypeTreeID.lift(try! rustCall() {
 7755 |     uniffi_loro_ffi_fn_method_lorotree_children(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_children' in scope
 7756 |         FfiConverterTypeTreeParentId.lower(parent),$0
 7757 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7766:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_children_num' in scope
 7764 | open func childrenNum(parent: TreeParentId) -> UInt32? {
 7765 |     return try!  FfiConverterOptionUInt32.lift(try! rustCall() {
 7766 |     uniffi_loro_ffi_fn_method_lorotree_children_num(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_children_num' in scope
 7767 |         FfiConverterTypeTreeParentId.lower(parent),$0
 7768 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7777:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_contains' in scope
 7775 | open func contains(target: TreeId) -> Bool {
 7776 |     return try!  FfiConverterBool.lift(try! rustCall() {
 7777 |     uniffi_loro_ffi_fn_method_lorotree_contains(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_contains' in scope
 7778 |         FfiConverterTypeTreeID.lower(target),$0
 7779 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7791:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_create' in scope
 7789 | open func create(parent: TreeParentId)throws  -> TreeId {
 7790 |     return try  FfiConverterTypeTreeID.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 7791 |     uniffi_loro_ffi_fn_method_lorotree_create(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_create' in scope
 7792 |         FfiConverterTypeTreeParentId.lower(parent),$0
 7793 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7805:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_create_at' in scope
 7803 | open func createAt(parent: TreeParentId, index: UInt32)throws  -> TreeId {
 7804 |     return try  FfiConverterTypeTreeID.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 7805 |     uniffi_loro_ffi_fn_method_lorotree_create_at(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_create_at' in scope
 7806 |         FfiConverterTypeTreeParentId.lower(parent),
 7807 |         FfiConverterUInt32.lower(index),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7819:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_delete' in scope
 7817 |      */
 7818 | open func delete(target: TreeId)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 7819 |     uniffi_loro_ffi_fn_method_lorotree_delete(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_delete' in scope
 7820 |         FfiConverterTypeTreeID.lower(target),$0
 7821 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7833:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_disable_fractional_index' in scope
 7831 |      */
 7832 | open func disableFractionalIndex() {try! rustCall() {
 7833 |     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
 7834 |     )
 7835 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7843:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_doc' in scope
 7841 | open func doc() -> LoroDoc? {
 7842 |     return try!  FfiConverterOptionTypeLoroDoc.lift(try! rustCall() {
 7843 |     uniffi_loro_ffi_fn_method_lorotree_doc(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_doc' in scope
 7844 |     )
 7845 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7858:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_enable_fractional_index' in scope
 7856 |      */
 7857 | open func enableFractionalIndex(jitter: UInt8) {try! rustCall() {
 7858 |     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
 7859 |         FfiConverterUInt8.lower(jitter),$0
 7860 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7869:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_fractional_index' in scope
 7867 | open func fractionalIndex(target: TreeId) -> String? {
 7868 |     return try!  FfiConverterOptionString.lift(try! rustCall() {
 7869 |     uniffi_loro_ffi_fn_method_lorotree_fractional_index(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_fractional_index' in scope
 7870 |         FfiConverterTypeTreeID.lower(target),$0
 7871 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7880:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_get_attached' in scope
 7878 | open func getAttached() -> LoroTree? {
 7879 |     return try!  FfiConverterOptionTypeLoroTree.lift(try! rustCall() {
 7880 |     uniffi_loro_ffi_fn_method_lorotree_get_attached(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_get_attached' in scope
 7881 |     )
 7882 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7890:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_get_last_move_id' in scope
 7888 | open func getLastMoveId(target: TreeId) -> Id? {
 7889 |     return try!  FfiConverterOptionTypeID.lift(try! rustCall() {
 7890 |     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
 7891 |         FfiConverterTypeTreeID.lower(target),$0
 7892 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7901:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_get_meta' in scope
 7899 | open func getMeta(target: TreeId)throws  -> LoroMap {
 7900 |     return try  FfiConverterTypeLoroMap.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 7901 |     uniffi_loro_ffi_fn_method_lorotree_get_meta(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_get_meta' in scope
 7902 |         FfiConverterTypeTreeID.lower(target),$0
 7903 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7915:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_get_value' in scope
 7913 | open func getValue() -> LoroValue {
 7914 |     return try!  FfiConverterTypeLoroValue.lift(try! rustCall() {
 7915 |     uniffi_loro_ffi_fn_method_lorotree_get_value(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_get_value' in scope
 7916 |     )
 7917 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7925:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_get_value_with_meta' in scope
 7923 | open func getValueWithMeta() -> LoroValue {
 7924 |     return try!  FfiConverterTypeLoroValue.lift(try! rustCall() {
 7925 |     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
 7926 |     )
 7927 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7935:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_id' in scope
 7933 | open func id() -> ContainerId {
 7934 |     return try!  FfiConverterTypeContainerID.lift(try! rustCall() {
 7935 |     uniffi_loro_ffi_fn_method_lorotree_id(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_id' in scope
 7936 |     )
 7937 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7948:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_is_attached' in scope
 7946 | open func isAttached() -> Bool {
 7947 |     return try!  FfiConverterBool.lift(try! rustCall() {
 7948 |     uniffi_loro_ffi_fn_method_lorotree_is_attached(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_is_attached' in scope
 7949 |     )
 7950 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7958:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_is_deleted' in scope
 7956 | open func isDeleted() -> Bool {
 7957 |     return try!  FfiConverterBool.lift(try! rustCall() {
 7958 |     uniffi_loro_ffi_fn_method_lorotree_is_deleted(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_is_deleted' in scope
 7959 |     )
 7960 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7968:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_is_fractional_index_enabled' in scope
 7966 | open func isFractionalIndexEnabled() -> Bool {
 7967 |     return try!  FfiConverterBool.lift(try! rustCall() {
 7968 |     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
 7969 |     )
 7970 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7981:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_is_node_deleted' in scope
 7979 | open func isNodeDeleted(target: TreeId)throws  -> Bool {
 7980 |     return try  FfiConverterBool.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 7981 |     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
 7982 |         FfiConverterTypeTreeID.lower(target),$0
 7983 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7993:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_mov' in scope
 7991 |      */
 7992 | open func mov(target: TreeId, parent: TreeParentId)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 7993 |     uniffi_loro_ffi_fn_method_lorotree_mov(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_mov' in scope
 7994 |         FfiConverterTypeTreeID.lower(target),
 7995 |         FfiConverterTypeTreeParentId.lower(parent),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8004:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_mov_after' in scope
 8002 |      */
 8003 | open func movAfter(target: TreeId, after: TreeId)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 8004 |     uniffi_loro_ffi_fn_method_lorotree_mov_after(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_mov_after' in scope
 8005 |         FfiConverterTypeTreeID.lower(target),
 8006 |         FfiConverterTypeTreeID.lower(after),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8015:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_mov_before' in scope
 8013 |      */
 8014 | open func movBefore(target: TreeId, before: TreeId)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 8015 |     uniffi_loro_ffi_fn_method_lorotree_mov_before(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_mov_before' in scope
 8016 |         FfiConverterTypeTreeID.lower(target),
 8017 |         FfiConverterTypeTreeID.lower(before),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8027:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_mov_to' in scope
 8025 |      */
 8026 | open func movTo(target: TreeId, parent: TreeParentId, to: UInt32)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 8027 |     uniffi_loro_ffi_fn_method_lorotree_mov_to(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_mov_to' in scope
 8028 |         FfiConverterTypeTreeID.lower(target),
 8029 |         FfiConverterTypeTreeParentId.lower(parent),
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8040:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_nodes' in scope
 8038 | open func nodes() -> [TreeId] {
 8039 |     return try!  FfiConverterSequenceTypeTreeID.lift(try! rustCall() {
 8040 |     uniffi_loro_ffi_fn_method_lorotree_nodes(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_nodes' in scope
 8041 |     )
 8042 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8053:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_parent' in scope
 8051 | open func parent(target: TreeId)throws  -> TreeParentId {
 8052 |     return try  FfiConverterTypeTreeParentId.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 8053 |     uniffi_loro_ffi_fn_method_lorotree_parent(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_parent' in scope
 8054 |         FfiConverterTypeTreeID.lower(target),$0
 8055 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8064:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_roots' in scope
 8062 | open func roots() -> [TreeId] {
 8063 |     return try!  FfiConverterSequenceTypeTreeID.lift(try! rustCall() {
 8064 |     uniffi_loro_ffi_fn_method_lorotree_roots(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_roots' in scope
 8065 |     )
 8066 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8084:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_subscribe' in scope
 8082 | open func subscribe(subscriber: Subscriber) -> Subscription? {
 8083 |     return try!  FfiConverterOptionTypeSubscription.lift(try! rustCall() {
 8084 |     uniffi_loro_ffi_fn_method_lorotree_subscribe(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_subscribe' in scope
 8085 |         FfiConverterTypeSubscriber.lower(subscriber),$0
 8086 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8191:32: error: cannot find 'uniffi_loro_ffi_fn_clone_lorounknown' in scope
 8189 | #endif
 8190 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 8191 |         return try! rustCall { uniffi_loro_ffi_fn_clone_lorounknown(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_lorounknown' in scope
 8192 |     }
 8193 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8200:25: error: cannot find 'uniffi_loro_ffi_fn_free_lorounknown' in scope
 8198 |         }
 8199 |
 8200 |         try! rustCall { uniffi_loro_ffi_fn_free_lorounknown(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_lorounknown' in scope
 8201 |     }
 8202 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8211:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorounknown_id' in scope
 8209 | open func id() -> ContainerId {
 8210 |     return try!  FfiConverterTypeContainerID.lift(try! rustCall() {
 8211 |     uniffi_loro_ffi_fn_method_lorounknown_id(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorounknown_id' in scope
 8212 |     )
 8213 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8314:32: error: cannot find 'uniffi_loro_ffi_fn_clone_lorovaluelike' in scope
 8312 | #endif
 8313 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 8314 |         return try! rustCall { uniffi_loro_ffi_fn_clone_lorovaluelike(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_lorovaluelike' in scope
 8315 |     }
 8316 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8323:25: error: cannot find 'uniffi_loro_ffi_fn_free_lorovaluelike' in scope
 8321 |         }
 8322 |
 8323 |         try! rustCall { uniffi_loro_ffi_fn_free_lorovaluelike(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_lorovaluelike' in scope
 8324 |     }
 8325 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8331:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorovaluelike_as_loro_value' in scope
 8329 | open func asLoroValue() -> LoroValue {
 8330 |     return try!  FfiConverterTypeLoroValue.lift(try! rustCall() {
 8331 |     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
 8332 |     )
 8333 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8378:5: error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_lorovaluelike' in scope
 8376 |
 8377 | private func uniffiCallbackInitLoroValueLike() {
 8378 |     uniffi_loro_ffi_fn_init_callback_vtable_lorovaluelike(&UniffiCallbackInterfaceLoroValueLike.vtable)
      |     `- error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_lorovaluelike' in scope
 8379 | }
 8380 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8480:32: error: cannot find 'uniffi_loro_ffi_fn_clone_onpop' in scope
 8478 | #endif
 8479 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 8480 |         return try! rustCall { uniffi_loro_ffi_fn_clone_onpop(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_onpop' in scope
 8481 |     }
 8482 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8489:25: error: cannot find 'uniffi_loro_ffi_fn_free_onpop' in scope
 8487 |         }
 8488 |
 8489 |         try! rustCall { uniffi_loro_ffi_fn_free_onpop(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_onpop' in scope
 8490 |     }
 8491 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8496:5: error: cannot find 'uniffi_loro_ffi_fn_method_onpop_on_pop' in scope
 8494 |
 8495 | open func onPop(undoOrRedo: UndoOrRedo, span: CounterSpan, undoMeta: UndoItemMeta) {try! rustCall() {
 8496 |     uniffi_loro_ffi_fn_method_onpop_on_pop(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_onpop_on_pop' in scope
 8497 |         FfiConverterTypeUndoOrRedo.lower(undoOrRedo),
 8498 |         FfiConverterTypeCounterSpan.lower(span),
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8552:5: error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_onpop' in scope
 8550 |
 8551 | private func uniffiCallbackInitOnPop() {
 8552 |     uniffi_loro_ffi_fn_init_callback_vtable_onpop(&UniffiCallbackInterfaceOnPop.vtable)
      |     `- error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_onpop' in scope
 8553 | }
 8554 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8654:32: error: cannot find 'uniffi_loro_ffi_fn_clone_onpush' in scope
 8652 | #endif
 8653 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 8654 |         return try! rustCall { uniffi_loro_ffi_fn_clone_onpush(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_onpush' in scope
 8655 |     }
 8656 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8663:25: error: cannot find 'uniffi_loro_ffi_fn_free_onpush' in scope
 8661 |         }
 8662 |
 8663 |         try! rustCall { uniffi_loro_ffi_fn_free_onpush(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_onpush' in scope
 8664 |     }
 8665 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8671:5: error: cannot find 'uniffi_loro_ffi_fn_method_onpush_on_push' in scope
 8669 | open func onPush(undoOrRedo: UndoOrRedo, span: CounterSpan, diffEvent: DiffEvent?) -> UndoItemMeta {
 8670 |     return try!  FfiConverterTypeUndoItemMeta.lift(try! rustCall() {
 8671 |     uniffi_loro_ffi_fn_method_onpush_on_push(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_onpush_on_push' in scope
 8672 |         FfiConverterTypeUndoOrRedo.lower(undoOrRedo),
 8673 |         FfiConverterTypeCounterSpan.lower(span),
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8727:5: error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_onpush' in scope
 8725 |
 8726 | private func uniffiCallbackInitOnPush() {
 8727 |     uniffi_loro_ffi_fn_init_callback_vtable_onpush(&UniffiCallbackInterfaceOnPush.vtable)
      |     `- error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_onpush' in scope
 8728 | }
 8729 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8829:32: error: cannot find 'uniffi_loro_ffi_fn_clone_precommitcallback' in scope
 8827 | #endif
 8828 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 8829 |         return try! rustCall { uniffi_loro_ffi_fn_clone_precommitcallback(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_precommitcallback' in scope
 8830 |     }
 8831 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8838:25: error: cannot find 'uniffi_loro_ffi_fn_free_precommitcallback' in scope
 8836 |         }
 8837 |
 8838 |         try! rustCall { uniffi_loro_ffi_fn_free_precommitcallback(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_precommitcallback' in scope
 8839 |     }
 8840 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8845:5: error: cannot find 'uniffi_loro_ffi_fn_method_precommitcallback_on_pre_commit' in scope
 8843 |
 8844 | open func onPreCommit(payload: PreCommitCallbackPayload) {try! rustCall() {
 8845 |     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
 8846 |         FfiConverterTypePreCommitCallbackPayload.lower(payload),$0
 8847 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8895:5: error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_precommitcallback' in scope
 8893 |
 8894 | private func uniffiCallbackInitPreCommitCallback() {
 8895 |     uniffi_loro_ffi_fn_init_callback_vtable_precommitcallback(&UniffiCallbackInterfacePreCommitCallback.vtable)
      |     `- error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_precommitcallback' in scope
 8896 | }
 8897 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8999:32: error: cannot find 'uniffi_loro_ffi_fn_clone_styleconfigmap' in scope
 8997 | #endif
 8998 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 8999 |         return try! rustCall { uniffi_loro_ffi_fn_clone_styleconfigmap(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_styleconfigmap' in scope
 9000 |     }
 9001 | public convenience init() {
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9004:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_styleconfigmap_new' in scope
 9002 |     let pointer =
 9003 |         try! rustCall() {
 9004 |     uniffi_loro_ffi_fn_constructor_styleconfigmap_new($0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_styleconfigmap_new' in scope
 9005 |     )
 9006 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9015:25: error: cannot find 'uniffi_loro_ffi_fn_free_styleconfigmap' in scope
 9013 |         }
 9014 |
 9015 |         try! rustCall { uniffi_loro_ffi_fn_free_styleconfigmap(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_styleconfigmap' in scope
 9016 |     }
 9017 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9021:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_styleconfigmap_default_rich_text_config' in scope
 9019 | public static func defaultRichTextConfig() -> StyleConfigMap {
 9020 |     return try!  FfiConverterTypeStyleConfigMap.lift(try! rustCall() {
 9021 |     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
 9022 |     )
 9023 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9030:5: error: cannot find 'uniffi_loro_ffi_fn_method_styleconfigmap_get' in scope
 9028 | open func get(key: String) -> StyleConfig? {
 9029 |     return try!  FfiConverterOptionTypeStyleConfig.lift(try! rustCall() {
 9030 |     uniffi_loro_ffi_fn_method_styleconfigmap_get(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_styleconfigmap_get' in scope
 9031 |         FfiConverterString.lower(key),$0
 9032 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9037:5: error: cannot find 'uniffi_loro_ffi_fn_method_styleconfigmap_insert' in scope
 9035 |
 9036 | open func insert(key: String, value: StyleConfig) {try! rustCall() {
 9037 |     uniffi_loro_ffi_fn_method_styleconfigmap_insert(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_styleconfigmap_insert' in scope
 9038 |         FfiConverterString.lower(key),
 9039 |         FfiConverterTypeStyleConfig.lower(value),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9142:32: error: cannot find 'uniffi_loro_ffi_fn_clone_subscriber' in scope
 9140 | #endif
 9141 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 9142 |         return try! rustCall { uniffi_loro_ffi_fn_clone_subscriber(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_subscriber' in scope
 9143 |     }
 9144 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9151:25: error: cannot find 'uniffi_loro_ffi_fn_free_subscriber' in scope
 9149 |         }
 9150 |
 9151 |         try! rustCall { uniffi_loro_ffi_fn_free_subscriber(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_subscriber' in scope
 9152 |     }
 9153 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9158:5: error: cannot find 'uniffi_loro_ffi_fn_method_subscriber_on_diff' in scope
 9156 |
 9157 | open func onDiff(diff: DiffEvent) {try! rustCall() {
 9158 |     uniffi_loro_ffi_fn_method_subscriber_on_diff(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_subscriber_on_diff' in scope
 9159 |         FfiConverterTypeDiffEvent.lower(diff),$0
 9160 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9208:5: error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_subscriber' in scope
 9206 |
 9207 | private func uniffiCallbackInitSubscriber() {
 9208 |     uniffi_loro_ffi_fn_init_callback_vtable_subscriber(&UniffiCallbackInterfaceSubscriber.vtable)
      |     `- error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_subscriber' in scope
 9209 | }
 9210 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9328:32: error: cannot find 'uniffi_loro_ffi_fn_clone_subscription' in scope
 9326 | #endif
 9327 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 9328 |         return try! rustCall { uniffi_loro_ffi_fn_clone_subscription(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_subscription' in scope
 9329 |     }
 9330 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9337:25: error: cannot find 'uniffi_loro_ffi_fn_free_subscription' in scope
 9335 |         }
 9336 |
 9337 |         try! rustCall { uniffi_loro_ffi_fn_free_subscription(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_subscription' in scope
 9338 |     }
 9339 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9349:5: error: cannot find 'uniffi_loro_ffi_fn_method_subscription_detach' in scope
 9347 |      */
 9348 | open func detach() {try! rustCall() {
 9349 |     uniffi_loro_ffi_fn_method_subscription_detach(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_subscription_detach' in scope
 9350 |     )
 9351 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9358:5: error: cannot find 'uniffi_loro_ffi_fn_method_subscription_unsubscribe' in scope
 9356 |      */
 9357 | open func unsubscribe() {try! rustCall() {
 9358 |     uniffi_loro_ffi_fn_method_subscription_unsubscribe(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_subscription_unsubscribe' in scope
 9359 |     )
 9360 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9522:32: error: cannot find 'uniffi_loro_ffi_fn_clone_undomanager' in scope
 9520 | #endif
 9521 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 9522 |         return try! rustCall { uniffi_loro_ffi_fn_clone_undomanager(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_undomanager' in scope
 9523 |     }
 9524 |     /**
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9530:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_undomanager_new' in scope
 9528 |     let pointer =
 9529 |         try! rustCall() {
 9530 |     uniffi_loro_ffi_fn_constructor_undomanager_new(
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_undomanager_new' in scope
 9531 |         FfiConverterTypeLoroDoc.lower(doc),$0
 9532 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9542:25: error: cannot find 'uniffi_loro_ffi_fn_free_undomanager' in scope
 9540 |         }
 9541 |
 9542 |         try! rustCall { uniffi_loro_ffi_fn_free_undomanager(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_undomanager' in scope
 9543 |     }
 9544 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9553:5: error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_add_exclude_origin_prefix' in scope
 9551 |      */
 9552 | open func addExcludeOriginPrefix(prefix: String) {try! rustCall() {
 9553 |     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
 9554 |         FfiConverterString.lower(prefix),$0
 9555 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9564:5: error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_can_redo' in scope
 9562 | open func canRedo() -> Bool {
 9563 |     return try!  FfiConverterBool.lift(try! rustCall() {
 9564 |     uniffi_loro_ffi_fn_method_undomanager_can_redo(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_can_redo' in scope
 9565 |     )
 9566 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9574:5: error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_can_undo' in scope
 9572 | open func canUndo() -> Bool {
 9573 |     return try!  FfiConverterBool.lift(try! rustCall() {
 9574 |     uniffi_loro_ffi_fn_method_undomanager_can_undo(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_can_undo' in scope
 9575 |     )
 9576 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9583:5: error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_record_new_checkpoint' in scope
 9581 |      */
 9582 | open func recordNewCheckpoint()throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 9583 |     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
 9584 |     )
 9585 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9593:5: error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_redo' in scope
 9591 | open func redo()throws  -> Bool {
 9592 |     return try  FfiConverterBool.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 9593 |     uniffi_loro_ffi_fn_method_undomanager_redo(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_redo' in scope
 9594 |     )
 9595 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9603:5: error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_redo_count' in scope
 9601 | open func redoCount() -> UInt32 {
 9602 |     return try!  FfiConverterUInt32.lift(try! rustCall() {
 9603 |     uniffi_loro_ffi_fn_method_undomanager_redo_count(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_redo_count' in scope
 9604 |     )
 9605 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9612:5: error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_set_max_undo_steps' in scope
 9610 |      */
 9611 | open func setMaxUndoSteps(size: UInt32) {try! rustCall() {
 9612 |     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
 9613 |         FfiConverterUInt32.lower(size),$0
 9614 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9622:5: error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_set_merge_interval' in scope
 9620 |      */
 9621 | open func setMergeInterval(interval: Int64) {try! rustCall() {
 9622 |     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
 9623 |         FfiConverterInt64.lower(interval),$0
 9624 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9633:5: error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_set_on_pop' in scope
 9631 |      */
 9632 | open func setOnPop(onPop: OnPop?) {try! rustCall() {
 9633 |     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
 9634 |         FfiConverterOptionTypeOnPop.lower(onPop),$0
 9635 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9644:5: error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_set_on_push' in scope
 9642 |      */
 9643 | open func setOnPush(onPush: OnPush?) {try! rustCall() {
 9644 |     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
 9645 |         FfiConverterOptionTypeOnPush.lower(onPush),$0
 9646 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9655:5: error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_undo' in scope
 9653 | open func undo()throws  -> Bool {
 9654 |     return try  FfiConverterBool.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 9655 |     uniffi_loro_ffi_fn_method_undomanager_undo(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_undo' in scope
 9656 |     )
 9657 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9665:5: error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_undo_count' in scope
 9663 | open func undoCount() -> UInt32 {
 9664 |     return try!  FfiConverterUInt32.lift(try! rustCall() {
 9665 |     uniffi_loro_ffi_fn_method_undomanager_undo_count(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_undo_count' in scope
 9666 |     )
 9667 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9768:32: error: cannot find 'uniffi_loro_ffi_fn_clone_unsubscriber' in scope
 9766 | #endif
 9767 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 9768 |         return try! rustCall { uniffi_loro_ffi_fn_clone_unsubscriber(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_unsubscriber' in scope
 9769 |     }
 9770 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9777:25: error: cannot find 'uniffi_loro_ffi_fn_free_unsubscriber' in scope
 9775 |         }
 9776 |
 9777 |         try! rustCall { uniffi_loro_ffi_fn_free_unsubscriber(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_unsubscriber' in scope
 9778 |     }
 9779 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9784:5: error: cannot find 'uniffi_loro_ffi_fn_method_unsubscriber_on_unsubscribe' in scope
 9782 |
 9783 | open func onUnsubscribe() {try! rustCall() {
 9784 |     uniffi_loro_ffi_fn_method_unsubscriber_on_unsubscribe(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_unsubscriber_on_unsubscribe' in scope
 9785 |     )
 9786 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9831:5: error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_unsubscriber' in scope
 9829 |
 9830 | private func uniffiCallbackInitUnsubscriber() {
 9831 |     uniffi_loro_ffi_fn_init_callback_vtable_unsubscriber(&UniffiCallbackInterfaceUnsubscriber.vtable)
      |     `- error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_unsubscriber' in scope
 9832 | }
 9833 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9955:32: error: cannot find 'uniffi_loro_ffi_fn_clone_valueorcontainer' in scope
 9953 | #endif
 9954 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 9955 |         return try! rustCall { uniffi_loro_ffi_fn_clone_valueorcontainer(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_valueorcontainer' in scope
 9956 |     }
 9957 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9964:25: error: cannot find 'uniffi_loro_ffi_fn_free_valueorcontainer' in scope
 9962 |         }
 9963 |
 9964 |         try! rustCall { uniffi_loro_ffi_fn_free_valueorcontainer(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_valueorcontainer' in scope
 9965 |     }
 9966 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9972:5: error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_as_container' in scope
 9970 | open func asContainer() -> ContainerId? {
 9971 |     return try!  FfiConverterOptionTypeContainerID.lift(try! rustCall() {
 9972 |     uniffi_loro_ffi_fn_method_valueorcontainer_as_container(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_as_container' in scope
 9973 |     )
 9974 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9979:5: error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_as_loro_counter' in scope
 9977 | open func asLoroCounter() -> LoroCounter? {
 9978 |     return try!  FfiConverterOptionTypeLoroCounter.lift(try! rustCall() {
 9979 |     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
 9980 |     )
 9981 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9986:5: error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_as_loro_list' in scope
 9984 | open func asLoroList() -> LoroList? {
 9985 |     return try!  FfiConverterOptionTypeLoroList.lift(try! rustCall() {
 9986 |     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
 9987 |     )
 9988 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9993:5: error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_as_loro_map' in scope
 9991 | open func asLoroMap() -> LoroMap? {
 9992 |     return try!  FfiConverterOptionTypeLoroMap.lift(try! rustCall() {
 9993 |     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
 9994 |     )
 9995 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10000:5: error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_as_loro_movable_list' in scope
 9998 | open func asLoroMovableList() -> LoroMovableList? {
 9999 |     return try!  FfiConverterOptionTypeLoroMovableList.lift(try! rustCall() {
10000 |     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
10001 |     )
10002 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10007:5: error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_as_loro_text' in scope
10005 | open func asLoroText() -> LoroText? {
10006 |     return try!  FfiConverterOptionTypeLoroText.lift(try! rustCall() {
10007 |     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
10008 |     )
10009 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10014:5: error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_as_loro_tree' in scope
10012 | open func asLoroTree() -> LoroTree? {
10013 |     return try!  FfiConverterOptionTypeLoroTree.lift(try! rustCall() {
10014 |     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
10015 |     )
10016 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10021:5: error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_as_loro_unknown' in scope
10019 | open func asLoroUnknown() -> LoroUnknown? {
10020 |     return try!  FfiConverterOptionTypeLoroUnknown.lift(try! rustCall() {
10021 |     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
10022 |     )
10023 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10028:5: error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_as_value' in scope
10026 | open func asValue() -> LoroValue? {
10027 |     return try!  FfiConverterOptionTypeLoroValue.lift(try! rustCall() {
10028 |     uniffi_loro_ffi_fn_method_valueorcontainer_as_value(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_as_value' in scope
10029 |     )
10030 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10035:5: error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_container_type' in scope
10033 | open func containerType() -> ContainerType? {
10034 |     return try!  FfiConverterOptionTypeContainerType.lift(try! rustCall() {
10035 |     uniffi_loro_ffi_fn_method_valueorcontainer_container_type(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_container_type' in scope
10036 |     )
10037 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10042:5: error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_is_container' in scope
10040 | open func isContainer() -> Bool {
10041 |     return try!  FfiConverterBool.lift(try! rustCall() {
10042 |     uniffi_loro_ffi_fn_method_valueorcontainer_is_container(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_is_container' in scope
10043 |     )
10044 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10049:5: error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_is_value' in scope
10047 | open func isValue() -> Bool {
10048 |     return try!  FfiConverterBool.lift(try! rustCall() {
10049 |     uniffi_loro_ffi_fn_method_valueorcontainer_is_value(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_is_value' in scope
10050 |     )
10051 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10206:32: error: cannot find 'uniffi_loro_ffi_fn_clone_versionrange' in scope
10204 | #endif
10205 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
10206 |         return try! rustCall { uniffi_loro_ffi_fn_clone_versionrange(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_versionrange' in scope
10207 |     }
10208 | public convenience init() {
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10211:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_versionrange_new' in scope
10209 |     let pointer =
10210 |         try! rustCall() {
10211 |     uniffi_loro_ffi_fn_constructor_versionrange_new($0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_versionrange_new' in scope
10212 |     )
10213 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10222:25: error: cannot find 'uniffi_loro_ffi_fn_free_versionrange' in scope
10220 |         }
10221 |
10222 |         try! rustCall { uniffi_loro_ffi_fn_free_versionrange(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_versionrange' in scope
10223 |     }
10224 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10231:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_versionrange_from_vv' in scope
10229 | public static func fromVv(vv: VersionVector) -> VersionRange {
10230 |     return try!  FfiConverterTypeVersionRange.lift(try! rustCall() {
10231 |     uniffi_loro_ffi_fn_constructor_versionrange_from_vv(
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_versionrange_from_vv' in scope
10232 |         FfiConverterTypeVersionVector.lower(vv),$0
10233 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10243:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionrange_clear' in scope
10241 |      */
10242 | open func clear() {try! rustCall() {
10243 |     uniffi_loro_ffi_fn_method_versionrange_clear(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionrange_clear' in scope
10244 |     )
10245 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10253:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionrange_contains_id' in scope
10251 | open func containsId(id: Id) -> Bool {
10252 |     return try!  FfiConverterBool.lift(try! rustCall() {
10253 |     uniffi_loro_ffi_fn_method_versionrange_contains_id(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionrange_contains_id' in scope
10254 |         FfiConverterTypeID.lower(id),$0
10255 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10264:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionrange_contains_id_span' in scope
10262 | open func containsIdSpan(span: IdSpan) -> Bool {
10263 |     return try!  FfiConverterBool.lift(try! rustCall() {
10264 |     uniffi_loro_ffi_fn_method_versionrange_contains_id_span(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionrange_contains_id_span' in scope
10265 |         FfiConverterTypeIdSpan.lower(span),$0
10266 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10275:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionrange_contains_ops_between' in scope
10273 | open func containsOpsBetween(vvA: VersionVector, vvB: VersionVector) -> Bool {
10274 |     return try!  FfiConverterBool.lift(try! rustCall() {
10275 |     uniffi_loro_ffi_fn_method_versionrange_contains_ops_between(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionrange_contains_ops_between' in scope
10276 |         FfiConverterTypeVersionVector.lower(vvA),
10277 |         FfiConverterTypeVersionVector.lower(vvB),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10286:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionrange_extends_to_include_id_span' in scope
10284 |      */
10285 | open func extendsToIncludeIdSpan(span: IdSpan) {try! rustCall() {
10286 |     uniffi_loro_ffi_fn_method_versionrange_extends_to_include_id_span(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionrange_extends_to_include_id_span' in scope
10287 |         FfiConverterTypeIdSpan.lower(span),$0
10288 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10298:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionrange_get' in scope
10296 | open func get(peer: UInt64) -> CounterSpan? {
10297 |     return try!  FfiConverterOptionTypeCounterSpan.lift(try! rustCall() {
10298 |     uniffi_loro_ffi_fn_method_versionrange_get(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionrange_get' in scope
10299 |         FfiConverterUInt64.lower(peer),$0
10300 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10309:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionrange_get_all_ranges' in scope
10307 | open func getAllRanges() -> [VersionRangeItem] {
10308 |     return try!  FfiConverterSequenceTypeVersionRangeItem.lift(try! rustCall() {
10309 |     uniffi_loro_ffi_fn_method_versionrange_get_all_ranges(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionrange_get_all_ranges' in scope
10310 |     )
10311 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10319:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionrange_get_peers' in scope
10317 | open func getPeers() -> [UInt64] {
10318 |     return try!  FfiConverterSequenceUInt64.lift(try! rustCall() {
10319 |     uniffi_loro_ffi_fn_method_versionrange_get_peers(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionrange_get_peers' in scope
10320 |     )
10321 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10329:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionrange_has_overlap_with' in scope
10327 | open func hasOverlapWith(span: IdSpan) -> Bool {
10328 |     return try!  FfiConverterBool.lift(try! rustCall() {
10329 |     uniffi_loro_ffi_fn_method_versionrange_has_overlap_with(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionrange_has_overlap_with' in scope
10330 |         FfiConverterTypeIdSpan.lower(span),$0
10331 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10339:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionrange_insert' in scope
10337 |      */
10338 | open func insert(peer: UInt64, start: Int32, end: Int32) {try! rustCall() {
10339 |     uniffi_loro_ffi_fn_method_versionrange_insert(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionrange_insert' in scope
10340 |         FfiConverterUInt64.lower(peer),
10341 |         FfiConverterInt32.lower(start),
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10352:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionrange_is_empty' in scope
10350 | open func isEmpty() -> Bool {
10351 |     return try!  FfiConverterBool.lift(try! rustCall() {
10352 |     uniffi_loro_ffi_fn_method_versionrange_is_empty(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionrange_is_empty' in scope
10353 |     )
10354 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10479:32: error: cannot find 'uniffi_loro_ffi_fn_clone_versionvector' in scope
10477 | #endif
10478 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
10479 |         return try! rustCall { uniffi_loro_ffi_fn_clone_versionvector(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_versionvector' in scope
10480 |     }
10481 | public convenience init() {
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10484:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_versionvector_new' in scope
10482 |     let pointer =
10483 |         try! rustCall() {
10484 |     uniffi_loro_ffi_fn_constructor_versionvector_new($0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_versionvector_new' in scope
10485 |     )
10486 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10495:25: error: cannot find 'uniffi_loro_ffi_fn_free_versionvector' in scope
10493 |         }
10494 |
10495 |         try! rustCall { uniffi_loro_ffi_fn_free_versionvector(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_versionvector' in scope
10496 |     }
10497 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10501:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_versionvector_decode' in scope
10499 | public static func decode(bytes: Data)throws  -> VersionVector {
10500 |     return try  FfiConverterTypeVersionVector.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
10501 |     uniffi_loro_ffi_fn_constructor_versionvector_decode(
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_versionvector_decode' in scope
10502 |         FfiConverterData.lower(bytes),$0
10503 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10511:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_diff' in scope
10509 | open func diff(rhs: VersionVector) -> VersionVectorDiff {
10510 |     return try!  FfiConverterTypeVersionVectorDiff.lift(try! rustCall() {
10511 |     uniffi_loro_ffi_fn_method_versionvector_diff(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_diff' in scope
10512 |         FfiConverterTypeVersionVector.lower(rhs),$0
10513 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10519:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_encode' in scope
10517 | open func encode() -> Data {
10518 |     return try!  FfiConverterData.lift(try! rustCall() {
10519 |     uniffi_loro_ffi_fn_method_versionvector_encode(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_encode' in scope
10520 |     )
10521 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10526:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_eq' in scope
10524 | open func eq(other: VersionVector) -> Bool {
10525 |     return try!  FfiConverterBool.lift(try! rustCall() {
10526 |     uniffi_loro_ffi_fn_method_versionvector_eq(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_eq' in scope
10527 |         FfiConverterTypeVersionVector.lower(other),$0
10528 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10533:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_extend_to_include_vv' in scope
10531 |
10532 | open func extendToIncludeVv(other: VersionVector) {try! rustCall() {
10533 |     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
10534 |         FfiConverterTypeVersionVector.lower(other),$0
10535 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10541:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_get_last' in scope
10539 | open func getLast(peer: UInt64) -> Int32? {
10540 |     return try!  FfiConverterOptionInt32.lift(try! rustCall() {
10541 |     uniffi_loro_ffi_fn_method_versionvector_get_last(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_get_last' in scope
10542 |         FfiConverterUInt64.lower(peer),$0
10543 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10549:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_get_missing_span' in scope
10547 | open func getMissingSpan(target: VersionVector) -> [IdSpan] {
10548 |     return try!  FfiConverterSequenceTypeIdSpan.lift(try! rustCall() {
10549 |     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
10550 |         FfiConverterTypeVersionVector.lower(target),$0
10551 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10557:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_includes_id' in scope
10555 | open func includesId(id: Id) -> Bool {
10556 |     return try!  FfiConverterBool.lift(try! rustCall() {
10557 |     uniffi_loro_ffi_fn_method_versionvector_includes_id(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_includes_id' in scope
10558 |         FfiConverterTypeID.lower(id),$0
10559 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10565:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_includes_vv' in scope
10563 | open func includesVv(other: VersionVector) -> Bool {
10564 |     return try!  FfiConverterBool.lift(try! rustCall() {
10565 |     uniffi_loro_ffi_fn_method_versionvector_includes_vv(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_includes_vv' in scope
10566 |         FfiConverterTypeVersionVector.lower(other),$0
10567 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10573:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_intersect_span' in scope
10571 | open func intersectSpan(target: IdSpan) -> CounterSpan? {
10572 |     return try!  FfiConverterOptionTypeCounterSpan.lift(try! rustCall() {
10573 |     uniffi_loro_ffi_fn_method_versionvector_intersect_span(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_intersect_span' in scope
10574 |         FfiConverterTypeIdSpan.lower(target),$0
10575 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10580:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_merge' in scope
10578 |
10579 | open func merge(other: VersionVector) {try! rustCall() {
10580 |     uniffi_loro_ffi_fn_method_versionvector_merge(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_merge' in scope
10581 |         FfiConverterTypeVersionVector.lower(other),$0
10582 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10588:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_partial_cmp' in scope
10586 | open func partialCmp(other: VersionVector) -> Ordering? {
10587 |     return try!  FfiConverterOptionTypeOrdering.lift(try! rustCall() {
10588 |     uniffi_loro_ffi_fn_method_versionvector_partial_cmp(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_partial_cmp' in scope
10589 |         FfiConverterTypeVersionVector.lower(other),$0
10590 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10595:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_set_end' in scope
10593 |
10594 | open func setEnd(id: Id) {try! rustCall() {
10595 |     uniffi_loro_ffi_fn_method_versionvector_set_end(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_set_end' in scope
10596 |         FfiConverterTypeID.lower(id),$0
10597 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10602:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_set_last' in scope
10600 |
10601 | open func setLast(id: Id) {try! rustCall() {
10602 |     uniffi_loro_ffi_fn_method_versionvector_set_last(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_set_last' in scope
10603 |         FfiConverterTypeID.lower(id),$0
10604 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:16085:5: error: cannot find 'uniffi_loro_ffi_fn_func_decode_import_blob_meta' in scope
16083 | public func decodeImportBlobMeta(bytes: Data, checkChecksum: Bool)throws  -> ImportBlobMetadata {
16084 |     return try  FfiConverterTypeImportBlobMetadata.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
16085 |     uniffi_loro_ffi_fn_func_decode_import_blob_meta(
      |     `- error: cannot find 'uniffi_loro_ffi_fn_func_decode_import_blob_meta' in scope
16086 |         FfiConverterData.lower(bytes),
16087 |         FfiConverterBool.lower(checkChecksum),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:16093:5: error: cannot find 'uniffi_loro_ffi_fn_func_get_version' in scope
16091 | public func getVersion() -> String {
16092 |     return try!  FfiConverterString.lift(try! rustCall() {
16093 |     uniffi_loro_ffi_fn_func_get_version($0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_func_get_version' in scope
16094 |     )
16095 | })
/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.0 linux