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.6.1 (ff3105), with Swift 6.1 for Linux on 7 Sep 2025 08:31:10 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

      |     `- 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:2465:32: error: cannot find 'uniffi_loro_ffi_fn_clone_frontiers' in scope
 2463 | #endif
 2464 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 2465 |         return try! rustCall { uniffi_loro_ffi_fn_clone_frontiers(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_frontiers' in scope
 2466 |     }
 2467 | public convenience init() {
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2470:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_frontiers_new' in scope
 2468 |     let pointer =
 2469 |         try! rustCall() {
 2470 |     uniffi_loro_ffi_fn_constructor_frontiers_new($0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_frontiers_new' in scope
 2471 |     )
 2472 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2481:25: error: cannot find 'uniffi_loro_ffi_fn_free_frontiers' in scope
 2479 |         }
 2480 |
 2481 |         try! rustCall { uniffi_loro_ffi_fn_free_frontiers(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_frontiers' in scope
 2482 |     }
 2483 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2487:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_frontiers_decode' in scope
 2485 | public static func decode(bytes: Data)throws  -> Frontiers {
 2486 |     return try  FfiConverterTypeFrontiers.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 2487 |     uniffi_loro_ffi_fn_constructor_frontiers_decode(
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_frontiers_decode' in scope
 2488 |         FfiConverterData.lower(bytes),$0
 2489 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2495:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_frontiers_from_id' in scope
 2493 | public static func fromId(id: Id) -> Frontiers {
 2494 |     return try!  FfiConverterTypeFrontiers.lift(try! rustCall() {
 2495 |     uniffi_loro_ffi_fn_constructor_frontiers_from_id(
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_frontiers_from_id' in scope
 2496 |         FfiConverterTypeID.lower(id),$0
 2497 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2503:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_frontiers_from_ids' in scope
 2501 | public static func fromIds(ids: [Id]) -> Frontiers {
 2502 |     return try!  FfiConverterTypeFrontiers.lift(try! rustCall() {
 2503 |     uniffi_loro_ffi_fn_constructor_frontiers_from_ids(
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_frontiers_from_ids' in scope
 2504 |         FfiConverterSequenceTypeID.lower(ids),$0
 2505 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2513:5: error: cannot find 'uniffi_loro_ffi_fn_method_frontiers_encode' in scope
 2511 | open func encode() -> Data {
 2512 |     return try!  FfiConverterData.lift(try! rustCall() {
 2513 |     uniffi_loro_ffi_fn_method_frontiers_encode(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_frontiers_encode' in scope
 2514 |     )
 2515 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2520:5: error: cannot find 'uniffi_loro_ffi_fn_method_frontiers_eq' in scope
 2518 | open func eq(other: Frontiers) -> Bool {
 2519 |     return try!  FfiConverterBool.lift(try! rustCall() {
 2520 |     uniffi_loro_ffi_fn_method_frontiers_eq(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_frontiers_eq' in scope
 2521 |         FfiConverterTypeFrontiers.lower(other),$0
 2522 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2528:5: error: cannot find 'uniffi_loro_ffi_fn_method_frontiers_is_empty' in scope
 2526 | open func isEmpty() -> Bool {
 2527 |     return try!  FfiConverterBool.lift(try! rustCall() {
 2528 |     uniffi_loro_ffi_fn_method_frontiers_is_empty(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_frontiers_is_empty' in scope
 2529 |     )
 2530 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2535:5: error: cannot find 'uniffi_loro_ffi_fn_method_frontiers_to_vec' in scope
 2533 | open func toVec() -> [Id] {
 2534 |     return try!  FfiConverterSequenceTypeID.lift(try! rustCall() {
 2535 |     uniffi_loro_ffi_fn_method_frontiers_to_vec(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_frontiers_to_vec' in scope
 2536 |     )
 2537 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2638:32: error: cannot find 'uniffi_loro_ffi_fn_clone_localephemerallistener' in scope
 2636 | #endif
 2637 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 2638 |         return try! rustCall { uniffi_loro_ffi_fn_clone_localephemerallistener(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_localephemerallistener' in scope
 2639 |     }
 2640 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2647:25: error: cannot find 'uniffi_loro_ffi_fn_free_localephemerallistener' in scope
 2645 |         }
 2646 |
 2647 |         try! rustCall { uniffi_loro_ffi_fn_free_localephemerallistener(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_localephemerallistener' in scope
 2648 |     }
 2649 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2654:5: error: cannot find 'uniffi_loro_ffi_fn_method_localephemerallistener_on_ephemeral_update' in scope
 2652 |
 2653 | open func onEphemeralUpdate(update: Data) {try! rustCall() {
 2654 |     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
 2655 |         FfiConverterData.lower(update),$0
 2656 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2704:5: error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_localephemerallistener' in scope
 2702 |
 2703 | private func uniffiCallbackInitLocalEphemeralListener() {
 2704 |     uniffi_loro_ffi_fn_init_callback_vtable_localephemerallistener(&UniffiCallbackInterfaceLocalEphemeralListener.vtable)
      |     `- error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_localephemerallistener' in scope
 2705 | }
 2706 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2806:32: error: cannot find 'uniffi_loro_ffi_fn_clone_localupdatecallback' in scope
 2804 | #endif
 2805 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 2806 |         return try! rustCall { uniffi_loro_ffi_fn_clone_localupdatecallback(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_localupdatecallback' in scope
 2807 |     }
 2808 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2815:25: error: cannot find 'uniffi_loro_ffi_fn_free_localupdatecallback' in scope
 2813 |         }
 2814 |
 2815 |         try! rustCall { uniffi_loro_ffi_fn_free_localupdatecallback(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_localupdatecallback' in scope
 2816 |     }
 2817 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2822:5: error: cannot find 'uniffi_loro_ffi_fn_method_localupdatecallback_on_local_update' in scope
 2820 |
 2821 | open func onLocalUpdate(update: Data) {try! rustCall() {
 2822 |     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
 2823 |         FfiConverterData.lower(update),$0
 2824 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:2872:5: error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_localupdatecallback' in scope
 2870 |
 2871 | private func uniffiCallbackInitLocalUpdateCallback() {
 2872 |     uniffi_loro_ffi_fn_init_callback_vtable_localupdatecallback(&UniffiCallbackInterfaceLocalUpdateCallback.vtable)
      |     `- error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_localupdatecallback' in scope
 2873 | }
 2874 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3030:32: error: cannot find 'uniffi_loro_ffi_fn_clone_lorocounter' in scope
 3028 | #endif
 3029 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 3030 |         return try! rustCall { uniffi_loro_ffi_fn_clone_lorocounter(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_lorocounter' in scope
 3031 |     }
 3032 |     /**
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3038:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_lorocounter_new' in scope
 3036 |     let pointer =
 3037 |         try! rustCall() {
 3038 |     uniffi_loro_ffi_fn_constructor_lorocounter_new($0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_lorocounter_new' in scope
 3039 |     )
 3040 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3049:25: error: cannot find 'uniffi_loro_ffi_fn_free_lorocounter' in scope
 3047 |         }
 3048 |
 3049 |         try! rustCall { uniffi_loro_ffi_fn_free_lorocounter(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_lorocounter' in scope
 3050 |     }
 3051 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3059:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_decrement' in scope
 3057 |      */
 3058 | open func decrement(value: Double)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 3059 |     uniffi_loro_ffi_fn_method_lorocounter_decrement(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_decrement' in scope
 3060 |         FfiConverterDouble.lower(value),$0
 3061 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3070:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_doc' in scope
 3068 | open func doc() -> LoroDoc? {
 3069 |     return try!  FfiConverterOptionTypeLoroDoc.lift(try! rustCall() {
 3070 |     uniffi_loro_ffi_fn_method_lorocounter_doc(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_doc' in scope
 3071 |     )
 3072 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3080:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_get_attached' in scope
 3078 | open func getAttached() -> LoroCounter? {
 3079 |     return try!  FfiConverterOptionTypeLoroCounter.lift(try! rustCall() {
 3080 |     uniffi_loro_ffi_fn_method_lorocounter_get_attached(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_get_attached' in scope
 3081 |     )
 3082 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3090:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_get_value' in scope
 3088 | open func getValue() -> Double {
 3089 |     return try!  FfiConverterDouble.lift(try! rustCall() {
 3090 |     uniffi_loro_ffi_fn_method_lorocounter_get_value(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_get_value' in scope
 3091 |     )
 3092 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3100:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_id' in scope
 3098 | open func id() -> ContainerId {
 3099 |     return try!  FfiConverterTypeContainerID.lift(try! rustCall() {
 3100 |     uniffi_loro_ffi_fn_method_lorocounter_id(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_id' in scope
 3101 |     )
 3102 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3109:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_increment' in scope
 3107 |      */
 3108 | open func increment(value: Double)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 3109 |     uniffi_loro_ffi_fn_method_lorocounter_increment(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_increment' in scope
 3110 |         FfiConverterDouble.lower(value),$0
 3111 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3123:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_is_attached' in scope
 3121 | open func isAttached() -> Bool {
 3122 |     return try!  FfiConverterBool.lift(try! rustCall() {
 3123 |     uniffi_loro_ffi_fn_method_lorocounter_is_attached(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_is_attached' in scope
 3124 |     )
 3125 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3133:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_is_deleted' in scope
 3131 | open func isDeleted() -> Bool {
 3132 |     return try!  FfiConverterBool.lift(try! rustCall() {
 3133 |     uniffi_loro_ffi_fn_method_lorocounter_is_deleted(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_is_deleted' in scope
 3134 |     )
 3135 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3153:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_subscribe' in scope
 3151 | open func subscribe(subscriber: Subscriber) -> Subscription? {
 3152 |     return try!  FfiConverterOptionTypeSubscription.lift(try! rustCall() {
 3153 |     uniffi_loro_ffi_fn_method_lorocounter_subscribe(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorocounter_subscribe' in scope
 3154 |         FfiConverterTypeSubscriber.lower(subscriber),$0
 3155 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3931:32: error: cannot find 'uniffi_loro_ffi_fn_clone_lorodoc' in scope
 3929 | #endif
 3930 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 3931 |         return try! rustCall { uniffi_loro_ffi_fn_clone_lorodoc(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_lorodoc' in scope
 3932 |     }
 3933 |     /**
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3939:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_lorodoc_new' in scope
 3937 |     let pointer =
 3938 |         try! rustCall() {
 3939 |     uniffi_loro_ffi_fn_constructor_lorodoc_new($0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_lorodoc_new' in scope
 3940 |     )
 3941 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3950:25: error: cannot find 'uniffi_loro_ffi_fn_free_lorodoc' in scope
 3948 |         }
 3949 |
 3950 |         try! rustCall { uniffi_loro_ffi_fn_free_lorodoc(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_lorodoc' in scope
 3951 |     }
 3952 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3962:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_apply_diff' in scope
 3960 |      */
 3961 | open func applyDiff(diff: DiffBatch)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 3962 |     uniffi_loro_ffi_fn_method_lorodoc_apply_diff(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_apply_diff' in scope
 3963 |         FfiConverterTypeDiffBatch.lower(diff),$0
 3964 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3977:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_attach' in scope
 3975 |      */
 3976 | open func attach() {try! rustCall() {
 3977 |     uniffi_loro_ffi_fn_method_lorodoc_attach(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_attach' in scope
 3978 |     )
 3979 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:3987:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_check_state_correctness_slow' in scope
 3985 |      */
 3986 | open func checkStateCorrectnessSlow() {try! rustCall() {
 3987 |     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
 3988 |     )
 3989 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4003:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_checkout' in scope
 4001 |      */
 4002 | open func checkout(frontiers: Frontiers)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 4003 |     uniffi_loro_ffi_fn_method_lorodoc_checkout(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_checkout' in scope
 4004 |         FfiConverterTypeFrontiers.lower(frontiers),$0
 4005 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4020:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_checkout_to_latest' in scope
 4018 |      */
 4019 | open func checkoutToLatest() {try! rustCall() {
 4020 |     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
 4021 |     )
 4022 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4029:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_clear_next_commit_options' in scope
 4027 |      */
 4028 | open func clearNextCommitOptions() {try! rustCall() {
 4029 |     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
 4030 |     )
 4031 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4041:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_cmp_with_frontiers' in scope
 4039 | open func cmpWithFrontiers(other: Frontiers) -> Ordering {
 4040 |     return try!  FfiConverterTypeOrdering.lift(try! rustCall() {
 4041 |     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
 4042 |         FfiConverterTypeFrontiers.lower(other),$0
 4043 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4059:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_commit' in scope
 4057 |      */
 4058 | open func commit() {try! rustCall() {
 4059 |     uniffi_loro_ffi_fn_method_lorodoc_commit(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_commit' in scope
 4060 |     )
 4061 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4065:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_commit_with' in scope
 4063 |
 4064 | open func commitWith(options: CommitOptions) {try! rustCall() {
 4065 |     uniffi_loro_ffi_fn_method_lorodoc_commit_with(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_commit_with' in scope
 4066 |         FfiConverterTypeCommitOptions.lower(options),$0
 4067 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4077:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_compact_change_store' in scope
 4075 |      */
 4076 | open func compactChangeStore() {try! rustCall() {
 4077 |     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
 4078 |     )
 4079 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4087:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_config' in scope
 4085 | open func config() -> Configure {
 4086 |     return try!  FfiConverterTypeConfigure.lift(try! rustCall() {
 4087 |     uniffi_loro_ffi_fn_method_lorodoc_config(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_config' in scope
 4088 |     )
 4089 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4103:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_config_default_text_style' in scope
 4101 |      */
 4102 | open func configDefaultTextStyle(textStyle: StyleConfig?) {try! rustCall() {
 4103 |     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
 4104 |         FfiConverterOptionTypeStyleConfig.lower(textStyle),$0
 4105 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4119:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_config_text_style' in scope
 4117 |      */
 4118 | open func configTextStyle(textStyle: StyleConfigMap) {try! rustCall() {
 4119 |     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
 4120 |         FfiConverterTypeStyleConfigMap.lower(textStyle),$0
 4121 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4135:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_delete_root_container' in scope
 4133 |      */
 4134 | open func deleteRootContainer(cid: ContainerId) {try! rustCall() {
 4135 |     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
 4136 |         FfiConverterTypeContainerID.lower(cid),$0
 4137 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4149:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_detach' in scope
 4147 |      */
 4148 | open func detach() {try! rustCall() {
 4149 |     uniffi_loro_ffi_fn_method_lorodoc_detach(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_detach' in scope
 4150 |     )
 4151 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4159:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_diff' in scope
 4157 | open func diff(a: Frontiers, b: Frontiers)throws  -> DiffBatch {
 4158 |     return try  FfiConverterTypeDiffBatch.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 4159 |     uniffi_loro_ffi_fn_method_lorodoc_diff(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_diff' in scope
 4160 |         FfiConverterTypeFrontiers.lower(a),
 4161 |         FfiConverterTypeFrontiers.lower(b),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4178:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_export_json_in_id_span' in scope
 4176 | open func exportJsonInIdSpan(idSpan: IdSpan) -> [String] {
 4177 |     return try!  FfiConverterSequenceString.lift(try! rustCall() {
 4178 |     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
 4179 |         FfiConverterTypeIdSpan.lower(idSpan),$0
 4180 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4189:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_export_json_updates' in scope
 4187 | open func exportJsonUpdates(startVv: VersionVector, endVv: VersionVector) -> String {
 4188 |     return try!  FfiConverterString.lift(try! rustCall() {
 4189 |     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
 4190 |         FfiConverterTypeVersionVector.lower(startVv),
 4191 |         FfiConverterTypeVersionVector.lower(endVv),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4204:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_export_json_updates_without_peer_compression' in scope
 4202 | open func exportJsonUpdatesWithoutPeerCompression(startVv: VersionVector, endVv: VersionVector) -> String {
 4203 |     return try!  FfiConverterString.lift(try! rustCall() {
 4204 |     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
 4205 |         FfiConverterTypeVersionVector.lower(startVv),
 4206 |         FfiConverterTypeVersionVector.lower(endVv),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4213:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_export_shallow_snapshot' in scope
 4211 | open func exportShallowSnapshot(frontiers: Frontiers)throws  -> Data {
 4212 |     return try  FfiConverterData.lift(try rustCallWithError(FfiConverterTypeLoroEncodeError.lift) {
 4213 |     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
 4214 |         FfiConverterTypeFrontiers.lower(frontiers),$0
 4215 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4224:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_export_snapshot' in scope
 4222 | open func exportSnapshot()throws  -> Data {
 4223 |     return try  FfiConverterData.lift(try rustCallWithError(FfiConverterTypeLoroEncodeError.lift) {
 4224 |     uniffi_loro_ffi_fn_method_lorodoc_export_snapshot(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_export_snapshot' in scope
 4225 |     )
 4226 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4231:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_export_snapshot_at' in scope
 4229 | open func exportSnapshotAt(frontiers: Frontiers)throws  -> Data {
 4230 |     return try  FfiConverterData.lift(try rustCallWithError(FfiConverterTypeLoroEncodeError.lift) {
 4231 |     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
 4232 |         FfiConverterTypeFrontiers.lower(frontiers),$0
 4233 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4239:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_export_state_only' in scope
 4237 | open func exportStateOnly(frontiers: Frontiers?)throws  -> Data {
 4238 |     return try  FfiConverterData.lift(try rustCallWithError(FfiConverterTypeLoroEncodeError.lift) {
 4239 |     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
 4240 |         FfiConverterOptionTypeFrontiers.lower(frontiers),$0
 4241 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4250:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_export_updates' in scope
 4248 | open func exportUpdates(vv: VersionVector)throws  -> Data {
 4249 |     return try  FfiConverterData.lift(try rustCallWithError(FfiConverterTypeLoroEncodeError.lift) {
 4250 |     uniffi_loro_ffi_fn_method_lorodoc_export_updates(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_export_updates' in scope
 4251 |         FfiConverterTypeVersionVector.lower(vv),$0
 4252 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4258:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_export_updates_in_range' in scope
 4256 | open func exportUpdatesInRange(spans: [IdSpan])throws  -> Data {
 4257 |     return try  FfiConverterData.lift(try rustCallWithError(FfiConverterTypeLoroEncodeError.lift) {
 4258 |     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
 4259 |         FfiConverterSequenceTypeIdSpan.lower(spans),$0
 4260 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4269:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_find_id_spans_between' in scope
 4267 | open func findIdSpansBetween(from: Frontiers, to: Frontiers) -> VersionVectorDiff {
 4268 |     return try!  FfiConverterTypeVersionVectorDiff.lift(try! rustCall() {
 4269 |     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
 4270 |         FfiConverterTypeFrontiers.lower(from),
 4271 |         FfiConverterTypeFrontiers.lower(to),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4286:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_fork' in scope
 4284 | open func fork() -> LoroDoc {
 4285 |     return try!  FfiConverterTypeLoroDoc.lift(try! rustCall() {
 4286 |     uniffi_loro_ffi_fn_method_lorodoc_fork(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_fork' in scope
 4287 |     )
 4288 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4298:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_fork_at' in scope
 4296 | open func forkAt(frontiers: Frontiers) -> LoroDoc {
 4297 |     return try!  FfiConverterTypeLoroDoc.lift(try! rustCall() {
 4298 |     uniffi_loro_ffi_fn_method_lorodoc_fork_at(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_fork_at' in scope
 4299 |         FfiConverterTypeFrontiers.lower(frontiers),$0
 4300 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4308:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_free_diff_calculator' in scope
 4306 |      */
 4307 | open func freeDiffCalculator() {try! rustCall() {
 4308 |     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
 4309 |     )
 4310 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4320:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_free_history_cache' in scope
 4318 |      */
 4319 | open func freeHistoryCache() {try! rustCall() {
 4320 |     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
 4321 |     )
 4322 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4330:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_frontiers_to_vv' in scope
 4328 | open func frontiersToVv(frontiers: Frontiers) -> VersionVector? {
 4329 |     return try!  FfiConverterOptionTypeVersionVector.lift(try! rustCall() {
 4330 |     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
 4331 |         FfiConverterTypeFrontiers.lower(frontiers),$0
 4332 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4341:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_by_path' in scope
 4339 | open func getByPath(path: [Index]) -> ValueOrContainer? {
 4340 |     return try!  FfiConverterOptionTypeValueOrContainer.lift(try! rustCall() {
 4341 |     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
 4342 |         FfiConverterSequenceTypeIndex.lower(path),$0
 4343 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4402:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_by_str_path' in scope
 4400 | open func getByStrPath(path: String) -> ValueOrContainer? {
 4401 |     return try!  FfiConverterOptionTypeValueOrContainer.lift(try! rustCall() {
 4402 |     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
 4403 |         FfiConverterString.lower(path),$0
 4404 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4425:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_change' in scope
 4423 | open func getChange(id: Id) -> ChangeMeta? {
 4424 |     return try!  FfiConverterOptionTypeChangeMeta.lift(try! rustCall() {
 4425 |     uniffi_loro_ffi_fn_method_lorodoc_get_change(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_change' in scope
 4426 |         FfiConverterTypeID.lower(id),$0
 4427 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4446:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_changed_containers_in' in scope
 4444 | open func getChangedContainersIn(id: Id, len: UInt32) -> [ContainerId] {
 4445 |     return try!  FfiConverterSequenceTypeContainerID.lift(try! rustCall() {
 4446 |     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
 4447 |         FfiConverterTypeID.lower(id),
 4448 |         FfiConverterUInt32.lower(len),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4460:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_counter' in scope
 4458 | open func getCounter(id: ContainerIdLike) -> LoroCounter {
 4459 |     return try!  FfiConverterTypeLoroCounter.lift(try! rustCall() {
 4460 |     uniffi_loro_ffi_fn_method_lorodoc_get_counter(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_counter' in scope
 4461 |         FfiConverterTypeContainerIdLike.lower(id),$0
 4462 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4468:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_cursor_pos' in scope
 4466 | open func getCursorPos(cursor: Cursor)throws  -> PosQueryResult {
 4467 |     return try  FfiConverterTypePosQueryResult.lift(try rustCallWithError(FfiConverterTypeCannotFindRelativePosition.lift) {
 4468 |     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
 4469 |         FfiConverterTypeCursor.lower(cursor),$0
 4470 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4479:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_deep_value' in scope
 4477 | open func getDeepValue() -> LoroValue {
 4478 |     return try!  FfiConverterTypeLoroValue.lift(try! rustCall() {
 4479 |     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
 4480 |     )
 4481 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4489:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_deep_value_with_id' in scope
 4487 | open func getDeepValueWithId() -> LoroValue {
 4488 |     return try!  FfiConverterTypeLoroValue.lift(try! rustCall() {
 4489 |     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
 4490 |     )
 4491 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4501:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_list' in scope
 4499 | open func getList(id: ContainerIdLike) -> LoroList {
 4500 |     return try!  FfiConverterTypeLoroList.lift(try! rustCall() {
 4501 |     uniffi_loro_ffi_fn_method_lorodoc_get_list(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_list' 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_map' in scope
 4512 | open func getMap(id: ContainerIdLike) -> LoroMap {
 4513 |     return try!  FfiConverterTypeLoroMap.lift(try! rustCall() {
 4514 |     uniffi_loro_ffi_fn_method_lorodoc_get_map(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_map' in scope
 4515 |         FfiConverterTypeContainerIdLike.lower(id),$0
 4516 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4527:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_movable_list' in scope
 4525 | open func getMovableList(id: ContainerIdLike) -> LoroMovableList {
 4526 |     return try!  FfiConverterTypeLoroMovableList.lift(try! rustCall() {
 4527 |     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
 4528 |         FfiConverterTypeContainerIdLike.lower(id),$0
 4529 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4538:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_path_to_container' in scope
 4536 | open func getPathToContainer(id: ContainerId) -> [ContainerPath]? {
 4537 |     return try!  FfiConverterOptionSequenceTypeContainerPath.lift(try! rustCall() {
 4538 |     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
 4539 |         FfiConverterTypeContainerID.lower(id),$0
 4540 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4552:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_pending_txn_len' in scope
 4550 | open func getPendingTxnLen() -> UInt32 {
 4551 |     return try!  FfiConverterUInt32.lift(try! rustCall() {
 4552 |     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
 4553 |     )
 4554 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4564:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_text' in scope
 4562 | open func getText(id: ContainerIdLike) -> LoroText {
 4563 |     return try!  FfiConverterTypeLoroText.lift(try! rustCall() {
 4564 |     uniffi_loro_ffi_fn_method_lorodoc_get_text(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_text' in scope
 4565 |         FfiConverterTypeContainerIdLike.lower(id),$0
 4566 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4577:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_tree' in scope
 4575 | open func getTree(id: ContainerIdLike) -> LoroTree {
 4576 |     return try!  FfiConverterTypeLoroTree.lift(try! rustCall() {
 4577 |     uniffi_loro_ffi_fn_method_lorodoc_get_tree(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_tree' in scope
 4578 |         FfiConverterTypeContainerIdLike.lower(id),$0
 4579 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4588:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_value' in scope
 4586 | open func getValue() -> LoroValue {
 4587 |     return try!  FfiConverterTypeLoroValue.lift(try! rustCall() {
 4588 |     uniffi_loro_ffi_fn_method_lorodoc_get_value(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_get_value' in scope
 4589 |     )
 4590 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4601:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_has_container' in scope
 4599 | open func hasContainer(id: ContainerId) -> Bool {
 4600 |     return try!  FfiConverterBool.lift(try! rustCall() {
 4601 |     uniffi_loro_ffi_fn_method_lorodoc_has_container(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_has_container' in scope
 4602 |         FfiConverterTypeContainerID.lower(id),$0
 4603 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4609:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_has_history_cache' in scope
 4607 | open func hasHistoryCache() -> Bool {
 4608 |     return try!  FfiConverterBool.lift(try! rustCall() {
 4609 |     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
 4610 |     )
 4611 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4619:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_import' in scope
 4617 | open func `import`(bytes: Data)throws  -> ImportStatus {
 4618 |     return try  FfiConverterTypeImportStatus.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 4619 |     uniffi_loro_ffi_fn_method_lorodoc_import(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_import' in scope
 4620 |         FfiConverterData.lower(bytes),$0
 4621 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4632:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_import_batch' in scope
 4630 | open func importBatch(bytes: [Data])throws  -> ImportStatus {
 4631 |     return try  FfiConverterTypeImportStatus.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 4632 |     uniffi_loro_ffi_fn_method_lorodoc_import_batch(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_import_batch' in scope
 4633 |         FfiConverterSequenceData.lower(bytes),$0
 4634 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4640:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_import_json_updates' in scope
 4638 | open func importJsonUpdates(json: String)throws  -> ImportStatus {
 4639 |     return try  FfiConverterTypeImportStatus.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 4640 |     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
 4641 |         FfiConverterString.lower(json),$0
 4642 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4654:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_import_with' in scope
 4652 | open func importWith(bytes: Data, origin: String)throws  -> ImportStatus {
 4653 |     return try  FfiConverterTypeImportStatus.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 4654 |     uniffi_loro_ffi_fn_method_lorodoc_import_with(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_import_with' in scope
 4655 |         FfiConverterData.lower(bytes),
 4656 |         FfiConverterString.lower(origin),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4667:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_is_detached' in scope
 4665 | open func isDetached() -> Bool {
 4666 |     return try!  FfiConverterBool.lift(try! rustCall() {
 4667 |     uniffi_loro_ffi_fn_method_lorodoc_is_detached(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_is_detached' in scope
 4668 |     )
 4669 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4677:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_is_shallow' in scope
 4675 | open func isShallow() -> Bool {
 4676 |     return try!  FfiConverterBool.lift(try! rustCall() {
 4677 |     uniffi_loro_ffi_fn_method_lorodoc_is_shallow(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_is_shallow' in scope
 4678 |     )
 4679 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4715:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_jsonpath' in scope
 4713 | open func jsonpath(path: String)throws  -> [ValueOrContainer] {
 4714 |     return try  FfiConverterSequenceTypeValueOrContainer.lift(try rustCallWithError(FfiConverterTypeJsonPathError.lift) {
 4715 |     uniffi_loro_ffi_fn_method_lorodoc_jsonpath(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_jsonpath' in scope
 4716 |         FfiConverterString.lower(path),$0
 4717 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4726:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_len_changes' in scope
 4724 | open func lenChanges() -> UInt64 {
 4725 |     return try!  FfiConverterUInt64.lift(try! rustCall() {
 4726 |     uniffi_loro_ffi_fn_method_lorodoc_len_changes(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_len_changes' in scope
 4727 |     )
 4728 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4736:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_len_ops' in scope
 4734 | open func lenOps() -> UInt64 {
 4735 |     return try!  FfiConverterUInt64.lift(try! rustCall() {
 4736 |     uniffi_loro_ffi_fn_method_lorodoc_len_ops(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_len_ops' in scope
 4737 |     )
 4738 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4746:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_minimize_frontiers' in scope
 4744 | open func minimizeFrontiers(frontiers: Frontiers) -> FrontiersOrId {
 4745 |     return try!  FfiConverterTypeFrontiersOrID.lift(try! rustCall() {
 4746 |     uniffi_loro_ffi_fn_method_lorodoc_minimize_frontiers(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_minimize_frontiers' in scope
 4747 |         FfiConverterTypeFrontiers.lower(frontiers),$0
 4748 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4757:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_oplog_frontiers' in scope
 4755 | open func oplogFrontiers() -> Frontiers {
 4756 |     return try!  FfiConverterTypeFrontiers.lift(try! rustCall() {
 4757 |     uniffi_loro_ffi_fn_method_lorodoc_oplog_frontiers(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_oplog_frontiers' in scope
 4758 |     )
 4759 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4767:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_oplog_vv' in scope
 4765 | open func oplogVv() -> VersionVector {
 4766 |     return try!  FfiConverterTypeVersionVector.lift(try! rustCall() {
 4767 |     uniffi_loro_ffi_fn_method_lorodoc_oplog_vv(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_oplog_vv' in scope
 4768 |     )
 4769 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4777:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_peer_id' in scope
 4775 | open func peerId() -> UInt64 {
 4776 |     return try!  FfiConverterUInt64.lift(try! rustCall() {
 4777 |     uniffi_loro_ffi_fn_method_lorodoc_peer_id(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_peer_id' in scope
 4778 |     )
 4779 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4798:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_redact_json_updates' in scope
 4796 | open func redactJsonUpdates(json: String, versionRange: VersionRange)throws  -> String {
 4797 |     return try  FfiConverterString.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 4798 |     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
 4799 |         FfiConverterString.lower(json),
 4800 |         FfiConverterTypeVersionRange.lower(versionRange),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4813:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_revert_to' in scope
 4811 |      */
 4812 | open func revertTo(version: Frontiers)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 4813 |     uniffi_loro_ffi_fn_method_lorodoc_revert_to(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_revert_to' in scope
 4814 |         FfiConverterTypeFrontiers.lower(version),$0
 4815 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4829:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_set_change_merge_interval' in scope
 4827 |      */
 4828 | open func setChangeMergeInterval(interval: Int64) {try! rustCall() {
 4829 |     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
 4830 |         FfiConverterInt64.lower(interval),$0
 4831 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4839:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_set_hide_empty_root_containers' in scope
 4837 |      */
 4838 | open func setHideEmptyRootContainers(hide: Bool) {try! rustCall() {
 4839 |     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
 4840 |         FfiConverterBool.lower(hide),$0
 4841 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4851:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_set_next_commit_message' in scope
 4849 |      */
 4850 | open func setNextCommitMessage(msg: String) {try! rustCall() {
 4851 |     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
 4852 |         FfiConverterString.lower(msg),$0
 4853 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4863:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_set_next_commit_options' in scope
 4861 |      */
 4862 | open func setNextCommitOptions(options: CommitOptions) {try! rustCall() {
 4863 |     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
 4864 |         FfiConverterTypeCommitOptions.lower(options),$0
 4865 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4875:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_set_next_commit_origin' in scope
 4873 |      */
 4874 | open func setNextCommitOrigin(origin: String) {try! rustCall() {
 4875 |     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
 4876 |         FfiConverterString.lower(origin),$0
 4877 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4888:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_set_next_commit_timestamp' in scope
 4886 |      */
 4887 | open func setNextCommitTimestamp(timestamp: Int64) {try! rustCall() {
 4888 |     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
 4889 |         FfiConverterInt64.lower(timestamp),$0
 4890 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4901:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_set_peer_id' in scope
 4899 |      */
 4900 | open func setPeerId(peer: UInt64)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 4901 |     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
 4902 |         FfiConverterUInt64.lower(peer),$0
 4903 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4919:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_set_record_timestamp' in scope
 4917 |      */
 4918 | open func setRecordTimestamp(record: Bool) {try! rustCall() {
 4919 |     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
 4920 |         FfiConverterBool.lower(record),$0
 4921 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4932:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_shallow_since_vv' in scope
 4930 | open func shallowSinceVv() -> VersionVector {
 4931 |     return try!  FfiConverterTypeVersionVector.lift(try! rustCall() {
 4932 |     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
 4933 |     )
 4934 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4944:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_state_frontiers' in scope
 4942 | open func stateFrontiers() -> Frontiers {
 4943 |     return try!  FfiConverterTypeFrontiers.lift(try! rustCall() {
 4944 |     uniffi_loro_ffi_fn_method_lorodoc_state_frontiers(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_state_frontiers' in scope
 4945 |     )
 4946 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4954:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_state_vv' in scope
 4952 | open func stateVv() -> VersionVector {
 4953 |     return try!  FfiConverterTypeVersionVector.lift(try! rustCall() {
 4954 |     uniffi_loro_ffi_fn_method_lorodoc_state_vv(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_state_vv' in scope
 4955 |     )
 4956 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4974:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_subscribe' in scope
 4972 | open func subscribe(containerId: ContainerId, subscriber: Subscriber) -> Subscription {
 4973 |     return try!  FfiConverterTypeSubscription.lift(try! rustCall() {
 4974 |     uniffi_loro_ffi_fn_method_lorodoc_subscribe(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_subscribe' in scope
 4975 |         FfiConverterTypeContainerID.lower(containerId),
 4976 |         FfiConverterTypeSubscriber.lower(subscriber),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:4990:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_subscribe_first_commit_from_peer' in scope
 4988 | open func subscribeFirstCommitFromPeer(callback: FirstCommitFromPeerCallback) -> Subscription {
 4989 |     return try!  FfiConverterTypeSubscription.lift(try! rustCall() {
 4990 |     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
 4991 |         FfiConverterTypeFirstCommitFromPeerCallback.lower(callback),$0
 4992 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5001:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_subscribe_local_update' in scope
 4999 | open func subscribeLocalUpdate(callback: LocalUpdateCallback) -> Subscription {
 5000 |     return try!  FfiConverterTypeSubscription.lift(try! rustCall() {
 5001 |     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
 5002 |         FfiConverterTypeLocalUpdateCallback.lower(callback),$0
 5003 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5015:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_subscribe_pre_commit' in scope
 5013 | open func subscribePreCommit(callback: PreCommitCallback) -> Subscription {
 5014 |     return try!  FfiConverterTypeSubscription.lift(try! rustCall() {
 5015 |     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
 5016 |         FfiConverterTypePreCommitCallback.lower(callback),$0
 5017 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5029:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_subscribe_root' in scope
 5027 | open func subscribeRoot(subscriber: Subscriber) -> Subscription {
 5028 |     return try!  FfiConverterTypeSubscription.lift(try! rustCall() {
 5029 |     uniffi_loro_ffi_fn_method_lorodoc_subscribe_root(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_subscribe_root' in scope
 5030 |         FfiConverterTypeSubscriber.lower(subscriber),$0
 5031 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5047:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_travel_change_ancestors' in scope
 5045 |      */
 5046 | open func travelChangeAncestors(ids: [Id], f: ChangeAncestorsTraveler)throws  {try rustCallWithError(FfiConverterTypeChangeTravelError.lift) {
 5047 |     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
 5048 |         FfiConverterSequenceTypeID.lower(ids),
 5049 |         FfiConverterTypeChangeAncestorsTraveler.lower(f),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5059:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorodoc_vv_to_frontiers' in scope
 5057 | open func vvToFrontiers(vv: VersionVector) -> Frontiers {
 5058 |     return try!  FfiConverterTypeFrontiers.lift(try! rustCall() {
 5059 |     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
 5060 |         FfiConverterTypeVersionVector.lower(vv),$0
 5061 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5274:32: error: cannot find 'uniffi_loro_ffi_fn_clone_lorolist' in scope
 5272 | #endif
 5273 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 5274 |         return try! rustCall { uniffi_loro_ffi_fn_clone_lorolist(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_lorolist' in scope
 5275 |     }
 5276 |     /**
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5285:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_lorolist_new' in scope
 5283 |     let pointer =
 5284 |         try! rustCall() {
 5285 |     uniffi_loro_ffi_fn_constructor_lorolist_new($0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_lorolist_new' in scope
 5286 |     )
 5287 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5296:25: error: cannot find 'uniffi_loro_ffi_fn_free_lorolist' in scope
 5294 |         }
 5295 |
 5296 |         try! rustCall { uniffi_loro_ffi_fn_free_lorolist(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_lorolist' in scope
 5297 |     }
 5298 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5306:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_clear' in scope
 5304 |      */
 5305 | open func clear()throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5306 |     uniffi_loro_ffi_fn_method_lorolist_clear(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_clear' in scope
 5307 |     )
 5308 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5315:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_delete' in scope
 5313 |      */
 5314 | open func delete(pos: UInt32, len: UInt32)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5315 |     uniffi_loro_ffi_fn_method_lorolist_delete(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_delete' in scope
 5316 |         FfiConverterUInt32.lower(pos),
 5317 |         FfiConverterUInt32.lower(len),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5327:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_doc' in scope
 5325 | open func doc() -> LoroDoc? {
 5326 |     return try!  FfiConverterOptionTypeLoroDoc.lift(try! rustCall() {
 5327 |     uniffi_loro_ffi_fn_method_lorolist_doc(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_doc' in scope
 5328 |     )
 5329 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5337:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_get' in scope
 5335 | open func get(index: UInt32) -> ValueOrContainer? {
 5336 |     return try!  FfiConverterOptionTypeValueOrContainer.lift(try! rustCall() {
 5337 |     uniffi_loro_ffi_fn_method_lorolist_get(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_get' in scope
 5338 |         FfiConverterUInt32.lower(index),$0
 5339 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5348:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_get_attached' in scope
 5346 | open func getAttached() -> LoroList? {
 5347 |     return try!  FfiConverterOptionTypeLoroList.lift(try! rustCall() {
 5348 |     uniffi_loro_ffi_fn_method_lorolist_get_attached(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_get_attached' in scope
 5349 |     )
 5350 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5355:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_get_cursor' in scope
 5353 | open func getCursor(pos: UInt32, side: Side) -> Cursor? {
 5354 |     return try!  FfiConverterOptionTypeCursor.lift(try! rustCall() {
 5355 |     uniffi_loro_ffi_fn_method_lorolist_get_cursor(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_get_cursor' in scope
 5356 |         FfiConverterUInt32.lower(pos),
 5357 |         FfiConverterTypeSide.lower(side),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5367:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_get_deep_value' in scope
 5365 | open func getDeepValue() -> LoroValue {
 5366 |     return try!  FfiConverterTypeLoroValue.lift(try! rustCall() {
 5367 |     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
 5368 |     )
 5369 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5377:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_get_id_at' in scope
 5375 | open func getIdAt(pos: UInt32) -> Id? {
 5376 |     return try!  FfiConverterOptionTypeID.lift(try! rustCall() {
 5377 |     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
 5378 |         FfiConverterUInt32.lower(pos),$0
 5379 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5390:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_get_value' in scope
 5388 | open func getValue() -> LoroValue {
 5389 |     return try!  FfiConverterTypeLoroValue.lift(try! rustCall() {
 5390 |     uniffi_loro_ffi_fn_method_lorolist_get_value(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_get_value' in scope
 5391 |     )
 5392 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5400:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_id' in scope
 5398 | open func id() -> ContainerId {
 5399 |     return try!  FfiConverterTypeContainerID.lift(try! rustCall() {
 5400 |     uniffi_loro_ffi_fn_method_lorolist_id(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_id' in scope
 5401 |     )
 5402 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5409:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_insert' in scope
 5407 |      */
 5408 | open func insert(pos: UInt32, v: LoroValueLike)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5409 |     uniffi_loro_ffi_fn_method_lorolist_insert(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_insert' in scope
 5410 |         FfiConverterUInt32.lower(pos),
 5411 |         FfiConverterTypeLoroValueLike.lower(v),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5418:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_insert_counter_container' in scope
 5416 | open func insertCounterContainer(pos: UInt32, child: LoroCounter)throws  -> LoroCounter {
 5417 |     return try  FfiConverterTypeLoroCounter.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5418 |     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
 5419 |         FfiConverterUInt32.lower(pos),
 5420 |         FfiConverterTypeLoroCounter.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5427:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_insert_list_container' in scope
 5425 | open func insertListContainer(pos: UInt32, child: LoroList)throws  -> LoroList {
 5426 |     return try  FfiConverterTypeLoroList.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5427 |     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
 5428 |         FfiConverterUInt32.lower(pos),
 5429 |         FfiConverterTypeLoroList.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5436:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_insert_map_container' in scope
 5434 | open func insertMapContainer(pos: UInt32, child: LoroMap)throws  -> LoroMap {
 5435 |     return try  FfiConverterTypeLoroMap.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5436 |     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
 5437 |         FfiConverterUInt32.lower(pos),
 5438 |         FfiConverterTypeLoroMap.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5445:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_insert_movable_list_container' in scope
 5443 | open func insertMovableListContainer(pos: UInt32, child: LoroMovableList)throws  -> LoroMovableList {
 5444 |     return try  FfiConverterTypeLoroMovableList.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5445 |     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
 5446 |         FfiConverterUInt32.lower(pos),
 5447 |         FfiConverterTypeLoroMovableList.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5454:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_insert_text_container' in scope
 5452 | open func insertTextContainer(pos: UInt32, child: LoroText)throws  -> LoroText {
 5453 |     return try  FfiConverterTypeLoroText.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5454 |     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
 5455 |         FfiConverterUInt32.lower(pos),
 5456 |         FfiConverterTypeLoroText.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5463:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_insert_tree_container' in scope
 5461 | open func insertTreeContainer(pos: UInt32, child: LoroTree)throws  -> LoroTree {
 5462 |     return try  FfiConverterTypeLoroTree.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5463 |     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
 5464 |         FfiConverterUInt32.lower(pos),
 5465 |         FfiConverterTypeLoroTree.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5478:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_is_attached' in scope
 5476 | open func isAttached() -> Bool {
 5477 |     return try!  FfiConverterBool.lift(try! rustCall() {
 5478 |     uniffi_loro_ffi_fn_method_lorolist_is_attached(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_is_attached' in scope
 5479 |     )
 5480 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5488:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_is_deleted' in scope
 5486 | open func isDeleted() -> Bool {
 5487 |     return try!  FfiConverterBool.lift(try! rustCall() {
 5488 |     uniffi_loro_ffi_fn_method_lorolist_is_deleted(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_is_deleted' in scope
 5489 |     )
 5490 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5495:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_is_empty' in scope
 5493 | open func isEmpty() -> Bool {
 5494 |     return try!  FfiConverterBool.lift(try! rustCall() {
 5495 |     uniffi_loro_ffi_fn_method_lorolist_is_empty(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_is_empty' in scope
 5496 |     )
 5497 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5502:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_len' in scope
 5500 | open func len() -> UInt32 {
 5501 |     return try!  FfiConverterUInt32.lift(try! rustCall() {
 5502 |     uniffi_loro_ffi_fn_method_lorolist_len(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_len' in scope
 5503 |     )
 5504 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5512:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_pop' in scope
 5510 | open func pop()throws  -> LoroValue? {
 5511 |     return try  FfiConverterOptionTypeLoroValue.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5512 |     uniffi_loro_ffi_fn_method_lorolist_pop(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_pop' in scope
 5513 |     )
 5514 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5518:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_push' in scope
 5516 |
 5517 | open func push(v: LoroValueLike)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5518 |     uniffi_loro_ffi_fn_method_lorolist_push(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_push' in scope
 5519 |         FfiConverterTypeLoroValueLike.lower(v),$0
 5520 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5539:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_subscribe' in scope
 5537 | open func subscribe(subscriber: Subscriber) -> Subscription? {
 5538 |     return try!  FfiConverterOptionTypeSubscription.lift(try! rustCall() {
 5539 |     uniffi_loro_ffi_fn_method_lorolist_subscribe(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_subscribe' in scope
 5540 |         FfiConverterTypeSubscriber.lower(subscriber),$0
 5541 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5553:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_to_vec' in scope
 5551 | open func toVec() -> [LoroValue] {
 5552 |     return try!  FfiConverterSequenceTypeLoroValue.lift(try! rustCall() {
 5553 |     uniffi_loro_ffi_fn_method_lorolist_to_vec(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorolist_to_vec' in scope
 5554 |     )
 5555 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5780:32: error: cannot find 'uniffi_loro_ffi_fn_clone_loromap' in scope
 5778 | #endif
 5779 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 5780 |         return try! rustCall { uniffi_loro_ffi_fn_clone_loromap(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_loromap' in scope
 5781 |     }
 5782 |     /**
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5791:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_loromap_new' in scope
 5789 |     let pointer =
 5790 |         try! rustCall() {
 5791 |     uniffi_loro_ffi_fn_constructor_loromap_new($0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_loromap_new' in scope
 5792 |     )
 5793 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5802:25: error: cannot find 'uniffi_loro_ffi_fn_free_loromap' in scope
 5800 |         }
 5801 |
 5802 |         try! rustCall { uniffi_loro_ffi_fn_free_loromap(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_loromap' in scope
 5803 |     }
 5804 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5812:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_clear' in scope
 5810 |      */
 5811 | open func clear()throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5812 |     uniffi_loro_ffi_fn_method_loromap_clear(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_clear' in scope
 5813 |     )
 5814 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5821:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_delete' in scope
 5819 |      */
 5820 | open func delete(key: String)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5821 |     uniffi_loro_ffi_fn_method_loromap_delete(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_delete' in scope
 5822 |         FfiConverterString.lower(key),$0
 5823 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5832:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_doc' in scope
 5830 | open func doc() -> LoroDoc? {
 5831 |     return try!  FfiConverterOptionTypeLoroDoc.lift(try! rustCall() {
 5832 |     uniffi_loro_ffi_fn_method_loromap_doc(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_doc' in scope
 5833 |     )
 5834 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5842:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_get' in scope
 5840 | open func get(key: String) -> ValueOrContainer? {
 5841 |     return try!  FfiConverterOptionTypeValueOrContainer.lift(try! rustCall() {
 5842 |     uniffi_loro_ffi_fn_method_loromap_get(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_get' in scope
 5843 |         FfiConverterString.lower(key),$0
 5844 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5853:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_get_attached' in scope
 5851 | open func getAttached() -> LoroMap? {
 5852 |     return try!  FfiConverterOptionTypeLoroMap.lift(try! rustCall() {
 5853 |     uniffi_loro_ffi_fn_method_loromap_get_attached(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_get_attached' in scope
 5854 |     )
 5855 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5865:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_get_deep_value' in scope
 5863 | open func getDeepValue() -> LoroValue {
 5864 |     return try!  FfiConverterTypeLoroValue.lift(try! rustCall() {
 5865 |     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
 5866 |     )
 5867 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5875:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_get_last_editor' in scope
 5873 | open func getLastEditor(key: String) -> UInt64? {
 5874 |     return try!  FfiConverterOptionUInt64.lift(try! rustCall() {
 5875 |     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
 5876 |         FfiConverterString.lower(key),$0
 5877 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5883:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_get_or_create_counter_container' in scope
 5881 | open func getOrCreateCounterContainer(key: String, child: LoroCounter)throws  -> LoroCounter {
 5882 |     return try  FfiConverterTypeLoroCounter.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5883 |     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
 5884 |         FfiConverterString.lower(key),
 5885 |         FfiConverterTypeLoroCounter.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5892:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_get_or_create_list_container' in scope
 5890 | open func getOrCreateListContainer(key: String, child: LoroList)throws  -> LoroList {
 5891 |     return try  FfiConverterTypeLoroList.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5892 |     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
 5893 |         FfiConverterString.lower(key),
 5894 |         FfiConverterTypeLoroList.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5901:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_get_or_create_map_container' in scope
 5899 | open func getOrCreateMapContainer(key: String, child: LoroMap)throws  -> LoroMap {
 5900 |     return try  FfiConverterTypeLoroMap.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5901 |     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
 5902 |         FfiConverterString.lower(key),
 5903 |         FfiConverterTypeLoroMap.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5910:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_get_or_create_movable_list_container' in scope
 5908 | open func getOrCreateMovableListContainer(key: String, child: LoroMovableList)throws  -> LoroMovableList {
 5909 |     return try  FfiConverterTypeLoroMovableList.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5910 |     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
 5911 |         FfiConverterString.lower(key),
 5912 |         FfiConverterTypeLoroMovableList.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5919:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_get_or_create_text_container' in scope
 5917 | open func getOrCreateTextContainer(key: String, child: LoroText)throws  -> LoroText {
 5918 |     return try  FfiConverterTypeLoroText.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5919 |     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
 5920 |         FfiConverterString.lower(key),
 5921 |         FfiConverterTypeLoroText.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5928:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_get_or_create_tree_container' in scope
 5926 | open func getOrCreateTreeContainer(key: String, child: LoroTree)throws  -> LoroTree {
 5927 |     return try  FfiConverterTypeLoroTree.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5928 |     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
 5929 |         FfiConverterString.lower(key),
 5930 |         FfiConverterTypeLoroTree.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5942:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_get_value' in scope
 5940 | open func getValue() -> LoroValue {
 5941 |     return try!  FfiConverterTypeLoroValue.lift(try! rustCall() {
 5942 |     uniffi_loro_ffi_fn_method_loromap_get_value(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_get_value' in scope
 5943 |     )
 5944 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5952:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_id' in scope
 5950 | open func id() -> ContainerId {
 5951 |     return try!  FfiConverterTypeContainerID.lift(try! rustCall() {
 5952 |     uniffi_loro_ffi_fn_method_loromap_id(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_id' in scope
 5953 |     )
 5954 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5964:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_insert' in scope
 5962 |      */
 5963 | open func insert(key: String, v: LoroValueLike)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5964 |     uniffi_loro_ffi_fn_method_loromap_insert(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_insert' in scope
 5965 |         FfiConverterString.lower(key),
 5966 |         FfiConverterTypeLoroValueLike.lower(v),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5973:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_insert_counter_container' in scope
 5971 | open func insertCounterContainer(key: String, child: LoroCounter)throws  -> LoroCounter {
 5972 |     return try  FfiConverterTypeLoroCounter.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5973 |     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
 5974 |         FfiConverterString.lower(key),
 5975 |         FfiConverterTypeLoroCounter.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5982:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_insert_list_container' in scope
 5980 | open func insertListContainer(key: String, child: LoroList)throws  -> LoroList {
 5981 |     return try  FfiConverterTypeLoroList.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5982 |     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
 5983 |         FfiConverterString.lower(key),
 5984 |         FfiConverterTypeLoroList.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:5991:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_insert_map_container' in scope
 5989 | open func insertMapContainer(key: String, child: LoroMap)throws  -> LoroMap {
 5990 |     return try  FfiConverterTypeLoroMap.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 5991 |     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
 5992 |         FfiConverterString.lower(key),
 5993 |         FfiConverterTypeLoroMap.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6000:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_insert_movable_list_container' in scope
 5998 | open func insertMovableListContainer(key: String, child: LoroMovableList)throws  -> LoroMovableList {
 5999 |     return try  FfiConverterTypeLoroMovableList.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6000 |     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
 6001 |         FfiConverterString.lower(key),
 6002 |         FfiConverterTypeLoroMovableList.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6009:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_insert_text_container' in scope
 6007 | open func insertTextContainer(key: String, child: LoroText)throws  -> LoroText {
 6008 |     return try  FfiConverterTypeLoroText.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6009 |     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
 6010 |         FfiConverterString.lower(key),
 6011 |         FfiConverterTypeLoroText.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6018:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_insert_tree_container' in scope
 6016 | open func insertTreeContainer(key: String, child: LoroTree)throws  -> LoroTree {
 6017 |     return try  FfiConverterTypeLoroTree.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6018 |     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
 6019 |         FfiConverterString.lower(key),
 6020 |         FfiConverterTypeLoroTree.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6030:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_is_attached' in scope
 6028 | open func isAttached() -> Bool {
 6029 |     return try!  FfiConverterBool.lift(try! rustCall() {
 6030 |     uniffi_loro_ffi_fn_method_loromap_is_attached(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_is_attached' in scope
 6031 |     )
 6032 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6040:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_is_deleted' in scope
 6038 | open func isDeleted() -> Bool {
 6039 |     return try!  FfiConverterBool.lift(try! rustCall() {
 6040 |     uniffi_loro_ffi_fn_method_loromap_is_deleted(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_is_deleted' in scope
 6041 |     )
 6042 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6050:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_is_empty' in scope
 6048 | open func isEmpty() -> Bool {
 6049 |     return try!  FfiConverterBool.lift(try! rustCall() {
 6050 |     uniffi_loro_ffi_fn_method_loromap_is_empty(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_is_empty' in scope
 6051 |     )
 6052 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6060:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_keys' in scope
 6058 | open func keys() -> [String] {
 6059 |     return try!  FfiConverterSequenceString.lift(try! rustCall() {
 6060 |     uniffi_loro_ffi_fn_method_loromap_keys(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_keys' in scope
 6061 |     )
 6062 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6070:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_len' in scope
 6068 | open func len() -> UInt32 {
 6069 |     return try!  FfiConverterUInt32.lift(try! rustCall() {
 6070 |     uniffi_loro_ffi_fn_method_loromap_len(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_len' in scope
 6071 |     )
 6072 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6090:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_subscribe' in scope
 6088 | open func subscribe(subscriber: Subscriber) -> Subscription? {
 6089 |     return try!  FfiConverterOptionTypeSubscription.lift(try! rustCall() {
 6090 |     uniffi_loro_ffi_fn_method_loromap_subscribe(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_subscribe' in scope
 6091 |         FfiConverterTypeSubscriber.lower(subscriber),$0
 6092 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6101:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromap_values' in scope
 6099 | open func values() -> [ValueOrContainer] {
 6100 |     return try!  FfiConverterSequenceTypeValueOrContainer.lift(try! rustCall() {
 6101 |     uniffi_loro_ffi_fn_method_loromap_values(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromap_values' in scope
 6102 |     )
 6103 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6360:32: error: cannot find 'uniffi_loro_ffi_fn_clone_loromovablelist' in scope
 6358 | #endif
 6359 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 6360 |         return try! rustCall { uniffi_loro_ffi_fn_clone_loromovablelist(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_loromovablelist' in scope
 6361 |     }
 6362 |     /**
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6371:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_loromovablelist_new' in scope
 6369 |     let pointer =
 6370 |         try! rustCall() {
 6371 |     uniffi_loro_ffi_fn_constructor_loromovablelist_new($0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_loromovablelist_new' in scope
 6372 |     )
 6373 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6382:25: error: cannot find 'uniffi_loro_ffi_fn_free_loromovablelist' in scope
 6380 |         }
 6381 |
 6382 |         try! rustCall { uniffi_loro_ffi_fn_free_loromovablelist(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_loromovablelist' in scope
 6383 |     }
 6384 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6392:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_clear' in scope
 6390 |      */
 6391 | open func clear()throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6392 |     uniffi_loro_ffi_fn_method_loromovablelist_clear(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_clear' in scope
 6393 |     )
 6394 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6401:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_delete' in scope
 6399 |      */
 6400 | open func delete(pos: UInt32, len: UInt32)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6401 |     uniffi_loro_ffi_fn_method_loromovablelist_delete(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_delete' in scope
 6402 |         FfiConverterUInt32.lower(pos),
 6403 |         FfiConverterUInt32.lower(len),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6413:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_doc' in scope
 6411 | open func doc() -> LoroDoc? {
 6412 |     return try!  FfiConverterOptionTypeLoroDoc.lift(try! rustCall() {
 6413 |     uniffi_loro_ffi_fn_method_loromovablelist_doc(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_doc' in scope
 6414 |     )
 6415 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6423:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_get' in scope
 6421 | open func get(index: UInt32) -> ValueOrContainer? {
 6422 |     return try!  FfiConverterOptionTypeValueOrContainer.lift(try! rustCall() {
 6423 |     uniffi_loro_ffi_fn_method_loromovablelist_get(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_get' in scope
 6424 |         FfiConverterUInt32.lower(index),$0
 6425 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6434:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_get_attached' in scope
 6432 | open func getAttached() -> LoroMovableList? {
 6433 |     return try!  FfiConverterOptionTypeLoroMovableList.lift(try! rustCall() {
 6434 |     uniffi_loro_ffi_fn_method_loromovablelist_get_attached(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_get_attached' in scope
 6435 |     )
 6436 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6441:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_get_creator_at' in scope
 6439 | open func getCreatorAt(pos: UInt32) -> UInt64? {
 6440 |     return try!  FfiConverterOptionUInt64.lift(try! rustCall() {
 6441 |     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
 6442 |         FfiConverterUInt32.lower(pos),$0
 6443 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6464:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_get_cursor' in scope
 6462 | open func getCursor(pos: UInt32, side: Side) -> Cursor? {
 6463 |     return try!  FfiConverterOptionTypeCursor.lift(try! rustCall() {
 6464 |     uniffi_loro_ffi_fn_method_loromovablelist_get_cursor(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_get_cursor' in scope
 6465 |         FfiConverterUInt32.lower(pos),
 6466 |         FfiConverterTypeSide.lower(side),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6476:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_get_deep_value' in scope
 6474 | open func getDeepValue() -> LoroValue {
 6475 |     return try!  FfiConverterTypeLoroValue.lift(try! rustCall() {
 6476 |     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
 6477 |     )
 6478 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6486:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_get_last_editor_at' in scope
 6484 | open func getLastEditorAt(pos: UInt32) -> UInt64? {
 6485 |     return try!  FfiConverterOptionUInt64.lift(try! rustCall() {
 6486 |     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
 6487 |         FfiConverterUInt32.lower(pos),$0
 6488 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6497:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_get_last_mover_at' in scope
 6495 | open func getLastMoverAt(pos: UInt32) -> UInt64? {
 6496 |     return try!  FfiConverterOptionUInt64.lift(try! rustCall() {
 6497 |     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
 6498 |         FfiConverterUInt32.lower(pos),$0
 6499 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6510:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_get_value' in scope
 6508 | open func getValue() -> LoroValue {
 6509 |     return try!  FfiConverterTypeLoroValue.lift(try! rustCall() {
 6510 |     uniffi_loro_ffi_fn_method_loromovablelist_get_value(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_get_value' in scope
 6511 |     )
 6512 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6520:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_id' in scope
 6518 | open func id() -> ContainerId {
 6519 |     return try!  FfiConverterTypeContainerID.lift(try! rustCall() {
 6520 |     uniffi_loro_ffi_fn_method_loromovablelist_id(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_id' in scope
 6521 |     )
 6522 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6529:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_insert' in scope
 6527 |      */
 6528 | open func insert(pos: UInt32, v: LoroValueLike)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6529 |     uniffi_loro_ffi_fn_method_loromovablelist_insert(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_insert' in scope
 6530 |         FfiConverterUInt32.lower(pos),
 6531 |         FfiConverterTypeLoroValueLike.lower(v),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6538:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_insert_counter_container' in scope
 6536 | open func insertCounterContainer(pos: UInt32, child: LoroCounter)throws  -> LoroCounter {
 6537 |     return try  FfiConverterTypeLoroCounter.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6538 |     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
 6539 |         FfiConverterUInt32.lower(pos),
 6540 |         FfiConverterTypeLoroCounter.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6547:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_insert_list_container' in scope
 6545 | open func insertListContainer(pos: UInt32, child: LoroList)throws  -> LoroList {
 6546 |     return try  FfiConverterTypeLoroList.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6547 |     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
 6548 |         FfiConverterUInt32.lower(pos),
 6549 |         FfiConverterTypeLoroList.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6556:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_insert_map_container' in scope
 6554 | open func insertMapContainer(pos: UInt32, child: LoroMap)throws  -> LoroMap {
 6555 |     return try  FfiConverterTypeLoroMap.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6556 |     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
 6557 |         FfiConverterUInt32.lower(pos),
 6558 |         FfiConverterTypeLoroMap.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6565:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_insert_movable_list_container' in scope
 6563 | open func insertMovableListContainer(pos: UInt32, child: LoroMovableList)throws  -> LoroMovableList {
 6564 |     return try  FfiConverterTypeLoroMovableList.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6565 |     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
 6566 |         FfiConverterUInt32.lower(pos),
 6567 |         FfiConverterTypeLoroMovableList.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6574:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_insert_text_container' in scope
 6572 | open func insertTextContainer(pos: UInt32, child: LoroText)throws  -> LoroText {
 6573 |     return try  FfiConverterTypeLoroText.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6574 |     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
 6575 |         FfiConverterUInt32.lower(pos),
 6576 |         FfiConverterTypeLoroText.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6583:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_insert_tree_container' in scope
 6581 | open func insertTreeContainer(pos: UInt32, child: LoroTree)throws  -> LoroTree {
 6582 |     return try  FfiConverterTypeLoroTree.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6583 |     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
 6584 |         FfiConverterUInt32.lower(pos),
 6585 |         FfiConverterTypeLoroTree.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6598:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_is_attached' in scope
 6596 | open func isAttached() -> Bool {
 6597 |     return try!  FfiConverterBool.lift(try! rustCall() {
 6598 |     uniffi_loro_ffi_fn_method_loromovablelist_is_attached(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_is_attached' in scope
 6599 |     )
 6600 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6608:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_is_deleted' in scope
 6606 | open func isDeleted() -> Bool {
 6607 |     return try!  FfiConverterBool.lift(try! rustCall() {
 6608 |     uniffi_loro_ffi_fn_method_loromovablelist_is_deleted(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_is_deleted' in scope
 6609 |     )
 6610 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6615:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_is_empty' in scope
 6613 | open func isEmpty() -> Bool {
 6614 |     return try!  FfiConverterBool.lift(try! rustCall() {
 6615 |     uniffi_loro_ffi_fn_method_loromovablelist_is_empty(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_is_empty' in scope
 6616 |     )
 6617 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6622:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_len' in scope
 6620 | open func len() -> UInt32 {
 6621 |     return try!  FfiConverterUInt32.lift(try! rustCall() {
 6622 |     uniffi_loro_ffi_fn_method_loromovablelist_len(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_len' in scope
 6623 |     )
 6624 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6631:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_mov' in scope
 6629 |      */
 6630 | open func mov(from: UInt32, to: UInt32)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6631 |     uniffi_loro_ffi_fn_method_loromovablelist_mov(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_mov' in scope
 6632 |         FfiConverterUInt32.lower(from),
 6633 |         FfiConverterUInt32.lower(to),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6643:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_pop' in scope
 6641 | open func pop()throws  -> ValueOrContainer? {
 6642 |     return try  FfiConverterOptionTypeValueOrContainer.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6643 |     uniffi_loro_ffi_fn_method_loromovablelist_pop(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_pop' in scope
 6644 |     )
 6645 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6649:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_push' in scope
 6647 |
 6648 | open func push(v: LoroValueLike)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6649 |     uniffi_loro_ffi_fn_method_loromovablelist_push(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_push' in scope
 6650 |         FfiConverterTypeLoroValueLike.lower(v),$0
 6651 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6659:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_set' in scope
 6657 |      */
 6658 | open func set(pos: UInt32, value: LoroValueLike)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6659 |     uniffi_loro_ffi_fn_method_loromovablelist_set(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_set' in scope
 6660 |         FfiConverterUInt32.lower(pos),
 6661 |         FfiConverterTypeLoroValueLike.lower(value),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6668:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_set_counter_container' in scope
 6666 | open func setCounterContainer(pos: UInt32, child: LoroCounter)throws  -> LoroCounter {
 6667 |     return try  FfiConverterTypeLoroCounter.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6668 |     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
 6669 |         FfiConverterUInt32.lower(pos),
 6670 |         FfiConverterTypeLoroCounter.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6677:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_set_list_container' in scope
 6675 | open func setListContainer(pos: UInt32, child: LoroList)throws  -> LoroList {
 6676 |     return try  FfiConverterTypeLoroList.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6677 |     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
 6678 |         FfiConverterUInt32.lower(pos),
 6679 |         FfiConverterTypeLoroList.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6686:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_set_map_container' in scope
 6684 | open func setMapContainer(pos: UInt32, child: LoroMap)throws  -> LoroMap {
 6685 |     return try  FfiConverterTypeLoroMap.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6686 |     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
 6687 |         FfiConverterUInt32.lower(pos),
 6688 |         FfiConverterTypeLoroMap.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6695:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_set_movable_list_container' in scope
 6693 | open func setMovableListContainer(pos: UInt32, child: LoroMovableList)throws  -> LoroMovableList {
 6694 |     return try  FfiConverterTypeLoroMovableList.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6695 |     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
 6696 |         FfiConverterUInt32.lower(pos),
 6697 |         FfiConverterTypeLoroMovableList.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6704:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_set_text_container' in scope
 6702 | open func setTextContainer(pos: UInt32, child: LoroText)throws  -> LoroText {
 6703 |     return try  FfiConverterTypeLoroText.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6704 |     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
 6705 |         FfiConverterUInt32.lower(pos),
 6706 |         FfiConverterTypeLoroText.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6713:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_set_tree_container' in scope
 6711 | open func setTreeContainer(pos: UInt32, child: LoroTree)throws  -> LoroTree {
 6712 |     return try  FfiConverterTypeLoroTree.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 6713 |     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
 6714 |         FfiConverterUInt32.lower(pos),
 6715 |         FfiConverterTypeLoroTree.lower(child),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6735:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_subscribe' in scope
 6733 | open func subscribe(subscriber: Subscriber) -> Subscription? {
 6734 |     return try!  FfiConverterOptionTypeSubscription.lift(try! rustCall() {
 6735 |     uniffi_loro_ffi_fn_method_loromovablelist_subscribe(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_subscribe' in scope
 6736 |         FfiConverterTypeSubscriber.lower(subscriber),$0
 6737 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:6750:5: error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_to_vec' in scope
 6748 | open func toVec() -> [LoroValue] {
 6749 |     return try!  FfiConverterSequenceTypeLoroValue.lift(try! rustCall() {
 6750 |     uniffi_loro_ffi_fn_method_loromovablelist_to_vec(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_loromovablelist_to_vec' in scope
 6751 |     )
 6752 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7052:32: error: cannot find 'uniffi_loro_ffi_fn_clone_lorotext' in scope
 7050 | #endif
 7051 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 7052 |         return try! rustCall { uniffi_loro_ffi_fn_clone_lorotext(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_lorotext' in scope
 7053 |     }
 7054 |     /**
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7063:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_lorotext_new' in scope
 7061 |     let pointer =
 7062 |         try! rustCall() {
 7063 |     uniffi_loro_ffi_fn_constructor_lorotext_new($0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_lorotext_new' in scope
 7064 |     )
 7065 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7074:25: error: cannot find 'uniffi_loro_ffi_fn_free_lorotext' in scope
 7072 |         }
 7073 |
 7074 |         try! rustCall { uniffi_loro_ffi_fn_free_lorotext(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_lorotext' in scope
 7075 |     }
 7076 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7084:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_apply_delta' in scope
 7082 |      */
 7083 | open func applyDelta(delta: [TextDelta])throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 7084 |     uniffi_loro_ffi_fn_method_lorotext_apply_delta(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_apply_delta' in scope
 7085 |         FfiConverterSequenceTypeTextDelta.lower(delta),$0
 7086 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7095:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_char_at' in scope
 7093 | open func charAt(pos: UInt32)throws  -> String {
 7094 |     return try  FfiConverterString.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 7095 |     uniffi_loro_ffi_fn_method_lorotext_char_at(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_char_at' in scope
 7096 |         FfiConverterUInt32.lower(pos),$0
 7097 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7105:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_delete' in scope
 7103 |      */
 7104 | open func delete(pos: UInt32, len: UInt32)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 7105 |     uniffi_loro_ffi_fn_method_lorotext_delete(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_delete' in scope
 7106 |         FfiConverterUInt32.lower(pos),
 7107 |         FfiConverterUInt32.lower(len),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7116:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_delete_utf8' in scope
 7114 |      */
 7115 | open func deleteUtf8(pos: UInt32, len: UInt32)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 7116 |     uniffi_loro_ffi_fn_method_lorotext_delete_utf8(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_delete_utf8' in scope
 7117 |         FfiConverterUInt32.lower(pos),
 7118 |         FfiConverterUInt32.lower(len),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7128:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_doc' in scope
 7126 | open func doc() -> LoroDoc? {
 7127 |     return try!  FfiConverterOptionTypeLoroDoc.lift(try! rustCall() {
 7128 |     uniffi_loro_ffi_fn_method_lorotext_doc(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_doc' in scope
 7129 |     )
 7130 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7138:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_get_attached' in scope
 7136 | open func getAttached() -> LoroText? {
 7137 |     return try!  FfiConverterOptionTypeLoroText.lift(try! rustCall() {
 7138 |     uniffi_loro_ffi_fn_method_lorotext_get_attached(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_get_attached' in scope
 7139 |     )
 7140 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7160:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_get_cursor' in scope
 7158 | open func getCursor(pos: UInt32, side: Side) -> Cursor? {
 7159 |     return try!  FfiConverterOptionTypeCursor.lift(try! rustCall() {
 7160 |     uniffi_loro_ffi_fn_method_lorotext_get_cursor(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_get_cursor' in scope
 7161 |         FfiConverterUInt32.lower(pos),
 7162 |         FfiConverterTypeSide.lower(side),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7172:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_get_editor_at_unicode_pos' in scope
 7170 | open func getEditorAtUnicodePos(pos: UInt32) -> UInt64? {
 7171 |     return try!  FfiConverterOptionUInt64.lift(try! rustCall() {
 7172 |     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
 7173 |         FfiConverterUInt32.lower(pos),$0
 7174 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7183:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_get_richtext_value' in scope
 7181 | open func getRichtextValue() -> LoroValue {
 7182 |     return try!  FfiConverterTypeLoroValue.lift(try! rustCall() {
 7183 |     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
 7184 |     )
 7185 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7193:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_id' in scope
 7191 | open func id() -> ContainerId {
 7192 |     return try!  FfiConverterTypeContainerID.lift(try! rustCall() {
 7193 |     uniffi_loro_ffi_fn_method_lorotext_id(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_id' in scope
 7194 |     )
 7195 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7202:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_insert' in scope
 7200 |      */
 7201 | open func insert(pos: UInt32, s: String)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 7202 |     uniffi_loro_ffi_fn_method_lorotext_insert(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_insert' in scope
 7203 |         FfiConverterUInt32.lower(pos),
 7204 |         FfiConverterString.lower(s),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7213:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_insert_utf8' in scope
 7211 |      */
 7212 | open func insertUtf8(pos: UInt32, s: String)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 7213 |     uniffi_loro_ffi_fn_method_lorotext_insert_utf8(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_insert_utf8' in scope
 7214 |         FfiConverterUInt32.lower(pos),
 7215 |         FfiConverterString.lower(s),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7228:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_is_attached' in scope
 7226 | open func isAttached() -> Bool {
 7227 |     return try!  FfiConverterBool.lift(try! rustCall() {
 7228 |     uniffi_loro_ffi_fn_method_lorotext_is_attached(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_is_attached' in scope
 7229 |     )
 7230 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7238:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_is_deleted' in scope
 7236 | open func isDeleted() -> Bool {
 7237 |     return try!  FfiConverterBool.lift(try! rustCall() {
 7238 |     uniffi_loro_ffi_fn_method_lorotext_is_deleted(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_is_deleted' in scope
 7239 |     )
 7240 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7248:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_is_empty' in scope
 7246 | open func isEmpty() -> Bool {
 7247 |     return try!  FfiConverterBool.lift(try! rustCall() {
 7248 |     uniffi_loro_ffi_fn_method_lorotext_is_empty(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_is_empty' in scope
 7249 |     )
 7250 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7258:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_len_unicode' in scope
 7256 | open func lenUnicode() -> UInt32 {
 7257 |     return try!  FfiConverterUInt32.lift(try! rustCall() {
 7258 |     uniffi_loro_ffi_fn_method_lorotext_len_unicode(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_len_unicode' in scope
 7259 |     )
 7260 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7268:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_len_utf16' in scope
 7266 | open func lenUtf16() -> UInt32 {
 7267 |     return try!  FfiConverterUInt32.lift(try! rustCall() {
 7268 |     uniffi_loro_ffi_fn_method_lorotext_len_utf16(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_len_utf16' in scope
 7269 |     )
 7270 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7278:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_len_utf8' in scope
 7276 | open func lenUtf8() -> UInt32 {
 7277 |     return try!  FfiConverterUInt32.lift(try! rustCall() {
 7278 |     uniffi_loro_ffi_fn_method_lorotext_len_utf8(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_len_utf8' in scope
 7279 |     )
 7280 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7300:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_mark' in scope
 7298 |      */
 7299 | open func mark(from: UInt32, to: UInt32, key: String, value: LoroValueLike)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 7300 |     uniffi_loro_ffi_fn_method_lorotext_mark(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_mark' in scope
 7301 |         FfiConverterUInt32.lower(from),
 7302 |         FfiConverterUInt32.lower(to),
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7313:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_push_str' in scope
 7311 |      */
 7312 | open func pushStr(s: String)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 7313 |     uniffi_loro_ffi_fn_method_lorotext_push_str(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_push_str' in scope
 7314 |         FfiConverterString.lower(s),$0
 7315 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7324:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_slice' in scope
 7322 | open func slice(startIndex: UInt32, endIndex: UInt32)throws  -> String {
 7323 |     return try  FfiConverterString.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 7324 |     uniffi_loro_ffi_fn_method_lorotext_slice(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_slice' in scope
 7325 |         FfiConverterUInt32.lower(startIndex),
 7326 |         FfiConverterUInt32.lower(endIndex),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7336:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_splice' in scope
 7334 | open func splice(pos: UInt32, len: UInt32, s: String)throws  -> String {
 7335 |     return try  FfiConverterString.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 7336 |     uniffi_loro_ffi_fn_method_lorotext_splice(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_splice' in scope
 7337 |         FfiConverterUInt32.lower(pos),
 7338 |         FfiConverterUInt32.lower(len),
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7359:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_subscribe' in scope
 7357 | open func subscribe(subscriber: Subscriber) -> Subscription? {
 7358 |     return try!  FfiConverterOptionTypeSubscription.lift(try! rustCall() {
 7359 |     uniffi_loro_ffi_fn_method_lorotext_subscribe(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_subscribe' in scope
 7360 |         FfiConverterTypeSubscriber.lower(subscriber),$0
 7361 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7370:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_to_delta' in scope
 7368 | open func toDelta() -> [TextDelta] {
 7369 |     return try!  FfiConverterSequenceTypeTextDelta.lift(try! rustCall() {
 7370 |     uniffi_loro_ffi_fn_method_lorotext_to_delta(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_to_delta' in scope
 7371 |     )
 7372 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7380:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_to_string' in scope
 7378 | open func toString() -> String {
 7379 |     return try!  FfiConverterString.lift(try! rustCall() {
 7380 |     uniffi_loro_ffi_fn_method_lorotext_to_string(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_to_string' in scope
 7381 |     )
 7382 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7404:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_unmark' in scope
 7402 |      */
 7403 | open func unmark(from: UInt32, to: UInt32, key: String)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 7404 |     uniffi_loro_ffi_fn_method_lorotext_unmark(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_unmark' in scope
 7405 |         FfiConverterUInt32.lower(from),
 7406 |         FfiConverterUInt32.lower(to),
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7422:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_update' in scope
 7420 |      */
 7421 | open func update(s: String, options: UpdateOptions)throws  {try rustCallWithError(FfiConverterTypeUpdateTimeoutError.lift) {
 7422 |     uniffi_loro_ffi_fn_method_lorotext_update(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_update' in scope
 7423 |         FfiConverterString.lower(s),
 7424 |         FfiConverterTypeUpdateOptions.lower(options),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7435:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotext_update_by_line' in scope
 7433 |      */
 7434 | open func updateByLine(s: String, options: UpdateOptions)throws  {try rustCallWithError(FfiConverterTypeUpdateTimeoutError.lift) {
 7435 |     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
 7436 |         FfiConverterString.lower(s),
 7437 |         FfiConverterTypeUpdateOptions.lower(options),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7724:32: error: cannot find 'uniffi_loro_ffi_fn_clone_lorotree' in scope
 7722 | #endif
 7723 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 7724 |         return try! rustCall { uniffi_loro_ffi_fn_clone_lorotree(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_lorotree' in scope
 7725 |     }
 7726 |     /**
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7735:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_lorotree_new' in scope
 7733 |     let pointer =
 7734 |         try! rustCall() {
 7735 |     uniffi_loro_ffi_fn_constructor_lorotree_new($0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_lorotree_new' in scope
 7736 |     )
 7737 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7746:25: error: cannot find 'uniffi_loro_ffi_fn_free_lorotree' in scope
 7744 |         }
 7745 |
 7746 |         try! rustCall { uniffi_loro_ffi_fn_free_lorotree(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_lorotree' in scope
 7747 |     }
 7748 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7759:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_children' in scope
 7757 | open func children(parent: TreeParentId) -> [TreeId]? {
 7758 |     return try!  FfiConverterOptionSequenceTypeTreeID.lift(try! rustCall() {
 7759 |     uniffi_loro_ffi_fn_method_lorotree_children(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_children' in scope
 7760 |         FfiConverterTypeTreeParentId.lower(parent),$0
 7761 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7770:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_children_num' in scope
 7768 | open func childrenNum(parent: TreeParentId) -> UInt32? {
 7769 |     return try!  FfiConverterOptionUInt32.lift(try! rustCall() {
 7770 |     uniffi_loro_ffi_fn_method_lorotree_children_num(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_children_num' in scope
 7771 |         FfiConverterTypeTreeParentId.lower(parent),$0
 7772 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7781:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_contains' in scope
 7779 | open func contains(target: TreeId) -> Bool {
 7780 |     return try!  FfiConverterBool.lift(try! rustCall() {
 7781 |     uniffi_loro_ffi_fn_method_lorotree_contains(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_contains' in scope
 7782 |         FfiConverterTypeTreeID.lower(target),$0
 7783 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7795:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_create' in scope
 7793 | open func create(parent: TreeParentId)throws  -> TreeId {
 7794 |     return try  FfiConverterTypeTreeID.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 7795 |     uniffi_loro_ffi_fn_method_lorotree_create(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_create' in scope
 7796 |         FfiConverterTypeTreeParentId.lower(parent),$0
 7797 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7809:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_create_at' in scope
 7807 | open func createAt(parent: TreeParentId, index: UInt32)throws  -> TreeId {
 7808 |     return try  FfiConverterTypeTreeID.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 7809 |     uniffi_loro_ffi_fn_method_lorotree_create_at(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_create_at' in scope
 7810 |         FfiConverterTypeTreeParentId.lower(parent),
 7811 |         FfiConverterUInt32.lower(index),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7823:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_delete' in scope
 7821 |      */
 7822 | open func delete(target: TreeId)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 7823 |     uniffi_loro_ffi_fn_method_lorotree_delete(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_delete' in scope
 7824 |         FfiConverterTypeTreeID.lower(target),$0
 7825 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7837:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_disable_fractional_index' in scope
 7835 |      */
 7836 | open func disableFractionalIndex() {try! rustCall() {
 7837 |     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
 7838 |     )
 7839 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7847:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_doc' in scope
 7845 | open func doc() -> LoroDoc? {
 7846 |     return try!  FfiConverterOptionTypeLoroDoc.lift(try! rustCall() {
 7847 |     uniffi_loro_ffi_fn_method_lorotree_doc(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_doc' in scope
 7848 |     )
 7849 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7862:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_enable_fractional_index' in scope
 7860 |      */
 7861 | open func enableFractionalIndex(jitter: UInt8) {try! rustCall() {
 7862 |     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
 7863 |         FfiConverterUInt8.lower(jitter),$0
 7864 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7873:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_fractional_index' in scope
 7871 | open func fractionalIndex(target: TreeId) -> String? {
 7872 |     return try!  FfiConverterOptionString.lift(try! rustCall() {
 7873 |     uniffi_loro_ffi_fn_method_lorotree_fractional_index(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_fractional_index' in scope
 7874 |         FfiConverterTypeTreeID.lower(target),$0
 7875 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7884:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_get_attached' in scope
 7882 | open func getAttached() -> LoroTree? {
 7883 |     return try!  FfiConverterOptionTypeLoroTree.lift(try! rustCall() {
 7884 |     uniffi_loro_ffi_fn_method_lorotree_get_attached(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_get_attached' in scope
 7885 |     )
 7886 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7894:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_get_last_move_id' in scope
 7892 | open func getLastMoveId(target: TreeId) -> Id? {
 7893 |     return try!  FfiConverterOptionTypeID.lift(try! rustCall() {
 7894 |     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
 7895 |         FfiConverterTypeTreeID.lower(target),$0
 7896 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7905:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_get_meta' in scope
 7903 | open func getMeta(target: TreeId)throws  -> LoroMap {
 7904 |     return try  FfiConverterTypeLoroMap.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 7905 |     uniffi_loro_ffi_fn_method_lorotree_get_meta(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_get_meta' in scope
 7906 |         FfiConverterTypeTreeID.lower(target),$0
 7907 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7919:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_get_value' in scope
 7917 | open func getValue() -> LoroValue {
 7918 |     return try!  FfiConverterTypeLoroValue.lift(try! rustCall() {
 7919 |     uniffi_loro_ffi_fn_method_lorotree_get_value(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_get_value' in scope
 7920 |     )
 7921 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7929:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_get_value_with_meta' in scope
 7927 | open func getValueWithMeta() -> LoroValue {
 7928 |     return try!  FfiConverterTypeLoroValue.lift(try! rustCall() {
 7929 |     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
 7930 |     )
 7931 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7939:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_id' in scope
 7937 | open func id() -> ContainerId {
 7938 |     return try!  FfiConverterTypeContainerID.lift(try! rustCall() {
 7939 |     uniffi_loro_ffi_fn_method_lorotree_id(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_id' in scope
 7940 |     )
 7941 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7952:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_is_attached' in scope
 7950 | open func isAttached() -> Bool {
 7951 |     return try!  FfiConverterBool.lift(try! rustCall() {
 7952 |     uniffi_loro_ffi_fn_method_lorotree_is_attached(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_is_attached' in scope
 7953 |     )
 7954 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7962:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_is_deleted' in scope
 7960 | open func isDeleted() -> Bool {
 7961 |     return try!  FfiConverterBool.lift(try! rustCall() {
 7962 |     uniffi_loro_ffi_fn_method_lorotree_is_deleted(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_is_deleted' in scope
 7963 |     )
 7964 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7972:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_is_fractional_index_enabled' in scope
 7970 | open func isFractionalIndexEnabled() -> Bool {
 7971 |     return try!  FfiConverterBool.lift(try! rustCall() {
 7972 |     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
 7973 |     )
 7974 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7985:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_is_node_deleted' in scope
 7983 | open func isNodeDeleted(target: TreeId)throws  -> Bool {
 7984 |     return try  FfiConverterBool.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 7985 |     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
 7986 |         FfiConverterTypeTreeID.lower(target),$0
 7987 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:7997:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_mov' in scope
 7995 |      */
 7996 | open func mov(target: TreeId, parent: TreeParentId)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 7997 |     uniffi_loro_ffi_fn_method_lorotree_mov(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_mov' in scope
 7998 |         FfiConverterTypeTreeID.lower(target),
 7999 |         FfiConverterTypeTreeParentId.lower(parent),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8008:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_mov_after' in scope
 8006 |      */
 8007 | open func movAfter(target: TreeId, after: TreeId)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 8008 |     uniffi_loro_ffi_fn_method_lorotree_mov_after(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_mov_after' in scope
 8009 |         FfiConverterTypeTreeID.lower(target),
 8010 |         FfiConverterTypeTreeID.lower(after),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8019:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_mov_before' in scope
 8017 |      */
 8018 | open func movBefore(target: TreeId, before: TreeId)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 8019 |     uniffi_loro_ffi_fn_method_lorotree_mov_before(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_mov_before' in scope
 8020 |         FfiConverterTypeTreeID.lower(target),
 8021 |         FfiConverterTypeTreeID.lower(before),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8031:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_mov_to' in scope
 8029 |      */
 8030 | open func movTo(target: TreeId, parent: TreeParentId, to: UInt32)throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 8031 |     uniffi_loro_ffi_fn_method_lorotree_mov_to(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_mov_to' in scope
 8032 |         FfiConverterTypeTreeID.lower(target),
 8033 |         FfiConverterTypeTreeParentId.lower(parent),
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8044:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_nodes' in scope
 8042 | open func nodes() -> [TreeId] {
 8043 |     return try!  FfiConverterSequenceTypeTreeID.lift(try! rustCall() {
 8044 |     uniffi_loro_ffi_fn_method_lorotree_nodes(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_nodes' in scope
 8045 |     )
 8046 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8057:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_parent' in scope
 8055 | open func parent(target: TreeId)throws  -> TreeParentId {
 8056 |     return try  FfiConverterTypeTreeParentId.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 8057 |     uniffi_loro_ffi_fn_method_lorotree_parent(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_parent' in scope
 8058 |         FfiConverterTypeTreeID.lower(target),$0
 8059 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8068:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_roots' in scope
 8066 | open func roots() -> [TreeId] {
 8067 |     return try!  FfiConverterSequenceTypeTreeID.lift(try! rustCall() {
 8068 |     uniffi_loro_ffi_fn_method_lorotree_roots(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_roots' in scope
 8069 |     )
 8070 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8088:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_subscribe' in scope
 8086 | open func subscribe(subscriber: Subscriber) -> Subscription? {
 8087 |     return try!  FfiConverterOptionTypeSubscription.lift(try! rustCall() {
 8088 |     uniffi_loro_ffi_fn_method_lorotree_subscribe(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorotree_subscribe' in scope
 8089 |         FfiConverterTypeSubscriber.lower(subscriber),$0
 8090 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8195:32: error: cannot find 'uniffi_loro_ffi_fn_clone_lorounknown' in scope
 8193 | #endif
 8194 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 8195 |         return try! rustCall { uniffi_loro_ffi_fn_clone_lorounknown(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_lorounknown' in scope
 8196 |     }
 8197 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8204:25: error: cannot find 'uniffi_loro_ffi_fn_free_lorounknown' in scope
 8202 |         }
 8203 |
 8204 |         try! rustCall { uniffi_loro_ffi_fn_free_lorounknown(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_lorounknown' in scope
 8205 |     }
 8206 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8215:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorounknown_id' in scope
 8213 | open func id() -> ContainerId {
 8214 |     return try!  FfiConverterTypeContainerID.lift(try! rustCall() {
 8215 |     uniffi_loro_ffi_fn_method_lorounknown_id(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_lorounknown_id' in scope
 8216 |     )
 8217 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8318:32: error: cannot find 'uniffi_loro_ffi_fn_clone_lorovaluelike' in scope
 8316 | #endif
 8317 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 8318 |         return try! rustCall { uniffi_loro_ffi_fn_clone_lorovaluelike(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_lorovaluelike' in scope
 8319 |     }
 8320 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8327:25: error: cannot find 'uniffi_loro_ffi_fn_free_lorovaluelike' in scope
 8325 |         }
 8326 |
 8327 |         try! rustCall { uniffi_loro_ffi_fn_free_lorovaluelike(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_lorovaluelike' in scope
 8328 |     }
 8329 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8335:5: error: cannot find 'uniffi_loro_ffi_fn_method_lorovaluelike_as_loro_value' in scope
 8333 | open func asLoroValue() -> LoroValue {
 8334 |     return try!  FfiConverterTypeLoroValue.lift(try! rustCall() {
 8335 |     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
 8336 |     )
 8337 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8382:5: error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_lorovaluelike' in scope
 8380 |
 8381 | private func uniffiCallbackInitLoroValueLike() {
 8382 |     uniffi_loro_ffi_fn_init_callback_vtable_lorovaluelike(&UniffiCallbackInterfaceLoroValueLike.vtable)
      |     `- error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_lorovaluelike' in scope
 8383 | }
 8384 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8484:32: error: cannot find 'uniffi_loro_ffi_fn_clone_onpop' in scope
 8482 | #endif
 8483 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 8484 |         return try! rustCall { uniffi_loro_ffi_fn_clone_onpop(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_onpop' in scope
 8485 |     }
 8486 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8493:25: error: cannot find 'uniffi_loro_ffi_fn_free_onpop' in scope
 8491 |         }
 8492 |
 8493 |         try! rustCall { uniffi_loro_ffi_fn_free_onpop(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_onpop' in scope
 8494 |     }
 8495 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8500:5: error: cannot find 'uniffi_loro_ffi_fn_method_onpop_on_pop' in scope
 8498 |
 8499 | open func onPop(undoOrRedo: UndoOrRedo, span: CounterSpan, undoMeta: UndoItemMeta) {try! rustCall() {
 8500 |     uniffi_loro_ffi_fn_method_onpop_on_pop(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_onpop_on_pop' in scope
 8501 |         FfiConverterTypeUndoOrRedo.lower(undoOrRedo),
 8502 |         FfiConverterTypeCounterSpan.lower(span),
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8556:5: error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_onpop' in scope
 8554 |
 8555 | private func uniffiCallbackInitOnPop() {
 8556 |     uniffi_loro_ffi_fn_init_callback_vtable_onpop(&UniffiCallbackInterfaceOnPop.vtable)
      |     `- error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_onpop' in scope
 8557 | }
 8558 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8658:32: error: cannot find 'uniffi_loro_ffi_fn_clone_onpush' in scope
 8656 | #endif
 8657 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 8658 |         return try! rustCall { uniffi_loro_ffi_fn_clone_onpush(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_onpush' in scope
 8659 |     }
 8660 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8667:25: error: cannot find 'uniffi_loro_ffi_fn_free_onpush' in scope
 8665 |         }
 8666 |
 8667 |         try! rustCall { uniffi_loro_ffi_fn_free_onpush(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_onpush' in scope
 8668 |     }
 8669 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8675:5: error: cannot find 'uniffi_loro_ffi_fn_method_onpush_on_push' in scope
 8673 | open func onPush(undoOrRedo: UndoOrRedo, span: CounterSpan, diffEvent: DiffEvent?) -> UndoItemMeta {
 8674 |     return try!  FfiConverterTypeUndoItemMeta.lift(try! rustCall() {
 8675 |     uniffi_loro_ffi_fn_method_onpush_on_push(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_onpush_on_push' in scope
 8676 |         FfiConverterTypeUndoOrRedo.lower(undoOrRedo),
 8677 |         FfiConverterTypeCounterSpan.lower(span),
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8731:5: error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_onpush' in scope
 8729 |
 8730 | private func uniffiCallbackInitOnPush() {
 8731 |     uniffi_loro_ffi_fn_init_callback_vtable_onpush(&UniffiCallbackInterfaceOnPush.vtable)
      |     `- error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_onpush' in scope
 8732 | }
 8733 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8833:32: error: cannot find 'uniffi_loro_ffi_fn_clone_precommitcallback' in scope
 8831 | #endif
 8832 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 8833 |         return try! rustCall { uniffi_loro_ffi_fn_clone_precommitcallback(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_precommitcallback' in scope
 8834 |     }
 8835 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8842:25: error: cannot find 'uniffi_loro_ffi_fn_free_precommitcallback' in scope
 8840 |         }
 8841 |
 8842 |         try! rustCall { uniffi_loro_ffi_fn_free_precommitcallback(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_precommitcallback' in scope
 8843 |     }
 8844 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8849:5: error: cannot find 'uniffi_loro_ffi_fn_method_precommitcallback_on_pre_commit' in scope
 8847 |
 8848 | open func onPreCommit(payload: PreCommitCallbackPayload) {try! rustCall() {
 8849 |     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
 8850 |         FfiConverterTypePreCommitCallbackPayload.lower(payload),$0
 8851 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:8899:5: error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_precommitcallback' in scope
 8897 |
 8898 | private func uniffiCallbackInitPreCommitCallback() {
 8899 |     uniffi_loro_ffi_fn_init_callback_vtable_precommitcallback(&UniffiCallbackInterfacePreCommitCallback.vtable)
      |     `- error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_precommitcallback' in scope
 8900 | }
 8901 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9003:32: error: cannot find 'uniffi_loro_ffi_fn_clone_styleconfigmap' in scope
 9001 | #endif
 9002 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 9003 |         return try! rustCall { uniffi_loro_ffi_fn_clone_styleconfigmap(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_styleconfigmap' in scope
 9004 |     }
 9005 | public convenience init() {
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9008:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_styleconfigmap_new' in scope
 9006 |     let pointer =
 9007 |         try! rustCall() {
 9008 |     uniffi_loro_ffi_fn_constructor_styleconfigmap_new($0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_styleconfigmap_new' in scope
 9009 |     )
 9010 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9019:25: error: cannot find 'uniffi_loro_ffi_fn_free_styleconfigmap' in scope
 9017 |         }
 9018 |
 9019 |         try! rustCall { uniffi_loro_ffi_fn_free_styleconfigmap(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_styleconfigmap' in scope
 9020 |     }
 9021 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9025:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_styleconfigmap_default_rich_text_config' in scope
 9023 | public static func defaultRichTextConfig() -> StyleConfigMap {
 9024 |     return try!  FfiConverterTypeStyleConfigMap.lift(try! rustCall() {
 9025 |     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
 9026 |     )
 9027 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9034:5: error: cannot find 'uniffi_loro_ffi_fn_method_styleconfigmap_get' in scope
 9032 | open func get(key: String) -> StyleConfig? {
 9033 |     return try!  FfiConverterOptionTypeStyleConfig.lift(try! rustCall() {
 9034 |     uniffi_loro_ffi_fn_method_styleconfigmap_get(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_styleconfigmap_get' in scope
 9035 |         FfiConverterString.lower(key),$0
 9036 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9041:5: error: cannot find 'uniffi_loro_ffi_fn_method_styleconfigmap_insert' in scope
 9039 |
 9040 | open func insert(key: String, value: StyleConfig) {try! rustCall() {
 9041 |     uniffi_loro_ffi_fn_method_styleconfigmap_insert(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_styleconfigmap_insert' in scope
 9042 |         FfiConverterString.lower(key),
 9043 |         FfiConverterTypeStyleConfig.lower(value),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9146:32: error: cannot find 'uniffi_loro_ffi_fn_clone_subscriber' in scope
 9144 | #endif
 9145 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 9146 |         return try! rustCall { uniffi_loro_ffi_fn_clone_subscriber(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_subscriber' in scope
 9147 |     }
 9148 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9155:25: error: cannot find 'uniffi_loro_ffi_fn_free_subscriber' in scope
 9153 |         }
 9154 |
 9155 |         try! rustCall { uniffi_loro_ffi_fn_free_subscriber(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_subscriber' in scope
 9156 |     }
 9157 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9162:5: error: cannot find 'uniffi_loro_ffi_fn_method_subscriber_on_diff' in scope
 9160 |
 9161 | open func onDiff(diff: DiffEvent) {try! rustCall() {
 9162 |     uniffi_loro_ffi_fn_method_subscriber_on_diff(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_subscriber_on_diff' in scope
 9163 |         FfiConverterTypeDiffEvent.lower(diff),$0
 9164 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9212:5: error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_subscriber' in scope
 9210 |
 9211 | private func uniffiCallbackInitSubscriber() {
 9212 |     uniffi_loro_ffi_fn_init_callback_vtable_subscriber(&UniffiCallbackInterfaceSubscriber.vtable)
      |     `- error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_subscriber' in scope
 9213 | }
 9214 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9332:32: error: cannot find 'uniffi_loro_ffi_fn_clone_subscription' in scope
 9330 | #endif
 9331 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 9332 |         return try! rustCall { uniffi_loro_ffi_fn_clone_subscription(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_subscription' in scope
 9333 |     }
 9334 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9341:25: error: cannot find 'uniffi_loro_ffi_fn_free_subscription' in scope
 9339 |         }
 9340 |
 9341 |         try! rustCall { uniffi_loro_ffi_fn_free_subscription(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_subscription' in scope
 9342 |     }
 9343 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9353:5: error: cannot find 'uniffi_loro_ffi_fn_method_subscription_detach' in scope
 9351 |      */
 9352 | open func detach() {try! rustCall() {
 9353 |     uniffi_loro_ffi_fn_method_subscription_detach(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_subscription_detach' in scope
 9354 |     )
 9355 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9362:5: error: cannot find 'uniffi_loro_ffi_fn_method_subscription_unsubscribe' in scope
 9360 |      */
 9361 | open func unsubscribe() {try! rustCall() {
 9362 |     uniffi_loro_ffi_fn_method_subscription_unsubscribe(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_subscription_unsubscribe' in scope
 9363 |     )
 9364 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9546:32: error: cannot find 'uniffi_loro_ffi_fn_clone_undomanager' in scope
 9544 | #endif
 9545 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 9546 |         return try! rustCall { uniffi_loro_ffi_fn_clone_undomanager(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_undomanager' in scope
 9547 |     }
 9548 |     /**
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9554:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_undomanager_new' in scope
 9552 |     let pointer =
 9553 |         try! rustCall() {
 9554 |     uniffi_loro_ffi_fn_constructor_undomanager_new(
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_undomanager_new' in scope
 9555 |         FfiConverterTypeLoroDoc.lower(doc),$0
 9556 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9566:25: error: cannot find 'uniffi_loro_ffi_fn_free_undomanager' in scope
 9564 |         }
 9565 |
 9566 |         try! rustCall { uniffi_loro_ffi_fn_free_undomanager(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_undomanager' in scope
 9567 |     }
 9568 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9577:5: error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_add_exclude_origin_prefix' in scope
 9575 |      */
 9576 | open func addExcludeOriginPrefix(prefix: String) {try! rustCall() {
 9577 |     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
 9578 |         FfiConverterString.lower(prefix),$0
 9579 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9588:5: error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_can_redo' in scope
 9586 | open func canRedo() -> Bool {
 9587 |     return try!  FfiConverterBool.lift(try! rustCall() {
 9588 |     uniffi_loro_ffi_fn_method_undomanager_can_redo(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_can_redo' in scope
 9589 |     )
 9590 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9598:5: error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_can_undo' in scope
 9596 | open func canUndo() -> Bool {
 9597 |     return try!  FfiConverterBool.lift(try! rustCall() {
 9598 |     uniffi_loro_ffi_fn_method_undomanager_can_undo(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_can_undo' in scope
 9599 |     )
 9600 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9608:5: error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_group_end' in scope
 9606 |      */
 9607 | open func groupEnd() {try! rustCall() {
 9608 |     uniffi_loro_ffi_fn_method_undomanager_group_end(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_group_end' in scope
 9609 |     )
 9610 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9621:5: error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_group_start' in scope
 9619 |      */
 9620 | open func groupStart()throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 9621 |     uniffi_loro_ffi_fn_method_undomanager_group_start(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_group_start' in scope
 9622 |     )
 9623 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9631:5: error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_peer' in scope
 9629 | open func peer() -> UInt64 {
 9630 |     return try!  FfiConverterUInt64.lift(try! rustCall() {
 9631 |     uniffi_loro_ffi_fn_method_undomanager_peer(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_peer' in scope
 9632 |     )
 9633 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9640:5: error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_record_new_checkpoint' in scope
 9638 |      */
 9639 | open func recordNewCheckpoint()throws  {try rustCallWithError(FfiConverterTypeLoroError.lift) {
 9640 |     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
 9641 |     )
 9642 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9650:5: error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_redo' in scope
 9648 | open func redo()throws  -> Bool {
 9649 |     return try  FfiConverterBool.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 9650 |     uniffi_loro_ffi_fn_method_undomanager_redo(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_redo' in scope
 9651 |     )
 9652 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9660:5: error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_redo_count' in scope
 9658 | open func redoCount() -> UInt32 {
 9659 |     return try!  FfiConverterUInt32.lift(try! rustCall() {
 9660 |     uniffi_loro_ffi_fn_method_undomanager_redo_count(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_redo_count' in scope
 9661 |     )
 9662 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9669:5: error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_set_max_undo_steps' in scope
 9667 |      */
 9668 | open func setMaxUndoSteps(size: UInt32) {try! rustCall() {
 9669 |     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
 9670 |         FfiConverterUInt32.lower(size),$0
 9671 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9679:5: error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_set_merge_interval' in scope
 9677 |      */
 9678 | open func setMergeInterval(interval: Int64) {try! rustCall() {
 9679 |     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
 9680 |         FfiConverterInt64.lower(interval),$0
 9681 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9690:5: error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_set_on_pop' in scope
 9688 |      */
 9689 | open func setOnPop(onPop: OnPop?) {try! rustCall() {
 9690 |     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
 9691 |         FfiConverterOptionTypeOnPop.lower(onPop),$0
 9692 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9701:5: error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_set_on_push' in scope
 9699 |      */
 9700 | open func setOnPush(onPush: OnPush?) {try! rustCall() {
 9701 |     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
 9702 |         FfiConverterOptionTypeOnPush.lower(onPush),$0
 9703 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9712:5: error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_undo' in scope
 9710 | open func undo()throws  -> Bool {
 9711 |     return try  FfiConverterBool.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
 9712 |     uniffi_loro_ffi_fn_method_undomanager_undo(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_undo' in scope
 9713 |     )
 9714 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9722:5: error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_undo_count' in scope
 9720 | open func undoCount() -> UInt32 {
 9721 |     return try!  FfiConverterUInt32.lift(try! rustCall() {
 9722 |     uniffi_loro_ffi_fn_method_undomanager_undo_count(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_undomanager_undo_count' in scope
 9723 |     )
 9724 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9825:32: error: cannot find 'uniffi_loro_ffi_fn_clone_unsubscriber' in scope
 9823 | #endif
 9824 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
 9825 |         return try! rustCall { uniffi_loro_ffi_fn_clone_unsubscriber(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_unsubscriber' in scope
 9826 |     }
 9827 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9834:25: error: cannot find 'uniffi_loro_ffi_fn_free_unsubscriber' in scope
 9832 |         }
 9833 |
 9834 |         try! rustCall { uniffi_loro_ffi_fn_free_unsubscriber(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_unsubscriber' in scope
 9835 |     }
 9836 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9841:5: error: cannot find 'uniffi_loro_ffi_fn_method_unsubscriber_on_unsubscribe' in scope
 9839 |
 9840 | open func onUnsubscribe() {try! rustCall() {
 9841 |     uniffi_loro_ffi_fn_method_unsubscriber_on_unsubscribe(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_unsubscriber_on_unsubscribe' in scope
 9842 |     )
 9843 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:9888:5: error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_unsubscriber' in scope
 9886 |
 9887 | private func uniffiCallbackInitUnsubscriber() {
 9888 |     uniffi_loro_ffi_fn_init_callback_vtable_unsubscriber(&UniffiCallbackInterfaceUnsubscriber.vtable)
      |     `- error: cannot find 'uniffi_loro_ffi_fn_init_callback_vtable_unsubscriber' in scope
 9889 | }
 9890 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10012:32: error: cannot find 'uniffi_loro_ffi_fn_clone_valueorcontainer' in scope
10010 | #endif
10011 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
10012 |         return try! rustCall { uniffi_loro_ffi_fn_clone_valueorcontainer(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_valueorcontainer' in scope
10013 |     }
10014 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10021:25: error: cannot find 'uniffi_loro_ffi_fn_free_valueorcontainer' in scope
10019 |         }
10020 |
10021 |         try! rustCall { uniffi_loro_ffi_fn_free_valueorcontainer(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_valueorcontainer' in scope
10022 |     }
10023 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10029:5: error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_as_container' in scope
10027 | open func asContainer() -> ContainerId? {
10028 |     return try!  FfiConverterOptionTypeContainerID.lift(try! rustCall() {
10029 |     uniffi_loro_ffi_fn_method_valueorcontainer_as_container(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_as_container' in scope
10030 |     )
10031 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10036:5: error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_as_loro_counter' in scope
10034 | open func asLoroCounter() -> LoroCounter? {
10035 |     return try!  FfiConverterOptionTypeLoroCounter.lift(try! rustCall() {
10036 |     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
10037 |     )
10038 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10043:5: error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_as_loro_list' in scope
10041 | open func asLoroList() -> LoroList? {
10042 |     return try!  FfiConverterOptionTypeLoroList.lift(try! rustCall() {
10043 |     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
10044 |     )
10045 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10050:5: error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_as_loro_map' in scope
10048 | open func asLoroMap() -> LoroMap? {
10049 |     return try!  FfiConverterOptionTypeLoroMap.lift(try! rustCall() {
10050 |     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
10051 |     )
10052 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10057:5: error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_as_loro_movable_list' in scope
10055 | open func asLoroMovableList() -> LoroMovableList? {
10056 |     return try!  FfiConverterOptionTypeLoroMovableList.lift(try! rustCall() {
10057 |     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
10058 |     )
10059 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10064:5: error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_as_loro_text' in scope
10062 | open func asLoroText() -> LoroText? {
10063 |     return try!  FfiConverterOptionTypeLoroText.lift(try! rustCall() {
10064 |     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
10065 |     )
10066 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10071:5: error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_as_loro_tree' in scope
10069 | open func asLoroTree() -> LoroTree? {
10070 |     return try!  FfiConverterOptionTypeLoroTree.lift(try! rustCall() {
10071 |     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
10072 |     )
10073 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10078:5: error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_as_loro_unknown' in scope
10076 | open func asLoroUnknown() -> LoroUnknown? {
10077 |     return try!  FfiConverterOptionTypeLoroUnknown.lift(try! rustCall() {
10078 |     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
10079 |     )
10080 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10085:5: error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_as_value' in scope
10083 | open func asValue() -> LoroValue? {
10084 |     return try!  FfiConverterOptionTypeLoroValue.lift(try! rustCall() {
10085 |     uniffi_loro_ffi_fn_method_valueorcontainer_as_value(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_as_value' in scope
10086 |     )
10087 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10092:5: error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_container_type' in scope
10090 | open func containerType() -> ContainerType? {
10091 |     return try!  FfiConverterOptionTypeContainerType.lift(try! rustCall() {
10092 |     uniffi_loro_ffi_fn_method_valueorcontainer_container_type(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_container_type' in scope
10093 |     )
10094 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10099:5: error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_is_container' in scope
10097 | open func isContainer() -> Bool {
10098 |     return try!  FfiConverterBool.lift(try! rustCall() {
10099 |     uniffi_loro_ffi_fn_method_valueorcontainer_is_container(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_is_container' in scope
10100 |     )
10101 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10106:5: error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_is_value' in scope
10104 | open func isValue() -> Bool {
10105 |     return try!  FfiConverterBool.lift(try! rustCall() {
10106 |     uniffi_loro_ffi_fn_method_valueorcontainer_is_value(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_valueorcontainer_is_value' in scope
10107 |     )
10108 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10263:32: error: cannot find 'uniffi_loro_ffi_fn_clone_versionrange' in scope
10261 | #endif
10262 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
10263 |         return try! rustCall { uniffi_loro_ffi_fn_clone_versionrange(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_versionrange' in scope
10264 |     }
10265 | public convenience init() {
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10268:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_versionrange_new' in scope
10266 |     let pointer =
10267 |         try! rustCall() {
10268 |     uniffi_loro_ffi_fn_constructor_versionrange_new($0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_versionrange_new' in scope
10269 |     )
10270 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10279:25: error: cannot find 'uniffi_loro_ffi_fn_free_versionrange' in scope
10277 |         }
10278 |
10279 |         try! rustCall { uniffi_loro_ffi_fn_free_versionrange(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_versionrange' in scope
10280 |     }
10281 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10288:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_versionrange_from_vv' in scope
10286 | public static func fromVv(vv: VersionVector) -> VersionRange {
10287 |     return try!  FfiConverterTypeVersionRange.lift(try! rustCall() {
10288 |     uniffi_loro_ffi_fn_constructor_versionrange_from_vv(
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_versionrange_from_vv' in scope
10289 |         FfiConverterTypeVersionVector.lower(vv),$0
10290 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10300:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionrange_clear' in scope
10298 |      */
10299 | open func clear() {try! rustCall() {
10300 |     uniffi_loro_ffi_fn_method_versionrange_clear(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionrange_clear' in scope
10301 |     )
10302 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10310:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionrange_contains_id' in scope
10308 | open func containsId(id: Id) -> Bool {
10309 |     return try!  FfiConverterBool.lift(try! rustCall() {
10310 |     uniffi_loro_ffi_fn_method_versionrange_contains_id(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionrange_contains_id' in scope
10311 |         FfiConverterTypeID.lower(id),$0
10312 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10321:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionrange_contains_id_span' in scope
10319 | open func containsIdSpan(span: IdSpan) -> Bool {
10320 |     return try!  FfiConverterBool.lift(try! rustCall() {
10321 |     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
10322 |         FfiConverterTypeIdSpan.lower(span),$0
10323 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10332:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionrange_contains_ops_between' in scope
10330 | open func containsOpsBetween(vvA: VersionVector, vvB: VersionVector) -> Bool {
10331 |     return try!  FfiConverterBool.lift(try! rustCall() {
10332 |     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
10333 |         FfiConverterTypeVersionVector.lower(vvA),
10334 |         FfiConverterTypeVersionVector.lower(vvB),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10343:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionrange_extends_to_include_id_span' in scope
10341 |      */
10342 | open func extendsToIncludeIdSpan(span: IdSpan) {try! rustCall() {
10343 |     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
10344 |         FfiConverterTypeIdSpan.lower(span),$0
10345 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10355:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionrange_get' in scope
10353 | open func get(peer: UInt64) -> CounterSpan? {
10354 |     return try!  FfiConverterOptionTypeCounterSpan.lift(try! rustCall() {
10355 |     uniffi_loro_ffi_fn_method_versionrange_get(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionrange_get' in scope
10356 |         FfiConverterUInt64.lower(peer),$0
10357 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10366:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionrange_get_all_ranges' in scope
10364 | open func getAllRanges() -> [VersionRangeItem] {
10365 |     return try!  FfiConverterSequenceTypeVersionRangeItem.lift(try! rustCall() {
10366 |     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
10367 |     )
10368 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10376:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionrange_get_peers' in scope
10374 | open func getPeers() -> [UInt64] {
10375 |     return try!  FfiConverterSequenceUInt64.lift(try! rustCall() {
10376 |     uniffi_loro_ffi_fn_method_versionrange_get_peers(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionrange_get_peers' in scope
10377 |     )
10378 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10386:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionrange_has_overlap_with' in scope
10384 | open func hasOverlapWith(span: IdSpan) -> Bool {
10385 |     return try!  FfiConverterBool.lift(try! rustCall() {
10386 |     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
10387 |         FfiConverterTypeIdSpan.lower(span),$0
10388 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10396:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionrange_insert' in scope
10394 |      */
10395 | open func insert(peer: UInt64, start: Int32, end: Int32) {try! rustCall() {
10396 |     uniffi_loro_ffi_fn_method_versionrange_insert(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionrange_insert' in scope
10397 |         FfiConverterUInt64.lower(peer),
10398 |         FfiConverterInt32.lower(start),
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10409:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionrange_is_empty' in scope
10407 | open func isEmpty() -> Bool {
10408 |     return try!  FfiConverterBool.lift(try! rustCall() {
10409 |     uniffi_loro_ffi_fn_method_versionrange_is_empty(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionrange_is_empty' in scope
10410 |     )
10411 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10543:32: error: cannot find 'uniffi_loro_ffi_fn_clone_versionvector' in scope
10541 | #endif
10542 |     public func uniffiClonePointer() -> UnsafeMutableRawPointer {
10543 |         return try! rustCall { uniffi_loro_ffi_fn_clone_versionvector(self.pointer, $0) }
      |                                `- error: cannot find 'uniffi_loro_ffi_fn_clone_versionvector' in scope
10544 |     }
10545 | public convenience init() {
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10548:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_versionvector_new' in scope
10546 |     let pointer =
10547 |         try! rustCall() {
10548 |     uniffi_loro_ffi_fn_constructor_versionvector_new($0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_versionvector_new' in scope
10549 |     )
10550 | }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10559:25: error: cannot find 'uniffi_loro_ffi_fn_free_versionvector' in scope
10557 |         }
10558 |
10559 |         try! rustCall { uniffi_loro_ffi_fn_free_versionvector(pointer, $0) }
      |                         `- error: cannot find 'uniffi_loro_ffi_fn_free_versionvector' in scope
10560 |     }
10561 |
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10565:5: error: cannot find 'uniffi_loro_ffi_fn_constructor_versionvector_decode' in scope
10563 | public static func decode(bytes: Data)throws  -> VersionVector {
10564 |     return try  FfiConverterTypeVersionVector.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
10565 |     uniffi_loro_ffi_fn_constructor_versionvector_decode(
      |     `- error: cannot find 'uniffi_loro_ffi_fn_constructor_versionvector_decode' in scope
10566 |         FfiConverterData.lower(bytes),$0
10567 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10575:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_diff' in scope
10573 | open func diff(rhs: VersionVector) -> VersionVectorDiff {
10574 |     return try!  FfiConverterTypeVersionVectorDiff.lift(try! rustCall() {
10575 |     uniffi_loro_ffi_fn_method_versionvector_diff(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_diff' in scope
10576 |         FfiConverterTypeVersionVector.lower(rhs),$0
10577 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10583:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_encode' in scope
10581 | open func encode() -> Data {
10582 |     return try!  FfiConverterData.lift(try! rustCall() {
10583 |     uniffi_loro_ffi_fn_method_versionvector_encode(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_encode' in scope
10584 |     )
10585 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10590:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_eq' in scope
10588 | open func eq(other: VersionVector) -> Bool {
10589 |     return try!  FfiConverterBool.lift(try! rustCall() {
10590 |     uniffi_loro_ffi_fn_method_versionvector_eq(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_eq' in scope
10591 |         FfiConverterTypeVersionVector.lower(other),$0
10592 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10597:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_extend_to_include_vv' in scope
10595 |
10596 | open func extendToIncludeVv(other: VersionVector) {try! rustCall() {
10597 |     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
10598 |         FfiConverterTypeVersionVector.lower(other),$0
10599 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10605:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_get_last' in scope
10603 | open func getLast(peer: UInt64) -> Int32? {
10604 |     return try!  FfiConverterOptionInt32.lift(try! rustCall() {
10605 |     uniffi_loro_ffi_fn_method_versionvector_get_last(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_get_last' in scope
10606 |         FfiConverterUInt64.lower(peer),$0
10607 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10613:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_get_missing_span' in scope
10611 | open func getMissingSpan(target: VersionVector) -> [IdSpan] {
10612 |     return try!  FfiConverterSequenceTypeIdSpan.lift(try! rustCall() {
10613 |     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
10614 |         FfiConverterTypeVersionVector.lower(target),$0
10615 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10621:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_includes_id' in scope
10619 | open func includesId(id: Id) -> Bool {
10620 |     return try!  FfiConverterBool.lift(try! rustCall() {
10621 |     uniffi_loro_ffi_fn_method_versionvector_includes_id(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_includes_id' in scope
10622 |         FfiConverterTypeID.lower(id),$0
10623 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10629:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_includes_vv' in scope
10627 | open func includesVv(other: VersionVector) -> Bool {
10628 |     return try!  FfiConverterBool.lift(try! rustCall() {
10629 |     uniffi_loro_ffi_fn_method_versionvector_includes_vv(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_includes_vv' in scope
10630 |         FfiConverterTypeVersionVector.lower(other),$0
10631 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10637:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_intersect_span' in scope
10635 | open func intersectSpan(target: IdSpan) -> CounterSpan? {
10636 |     return try!  FfiConverterOptionTypeCounterSpan.lift(try! rustCall() {
10637 |     uniffi_loro_ffi_fn_method_versionvector_intersect_span(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_intersect_span' in scope
10638 |         FfiConverterTypeIdSpan.lower(target),$0
10639 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10644:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_merge' in scope
10642 |
10643 | open func merge(other: VersionVector) {try! rustCall() {
10644 |     uniffi_loro_ffi_fn_method_versionvector_merge(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_merge' in scope
10645 |         FfiConverterTypeVersionVector.lower(other),$0
10646 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10652:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_partial_cmp' in scope
10650 | open func partialCmp(other: VersionVector) -> Ordering? {
10651 |     return try!  FfiConverterOptionTypeOrdering.lift(try! rustCall() {
10652 |     uniffi_loro_ffi_fn_method_versionvector_partial_cmp(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_partial_cmp' in scope
10653 |         FfiConverterTypeVersionVector.lower(other),$0
10654 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10659:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_set_end' in scope
10657 |
10658 | open func setEnd(id: Id) {try! rustCall() {
10659 |     uniffi_loro_ffi_fn_method_versionvector_set_end(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_set_end' in scope
10660 |         FfiConverterTypeID.lower(id),$0
10661 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10666:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_set_last' in scope
10664 |
10665 | open func setLast(id: Id) {try! rustCall() {
10666 |     uniffi_loro_ffi_fn_method_versionvector_set_last(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_set_last' in scope
10667 |         FfiConverterTypeID.lower(id),$0
10668 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10674:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_to_hashmap' in scope
10672 | open func toHashmap() -> [UInt64: Int32] {
10673 |     return try!  FfiConverterDictionaryUInt64Int32.lift(try! rustCall() {
10674 |     uniffi_loro_ffi_fn_method_versionvector_to_hashmap(self.uniffiClonePointer(),$0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_to_hashmap' in scope
10675 |     )
10676 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:10684:5: error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_try_update_last' in scope
10682 | open func tryUpdateLast(id: Id) -> Bool {
10683 |     return try!  FfiConverterBool.lift(try! rustCall() {
10684 |     uniffi_loro_ffi_fn_method_versionvector_try_update_last(self.uniffiClonePointer(),
      |     `- error: cannot find 'uniffi_loro_ffi_fn_method_versionvector_try_update_last' in scope
10685 |         FfiConverterTypeID.lower(id),$0
10686 |     )
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:16193:5: error: cannot find 'uniffi_loro_ffi_fn_func_decode_import_blob_meta' in scope
16191 | public func decodeImportBlobMeta(bytes: Data, checkChecksum: Bool)throws  -> ImportBlobMetadata {
16192 |     return try  FfiConverterTypeImportBlobMetadata.lift(try rustCallWithError(FfiConverterTypeLoroError.lift) {
16193 |     uniffi_loro_ffi_fn_func_decode_import_blob_meta(
      |     `- error: cannot find 'uniffi_loro_ffi_fn_func_decode_import_blob_meta' in scope
16194 |         FfiConverterData.lower(bytes),
16195 |         FfiConverterBool.lower(checkChecksum),$0
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:16201:5: error: cannot find 'uniffi_loro_ffi_fn_func_get_version' in scope
16199 | public func getVersion() -> String {
16200 |     return try!  FfiConverterString.lift(try! rustCall() {
16201 |     uniffi_loro_ffi_fn_func_get_version($0
      |     `- error: cannot find 'uniffi_loro_ffi_fn_func_get_version' in scope
16202 |     )
16203 | })
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:23:28: error: cannot find type 'RustBuffer' in scope
   21 |     }
   22 |
   23 |     static func empty() -> RustBuffer {
      |                            `- error: cannot find type 'RustBuffer' in scope
   24 |         RustBuffer(capacity: 0, len:0, data: nil)
   25 |     }
/host/spi-builder-workspace/Sources/Loro/LoroFFI.swift:27:60: error: cannot find type 'RustBuffer' in scope
   25 |     }
   26 |
   27 |     static func from(_ ptr: UnsafeBufferPointer<UInt8>) -> RustBuffer {
      |                                                            `- error: cannot find type 'RustBuffer' in scope
   28 |         try! rustCall { ffi_loro_ffi_rustbuffer_from_bytes(ForeignBytes(bufferPointer: ptr), $0) }
   29 |     }
BUILD FAILURE 6.1 linux