The Swift Package Index logo.Swift Package Index

Build Information

Failed to build NobodyWho, reference 0.2.0 (489efa), with Swift 6.1 for Android on 14 May 2026 07:53:16 UTC.

Build Command

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

Build Log

3505 | public func samplerPresetGrammar(grammar: String) -> SamplerConfig  {
3506 |     return try!  FfiConverterTypeSamplerConfig_lift(try! rustCall() {
3507 |     uniffi_nobodywho_uniffi_fn_func_sampler_preset_grammar(
     |     `- error: cannot find 'uniffi_nobodywho_uniffi_fn_func_sampler_preset_grammar' in scope
3508 |         FfiConverterString.lower(grammar),$0
3509 |     )
/host/spi-builder-workspace/generated/nobodywho.swift:3517:5: error: cannot find 'uniffi_nobodywho_uniffi_fn_func_sampler_preset_greedy' in scope
3515 | public func samplerPresetGreedy() -> SamplerConfig  {
3516 |     return try!  FfiConverterTypeSamplerConfig_lift(try! rustCall() {
3517 |     uniffi_nobodywho_uniffi_fn_func_sampler_preset_greedy($0
     |     `- error: cannot find 'uniffi_nobodywho_uniffi_fn_func_sampler_preset_greedy' in scope
3518 |     )
3519 | })
/host/spi-builder-workspace/generated/nobodywho.swift:3523:5: error: cannot find 'uniffi_nobodywho_uniffi_fn_func_sampler_preset_json' in scope
3521 | public func samplerPresetJson() -> SamplerConfig  {
3522 |     return try!  FfiConverterTypeSamplerConfig_lift(try! rustCall() {
3523 |     uniffi_nobodywho_uniffi_fn_func_sampler_preset_json($0
     |     `- error: cannot find 'uniffi_nobodywho_uniffi_fn_func_sampler_preset_json' in scope
3524 |     )
3525 | })
/host/spi-builder-workspace/generated/nobodywho.swift:3532:5: error: cannot find 'uniffi_nobodywho_uniffi_fn_func_sampler_preset_temperature' in scope
3530 | public func samplerPresetTemperature(temperature: Float) -> SamplerConfig  {
3531 |     return try!  FfiConverterTypeSamplerConfig_lift(try! rustCall() {
3532 |     uniffi_nobodywho_uniffi_fn_func_sampler_preset_temperature(
     |     `- error: cannot find 'uniffi_nobodywho_uniffi_fn_func_sampler_preset_temperature' in scope
3533 |         FfiConverterFloat.lower(temperature),$0
3534 |     )
/host/spi-builder-workspace/generated/nobodywho.swift:3542:5: error: cannot find 'uniffi_nobodywho_uniffi_fn_func_sampler_preset_top_k' in scope
3540 | public func samplerPresetTopK(topK: Int32) -> SamplerConfig  {
3541 |     return try!  FfiConverterTypeSamplerConfig_lift(try! rustCall() {
3542 |     uniffi_nobodywho_uniffi_fn_func_sampler_preset_top_k(
     |     `- error: cannot find 'uniffi_nobodywho_uniffi_fn_func_sampler_preset_top_k' in scope
3543 |         FfiConverterInt32.lower(topK),$0
3544 |     )
/host/spi-builder-workspace/generated/nobodywho.swift:3552:5: error: cannot find 'uniffi_nobodywho_uniffi_fn_func_sampler_preset_top_p' in scope
3550 | public func samplerPresetTopP(topP: Float) -> SamplerConfig  {
3551 |     return try!  FfiConverterTypeSamplerConfig_lift(try! rustCall() {
3552 |     uniffi_nobodywho_uniffi_fn_func_sampler_preset_top_p(
     |     `- error: cannot find 'uniffi_nobodywho_uniffi_fn_func_sampler_preset_top_p' in scope
3553 |         FfiConverterFloat.lower(topP),$0
3554 |     )
/host/spi-builder-workspace/generated/nobodywho.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/generated/nobodywho.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_nobodywho_uniffi_rustbuffer_from_bytes(ForeignBytes(bufferPointer: ptr), $0) }
  29 |     }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/92] Emitting module NobodyWhoGenerated
/host/spi-builder-workspace/generated/nobodywho.swift:14:23: error: cannot find type 'RustBuffer' in scope
  12 | #endif
  13 |
  14 | fileprivate extension RustBuffer {
     |                       `- error: cannot find type 'RustBuffer' in scope
  15 |     // Allocate a new buffer, copying the contents of a `UInt8` array.
  16 |     init(bytes: [UInt8]) {
/host/spi-builder-workspace/generated/nobodywho.swift:38:23: error: cannot find type 'ForeignBytes' in scope
  36 | }
  37 |
  38 | fileprivate extension ForeignBytes {
     |                       `- error: cannot find type 'ForeignBytes' in scope
  39 |     init(bufferPointer: UnsafeBufferPointer<UInt8>) {
  40 |         self.init(len: Int32(bufferPointer.count), data: bufferPointer.baseAddress)
/host/spi-builder-workspace/generated/nobodywho.swift:52:22: error: cannot find type 'RustBuffer' in scope
  50 |
  51 | fileprivate extension Data {
  52 |     init(rustBuffer: RustBuffer) {
     |                      `- error: cannot find type 'RustBuffer' in scope
  53 |         self.init(
  54 |             bytesNoCopy: rustBuffer.data!,
/host/spi-builder-workspace/generated/nobodywho.swift:190:76: error: cannot find type 'RustBuffer' in scope
 188 | // Types conforming to `FfiConverterRustBuffer` lift and lower into a `RustBuffer`.
 189 | // Used for complex types where it's hard to write a custom lift/lower.
 190 | fileprivate protocol FfiConverterRustBuffer: FfiConverter where FfiType == RustBuffer {}
     |                                                                            `- error: cannot find type 'RustBuffer' in scope
 191 |
 192 | extension FfiConverterRustBuffer {
/host/spi-builder-workspace/generated/nobodywho.swift:196:36: error: cannot find type 'RustBuffer' in scope
 194 |     @_documentation(visibility: private)
 195 | #endif
 196 |     public static func lift(_ buf: RustBuffer) throws -> SwiftType {
     |                                    `- error: cannot find type 'RustBuffer' in scope
 197 |         var reader = createReader(data: Data(rustBuffer: buf))
 198 |         let value = try read(from: &reader)
/host/spi-builder-workspace/generated/nobodywho.swift:209:53: error: cannot find type 'RustBuffer' in scope
 207 |     @_documentation(visibility: private)
 208 | #endif
 209 |     public static func lower(_ value: SwiftType) -> RustBuffer {
     |                                                     `- error: cannot find type 'RustBuffer' in scope
 210 |           var writer = createWriter()
 211 |           write(value, into: &writer)
/host/spi-builder-workspace/generated/nobodywho.swift:256:23: error: cannot find type 'RustCallStatus' in scope
 254 | fileprivate let CALL_CANCELLED: Int8 = 3
 255 |
 256 | fileprivate extension RustCallStatus {
     |                       `- error: cannot find type 'RustCallStatus' in scope
 257 |     init() {
 258 |         self.init(
/host/spi-builder-workspace/generated/nobodywho.swift:269:60: error: cannot find type 'RustCallStatus' in scope
 267 | }
 268 |
 269 | private func rustCall<T>(_ callback: (UnsafeMutablePointer<RustCallStatus>) -> T) throws -> T {
     |                                                            `- error: cannot find type 'RustCallStatus' in scope
 270 |     let neverThrow: ((RustBuffer) throws -> Never)? = nil
 271 |     return try makeRustCall(callback, errorHandler: neverThrow)
/host/spi-builder-workspace/generated/nobodywho.swift:275:32: error: cannot find type 'RustBuffer' in scope
 273 |
 274 | private func rustCallWithError<T, E: Swift.Error>(
 275 |     _ errorHandler: @escaping (RustBuffer) throws -> E,
     |                                `- error: cannot find type 'RustBuffer' in scope
 276 |     _ callback: (UnsafeMutablePointer<RustCallStatus>) -> T) throws -> T {
 277 |     try makeRustCall(callback, errorHandler: errorHandler)
/host/spi-builder-workspace/generated/nobodywho.swift:276:39: error: cannot find type 'RustCallStatus' in scope
 274 | private func rustCallWithError<T, E: Swift.Error>(
 275 |     _ errorHandler: @escaping (RustBuffer) throws -> E,
 276 |     _ callback: (UnsafeMutablePointer<RustCallStatus>) -> T) throws -> T {
     |                                       `- error: cannot find type 'RustCallStatus' in scope
 277 |     try makeRustCall(callback, errorHandler: errorHandler)
 278 | }
/host/spi-builder-workspace/generated/nobodywho.swift:281:39: error: cannot find type 'RustCallStatus' in scope
 279 |
 280 | private func makeRustCall<T, E: Swift.Error>(
 281 |     _ callback: (UnsafeMutablePointer<RustCallStatus>) -> T,
     |                                       `- error: cannot find type 'RustCallStatus' in scope
 282 |     errorHandler: ((RustBuffer) throws -> E)?
 283 | ) throws -> T {
/host/spi-builder-workspace/generated/nobodywho.swift:282:21: error: cannot find type 'RustBuffer' in scope
 280 | private func makeRustCall<T, E: Swift.Error>(
 281 |     _ callback: (UnsafeMutablePointer<RustCallStatus>) -> T,
 282 |     errorHandler: ((RustBuffer) throws -> E)?
     |                     `- error: cannot find type 'RustBuffer' in scope
 283 | ) throws -> T {
 284 |     uniffiEnsureNobodywhoUniffiInitialized()
/host/spi-builder-workspace/generated/nobodywho.swift:292:17: error: cannot find type 'RustCallStatus' in scope
 290 |
 291 | private func uniffiCheckCallStatus<E: Swift.Error>(
 292 |     callStatus: RustCallStatus,
     |                 `- error: cannot find type 'RustCallStatus' in scope
 293 |     errorHandler: ((RustBuffer) throws -> E)?
 294 | ) throws {
/host/spi-builder-workspace/generated/nobodywho.swift:293:21: error: cannot find type 'RustBuffer' in scope
 291 | private func uniffiCheckCallStatus<E: Swift.Error>(
 292 |     callStatus: RustCallStatus,
 293 |     errorHandler: ((RustBuffer) throws -> E)?
     |                     `- error: cannot find type 'RustBuffer' in scope
 294 | ) throws {
 295 |     switch callStatus.code {
/host/spi-builder-workspace/generated/nobodywho.swift:327:38: error: cannot find type 'RustCallStatus' in scope
 325 |
 326 | private func uniffiTraitInterfaceCall<T>(
 327 |     callStatus: UnsafeMutablePointer<RustCallStatus>,
     |                                      `- error: cannot find type 'RustCallStatus' in scope
 328 |     makeCall: () throws -> T,
 329 |     writeReturn: (T) -> ()
/host/spi-builder-workspace/generated/nobodywho.swift:340:38: error: cannot find type 'RustCallStatus' in scope
 338 |
 339 | private func uniffiTraitInterfaceCallWithError<T, E>(
 340 |     callStatus: UnsafeMutablePointer<RustCallStatus>,
     |                                      `- error: cannot find type 'RustCallStatus' in scope
 341 |     makeCall: () throws -> T,
 342 |     writeReturn: (T) -> (),
/host/spi-builder-workspace/generated/nobodywho.swift:343:24: error: cannot find type 'RustBuffer' in scope
 341 |     makeCall: () throws -> T,
 342 |     writeReturn: (T) -> (),
 343 |     lowerError: (E) -> RustBuffer
     |                        `- error: cannot find type 'RustBuffer' in scope
 344 | ) {
 345 |     do {
/host/spi-builder-workspace/generated/nobodywho.swift:518:25: error: cannot find type 'RustBuffer' in scope
 516 | fileprivate struct FfiConverterString: FfiConverter {
 517 |     typealias SwiftType = String
 518 |     typealias FfiType = RustBuffer
     |                         `- error: cannot find type 'RustBuffer' in scope
 519 |
 520 |     public static func lift(_ value: RustBuffer) throws -> String {
/host/spi-builder-workspace/generated/nobodywho.swift:520:38: error: cannot find type 'RustBuffer' in scope
 518 |     typealias FfiType = RustBuffer
 519 |
 520 |     public static func lift(_ value: RustBuffer) throws -> String {
     |                                      `- error: cannot find type 'RustBuffer' in scope
 521 |         defer {
 522 |             value.deallocate()
/host/spi-builder-workspace/generated/nobodywho.swift:531:50: error: cannot find type 'RustBuffer' in scope
 529 |     }
 530 |
 531 |     public static func lower(_ value: String) -> RustBuffer {
     |                                                  `- error: cannot find type 'RustBuffer' in scope
 532 |         return value.utf8CString.withUnsafeBufferPointer { ptr in
 533 |             // The swift string gives us int8_t, we want uint8_t.
/host/spi-builder-workspace/generated/nobodywho.swift:516:20: error: type 'FfiConverterString' does not conform to protocol 'FfiConverter'
 158 | // analogous to the Rust trait of the same name.
 159 | fileprivate protocol FfiConverter {
 160 |     associatedtype FfiType
     |                    `- note: protocol requires nested type 'FfiType'
 161 |     associatedtype SwiftType
 162 |
     :
 514 | @_documentation(visibility: private)
 515 | #endif
 516 | fileprivate struct FfiConverterString: FfiConverter {
     |                    |- error: type 'FfiConverterString' does not conform to protocol 'FfiConverter'
     |                    `- note: add stubs for conformance
 517 |     typealias SwiftType = String
 518 |     typealias FfiType = RustBuffer
/host/spi-builder-workspace/generated/nobodywho.swift:2247:15: error: type 'FfiConverterTypeAsset' does not conform to protocol 'FfiConverter'
 158 | // analogous to the Rust trait of the same name.
 159 | fileprivate protocol FfiConverter {
 160 |     associatedtype FfiType
     |                    `- note: protocol requires nested type 'FfiType'
 161 |     associatedtype SwiftType
     |                    `- note: protocol requires nested type 'SwiftType'
 162 |
 163 |     static func lift(_ value: FfiType) throws -> SwiftType
     :
2245 | @_documentation(visibility: private)
2246 | #endif
2247 | public struct FfiConverterTypeAsset: FfiConverterRustBuffer {
     |               |- error: type 'FfiConverterTypeAsset' does not conform to protocol 'FfiConverter'
     |               `- note: add stubs for conformance
2248 |     public static func read(from buf: inout (data: Data, offset: Data.Index)) throws -> Asset {
2249 |         return
/host/spi-builder-workspace/generated/nobodywho.swift:2266:47: error: cannot find type 'RustBuffer' in scope
2264 | @_documentation(visibility: private)
2265 | #endif
2266 | public func FfiConverterTypeAsset_lift(_ buf: RustBuffer) throws -> Asset {
     |                                               `- error: cannot find type 'RustBuffer' in scope
2267 |     return try FfiConverterTypeAsset.lift(buf)
2268 | }
/host/spi-builder-workspace/generated/nobodywho.swift:2273:60: error: cannot find type 'RustBuffer' in scope
2271 | @_documentation(visibility: private)
2272 | #endif
2273 | public func FfiConverterTypeAsset_lower(_ value: Asset) -> RustBuffer {
     |                                                            `- error: cannot find type 'RustBuffer' in scope
2274 |     return FfiConverterTypeAsset.lower(value)
2275 | }
/host/spi-builder-workspace/generated/nobodywho.swift:2302:15: error: type 'FfiConverterTypePendingToolCall' does not conform to protocol 'FfiConverter'
 158 | // analogous to the Rust trait of the same name.
 159 | fileprivate protocol FfiConverter {
 160 |     associatedtype FfiType
     |                    `- note: protocol requires nested type 'FfiType'
 161 |     associatedtype SwiftType
     |                    `- note: protocol requires nested type 'SwiftType'
 162 |
 163 |     static func lift(_ value: FfiType) throws -> SwiftType
     :
2300 | @_documentation(visibility: private)
2301 | #endif
2302 | public struct FfiConverterTypePendingToolCall: FfiConverterRustBuffer {
     |               |- error: type 'FfiConverterTypePendingToolCall' does not conform to protocol 'FfiConverter'
     |               `- note: add stubs for conformance
2303 |     public static func read(from buf: inout (data: Data, offset: Data.Index)) throws -> PendingToolCall {
2304 |         return
/host/spi-builder-workspace/generated/nobodywho.swift:2321:57: error: cannot find type 'RustBuffer' in scope
2319 | @_documentation(visibility: private)
2320 | #endif
2321 | public func FfiConverterTypePendingToolCall_lift(_ buf: RustBuffer) throws -> PendingToolCall {
     |                                                         `- error: cannot find type 'RustBuffer' in scope
2322 |     return try FfiConverterTypePendingToolCall.lift(buf)
2323 | }
/host/spi-builder-workspace/generated/nobodywho.swift:2328:80: error: cannot find type 'RustBuffer' in scope
2326 | @_documentation(visibility: private)
2327 | #endif
2328 | public func FfiConverterTypePendingToolCall_lower(_ value: PendingToolCall) -> RustBuffer {
     |                                                                                `- error: cannot find type 'RustBuffer' in scope
2329 |     return FfiConverterTypePendingToolCall.lower(value)
2330 | }
/host/spi-builder-workspace/generated/nobodywho.swift:2354:15: error: type 'FfiConverterTypeToolCall' does not conform to protocol 'FfiConverter'
 158 | // analogous to the Rust trait of the same name.
 159 | fileprivate protocol FfiConverter {
 160 |     associatedtype FfiType
     |                    `- note: protocol requires nested type 'FfiType'
 161 |     associatedtype SwiftType
     |                    `- note: protocol requires nested type 'SwiftType'
 162 |
 163 |     static func lift(_ value: FfiType) throws -> SwiftType
     :
2352 | @_documentation(visibility: private)
2353 | #endif
2354 | public struct FfiConverterTypeToolCall: FfiConverterRustBuffer {
     |               |- error: type 'FfiConverterTypeToolCall' does not conform to protocol 'FfiConverter'
     |               `- note: add stubs for conformance
2355 |     public static func read(from buf: inout (data: Data, offset: Data.Index)) throws -> ToolCall {
2356 |         return
/host/spi-builder-workspace/generated/nobodywho.swift:2373:50: error: cannot find type 'RustBuffer' in scope
2371 | @_documentation(visibility: private)
2372 | #endif
2373 | public func FfiConverterTypeToolCall_lift(_ buf: RustBuffer) throws -> ToolCall {
     |                                                  `- error: cannot find type 'RustBuffer' in scope
2374 |     return try FfiConverterTypeToolCall.lift(buf)
2375 | }
/host/spi-builder-workspace/generated/nobodywho.swift:2380:66: error: cannot find type 'RustBuffer' in scope
2378 | @_documentation(visibility: private)
2379 | #endif
2380 | public func FfiConverterTypeToolCall_lower(_ value: ToolCall) -> RustBuffer {
     |                                                                  `- error: cannot find type 'RustBuffer' in scope
2381 |     return FfiConverterTypeToolCall.lower(value)
2382 | }
/host/spi-builder-workspace/generated/nobodywho.swift:2412:15: error: type 'FfiConverterTypeToolParameter' does not conform to protocol 'FfiConverter'
 158 | // analogous to the Rust trait of the same name.
 159 | fileprivate protocol FfiConverter {
 160 |     associatedtype FfiType
     |                    `- note: protocol requires nested type 'FfiType'
 161 |     associatedtype SwiftType
     |                    `- note: protocol requires nested type 'SwiftType'
 162 |
 163 |     static func lift(_ value: FfiType) throws -> SwiftType
     :
2410 | @_documentation(visibility: private)
2411 | #endif
2412 | public struct FfiConverterTypeToolParameter: FfiConverterRustBuffer {
     |               |- error: type 'FfiConverterTypeToolParameter' does not conform to protocol 'FfiConverter'
     |               `- note: add stubs for conformance
2413 |     public static func read(from buf: inout (data: Data, offset: Data.Index)) throws -> ToolParameter {
2414 |         return
/host/spi-builder-workspace/generated/nobodywho.swift:2431:55: error: cannot find type 'RustBuffer' in scope
2429 | @_documentation(visibility: private)
2430 | #endif
2431 | public func FfiConverterTypeToolParameter_lift(_ buf: RustBuffer) throws -> ToolParameter {
     |                                                       `- error: cannot find type 'RustBuffer' in scope
2432 |     return try FfiConverterTypeToolParameter.lift(buf)
2433 | }
/host/spi-builder-workspace/generated/nobodywho.swift:2438:76: error: cannot find type 'RustBuffer' in scope
2436 | @_documentation(visibility: private)
2437 | #endif
2438 | public func FfiConverterTypeToolParameter_lower(_ value: ToolParameter) -> RustBuffer {
     |                                                                            `- error: cannot find type 'RustBuffer' in scope
2439 |     return FfiConverterTypeToolParameter.lower(value)
2440 | }
/host/spi-builder-workspace/generated/nobodywho.swift:2467:15: error: type 'FfiConverterTypeMessage' does not conform to protocol 'FfiConverter'
 158 | // analogous to the Rust trait of the same name.
 159 | fileprivate protocol FfiConverter {
 160 |     associatedtype FfiType
     |                    `- note: protocol requires nested type 'FfiType'
 161 |     associatedtype SwiftType
 162 |
     :
2465 | @_documentation(visibility: private)
2466 | #endif
2467 | public struct FfiConverterTypeMessage: FfiConverterRustBuffer {
     |               |- error: type 'FfiConverterTypeMessage' does not conform to protocol 'FfiConverter'
     |               `- note: add stubs for conformance
2468 |     typealias SwiftType = Message
2469 |
/host/spi-builder-workspace/generated/nobodywho.swift:2524:49: error: cannot find type 'RustBuffer' in scope
2522 | @_documentation(visibility: private)
2523 | #endif
2524 | public func FfiConverterTypeMessage_lift(_ buf: RustBuffer) throws -> Message {
     |                                                 `- error: cannot find type 'RustBuffer' in scope
2525 |     return try FfiConverterTypeMessage.lift(buf)
2526 | }
/host/spi-builder-workspace/generated/nobodywho.swift:2531:64: error: cannot find type 'RustBuffer' in scope
2529 | @_documentation(visibility: private)
2530 | #endif
2531 | public func FfiConverterTypeMessage_lower(_ value: Message) -> RustBuffer {
     |                                                                `- error: cannot find type 'RustBuffer' in scope
2532 |     return FfiConverterTypeMessage.lower(value)
2533 | }
/host/spi-builder-workspace/generated/nobodywho.swift:2560:15: error: type 'FfiConverterTypeNobodyWhoError' does not conform to protocol 'FfiConverter'
 158 | // analogous to the Rust trait of the same name.
 159 | fileprivate protocol FfiConverter {
 160 |     associatedtype FfiType
     |                    `- note: protocol requires nested type 'FfiType'
 161 |     associatedtype SwiftType
 162 |
     :
2558 | @_documentation(visibility: private)
2559 | #endif
2560 | public struct FfiConverterTypeNobodyWhoError: FfiConverterRustBuffer {
     |               |- error: type 'FfiConverterTypeNobodyWhoError' does not conform to protocol 'FfiConverter'
     |               `- note: add stubs for conformance
2561 |     typealias SwiftType = NobodyWhoError
2562 |
/host/spi-builder-workspace/generated/nobodywho.swift:2597:56: error: cannot find type 'RustBuffer' in scope
2595 | @_documentation(visibility: private)
2596 | #endif
2597 | public func FfiConverterTypeNobodyWhoError_lift(_ buf: RustBuffer) throws -> NobodyWhoError {
     |                                                        `- error: cannot find type 'RustBuffer' in scope
2598 |     return try FfiConverterTypeNobodyWhoError.lift(buf)
2599 | }
/host/spi-builder-workspace/generated/nobodywho.swift:2604:78: error: cannot find type 'RustBuffer' in scope
2602 | @_documentation(visibility: private)
2603 | #endif
2604 | public func FfiConverterTypeNobodyWhoError_lower(_ value: NobodyWhoError) -> RustBuffer {
     |                                                                              `- error: cannot find type 'RustBuffer' in scope
2605 |     return FfiConverterTypeNobodyWhoError.lower(value)
2606 | }
/host/spi-builder-workspace/generated/nobodywho.swift:2634:15: error: type 'FfiConverterTypePromptPart' does not conform to protocol 'FfiConverter'
 158 | // analogous to the Rust trait of the same name.
 159 | fileprivate protocol FfiConverter {
 160 |     associatedtype FfiType
     |                    `- note: protocol requires nested type 'FfiType'
 161 |     associatedtype SwiftType
 162 |
     :
2632 | @_documentation(visibility: private)
2633 | #endif
2634 | public struct FfiConverterTypePromptPart: FfiConverterRustBuffer {
     |               |- error: type 'FfiConverterTypePromptPart' does not conform to protocol 'FfiConverter'
     |               `- note: add stubs for conformance
2635 |     typealias SwiftType = PromptPart
2636 |
/host/spi-builder-workspace/generated/nobodywho.swift:2680:52: error: cannot find type 'RustBuffer' in scope
2678 | @_documentation(visibility: private)
2679 | #endif
2680 | public func FfiConverterTypePromptPart_lift(_ buf: RustBuffer) throws -> PromptPart {
     |                                                    `- error: cannot find type 'RustBuffer' in scope
2681 |     return try FfiConverterTypePromptPart.lift(buf)
2682 | }
/host/spi-builder-workspace/generated/nobodywho.swift:2687:70: error: cannot find type 'RustBuffer' in scope
2685 | @_documentation(visibility: private)
2686 | #endif
2687 | public func FfiConverterTypePromptPart_lower(_ value: PromptPart) -> RustBuffer {
     |                                                                      `- error: cannot find type 'RustBuffer' in scope
2688 |     return FfiConverterTypePromptPart.lower(value)
2689 | }
/host/spi-builder-workspace/generated/nobodywho.swift:2716:25: error: cannot find type 'UniffiVTableCallbackInterfaceRustDownloadProgressCallback' in scope
2714 |     // This creates 1-element array, since this seems to be the only way to construct a const
2715 |     // pointer that we can pass to the Rust code.
2716 |     static let vtable: [UniffiVTableCallbackInterfaceRustDownloadProgressCallback] = [UniffiVTableCallbackInterfaceRustDownloadProgressCallback(
     |                         `- error: cannot find type 'UniffiVTableCallbackInterfaceRustDownloadProgressCallback' in scope
2717 |         uniffiFree: { (uniffiHandle: UInt64) -> () in
2718 |             do {
/host/spi-builder-workspace/generated/nobodywho.swift:2848:25: error: cannot find type 'UniffiVTableCallbackInterfaceRustToolCallback' in scope
2846 |     // This creates 1-element array, since this seems to be the only way to construct a const
2847 |     // pointer that we can pass to the Rust code.
2848 |     static let vtable: [UniffiVTableCallbackInterfaceRustToolCallback] = [UniffiVTableCallbackInterfaceRustToolCallback(
     |                         `- error: cannot find type 'UniffiVTableCallbackInterfaceRustToolCallback' in scope
2849 |         uniffiFree: { (uniffiHandle: UInt64) -> () in
2850 |             do {
/host/spi-builder-workspace/generated/nobodywho.swift:2957:20: error: type 'FfiConverterOptionUInt32' does not conform to protocol 'FfiConverter'
 158 | // analogous to the Rust trait of the same name.
 159 | fileprivate protocol FfiConverter {
 160 |     associatedtype FfiType
     |                    `- note: protocol requires nested type 'FfiType'
 161 |     associatedtype SwiftType
 162 |
     :
2955 | @_documentation(visibility: private)
2956 | #endif
2957 | fileprivate struct FfiConverterOptionUInt32: FfiConverterRustBuffer {
     |                    |- error: type 'FfiConverterOptionUInt32' does not conform to protocol 'FfiConverter'
     |                    `- note: add stubs for conformance
2958 |     typealias SwiftType = UInt32?
2959 |
/host/spi-builder-workspace/generated/nobodywho.swift:2981:20: error: type 'FfiConverterOptionString' does not conform to protocol 'FfiConverter'
 158 | // analogous to the Rust trait of the same name.
 159 | fileprivate protocol FfiConverter {
 160 |     associatedtype FfiType
     |                    `- note: protocol requires nested type 'FfiType'
 161 |     associatedtype SwiftType
 162 |
     :
2979 | @_documentation(visibility: private)
2980 | #endif
2981 | fileprivate struct FfiConverterOptionString: FfiConverterRustBuffer {
     |                    |- error: type 'FfiConverterOptionString' does not conform to protocol 'FfiConverter'
     |                    `- note: add stubs for conformance
2982 |     typealias SwiftType = String?
2983 |
/host/spi-builder-workspace/generated/nobodywho.swift:3005:20: error: type 'FfiConverterOptionTypeSamplerConfig' does not conform to protocol 'FfiConverter'
 158 | // analogous to the Rust trait of the same name.
 159 | fileprivate protocol FfiConverter {
 160 |     associatedtype FfiType
     |                    `- note: protocol requires nested type 'FfiType'
 161 |     associatedtype SwiftType
 162 |
     :
3003 | @_documentation(visibility: private)
3004 | #endif
3005 | fileprivate struct FfiConverterOptionTypeSamplerConfig: FfiConverterRustBuffer {
     |                    |- error: type 'FfiConverterOptionTypeSamplerConfig' does not conform to protocol 'FfiConverter'
     |                    `- note: add stubs for conformance
3006 |     typealias SwiftType = SamplerConfig?
3007 |
/host/spi-builder-workspace/generated/nobodywho.swift:3029:20: error: type 'FfiConverterOptionTypePendingToolCall' does not conform to protocol 'FfiConverter'
 158 | // analogous to the Rust trait of the same name.
 159 | fileprivate protocol FfiConverter {
 160 |     associatedtype FfiType
     |                    `- note: protocol requires nested type 'FfiType'
 161 |     associatedtype SwiftType
 162 |
     :
3027 | @_documentation(visibility: private)
3028 | #endif
3029 | fileprivate struct FfiConverterOptionTypePendingToolCall: FfiConverterRustBuffer {
     |                    |- error: type 'FfiConverterOptionTypePendingToolCall' does not conform to protocol 'FfiConverter'
     |                    `- note: add stubs for conformance
3030 |     typealias SwiftType = PendingToolCall?
3031 |
/host/spi-builder-workspace/generated/nobodywho.swift:3053:20: error: type 'FfiConverterOptionCallbackInterfaceRustDownloadProgressCallback' does not conform to protocol 'FfiConverter'
 158 | // analogous to the Rust trait of the same name.
 159 | fileprivate protocol FfiConverter {
 160 |     associatedtype FfiType
     |                    `- note: protocol requires nested type 'FfiType'
 161 |     associatedtype SwiftType
 162 |
     :
3051 | @_documentation(visibility: private)
3052 | #endif
3053 | fileprivate struct FfiConverterOptionCallbackInterfaceRustDownloadProgressCallback: FfiConverterRustBuffer {
     |                    |- error: type 'FfiConverterOptionCallbackInterfaceRustDownloadProgressCallback' does not conform to protocol 'FfiConverter'
     |                    `- note: add stubs for conformance
3054 |     typealias SwiftType = RustDownloadProgressCallback?
3055 |
/host/spi-builder-workspace/generated/nobodywho.swift:3077:20: error: type 'FfiConverterOptionSequenceTypeRustTool' does not conform to protocol 'FfiConverter'
 158 | // analogous to the Rust trait of the same name.
 159 | fileprivate protocol FfiConverter {
 160 |     associatedtype FfiType
     |                    `- note: protocol requires nested type 'FfiType'
 161 |     associatedtype SwiftType
 162 |
     :
3075 | @_documentation(visibility: private)
3076 | #endif
3077 | fileprivate struct FfiConverterOptionSequenceTypeRustTool: FfiConverterRustBuffer {
     |                    |- error: type 'FfiConverterOptionSequenceTypeRustTool' does not conform to protocol 'FfiConverter'
     |                    `- note: add stubs for conformance
3078 |     typealias SwiftType = [RustTool]?
3079 |
/host/spi-builder-workspace/generated/nobodywho.swift:3101:20: error: type 'FfiConverterOptionSequenceTypeToolCall' does not conform to protocol 'FfiConverter'
 158 | // analogous to the Rust trait of the same name.
 159 | fileprivate protocol FfiConverter {
 160 |     associatedtype FfiType
     |                    `- note: protocol requires nested type 'FfiType'
 161 |     associatedtype SwiftType
 162 |
     :
3099 | @_documentation(visibility: private)
3100 | #endif
3101 | fileprivate struct FfiConverterOptionSequenceTypeToolCall: FfiConverterRustBuffer {
     |                    |- error: type 'FfiConverterOptionSequenceTypeToolCall' does not conform to protocol 'FfiConverter'
     |                    `- note: add stubs for conformance
3102 |     typealias SwiftType = [ToolCall]?
3103 |
/host/spi-builder-workspace/generated/nobodywho.swift:3125:20: error: type 'FfiConverterOptionDictionaryStringBool' does not conform to protocol 'FfiConverter'
 158 | // analogous to the Rust trait of the same name.
 159 | fileprivate protocol FfiConverter {
 160 |     associatedtype FfiType
     |                    `- note: protocol requires nested type 'FfiType'
 161 |     associatedtype SwiftType
 162 |
     :
3123 | @_documentation(visibility: private)
3124 | #endif
3125 | fileprivate struct FfiConverterOptionDictionaryStringBool: FfiConverterRustBuffer {
     |                    |- error: type 'FfiConverterOptionDictionaryStringBool' does not conform to protocol 'FfiConverter'
     |                    `- note: add stubs for conformance
3126 |     typealias SwiftType = [String: Bool]?
3127 |
/host/spi-builder-workspace/generated/nobodywho.swift:3149:20: error: type 'FfiConverterSequenceFloat' does not conform to protocol 'FfiConverter'
 158 | // analogous to the Rust trait of the same name.
 159 | fileprivate protocol FfiConverter {
 160 |     associatedtype FfiType
     |                    `- note: protocol requires nested type 'FfiType'
 161 |     associatedtype SwiftType
 162 |
     :
3147 | @_documentation(visibility: private)
3148 | #endif
3149 | fileprivate struct FfiConverterSequenceFloat: FfiConverterRustBuffer {
     |                    |- error: type 'FfiConverterSequenceFloat' does not conform to protocol 'FfiConverter'
     |                    `- note: add stubs for conformance
3150 |     typealias SwiftType = [Float]
3151 |
/host/spi-builder-workspace/generated/nobodywho.swift:3174:20: error: type 'FfiConverterSequenceString' does not conform to protocol 'FfiConverter'
 158 | // analogous to the Rust trait of the same name.
 159 | fileprivate protocol FfiConverter {
 160 |     associatedtype FfiType
     |                    `- note: protocol requires nested type 'FfiType'
 161 |     associatedtype SwiftType
 162 |
     :
3172 | @_documentation(visibility: private)
3173 | #endif
3174 | fileprivate struct FfiConverterSequenceString: FfiConverterRustBuffer {
     |                    |- error: type 'FfiConverterSequenceString' does not conform to protocol 'FfiConverter'
     |                    `- note: add stubs for conformance
3175 |     typealias SwiftType = [String]
3176 |
/host/spi-builder-workspace/generated/nobodywho.swift:3199:20: error: type 'FfiConverterSequenceTypeRustTool' does not conform to protocol 'FfiConverter'
 158 | // analogous to the Rust trait of the same name.
 159 | fileprivate protocol FfiConverter {
 160 |     associatedtype FfiType
     |                    `- note: protocol requires nested type 'FfiType'
 161 |     associatedtype SwiftType
 162 |
     :
3197 | @_documentation(visibility: private)
3198 | #endif
3199 | fileprivate struct FfiConverterSequenceTypeRustTool: FfiConverterRustBuffer {
     |                    |- error: type 'FfiConverterSequenceTypeRustTool' does not conform to protocol 'FfiConverter'
     |                    `- note: add stubs for conformance
3200 |     typealias SwiftType = [RustTool]
3201 |
/host/spi-builder-workspace/generated/nobodywho.swift:3224:20: error: type 'FfiConverterSequenceTypeAsset' does not conform to protocol 'FfiConverter'
 158 | // analogous to the Rust trait of the same name.
 159 | fileprivate protocol FfiConverter {
 160 |     associatedtype FfiType
     |                    `- note: protocol requires nested type 'FfiType'
 161 |     associatedtype SwiftType
 162 |
     :
3222 | @_documentation(visibility: private)
3223 | #endif
3224 | fileprivate struct FfiConverterSequenceTypeAsset: FfiConverterRustBuffer {
     |                    |- error: type 'FfiConverterSequenceTypeAsset' does not conform to protocol 'FfiConverter'
     |                    `- note: add stubs for conformance
3225 |     typealias SwiftType = [Asset]
3226 |
/host/spi-builder-workspace/generated/nobodywho.swift:3249:20: error: type 'FfiConverterSequenceTypeToolCall' does not conform to protocol 'FfiConverter'
 158 | // analogous to the Rust trait of the same name.
 159 | fileprivate protocol FfiConverter {
 160 |     associatedtype FfiType
     |                    `- note: protocol requires nested type 'FfiType'
 161 |     associatedtype SwiftType
 162 |
     :
3247 | @_documentation(visibility: private)
3248 | #endif
3249 | fileprivate struct FfiConverterSequenceTypeToolCall: FfiConverterRustBuffer {
     |                    |- error: type 'FfiConverterSequenceTypeToolCall' does not conform to protocol 'FfiConverter'
     |                    `- note: add stubs for conformance
3250 |     typealias SwiftType = [ToolCall]
3251 |
/host/spi-builder-workspace/generated/nobodywho.swift:3274:20: error: type 'FfiConverterSequenceTypeToolParameter' does not conform to protocol 'FfiConverter'
 158 | // analogous to the Rust trait of the same name.
 159 | fileprivate protocol FfiConverter {
 160 |     associatedtype FfiType
     |                    `- note: protocol requires nested type 'FfiType'
 161 |     associatedtype SwiftType
 162 |
     :
3272 | @_documentation(visibility: private)
3273 | #endif
3274 | fileprivate struct FfiConverterSequenceTypeToolParameter: FfiConverterRustBuffer {
     |                    |- error: type 'FfiConverterSequenceTypeToolParameter' does not conform to protocol 'FfiConverter'
     |                    `- note: add stubs for conformance
3275 |     typealias SwiftType = [ToolParameter]
3276 |
/host/spi-builder-workspace/generated/nobodywho.swift:3299:20: error: type 'FfiConverterSequenceTypeMessage' does not conform to protocol 'FfiConverter'
 158 | // analogous to the Rust trait of the same name.
 159 | fileprivate protocol FfiConverter {
 160 |     associatedtype FfiType
     |                    `- note: protocol requires nested type 'FfiType'
 161 |     associatedtype SwiftType
 162 |
     :
3297 | @_documentation(visibility: private)
3298 | #endif
3299 | fileprivate struct FfiConverterSequenceTypeMessage: FfiConverterRustBuffer {
     |                    |- error: type 'FfiConverterSequenceTypeMessage' does not conform to protocol 'FfiConverter'
     |                    `- note: add stubs for conformance
3300 |     typealias SwiftType = [Message]
3301 |
/host/spi-builder-workspace/generated/nobodywho.swift:3324:20: error: type 'FfiConverterSequenceTypePromptPart' does not conform to protocol 'FfiConverter'
 158 | // analogous to the Rust trait of the same name.
 159 | fileprivate protocol FfiConverter {
 160 |     associatedtype FfiType
     |                    `- note: protocol requires nested type 'FfiType'
 161 |     associatedtype SwiftType
 162 |
     :
3322 | @_documentation(visibility: private)
3323 | #endif
3324 | fileprivate struct FfiConverterSequenceTypePromptPart: FfiConverterRustBuffer {
     |                    |- error: type 'FfiConverterSequenceTypePromptPart' does not conform to protocol 'FfiConverter'
     |                    `- note: add stubs for conformance
3325 |     typealias SwiftType = [PromptPart]
3326 |
/host/spi-builder-workspace/generated/nobodywho.swift:3349:20: error: type 'FfiConverterDictionaryStringBool' does not conform to protocol 'FfiConverter'
 158 | // analogous to the Rust trait of the same name.
 159 | fileprivate protocol FfiConverter {
 160 |     associatedtype FfiType
     |                    `- note: protocol requires nested type 'FfiType'
 161 |     associatedtype SwiftType
     |                    `- note: protocol requires nested type 'SwiftType'
 162 |
 163 |     static func lift(_ value: FfiType) throws -> SwiftType
     :
3347 | @_documentation(visibility: private)
3348 | #endif
3349 | fileprivate struct FfiConverterDictionaryStringBool: FfiConverterRustBuffer {
     |                    |- error: type 'FfiConverterDictionaryStringBool' does not conform to protocol 'FfiConverter'
     |                    `- note: add stubs for conformance
3350 |     public static func write(_ value: [String: Bool], into buf: inout [UInt8]) {
3351 |         let len = Int32(value.count)
/host/spi-builder-workspace/generated/nobodywho.swift:3378:34: error: cannot find type 'UniffiRustFutureContinuationCallback' in scope
3376 | fileprivate func uniffiRustCallAsync<F, T>(
3377 |     rustFutureFunc: () -> UInt64,
3378 |     pollFunc: (UInt64, @escaping UniffiRustFutureContinuationCallback, UInt64) -> (),
     |                                  `- error: cannot find type 'UniffiRustFutureContinuationCallback' in scope
3379 |     completeFunc: (UInt64, UnsafeMutablePointer<RustCallStatus>) -> F,
3380 |     freeFunc: (UInt64) -> (),
/host/spi-builder-workspace/generated/nobodywho.swift:3378:24: error: @escaping attribute only applies to function types
3376 | fileprivate func uniffiRustCallAsync<F, T>(
3377 |     rustFutureFunc: () -> UInt64,
3378 |     pollFunc: (UInt64, @escaping UniffiRustFutureContinuationCallback, UInt64) -> (),
     |                        `- error: @escaping attribute only applies to function types
3379 |     completeFunc: (UInt64, UnsafeMutablePointer<RustCallStatus>) -> F,
3380 |     freeFunc: (UInt64) -> (),
/host/spi-builder-workspace/generated/nobodywho.swift:3379:49: error: cannot find type 'RustCallStatus' in scope
3377 |     rustFutureFunc: () -> UInt64,
3378 |     pollFunc: (UInt64, @escaping UniffiRustFutureContinuationCallback, UInt64) -> (),
3379 |     completeFunc: (UInt64, UnsafeMutablePointer<RustCallStatus>) -> F,
     |                                                 `- error: cannot find type 'RustCallStatus' in scope
3380 |     freeFunc: (UInt64) -> (),
3381 |     liftFunc: (F) throws -> T,
/host/spi-builder-workspace/generated/nobodywho.swift:3382:21: error: cannot find type 'RustBuffer' in scope
3380 |     freeFunc: (UInt64) -> (),
3381 |     liftFunc: (F) throws -> T,
3382 |     errorHandler: ((RustBuffer) throws -> Swift.Error)?
     |                     `- error: cannot find type 'RustBuffer' in scope
3383 | ) async throws -> T {
3384 |     // Make sure to call the ensure init function since future creation doesn't have a
/host/spi-builder-workspace/generated/nobodywho.swift:3569:40: error: cannot find 'ffi_nobodywho_uniffi_uniffi_contract_version' in scope
3567 |     let bindings_contract_version = 30
3568 |     // Get the scaffolding contract version by calling the into the dylib
3569 |     let scaffolding_contract_version = ffi_nobodywho_uniffi_uniffi_contract_version()
     |                                        `- error: cannot find 'ffi_nobodywho_uniffi_uniffi_contract_version' in scope
3570 |     if bindings_contract_version != scaffolding_contract_version {
3571 |         return InitializationResult.contractVersionMismatch
/host/spi-builder-workspace/generated/nobodywho.swift:3573:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_cosine_similarity' in scope
3571 |         return InitializationResult.contractVersionMismatch
3572 |     }
3573 |     if (uniffi_nobodywho_uniffi_checksum_func_cosine_similarity() != 63439) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_cosine_similarity' in scope
3574 |         return InitializationResult.apiChecksumMismatch
3575 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3576:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_load_model' in scope
3574 |         return InitializationResult.apiChecksumMismatch
3575 |     }
3576 |     if (uniffi_nobodywho_uniffi_checksum_func_load_model() != 33587) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_load_model' in scope
3577 |         return InitializationResult.apiChecksumMismatch
3578 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3579:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_sampler_preset_constrain_with_grammar' in scope
3577 |         return InitializationResult.apiChecksumMismatch
3578 |     }
3579 |     if (uniffi_nobodywho_uniffi_checksum_func_sampler_preset_constrain_with_grammar() != 13698) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_sampler_preset_constrain_with_grammar' in scope
3580 |         return InitializationResult.apiChecksumMismatch
3581 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3582:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_sampler_preset_constrain_with_json_schema' in scope
3580 |         return InitializationResult.apiChecksumMismatch
3581 |     }
3582 |     if (uniffi_nobodywho_uniffi_checksum_func_sampler_preset_constrain_with_json_schema() != 4691) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_sampler_preset_constrain_with_json_schema' in scope
3583 |         return InitializationResult.apiChecksumMismatch
3584 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3585:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_sampler_preset_constrain_with_regex' in scope
3583 |         return InitializationResult.apiChecksumMismatch
3584 |     }
3585 |     if (uniffi_nobodywho_uniffi_checksum_func_sampler_preset_constrain_with_regex() != 25543) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_sampler_preset_constrain_with_regex' in scope
3586 |         return InitializationResult.apiChecksumMismatch
3587 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3588:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_sampler_preset_default' in scope
3586 |         return InitializationResult.apiChecksumMismatch
3587 |     }
3588 |     if (uniffi_nobodywho_uniffi_checksum_func_sampler_preset_default() != 10834) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_sampler_preset_default' in scope
3589 |         return InitializationResult.apiChecksumMismatch
3590 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3591:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_sampler_preset_dry' in scope
3589 |         return InitializationResult.apiChecksumMismatch
3590 |     }
3591 |     if (uniffi_nobodywho_uniffi_checksum_func_sampler_preset_dry() != 55378) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_sampler_preset_dry' in scope
3592 |         return InitializationResult.apiChecksumMismatch
3593 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3594:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_sampler_preset_grammar' in scope
3592 |         return InitializationResult.apiChecksumMismatch
3593 |     }
3594 |     if (uniffi_nobodywho_uniffi_checksum_func_sampler_preset_grammar() != 29288) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_sampler_preset_grammar' in scope
3595 |         return InitializationResult.apiChecksumMismatch
3596 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3597:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_sampler_preset_greedy' in scope
3595 |         return InitializationResult.apiChecksumMismatch
3596 |     }
3597 |     if (uniffi_nobodywho_uniffi_checksum_func_sampler_preset_greedy() != 13219) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_sampler_preset_greedy' in scope
3598 |         return InitializationResult.apiChecksumMismatch
3599 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3600:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_sampler_preset_json' in scope
3598 |         return InitializationResult.apiChecksumMismatch
3599 |     }
3600 |     if (uniffi_nobodywho_uniffi_checksum_func_sampler_preset_json() != 8103) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_sampler_preset_json' in scope
3601 |         return InitializationResult.apiChecksumMismatch
3602 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3603:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_sampler_preset_temperature' in scope
3601 |         return InitializationResult.apiChecksumMismatch
3602 |     }
3603 |     if (uniffi_nobodywho_uniffi_checksum_func_sampler_preset_temperature() != 64803) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_sampler_preset_temperature' in scope
3604 |         return InitializationResult.apiChecksumMismatch
3605 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3606:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_sampler_preset_top_k' in scope
3604 |         return InitializationResult.apiChecksumMismatch
3605 |     }
3606 |     if (uniffi_nobodywho_uniffi_checksum_func_sampler_preset_top_k() != 44137) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_sampler_preset_top_k' in scope
3607 |         return InitializationResult.apiChecksumMismatch
3608 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3609:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_sampler_preset_top_p' in scope
3607 |         return InitializationResult.apiChecksumMismatch
3608 |     }
3609 |     if (uniffi_nobodywho_uniffi_checksum_func_sampler_preset_top_p() != 54893) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_sampler_preset_top_p' in scope
3610 |         return InitializationResult.apiChecksumMismatch
3611 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3612:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_ask' in scope
3610 |         return InitializationResult.apiChecksumMismatch
3611 |     }
3612 |     if (uniffi_nobodywho_uniffi_checksum_method_rustchat_ask() != 53575) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_ask' in scope
3613 |         return InitializationResult.apiChecksumMismatch
3614 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3615:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_ask_with_prompt' in scope
3613 |         return InitializationResult.apiChecksumMismatch
3614 |     }
3615 |     if (uniffi_nobodywho_uniffi_checksum_method_rustchat_ask_with_prompt() != 65089) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_ask_with_prompt' in scope
3616 |         return InitializationResult.apiChecksumMismatch
3617 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3618:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_get_chat_history' in scope
3616 |         return InitializationResult.apiChecksumMismatch
3617 |     }
3618 |     if (uniffi_nobodywho_uniffi_checksum_method_rustchat_get_chat_history() != 12722) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_get_chat_history' in scope
3619 |         return InitializationResult.apiChecksumMismatch
3620 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3621:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_get_sampler_config_json' in scope
3619 |         return InitializationResult.apiChecksumMismatch
3620 |     }
3621 |     if (uniffi_nobodywho_uniffi_checksum_method_rustchat_get_sampler_config_json() != 33078) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_get_sampler_config_json' in scope
3622 |         return InitializationResult.apiChecksumMismatch
3623 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3624:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_get_system_prompt' in scope
3622 |         return InitializationResult.apiChecksumMismatch
3623 |     }
3624 |     if (uniffi_nobodywho_uniffi_checksum_method_rustchat_get_system_prompt() != 57727) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_get_system_prompt' in scope
3625 |         return InitializationResult.apiChecksumMismatch
3626 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3627:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_get_template_variables' in scope
3625 |         return InitializationResult.apiChecksumMismatch
3626 |     }
3627 |     if (uniffi_nobodywho_uniffi_checksum_method_rustchat_get_template_variables() != 19616) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_get_template_variables' in scope
3628 |         return InitializationResult.apiChecksumMismatch
3629 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3630:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_reset_context' in scope
3628 |         return InitializationResult.apiChecksumMismatch
3629 |     }
3630 |     if (uniffi_nobodywho_uniffi_checksum_method_rustchat_reset_context() != 47191) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_reset_context' in scope
3631 |         return InitializationResult.apiChecksumMismatch
3632 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3633:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_reset_history' in scope
3631 |         return InitializationResult.apiChecksumMismatch
3632 |     }
3633 |     if (uniffi_nobodywho_uniffi_checksum_method_rustchat_reset_history() != 12058) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_reset_history' in scope
3634 |         return InitializationResult.apiChecksumMismatch
3635 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3636:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_set_chat_history' in scope
3634 |         return InitializationResult.apiChecksumMismatch
3635 |     }
3636 |     if (uniffi_nobodywho_uniffi_checksum_method_rustchat_set_chat_history() != 6058) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_set_chat_history' in scope
3637 |         return InitializationResult.apiChecksumMismatch
3638 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3639:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_set_sampler_config' in scope
3637 |         return InitializationResult.apiChecksumMismatch
3638 |     }
3639 |     if (uniffi_nobodywho_uniffi_checksum_method_rustchat_set_sampler_config() != 28012) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_set_sampler_config' in scope
3640 |         return InitializationResult.apiChecksumMismatch
3641 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3642:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_set_system_prompt' in scope
3640 |         return InitializationResult.apiChecksumMismatch
3641 |     }
3642 |     if (uniffi_nobodywho_uniffi_checksum_method_rustchat_set_system_prompt() != 31690) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_set_system_prompt' in scope
3643 |         return InitializationResult.apiChecksumMismatch
3644 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3645:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_set_template_variable' in scope
3643 |         return InitializationResult.apiChecksumMismatch
3644 |     }
3645 |     if (uniffi_nobodywho_uniffi_checksum_method_rustchat_set_template_variable() != 64000) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_set_template_variable' in scope
3646 |         return InitializationResult.apiChecksumMismatch
3647 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3648:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_set_tools' in scope
3646 |         return InitializationResult.apiChecksumMismatch
3647 |     }
3648 |     if (uniffi_nobodywho_uniffi_checksum_method_rustchat_set_tools() != 55680) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_set_tools' in scope
3649 |         return InitializationResult.apiChecksumMismatch
3650 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3651:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_stop_generation' in scope
3649 |         return InitializationResult.apiChecksumMismatch
3650 |     }
3651 |     if (uniffi_nobodywho_uniffi_checksum_method_rustchat_stop_generation() != 24711) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_stop_generation' in scope
3652 |         return InitializationResult.apiChecksumMismatch
3653 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3654:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustcrossencoder_rank' in scope
3652 |         return InitializationResult.apiChecksumMismatch
3653 |     }
3654 |     if (uniffi_nobodywho_uniffi_checksum_method_rustcrossencoder_rank() != 55500) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustcrossencoder_rank' in scope
3655 |         return InitializationResult.apiChecksumMismatch
3656 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3657:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustcrossencoder_rank_and_sort_json' in scope
3655 |         return InitializationResult.apiChecksumMismatch
3656 |     }
3657 |     if (uniffi_nobodywho_uniffi_checksum_method_rustcrossencoder_rank_and_sort_json() != 24587) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustcrossencoder_rank_and_sort_json' in scope
3658 |         return InitializationResult.apiChecksumMismatch
3659 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3660:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustencoder_encode' in scope
3658 |         return InitializationResult.apiChecksumMismatch
3659 |     }
3660 |     if (uniffi_nobodywho_uniffi_checksum_method_rustencoder_encode() != 52601) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustencoder_encode' in scope
3661 |         return InitializationResult.apiChecksumMismatch
3662 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3663:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rusttokenstream_completed' in scope
3661 |         return InitializationResult.apiChecksumMismatch
3662 |     }
3663 |     if (uniffi_nobodywho_uniffi_checksum_method_rusttokenstream_completed() != 26060) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rusttokenstream_completed' in scope
3664 |         return InitializationResult.apiChecksumMismatch
3665 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3666:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rusttokenstream_next_token' in scope
3664 |         return InitializationResult.apiChecksumMismatch
3665 |     }
3666 |     if (uniffi_nobodywho_uniffi_checksum_method_rusttokenstream_next_token() != 44770) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rusttokenstream_next_token' in scope
3667 |         return InitializationResult.apiChecksumMismatch
3668 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3669:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rusttool_get_schema_json' in scope
3667 |         return InitializationResult.apiChecksumMismatch
3668 |     }
3669 |     if (uniffi_nobodywho_uniffi_checksum_method_rusttool_get_schema_json() != 4679) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rusttool_get_schema_json' in scope
3670 |         return InitializationResult.apiChecksumMismatch
3671 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3672:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rusttool_next_pending_call' in scope
3670 |         return InitializationResult.apiChecksumMismatch
3671 |     }
3672 |     if (uniffi_nobodywho_uniffi_checksum_method_rusttool_next_pending_call() != 52020) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rusttool_next_pending_call' in scope
3673 |         return InitializationResult.apiChecksumMismatch
3674 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3675:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rusttool_resolve_pending_call' in scope
3673 |         return InitializationResult.apiChecksumMismatch
3674 |     }
3675 |     if (uniffi_nobodywho_uniffi_checksum_method_rusttool_resolve_pending_call() != 10096) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rusttool_resolve_pending_call' in scope
3676 |         return InitializationResult.apiChecksumMismatch
3677 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3678:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_dist' in scope
3676 |         return InitializationResult.apiChecksumMismatch
3677 |     }
3678 |     if (uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_dist() != 23376) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_dist' in scope
3679 |         return InitializationResult.apiChecksumMismatch
3680 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3681:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_dry' in scope
3679 |         return InitializationResult.apiChecksumMismatch
3680 |     }
3681 |     if (uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_dry() != 35315) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_dry' in scope
3682 |         return InitializationResult.apiChecksumMismatch
3683 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3684:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_grammar' in scope
3682 |         return InitializationResult.apiChecksumMismatch
3683 |     }
3684 |     if (uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_grammar() != 3547) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_grammar' in scope
3685 |         return InitializationResult.apiChecksumMismatch
3686 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3687:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_greedy' in scope
3685 |         return InitializationResult.apiChecksumMismatch
3686 |     }
3687 |     if (uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_greedy() != 32898) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_greedy' in scope
3688 |         return InitializationResult.apiChecksumMismatch
3689 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3690:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_min_p' in scope
3688 |         return InitializationResult.apiChecksumMismatch
3689 |     }
3690 |     if (uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_min_p() != 33705) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_min_p' in scope
3691 |         return InitializationResult.apiChecksumMismatch
3692 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3693:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_mirostat_v1' in scope
3691 |         return InitializationResult.apiChecksumMismatch
3692 |     }
3693 |     if (uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_mirostat_v1() != 58563) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_mirostat_v1' in scope
3694 |         return InitializationResult.apiChecksumMismatch
3695 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3696:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_mirostat_v2' in scope
3694 |         return InitializationResult.apiChecksumMismatch
3695 |     }
3696 |     if (uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_mirostat_v2() != 41682) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_mirostat_v2' in scope
3697 |         return InitializationResult.apiChecksumMismatch
3698 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3699:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_penalties' in scope
3697 |         return InitializationResult.apiChecksumMismatch
3698 |     }
3699 |     if (uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_penalties() != 40767) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_penalties' in scope
3700 |         return InitializationResult.apiChecksumMismatch
3701 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3702:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_temperature' in scope
3700 |         return InitializationResult.apiChecksumMismatch
3701 |     }
3702 |     if (uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_temperature() != 8456) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_temperature' in scope
3703 |         return InitializationResult.apiChecksumMismatch
3704 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3705:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_top_k' in scope
3703 |         return InitializationResult.apiChecksumMismatch
3704 |     }
3705 |     if (uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_top_k() != 26600) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_top_k' in scope
3706 |         return InitializationResult.apiChecksumMismatch
3707 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3708:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_top_p' in scope
3706 |         return InitializationResult.apiChecksumMismatch
3707 |     }
3708 |     if (uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_top_p() != 54577) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_top_p' in scope
3709 |         return InitializationResult.apiChecksumMismatch
3710 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3711:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_typical_p' in scope
3709 |         return InitializationResult.apiChecksumMismatch
3710 |     }
3711 |     if (uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_typical_p() != 28727) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_typical_p' in scope
3712 |         return InitializationResult.apiChecksumMismatch
3713 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3714:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_xtc' in scope
3712 |         return InitializationResult.apiChecksumMismatch
3713 |     }
3714 |     if (uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_xtc() != 22853) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_xtc' in scope
3715 |         return InitializationResult.apiChecksumMismatch
3716 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3717:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerconfig_to_json' in scope
3715 |         return InitializationResult.apiChecksumMismatch
3716 |     }
3717 |     if (uniffi_nobodywho_uniffi_checksum_method_samplerconfig_to_json() != 51798) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerconfig_to_json' in scope
3718 |         return InitializationResult.apiChecksumMismatch
3719 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3720:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_constructor_rustchat_new' in scope
3718 |         return InitializationResult.apiChecksumMismatch
3719 |     }
3720 |     if (uniffi_nobodywho_uniffi_checksum_constructor_rustchat_new() != 38902) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_constructor_rustchat_new' in scope
3721 |         return InitializationResult.apiChecksumMismatch
3722 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3723:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_constructor_rustcrossencoder_new' in scope
3721 |         return InitializationResult.apiChecksumMismatch
3722 |     }
3723 |     if (uniffi_nobodywho_uniffi_checksum_constructor_rustcrossencoder_new() != 9022) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_constructor_rustcrossencoder_new' in scope
3724 |         return InitializationResult.apiChecksumMismatch
3725 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3726:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_constructor_rustencoder_new' in scope
3724 |         return InitializationResult.apiChecksumMismatch
3725 |     }
3726 |     if (uniffi_nobodywho_uniffi_checksum_constructor_rustencoder_new() != 27902) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_constructor_rustencoder_new' in scope
3727 |         return InitializationResult.apiChecksumMismatch
3728 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3729:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_constructor_rusttool_new' in scope
3727 |         return InitializationResult.apiChecksumMismatch
3728 |     }
3729 |     if (uniffi_nobodywho_uniffi_checksum_constructor_rusttool_new() != 9431) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_constructor_rusttool_new' in scope
3730 |         return InitializationResult.apiChecksumMismatch
3731 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3732:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_constructor_rusttool_new_async' in scope
3730 |         return InitializationResult.apiChecksumMismatch
3731 |     }
3732 |     if (uniffi_nobodywho_uniffi_checksum_constructor_rusttool_new_async() != 54521) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_constructor_rusttool_new_async' in scope
3733 |         return InitializationResult.apiChecksumMismatch
3734 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3735:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_constructor_samplerbuilder_new' in scope
3733 |         return InitializationResult.apiChecksumMismatch
3734 |     }
3735 |     if (uniffi_nobodywho_uniffi_checksum_constructor_samplerbuilder_new() != 50214) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_constructor_samplerbuilder_new' in scope
3736 |         return InitializationResult.apiChecksumMismatch
3737 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3738:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_constructor_samplerconfig_from_json' in scope
3736 |         return InitializationResult.apiChecksumMismatch
3737 |     }
3738 |     if (uniffi_nobodywho_uniffi_checksum_constructor_samplerconfig_from_json() != 6867) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_constructor_samplerconfig_from_json' in scope
3739 |         return InitializationResult.apiChecksumMismatch
3740 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3741:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustdownloadprogresscallback_on_download_progress' in scope
3739 |         return InitializationResult.apiChecksumMismatch
3740 |     }
3741 |     if (uniffi_nobodywho_uniffi_checksum_method_rustdownloadprogresscallback_on_download_progress() != 28617) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustdownloadprogresscallback_on_download_progress' in scope
3742 |         return InitializationResult.apiChecksumMismatch
3743 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3744:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rusttoolcallback_call' in scope
3742 |         return InitializationResult.apiChecksumMismatch
3743 |     }
3744 |     if (uniffi_nobodywho_uniffi_checksum_method_rusttoolcallback_call() != 43958) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rusttoolcallback_call' in scope
3745 |         return InitializationResult.apiChecksumMismatch
3746 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:14:23: error: cannot find type 'RustBuffer' in scope
  12 | #endif
  13 |
  14 | fileprivate extension RustBuffer {
     |                       `- error: cannot find type 'RustBuffer' in scope
  15 |     // Allocate a new buffer, copying the contents of a `UInt8` array.
  16 |     init(bytes: [UInt8]) {
/host/spi-builder-workspace/generated/nobodywho.swift:38:23: error: cannot find type 'ForeignBytes' in scope
  36 | }
  37 |
  38 | fileprivate extension ForeignBytes {
     |                       `- error: cannot find type 'ForeignBytes' in scope
  39 |     init(bufferPointer: UnsafeBufferPointer<UInt8>) {
  40 |         self.init(len: Int32(bufferPointer.count), data: bufferPointer.baseAddress)
/host/spi-builder-workspace/generated/nobodywho.swift:52:22: error: cannot find type 'RustBuffer' in scope
  50 |
  51 | fileprivate extension Data {
  52 |     init(rustBuffer: RustBuffer) {
     |                      `- error: cannot find type 'RustBuffer' in scope
  53 |         self.init(
  54 |             bytesNoCopy: rustBuffer.data!,
/host/spi-builder-workspace/generated/nobodywho.swift:190:76: error: cannot find type 'RustBuffer' in scope
 188 | // Types conforming to `FfiConverterRustBuffer` lift and lower into a `RustBuffer`.
 189 | // Used for complex types where it's hard to write a custom lift/lower.
 190 | fileprivate protocol FfiConverterRustBuffer: FfiConverter where FfiType == RustBuffer {}
     |                                                                            `- error: cannot find type 'RustBuffer' in scope
 191 |
 192 | extension FfiConverterRustBuffer {
/host/spi-builder-workspace/generated/nobodywho.swift:196:36: error: cannot find type 'RustBuffer' in scope
 194 |     @_documentation(visibility: private)
 195 | #endif
 196 |     public static func lift(_ buf: RustBuffer) throws -> SwiftType {
     |                                    `- error: cannot find type 'RustBuffer' in scope
 197 |         var reader = createReader(data: Data(rustBuffer: buf))
 198 |         let value = try read(from: &reader)
/host/spi-builder-workspace/generated/nobodywho.swift:209:53: error: cannot find type 'RustBuffer' in scope
 207 |     @_documentation(visibility: private)
 208 | #endif
 209 |     public static func lower(_ value: SwiftType) -> RustBuffer {
     |                                                     `- error: cannot find type 'RustBuffer' in scope
 210 |           var writer = createWriter()
 211 |           write(value, into: &writer)
/host/spi-builder-workspace/generated/nobodywho.swift:256:23: error: cannot find type 'RustCallStatus' in scope
 254 | fileprivate let CALL_CANCELLED: Int8 = 3
 255 |
 256 | fileprivate extension RustCallStatus {
     |                       `- error: cannot find type 'RustCallStatus' in scope
 257 |     init() {
 258 |         self.init(
/host/spi-builder-workspace/generated/nobodywho.swift:269:60: error: cannot find type 'RustCallStatus' in scope
 267 | }
 268 |
 269 | private func rustCall<T>(_ callback: (UnsafeMutablePointer<RustCallStatus>) -> T) throws -> T {
     |                                                            `- error: cannot find type 'RustCallStatus' in scope
 270 |     let neverThrow: ((RustBuffer) throws -> Never)? = nil
 271 |     return try makeRustCall(callback, errorHandler: neverThrow)
/host/spi-builder-workspace/generated/nobodywho.swift:275:32: error: cannot find type 'RustBuffer' in scope
 273 |
 274 | private func rustCallWithError<T, E: Swift.Error>(
 275 |     _ errorHandler: @escaping (RustBuffer) throws -> E,
     |                                `- error: cannot find type 'RustBuffer' in scope
 276 |     _ callback: (UnsafeMutablePointer<RustCallStatus>) -> T) throws -> T {
 277 |     try makeRustCall(callback, errorHandler: errorHandler)
/host/spi-builder-workspace/generated/nobodywho.swift:276:39: error: cannot find type 'RustCallStatus' in scope
 274 | private func rustCallWithError<T, E: Swift.Error>(
 275 |     _ errorHandler: @escaping (RustBuffer) throws -> E,
 276 |     _ callback: (UnsafeMutablePointer<RustCallStatus>) -> T) throws -> T {
     |                                       `- error: cannot find type 'RustCallStatus' in scope
 277 |     try makeRustCall(callback, errorHandler: errorHandler)
 278 | }
/host/spi-builder-workspace/generated/nobodywho.swift:281:39: error: cannot find type 'RustCallStatus' in scope
 279 |
 280 | private func makeRustCall<T, E: Swift.Error>(
 281 |     _ callback: (UnsafeMutablePointer<RustCallStatus>) -> T,
     |                                       `- error: cannot find type 'RustCallStatus' in scope
 282 |     errorHandler: ((RustBuffer) throws -> E)?
 283 | ) throws -> T {
/host/spi-builder-workspace/generated/nobodywho.swift:282:21: error: cannot find type 'RustBuffer' in scope
 280 | private func makeRustCall<T, E: Swift.Error>(
 281 |     _ callback: (UnsafeMutablePointer<RustCallStatus>) -> T,
 282 |     errorHandler: ((RustBuffer) throws -> E)?
     |                     `- error: cannot find type 'RustBuffer' in scope
 283 | ) throws -> T {
 284 |     uniffiEnsureNobodywhoUniffiInitialized()
/host/spi-builder-workspace/generated/nobodywho.swift:292:17: error: cannot find type 'RustCallStatus' in scope
 290 |
 291 | private func uniffiCheckCallStatus<E: Swift.Error>(
 292 |     callStatus: RustCallStatus,
     |                 `- error: cannot find type 'RustCallStatus' in scope
 293 |     errorHandler: ((RustBuffer) throws -> E)?
 294 | ) throws {
/host/spi-builder-workspace/generated/nobodywho.swift:293:21: error: cannot find type 'RustBuffer' in scope
 291 | private func uniffiCheckCallStatus<E: Swift.Error>(
 292 |     callStatus: RustCallStatus,
 293 |     errorHandler: ((RustBuffer) throws -> E)?
     |                     `- error: cannot find type 'RustBuffer' in scope
 294 | ) throws {
 295 |     switch callStatus.code {
/host/spi-builder-workspace/generated/nobodywho.swift:327:38: error: cannot find type 'RustCallStatus' in scope
 325 |
 326 | private func uniffiTraitInterfaceCall<T>(
 327 |     callStatus: UnsafeMutablePointer<RustCallStatus>,
     |                                      `- error: cannot find type 'RustCallStatus' in scope
 328 |     makeCall: () throws -> T,
 329 |     writeReturn: (T) -> ()
/host/spi-builder-workspace/generated/nobodywho.swift:340:38: error: cannot find type 'RustCallStatus' in scope
 338 |
 339 | private func uniffiTraitInterfaceCallWithError<T, E>(
 340 |     callStatus: UnsafeMutablePointer<RustCallStatus>,
     |                                      `- error: cannot find type 'RustCallStatus' in scope
 341 |     makeCall: () throws -> T,
 342 |     writeReturn: (T) -> (),
/host/spi-builder-workspace/generated/nobodywho.swift:343:24: error: cannot find type 'RustBuffer' in scope
 341 |     makeCall: () throws -> T,
 342 |     writeReturn: (T) -> (),
 343 |     lowerError: (E) -> RustBuffer
     |                        `- error: cannot find type 'RustBuffer' in scope
 344 | ) {
 345 |     do {
/host/spi-builder-workspace/generated/nobodywho.swift:518:25: error: cannot find type 'RustBuffer' in scope
 516 | fileprivate struct FfiConverterString: FfiConverter {
 517 |     typealias SwiftType = String
 518 |     typealias FfiType = RustBuffer
     |                         `- error: cannot find type 'RustBuffer' in scope
 519 |
 520 |     public static func lift(_ value: RustBuffer) throws -> String {
/host/spi-builder-workspace/generated/nobodywho.swift:520:38: error: cannot find type 'RustBuffer' in scope
 518 |     typealias FfiType = RustBuffer
 519 |
 520 |     public static func lift(_ value: RustBuffer) throws -> String {
     |                                      `- error: cannot find type 'RustBuffer' in scope
 521 |         defer {
 522 |             value.deallocate()
/host/spi-builder-workspace/generated/nobodywho.swift:531:50: error: cannot find type 'RustBuffer' in scope
 529 |     }
 530 |
 531 |     public static func lower(_ value: String) -> RustBuffer {
     |                                                  `- error: cannot find type 'RustBuffer' in scope
 532 |         return value.utf8CString.withUnsafeBufferPointer { ptr in
 533 |             // The swift string gives us int8_t, we want uint8_t.
/host/spi-builder-workspace/generated/nobodywho.swift:516:20: error: type 'FfiConverterString' does not conform to protocol 'FfiConverter'
 158 | // analogous to the Rust trait of the same name.
 159 | fileprivate protocol FfiConverter {
 160 |     associatedtype FfiType
     |                    `- note: protocol requires nested type 'FfiType'
 161 |     associatedtype SwiftType
 162 |
     :
 514 | @_documentation(visibility: private)
 515 | #endif
 516 | fileprivate struct FfiConverterString: FfiConverter {
     |                    |- error: type 'FfiConverterString' does not conform to protocol 'FfiConverter'
     |                    `- note: add stubs for conformance
 517 |     typealias SwiftType = String
 518 |     typealias FfiType = RustBuffer
/host/spi-builder-workspace/generated/nobodywho.swift:2247:15: error: type 'FfiConverterTypeAsset' does not conform to protocol 'FfiConverter'
 158 | // analogous to the Rust trait of the same name.
 159 | fileprivate protocol FfiConverter {
 160 |     associatedtype FfiType
     |                    `- note: protocol requires nested type 'FfiType'
 161 |     associatedtype SwiftType
     |                    `- note: protocol requires nested type 'SwiftType'
 162 |
 163 |     static func lift(_ value: FfiType) throws -> SwiftType
     :
2245 | @_documentation(visibility: private)
2246 | #endif
2247 | public struct FfiConverterTypeAsset: FfiConverterRustBuffer {
     |               |- error: type 'FfiConverterTypeAsset' does not conform to protocol 'FfiConverter'
     |               `- note: add stubs for conformance
2248 |     public static func read(from buf: inout (data: Data, offset: Data.Index)) throws -> Asset {
2249 |         return
/host/spi-builder-workspace/generated/nobodywho.swift:2266:47: error: cannot find type 'RustBuffer' in scope
2264 | @_documentation(visibility: private)
2265 | #endif
2266 | public func FfiConverterTypeAsset_lift(_ buf: RustBuffer) throws -> Asset {
     |                                               `- error: cannot find type 'RustBuffer' in scope
2267 |     return try FfiConverterTypeAsset.lift(buf)
2268 | }
/host/spi-builder-workspace/generated/nobodywho.swift:2273:60: error: cannot find type 'RustBuffer' in scope
2271 | @_documentation(visibility: private)
2272 | #endif
2273 | public func FfiConverterTypeAsset_lower(_ value: Asset) -> RustBuffer {
     |                                                            `- error: cannot find type 'RustBuffer' in scope
2274 |     return FfiConverterTypeAsset.lower(value)
2275 | }
/host/spi-builder-workspace/generated/nobodywho.swift:2302:15: error: type 'FfiConverterTypePendingToolCall' does not conform to protocol 'FfiConverter'
 158 | // analogous to the Rust trait of the same name.
 159 | fileprivate protocol FfiConverter {
 160 |     associatedtype FfiType
     |                    `- note: protocol requires nested type 'FfiType'
 161 |     associatedtype SwiftType
     |                    `- note: protocol requires nested type 'SwiftType'
 162 |
 163 |     static func lift(_ value: FfiType) throws -> SwiftType
     :
2300 | @_documentation(visibility: private)
2301 | #endif
2302 | public struct FfiConverterTypePendingToolCall: FfiConverterRustBuffer {
     |               |- error: type 'FfiConverterTypePendingToolCall' does not conform to protocol 'FfiConverter'
     |               `- note: add stubs for conformance
2303 |     public static func read(from buf: inout (data: Data, offset: Data.Index)) throws -> PendingToolCall {
2304 |         return
/host/spi-builder-workspace/generated/nobodywho.swift:2321:57: error: cannot find type 'RustBuffer' in scope
2319 | @_documentation(visibility: private)
2320 | #endif
2321 | public func FfiConverterTypePendingToolCall_lift(_ buf: RustBuffer) throws -> PendingToolCall {
     |                                                         `- error: cannot find type 'RustBuffer' in scope
2322 |     return try FfiConverterTypePendingToolCall.lift(buf)
2323 | }
/host/spi-builder-workspace/generated/nobodywho.swift:2328:80: error: cannot find type 'RustBuffer' in scope
2326 | @_documentation(visibility: private)
2327 | #endif
2328 | public func FfiConverterTypePendingToolCall_lower(_ value: PendingToolCall) -> RustBuffer {
     |                                                                                `- error: cannot find type 'RustBuffer' in scope
2329 |     return FfiConverterTypePendingToolCall.lower(value)
2330 | }
/host/spi-builder-workspace/generated/nobodywho.swift:2354:15: error: type 'FfiConverterTypeToolCall' does not conform to protocol 'FfiConverter'
 158 | // analogous to the Rust trait of the same name.
 159 | fileprivate protocol FfiConverter {
 160 |     associatedtype FfiType
     |                    `- note: protocol requires nested type 'FfiType'
 161 |     associatedtype SwiftType
     |                    `- note: protocol requires nested type 'SwiftType'
 162 |
 163 |     static func lift(_ value: FfiType) throws -> SwiftType
     :
2352 | @_documentation(visibility: private)
2353 | #endif
2354 | public struct FfiConverterTypeToolCall: FfiConverterRustBuffer {
     |               |- error: type 'FfiConverterTypeToolCall' does not conform to protocol 'FfiConverter'
     |               `- note: add stubs for conformance
2355 |     public static func read(from buf: inout (data: Data, offset: Data.Index)) throws -> ToolCall {
2356 |         return
/host/spi-builder-workspace/generated/nobodywho.swift:2373:50: error: cannot find type 'RustBuffer' in scope
2371 | @_documentation(visibility: private)
2372 | #endif
2373 | public func FfiConverterTypeToolCall_lift(_ buf: RustBuffer) throws -> ToolCall {
     |                                                  `- error: cannot find type 'RustBuffer' in scope
2374 |     return try FfiConverterTypeToolCall.lift(buf)
2375 | }
/host/spi-builder-workspace/generated/nobodywho.swift:2380:66: error: cannot find type 'RustBuffer' in scope
2378 | @_documentation(visibility: private)
2379 | #endif
2380 | public func FfiConverterTypeToolCall_lower(_ value: ToolCall) -> RustBuffer {
     |                                                                  `- error: cannot find type 'RustBuffer' in scope
2381 |     return FfiConverterTypeToolCall.lower(value)
2382 | }
/host/spi-builder-workspace/generated/nobodywho.swift:2412:15: error: type 'FfiConverterTypeToolParameter' does not conform to protocol 'FfiConverter'
 158 | // analogous to the Rust trait of the same name.
 159 | fileprivate protocol FfiConverter {
 160 |     associatedtype FfiType
     |                    `- note: protocol requires nested type 'FfiType'
 161 |     associatedtype SwiftType
     |                    `- note: protocol requires nested type 'SwiftType'
 162 |
 163 |     static func lift(_ value: FfiType) throws -> SwiftType
     :
2410 | @_documentation(visibility: private)
2411 | #endif
2412 | public struct FfiConverterTypeToolParameter: FfiConverterRustBuffer {
     |               |- error: type 'FfiConverterTypeToolParameter' does not conform to protocol 'FfiConverter'
     |               `- note: add stubs for conformance
2413 |     public static func read(from buf: inout (data: Data, offset: Data.Index)) throws -> ToolParameter {
2414 |         return
/host/spi-builder-workspace/generated/nobodywho.swift:2431:55: error: cannot find type 'RustBuffer' in scope
2429 | @_documentation(visibility: private)
2430 | #endif
2431 | public func FfiConverterTypeToolParameter_lift(_ buf: RustBuffer) throws -> ToolParameter {
     |                                                       `- error: cannot find type 'RustBuffer' in scope
2432 |     return try FfiConverterTypeToolParameter.lift(buf)
2433 | }
/host/spi-builder-workspace/generated/nobodywho.swift:2438:76: error: cannot find type 'RustBuffer' in scope
2436 | @_documentation(visibility: private)
2437 | #endif
2438 | public func FfiConverterTypeToolParameter_lower(_ value: ToolParameter) -> RustBuffer {
     |                                                                            `- error: cannot find type 'RustBuffer' in scope
2439 |     return FfiConverterTypeToolParameter.lower(value)
2440 | }
/host/spi-builder-workspace/generated/nobodywho.swift:2467:15: error: type 'FfiConverterTypeMessage' does not conform to protocol 'FfiConverter'
 158 | // analogous to the Rust trait of the same name.
 159 | fileprivate protocol FfiConverter {
 160 |     associatedtype FfiType
     |                    `- note: protocol requires nested type 'FfiType'
 161 |     associatedtype SwiftType
 162 |
     :
2465 | @_documentation(visibility: private)
2466 | #endif
2467 | public struct FfiConverterTypeMessage: FfiConverterRustBuffer {
     |               |- error: type 'FfiConverterTypeMessage' does not conform to protocol 'FfiConverter'
     |               `- note: add stubs for conformance
2468 |     typealias SwiftType = Message
2469 |
/host/spi-builder-workspace/generated/nobodywho.swift:2524:49: error: cannot find type 'RustBuffer' in scope
2522 | @_documentation(visibility: private)
2523 | #endif
2524 | public func FfiConverterTypeMessage_lift(_ buf: RustBuffer) throws -> Message {
     |                                                 `- error: cannot find type 'RustBuffer' in scope
2525 |     return try FfiConverterTypeMessage.lift(buf)
2526 | }
/host/spi-builder-workspace/generated/nobodywho.swift:2531:64: error: cannot find type 'RustBuffer' in scope
2529 | @_documentation(visibility: private)
2530 | #endif
2531 | public func FfiConverterTypeMessage_lower(_ value: Message) -> RustBuffer {
     |                                                                `- error: cannot find type 'RustBuffer' in scope
2532 |     return FfiConverterTypeMessage.lower(value)
2533 | }
/host/spi-builder-workspace/generated/nobodywho.swift:2560:15: error: type 'FfiConverterTypeNobodyWhoError' does not conform to protocol 'FfiConverter'
 158 | // analogous to the Rust trait of the same name.
 159 | fileprivate protocol FfiConverter {
 160 |     associatedtype FfiType
     |                    `- note: protocol requires nested type 'FfiType'
 161 |     associatedtype SwiftType
 162 |
     :
2558 | @_documentation(visibility: private)
2559 | #endif
2560 | public struct FfiConverterTypeNobodyWhoError: FfiConverterRustBuffer {
     |               |- error: type 'FfiConverterTypeNobodyWhoError' does not conform to protocol 'FfiConverter'
     |               `- note: add stubs for conformance
2561 |     typealias SwiftType = NobodyWhoError
2562 |
/host/spi-builder-workspace/generated/nobodywho.swift:2597:56: error: cannot find type 'RustBuffer' in scope
2595 | @_documentation(visibility: private)
2596 | #endif
2597 | public func FfiConverterTypeNobodyWhoError_lift(_ buf: RustBuffer) throws -> NobodyWhoError {
     |                                                        `- error: cannot find type 'RustBuffer' in scope
2598 |     return try FfiConverterTypeNobodyWhoError.lift(buf)
2599 | }
/host/spi-builder-workspace/generated/nobodywho.swift:2604:78: error: cannot find type 'RustBuffer' in scope
2602 | @_documentation(visibility: private)
2603 | #endif
2604 | public func FfiConverterTypeNobodyWhoError_lower(_ value: NobodyWhoError) -> RustBuffer {
     |                                                                              `- error: cannot find type 'RustBuffer' in scope
2605 |     return FfiConverterTypeNobodyWhoError.lower(value)
2606 | }
/host/spi-builder-workspace/generated/nobodywho.swift:2634:15: error: type 'FfiConverterTypePromptPart' does not conform to protocol 'FfiConverter'
 158 | // analogous to the Rust trait of the same name.
 159 | fileprivate protocol FfiConverter {
 160 |     associatedtype FfiType
     |                    `- note: protocol requires nested type 'FfiType'
 161 |     associatedtype SwiftType
 162 |
     :
2632 | @_documentation(visibility: private)
2633 | #endif
2634 | public struct FfiConverterTypePromptPart: FfiConverterRustBuffer {
     |               |- error: type 'FfiConverterTypePromptPart' does not conform to protocol 'FfiConverter'
     |               `- note: add stubs for conformance
2635 |     typealias SwiftType = PromptPart
2636 |
/host/spi-builder-workspace/generated/nobodywho.swift:2680:52: error: cannot find type 'RustBuffer' in scope
2678 | @_documentation(visibility: private)
2679 | #endif
2680 | public func FfiConverterTypePromptPart_lift(_ buf: RustBuffer) throws -> PromptPart {
     |                                                    `- error: cannot find type 'RustBuffer' in scope
2681 |     return try FfiConverterTypePromptPart.lift(buf)
2682 | }
/host/spi-builder-workspace/generated/nobodywho.swift:2687:70: error: cannot find type 'RustBuffer' in scope
2685 | @_documentation(visibility: private)
2686 | #endif
2687 | public func FfiConverterTypePromptPart_lower(_ value: PromptPart) -> RustBuffer {
     |                                                                      `- error: cannot find type 'RustBuffer' in scope
2688 |     return FfiConverterTypePromptPart.lower(value)
2689 | }
/host/spi-builder-workspace/generated/nobodywho.swift:2716:25: error: cannot find type 'UniffiVTableCallbackInterfaceRustDownloadProgressCallback' in scope
2714 |     // This creates 1-element array, since this seems to be the only way to construct a const
2715 |     // pointer that we can pass to the Rust code.
2716 |     static let vtable: [UniffiVTableCallbackInterfaceRustDownloadProgressCallback] = [UniffiVTableCallbackInterfaceRustDownloadProgressCallback(
     |                         `- error: cannot find type 'UniffiVTableCallbackInterfaceRustDownloadProgressCallback' in scope
2717 |         uniffiFree: { (uniffiHandle: UInt64) -> () in
2718 |             do {
/host/spi-builder-workspace/generated/nobodywho.swift:2848:25: error: cannot find type 'UniffiVTableCallbackInterfaceRustToolCallback' in scope
2846 |     // This creates 1-element array, since this seems to be the only way to construct a const
2847 |     // pointer that we can pass to the Rust code.
2848 |     static let vtable: [UniffiVTableCallbackInterfaceRustToolCallback] = [UniffiVTableCallbackInterfaceRustToolCallback(
     |                         `- error: cannot find type 'UniffiVTableCallbackInterfaceRustToolCallback' in scope
2849 |         uniffiFree: { (uniffiHandle: UInt64) -> () in
2850 |             do {
/host/spi-builder-workspace/generated/nobodywho.swift:2957:20: error: type 'FfiConverterOptionUInt32' does not conform to protocol 'FfiConverter'
 158 | // analogous to the Rust trait of the same name.
 159 | fileprivate protocol FfiConverter {
 160 |     associatedtype FfiType
     |                    `- note: protocol requires nested type 'FfiType'
 161 |     associatedtype SwiftType
 162 |
     :
2955 | @_documentation(visibility: private)
2956 | #endif
2957 | fileprivate struct FfiConverterOptionUInt32: FfiConverterRustBuffer {
     |                    |- error: type 'FfiConverterOptionUInt32' does not conform to protocol 'FfiConverter'
     |                    `- note: add stubs for conformance
2958 |     typealias SwiftType = UInt32?
2959 |
/host/spi-builder-workspace/generated/nobodywho.swift:2981:20: error: type 'FfiConverterOptionString' does not conform to protocol 'FfiConverter'
 158 | // analogous to the Rust trait of the same name.
 159 | fileprivate protocol FfiConverter {
 160 |     associatedtype FfiType
     |                    `- note: protocol requires nested type 'FfiType'
 161 |     associatedtype SwiftType
 162 |
     :
2979 | @_documentation(visibility: private)
2980 | #endif
2981 | fileprivate struct FfiConverterOptionString: FfiConverterRustBuffer {
     |                    |- error: type 'FfiConverterOptionString' does not conform to protocol 'FfiConverter'
     |                    `- note: add stubs for conformance
2982 |     typealias SwiftType = String?
2983 |
/host/spi-builder-workspace/generated/nobodywho.swift:3005:20: error: type 'FfiConverterOptionTypeSamplerConfig' does not conform to protocol 'FfiConverter'
 158 | // analogous to the Rust trait of the same name.
 159 | fileprivate protocol FfiConverter {
 160 |     associatedtype FfiType
     |                    `- note: protocol requires nested type 'FfiType'
 161 |     associatedtype SwiftType
 162 |
     :
3003 | @_documentation(visibility: private)
3004 | #endif
3005 | fileprivate struct FfiConverterOptionTypeSamplerConfig: FfiConverterRustBuffer {
     |                    |- error: type 'FfiConverterOptionTypeSamplerConfig' does not conform to protocol 'FfiConverter'
     |                    `- note: add stubs for conformance
3006 |     typealias SwiftType = SamplerConfig?
3007 |
/host/spi-builder-workspace/generated/nobodywho.swift:3029:20: error: type 'FfiConverterOptionTypePendingToolCall' does not conform to protocol 'FfiConverter'
 158 | // analogous to the Rust trait of the same name.
 159 | fileprivate protocol FfiConverter {
 160 |     associatedtype FfiType
     |                    `- note: protocol requires nested type 'FfiType'
 161 |     associatedtype SwiftType
 162 |
     :
3027 | @_documentation(visibility: private)
3028 | #endif
3029 | fileprivate struct FfiConverterOptionTypePendingToolCall: FfiConverterRustBuffer {
     |                    |- error: type 'FfiConverterOptionTypePendingToolCall' does not conform to protocol 'FfiConverter'
     |                    `- note: add stubs for conformance
3030 |     typealias SwiftType = PendingToolCall?
3031 |
/host/spi-builder-workspace/generated/nobodywho.swift:3053:20: error: type 'FfiConverterOptionCallbackInterfaceRustDownloadProgressCallback' does not conform to protocol 'FfiConverter'
 158 | // analogous to the Rust trait of the same name.
 159 | fileprivate protocol FfiConverter {
 160 |     associatedtype FfiType
     |                    `- note: protocol requires nested type 'FfiType'
 161 |     associatedtype SwiftType
 162 |
     :
3051 | @_documentation(visibility: private)
3052 | #endif
3053 | fileprivate struct FfiConverterOptionCallbackInterfaceRustDownloadProgressCallback: FfiConverterRustBuffer {
     |                    |- error: type 'FfiConverterOptionCallbackInterfaceRustDownloadProgressCallback' does not conform to protocol 'FfiConverter'
     |                    `- note: add stubs for conformance
3054 |     typealias SwiftType = RustDownloadProgressCallback?
3055 |
/host/spi-builder-workspace/generated/nobodywho.swift:3077:20: error: type 'FfiConverterOptionSequenceTypeRustTool' does not conform to protocol 'FfiConverter'
 158 | // analogous to the Rust trait of the same name.
 159 | fileprivate protocol FfiConverter {
 160 |     associatedtype FfiType
     |                    `- note: protocol requires nested type 'FfiType'
 161 |     associatedtype SwiftType
 162 |
     :
3075 | @_documentation(visibility: private)
3076 | #endif
3077 | fileprivate struct FfiConverterOptionSequenceTypeRustTool: FfiConverterRustBuffer {
     |                    |- error: type 'FfiConverterOptionSequenceTypeRustTool' does not conform to protocol 'FfiConverter'
     |                    `- note: add stubs for conformance
3078 |     typealias SwiftType = [RustTool]?
3079 |
/host/spi-builder-workspace/generated/nobodywho.swift:3101:20: error: type 'FfiConverterOptionSequenceTypeToolCall' does not conform to protocol 'FfiConverter'
 158 | // analogous to the Rust trait of the same name.
 159 | fileprivate protocol FfiConverter {
 160 |     associatedtype FfiType
     |                    `- note: protocol requires nested type 'FfiType'
 161 |     associatedtype SwiftType
 162 |
     :
3099 | @_documentation(visibility: private)
3100 | #endif
3101 | fileprivate struct FfiConverterOptionSequenceTypeToolCall: FfiConverterRustBuffer {
     |                    |- error: type 'FfiConverterOptionSequenceTypeToolCall' does not conform to protocol 'FfiConverter'
     |                    `- note: add stubs for conformance
3102 |     typealias SwiftType = [ToolCall]?
3103 |
/host/spi-builder-workspace/generated/nobodywho.swift:3125:20: error: type 'FfiConverterOptionDictionaryStringBool' does not conform to protocol 'FfiConverter'
 158 | // analogous to the Rust trait of the same name.
 159 | fileprivate protocol FfiConverter {
 160 |     associatedtype FfiType
     |                    `- note: protocol requires nested type 'FfiType'
 161 |     associatedtype SwiftType
 162 |
     :
3123 | @_documentation(visibility: private)
3124 | #endif
3125 | fileprivate struct FfiConverterOptionDictionaryStringBool: FfiConverterRustBuffer {
     |                    |- error: type 'FfiConverterOptionDictionaryStringBool' does not conform to protocol 'FfiConverter'
     |                    `- note: add stubs for conformance
3126 |     typealias SwiftType = [String: Bool]?
3127 |
/host/spi-builder-workspace/generated/nobodywho.swift:3149:20: error: type 'FfiConverterSequenceFloat' does not conform to protocol 'FfiConverter'
 158 | // analogous to the Rust trait of the same name.
 159 | fileprivate protocol FfiConverter {
 160 |     associatedtype FfiType
     |                    `- note: protocol requires nested type 'FfiType'
 161 |     associatedtype SwiftType
 162 |
     :
3147 | @_documentation(visibility: private)
3148 | #endif
3149 | fileprivate struct FfiConverterSequenceFloat: FfiConverterRustBuffer {
     |                    |- error: type 'FfiConverterSequenceFloat' does not conform to protocol 'FfiConverter'
     |                    `- note: add stubs for conformance
3150 |     typealias SwiftType = [Float]
3151 |
/host/spi-builder-workspace/generated/nobodywho.swift:3174:20: error: type 'FfiConverterSequenceString' does not conform to protocol 'FfiConverter'
 158 | // analogous to the Rust trait of the same name.
 159 | fileprivate protocol FfiConverter {
 160 |     associatedtype FfiType
     |                    `- note: protocol requires nested type 'FfiType'
 161 |     associatedtype SwiftType
 162 |
     :
3172 | @_documentation(visibility: private)
3173 | #endif
3174 | fileprivate struct FfiConverterSequenceString: FfiConverterRustBuffer {
     |                    |- error: type 'FfiConverterSequenceString' does not conform to protocol 'FfiConverter'
     |                    `- note: add stubs for conformance
3175 |     typealias SwiftType = [String]
3176 |
/host/spi-builder-workspace/generated/nobodywho.swift:3199:20: error: type 'FfiConverterSequenceTypeRustTool' does not conform to protocol 'FfiConverter'
 158 | // analogous to the Rust trait of the same name.
 159 | fileprivate protocol FfiConverter {
 160 |     associatedtype FfiType
     |                    `- note: protocol requires nested type 'FfiType'
 161 |     associatedtype SwiftType
 162 |
     :
3197 | @_documentation(visibility: private)
3198 | #endif
3199 | fileprivate struct FfiConverterSequenceTypeRustTool: FfiConverterRustBuffer {
     |                    |- error: type 'FfiConverterSequenceTypeRustTool' does not conform to protocol 'FfiConverter'
     |                    `- note: add stubs for conformance
3200 |     typealias SwiftType = [RustTool]
3201 |
/host/spi-builder-workspace/generated/nobodywho.swift:3224:20: error: type 'FfiConverterSequenceTypeAsset' does not conform to protocol 'FfiConverter'
 158 | // analogous to the Rust trait of the same name.
 159 | fileprivate protocol FfiConverter {
 160 |     associatedtype FfiType
     |                    `- note: protocol requires nested type 'FfiType'
 161 |     associatedtype SwiftType
 162 |
     :
3222 | @_documentation(visibility: private)
3223 | #endif
3224 | fileprivate struct FfiConverterSequenceTypeAsset: FfiConverterRustBuffer {
     |                    |- error: type 'FfiConverterSequenceTypeAsset' does not conform to protocol 'FfiConverter'
     |                    `- note: add stubs for conformance
3225 |     typealias SwiftType = [Asset]
3226 |
/host/spi-builder-workspace/generated/nobodywho.swift:3249:20: error: type 'FfiConverterSequenceTypeToolCall' does not conform to protocol 'FfiConverter'
 158 | // analogous to the Rust trait of the same name.
 159 | fileprivate protocol FfiConverter {
 160 |     associatedtype FfiType
     |                    `- note: protocol requires nested type 'FfiType'
 161 |     associatedtype SwiftType
 162 |
     :
3247 | @_documentation(visibility: private)
3248 | #endif
3249 | fileprivate struct FfiConverterSequenceTypeToolCall: FfiConverterRustBuffer {
     |                    |- error: type 'FfiConverterSequenceTypeToolCall' does not conform to protocol 'FfiConverter'
     |                    `- note: add stubs for conformance
3250 |     typealias SwiftType = [ToolCall]
3251 |
/host/spi-builder-workspace/generated/nobodywho.swift:3274:20: error: type 'FfiConverterSequenceTypeToolParameter' does not conform to protocol 'FfiConverter'
 158 | // analogous to the Rust trait of the same name.
 159 | fileprivate protocol FfiConverter {
 160 |     associatedtype FfiType
     |                    `- note: protocol requires nested type 'FfiType'
 161 |     associatedtype SwiftType
 162 |
     :
3272 | @_documentation(visibility: private)
3273 | #endif
3274 | fileprivate struct FfiConverterSequenceTypeToolParameter: FfiConverterRustBuffer {
     |                    |- error: type 'FfiConverterSequenceTypeToolParameter' does not conform to protocol 'FfiConverter'
     |                    `- note: add stubs for conformance
3275 |     typealias SwiftType = [ToolParameter]
3276 |
/host/spi-builder-workspace/generated/nobodywho.swift:3299:20: error: type 'FfiConverterSequenceTypeMessage' does not conform to protocol 'FfiConverter'
 158 | // analogous to the Rust trait of the same name.
 159 | fileprivate protocol FfiConverter {
 160 |     associatedtype FfiType
     |                    `- note: protocol requires nested type 'FfiType'
 161 |     associatedtype SwiftType
 162 |
     :
3297 | @_documentation(visibility: private)
3298 | #endif
3299 | fileprivate struct FfiConverterSequenceTypeMessage: FfiConverterRustBuffer {
     |                    |- error: type 'FfiConverterSequenceTypeMessage' does not conform to protocol 'FfiConverter'
     |                    `- note: add stubs for conformance
3300 |     typealias SwiftType = [Message]
3301 |
/host/spi-builder-workspace/generated/nobodywho.swift:3324:20: error: type 'FfiConverterSequenceTypePromptPart' does not conform to protocol 'FfiConverter'
 158 | // analogous to the Rust trait of the same name.
 159 | fileprivate protocol FfiConverter {
 160 |     associatedtype FfiType
     |                    `- note: protocol requires nested type 'FfiType'
 161 |     associatedtype SwiftType
 162 |
     :
3322 | @_documentation(visibility: private)
3323 | #endif
3324 | fileprivate struct FfiConverterSequenceTypePromptPart: FfiConverterRustBuffer {
     |                    |- error: type 'FfiConverterSequenceTypePromptPart' does not conform to protocol 'FfiConverter'
     |                    `- note: add stubs for conformance
3325 |     typealias SwiftType = [PromptPart]
3326 |
/host/spi-builder-workspace/generated/nobodywho.swift:3349:20: error: type 'FfiConverterDictionaryStringBool' does not conform to protocol 'FfiConverter'
 158 | // analogous to the Rust trait of the same name.
 159 | fileprivate protocol FfiConverter {
 160 |     associatedtype FfiType
     |                    `- note: protocol requires nested type 'FfiType'
 161 |     associatedtype SwiftType
     |                    `- note: protocol requires nested type 'SwiftType'
 162 |
 163 |     static func lift(_ value: FfiType) throws -> SwiftType
     :
3347 | @_documentation(visibility: private)
3348 | #endif
3349 | fileprivate struct FfiConverterDictionaryStringBool: FfiConverterRustBuffer {
     |                    |- error: type 'FfiConverterDictionaryStringBool' does not conform to protocol 'FfiConverter'
     |                    `- note: add stubs for conformance
3350 |     public static func write(_ value: [String: Bool], into buf: inout [UInt8]) {
3351 |         let len = Int32(value.count)
/host/spi-builder-workspace/generated/nobodywho.swift:3378:34: error: cannot find type 'UniffiRustFutureContinuationCallback' in scope
3376 | fileprivate func uniffiRustCallAsync<F, T>(
3377 |     rustFutureFunc: () -> UInt64,
3378 |     pollFunc: (UInt64, @escaping UniffiRustFutureContinuationCallback, UInt64) -> (),
     |                                  `- error: cannot find type 'UniffiRustFutureContinuationCallback' in scope
3379 |     completeFunc: (UInt64, UnsafeMutablePointer<RustCallStatus>) -> F,
3380 |     freeFunc: (UInt64) -> (),
/host/spi-builder-workspace/generated/nobodywho.swift:3378:24: error: @escaping attribute only applies to function types
3376 | fileprivate func uniffiRustCallAsync<F, T>(
3377 |     rustFutureFunc: () -> UInt64,
3378 |     pollFunc: (UInt64, @escaping UniffiRustFutureContinuationCallback, UInt64) -> (),
     |                        `- error: @escaping attribute only applies to function types
3379 |     completeFunc: (UInt64, UnsafeMutablePointer<RustCallStatus>) -> F,
3380 |     freeFunc: (UInt64) -> (),
/host/spi-builder-workspace/generated/nobodywho.swift:3379:49: error: cannot find type 'RustCallStatus' in scope
3377 |     rustFutureFunc: () -> UInt64,
3378 |     pollFunc: (UInt64, @escaping UniffiRustFutureContinuationCallback, UInt64) -> (),
3379 |     completeFunc: (UInt64, UnsafeMutablePointer<RustCallStatus>) -> F,
     |                                                 `- error: cannot find type 'RustCallStatus' in scope
3380 |     freeFunc: (UInt64) -> (),
3381 |     liftFunc: (F) throws -> T,
/host/spi-builder-workspace/generated/nobodywho.swift:3382:21: error: cannot find type 'RustBuffer' in scope
3380 |     freeFunc: (UInt64) -> (),
3381 |     liftFunc: (F) throws -> T,
3382 |     errorHandler: ((RustBuffer) throws -> Swift.Error)?
     |                     `- error: cannot find type 'RustBuffer' in scope
3383 | ) async throws -> T {
3384 |     // Make sure to call the ensure init function since future creation doesn't have a
/host/spi-builder-workspace/generated/nobodywho.swift:3569:40: error: cannot find 'ffi_nobodywho_uniffi_uniffi_contract_version' in scope
3567 |     let bindings_contract_version = 30
3568 |     // Get the scaffolding contract version by calling the into the dylib
3569 |     let scaffolding_contract_version = ffi_nobodywho_uniffi_uniffi_contract_version()
     |                                        `- error: cannot find 'ffi_nobodywho_uniffi_uniffi_contract_version' in scope
3570 |     if bindings_contract_version != scaffolding_contract_version {
3571 |         return InitializationResult.contractVersionMismatch
/host/spi-builder-workspace/generated/nobodywho.swift:3573:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_cosine_similarity' in scope
3571 |         return InitializationResult.contractVersionMismatch
3572 |     }
3573 |     if (uniffi_nobodywho_uniffi_checksum_func_cosine_similarity() != 63439) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_cosine_similarity' in scope
3574 |         return InitializationResult.apiChecksumMismatch
3575 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3576:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_load_model' in scope
3574 |         return InitializationResult.apiChecksumMismatch
3575 |     }
3576 |     if (uniffi_nobodywho_uniffi_checksum_func_load_model() != 33587) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_load_model' in scope
3577 |         return InitializationResult.apiChecksumMismatch
3578 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3579:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_sampler_preset_constrain_with_grammar' in scope
3577 |         return InitializationResult.apiChecksumMismatch
3578 |     }
3579 |     if (uniffi_nobodywho_uniffi_checksum_func_sampler_preset_constrain_with_grammar() != 13698) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_sampler_preset_constrain_with_grammar' in scope
3580 |         return InitializationResult.apiChecksumMismatch
3581 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3582:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_sampler_preset_constrain_with_json_schema' in scope
3580 |         return InitializationResult.apiChecksumMismatch
3581 |     }
3582 |     if (uniffi_nobodywho_uniffi_checksum_func_sampler_preset_constrain_with_json_schema() != 4691) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_sampler_preset_constrain_with_json_schema' in scope
3583 |         return InitializationResult.apiChecksumMismatch
3584 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3585:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_sampler_preset_constrain_with_regex' in scope
3583 |         return InitializationResult.apiChecksumMismatch
3584 |     }
3585 |     if (uniffi_nobodywho_uniffi_checksum_func_sampler_preset_constrain_with_regex() != 25543) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_sampler_preset_constrain_with_regex' in scope
3586 |         return InitializationResult.apiChecksumMismatch
3587 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3588:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_sampler_preset_default' in scope
3586 |         return InitializationResult.apiChecksumMismatch
3587 |     }
3588 |     if (uniffi_nobodywho_uniffi_checksum_func_sampler_preset_default() != 10834) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_sampler_preset_default' in scope
3589 |         return InitializationResult.apiChecksumMismatch
3590 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3591:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_sampler_preset_dry' in scope
3589 |         return InitializationResult.apiChecksumMismatch
3590 |     }
3591 |     if (uniffi_nobodywho_uniffi_checksum_func_sampler_preset_dry() != 55378) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_sampler_preset_dry' in scope
3592 |         return InitializationResult.apiChecksumMismatch
3593 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3594:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_sampler_preset_grammar' in scope
3592 |         return InitializationResult.apiChecksumMismatch
3593 |     }
3594 |     if (uniffi_nobodywho_uniffi_checksum_func_sampler_preset_grammar() != 29288) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_sampler_preset_grammar' in scope
3595 |         return InitializationResult.apiChecksumMismatch
3596 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3597:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_sampler_preset_greedy' in scope
3595 |         return InitializationResult.apiChecksumMismatch
3596 |     }
3597 |     if (uniffi_nobodywho_uniffi_checksum_func_sampler_preset_greedy() != 13219) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_sampler_preset_greedy' in scope
3598 |         return InitializationResult.apiChecksumMismatch
3599 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3600:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_sampler_preset_json' in scope
3598 |         return InitializationResult.apiChecksumMismatch
3599 |     }
3600 |     if (uniffi_nobodywho_uniffi_checksum_func_sampler_preset_json() != 8103) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_sampler_preset_json' in scope
3601 |         return InitializationResult.apiChecksumMismatch
3602 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3603:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_sampler_preset_temperature' in scope
3601 |         return InitializationResult.apiChecksumMismatch
3602 |     }
3603 |     if (uniffi_nobodywho_uniffi_checksum_func_sampler_preset_temperature() != 64803) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_sampler_preset_temperature' in scope
3604 |         return InitializationResult.apiChecksumMismatch
3605 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3606:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_sampler_preset_top_k' in scope
3604 |         return InitializationResult.apiChecksumMismatch
3605 |     }
3606 |     if (uniffi_nobodywho_uniffi_checksum_func_sampler_preset_top_k() != 44137) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_sampler_preset_top_k' in scope
3607 |         return InitializationResult.apiChecksumMismatch
3608 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3609:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_sampler_preset_top_p' in scope
3607 |         return InitializationResult.apiChecksumMismatch
3608 |     }
3609 |     if (uniffi_nobodywho_uniffi_checksum_func_sampler_preset_top_p() != 54893) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_func_sampler_preset_top_p' in scope
3610 |         return InitializationResult.apiChecksumMismatch
3611 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3612:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_ask' in scope
3610 |         return InitializationResult.apiChecksumMismatch
3611 |     }
3612 |     if (uniffi_nobodywho_uniffi_checksum_method_rustchat_ask() != 53575) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_ask' in scope
3613 |         return InitializationResult.apiChecksumMismatch
3614 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3615:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_ask_with_prompt' in scope
3613 |         return InitializationResult.apiChecksumMismatch
3614 |     }
3615 |     if (uniffi_nobodywho_uniffi_checksum_method_rustchat_ask_with_prompt() != 65089) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_ask_with_prompt' in scope
3616 |         return InitializationResult.apiChecksumMismatch
3617 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3618:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_get_chat_history' in scope
3616 |         return InitializationResult.apiChecksumMismatch
3617 |     }
3618 |     if (uniffi_nobodywho_uniffi_checksum_method_rustchat_get_chat_history() != 12722) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_get_chat_history' in scope
3619 |         return InitializationResult.apiChecksumMismatch
3620 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3621:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_get_sampler_config_json' in scope
3619 |         return InitializationResult.apiChecksumMismatch
3620 |     }
3621 |     if (uniffi_nobodywho_uniffi_checksum_method_rustchat_get_sampler_config_json() != 33078) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_get_sampler_config_json' in scope
3622 |         return InitializationResult.apiChecksumMismatch
3623 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3624:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_get_system_prompt' in scope
3622 |         return InitializationResult.apiChecksumMismatch
3623 |     }
3624 |     if (uniffi_nobodywho_uniffi_checksum_method_rustchat_get_system_prompt() != 57727) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_get_system_prompt' in scope
3625 |         return InitializationResult.apiChecksumMismatch
3626 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3627:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_get_template_variables' in scope
3625 |         return InitializationResult.apiChecksumMismatch
3626 |     }
3627 |     if (uniffi_nobodywho_uniffi_checksum_method_rustchat_get_template_variables() != 19616) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_get_template_variables' in scope
3628 |         return InitializationResult.apiChecksumMismatch
3629 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3630:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_reset_context' in scope
3628 |         return InitializationResult.apiChecksumMismatch
3629 |     }
3630 |     if (uniffi_nobodywho_uniffi_checksum_method_rustchat_reset_context() != 47191) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_reset_context' in scope
3631 |         return InitializationResult.apiChecksumMismatch
3632 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3633:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_reset_history' in scope
3631 |         return InitializationResult.apiChecksumMismatch
3632 |     }
3633 |     if (uniffi_nobodywho_uniffi_checksum_method_rustchat_reset_history() != 12058) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_reset_history' in scope
3634 |         return InitializationResult.apiChecksumMismatch
3635 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3636:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_set_chat_history' in scope
3634 |         return InitializationResult.apiChecksumMismatch
3635 |     }
3636 |     if (uniffi_nobodywho_uniffi_checksum_method_rustchat_set_chat_history() != 6058) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_set_chat_history' in scope
3637 |         return InitializationResult.apiChecksumMismatch
3638 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3639:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_set_sampler_config' in scope
3637 |         return InitializationResult.apiChecksumMismatch
3638 |     }
3639 |     if (uniffi_nobodywho_uniffi_checksum_method_rustchat_set_sampler_config() != 28012) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_set_sampler_config' in scope
3640 |         return InitializationResult.apiChecksumMismatch
3641 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3642:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_set_system_prompt' in scope
3640 |         return InitializationResult.apiChecksumMismatch
3641 |     }
3642 |     if (uniffi_nobodywho_uniffi_checksum_method_rustchat_set_system_prompt() != 31690) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_set_system_prompt' in scope
3643 |         return InitializationResult.apiChecksumMismatch
3644 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3645:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_set_template_variable' in scope
3643 |         return InitializationResult.apiChecksumMismatch
3644 |     }
3645 |     if (uniffi_nobodywho_uniffi_checksum_method_rustchat_set_template_variable() != 64000) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_set_template_variable' in scope
3646 |         return InitializationResult.apiChecksumMismatch
3647 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3648:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_set_tools' in scope
3646 |         return InitializationResult.apiChecksumMismatch
3647 |     }
3648 |     if (uniffi_nobodywho_uniffi_checksum_method_rustchat_set_tools() != 55680) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_set_tools' in scope
3649 |         return InitializationResult.apiChecksumMismatch
3650 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3651:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_stop_generation' in scope
3649 |         return InitializationResult.apiChecksumMismatch
3650 |     }
3651 |     if (uniffi_nobodywho_uniffi_checksum_method_rustchat_stop_generation() != 24711) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustchat_stop_generation' in scope
3652 |         return InitializationResult.apiChecksumMismatch
3653 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3654:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustcrossencoder_rank' in scope
3652 |         return InitializationResult.apiChecksumMismatch
3653 |     }
3654 |     if (uniffi_nobodywho_uniffi_checksum_method_rustcrossencoder_rank() != 55500) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustcrossencoder_rank' in scope
3655 |         return InitializationResult.apiChecksumMismatch
3656 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3657:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustcrossencoder_rank_and_sort_json' in scope
3655 |         return InitializationResult.apiChecksumMismatch
3656 |     }
3657 |     if (uniffi_nobodywho_uniffi_checksum_method_rustcrossencoder_rank_and_sort_json() != 24587) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustcrossencoder_rank_and_sort_json' in scope
3658 |         return InitializationResult.apiChecksumMismatch
3659 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3660:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustencoder_encode' in scope
3658 |         return InitializationResult.apiChecksumMismatch
3659 |     }
3660 |     if (uniffi_nobodywho_uniffi_checksum_method_rustencoder_encode() != 52601) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustencoder_encode' in scope
3661 |         return InitializationResult.apiChecksumMismatch
3662 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3663:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rusttokenstream_completed' in scope
3661 |         return InitializationResult.apiChecksumMismatch
3662 |     }
3663 |     if (uniffi_nobodywho_uniffi_checksum_method_rusttokenstream_completed() != 26060) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rusttokenstream_completed' in scope
3664 |         return InitializationResult.apiChecksumMismatch
3665 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3666:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rusttokenstream_next_token' in scope
3664 |         return InitializationResult.apiChecksumMismatch
3665 |     }
3666 |     if (uniffi_nobodywho_uniffi_checksum_method_rusttokenstream_next_token() != 44770) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rusttokenstream_next_token' in scope
3667 |         return InitializationResult.apiChecksumMismatch
3668 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3669:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rusttool_get_schema_json' in scope
3667 |         return InitializationResult.apiChecksumMismatch
3668 |     }
3669 |     if (uniffi_nobodywho_uniffi_checksum_method_rusttool_get_schema_json() != 4679) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rusttool_get_schema_json' in scope
3670 |         return InitializationResult.apiChecksumMismatch
3671 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3672:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rusttool_next_pending_call' in scope
3670 |         return InitializationResult.apiChecksumMismatch
3671 |     }
3672 |     if (uniffi_nobodywho_uniffi_checksum_method_rusttool_next_pending_call() != 52020) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rusttool_next_pending_call' in scope
3673 |         return InitializationResult.apiChecksumMismatch
3674 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3675:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rusttool_resolve_pending_call' in scope
3673 |         return InitializationResult.apiChecksumMismatch
3674 |     }
3675 |     if (uniffi_nobodywho_uniffi_checksum_method_rusttool_resolve_pending_call() != 10096) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rusttool_resolve_pending_call' in scope
3676 |         return InitializationResult.apiChecksumMismatch
3677 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3678:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_dist' in scope
3676 |         return InitializationResult.apiChecksumMismatch
3677 |     }
3678 |     if (uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_dist() != 23376) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_dist' in scope
3679 |         return InitializationResult.apiChecksumMismatch
3680 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3681:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_dry' in scope
3679 |         return InitializationResult.apiChecksumMismatch
3680 |     }
3681 |     if (uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_dry() != 35315) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_dry' in scope
3682 |         return InitializationResult.apiChecksumMismatch
3683 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3684:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_grammar' in scope
3682 |         return InitializationResult.apiChecksumMismatch
3683 |     }
3684 |     if (uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_grammar() != 3547) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_grammar' in scope
3685 |         return InitializationResult.apiChecksumMismatch
3686 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3687:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_greedy' in scope
3685 |         return InitializationResult.apiChecksumMismatch
3686 |     }
3687 |     if (uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_greedy() != 32898) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_greedy' in scope
3688 |         return InitializationResult.apiChecksumMismatch
3689 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3690:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_min_p' in scope
3688 |         return InitializationResult.apiChecksumMismatch
3689 |     }
3690 |     if (uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_min_p() != 33705) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_min_p' in scope
3691 |         return InitializationResult.apiChecksumMismatch
3692 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3693:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_mirostat_v1' in scope
3691 |         return InitializationResult.apiChecksumMismatch
3692 |     }
3693 |     if (uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_mirostat_v1() != 58563) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_mirostat_v1' in scope
3694 |         return InitializationResult.apiChecksumMismatch
3695 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3696:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_mirostat_v2' in scope
3694 |         return InitializationResult.apiChecksumMismatch
3695 |     }
3696 |     if (uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_mirostat_v2() != 41682) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_mirostat_v2' in scope
3697 |         return InitializationResult.apiChecksumMismatch
3698 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3699:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_penalties' in scope
3697 |         return InitializationResult.apiChecksumMismatch
3698 |     }
3699 |     if (uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_penalties() != 40767) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_penalties' in scope
3700 |         return InitializationResult.apiChecksumMismatch
3701 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3702:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_temperature' in scope
3700 |         return InitializationResult.apiChecksumMismatch
3701 |     }
3702 |     if (uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_temperature() != 8456) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_temperature' in scope
3703 |         return InitializationResult.apiChecksumMismatch
3704 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3705:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_top_k' in scope
3703 |         return InitializationResult.apiChecksumMismatch
3704 |     }
3705 |     if (uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_top_k() != 26600) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_top_k' in scope
3706 |         return InitializationResult.apiChecksumMismatch
3707 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3708:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_top_p' in scope
3706 |         return InitializationResult.apiChecksumMismatch
3707 |     }
3708 |     if (uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_top_p() != 54577) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_top_p' in scope
3709 |         return InitializationResult.apiChecksumMismatch
3710 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3711:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_typical_p' in scope
3709 |         return InitializationResult.apiChecksumMismatch
3710 |     }
3711 |     if (uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_typical_p() != 28727) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_typical_p' in scope
3712 |         return InitializationResult.apiChecksumMismatch
3713 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3714:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_xtc' in scope
3712 |         return InitializationResult.apiChecksumMismatch
3713 |     }
3714 |     if (uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_xtc() != 22853) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerbuilder_xtc' in scope
3715 |         return InitializationResult.apiChecksumMismatch
3716 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3717:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerconfig_to_json' in scope
3715 |         return InitializationResult.apiChecksumMismatch
3716 |     }
3717 |     if (uniffi_nobodywho_uniffi_checksum_method_samplerconfig_to_json() != 51798) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_samplerconfig_to_json' in scope
3718 |         return InitializationResult.apiChecksumMismatch
3719 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3720:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_constructor_rustchat_new' in scope
3718 |         return InitializationResult.apiChecksumMismatch
3719 |     }
3720 |     if (uniffi_nobodywho_uniffi_checksum_constructor_rustchat_new() != 38902) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_constructor_rustchat_new' in scope
3721 |         return InitializationResult.apiChecksumMismatch
3722 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3723:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_constructor_rustcrossencoder_new' in scope
3721 |         return InitializationResult.apiChecksumMismatch
3722 |     }
3723 |     if (uniffi_nobodywho_uniffi_checksum_constructor_rustcrossencoder_new() != 9022) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_constructor_rustcrossencoder_new' in scope
3724 |         return InitializationResult.apiChecksumMismatch
3725 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3726:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_constructor_rustencoder_new' in scope
3724 |         return InitializationResult.apiChecksumMismatch
3725 |     }
3726 |     if (uniffi_nobodywho_uniffi_checksum_constructor_rustencoder_new() != 27902) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_constructor_rustencoder_new' in scope
3727 |         return InitializationResult.apiChecksumMismatch
3728 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3729:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_constructor_rusttool_new' in scope
3727 |         return InitializationResult.apiChecksumMismatch
3728 |     }
3729 |     if (uniffi_nobodywho_uniffi_checksum_constructor_rusttool_new() != 9431) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_constructor_rusttool_new' in scope
3730 |         return InitializationResult.apiChecksumMismatch
3731 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3732:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_constructor_rusttool_new_async' in scope
3730 |         return InitializationResult.apiChecksumMismatch
3731 |     }
3732 |     if (uniffi_nobodywho_uniffi_checksum_constructor_rusttool_new_async() != 54521) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_constructor_rusttool_new_async' in scope
3733 |         return InitializationResult.apiChecksumMismatch
3734 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3735:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_constructor_samplerbuilder_new' in scope
3733 |         return InitializationResult.apiChecksumMismatch
3734 |     }
3735 |     if (uniffi_nobodywho_uniffi_checksum_constructor_samplerbuilder_new() != 50214) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_constructor_samplerbuilder_new' in scope
3736 |         return InitializationResult.apiChecksumMismatch
3737 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3738:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_constructor_samplerconfig_from_json' in scope
3736 |         return InitializationResult.apiChecksumMismatch
3737 |     }
3738 |     if (uniffi_nobodywho_uniffi_checksum_constructor_samplerconfig_from_json() != 6867) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_constructor_samplerconfig_from_json' in scope
3739 |         return InitializationResult.apiChecksumMismatch
3740 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3741:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustdownloadprogresscallback_on_download_progress' in scope
3739 |         return InitializationResult.apiChecksumMismatch
3740 |     }
3741 |     if (uniffi_nobodywho_uniffi_checksum_method_rustdownloadprogresscallback_on_download_progress() != 28617) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rustdownloadprogresscallback_on_download_progress' in scope
3742 |         return InitializationResult.apiChecksumMismatch
3743 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:3744:9: error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rusttoolcallback_call' in scope
3742 |         return InitializationResult.apiChecksumMismatch
3743 |     }
3744 |     if (uniffi_nobodywho_uniffi_checksum_method_rusttoolcallback_call() != 43958) {
     |         `- error: cannot find 'uniffi_nobodywho_uniffi_checksum_method_rusttoolcallback_call' in scope
3745 |         return InitializationResult.apiChecksumMismatch
3746 |     }
/host/spi-builder-workspace/generated/nobodywho.swift:197:41: error: no exact matches in call to initializer
 195 | #endif
 196 |     public static func lift(_ buf: RustBuffer) throws -> SwiftType {
 197 |         var reader = createReader(data: Data(rustBuffer: buf))
     |                                         `- error: no exact matches in call to initializer
 198 |         let value = try read(from: &reader)
 199 |         if hasRemaining(reader) {
FoundationEssentials.Data.init:2:19: note: incorrect labels for candidate (have: '(rustBuffer:)', expected: '(_:)')
1 | struct Data {
2 | @inlinable public init<S>(_ elements: S) where S : Sequence, S.Element == UInt8}
  |                   `- note: incorrect labels for candidate (have: '(rustBuffer:)', expected: '(_:)')
3 |
Swift.RangeReplaceableCollection.init:2:19: note: incorrect labels for candidate (have: '(rustBuffer:)', expected: '(_:)')
1 | protocol RangeReplaceableCollection {
2 | @inlinable public init<S>(_ elements: S) where S : Sequence, Self.Element == S.Element}
  |                   `- note: incorrect labels for candidate (have: '(rustBuffer:)', expected: '(_:)')
3 |
/host/spi-builder-workspace/generated/nobodywho.swift:270:23: error: cannot find type 'RustBuffer' in scope
 268 |
 269 | private func rustCall<T>(_ callback: (UnsafeMutablePointer<RustCallStatus>) -> T) throws -> T {
 270 |     let neverThrow: ((RustBuffer) throws -> Never)? = nil
     |                       `- error: cannot find type 'RustBuffer' in scope
 271 |     return try makeRustCall(callback, errorHandler: neverThrow)
 272 | }
/host/spi-builder-workspace/generated/nobodywho.swift:285:22: error: cannot find 'RustCallStatus' in scope
 283 | ) throws -> T {
 284 |     uniffiEnsureNobodywhoUniffiInitialized()
 285 |     var callStatus = RustCallStatus.init()
     |                      `- error: cannot find 'RustCallStatus' in scope
 286 |     let returnedVal = callback(&callStatus)
 287 |     try uniffiCheckCallStatus(callStatus: callStatus, errorHandler: errorHandler)
/host/spi-builder-workspace/generated/nobodywho.swift:670:32: error: cannot find 'uniffi_nobodywho_uniffi_fn_clone_rustchat' in scope
 668 | #endif
 669 |     public func uniffiCloneHandle() -> UInt64 {
 670 |         return try! rustCall { uniffi_nobodywho_uniffi_fn_clone_rustchat(self.handle, $0) }
     |                                `- error: cannot find 'uniffi_nobodywho_uniffi_fn_clone_rustchat' in scope
 671 |     }
 672 |     /**
/host/spi-builder-workspace/generated/nobodywho.swift:678:5: error: cannot find 'uniffi_nobodywho_uniffi_fn_constructor_rustchat_new' in scope
 676 |     let handle =
 677 |         try! rustCall() {
 678 |     uniffi_nobodywho_uniffi_fn_constructor_rustchat_new(
     |     `- error: cannot find 'uniffi_nobodywho_uniffi_fn_constructor_rustchat_new' in scope
 679 |         FfiConverterTypeRustModel_lower(model),
 680 |         FfiConverterOptionString.lower(systemPrompt),
/host/spi-builder-workspace/generated/nobodywho.swift:691:25: error: cannot find 'uniffi_nobodywho_uniffi_fn_free_rustchat' in scope
 689 |
 690 |     deinit {
 691 |         try! rustCall { uniffi_nobodywho_uniffi_fn_free_rustchat(handle, $0) }
     |                         `- error: cannot find 'uniffi_nobodywho_uniffi_fn_free_rustchat' in scope
 692 |     }
 693 |
/host/spi-builder-workspace/generated/nobodywho.swift:702:5: error: cannot find 'uniffi_nobodywho_uniffi_fn_method_rustchat_ask' in scope
 700 | open func ask(message: String) -> RustTokenStream  {
 701 |     return try!  FfiConverterTypeRustTokenStream_lift(try! rustCall() {
 702 |     uniffi_nobodywho_uniffi_fn_method_rustchat_ask(
     |     `- error: cannot find 'uniffi_nobodywho_uniffi_fn_method_rustchat_ask' in scope
 703 |             self.uniffiCloneHandle(),
 704 |         FfiConverterString.lower(message),$0
/host/spi-builder-workspace/generated/nobodywho.swift:717:5: error: cannot find 'uniffi_nobodywho_uniffi_fn_method_rustchat_ask_with_prompt' in scope
 715 | open func askWithPrompt(parts: [PromptPart]) -> RustTokenStream  {
 716 |     return try!  FfiConverterTypeRustTokenStream_lift(try! rustCall() {
 717 |     uniffi_nobodywho_uniffi_fn_method_rustchat_ask_with_prompt(
     |     `- error: cannot find 'uniffi_nobodywho_uniffi_fn_method_rustchat_ask_with_prompt' in scope
 718 |             self.uniffiCloneHandle(),
 719 |         FfiConverterSequenceTypePromptPart.lower(parts),$0
/host/spi-builder-workspace/generated/nobodywho.swift:731:17: error: cannot find 'uniffi_nobodywho_uniffi_fn_method_rustchat_get_chat_history' in scope
 729 |         try  await uniffiRustCallAsync(
 730 |             rustFutureFunc: {
 731 |                 uniffi_nobodywho_uniffi_fn_method_rustchat_get_chat_history(
     |                 `- error: cannot find 'uniffi_nobodywho_uniffi_fn_method_rustchat_get_chat_history' in scope
 732 |                     self.uniffiCloneHandle()
 733 |
/host/spi-builder-workspace/generated/nobodywho.swift:736:23: error: cannot find 'ffi_nobodywho_uniffi_rust_future_poll_rust_buffer' in scope
 734 |                 )
 735 |             },
 736 |             pollFunc: ffi_nobodywho_uniffi_rust_future_poll_rust_buffer,
     |                       `- error: cannot find 'ffi_nobodywho_uniffi_rust_future_poll_rust_buffer' in scope
 737 |             completeFunc: ffi_nobodywho_uniffi_rust_future_complete_rust_buffer,
 738 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_rust_buffer,
/host/spi-builder-workspace/generated/nobodywho.swift:737:27: error: cannot find 'ffi_nobodywho_uniffi_rust_future_complete_rust_buffer' in scope
 735 |             },
 736 |             pollFunc: ffi_nobodywho_uniffi_rust_future_poll_rust_buffer,
 737 |             completeFunc: ffi_nobodywho_uniffi_rust_future_complete_rust_buffer,
     |                           `- error: cannot find 'ffi_nobodywho_uniffi_rust_future_complete_rust_buffer' in scope
 738 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_rust_buffer,
 739 |             liftFunc: FfiConverterSequenceTypeMessage.lift,
/host/spi-builder-workspace/generated/nobodywho.swift:738:23: error: cannot find 'ffi_nobodywho_uniffi_rust_future_free_rust_buffer' in scope
 736 |             pollFunc: ffi_nobodywho_uniffi_rust_future_poll_rust_buffer,
 737 |             completeFunc: ffi_nobodywho_uniffi_rust_future_complete_rust_buffer,
 738 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_rust_buffer,
     |                       `- error: cannot find 'ffi_nobodywho_uniffi_rust_future_free_rust_buffer' in scope
 739 |             liftFunc: FfiConverterSequenceTypeMessage.lift,
 740 |             errorHandler: FfiConverterTypeNobodyWhoError_lift
/host/spi-builder-workspace/generated/nobodywho.swift:751:17: error: cannot find 'uniffi_nobodywho_uniffi_fn_method_rustchat_get_sampler_config_json' in scope
 749 |         try  await uniffiRustCallAsync(
 750 |             rustFutureFunc: {
 751 |                 uniffi_nobodywho_uniffi_fn_method_rustchat_get_sampler_config_json(
     |                 `- error: cannot find 'uniffi_nobodywho_uniffi_fn_method_rustchat_get_sampler_config_json' in scope
 752 |                     self.uniffiCloneHandle()
 753 |
/host/spi-builder-workspace/generated/nobodywho.swift:756:23: error: cannot find 'ffi_nobodywho_uniffi_rust_future_poll_rust_buffer' in scope
 754 |                 )
 755 |             },
 756 |             pollFunc: ffi_nobodywho_uniffi_rust_future_poll_rust_buffer,
     |                       `- error: cannot find 'ffi_nobodywho_uniffi_rust_future_poll_rust_buffer' in scope
 757 |             completeFunc: ffi_nobodywho_uniffi_rust_future_complete_rust_buffer,
 758 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_rust_buffer,
/host/spi-builder-workspace/generated/nobodywho.swift:757:27: error: cannot find 'ffi_nobodywho_uniffi_rust_future_complete_rust_buffer' in scope
 755 |             },
 756 |             pollFunc: ffi_nobodywho_uniffi_rust_future_poll_rust_buffer,
 757 |             completeFunc: ffi_nobodywho_uniffi_rust_future_complete_rust_buffer,
     |                           `- error: cannot find 'ffi_nobodywho_uniffi_rust_future_complete_rust_buffer' in scope
 758 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_rust_buffer,
 759 |             liftFunc: FfiConverterString.lift,
/host/spi-builder-workspace/generated/nobodywho.swift:758:23: error: cannot find 'ffi_nobodywho_uniffi_rust_future_free_rust_buffer' in scope
 756 |             pollFunc: ffi_nobodywho_uniffi_rust_future_poll_rust_buffer,
 757 |             completeFunc: ffi_nobodywho_uniffi_rust_future_complete_rust_buffer,
 758 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_rust_buffer,
     |                       `- error: cannot find 'ffi_nobodywho_uniffi_rust_future_free_rust_buffer' in scope
 759 |             liftFunc: FfiConverterString.lift,
 760 |             errorHandler: FfiConverterTypeNobodyWhoError_lift
/host/spi-builder-workspace/generated/nobodywho.swift:771:17: error: cannot find 'uniffi_nobodywho_uniffi_fn_method_rustchat_get_system_prompt' in scope
 769 |         try  await uniffiRustCallAsync(
 770 |             rustFutureFunc: {
 771 |                 uniffi_nobodywho_uniffi_fn_method_rustchat_get_system_prompt(
     |                 `- error: cannot find 'uniffi_nobodywho_uniffi_fn_method_rustchat_get_system_prompt' in scope
 772 |                     self.uniffiCloneHandle()
 773 |
/host/spi-builder-workspace/generated/nobodywho.swift:776:23: error: cannot find 'ffi_nobodywho_uniffi_rust_future_poll_rust_buffer' in scope
 774 |                 )
 775 |             },
 776 |             pollFunc: ffi_nobodywho_uniffi_rust_future_poll_rust_buffer,
     |                       `- error: cannot find 'ffi_nobodywho_uniffi_rust_future_poll_rust_buffer' in scope
 777 |             completeFunc: ffi_nobodywho_uniffi_rust_future_complete_rust_buffer,
 778 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_rust_buffer,
/host/spi-builder-workspace/generated/nobodywho.swift:777:27: error: cannot find 'ffi_nobodywho_uniffi_rust_future_complete_rust_buffer' in scope
 775 |             },
 776 |             pollFunc: ffi_nobodywho_uniffi_rust_future_poll_rust_buffer,
 777 |             completeFunc: ffi_nobodywho_uniffi_rust_future_complete_rust_buffer,
     |                           `- error: cannot find 'ffi_nobodywho_uniffi_rust_future_complete_rust_buffer' in scope
 778 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_rust_buffer,
 779 |             liftFunc: FfiConverterOptionString.lift,
/host/spi-builder-workspace/generated/nobodywho.swift:778:23: error: cannot find 'ffi_nobodywho_uniffi_rust_future_free_rust_buffer' in scope
 776 |             pollFunc: ffi_nobodywho_uniffi_rust_future_poll_rust_buffer,
 777 |             completeFunc: ffi_nobodywho_uniffi_rust_future_complete_rust_buffer,
 778 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_rust_buffer,
     |                       `- error: cannot find 'ffi_nobodywho_uniffi_rust_future_free_rust_buffer' in scope
 779 |             liftFunc: FfiConverterOptionString.lift,
 780 |             errorHandler: FfiConverterTypeNobodyWhoError_lift
/host/spi-builder-workspace/generated/nobodywho.swift:791:17: error: cannot find 'uniffi_nobodywho_uniffi_fn_method_rustchat_get_template_variables' in scope
 789 |         try  await uniffiRustCallAsync(
 790 |             rustFutureFunc: {
 791 |                 uniffi_nobodywho_uniffi_fn_method_rustchat_get_template_variables(
     |                 `- error: cannot find 'uniffi_nobodywho_uniffi_fn_method_rustchat_get_template_variables' in scope
 792 |                     self.uniffiCloneHandle()
 793 |
/host/spi-builder-workspace/generated/nobodywho.swift:796:23: error: cannot find 'ffi_nobodywho_uniffi_rust_future_poll_rust_buffer' in scope
 794 |                 )
 795 |             },
 796 |             pollFunc: ffi_nobodywho_uniffi_rust_future_poll_rust_buffer,
     |                       `- error: cannot find 'ffi_nobodywho_uniffi_rust_future_poll_rust_buffer' in scope
 797 |             completeFunc: ffi_nobodywho_uniffi_rust_future_complete_rust_buffer,
 798 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_rust_buffer,
/host/spi-builder-workspace/generated/nobodywho.swift:797:27: error: cannot find 'ffi_nobodywho_uniffi_rust_future_complete_rust_buffer' in scope
 795 |             },
 796 |             pollFunc: ffi_nobodywho_uniffi_rust_future_poll_rust_buffer,
 797 |             completeFunc: ffi_nobodywho_uniffi_rust_future_complete_rust_buffer,
     |                           `- error: cannot find 'ffi_nobodywho_uniffi_rust_future_complete_rust_buffer' in scope
 798 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_rust_buffer,
 799 |             liftFunc: FfiConverterDictionaryStringBool.lift,
/host/spi-builder-workspace/generated/nobodywho.swift:798:23: error: cannot find 'ffi_nobodywho_uniffi_rust_future_free_rust_buffer' in scope
 796 |             pollFunc: ffi_nobodywho_uniffi_rust_future_poll_rust_buffer,
 797 |             completeFunc: ffi_nobodywho_uniffi_rust_future_complete_rust_buffer,
 798 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_rust_buffer,
     |                       `- error: cannot find 'ffi_nobodywho_uniffi_rust_future_free_rust_buffer' in scope
 799 |             liftFunc: FfiConverterDictionaryStringBool.lift,
 800 |             errorHandler: FfiConverterTypeNobodyWhoError_lift
/host/spi-builder-workspace/generated/nobodywho.swift:811:17: error: cannot find 'uniffi_nobodywho_uniffi_fn_method_rustchat_reset_context' in scope
 809 |         try  await uniffiRustCallAsync(
 810 |             rustFutureFunc: {
 811 |                 uniffi_nobodywho_uniffi_fn_method_rustchat_reset_context(
     |                 `- error: cannot find 'uniffi_nobodywho_uniffi_fn_method_rustchat_reset_context' in scope
 812 |                     self.uniffiCloneHandle(),
 813 |                     FfiConverterOptionString.lower(systemPrompt),FfiConverterOptionSequenceTypeRustTool.lower(tools)
/host/spi-builder-workspace/generated/nobodywho.swift:816:23: error: cannot find 'ffi_nobodywho_uniffi_rust_future_poll_void' in scope
 814 |                 )
 815 |             },
 816 |             pollFunc: ffi_nobodywho_uniffi_rust_future_poll_void,
     |                       `- error: cannot find 'ffi_nobodywho_uniffi_rust_future_poll_void' in scope
 817 |             completeFunc: ffi_nobodywho_uniffi_rust_future_complete_void,
 818 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_void,
/host/spi-builder-workspace/generated/nobodywho.swift:817:27: error: cannot find 'ffi_nobodywho_uniffi_rust_future_complete_void' in scope
 815 |             },
 816 |             pollFunc: ffi_nobodywho_uniffi_rust_future_poll_void,
 817 |             completeFunc: ffi_nobodywho_uniffi_rust_future_complete_void,
     |                           `- error: cannot find 'ffi_nobodywho_uniffi_rust_future_complete_void' in scope
 818 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_void,
 819 |             liftFunc: { $0 },
/host/spi-builder-workspace/generated/nobodywho.swift:818:23: error: cannot find 'ffi_nobodywho_uniffi_rust_future_free_void' in scope
 816 |             pollFunc: ffi_nobodywho_uniffi_rust_future_poll_void,
 817 |             completeFunc: ffi_nobodywho_uniffi_rust_future_complete_void,
 818 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_void,
     |                       `- error: cannot find 'ffi_nobodywho_uniffi_rust_future_free_void' in scope
 819 |             liftFunc: { $0 },
 820 |             errorHandler: FfiConverterTypeNobodyWhoError_lift
/host/spi-builder-workspace/generated/nobodywho.swift:831:17: error: cannot find 'uniffi_nobodywho_uniffi_fn_method_rustchat_reset_history' in scope
 829 |         try  await uniffiRustCallAsync(
 830 |             rustFutureFunc: {
 831 |                 uniffi_nobodywho_uniffi_fn_method_rustchat_reset_history(
     |                 `- error: cannot find 'uniffi_nobodywho_uniffi_fn_method_rustchat_reset_history' in scope
 832 |                     self.uniffiCloneHandle()
 833 |
/host/spi-builder-workspace/generated/nobodywho.swift:836:23: error: cannot find 'ffi_nobodywho_uniffi_rust_future_poll_void' in scope
 834 |                 )
 835 |             },
 836 |             pollFunc: ffi_nobodywho_uniffi_rust_future_poll_void,
     |                       `- error: cannot find 'ffi_nobodywho_uniffi_rust_future_poll_void' in scope
 837 |             completeFunc: ffi_nobodywho_uniffi_rust_future_complete_void,
 838 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_void,
/host/spi-builder-workspace/generated/nobodywho.swift:837:27: error: cannot find 'ffi_nobodywho_uniffi_rust_future_complete_void' in scope
 835 |             },
 836 |             pollFunc: ffi_nobodywho_uniffi_rust_future_poll_void,
 837 |             completeFunc: ffi_nobodywho_uniffi_rust_future_complete_void,
     |                           `- error: cannot find 'ffi_nobodywho_uniffi_rust_future_complete_void' in scope
 838 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_void,
 839 |             liftFunc: { $0 },
/host/spi-builder-workspace/generated/nobodywho.swift:838:23: error: cannot find 'ffi_nobodywho_uniffi_rust_future_free_void' in scope
 836 |             pollFunc: ffi_nobodywho_uniffi_rust_future_poll_void,
 837 |             completeFunc: ffi_nobodywho_uniffi_rust_future_complete_void,
 838 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_void,
     |                       `- error: cannot find 'ffi_nobodywho_uniffi_rust_future_free_void' in scope
 839 |             liftFunc: { $0 },
 840 |             errorHandler: FfiConverterTypeNobodyWhoError_lift
/host/spi-builder-workspace/generated/nobodywho.swift:851:17: error: cannot find 'uniffi_nobodywho_uniffi_fn_method_rustchat_set_chat_history' in scope
 849 |         try  await uniffiRustCallAsync(
 850 |             rustFutureFunc: {
 851 |                 uniffi_nobodywho_uniffi_fn_method_rustchat_set_chat_history(
     |                 `- error: cannot find 'uniffi_nobodywho_uniffi_fn_method_rustchat_set_chat_history' in scope
 852 |                     self.uniffiCloneHandle(),
 853 |                     FfiConverterSequenceTypeMessage.lower(messages)
/host/spi-builder-workspace/generated/nobodywho.swift:856:23: error: cannot find 'ffi_nobodywho_uniffi_rust_future_poll_void' in scope
 854 |                 )
 855 |             },
 856 |             pollFunc: ffi_nobodywho_uniffi_rust_future_poll_void,
     |                       `- error: cannot find 'ffi_nobodywho_uniffi_rust_future_poll_void' in scope
 857 |             completeFunc: ffi_nobodywho_uniffi_rust_future_complete_void,
 858 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_void,
/host/spi-builder-workspace/generated/nobodywho.swift:857:27: error: cannot find 'ffi_nobodywho_uniffi_rust_future_complete_void' in scope
 855 |             },
 856 |             pollFunc: ffi_nobodywho_uniffi_rust_future_poll_void,
 857 |             completeFunc: ffi_nobodywho_uniffi_rust_future_complete_void,
     |                           `- error: cannot find 'ffi_nobodywho_uniffi_rust_future_complete_void' in scope
 858 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_void,
 859 |             liftFunc: { $0 },
/host/spi-builder-workspace/generated/nobodywho.swift:858:23: error: cannot find 'ffi_nobodywho_uniffi_rust_future_free_void' in scope
 856 |             pollFunc: ffi_nobodywho_uniffi_rust_future_poll_void,
 857 |             completeFunc: ffi_nobodywho_uniffi_rust_future_complete_void,
 858 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_void,
     |                       `- error: cannot find 'ffi_nobodywho_uniffi_rust_future_free_void' in scope
 859 |             liftFunc: { $0 },
 860 |             errorHandler: FfiConverterTypeNobodyWhoError_lift
/host/spi-builder-workspace/generated/nobodywho.swift:871:17: error: cannot find 'uniffi_nobodywho_uniffi_fn_method_rustchat_set_sampler_config' in scope
 869 |         try  await uniffiRustCallAsync(
 870 |             rustFutureFunc: {
 871 |                 uniffi_nobodywho_uniffi_fn_method_rustchat_set_sampler_config(
     |                 `- error: cannot find 'uniffi_nobodywho_uniffi_fn_method_rustchat_set_sampler_config' in scope
 872 |                     self.uniffiCloneHandle(),
 873 |                     FfiConverterTypeSamplerConfig_lower(sampler)
/host/spi-builder-workspace/generated/nobodywho.swift:876:23: error: cannot find 'ffi_nobodywho_uniffi_rust_future_poll_void' in scope
 874 |                 )
 875 |             },
 876 |             pollFunc: ffi_nobodywho_uniffi_rust_future_poll_void,
     |                       `- error: cannot find 'ffi_nobodywho_uniffi_rust_future_poll_void' in scope
 877 |             completeFunc: ffi_nobodywho_uniffi_rust_future_complete_void,
 878 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_void,
/host/spi-builder-workspace/generated/nobodywho.swift:877:27: error: cannot find 'ffi_nobodywho_uniffi_rust_future_complete_void' in scope
 875 |             },
 876 |             pollFunc: ffi_nobodywho_uniffi_rust_future_poll_void,
 877 |             completeFunc: ffi_nobodywho_uniffi_rust_future_complete_void,
     |                           `- error: cannot find 'ffi_nobodywho_uniffi_rust_future_complete_void' in scope
 878 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_void,
 879 |             liftFunc: { $0 },
/host/spi-builder-workspace/generated/nobodywho.swift:878:23: error: cannot find 'ffi_nobodywho_uniffi_rust_future_free_void' in scope
 876 |             pollFunc: ffi_nobodywho_uniffi_rust_future_poll_void,
 877 |             completeFunc: ffi_nobodywho_uniffi_rust_future_complete_void,
 878 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_void,
     |                       `- error: cannot find 'ffi_nobodywho_uniffi_rust_future_free_void' in scope
 879 |             liftFunc: { $0 },
 880 |             errorHandler: FfiConverterTypeNobodyWhoError_lift
/host/spi-builder-workspace/generated/nobodywho.swift:891:17: error: cannot find 'uniffi_nobodywho_uniffi_fn_method_rustchat_set_system_prompt' in scope
 889 |         try  await uniffiRustCallAsync(
 890 |             rustFutureFunc: {
 891 |                 uniffi_nobodywho_uniffi_fn_method_rustchat_set_system_prompt(
     |                 `- error: cannot find 'uniffi_nobodywho_uniffi_fn_method_rustchat_set_system_prompt' in scope
 892 |                     self.uniffiCloneHandle(),
 893 |                     FfiConverterOptionString.lower(systemPrompt)
/host/spi-builder-workspace/generated/nobodywho.swift:896:23: error: cannot find 'ffi_nobodywho_uniffi_rust_future_poll_void' in scope
 894 |                 )
 895 |             },
 896 |             pollFunc: ffi_nobodywho_uniffi_rust_future_poll_void,
     |                       `- error: cannot find 'ffi_nobodywho_uniffi_rust_future_poll_void' in scope
 897 |             completeFunc: ffi_nobodywho_uniffi_rust_future_complete_void,
 898 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_void,
/host/spi-builder-workspace/generated/nobodywho.swift:897:27: error: cannot find 'ffi_nobodywho_uniffi_rust_future_complete_void' in scope
 895 |             },
 896 |             pollFunc: ffi_nobodywho_uniffi_rust_future_poll_void,
 897 |             completeFunc: ffi_nobodywho_uniffi_rust_future_complete_void,
     |                           `- error: cannot find 'ffi_nobodywho_uniffi_rust_future_complete_void' in scope
 898 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_void,
 899 |             liftFunc: { $0 },
/host/spi-builder-workspace/generated/nobodywho.swift:898:23: error: cannot find 'ffi_nobodywho_uniffi_rust_future_free_void' in scope
 896 |             pollFunc: ffi_nobodywho_uniffi_rust_future_poll_void,
 897 |             completeFunc: ffi_nobodywho_uniffi_rust_future_complete_void,
 898 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_void,
     |                       `- error: cannot find 'ffi_nobodywho_uniffi_rust_future_free_void' in scope
 899 |             liftFunc: { $0 },
 900 |             errorHandler: FfiConverterTypeNobodyWhoError_lift
/host/spi-builder-workspace/generated/nobodywho.swift:911:17: error: cannot find 'uniffi_nobodywho_uniffi_fn_method_rustchat_set_template_variable' in scope
 909 |         try  await uniffiRustCallAsync(
 910 |             rustFutureFunc: {
 911 |                 uniffi_nobodywho_uniffi_fn_method_rustchat_set_template_variable(
     |                 `- error: cannot find 'uniffi_nobodywho_uniffi_fn_method_rustchat_set_template_variable' in scope
 912 |                     self.uniffiCloneHandle(),
 913 |                     FfiConverterString.lower(name),FfiConverterBool.lower(value)
/host/spi-builder-workspace/generated/nobodywho.swift:916:23: error: cannot find 'ffi_nobodywho_uniffi_rust_future_poll_void' in scope
 914 |                 )
 915 |             },
 916 |             pollFunc: ffi_nobodywho_uniffi_rust_future_poll_void,
     |                       `- error: cannot find 'ffi_nobodywho_uniffi_rust_future_poll_void' in scope
 917 |             completeFunc: ffi_nobodywho_uniffi_rust_future_complete_void,
 918 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_void,
/host/spi-builder-workspace/generated/nobodywho.swift:917:27: error: cannot find 'ffi_nobodywho_uniffi_rust_future_complete_void' in scope
 915 |             },
 916 |             pollFunc: ffi_nobodywho_uniffi_rust_future_poll_void,
 917 |             completeFunc: ffi_nobodywho_uniffi_rust_future_complete_void,
     |                           `- error: cannot find 'ffi_nobodywho_uniffi_rust_future_complete_void' in scope
 918 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_void,
 919 |             liftFunc: { $0 },
/host/spi-builder-workspace/generated/nobodywho.swift:918:23: error: cannot find 'ffi_nobodywho_uniffi_rust_future_free_void' in scope
 916 |             pollFunc: ffi_nobodywho_uniffi_rust_future_poll_void,
 917 |             completeFunc: ffi_nobodywho_uniffi_rust_future_complete_void,
 918 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_void,
     |                       `- error: cannot find 'ffi_nobodywho_uniffi_rust_future_free_void' in scope
 919 |             liftFunc: { $0 },
 920 |             errorHandler: FfiConverterTypeNobodyWhoError_lift
/host/spi-builder-workspace/generated/nobodywho.swift:931:17: error: cannot find 'uniffi_nobodywho_uniffi_fn_method_rustchat_set_tools' in scope
 929 |         try  await uniffiRustCallAsync(
 930 |             rustFutureFunc: {
 931 |                 uniffi_nobodywho_uniffi_fn_method_rustchat_set_tools(
     |                 `- error: cannot find 'uniffi_nobodywho_uniffi_fn_method_rustchat_set_tools' in scope
 932 |                     self.uniffiCloneHandle(),
 933 |                     FfiConverterSequenceTypeRustTool.lower(tools)
/host/spi-builder-workspace/generated/nobodywho.swift:936:23: error: cannot find 'ffi_nobodywho_uniffi_rust_future_poll_void' in scope
 934 |                 )
 935 |             },
 936 |             pollFunc: ffi_nobodywho_uniffi_rust_future_poll_void,
     |                       `- error: cannot find 'ffi_nobodywho_uniffi_rust_future_poll_void' in scope
 937 |             completeFunc: ffi_nobodywho_uniffi_rust_future_complete_void,
 938 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_void,
/host/spi-builder-workspace/generated/nobodywho.swift:937:27: error: cannot find 'ffi_nobodywho_uniffi_rust_future_complete_void' in scope
 935 |             },
 936 |             pollFunc: ffi_nobodywho_uniffi_rust_future_poll_void,
 937 |             completeFunc: ffi_nobodywho_uniffi_rust_future_complete_void,
     |                           `- error: cannot find 'ffi_nobodywho_uniffi_rust_future_complete_void' in scope
 938 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_void,
 939 |             liftFunc: { $0 },
/host/spi-builder-workspace/generated/nobodywho.swift:938:23: error: cannot find 'ffi_nobodywho_uniffi_rust_future_free_void' in scope
 936 |             pollFunc: ffi_nobodywho_uniffi_rust_future_poll_void,
 937 |             completeFunc: ffi_nobodywho_uniffi_rust_future_complete_void,
 938 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_void,
     |                       `- error: cannot find 'ffi_nobodywho_uniffi_rust_future_free_void' in scope
 939 |             liftFunc: { $0 },
 940 |             errorHandler: FfiConverterTypeNobodyWhoError_lift
/host/spi-builder-workspace/generated/nobodywho.swift:948:5: error: cannot find 'uniffi_nobodywho_uniffi_fn_method_rustchat_stop_generation' in scope
 946 |      */
 947 | open func stopGeneration()  {try! rustCall() {
 948 |     uniffi_nobodywho_uniffi_fn_method_rustchat_stop_generation(
     |     `- error: cannot find 'uniffi_nobodywho_uniffi_fn_method_rustchat_stop_generation' in scope
 949 |             self.uniffiCloneHandle(),$0
 950 |     )
/host/spi-builder-workspace/generated/nobodywho.swift:1056:32: error: cannot find 'uniffi_nobodywho_uniffi_fn_clone_rustcrossencoder' in scope
1054 | #endif
1055 |     public func uniffiCloneHandle() -> UInt64 {
1056 |         return try! rustCall { uniffi_nobodywho_uniffi_fn_clone_rustcrossencoder(self.handle, $0) }
     |                                `- error: cannot find 'uniffi_nobodywho_uniffi_fn_clone_rustcrossencoder' in scope
1057 |     }
1058 |     /**
/host/spi-builder-workspace/generated/nobodywho.swift:1064:5: error: cannot find 'uniffi_nobodywho_uniffi_fn_constructor_rustcrossencoder_new' in scope
1062 |     let handle =
1063 |         try! rustCall() {
1064 |     uniffi_nobodywho_uniffi_fn_constructor_rustcrossencoder_new(
     |     `- error: cannot find 'uniffi_nobodywho_uniffi_fn_constructor_rustcrossencoder_new' in scope
1065 |         FfiConverterTypeRustModel_lower(model),
1066 |         FfiConverterOptionUInt32.lower(contextSize),$0
/host/spi-builder-workspace/generated/nobodywho.swift:1073:25: error: cannot find 'uniffi_nobodywho_uniffi_fn_free_rustcrossencoder' in scope
1071 |
1072 |     deinit {
1073 |         try! rustCall { uniffi_nobodywho_uniffi_fn_free_rustcrossencoder(handle, $0) }
     |                         `- error: cannot find 'uniffi_nobodywho_uniffi_fn_free_rustcrossencoder' in scope
1074 |     }
1075 |
/host/spi-builder-workspace/generated/nobodywho.swift:1086:17: error: cannot find 'uniffi_nobodywho_uniffi_fn_method_rustcrossencoder_rank' in scope
1084 |         try  await uniffiRustCallAsync(
1085 |             rustFutureFunc: {
1086 |                 uniffi_nobodywho_uniffi_fn_method_rustcrossencoder_rank(
     |                 `- error: cannot find 'uniffi_nobodywho_uniffi_fn_method_rustcrossencoder_rank' in scope
1087 |                     self.uniffiCloneHandle(),
1088 |                     FfiConverterString.lower(query),FfiConverterSequenceString.lower(documents)
/host/spi-builder-workspace/generated/nobodywho.swift:1091:23: error: cannot find 'ffi_nobodywho_uniffi_rust_future_poll_rust_buffer' in scope
1089 |                 )
1090 |             },
1091 |             pollFunc: ffi_nobodywho_uniffi_rust_future_poll_rust_buffer,
     |                       `- error: cannot find 'ffi_nobodywho_uniffi_rust_future_poll_rust_buffer' in scope
1092 |             completeFunc: ffi_nobodywho_uniffi_rust_future_complete_rust_buffer,
1093 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_rust_buffer,
/host/spi-builder-workspace/generated/nobodywho.swift:1092:27: error: cannot find 'ffi_nobodywho_uniffi_rust_future_complete_rust_buffer' in scope
1090 |             },
1091 |             pollFunc: ffi_nobodywho_uniffi_rust_future_poll_rust_buffer,
1092 |             completeFunc: ffi_nobodywho_uniffi_rust_future_complete_rust_buffer,
     |                           `- error: cannot find 'ffi_nobodywho_uniffi_rust_future_complete_rust_buffer' in scope
1093 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_rust_buffer,
1094 |             liftFunc: FfiConverterSequenceFloat.lift,
/host/spi-builder-workspace/generated/nobodywho.swift:1093:23: error: cannot find 'ffi_nobodywho_uniffi_rust_future_free_rust_buffer' in scope
1091 |             pollFunc: ffi_nobodywho_uniffi_rust_future_poll_rust_buffer,
1092 |             completeFunc: ffi_nobodywho_uniffi_rust_future_complete_rust_buffer,
1093 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_rust_buffer,
     |                       `- error: cannot find 'ffi_nobodywho_uniffi_rust_future_free_rust_buffer' in scope
1094 |             liftFunc: FfiConverterSequenceFloat.lift,
1095 |             errorHandler: FfiConverterTypeNobodyWhoError_lift
/host/spi-builder-workspace/generated/nobodywho.swift:1108:17: error: cannot find 'uniffi_nobodywho_uniffi_fn_method_rustcrossencoder_rank_and_sort_json' in scope
1106 |         try  await uniffiRustCallAsync(
1107 |             rustFutureFunc: {
1108 |                 uniffi_nobodywho_uniffi_fn_method_rustcrossencoder_rank_and_sort_json(
     |                 `- error: cannot find 'uniffi_nobodywho_uniffi_fn_method_rustcrossencoder_rank_and_sort_json' in scope
1109 |                     self.uniffiCloneHandle(),
1110 |                     FfiConverterString.lower(query),FfiConverterSequenceString.lower(documents)
/host/spi-builder-workspace/generated/nobodywho.swift:1113:23: error: cannot find 'ffi_nobodywho_uniffi_rust_future_poll_rust_buffer' in scope
1111 |                 )
1112 |             },
1113 |             pollFunc: ffi_nobodywho_uniffi_rust_future_poll_rust_buffer,
     |                       `- error: cannot find 'ffi_nobodywho_uniffi_rust_future_poll_rust_buffer' in scope
1114 |             completeFunc: ffi_nobodywho_uniffi_rust_future_complete_rust_buffer,
1115 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_rust_buffer,
/host/spi-builder-workspace/generated/nobodywho.swift:1114:27: error: cannot find 'ffi_nobodywho_uniffi_rust_future_complete_rust_buffer' in scope
1112 |             },
1113 |             pollFunc: ffi_nobodywho_uniffi_rust_future_poll_rust_buffer,
1114 |             completeFunc: ffi_nobodywho_uniffi_rust_future_complete_rust_buffer,
     |                           `- error: cannot find 'ffi_nobodywho_uniffi_rust_future_complete_rust_buffer' in scope
1115 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_rust_buffer,
1116 |             liftFunc: FfiConverterString.lift,
/host/spi-builder-workspace/generated/nobodywho.swift:1115:23: error: cannot find 'ffi_nobodywho_uniffi_rust_future_free_rust_buffer' in scope
1113 |             pollFunc: ffi_nobodywho_uniffi_rust_future_poll_rust_buffer,
1114 |             completeFunc: ffi_nobodywho_uniffi_rust_future_complete_rust_buffer,
1115 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_rust_buffer,
     |                       `- error: cannot find 'ffi_nobodywho_uniffi_rust_future_free_rust_buffer' in scope
1116 |             liftFunc: FfiConverterString.lift,
1117 |             errorHandler: FfiConverterTypeNobodyWhoError_lift
/host/spi-builder-workspace/generated/nobodywho.swift:1216:32: error: cannot find 'uniffi_nobodywho_uniffi_fn_clone_rustencoder' in scope
1214 | #endif
1215 |     public func uniffiCloneHandle() -> UInt64 {
1216 |         return try! rustCall { uniffi_nobodywho_uniffi_fn_clone_rustencoder(self.handle, $0) }
     |                                `- error: cannot find 'uniffi_nobodywho_uniffi_fn_clone_rustencoder' in scope
1217 |     }
1218 |     /**
/host/spi-builder-workspace/generated/nobodywho.swift:1224:5: error: cannot find 'uniffi_nobodywho_uniffi_fn_constructor_rustencoder_new' in scope
1222 |     let handle =
1223 |         try! rustCall() {
1224 |     uniffi_nobodywho_uniffi_fn_constructor_rustencoder_new(
     |     `- error: cannot find 'uniffi_nobodywho_uniffi_fn_constructor_rustencoder_new' in scope
1225 |         FfiConverterTypeRustModel_lower(model),
1226 |         FfiConverterOptionUInt32.lower(contextSize),$0
/host/spi-builder-workspace/generated/nobodywho.swift:1233:25: error: cannot find 'uniffi_nobodywho_uniffi_fn_free_rustencoder' in scope
1231 |
1232 |     deinit {
1233 |         try! rustCall { uniffi_nobodywho_uniffi_fn_free_rustencoder(handle, $0) }
     |                         `- error: cannot find 'uniffi_nobodywho_uniffi_fn_free_rustencoder' in scope
1234 |     }
1235 |
/host/spi-builder-workspace/generated/nobodywho.swift:1246:17: error: cannot find 'uniffi_nobodywho_uniffi_fn_method_rustencoder_encode' in scope
1244 |         try  await uniffiRustCallAsync(
1245 |             rustFutureFunc: {
1246 |                 uniffi_nobodywho_uniffi_fn_method_rustencoder_encode(
     |                 `- error: cannot find 'uniffi_nobodywho_uniffi_fn_method_rustencoder_encode' in scope
1247 |                     self.uniffiCloneHandle(),
1248 |                     FfiConverterString.lower(text)
/host/spi-builder-workspace/generated/nobodywho.swift:1251:23: error: cannot find 'ffi_nobodywho_uniffi_rust_future_poll_rust_buffer' in scope
1249 |                 )
1250 |             },
1251 |             pollFunc: ffi_nobodywho_uniffi_rust_future_poll_rust_buffer,
     |                       `- error: cannot find 'ffi_nobodywho_uniffi_rust_future_poll_rust_buffer' in scope
1252 |             completeFunc: ffi_nobodywho_uniffi_rust_future_complete_rust_buffer,
1253 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_rust_buffer,
/host/spi-builder-workspace/generated/nobodywho.swift:1252:27: error: cannot find 'ffi_nobodywho_uniffi_rust_future_complete_rust_buffer' in scope
1250 |             },
1251 |             pollFunc: ffi_nobodywho_uniffi_rust_future_poll_rust_buffer,
1252 |             completeFunc: ffi_nobodywho_uniffi_rust_future_complete_rust_buffer,
     |                           `- error: cannot find 'ffi_nobodywho_uniffi_rust_future_complete_rust_buffer' in scope
1253 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_rust_buffer,
1254 |             liftFunc: FfiConverterSequenceFloat.lift,
/host/spi-builder-workspace/generated/nobodywho.swift:1253:23: error: cannot find 'ffi_nobodywho_uniffi_rust_future_free_rust_buffer' in scope
1251 |             pollFunc: ffi_nobodywho_uniffi_rust_future_poll_rust_buffer,
1252 |             completeFunc: ffi_nobodywho_uniffi_rust_future_complete_rust_buffer,
1253 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_rust_buffer,
     |                       `- error: cannot find 'ffi_nobodywho_uniffi_rust_future_free_rust_buffer' in scope
1254 |             liftFunc: FfiConverterSequenceFloat.lift,
1255 |             errorHandler: FfiConverterTypeNobodyWhoError_lift
/host/spi-builder-workspace/generated/nobodywho.swift:1349:32: error: cannot find 'uniffi_nobodywho_uniffi_fn_clone_rustmodel' in scope
1347 | #endif
1348 |     public func uniffiCloneHandle() -> UInt64 {
1349 |         return try! rustCall { uniffi_nobodywho_uniffi_fn_clone_rustmodel(self.handle, $0) }
     |                                `- error: cannot find 'uniffi_nobodywho_uniffi_fn_clone_rustmodel' in scope
1350 |     }
1351 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/generated/nobodywho.swift:1354:25: error: cannot find 'uniffi_nobodywho_uniffi_fn_free_rustmodel' in scope
1352 |
1353 |     deinit {
1354 |         try! rustCall { uniffi_nobodywho_uniffi_fn_free_rustmodel(handle, $0) }
     |                         `- error: cannot find 'uniffi_nobodywho_uniffi_fn_free_rustmodel' in scope
1355 |     }
1356 |
/host/spi-builder-workspace/generated/nobodywho.swift:1460:32: error: cannot find 'uniffi_nobodywho_uniffi_fn_clone_rusttokenstream' in scope
1458 | #endif
1459 |     public func uniffiCloneHandle() -> UInt64 {
1460 |         return try! rustCall { uniffi_nobodywho_uniffi_fn_clone_rusttokenstream(self.handle, $0) }
     |                                `- error: cannot find 'uniffi_nobodywho_uniffi_fn_clone_rusttokenstream' in scope
1461 |     }
1462 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/generated/nobodywho.swift:1465:25: error: cannot find 'uniffi_nobodywho_uniffi_fn_free_rusttokenstream' in scope
1463 |
1464 |     deinit {
1465 |         try! rustCall { uniffi_nobodywho_uniffi_fn_free_rusttokenstream(handle, $0) }
     |                         `- error: cannot find 'uniffi_nobodywho_uniffi_fn_free_rusttokenstream' in scope
1466 |     }
1467 |
/host/spi-builder-workspace/generated/nobodywho.swift:1478:17: error: cannot find 'uniffi_nobodywho_uniffi_fn_method_rusttokenstream_completed' in scope
1476 |         try  await uniffiRustCallAsync(
1477 |             rustFutureFunc: {
1478 |                 uniffi_nobodywho_uniffi_fn_method_rusttokenstream_completed(
     |                 `- error: cannot find 'uniffi_nobodywho_uniffi_fn_method_rusttokenstream_completed' in scope
1479 |                     self.uniffiCloneHandle()
1480 |
/host/spi-builder-workspace/generated/nobodywho.swift:1483:23: error: cannot find 'ffi_nobodywho_uniffi_rust_future_poll_rust_buffer' in scope
1481 |                 )
1482 |             },
1483 |             pollFunc: ffi_nobodywho_uniffi_rust_future_poll_rust_buffer,
     |                       `- error: cannot find 'ffi_nobodywho_uniffi_rust_future_poll_rust_buffer' in scope
1484 |             completeFunc: ffi_nobodywho_uniffi_rust_future_complete_rust_buffer,
1485 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_rust_buffer,
/host/spi-builder-workspace/generated/nobodywho.swift:1484:27: error: cannot find 'ffi_nobodywho_uniffi_rust_future_complete_rust_buffer' in scope
1482 |             },
1483 |             pollFunc: ffi_nobodywho_uniffi_rust_future_poll_rust_buffer,
1484 |             completeFunc: ffi_nobodywho_uniffi_rust_future_complete_rust_buffer,
     |                           `- error: cannot find 'ffi_nobodywho_uniffi_rust_future_complete_rust_buffer' in scope
1485 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_rust_buffer,
1486 |             liftFunc: FfiConverterString.lift,
/host/spi-builder-workspace/generated/nobodywho.swift:1485:23: error: cannot find 'ffi_nobodywho_uniffi_rust_future_free_rust_buffer' in scope
1483 |             pollFunc: ffi_nobodywho_uniffi_rust_future_poll_rust_buffer,
1484 |             completeFunc: ffi_nobodywho_uniffi_rust_future_complete_rust_buffer,
1485 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_rust_buffer,
     |                       `- error: cannot find 'ffi_nobodywho_uniffi_rust_future_free_rust_buffer' in scope
1486 |             liftFunc: FfiConverterString.lift,
1487 |             errorHandler: FfiConverterTypeNobodyWhoError_lift
/host/spi-builder-workspace/generated/nobodywho.swift:1498:17: error: cannot find 'uniffi_nobodywho_uniffi_fn_method_rusttokenstream_next_token' in scope
1496 |         try!  await uniffiRustCallAsync(
1497 |             rustFutureFunc: {
1498 |                 uniffi_nobodywho_uniffi_fn_method_rusttokenstream_next_token(
     |                 `- error: cannot find 'uniffi_nobodywho_uniffi_fn_method_rusttokenstream_next_token' in scope
1499 |                     self.uniffiCloneHandle()
1500 |
/host/spi-builder-workspace/generated/nobodywho.swift:1503:23: error: cannot find 'ffi_nobodywho_uniffi_rust_future_poll_rust_buffer' in scope
1501 |                 )
1502 |             },
1503 |             pollFunc: ffi_nobodywho_uniffi_rust_future_poll_rust_buffer,
     |                       `- error: cannot find 'ffi_nobodywho_uniffi_rust_future_poll_rust_buffer' in scope
1504 |             completeFunc: ffi_nobodywho_uniffi_rust_future_complete_rust_buffer,
1505 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_rust_buffer,
/host/spi-builder-workspace/generated/nobodywho.swift:1504:27: error: cannot find 'ffi_nobodywho_uniffi_rust_future_complete_rust_buffer' in scope
1502 |             },
1503 |             pollFunc: ffi_nobodywho_uniffi_rust_future_poll_rust_buffer,
1504 |             completeFunc: ffi_nobodywho_uniffi_rust_future_complete_rust_buffer,
     |                           `- error: cannot find 'ffi_nobodywho_uniffi_rust_future_complete_rust_buffer' in scope
1505 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_rust_buffer,
1506 |             liftFunc: FfiConverterOptionString.lift,
/host/spi-builder-workspace/generated/nobodywho.swift:1505:23: error: cannot find 'ffi_nobodywho_uniffi_rust_future_free_rust_buffer' in scope
1503 |             pollFunc: ffi_nobodywho_uniffi_rust_future_poll_rust_buffer,
1504 |             completeFunc: ffi_nobodywho_uniffi_rust_future_complete_rust_buffer,
1505 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_rust_buffer,
     |                       `- error: cannot find 'ffi_nobodywho_uniffi_rust_future_free_rust_buffer' in scope
1506 |             liftFunc: FfiConverterOptionString.lift,
1507 |             errorHandler: nil
/host/spi-builder-workspace/generated/nobodywho.swift:1507:27: error: 'nil' requires a contextual type
1505 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_rust_buffer,
1506 |             liftFunc: FfiConverterOptionString.lift,
1507 |             errorHandler: nil
     |                           `- error: 'nil' requires a contextual type
1508 |
1509 |         )
/host/spi-builder-workspace/generated/nobodywho.swift:1617:32: error: cannot find 'uniffi_nobodywho_uniffi_fn_clone_rusttool' in scope
1615 | #endif
1616 |     public func uniffiCloneHandle() -> UInt64 {
1617 |         return try! rustCall { uniffi_nobodywho_uniffi_fn_clone_rusttool(self.handle, $0) }
     |                                `- error: cannot find 'uniffi_nobodywho_uniffi_fn_clone_rusttool' in scope
1618 |     }
1619 |     /**
/host/spi-builder-workspace/generated/nobodywho.swift:1625:5: error: cannot find 'uniffi_nobodywho_uniffi_fn_constructor_rusttool_new' in scope
1623 |     let handle =
1624 |         try! rustCall() {
1625 |     uniffi_nobodywho_uniffi_fn_constructor_rusttool_new(
     |     `- error: cannot find 'uniffi_nobodywho_uniffi_fn_constructor_rusttool_new' in scope
1626 |         FfiConverterString.lower(name),
1627 |         FfiConverterString.lower(description),
/host/spi-builder-workspace/generated/nobodywho.swift:1636:25: error: cannot find 'uniffi_nobodywho_uniffi_fn_free_rusttool' in scope
1634 |
1635 |     deinit {
1636 |         try! rustCall { uniffi_nobodywho_uniffi_fn_free_rusttool(handle, $0) }
     |                         `- error: cannot find 'uniffi_nobodywho_uniffi_fn_free_rusttool' in scope
1637 |     }
1638 |
/host/spi-builder-workspace/generated/nobodywho.swift:1649:5: error: cannot find 'uniffi_nobodywho_uniffi_fn_constructor_rusttool_new_async' in scope
1647 | public static func newAsync(name: String, description: String, parameters: [ToolParameter]) -> RustTool  {
1648 |     return try!  FfiConverterTypeRustTool_lift(try! rustCall() {
1649 |     uniffi_nobodywho_uniffi_fn_constructor_rusttool_new_async(
     |     `- error: cannot find 'uniffi_nobodywho_uniffi_fn_constructor_rusttool_new_async' in scope
1650 |         FfiConverterString.lower(name),
1651 |         FfiConverterString.lower(description),
/host/spi-builder-workspace/generated/nobodywho.swift:1664:5: error: cannot find 'uniffi_nobodywho_uniffi_fn_method_rusttool_get_schema_json' in scope
1662 | open func getSchemaJson() -> String  {
1663 |     return try!  FfiConverterString.lift(try! rustCall() {
1664 |     uniffi_nobodywho_uniffi_fn_method_rusttool_get_schema_json(
     |     `- error: cannot find 'uniffi_nobodywho_uniffi_fn_method_rusttool_get_schema_json' in scope
1665 |             self.uniffiCloneHandle(),$0
1666 |     )
/host/spi-builder-workspace/generated/nobodywho.swift:1677:17: error: cannot find 'uniffi_nobodywho_uniffi_fn_method_rusttool_next_pending_call' in scope
1675 |         try!  await uniffiRustCallAsync(
1676 |             rustFutureFunc: {
1677 |                 uniffi_nobodywho_uniffi_fn_method_rusttool_next_pending_call(
     |                 `- error: cannot find 'uniffi_nobodywho_uniffi_fn_method_rusttool_next_pending_call' in scope
1678 |                     self.uniffiCloneHandle()
1679 |
/host/spi-builder-workspace/generated/nobodywho.swift:1682:23: error: cannot find 'ffi_nobodywho_uniffi_rust_future_poll_rust_buffer' in scope
1680 |                 )
1681 |             },
1682 |             pollFunc: ffi_nobodywho_uniffi_rust_future_poll_rust_buffer,
     |                       `- error: cannot find 'ffi_nobodywho_uniffi_rust_future_poll_rust_buffer' in scope
1683 |             completeFunc: ffi_nobodywho_uniffi_rust_future_complete_rust_buffer,
1684 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_rust_buffer,
/host/spi-builder-workspace/generated/nobodywho.swift:1683:27: error: cannot find 'ffi_nobodywho_uniffi_rust_future_complete_rust_buffer' in scope
1681 |             },
1682 |             pollFunc: ffi_nobodywho_uniffi_rust_future_poll_rust_buffer,
1683 |             completeFunc: ffi_nobodywho_uniffi_rust_future_complete_rust_buffer,
     |                           `- error: cannot find 'ffi_nobodywho_uniffi_rust_future_complete_rust_buffer' in scope
1684 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_rust_buffer,
1685 |             liftFunc: FfiConverterOptionTypePendingToolCall.lift,
/host/spi-builder-workspace/generated/nobodywho.swift:1684:23: error: cannot find 'ffi_nobodywho_uniffi_rust_future_free_rust_buffer' in scope
1682 |             pollFunc: ffi_nobodywho_uniffi_rust_future_poll_rust_buffer,
1683 |             completeFunc: ffi_nobodywho_uniffi_rust_future_complete_rust_buffer,
1684 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_rust_buffer,
     |                       `- error: cannot find 'ffi_nobodywho_uniffi_rust_future_free_rust_buffer' in scope
1685 |             liftFunc: FfiConverterOptionTypePendingToolCall.lift,
1686 |             errorHandler: nil
/host/spi-builder-workspace/generated/nobodywho.swift:1686:27: error: 'nil' requires a contextual type
1684 |             freeFunc: ffi_nobodywho_uniffi_rust_future_free_rust_buffer,
1685 |             liftFunc: FfiConverterOptionTypePendingToolCall.lift,
1686 |             errorHandler: nil
     |                           `- error: 'nil' requires a contextual type
1687 |
1688 |         )
/host/spi-builder-workspace/generated/nobodywho.swift:1695:5: error: cannot find 'uniffi_nobodywho_uniffi_fn_method_rusttool_resolve_pending_call' in scope
1693 |      */
1694 | open func resolvePendingCall(callId: String, result: String)  {try! rustCall() {
1695 |     uniffi_nobodywho_uniffi_fn_method_rusttool_resolve_pending_call(
     |     `- error: cannot find 'uniffi_nobodywho_uniffi_fn_method_rusttool_resolve_pending_call' in scope
1696 |             self.uniffiCloneHandle(),
1697 |         FfiConverterString.lower(callId),
/host/spi-builder-workspace/generated/nobodywho.swift:1858:32: error: cannot find 'uniffi_nobodywho_uniffi_fn_clone_samplerbuilder' in scope
1856 | #endif
1857 |     public func uniffiCloneHandle() -> UInt64 {
1858 |         return try! rustCall { uniffi_nobodywho_uniffi_fn_clone_samplerbuilder(self.handle, $0) }
     |                                `- error: cannot find 'uniffi_nobodywho_uniffi_fn_clone_samplerbuilder' in scope
1859 |     }
1860 |     /**
/host/spi-builder-workspace/generated/nobodywho.swift:1866:5: error: cannot find 'uniffi_nobodywho_uniffi_fn_constructor_samplerbuilder_new' in scope
1864 |     let handle =
1865 |         try! rustCall() {
1866 |     uniffi_nobodywho_uniffi_fn_constructor_samplerbuilder_new($0
     |     `- error: cannot find 'uniffi_nobodywho_uniffi_fn_constructor_samplerbuilder_new' in scope
1867 |     )
1868 | }
/host/spi-builder-workspace/generated/nobodywho.swift:1873:25: error: cannot find 'uniffi_nobodywho_uniffi_fn_free_samplerbuilder' in scope
1871 |
1872 |     deinit {
1873 |         try! rustCall { uniffi_nobodywho_uniffi_fn_free_samplerbuilder(handle, $0) }
     |                         `- error: cannot find 'uniffi_nobodywho_uniffi_fn_free_samplerbuilder' in scope
1874 |     }
1875 |
/host/spi-builder-workspace/generated/nobodywho.swift:1884:5: error: cannot find 'uniffi_nobodywho_uniffi_fn_method_samplerbuilder_dist' in scope
1882 | open func dist() -> SamplerConfig  {
1883 |     return try!  FfiConverterTypeSamplerConfig_lift(try! rustCall() {
1884 |     uniffi_nobodywho_uniffi_fn_method_samplerbuilder_dist(
     |     `- error: cannot find 'uniffi_nobodywho_uniffi_fn_method_samplerbuilder_dist' in scope
1885 |             self.uniffiCloneHandle(),$0
1886 |     )
/host/spi-builder-workspace/generated/nobodywho.swift:1895:5: error: cannot find 'uniffi_nobodywho_uniffi_fn_method_samplerbuilder_dry' in scope
1893 | open func dry(multiplier: Float, base: Float, allowedLength: Int32, penaltyLastN: Int32, seqBreakers: [String]) -> SamplerBuilder  {
1894 |     return try!  FfiConverterTypeSamplerBuilder_lift(try! rustCall() {
1895 |     uniffi_nobodywho_uniffi_fn_method_samplerbuilder_dry(
     |     `- error: cannot find 'uniffi_nobodywho_uniffi_fn_method_samplerbuilder_dry' in scope
1896 |             self.uniffiCloneHandle(),
1897 |         FfiConverterFloat.lower(multiplier),
/host/spi-builder-workspace/generated/nobodywho.swift:1911:5: error: cannot find 'uniffi_nobodywho_uniffi_fn_method_samplerbuilder_grammar' in scope
1909 | open func grammar(grammar: String, triggerOn: String?, root: String) -> SamplerBuilder  {
1910 |     return try!  FfiConverterTypeSamplerBuilder_lift(try! rustCall() {
1911 |     uniffi_nobodywho_uniffi_fn_method_samplerbuilder_grammar(
     |     `- error: cannot find 'uniffi_nobodywho_uniffi_fn_method_samplerbuilder_grammar' in scope
1912 |             self.uniffiCloneHandle(),
1913 |         FfiConverterString.lower(grammar),
/host/spi-builder-workspace/generated/nobodywho.swift:1925:5: error: cannot find 'uniffi_nobodywho_uniffi_fn_method_samplerbuilder_greedy' in scope
1923 | open func greedy() -> SamplerConfig  {
1924 |     return try!  FfiConverterTypeSamplerConfig_lift(try! rustCall() {
1925 |     uniffi_nobodywho_uniffi_fn_method_samplerbuilder_greedy(
     |     `- error: cannot find 'uniffi_nobodywho_uniffi_fn_method_samplerbuilder_greedy' in scope
1926 |             self.uniffiCloneHandle(),$0
1927 |     )
/host/spi-builder-workspace/generated/nobodywho.swift:1936:5: error: cannot find 'uniffi_nobodywho_uniffi_fn_method_samplerbuilder_min_p' in scope
1934 | open func minP(minP: Float, minKeep: UInt32) -> SamplerBuilder  {
1935 |     return try!  FfiConverterTypeSamplerBuilder_lift(try! rustCall() {
1936 |     uniffi_nobodywho_uniffi_fn_method_samplerbuilder_min_p(
     |     `- error: cannot find 'uniffi_nobodywho_uniffi_fn_method_samplerbuilder_min_p' in scope
1937 |             self.uniffiCloneHandle(),
1938 |         FfiConverterFloat.lower(minP),
/host/spi-builder-workspace/generated/nobodywho.swift:1949:5: error: cannot find 'uniffi_nobodywho_uniffi_fn_method_samplerbuilder_mirostat_v1' in scope
1947 | open func mirostatV1(tau: Float, eta: Float, m: Int32) -> SamplerConfig  {
1948 |     return try!  FfiConverterTypeSamplerConfig_lift(try! rustCall() {
1949 |     uniffi_nobodywho_uniffi_fn_method_samplerbuilder_mirostat_v1(
     |     `- error: cannot find 'uniffi_nobodywho_uniffi_fn_method_samplerbuilder_mirostat_v1' in scope
1950 |             self.uniffiCloneHandle(),
1951 |         FfiConverterFloat.lower(tau),
/host/spi-builder-workspace/generated/nobodywho.swift:1963:5: error: cannot find 'uniffi_nobodywho_uniffi_fn_method_samplerbuilder_mirostat_v2' in scope
1961 | open func mirostatV2(tau: Float, eta: Float) -> SamplerConfig  {
1962 |     return try!  FfiConverterTypeSamplerConfig_lift(try! rustCall() {
1963 |     uniffi_nobodywho_uniffi_fn_method_samplerbuilder_mirostat_v2(
     |     `- error: cannot find 'uniffi_nobodywho_uniffi_fn_method_samplerbuilder_mirostat_v2' in scope
1964 |             self.uniffiCloneHandle(),
1965 |         FfiConverterFloat.lower(tau),
/host/spi-builder-workspace/generated/nobodywho.swift:1976:5: error: cannot find 'uniffi_nobodywho_uniffi_fn_method_samplerbuilder_penalties' in scope
1974 | open func penalties(penaltyLastN: Int32, penaltyRepeat: Float, penaltyFreq: Float, penaltyPresent: Float) -> SamplerBuilder  {
1975 |     return try!  FfiConverterTypeSamplerBuilder_lift(try! rustCall() {
1976 |     uniffi_nobodywho_uniffi_fn_method_samplerbuilder_penalties(
     |     `- error: cannot find 'uniffi_nobodywho_uniffi_fn_method_samplerbuilder_penalties' in scope
1977 |             self.uniffiCloneHandle(),
1978 |         FfiConverterInt32.lower(penaltyLastN),
/host/spi-builder-workspace/generated/nobodywho.swift:1991:5: error: cannot find 'uniffi_nobodywho_uniffi_fn_method_samplerbuilder_temperature' in scope
1989 | open func temperature(temperature: Float) -> SamplerBuilder  {
1990 |     return try!  FfiConverterTypeSamplerBuilder_lift(try! rustCall() {
1991 |     uniffi_nobodywho_uniffi_fn_method_samplerbuilder_temperature(
     |     `- error: cannot find 'uniffi_nobodywho_uniffi_fn_method_samplerbuilder_temperature' in scope
1992 |             self.uniffiCloneHandle(),
1993 |         FfiConverterFloat.lower(temperature),$0
/host/spi-builder-workspace/generated/nobodywho.swift:2003:5: error: cannot find 'uniffi_nobodywho_uniffi_fn_method_samplerbuilder_top_k' in scope
2001 | open func topK(topK: Int32) -> SamplerBuilder  {
2002 |     return try!  FfiConverterTypeSamplerBuilder_lift(try! rustCall() {
2003 |     uniffi_nobodywho_uniffi_fn_method_samplerbuilder_top_k(
     |     `- error: cannot find 'uniffi_nobodywho_uniffi_fn_method_samplerbuilder_top_k' in scope
2004 |             self.uniffiCloneHandle(),
2005 |         FfiConverterInt32.lower(topK),$0
BUILD FAILURE 6.1 android