The Swift Package Index logo.Swift Package Index

Build Information

Failed to build FerrostarCore, reference 0.49.0 (e67727), with Swift 6.1 for Android on 24 Mar 2026 10:23:21 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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

  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
      :
 5717 | @_documentation(visibility: private)
 5718 | #endif
 5719 | public struct FfiConverterTypeStepAdvanceResult: FfiConverterRustBuffer {
      |               |- error: type 'FfiConverterTypeStepAdvanceResult' does not conform to protocol 'FfiConverter'
      |               `- note: add stubs for conformance
 5720 |     public static func read(from buf: inout (data: Data, offset: Data.Index)) throws -> StepAdvanceResult {
 5721 |         return
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:5738:59: error: cannot find type 'RustBuffer' in scope
 5736 | @_documentation(visibility: private)
 5737 | #endif
 5738 | public func FfiConverterTypeStepAdvanceResult_lift(_ buf: RustBuffer) throws -> StepAdvanceResult {
      |                                                           `- error: cannot find type 'RustBuffer' in scope
 5739 |     return try FfiConverterTypeStepAdvanceResult.lift(buf)
 5740 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:5745:84: error: cannot find type 'RustBuffer' in scope
 5743 | @_documentation(visibility: private)
 5744 | #endif
 5745 | public func FfiConverterTypeStepAdvanceResult_lower(_ value: StepAdvanceResult) -> RustBuffer {
      |                                                                                    `- error: cannot find type 'RustBuffer' in scope
 5746 |     return FfiConverterTypeStepAdvanceResult.lower(value)
 5747 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:5800:15: error: type 'FfiConverterTypeTripProgress' 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
      :
 5798 | @_documentation(visibility: private)
 5799 | #endif
 5800 | public struct FfiConverterTypeTripProgress: FfiConverterRustBuffer {
      |               |- error: type 'FfiConverterTypeTripProgress' does not conform to protocol 'FfiConverter'
      |               `- note: add stubs for conformance
 5801 |     public static func read(from buf: inout (data: Data, offset: Data.Index)) throws -> TripProgress {
 5802 |         return
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:5821:54: error: cannot find type 'RustBuffer' in scope
 5819 | @_documentation(visibility: private)
 5820 | #endif
 5821 | public func FfiConverterTypeTripProgress_lift(_ buf: RustBuffer) throws -> TripProgress {
      |                                                      `- error: cannot find type 'RustBuffer' in scope
 5822 |     return try FfiConverterTypeTripProgress.lift(buf)
 5823 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:5828:74: error: cannot find type 'RustBuffer' in scope
 5826 | @_documentation(visibility: private)
 5827 | #endif
 5828 | public func FfiConverterTypeTripProgress_lower(_ value: TripProgress) -> RustBuffer {
      |                                                                          `- error: cannot find type 'RustBuffer' in scope
 5829 |     return FfiConverterTypeTripProgress.lower(value)
 5830 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:5888:15: error: type 'FfiConverterTypeTripSummary' 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
      :
 5886 | @_documentation(visibility: private)
 5887 | #endif
 5888 | public struct FfiConverterTypeTripSummary: FfiConverterRustBuffer {
      |               |- error: type 'FfiConverterTypeTripSummary' does not conform to protocol 'FfiConverter'
      |               `- note: add stubs for conformance
 5889 |     public static func read(from buf: inout (data: Data, offset: Data.Index)) throws -> TripSummary {
 5890 |         return
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:5911:53: error: cannot find type 'RustBuffer' in scope
 5909 | @_documentation(visibility: private)
 5910 | #endif
 5911 | public func FfiConverterTypeTripSummary_lift(_ buf: RustBuffer) throws -> TripSummary {
      |                                                     `- error: cannot find type 'RustBuffer' in scope
 5912 |     return try FfiConverterTypeTripSummary.lift(buf)
 5913 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:5918:72: error: cannot find type 'RustBuffer' in scope
 5916 | @_documentation(visibility: private)
 5917 | #endif
 5918 | public func FfiConverterTypeTripSummary_lower(_ value: TripSummary) -> RustBuffer {
      |                                                                        `- error: cannot find type 'RustBuffer' in scope
 5919 |     return FfiConverterTypeTripSummary.lower(value)
 5920 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:5967:15: error: type 'FfiConverterTypeUserLocation' 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
      :
 5965 | @_documentation(visibility: private)
 5966 | #endif
 5967 | public struct FfiConverterTypeUserLocation: FfiConverterRustBuffer {
      |               |- error: type 'FfiConverterTypeUserLocation' does not conform to protocol 'FfiConverter'
      |               `- note: add stubs for conformance
 5968 |     public static func read(from buf: inout (data: Data, offset: Data.Index)) throws -> UserLocation {
 5969 |         return
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:5992:54: error: cannot find type 'RustBuffer' in scope
 5990 | @_documentation(visibility: private)
 5991 | #endif
 5992 | public func FfiConverterTypeUserLocation_lift(_ buf: RustBuffer) throws -> UserLocation {
      |                                                      `- error: cannot find type 'RustBuffer' in scope
 5993 |     return try FfiConverterTypeUserLocation.lift(buf)
 5994 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:5999:74: error: cannot find type 'RustBuffer' in scope
 5997 | @_documentation(visibility: private)
 5998 | #endif
 5999 | public func FfiConverterTypeUserLocation_lower(_ value: UserLocation) -> RustBuffer {
      |                                                                          `- error: cannot find type 'RustBuffer' in scope
 6000 |     return FfiConverterTypeUserLocation.lower(value)
 6001 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:6102:15: error: type 'FfiConverterTypeValhallaLocationSearchFilter' 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
      :
 6100 | @_documentation(visibility: private)
 6101 | #endif
 6102 | public struct FfiConverterTypeValhallaLocationSearchFilter: FfiConverterRustBuffer {
      |               |- error: type 'FfiConverterTypeValhallaLocationSearchFilter' does not conform to protocol 'FfiConverter'
      |               `- note: add stubs for conformance
 6103 |     public static func read(from buf: inout (data: Data, offset: Data.Index)) throws -> ValhallaLocationSearchFilter {
 6104 |         return
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:6135:70: error: cannot find type 'RustBuffer' in scope
 6133 | @_documentation(visibility: private)
 6134 | #endif
 6135 | public func FfiConverterTypeValhallaLocationSearchFilter_lift(_ buf: RustBuffer) throws -> ValhallaLocationSearchFilter {
      |                                                                      `- error: cannot find type 'RustBuffer' in scope
 6136 |     return try FfiConverterTypeValhallaLocationSearchFilter.lift(buf)
 6137 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:6142:106: error: cannot find type 'RustBuffer' in scope
 6140 | @_documentation(visibility: private)
 6141 | #endif
 6142 | public func FfiConverterTypeValhallaLocationSearchFilter_lower(_ value: ValhallaLocationSearchFilter) -> RustBuffer {
      |                                                                                                          `- error: cannot find type 'RustBuffer' in scope
 6143 |     return FfiConverterTypeValhallaLocationSearchFilter.lower(value)
 6144 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:6360:15: error: type 'FfiConverterTypeValhallaWaypointProperties' 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
      :
 6358 | @_documentation(visibility: private)
 6359 | #endif
 6360 | public struct FfiConverterTypeValhallaWaypointProperties: FfiConverterRustBuffer {
      |               |- error: type 'FfiConverterTypeValhallaWaypointProperties' does not conform to protocol 'FfiConverter'
      |               `- note: add stubs for conformance
 6361 |     public static func read(from buf: inout (data: Data, offset: Data.Index)) throws -> ValhallaWaypointProperties {
 6362 |         return
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:6401:68: error: cannot find type 'RustBuffer' in scope
 6399 | @_documentation(visibility: private)
 6400 | #endif
 6401 | public func FfiConverterTypeValhallaWaypointProperties_lift(_ buf: RustBuffer) throws -> ValhallaWaypointProperties {
      |                                                                    `- error: cannot find type 'RustBuffer' in scope
 6402 |     return try FfiConverterTypeValhallaWaypointProperties.lift(buf)
 6403 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:6408:102: error: cannot find type 'RustBuffer' in scope
 6406 | @_documentation(visibility: private)
 6407 | #endif
 6408 | public func FfiConverterTypeValhallaWaypointProperties_lower(_ value: ValhallaWaypointProperties) -> RustBuffer {
      |                                                                                                      `- error: cannot find type 'RustBuffer' in scope
 6409 |     return FfiConverterTypeValhallaWaypointProperties.lower(value)
 6410 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:6471:15: error: type 'FfiConverterTypeVisualInstruction' 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
      :
 6469 | @_documentation(visibility: private)
 6470 | #endif
 6471 | public struct FfiConverterTypeVisualInstruction: FfiConverterRustBuffer {
      |               |- error: type 'FfiConverterTypeVisualInstruction' does not conform to protocol 'FfiConverter'
      |               `- note: add stubs for conformance
 6472 |     public static func read(from buf: inout (data: Data, offset: Data.Index)) throws -> VisualInstruction {
 6473 |         return
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:6494:59: error: cannot find type 'RustBuffer' in scope
 6492 | @_documentation(visibility: private)
 6493 | #endif
 6494 | public func FfiConverterTypeVisualInstruction_lift(_ buf: RustBuffer) throws -> VisualInstruction {
      |                                                           `- error: cannot find type 'RustBuffer' in scope
 6495 |     return try FfiConverterTypeVisualInstruction.lift(buf)
 6496 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:6501:84: error: cannot find type 'RustBuffer' in scope
 6499 | @_documentation(visibility: private)
 6500 | #endif
 6501 | public func FfiConverterTypeVisualInstruction_lower(_ value: VisualInstruction) -> RustBuffer {
      |                                                                                    `- error: cannot find type 'RustBuffer' in scope
 6502 |     return FfiConverterTypeVisualInstruction.lower(value)
 6503 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:6584:15: error: type 'FfiConverterTypeVisualInstructionContent' 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
      :
 6582 | @_documentation(visibility: private)
 6583 | #endif
 6584 | public struct FfiConverterTypeVisualInstructionContent: FfiConverterRustBuffer {
      |               |- error: type 'FfiConverterTypeVisualInstructionContent' does not conform to protocol 'FfiConverter'
      |               `- note: add stubs for conformance
 6585 |     public static func read(from buf: inout (data: Data, offset: Data.Index)) throws -> VisualInstructionContent {
 6586 |         return
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:6611:66: error: cannot find type 'RustBuffer' in scope
 6609 | @_documentation(visibility: private)
 6610 | #endif
 6611 | public func FfiConverterTypeVisualInstructionContent_lift(_ buf: RustBuffer) throws -> VisualInstructionContent {
      |                                                                  `- error: cannot find type 'RustBuffer' in scope
 6612 |     return try FfiConverterTypeVisualInstructionContent.lift(buf)
 6613 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:6618:98: error: cannot find type 'RustBuffer' in scope
 6616 | @_documentation(visibility: private)
 6617 | #endif
 6618 | public func FfiConverterTypeVisualInstructionContent_lower(_ value: VisualInstructionContent) -> RustBuffer {
      |                                                                                                  `- error: cannot find type 'RustBuffer' in scope
 6619 |     return FfiConverterTypeVisualInstructionContent.lower(value)
 6620 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:6703:15: error: type 'FfiConverterTypeWaypoint' 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
      :
 6701 | @_documentation(visibility: private)
 6702 | #endif
 6703 | public struct FfiConverterTypeWaypoint: FfiConverterRustBuffer {
      |               |- error: type 'FfiConverterTypeWaypoint' does not conform to protocol 'FfiConverter'
      |               `- note: add stubs for conformance
 6704 |     public static func read(from buf: inout (data: Data, offset: Data.Index)) throws -> Waypoint {
 6705 |         return
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:6724:50: error: cannot find type 'RustBuffer' in scope
 6722 | @_documentation(visibility: private)
 6723 | #endif
 6724 | public func FfiConverterTypeWaypoint_lift(_ buf: RustBuffer) throws -> Waypoint {
      |                                                  `- error: cannot find type 'RustBuffer' in scope
 6725 |     return try FfiConverterTypeWaypoint.lift(buf)
 6726 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:6731:66: error: cannot find type 'RustBuffer' in scope
 6729 | @_documentation(visibility: private)
 6730 | #endif
 6731 | public func FfiConverterTypeWaypoint_lower(_ value: Waypoint) -> RustBuffer {
      |                                                                  `- error: cannot find type 'RustBuffer' in scope
 6732 |     return FfiConverterTypeWaypoint.lower(value)
 6733 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:6765:15: error: type 'FfiConverterTypeBlockedLane' 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 |
      :
 6763 | @_documentation(visibility: private)
 6764 | #endif
 6765 | public struct FfiConverterTypeBlockedLane: FfiConverterRustBuffer {
      |               |- error: type 'FfiConverterTypeBlockedLane' does not conform to protocol 'FfiConverter'
      |               `- note: add stubs for conformance
 6766 |     typealias SwiftType = BlockedLane
 6767 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:6835:53: error: cannot find type 'RustBuffer' in scope
 6833 | @_documentation(visibility: private)
 6834 | #endif
 6835 | public func FfiConverterTypeBlockedLane_lift(_ buf: RustBuffer) throws -> BlockedLane {
      |                                                     `- error: cannot find type 'RustBuffer' in scope
 6836 |     return try FfiConverterTypeBlockedLane.lift(buf)
 6837 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:6842:72: error: cannot find type 'RustBuffer' in scope
 6840 | @_documentation(visibility: private)
 6841 | #endif
 6842 | public func FfiConverterTypeBlockedLane_lower(_ value: BlockedLane) -> RustBuffer {
      |                                                                        `- error: cannot find type 'RustBuffer' in scope
 6843 |     return FfiConverterTypeBlockedLane.lower(value)
 6844 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:6878:15: error: type 'FfiConverterTypeCourseFiltering' 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 |
      :
 6876 | @_documentation(visibility: private)
 6877 | #endif
 6878 | public struct FfiConverterTypeCourseFiltering: FfiConverterRustBuffer {
      |               |- error: type 'FfiConverterTypeCourseFiltering' does not conform to protocol 'FfiConverter'
      |               `- note: add stubs for conformance
 6879 |     typealias SwiftType = CourseFiltering
 6880 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:6912:57: error: cannot find type 'RustBuffer' in scope
 6910 | @_documentation(visibility: private)
 6911 | #endif
 6912 | public func FfiConverterTypeCourseFiltering_lift(_ buf: RustBuffer) throws -> CourseFiltering {
      |                                                         `- error: cannot find type 'RustBuffer' in scope
 6913 |     return try FfiConverterTypeCourseFiltering.lift(buf)
 6914 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:6919:80: error: cannot find type 'RustBuffer' in scope
 6917 | @_documentation(visibility: private)
 6918 | #endif
 6919 | public func FfiConverterTypeCourseFiltering_lower(_ value: CourseFiltering) -> RustBuffer {
      |                                                                                `- error: cannot find type 'RustBuffer' in scope
 6920 |     return FfiConverterTypeCourseFiltering.lower(value)
 6921 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:6952:15: error: type 'FfiConverterTypeDrivingSide' 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 |
      :
 6950 | @_documentation(visibility: private)
 6951 | #endif
 6952 | public struct FfiConverterTypeDrivingSide: FfiConverterRustBuffer {
      |               |- error: type 'FfiConverterTypeDrivingSide' does not conform to protocol 'FfiConverter'
      |               `- note: add stubs for conformance
 6953 |     typealias SwiftType = DrivingSide
 6954 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:6986:53: error: cannot find type 'RustBuffer' in scope
 6984 | @_documentation(visibility: private)
 6985 | #endif
 6986 | public func FfiConverterTypeDrivingSide_lift(_ buf: RustBuffer) throws -> DrivingSide {
      |                                                     `- error: cannot find type 'RustBuffer' in scope
 6987 |     return try FfiConverterTypeDrivingSide.lift(buf)
 6988 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:6993:72: error: cannot find type 'RustBuffer' in scope
 6991 | @_documentation(visibility: private)
 6992 | #endif
 6993 | public func FfiConverterTypeDrivingSide_lower(_ value: DrivingSide) -> RustBuffer {
      |                                                                        `- error: cannot find type 'RustBuffer' in scope
 6994 |     return FfiConverterTypeDrivingSide.lower(value)
 6995 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:7019:15: error: type 'FfiConverterTypeGraphHopperVoiceUnits' 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 |
      :
 7017 | @_documentation(visibility: private)
 7018 | #endif
 7019 | public struct FfiConverterTypeGraphHopperVoiceUnits: FfiConverterRustBuffer {
      |               |- error: type 'FfiConverterTypeGraphHopperVoiceUnits' does not conform to protocol 'FfiConverter'
      |               `- note: add stubs for conformance
 7020 |     typealias SwiftType = GraphHopperVoiceUnits
 7021 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:7053:63: error: cannot find type 'RustBuffer' in scope
 7051 | @_documentation(visibility: private)
 7052 | #endif
 7053 | public func FfiConverterTypeGraphHopperVoiceUnits_lift(_ buf: RustBuffer) throws -> GraphHopperVoiceUnits {
      |                                                               `- error: cannot find type 'RustBuffer' in scope
 7054 |     return try FfiConverterTypeGraphHopperVoiceUnits.lift(buf)
 7055 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:7060:92: error: cannot find type 'RustBuffer' in scope
 7058 | @_documentation(visibility: private)
 7059 | #endif
 7060 | public func FfiConverterTypeGraphHopperVoiceUnits_lower(_ value: GraphHopperVoiceUnits) -> RustBuffer {
      |                                                                                            `- error: cannot find type 'RustBuffer' in scope
 7061 |     return FfiConverterTypeGraphHopperVoiceUnits.lower(value)
 7062 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:7092:15: error: type 'FfiConverterTypeImpact' 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 |
      :
 7090 | @_documentation(visibility: private)
 7091 | #endif
 7092 | public struct FfiConverterTypeImpact: FfiConverterRustBuffer {
      |               |- error: type 'FfiConverterTypeImpact' does not conform to protocol 'FfiConverter'
      |               `- note: add stubs for conformance
 7093 |     typealias SwiftType = Impact
 7094 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:7144:48: error: cannot find type 'RustBuffer' in scope
 7142 | @_documentation(visibility: private)
 7143 | #endif
 7144 | public func FfiConverterTypeImpact_lift(_ buf: RustBuffer) throws -> Impact {
      |                                                `- error: cannot find type 'RustBuffer' in scope
 7145 |     return try FfiConverterTypeImpact.lift(buf)
 7146 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:7151:62: error: cannot find type 'RustBuffer' in scope
 7149 | @_documentation(visibility: private)
 7150 | #endif
 7151 | public func FfiConverterTypeImpact_lower(_ value: Impact) -> RustBuffer {
      |                                                              `- error: cannot find type 'RustBuffer' in scope
 7152 |     return FfiConverterTypeImpact.lower(value)
 7153 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:7190:15: error: type 'FfiConverterTypeIncidentType' 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 |
      :
 7188 | @_documentation(visibility: private)
 7189 | #endif
 7190 | public struct FfiConverterTypeIncidentType: FfiConverterRustBuffer {
      |               |- error: type 'FfiConverterTypeIncidentType' does not conform to protocol 'FfiConverter'
      |               `- note: add stubs for conformance
 7191 |     typealias SwiftType = IncidentType
 7192 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:7284:54: error: cannot find type 'RustBuffer' in scope
 7282 | @_documentation(visibility: private)
 7283 | #endif
 7284 | public func FfiConverterTypeIncidentType_lift(_ buf: RustBuffer) throws -> IncidentType {
      |                                                      `- error: cannot find type 'RustBuffer' in scope
 7285 |     return try FfiConverterTypeIncidentType.lift(buf)
 7286 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:7291:74: error: cannot find type 'RustBuffer' in scope
 7289 | @_documentation(visibility: private)
 7290 | #endif
 7291 | public func FfiConverterTypeIncidentType_lower(_ value: IncidentType) -> RustBuffer {
      |                                                                          `- error: cannot find type 'RustBuffer' in scope
 7292 |     return FfiConverterTypeIncidentType.lower(value)
 7293 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:7321:15: error: type 'FfiConverterTypeInstantiationError' 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 |
      :
 7319 | @_documentation(visibility: private)
 7320 | #endif
 7321 | public struct FfiConverterTypeInstantiationError: FfiConverterRustBuffer {
      |               |- error: type 'FfiConverterTypeInstantiationError' does not conform to protocol 'FfiConverter'
      |               `- note: add stubs for conformance
 7322 |     typealias SwiftType = InstantiationError
 7323 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:7355:60: error: cannot find type 'RustBuffer' in scope
 7353 | @_documentation(visibility: private)
 7354 | #endif
 7355 | public func FfiConverterTypeInstantiationError_lift(_ buf: RustBuffer) throws -> InstantiationError {
      |                                                            `- error: cannot find type 'RustBuffer' in scope
 7356 |     return try FfiConverterTypeInstantiationError.lift(buf)
 7357 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:7362:86: error: cannot find type 'RustBuffer' in scope
 7360 | @_documentation(visibility: private)
 7361 | #endif
 7362 | public func FfiConverterTypeInstantiationError_lower(_ value: InstantiationError) -> RustBuffer {
      |                                                                                      `- error: cannot find type 'RustBuffer' in scope
 7363 |     return FfiConverterTypeInstantiationError.lower(value)
 7364 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:7418:15: error: type 'FfiConverterTypeLocationBias' 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 |
      :
 7416 | @_documentation(visibility: private)
 7417 | #endif
 7418 | public struct FfiConverterTypeLocationBias: FfiConverterRustBuffer {
      |               |- error: type 'FfiConverterTypeLocationBias' does not conform to protocol 'FfiConverter'
      |               `- note: add stubs for conformance
 7419 |     typealias SwiftType = LocationBias
 7420 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:7470:54: error: cannot find type 'RustBuffer' in scope
 7468 | @_documentation(visibility: private)
 7469 | #endif
 7470 | public func FfiConverterTypeLocationBias_lift(_ buf: RustBuffer) throws -> LocationBias {
      |                                                      `- error: cannot find type 'RustBuffer' in scope
 7471 |     return try FfiConverterTypeLocationBias.lift(buf)
 7472 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:7477:74: error: cannot find type 'RustBuffer' in scope
 7475 | @_documentation(visibility: private)
 7476 | #endif
 7477 | public func FfiConverterTypeLocationBias_lower(_ value: LocationBias) -> RustBuffer {
      |                                                                          `- error: cannot find type 'RustBuffer' in scope
 7478 |     return FfiConverterTypeLocationBias.lower(value)
 7479 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:7512:15: error: type 'FfiConverterTypeManeuverModifier' 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 |
      :
 7510 | @_documentation(visibility: private)
 7511 | #endif
 7512 | public struct FfiConverterTypeManeuverModifier: FfiConverterRustBuffer {
      |               |- error: type 'FfiConverterTypeManeuverModifier' does not conform to protocol 'FfiConverter'
      |               `- note: add stubs for conformance
 7513 |     typealias SwiftType = ManeuverModifier
 7514 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:7582:58: error: cannot find type 'RustBuffer' in scope
 7580 | @_documentation(visibility: private)
 7581 | #endif
 7582 | public func FfiConverterTypeManeuverModifier_lift(_ buf: RustBuffer) throws -> ManeuverModifier {
      |                                                          `- error: cannot find type 'RustBuffer' in scope
 7583 |     return try FfiConverterTypeManeuverModifier.lift(buf)
 7584 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:7589:82: error: cannot find type 'RustBuffer' in scope
 7587 | @_documentation(visibility: private)
 7588 | #endif
 7589 | public func FfiConverterTypeManeuverModifier_lower(_ value: ManeuverModifier) -> RustBuffer {
      |                                                                                  `- error: cannot find type 'RustBuffer' in scope
 7590 |     return FfiConverterTypeManeuverModifier.lower(value)
 7591 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:7634:15: error: type 'FfiConverterTypeManeuverType' 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 |
      :
 7632 | @_documentation(visibility: private)
 7633 | #endif
 7634 | public struct FfiConverterTypeManeuverType: FfiConverterRustBuffer {
      |               |- error: type 'FfiConverterTypeManeuverType' does not conform to protocol 'FfiConverter'
      |               `- note: add stubs for conformance
 7635 |     typealias SwiftType = ManeuverType
 7636 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:7752:54: error: cannot find type 'RustBuffer' in scope
 7750 | @_documentation(visibility: private)
 7751 | #endif
 7752 | public func FfiConverterTypeManeuverType_lift(_ buf: RustBuffer) throws -> ManeuverType {
      |                                                      `- error: cannot find type 'RustBuffer' in scope
 7753 |     return try FfiConverterTypeManeuverType.lift(buf)
 7754 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:7759:74: error: cannot find type 'RustBuffer' in scope
 7757 | @_documentation(visibility: private)
 7758 | #endif
 7759 | public func FfiConverterTypeManeuverType_lower(_ value: ManeuverType) -> RustBuffer {
      |                                                                          `- error: cannot find type 'RustBuffer' in scope
 7760 |     return FfiConverterTypeManeuverType.lower(value)
 7761 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:7790:15: error: type 'FfiConverterTypeModelError' 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 |
      :
 7788 | @_documentation(visibility: private)
 7789 | #endif
 7790 | public struct FfiConverterTypeModelError: FfiConverterRustBuffer {
      |               |- error: type 'FfiConverterTypeModelError' does not conform to protocol 'FfiConverter'
      |               `- note: add stubs for conformance
 7791 |     typealias SwiftType = ModelError
 7792 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:7827:52: error: cannot find type 'RustBuffer' in scope
 7825 | @_documentation(visibility: private)
 7826 | #endif
 7827 | public func FfiConverterTypeModelError_lift(_ buf: RustBuffer) throws -> ModelError {
      |                                                    `- error: cannot find type 'RustBuffer' in scope
 7828 |     return try FfiConverterTypeModelError.lift(buf)
 7829 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:7834:70: error: cannot find type 'RustBuffer' in scope
 7832 | @_documentation(visibility: private)
 7833 | #endif
 7834 | public func FfiConverterTypeModelError_lower(_ value: ModelError) -> RustBuffer {
      |                                                                      `- error: cannot find type 'RustBuffer' in scope
 7835 |     return FfiConverterTypeModelError.lower(value)
 7836 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:7869:15: error: type 'FfiConverterTypeNavigationRecordingEventData' 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 |
      :
 7867 | @_documentation(visibility: private)
 7868 | #endif
 7869 | public struct FfiConverterTypeNavigationRecordingEventData: FfiConverterRustBuffer {
      |               |- error: type 'FfiConverterTypeNavigationRecordingEventData' does not conform to protocol 'FfiConverter'
      |               `- note: add stubs for conformance
 7870 |     typealias SwiftType = NavigationRecordingEventData
 7871 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:7908:70: error: cannot find type 'RustBuffer' in scope
 7906 | @_documentation(visibility: private)
 7907 | #endif
 7908 | public func FfiConverterTypeNavigationRecordingEventData_lift(_ buf: RustBuffer) throws -> NavigationRecordingEventData {
      |                                                                      `- error: cannot find type 'RustBuffer' in scope
 7909 |     return try FfiConverterTypeNavigationRecordingEventData.lift(buf)
 7910 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:7915:106: error: cannot find type 'RustBuffer' in scope
 7913 | @_documentation(visibility: private)
 7914 | #endif
 7915 | public func FfiConverterTypeNavigationRecordingEventData_lower(_ value: NavigationRecordingEventData) -> RustBuffer {
      |                                                                                                          `- error: cannot find type 'RustBuffer' in scope
 7916 |     return FfiConverterTypeNavigationRecordingEventData.lower(value)
 7917 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:7953:15: error: type 'FfiConverterTypeParsingError' 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 |
      :
 7951 | @_documentation(visibility: private)
 7952 | #endif
 7953 | public struct FfiConverterTypeParsingError: FfiConverterRustBuffer {
      |               |- error: type 'FfiConverterTypeParsingError' does not conform to protocol 'FfiConverter'
      |               `- note: add stubs for conformance
 7954 |     typealias SwiftType = ParsingError
 7955 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:8021:54: error: cannot find type 'RustBuffer' in scope
 8019 | @_documentation(visibility: private)
 8020 | #endif
 8021 | public func FfiConverterTypeParsingError_lift(_ buf: RustBuffer) throws -> ParsingError {
      |                                                      `- error: cannot find type 'RustBuffer' in scope
 8022 |     return try FfiConverterTypeParsingError.lift(buf)
 8023 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:8028:74: error: cannot find type 'RustBuffer' in scope
 8026 | @_documentation(visibility: private)
 8027 | #endif
 8028 | public func FfiConverterTypeParsingError_lower(_ value: ParsingError) -> RustBuffer {
      |                                                                          `- error: cannot find type 'RustBuffer' in scope
 8029 |     return FfiConverterTypeParsingError.lower(value)
 8030 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:8068:15: error: type 'FfiConverterTypeRecordingError' 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 |
      :
 8066 | @_documentation(visibility: private)
 8067 | #endif
 8068 | public struct FfiConverterTypeRecordingError: FfiConverterRustBuffer {
      |               |- error: type 'FfiConverterTypeRecordingError' does not conform to protocol 'FfiConverter'
      |               `- note: add stubs for conformance
 8069 |     typealias SwiftType = RecordingError
 8070 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:8110:56: error: cannot find type 'RustBuffer' in scope
 8108 | @_documentation(visibility: private)
 8109 | #endif
 8110 | public func FfiConverterTypeRecordingError_lift(_ buf: RustBuffer) throws -> RecordingError {
      |                                                        `- error: cannot find type 'RustBuffer' in scope
 8111 |     return try FfiConverterTypeRecordingError.lift(buf)
 8112 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:8117:78: error: cannot find type 'RustBuffer' in scope
 8115 | @_documentation(visibility: private)
 8116 | #endif
 8117 | public func FfiConverterTypeRecordingError_lower(_ value: RecordingError) -> RustBuffer {
      |                                                                              `- error: cannot find type 'RustBuffer' in scope
 8118 |     return FfiConverterTypeRecordingError.lower(value)
 8119 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:8158:15: error: type 'FfiConverterTypeRouteDeviation' 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 |
      :
 8156 | @_documentation(visibility: private)
 8157 | #endif
 8158 | public struct FfiConverterTypeRouteDeviation: FfiConverterRustBuffer {
      |               |- error: type 'FfiConverterTypeRouteDeviation' does not conform to protocol 'FfiConverter'
      |               `- note: add stubs for conformance
 8159 |     typealias SwiftType = RouteDeviation
 8160 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:8194:56: error: cannot find type 'RustBuffer' in scope
 8192 | @_documentation(visibility: private)
 8193 | #endif
 8194 | public func FfiConverterTypeRouteDeviation_lift(_ buf: RustBuffer) throws -> RouteDeviation {
      |                                                        `- error: cannot find type 'RustBuffer' in scope
 8195 |     return try FfiConverterTypeRouteDeviation.lift(buf)
 8196 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:8201:78: error: cannot find type 'RustBuffer' in scope
 8199 | @_documentation(visibility: private)
 8200 | #endif
 8201 | public func FfiConverterTypeRouteDeviation_lower(_ value: RouteDeviation) -> RustBuffer {
      |                                                                              `- error: cannot find type 'RustBuffer' in scope
 8202 |     return FfiConverterTypeRouteDeviation.lower(value)
 8203 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:8253:15: error: type 'FfiConverterTypeRouteDeviationTracking' 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 |
      :
 8251 | @_documentation(visibility: private)
 8252 | #endif
 8253 | public struct FfiConverterTypeRouteDeviationTracking: FfiConverterRustBuffer {
      |               |- error: type 'FfiConverterTypeRouteDeviationTracking' does not conform to protocol 'FfiConverter'
      |               `- note: add stubs for conformance
 8254 |     typealias SwiftType = RouteDeviationTracking
 8255 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:8298:64: error: cannot find type 'RustBuffer' in scope
 8296 | @_documentation(visibility: private)
 8297 | #endif
 8298 | public func FfiConverterTypeRouteDeviationTracking_lift(_ buf: RustBuffer) throws -> RouteDeviationTracking {
      |                                                                `- error: cannot find type 'RustBuffer' in scope
 8299 |     return try FfiConverterTypeRouteDeviationTracking.lift(buf)
 8300 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:8305:94: error: cannot find type 'RustBuffer' in scope
 8303 | @_documentation(visibility: private)
 8304 | #endif
 8305 | public func FfiConverterTypeRouteDeviationTracking_lower(_ value: RouteDeviationTracking) -> RustBuffer {
      |                                                                                              `- error: cannot find type 'RustBuffer' in scope
 8306 |     return FfiConverterTypeRouteDeviationTracking.lower(value)
 8307 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:8336:15: error: type 'FfiConverterTypeRouteRequest' 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 |
      :
 8334 | @_documentation(visibility: private)
 8335 | #endif
 8336 | public struct FfiConverterTypeRouteRequest: FfiConverterRustBuffer {
      |               |- error: type 'FfiConverterTypeRouteRequest' does not conform to protocol 'FfiConverter'
      |               `- note: add stubs for conformance
 8337 |     typealias SwiftType = RouteRequest
 8338 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:8377:54: error: cannot find type 'RustBuffer' in scope
 8375 | @_documentation(visibility: private)
 8376 | #endif
 8377 | public func FfiConverterTypeRouteRequest_lift(_ buf: RustBuffer) throws -> RouteRequest {
      |                                                      `- error: cannot find type 'RustBuffer' in scope
 8378 |     return try FfiConverterTypeRouteRequest.lift(buf)
 8379 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:8384:74: error: cannot find type 'RustBuffer' in scope
 8382 | @_documentation(visibility: private)
 8383 | #endif
 8384 | public func FfiConverterTypeRouteRequest_lower(_ value: RouteRequest) -> RustBuffer {
      |                                                                          `- error: cannot find type 'RustBuffer' in scope
 8385 |     return FfiConverterTypeRouteRequest.lower(value)
 8386 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:8416:15: error: type 'FfiConverterTypeRoutingRequestGenerationError' 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 |
      :
 8414 | @_documentation(visibility: private)
 8415 | #endif
 8416 | public struct FfiConverterTypeRoutingRequestGenerationError: FfiConverterRustBuffer {
      |               |- error: type 'FfiConverterTypeRoutingRequestGenerationError' does not conform to protocol 'FfiConverter'
      |               `- note: add stubs for conformance
 8417 |     typealias SwiftType = RoutingRequestGenerationError
 8418 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:8460:71: error: cannot find type 'RustBuffer' in scope
 8458 | @_documentation(visibility: private)
 8459 | #endif
 8460 | public func FfiConverterTypeRoutingRequestGenerationError_lift(_ buf: RustBuffer) throws -> RoutingRequestGenerationError {
      |                                                                       `- error: cannot find type 'RustBuffer' in scope
 8461 |     return try FfiConverterTypeRoutingRequestGenerationError.lift(buf)
 8462 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:8467:108: error: cannot find type 'RustBuffer' in scope
 8465 | @_documentation(visibility: private)
 8466 | #endif
 8467 | public func FfiConverterTypeRoutingRequestGenerationError_lower(_ value: RoutingRequestGenerationError) -> RustBuffer {
      |                                                                                                            `- error: cannot find type 'RustBuffer' in scope
 8468 |     return FfiConverterTypeRoutingRequestGenerationError.lower(value)
 8469 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:8503:15: error: type 'FfiConverterTypeSerializableStepAdvanceCondition' 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 |
      :
 8501 | @_documentation(visibility: private)
 8502 | #endif
 8503 | public struct FfiConverterTypeSerializableStepAdvanceCondition: FfiConverterRustBuffer {
      |               |- error: type 'FfiConverterTypeSerializableStepAdvanceCondition' does not conform to protocol 'FfiConverter'
      |               `- note: add stubs for conformance
 8504 |     typealias SwiftType = SerializableStepAdvanceCondition
 8505 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:8588:74: error: cannot find type 'RustBuffer' in scope
 8586 | @_documentation(visibility: private)
 8587 | #endif
 8588 | public func FfiConverterTypeSerializableStepAdvanceCondition_lift(_ buf: RustBuffer) throws -> SerializableStepAdvanceCondition {
      |                                                                          `- error: cannot find type 'RustBuffer' in scope
 8589 |     return try FfiConverterTypeSerializableStepAdvanceCondition.lift(buf)
 8590 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:8595:114: error: cannot find type 'RustBuffer' in scope
 8593 | @_documentation(visibility: private)
 8594 | #endif
 8595 | public func FfiConverterTypeSerializableStepAdvanceCondition_lower(_ value: SerializableStepAdvanceCondition) -> RustBuffer {
      |                                                                                                                  `- error: cannot find type 'RustBuffer' in scope
 8596 |     return FfiConverterTypeSerializableStepAdvanceCondition.lower(value)
 8597 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:8633:15: error: type 'FfiConverterTypeSimulationError' 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 |
      :
 8631 | @_documentation(visibility: private)
 8632 | #endif
 8633 | public struct FfiConverterTypeSimulationError: FfiConverterRustBuffer {
      |               |- error: type 'FfiConverterTypeSimulationError' does not conform to protocol 'FfiConverter'
      |               `- note: add stubs for conformance
 8634 |     typealias SwiftType = SimulationError
 8635 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:8675:57: error: cannot find type 'RustBuffer' in scope
 8673 | @_documentation(visibility: private)
 8674 | #endif
 8675 | public func FfiConverterTypeSimulationError_lift(_ buf: RustBuffer) throws -> SimulationError {
      |                                                         `- error: cannot find type 'RustBuffer' in scope
 8676 |     return try FfiConverterTypeSimulationError.lift(buf)
 8677 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:8682:80: error: cannot find type 'RustBuffer' in scope
 8680 | @_documentation(visibility: private)
 8681 | #endif
 8682 | public func FfiConverterTypeSimulationError_lower(_ value: SimulationError) -> RustBuffer {
      |                                                                                `- error: cannot find type 'RustBuffer' in scope
 8683 |     return FfiConverterTypeSimulationError.lower(value)
 8684 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:8792:15: error: type 'FfiConverterTypeTripState' 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 |
      :
 8790 | @_documentation(visibility: private)
 8791 | #endif
 8792 | public struct FfiConverterTypeTripState: FfiConverterRustBuffer {
      |               |- error: type 'FfiConverterTypeTripState' does not conform to protocol 'FfiConverter'
      |               `- note: add stubs for conformance
 8793 |     typealias SwiftType = TripState
 8794 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:8849:51: error: cannot find type 'RustBuffer' in scope
 8847 | @_documentation(visibility: private)
 8848 | #endif
 8849 | public func FfiConverterTypeTripState_lift(_ buf: RustBuffer) throws -> TripState {
      |                                                   `- error: cannot find type 'RustBuffer' in scope
 8850 |     return try FfiConverterTypeTripState.lift(buf)
 8851 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:8856:68: error: cannot find type 'RustBuffer' in scope
 8854 | @_documentation(visibility: private)
 8855 | #endif
 8856 | public func FfiConverterTypeTripState_lower(_ value: TripState) -> RustBuffer {
      |                                                                    `- error: cannot find type 'RustBuffer' in scope
 8857 |     return FfiConverterTypeTripState.lower(value)
 8858 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:8893:15: error: type 'FfiConverterTypeValhallaRoadClass' 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 |
      :
 8891 | @_documentation(visibility: private)
 8892 | #endif
 8893 | public struct FfiConverterTypeValhallaRoadClass: FfiConverterRustBuffer {
      |               |- error: type 'FfiConverterTypeValhallaRoadClass' does not conform to protocol 'FfiConverter'
      |               `- note: add stubs for conformance
 8894 |     typealias SwiftType = ValhallaRoadClass
 8895 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:8963:59: error: cannot find type 'RustBuffer' in scope
 8961 | @_documentation(visibility: private)
 8962 | #endif
 8963 | public func FfiConverterTypeValhallaRoadClass_lift(_ buf: RustBuffer) throws -> ValhallaRoadClass {
      |                                                           `- error: cannot find type 'RustBuffer' in scope
 8964 |     return try FfiConverterTypeValhallaRoadClass.lift(buf)
 8965 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:8970:84: error: cannot find type 'RustBuffer' in scope
 8968 | @_documentation(visibility: private)
 8969 | #endif
 8970 | public func FfiConverterTypeValhallaRoadClass_lower(_ value: ValhallaRoadClass) -> RustBuffer {
      |                                                                                    `- error: cannot find type 'RustBuffer' in scope
 8971 |     return FfiConverterTypeValhallaRoadClass.lower(value)
 8972 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:9015:15: error: type 'FfiConverterTypeValhallaWaypointPreferredSide' 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 |
      :
 9013 | @_documentation(visibility: private)
 9014 | #endif
 9015 | public struct FfiConverterTypeValhallaWaypointPreferredSide: FfiConverterRustBuffer {
      |               |- error: type 'FfiConverterTypeValhallaWaypointPreferredSide' does not conform to protocol 'FfiConverter'
      |               `- note: add stubs for conformance
 9016 |     typealias SwiftType = ValhallaWaypointPreferredSide
 9017 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:9055:71: error: cannot find type 'RustBuffer' in scope
 9053 | @_documentation(visibility: private)
 9054 | #endif
 9055 | public func FfiConverterTypeValhallaWaypointPreferredSide_lift(_ buf: RustBuffer) throws -> ValhallaWaypointPreferredSide {
      |                                                                       `- error: cannot find type 'RustBuffer' in scope
 9056 |     return try FfiConverterTypeValhallaWaypointPreferredSide.lift(buf)
 9057 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:9062:108: error: cannot find type 'RustBuffer' in scope
 9060 | @_documentation(visibility: private)
 9061 | #endif
 9062 | public func FfiConverterTypeValhallaWaypointPreferredSide_lower(_ value: ValhallaWaypointPreferredSide) -> RustBuffer {
      |                                                                                                            `- error: cannot find type 'RustBuffer' in scope
 9063 |     return FfiConverterTypeValhallaWaypointPreferredSide.lower(value)
 9064 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:9121:15: error: type 'FfiConverterTypeWaypointAdvanceMode' 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 |
      :
 9119 | @_documentation(visibility: private)
 9120 | #endif
 9121 | public struct FfiConverterTypeWaypointAdvanceMode: FfiConverterRustBuffer {
      |               |- error: type 'FfiConverterTypeWaypointAdvanceMode' does not conform to protocol 'FfiConverter'
      |               `- note: add stubs for conformance
 9122 |     typealias SwiftType = WaypointAdvanceMode
 9123 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:9159:61: error: cannot find type 'RustBuffer' in scope
 9157 | @_documentation(visibility: private)
 9158 | #endif
 9159 | public func FfiConverterTypeWaypointAdvanceMode_lift(_ buf: RustBuffer) throws -> WaypointAdvanceMode {
      |                                                             `- error: cannot find type 'RustBuffer' in scope
 9160 |     return try FfiConverterTypeWaypointAdvanceMode.lift(buf)
 9161 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:9166:88: error: cannot find type 'RustBuffer' in scope
 9164 | @_documentation(visibility: private)
 9165 | #endif
 9166 | public func FfiConverterTypeWaypointAdvanceMode_lower(_ value: WaypointAdvanceMode) -> RustBuffer {
      |                                                                                        `- error: cannot find type 'RustBuffer' in scope
 9167 |     return FfiConverterTypeWaypointAdvanceMode.lower(value)
 9168 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:9206:15: error: type 'FfiConverterTypeWaypointKind' 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 |
      :
 9204 | @_documentation(visibility: private)
 9205 | #endif
 9206 | public struct FfiConverterTypeWaypointKind: FfiConverterRustBuffer {
      |               |- error: type 'FfiConverterTypeWaypointKind' does not conform to protocol 'FfiConverter'
      |               `- note: add stubs for conformance
 9207 |     typealias SwiftType = WaypointKind
 9208 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:9240:54: error: cannot find type 'RustBuffer' in scope
 9238 | @_documentation(visibility: private)
 9239 | #endif
 9240 | public func FfiConverterTypeWaypointKind_lift(_ buf: RustBuffer) throws -> WaypointKind {
      |                                                      `- error: cannot find type 'RustBuffer' in scope
 9241 |     return try FfiConverterTypeWaypointKind.lift(buf)
 9242 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:9247:74: error: cannot find type 'RustBuffer' in scope
 9245 | @_documentation(visibility: private)
 9246 | #endif
 9247 | public func FfiConverterTypeWaypointKind_lower(_ value: WaypointKind) -> RustBuffer {
      |                                                                          `- error: cannot find type 'RustBuffer' in scope
 9248 |     return FfiConverterTypeWaypointKind.lower(value)
 9249 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:9318:15: error: type 'FfiConverterTypeWellKnownRouteProvider' 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 |
      :
 9316 | @_documentation(visibility: private)
 9317 | #endif
 9318 | public struct FfiConverterTypeWellKnownRouteProvider: FfiConverterRustBuffer {
      |               |- error: type 'FfiConverterTypeWellKnownRouteProvider' does not conform to protocol 'FfiConverter'
      |               `- note: add stubs for conformance
 9319 |     typealias SwiftType = WellKnownRouteProvider
 9320 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:9362:64: error: cannot find type 'RustBuffer' in scope
 9360 | @_documentation(visibility: private)
 9361 | #endif
 9362 | public func FfiConverterTypeWellKnownRouteProvider_lift(_ buf: RustBuffer) throws -> WellKnownRouteProvider {
      |                                                                `- error: cannot find type 'RustBuffer' in scope
 9363 |     return try FfiConverterTypeWellKnownRouteProvider.lift(buf)
 9364 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:9369:94: error: cannot find type 'RustBuffer' in scope
 9367 | @_documentation(visibility: private)
 9368 | #endif
 9369 | public func FfiConverterTypeWellKnownRouteProvider_lower(_ value: WellKnownRouteProvider) -> RustBuffer {
      |                                                                                              `- error: cannot find type 'RustBuffer' in scope
 9370 |     return FfiConverterTypeWellKnownRouteProvider.lower(value)
 9371 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:9377:20: error: type 'FfiConverterOptionUInt8' 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 |
      :
 9375 | @_documentation(visibility: private)
 9376 | #endif
 9377 | fileprivate struct FfiConverterOptionUInt8: FfiConverterRustBuffer {
      |                    |- error: type 'FfiConverterOptionUInt8' does not conform to protocol 'FfiConverter'
      |                    `- note: add stubs for conformance
 9378 |     typealias SwiftType = UInt8?
 9379 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:9401:20: error: type 'FfiConverterOptionUInt16' 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 |
      :
 9399 | @_documentation(visibility: private)
 9400 | #endif
 9401 | fileprivate struct FfiConverterOptionUInt16: FfiConverterRustBuffer {
      |                    |- error: type 'FfiConverterOptionUInt16' does not conform to protocol 'FfiConverter'
      |                    `- note: add stubs for conformance
 9402 |     typealias SwiftType = UInt16?
 9403 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:9425: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 |
      :
 9423 | @_documentation(visibility: private)
 9424 | #endif
 9425 | fileprivate struct FfiConverterOptionUInt32: FfiConverterRustBuffer {
      |                    |- error: type 'FfiConverterOptionUInt32' does not conform to protocol 'FfiConverter'
      |                    `- note: add stubs for conformance
 9426 |     typealias SwiftType = UInt32?
 9427 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:9449:20: error: type 'FfiConverterOptionUInt64' 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 |
      :
 9447 | @_documentation(visibility: private)
 9448 | #endif
 9449 | fileprivate struct FfiConverterOptionUInt64: FfiConverterRustBuffer {
      |                    |- error: type 'FfiConverterOptionUInt64' does not conform to protocol 'FfiConverter'
      |                    `- note: add stubs for conformance
 9450 |     typealias SwiftType = UInt64?
 9451 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:9473:20: error: type 'FfiConverterOptionFloat' 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 |
      :
 9471 | @_documentation(visibility: private)
 9472 | #endif
 9473 | fileprivate struct FfiConverterOptionFloat: FfiConverterRustBuffer {
      |                    |- error: type 'FfiConverterOptionFloat' does not conform to protocol 'FfiConverter'
      |                    `- note: add stubs for conformance
 9474 |     typealias SwiftType = Float?
 9475 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:9497:20: error: type 'FfiConverterOptionDouble' 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 |
      :
 9495 | @_documentation(visibility: private)
 9496 | #endif
 9497 | fileprivate struct FfiConverterOptionDouble: FfiConverterRustBuffer {
      |                    |- error: type 'FfiConverterOptionDouble' does not conform to protocol 'FfiConverter'
      |                    `- note: add stubs for conformance
 9498 |     typealias SwiftType = Double?
 9499 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:9521:20: error: type 'FfiConverterOptionBool' 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 |
      :
 9519 | @_documentation(visibility: private)
 9520 | #endif
 9521 | fileprivate struct FfiConverterOptionBool: FfiConverterRustBuffer {
      |                    |- error: type 'FfiConverterOptionBool' does not conform to protocol 'FfiConverter'
      |                    `- note: add stubs for conformance
 9522 |     typealias SwiftType = Bool?
 9523 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:9545: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 |
      :
 9543 | @_documentation(visibility: private)
 9544 | #endif
 9545 | fileprivate struct FfiConverterOptionString: FfiConverterRustBuffer {
      |                    |- error: type 'FfiConverterOptionString' does not conform to protocol 'FfiConverter'
      |                    `- note: add stubs for conformance
 9546 |     typealias SwiftType = String?
 9547 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:9569:20: error: type 'FfiConverterOptionData' 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 |
      :
 9567 | @_documentation(visibility: private)
 9568 | #endif
 9569 | fileprivate struct FfiConverterOptionData: FfiConverterRustBuffer {
      |                    |- error: type 'FfiConverterOptionData' does not conform to protocol 'FfiConverter'
      |                    `- note: add stubs for conformance
 9570 |     typealias SwiftType = Data?
 9571 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:9593:20: error: type 'FfiConverterOptionTypeBoundingBox' 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 |
      :
 9591 | @_documentation(visibility: private)
 9592 | #endif
 9593 | fileprivate struct FfiConverterOptionTypeBoundingBox: FfiConverterRustBuffer {
      |                    |- error: type 'FfiConverterOptionTypeBoundingBox' does not conform to protocol 'FfiConverter'
      |                    `- note: add stubs for conformance
 9594 |     typealias SwiftType = BoundingBox?
 9595 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:9617:20: error: type 'FfiConverterOptionTypeCongestion' 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 |
      :
 9615 | @_documentation(visibility: private)
 9616 | #endif
 9617 | fileprivate struct FfiConverterOptionTypeCongestion: FfiConverterRustBuffer {
      |                    |- error: type 'FfiConverterOptionTypeCongestion' does not conform to protocol 'FfiConverter'
      |                    `- note: add stubs for conformance
 9618 |     typealias SwiftType = Congestion?
 9619 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:9641:20: error: type 'FfiConverterOptionTypeCourseOverGround' 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 |
      :
 9639 | @_documentation(visibility: private)
 9640 | #endif
 9641 | fileprivate struct FfiConverterOptionTypeCourseOverGround: FfiConverterRustBuffer {
      |                    |- error: type 'FfiConverterOptionTypeCourseOverGround' does not conform to protocol 'FfiConverter'
      |                    `- note: add stubs for conformance
 9642 |     typealias SwiftType = CourseOverGround?
 9643 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:9665:20: error: type 'FfiConverterOptionTypeGeographicCoordinate' 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 |
      :
 9663 | @_documentation(visibility: private)
 9664 | #endif
 9665 | fileprivate struct FfiConverterOptionTypeGeographicCoordinate: FfiConverterRustBuffer {
      |                    |- error: type 'FfiConverterOptionTypeGeographicCoordinate' does not conform to protocol 'FfiConverter'
      |                    `- note: add stubs for conformance
 9666 |     typealias SwiftType = GeographicCoordinate?
 9667 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:9689:20: error: type 'FfiConverterOptionTypeNavigationSessionSnapshot' 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 |
      :
 9687 | @_documentation(visibility: private)
 9688 | #endif
 9689 | fileprivate struct FfiConverterOptionTypeNavigationSessionSnapshot: FfiConverterRustBuffer {
      |                    |- error: type 'FfiConverterOptionTypeNavigationSessionSnapshot' does not conform to protocol 'FfiConverter'
      |                    `- note: add stubs for conformance
 9690 |     typealias SwiftType = NavigationSessionSnapshot?
 9691 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:9713:20: error: type 'FfiConverterOptionTypeSpeed' 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 |
      :
 9711 | @_documentation(visibility: private)
 9712 | #endif
 9713 | fileprivate struct FfiConverterOptionTypeSpeed: FfiConverterRustBuffer {
      |                    |- error: type 'FfiConverterOptionTypeSpeed' does not conform to protocol 'FfiConverter'
      |                    `- note: add stubs for conformance
 9714 |     typealias SwiftType = Speed?
 9715 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:9737:20: error: type 'FfiConverterOptionTypeSpokenInstruction' 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 |
      :
 9735 | @_documentation(visibility: private)
 9736 | #endif
 9737 | fileprivate struct FfiConverterOptionTypeSpokenInstruction: FfiConverterRustBuffer {
      |                    |- error: type 'FfiConverterOptionTypeSpokenInstruction' does not conform to protocol 'FfiConverter'
      |                    `- note: add stubs for conformance
 9738 |     typealias SwiftType = SpokenInstruction?
 9739 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:9761:20: error: type 'FfiConverterOptionTypeUserLocation' 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 |
      :
 9759 | @_documentation(visibility: private)
 9760 | #endif
 9761 | fileprivate struct FfiConverterOptionTypeUserLocation: FfiConverterRustBuffer {
      |                    |- error: type 'FfiConverterOptionTypeUserLocation' does not conform to protocol 'FfiConverter'
      |                    `- note: add stubs for conformance
 9762 |     typealias SwiftType = UserLocation?
 9763 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:9785:20: error: type 'FfiConverterOptionTypeValhallaLocationSearchFilter' 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 |
      :
 9783 | @_documentation(visibility: private)
 9784 | #endif
 9785 | fileprivate struct FfiConverterOptionTypeValhallaLocationSearchFilter: FfiConverterRustBuffer {
      |                    |- error: type 'FfiConverterOptionTypeValhallaLocationSearchFilter' does not conform to protocol 'FfiConverter'
      |                    `- note: add stubs for conformance
 9786 |     typealias SwiftType = ValhallaLocationSearchFilter?
 9787 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:9809:20: error: type 'FfiConverterOptionTypeVisualInstruction' 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 |
      :
 9807 | @_documentation(visibility: private)
 9808 | #endif
 9809 | fileprivate struct FfiConverterOptionTypeVisualInstruction: FfiConverterRustBuffer {
      |                    |- error: type 'FfiConverterOptionTypeVisualInstruction' does not conform to protocol 'FfiConverter'
      |                    `- note: add stubs for conformance
 9810 |     typealias SwiftType = VisualInstruction?
 9811 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:9833:20: error: type 'FfiConverterOptionTypeVisualInstructionContent' 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 |
      :
 9831 | @_documentation(visibility: private)
 9832 | #endif
 9833 | fileprivate struct FfiConverterOptionTypeVisualInstructionContent: FfiConverterRustBuffer {
      |                    |- error: type 'FfiConverterOptionTypeVisualInstructionContent' does not conform to protocol 'FfiConverter'
      |                    `- note: add stubs for conformance
 9834 |     typealias SwiftType = VisualInstructionContent?
 9835 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:9857:20: error: type 'FfiConverterOptionTypeDrivingSide' 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 |
      :
 9855 | @_documentation(visibility: private)
 9856 | #endif
 9857 | fileprivate struct FfiConverterOptionTypeDrivingSide: FfiConverterRustBuffer {
      |                    |- error: type 'FfiConverterOptionTypeDrivingSide' does not conform to protocol 'FfiConverter'
      |                    `- note: add stubs for conformance
 9858 |     typealias SwiftType = DrivingSide?
 9859 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:9881:20: error: type 'FfiConverterOptionTypeImpact' 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 |
      :
 9879 | @_documentation(visibility: private)
 9880 | #endif
 9881 | fileprivate struct FfiConverterOptionTypeImpact: FfiConverterRustBuffer {
      |                    |- error: type 'FfiConverterOptionTypeImpact' does not conform to protocol 'FfiConverter'
      |                    `- note: add stubs for conformance
 9882 |     typealias SwiftType = Impact?
 9883 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:9905:20: error: type 'FfiConverterOptionTypeManeuverModifier' 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 |
      :
 9903 | @_documentation(visibility: private)
 9904 | #endif
 9905 | fileprivate struct FfiConverterOptionTypeManeuverModifier: FfiConverterRustBuffer {
      |                    |- error: type 'FfiConverterOptionTypeManeuverModifier' does not conform to protocol 'FfiConverter'
      |                    `- note: add stubs for conformance
 9906 |     typealias SwiftType = ManeuverModifier?
 9907 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:9929:20: error: type 'FfiConverterOptionTypeManeuverType' 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 |
      :
 9927 | @_documentation(visibility: private)
 9928 | #endif
 9929 | fileprivate struct FfiConverterOptionTypeManeuverType: FfiConverterRustBuffer {
      |                    |- error: type 'FfiConverterOptionTypeManeuverType' does not conform to protocol 'FfiConverter'
      |                    `- note: add stubs for conformance
 9930 |     typealias SwiftType = ManeuverType?
 9931 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:9953:20: error: type 'FfiConverterOptionTypeTripState' 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 |
      :
 9951 | @_documentation(visibility: private)
 9952 | #endif
 9953 | fileprivate struct FfiConverterOptionTypeTripState: FfiConverterRustBuffer {
      |                    |- error: type 'FfiConverterOptionTypeTripState' does not conform to protocol 'FfiConverter'
      |                    `- note: add stubs for conformance
 9954 |     typealias SwiftType = TripState?
 9955 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:9977:20: error: type 'FfiConverterOptionTypeValhallaRoadClass' 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 |
      :
 9975 | @_documentation(visibility: private)
 9976 | #endif
 9977 | fileprivate struct FfiConverterOptionTypeValhallaRoadClass: FfiConverterRustBuffer {
      |                    |- error: type 'FfiConverterOptionTypeValhallaRoadClass' does not conform to protocol 'FfiConverter'
      |                    `- note: add stubs for conformance
 9978 |     typealias SwiftType = ValhallaRoadClass?
 9979 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10001:20: error: type 'FfiConverterOptionTypeValhallaWaypointPreferredSide' 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 |
      :
 9999 | @_documentation(visibility: private)
10000 | #endif
10001 | fileprivate struct FfiConverterOptionTypeValhallaWaypointPreferredSide: FfiConverterRustBuffer {
      |                    |- error: type 'FfiConverterOptionTypeValhallaWaypointPreferredSide' does not conform to protocol 'FfiConverter'
      |                    `- note: add stubs for conformance
10002 |     typealias SwiftType = ValhallaWaypointPreferredSide?
10003 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10025:20: error: type 'FfiConverterOptionSequenceString' 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 |
      :
10023 | @_documentation(visibility: private)
10024 | #endif
10025 | fileprivate struct FfiConverterOptionSequenceString: FfiConverterRustBuffer {
      |                    |- error: type 'FfiConverterOptionSequenceString' does not conform to protocol 'FfiConverter'
      |                    `- note: add stubs for conformance
10026 |     typealias SwiftType = [String]?
10027 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10049:20: error: type 'FfiConverterOptionSequenceTypeLaneInfo' 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 |
      :
10047 | @_documentation(visibility: private)
10048 | #endif
10049 | fileprivate struct FfiConverterOptionSequenceTypeLaneInfo: FfiConverterRustBuffer {
      |                    |- error: type 'FfiConverterOptionSequenceTypeLaneInfo' does not conform to protocol 'FfiConverter'
      |                    `- note: add stubs for conformance
10050 |     typealias SwiftType = [LaneInfo]?
10051 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10073:20: error: type 'FfiConverterOptionTypeUtcDateTime' 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 |
      :
10071 | @_documentation(visibility: private)
10072 | #endif
10073 | fileprivate struct FfiConverterOptionTypeUtcDateTime: FfiConverterRustBuffer {
      |                    |- error: type 'FfiConverterOptionTypeUtcDateTime' does not conform to protocol 'FfiConverter'
      |                    `- note: add stubs for conformance
10074 |     typealias SwiftType = UtcDateTime?
10075 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10097: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 |
      :
10095 | @_documentation(visibility: private)
10096 | #endif
10097 | fileprivate struct FfiConverterSequenceString: FfiConverterRustBuffer {
      |                    |- error: type 'FfiConverterSequenceString' does not conform to protocol 'FfiConverter'
      |                    `- note: add stubs for conformance
10098 |     typealias SwiftType = [String]
10099 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10122:20: error: type 'FfiConverterSequenceTypeNavigationObserver' 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 |
      :
10120 | @_documentation(visibility: private)
10121 | #endif
10122 | fileprivate struct FfiConverterSequenceTypeNavigationObserver: FfiConverterRustBuffer {
      |                    |- error: type 'FfiConverterSequenceTypeNavigationObserver' does not conform to protocol 'FfiConverter'
      |                    `- note: add stubs for conformance
10123 |     typealias SwiftType = [NavigationObserver]
10124 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10147:20: error: type 'FfiConverterSequenceTypeStepAdvanceCondition' 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 |
      :
10145 | @_documentation(visibility: private)
10146 | #endif
10147 | fileprivate struct FfiConverterSequenceTypeStepAdvanceCondition: FfiConverterRustBuffer {
      |                    |- error: type 'FfiConverterSequenceTypeStepAdvanceCondition' does not conform to protocol 'FfiConverter'
      |                    `- note: add stubs for conformance
10148 |     typealias SwiftType = [StepAdvanceCondition]
10149 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10172:20: error: type 'FfiConverterSequenceTypeGeographicCoordinate' 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 |
      :
10170 | @_documentation(visibility: private)
10171 | #endif
10172 | fileprivate struct FfiConverterSequenceTypeGeographicCoordinate: FfiConverterRustBuffer {
      |                    |- error: type 'FfiConverterSequenceTypeGeographicCoordinate' does not conform to protocol 'FfiConverter'
      |                    `- note: add stubs for conformance
10173 |     typealias SwiftType = [GeographicCoordinate]
10174 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10197:20: error: type 'FfiConverterSequenceTypeIncident' 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 |
      :
10195 | @_documentation(visibility: private)
10196 | #endif
10197 | fileprivate struct FfiConverterSequenceTypeIncident: FfiConverterRustBuffer {
      |                    |- error: type 'FfiConverterSequenceTypeIncident' does not conform to protocol 'FfiConverter'
      |                    `- note: add stubs for conformance
10198 |     typealias SwiftType = [Incident]
10199 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10222:20: error: type 'FfiConverterSequenceTypeLaneInfo' 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 |
      :
10220 | @_documentation(visibility: private)
10221 | #endif
10222 | fileprivate struct FfiConverterSequenceTypeLaneInfo: FfiConverterRustBuffer {
      |                    |- error: type 'FfiConverterSequenceTypeLaneInfo' does not conform to protocol 'FfiConverter'
      |                    `- note: add stubs for conformance
10223 |     typealias SwiftType = [LaneInfo]
10224 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10247:20: error: type 'FfiConverterSequenceTypeNavigationRecordingEvent' 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 |
      :
10245 | @_documentation(visibility: private)
10246 | #endif
10247 | fileprivate struct FfiConverterSequenceTypeNavigationRecordingEvent: FfiConverterRustBuffer {
      |                    |- error: type 'FfiConverterSequenceTypeNavigationRecordingEvent' does not conform to protocol 'FfiConverter'
      |                    `- note: add stubs for conformance
10248 |     typealias SwiftType = [NavigationRecordingEvent]
10249 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10272:20: error: type 'FfiConverterSequenceTypeRoute' 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 |
      :
10270 | @_documentation(visibility: private)
10271 | #endif
10272 | fileprivate struct FfiConverterSequenceTypeRoute: FfiConverterRustBuffer {
      |                    |- error: type 'FfiConverterSequenceTypeRoute' does not conform to protocol 'FfiConverter'
      |                    `- note: add stubs for conformance
10273 |     typealias SwiftType = [Route]
10274 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10297:20: error: type 'FfiConverterSequenceTypeRouteStep' 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 |
      :
10295 | @_documentation(visibility: private)
10296 | #endif
10297 | fileprivate struct FfiConverterSequenceTypeRouteStep: FfiConverterRustBuffer {
      |                    |- error: type 'FfiConverterSequenceTypeRouteStep' does not conform to protocol 'FfiConverter'
      |                    `- note: add stubs for conformance
10298 |     typealias SwiftType = [RouteStep]
10299 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10322:20: error: type 'FfiConverterSequenceTypeSpokenInstruction' 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 |
      :
10320 | @_documentation(visibility: private)
10321 | #endif
10322 | fileprivate struct FfiConverterSequenceTypeSpokenInstruction: FfiConverterRustBuffer {
      |                    |- error: type 'FfiConverterSequenceTypeSpokenInstruction' does not conform to protocol 'FfiConverter'
      |                    `- note: add stubs for conformance
10323 |     typealias SwiftType = [SpokenInstruction]
10324 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10347:20: error: type 'FfiConverterSequenceTypeVisualInstruction' 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 |
      :
10345 | @_documentation(visibility: private)
10346 | #endif
10347 | fileprivate struct FfiConverterSequenceTypeVisualInstruction: FfiConverterRustBuffer {
      |                    |- error: type 'FfiConverterSequenceTypeVisualInstruction' does not conform to protocol 'FfiConverter'
      |                    `- note: add stubs for conformance
10348 |     typealias SwiftType = [VisualInstruction]
10349 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10372:20: error: type 'FfiConverterSequenceTypeWaypoint' 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 |
      :
10370 | @_documentation(visibility: private)
10371 | #endif
10372 | fileprivate struct FfiConverterSequenceTypeWaypoint: FfiConverterRustBuffer {
      |                    |- error: type 'FfiConverterSequenceTypeWaypoint' does not conform to protocol 'FfiConverter'
      |                    `- note: add stubs for conformance
10373 |     typealias SwiftType = [Waypoint]
10374 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10397:20: error: type 'FfiConverterSequenceTypeBlockedLane' 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 |
      :
10395 | @_documentation(visibility: private)
10396 | #endif
10397 | fileprivate struct FfiConverterSequenceTypeBlockedLane: FfiConverterRustBuffer {
      |                    |- error: type 'FfiConverterSequenceTypeBlockedLane' does not conform to protocol 'FfiConverter'
      |                    `- note: add stubs for conformance
10398 |     typealias SwiftType = [BlockedLane]
10399 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10422:20: error: type 'FfiConverterSequenceTypeSerializableStepAdvanceCondition' 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 |
      :
10420 | @_documentation(visibility: private)
10421 | #endif
10422 | fileprivate struct FfiConverterSequenceTypeSerializableStepAdvanceCondition: FfiConverterRustBuffer {
      |                    |- error: type 'FfiConverterSequenceTypeSerializableStepAdvanceCondition' does not conform to protocol 'FfiConverter'
      |                    `- note: add stubs for conformance
10423 |     typealias SwiftType = [SerializableStepAdvanceCondition]
10424 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10447:20: error: type 'FfiConverterDictionaryStringString' 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
      :
10445 | @_documentation(visibility: private)
10446 | #endif
10447 | fileprivate struct FfiConverterDictionaryStringString: FfiConverterRustBuffer {
      |                    |- error: type 'FfiConverterDictionaryStringString' does not conform to protocol 'FfiConverter'
      |                    `- note: add stubs for conformance
10448 |     public static func write(_ value: [String: String], into buf: inout [UInt8]) {
10449 |         let len = Int32(value.count)
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10545:38: error: cannot find type 'RustBuffer' in scope
10543 |     }
10544 |
10545 |     public static func lift(_ value: RustBuffer) throws -> Uuid {
      |                                      `- error: cannot find type 'RustBuffer' in scope
10546 |         let builtinValue = try FfiConverterString.lift(value)
10547 |         return UUID(uuidString: builtinValue)!
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10550:48: error: cannot find type 'RustBuffer' in scope
10548 |     }
10549 |
10550 |     public static func lower(_ value: Uuid) -> RustBuffer {
      |                                                `- error: cannot find type 'RustBuffer' in scope
10551 |         let builtinValue = value.uuidString
10552 |         return FfiConverterString.lower(builtinValue)
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10533:15: error: type 'FfiConverterTypeUuid' 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
      :
10531 | @_documentation(visibility: private)
10532 | #endif
10533 | public struct FfiConverterTypeUuid: FfiConverter {
      |               |- error: type 'FfiConverterTypeUuid' does not conform to protocol 'FfiConverter'
      |               `- note: add stubs for conformance
10534 |
10535 |     public static func read(from buf: inout (data: Data, offset: Data.Index)) throws -> Uuid {
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10560:48: error: cannot find type 'RustBuffer' in scope
10558 | @_documentation(visibility: private)
10559 | #endif
10560 | public func FfiConverterTypeUuid_lift(_ value: RustBuffer) throws -> Uuid {
      |                                                `- error: cannot find type 'RustBuffer' in scope
10561 |     return try FfiConverterTypeUuid.lift(value)
10562 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10567:58: error: cannot find type 'RustBuffer' in scope
10565 | @_documentation(visibility: private)
10566 | #endif
10567 | public func FfiConverterTypeUuid_lower(_ value: Uuid) -> RustBuffer {
      |                                                          `- error: cannot find type 'RustBuffer' in scope
10568 |     return FfiConverterTypeUuid.lower(value)
10569 | }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10872:40: error: cannot find 'ffi_ferrostar_uniffi_contract_version' in scope
10870 |     let bindings_contract_version = 30
10871 |     // Get the scaffolding contract version by calling the into the dylib
10872 |     let scaffolding_contract_version = ffi_ferrostar_uniffi_contract_version()
      |                                        `- error: cannot find 'ffi_ferrostar_uniffi_contract_version' in scope
10873 |     if bindings_contract_version != scaffolding_contract_version {
10874 |         return InitializationResult.contractVersionMismatch
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10876:9: error: cannot find 'uniffi_ferrostar_checksum_func_create_ferrostar_logger' in scope
10874 |         return InitializationResult.contractVersionMismatch
10875 |     }
10876 |     if (uniffi_ferrostar_checksum_func_create_ferrostar_logger() != 18551) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_func_create_ferrostar_logger' in scope
10877 |         return InitializationResult.apiChecksumMismatch
10878 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10879:9: error: cannot find 'uniffi_ferrostar_checksum_func_create_osrm_response_parser' in scope
10877 |         return InitializationResult.apiChecksumMismatch
10878 |     }
10879 |     if (uniffi_ferrostar_checksum_func_create_osrm_response_parser() != 64123) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_func_create_osrm_response_parser' in scope
10880 |         return InitializationResult.apiChecksumMismatch
10881 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10882:9: error: cannot find 'uniffi_ferrostar_checksum_func_create_route_from_osrm' in scope
10880 |         return InitializationResult.apiChecksumMismatch
10881 |     }
10882 |     if (uniffi_ferrostar_checksum_func_create_route_from_osrm() != 52689) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_func_create_route_from_osrm' in scope
10883 |         return InitializationResult.apiChecksumMismatch
10884 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10885:9: error: cannot find 'uniffi_ferrostar_checksum_func_create_route_from_osrm_route' in scope
10883 |         return InitializationResult.apiChecksumMismatch
10884 |     }
10885 |     if (uniffi_ferrostar_checksum_func_create_route_from_osrm_route() != 46273) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_func_create_route_from_osrm_route' in scope
10886 |         return InitializationResult.apiChecksumMismatch
10887 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10888:9: error: cannot find 'uniffi_ferrostar_checksum_func_create_valhalla_request_generator' in scope
10886 |         return InitializationResult.apiChecksumMismatch
10887 |     }
10888 |     if (uniffi_ferrostar_checksum_func_create_valhalla_request_generator() != 52153) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_func_create_valhalla_request_generator' in scope
10889 |         return InitializationResult.apiChecksumMismatch
10890 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10891:9: error: cannot find 'uniffi_ferrostar_checksum_func_get_route_polyline' in scope
10889 |         return InitializationResult.apiChecksumMismatch
10890 |     }
10891 |     if (uniffi_ferrostar_checksum_func_get_route_polyline() != 23279) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_func_get_route_polyline' in scope
10892 |         return InitializationResult.apiChecksumMismatch
10893 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10894:9: error: cannot find 'uniffi_ferrostar_checksum_func_create_navigator' in scope
10892 |         return InitializationResult.apiChecksumMismatch
10893 |     }
10894 |     if (uniffi_ferrostar_checksum_func_create_navigator() != 10765) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_func_create_navigator' in scope
10895 |         return InitializationResult.apiChecksumMismatch
10896 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10897:9: error: cannot find 'uniffi_ferrostar_checksum_func_step_advance_and' in scope
10895 |         return InitializationResult.apiChecksumMismatch
10896 |     }
10897 |     if (uniffi_ferrostar_checksum_func_step_advance_and() != 24491) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_func_step_advance_and' in scope
10898 |         return InitializationResult.apiChecksumMismatch
10899 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10900:9: error: cannot find 'uniffi_ferrostar_checksum_func_step_advance_distance_entry_and_exit' in scope
10898 |         return InitializationResult.apiChecksumMismatch
10899 |     }
10900 |     if (uniffi_ferrostar_checksum_func_step_advance_distance_entry_and_exit() != 35865) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_func_step_advance_distance_entry_and_exit' in scope
10901 |         return InitializationResult.apiChecksumMismatch
10902 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10903:9: error: cannot find 'uniffi_ferrostar_checksum_func_step_advance_distance_entry_and_snapped_exit' in scope
10901 |         return InitializationResult.apiChecksumMismatch
10902 |     }
10903 |     if (uniffi_ferrostar_checksum_func_step_advance_distance_entry_and_snapped_exit() != 17502) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_func_step_advance_distance_entry_and_snapped_exit' in scope
10904 |         return InitializationResult.apiChecksumMismatch
10905 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10906:9: error: cannot find 'uniffi_ferrostar_checksum_func_step_advance_distance_from_step' in scope
10904 |         return InitializationResult.apiChecksumMismatch
10905 |     }
10906 |     if (uniffi_ferrostar_checksum_func_step_advance_distance_from_step() != 24638) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_func_step_advance_distance_from_step' in scope
10907 |         return InitializationResult.apiChecksumMismatch
10908 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10909:9: error: cannot find 'uniffi_ferrostar_checksum_func_step_advance_distance_to_end_of_step' in scope
10907 |         return InitializationResult.apiChecksumMismatch
10908 |     }
10909 |     if (uniffi_ferrostar_checksum_func_step_advance_distance_to_end_of_step() != 37822) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_func_step_advance_distance_to_end_of_step' in scope
10910 |         return InitializationResult.apiChecksumMismatch
10911 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10912:9: error: cannot find 'uniffi_ferrostar_checksum_func_step_advance_manual' in scope
10910 |         return InitializationResult.apiChecksumMismatch
10911 |     }
10912 |     if (uniffi_ferrostar_checksum_func_step_advance_manual() != 17011) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_func_step_advance_manual' in scope
10913 |         return InitializationResult.apiChecksumMismatch
10914 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10915:9: error: cannot find 'uniffi_ferrostar_checksum_func_step_advance_or' in scope
10913 |         return InitializationResult.apiChecksumMismatch
10914 |     }
10915 |     if (uniffi_ferrostar_checksum_func_step_advance_or() != 23842) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_func_step_advance_or' in scope
10916 |         return InitializationResult.apiChecksumMismatch
10917 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10918:9: error: cannot find 'uniffi_ferrostar_checksum_func_create_navigation_session' in scope
10916 |         return InitializationResult.apiChecksumMismatch
10917 |     }
10918 |     if (uniffi_ferrostar_checksum_func_create_navigation_session() != 43697) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_func_create_navigation_session' in scope
10919 |         return InitializationResult.apiChecksumMismatch
10920 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10921:9: error: cannot find 'uniffi_ferrostar_checksum_func_create_waypoint_with_valhalla_properties' in scope
10919 |         return InitializationResult.apiChecksumMismatch
10920 |     }
10921 |     if (uniffi_ferrostar_checksum_func_create_waypoint_with_valhalla_properties() != 18027) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_func_create_waypoint_with_valhalla_properties' in scope
10922 |         return InitializationResult.apiChecksumMismatch
10923 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10924:9: error: cannot find 'uniffi_ferrostar_checksum_func_advance_location_simulation' in scope
10922 |         return InitializationResult.apiChecksumMismatch
10923 |     }
10924 |     if (uniffi_ferrostar_checksum_func_advance_location_simulation() != 60721) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_func_advance_location_simulation' in scope
10925 |         return InitializationResult.apiChecksumMismatch
10926 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10927:9: error: cannot find 'uniffi_ferrostar_checksum_func_location_simulation_from_coordinates' in scope
10925 |         return InitializationResult.apiChecksumMismatch
10926 |     }
10927 |     if (uniffi_ferrostar_checksum_func_location_simulation_from_coordinates() != 53271) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_func_location_simulation_from_coordinates' in scope
10928 |         return InitializationResult.apiChecksumMismatch
10929 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10930:9: error: cannot find 'uniffi_ferrostar_checksum_func_location_simulation_from_polyline' in scope
10928 |         return InitializationResult.apiChecksumMismatch
10929 |     }
10930 |     if (uniffi_ferrostar_checksum_func_location_simulation_from_polyline() != 48832) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_func_location_simulation_from_polyline' in scope
10931 |         return InitializationResult.apiChecksumMismatch
10932 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10933:9: error: cannot find 'uniffi_ferrostar_checksum_func_location_simulation_from_route' in scope
10931 |         return InitializationResult.apiChecksumMismatch
10932 |     }
10933 |     if (uniffi_ferrostar_checksum_func_location_simulation_from_route() != 41168) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_func_location_simulation_from_route' in scope
10934 |         return InitializationResult.apiChecksumMismatch
10935 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10936:9: error: cannot find 'uniffi_ferrostar_checksum_method_routedeviationdetector_check_route_deviation' in scope
10934 |         return InitializationResult.apiChecksumMismatch
10935 |     }
10936 |     if (uniffi_ferrostar_checksum_method_routedeviationdetector_check_route_deviation() != 30835) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_method_routedeviationdetector_check_route_deviation' in scope
10937 |         return InitializationResult.apiChecksumMismatch
10938 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10939:9: error: cannot find 'uniffi_ferrostar_checksum_method_navigator_route' in scope
10937 |         return InitializationResult.apiChecksumMismatch
10938 |     }
10939 |     if (uniffi_ferrostar_checksum_method_navigator_route() != 4544) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_method_navigator_route' in scope
10940 |         return InitializationResult.apiChecksumMismatch
10941 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10942:9: error: cannot find 'uniffi_ferrostar_checksum_method_navigator_get_initial_state' in scope
10940 |         return InitializationResult.apiChecksumMismatch
10941 |     }
10942 |     if (uniffi_ferrostar_checksum_method_navigator_get_initial_state() != 64859) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_method_navigator_get_initial_state' in scope
10943 |         return InitializationResult.apiChecksumMismatch
10944 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10945:9: error: cannot find 'uniffi_ferrostar_checksum_method_navigator_advance_to_next_step' in scope
10943 |         return InitializationResult.apiChecksumMismatch
10944 |     }
10945 |     if (uniffi_ferrostar_checksum_method_navigator_advance_to_next_step() != 23061) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_method_navigator_advance_to_next_step' in scope
10946 |         return InitializationResult.apiChecksumMismatch
10947 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10948:9: error: cannot find 'uniffi_ferrostar_checksum_method_navigator_update_user_location' in scope
10946 |         return InitializationResult.apiChecksumMismatch
10947 |     }
10948 |     if (uniffi_ferrostar_checksum_method_navigator_update_user_location() != 49085) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_method_navigator_update_user_location' in scope
10949 |         return InitializationResult.apiChecksumMismatch
10950 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10951:9: error: cannot find 'uniffi_ferrostar_checksum_method_stepadvancecondition_should_advance_step' in scope
10949 |         return InitializationResult.apiChecksumMismatch
10950 |     }
10951 |     if (uniffi_ferrostar_checksum_method_stepadvancecondition_should_advance_step() != 41599) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_method_stepadvancecondition_should_advance_step' in scope
10952 |         return InitializationResult.apiChecksumMismatch
10953 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10954:9: error: cannot find 'uniffi_ferrostar_checksum_method_stepadvancecondition_new_instance' in scope
10952 |         return InitializationResult.apiChecksumMismatch
10953 |     }
10954 |     if (uniffi_ferrostar_checksum_method_stepadvancecondition_new_instance() != 47605) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_method_stepadvancecondition_new_instance' in scope
10955 |         return InitializationResult.apiChecksumMismatch
10956 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10957:9: error: cannot find 'uniffi_ferrostar_checksum_method_navigationobserver_on_get_initial_state' in scope
10955 |         return InitializationResult.apiChecksumMismatch
10956 |     }
10957 |     if (uniffi_ferrostar_checksum_method_navigationobserver_on_get_initial_state() != 20746) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_method_navigationobserver_on_get_initial_state' in scope
10958 |         return InitializationResult.apiChecksumMismatch
10959 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10960:9: error: cannot find 'uniffi_ferrostar_checksum_method_navigationobserver_on_user_location_update' in scope
10958 |         return InitializationResult.apiChecksumMismatch
10959 |     }
10960 |     if (uniffi_ferrostar_checksum_method_navigationobserver_on_user_location_update() != 57067) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_method_navigationobserver_on_user_location_update' in scope
10961 |         return InitializationResult.apiChecksumMismatch
10962 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10963:9: error: cannot find 'uniffi_ferrostar_checksum_method_navigationobserver_on_advance_to_next_step' in scope
10961 |         return InitializationResult.apiChecksumMismatch
10962 |     }
10963 |     if (uniffi_ferrostar_checksum_method_navigationobserver_on_advance_to_next_step() != 31176) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_method_navigationobserver_on_advance_to_next_step' in scope
10964 |         return InitializationResult.apiChecksumMismatch
10965 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10966:9: error: cannot find 'uniffi_ferrostar_checksum_method_navigationobserver_on_route_available' in scope
10964 |         return InitializationResult.apiChecksumMismatch
10965 |     }
10966 |     if (uniffi_ferrostar_checksum_method_navigationobserver_on_route_available() != 55256) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_method_navigationobserver_on_route_available' in scope
10967 |         return InitializationResult.apiChecksumMismatch
10968 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10969:9: error: cannot find 'uniffi_ferrostar_checksum_method_navigationsession_advance_to_next_step' in scope
10967 |         return InitializationResult.apiChecksumMismatch
10968 |     }
10969 |     if (uniffi_ferrostar_checksum_method_navigationsession_advance_to_next_step() != 3078) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_method_navigationsession_advance_to_next_step' in scope
10970 |         return InitializationResult.apiChecksumMismatch
10971 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10972:9: error: cannot find 'uniffi_ferrostar_checksum_method_navigationsession_get_initial_state' in scope
10970 |         return InitializationResult.apiChecksumMismatch
10971 |     }
10972 |     if (uniffi_ferrostar_checksum_method_navigationsession_get_initial_state() != 50596) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_method_navigationsession_get_initial_state' in scope
10973 |         return InitializationResult.apiChecksumMismatch
10974 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10975:9: error: cannot find 'uniffi_ferrostar_checksum_method_navigationsession_route' in scope
10973 |         return InitializationResult.apiChecksumMismatch
10974 |     }
10975 |     if (uniffi_ferrostar_checksum_method_navigationsession_route() != 30746) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_method_navigationsession_route' in scope
10976 |         return InitializationResult.apiChecksumMismatch
10977 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10978:9: error: cannot find 'uniffi_ferrostar_checksum_method_navigationsession_update_user_location' in scope
10976 |         return InitializationResult.apiChecksumMismatch
10977 |     }
10978 |     if (uniffi_ferrostar_checksum_method_navigationsession_update_user_location() != 6536) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_method_navigationsession_update_user_location' in scope
10979 |         return InitializationResult.apiChecksumMismatch
10980 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10981:9: error: cannot find 'uniffi_ferrostar_checksum_method_navigationcache_save' in scope
10979 |         return InitializationResult.apiChecksumMismatch
10980 |     }
10981 |     if (uniffi_ferrostar_checksum_method_navigationcache_save() != 20879) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_method_navigationcache_save' in scope
10982 |         return InitializationResult.apiChecksumMismatch
10983 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10984:9: error: cannot find 'uniffi_ferrostar_checksum_method_navigationcache_load' in scope
10982 |         return InitializationResult.apiChecksumMismatch
10983 |     }
10984 |     if (uniffi_ferrostar_checksum_method_navigationcache_load() != 32732) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_method_navigationcache_load' in scope
10985 |         return InitializationResult.apiChecksumMismatch
10986 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10987:9: error: cannot find 'uniffi_ferrostar_checksum_method_navigationcache_delete' in scope
10985 |         return InitializationResult.apiChecksumMismatch
10986 |     }
10987 |     if (uniffi_ferrostar_checksum_method_navigationcache_delete() != 43473) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_method_navigationcache_delete' in scope
10988 |         return InitializationResult.apiChecksumMismatch
10989 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10990:9: error: cannot find 'uniffi_ferrostar_checksum_method_navigationsessioncache_can_resume' in scope
10988 |         return InitializationResult.apiChecksumMismatch
10989 |     }
10990 |     if (uniffi_ferrostar_checksum_method_navigationsessioncache_can_resume() != 36690) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_method_navigationsessioncache_can_resume' in scope
10991 |         return InitializationResult.apiChecksumMismatch
10992 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10993:9: error: cannot find 'uniffi_ferrostar_checksum_method_navigationsessioncache_load' in scope
10991 |         return InitializationResult.apiChecksumMismatch
10992 |     }
10993 |     if (uniffi_ferrostar_checksum_method_navigationsessioncache_load() != 11949) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_method_navigationsessioncache_load' in scope
10994 |         return InitializationResult.apiChecksumMismatch
10995 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10996:9: error: cannot find 'uniffi_ferrostar_checksum_method_navigationsessioncache_on_advance_to_next_step' in scope
10994 |         return InitializationResult.apiChecksumMismatch
10995 |     }
10996 |     if (uniffi_ferrostar_checksum_method_navigationsessioncache_on_advance_to_next_step() != 21998) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_method_navigationsessioncache_on_advance_to_next_step' in scope
10997 |         return InitializationResult.apiChecksumMismatch
10998 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:10999:9: error: cannot find 'uniffi_ferrostar_checksum_method_navigationsessioncache_on_get_initial_state' in scope
10997 |         return InitializationResult.apiChecksumMismatch
10998 |     }
10999 |     if (uniffi_ferrostar_checksum_method_navigationsessioncache_on_get_initial_state() != 13801) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_method_navigationsessioncache_on_get_initial_state' in scope
11000 |         return InitializationResult.apiChecksumMismatch
11001 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:11002:9: error: cannot find 'uniffi_ferrostar_checksum_method_navigationsessioncache_on_route_available' in scope
11000 |         return InitializationResult.apiChecksumMismatch
11001 |     }
11002 |     if (uniffi_ferrostar_checksum_method_navigationsessioncache_on_route_available() != 39648) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_method_navigationsessioncache_on_route_available' in scope
11003 |         return InitializationResult.apiChecksumMismatch
11004 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:11005:9: error: cannot find 'uniffi_ferrostar_checksum_method_navigationsessioncache_on_user_location_update' in scope
11003 |         return InitializationResult.apiChecksumMismatch
11004 |     }
11005 |     if (uniffi_ferrostar_checksum_method_navigationsessioncache_on_user_location_update() != 35023) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_method_navigationsessioncache_on_user_location_update' in scope
11006 |         return InitializationResult.apiChecksumMismatch
11007 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:11008:9: error: cannot find 'uniffi_ferrostar_checksum_method_navigationrecorder_get_events' in scope
11006 |         return InitializationResult.apiChecksumMismatch
11007 |     }
11008 |     if (uniffi_ferrostar_checksum_method_navigationrecorder_get_events() != 40080) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_method_navigationrecorder_get_events' in scope
11009 |         return InitializationResult.apiChecksumMismatch
11010 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:11011:9: error: cannot find 'uniffi_ferrostar_checksum_method_navigationrecorder_get_recording' in scope
11009 |         return InitializationResult.apiChecksumMismatch
11010 |     }
11011 |     if (uniffi_ferrostar_checksum_method_navigationrecorder_get_recording() != 20511) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_method_navigationrecorder_get_recording' in scope
11012 |         return InitializationResult.apiChecksumMismatch
11013 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:11014:9: error: cannot find 'uniffi_ferrostar_checksum_method_navigationrecorder_on_advance_to_next_step' in scope
11012 |         return InitializationResult.apiChecksumMismatch
11013 |     }
11014 |     if (uniffi_ferrostar_checksum_method_navigationrecorder_on_advance_to_next_step() != 2408) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_method_navigationrecorder_on_advance_to_next_step' in scope
11015 |         return InitializationResult.apiChecksumMismatch
11016 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:11017:9: error: cannot find 'uniffi_ferrostar_checksum_method_navigationrecorder_on_get_initial_state' in scope
11015 |         return InitializationResult.apiChecksumMismatch
11016 |     }
11017 |     if (uniffi_ferrostar_checksum_method_navigationrecorder_on_get_initial_state() != 42003) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_method_navigationrecorder_on_get_initial_state' in scope
11018 |         return InitializationResult.apiChecksumMismatch
11019 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:11020:9: error: cannot find 'uniffi_ferrostar_checksum_method_navigationrecorder_on_route_available' in scope
11018 |         return InitializationResult.apiChecksumMismatch
11019 |     }
11020 |     if (uniffi_ferrostar_checksum_method_navigationrecorder_on_route_available() != 10378) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_method_navigationrecorder_on_route_available' in scope
11021 |         return InitializationResult.apiChecksumMismatch
11022 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:11023:9: error: cannot find 'uniffi_ferrostar_checksum_method_navigationrecorder_on_user_location_update' in scope
11021 |         return InitializationResult.apiChecksumMismatch
11022 |     }
11023 |     if (uniffi_ferrostar_checksum_method_navigationrecorder_on_user_location_update() != 46975) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_method_navigationrecorder_on_user_location_update' in scope
11024 |         return InitializationResult.apiChecksumMismatch
11025 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:11026:9: error: cannot find 'uniffi_ferrostar_checksum_method_routeadapter_generate_request' in scope
11024 |         return InitializationResult.apiChecksumMismatch
11025 |     }
11026 |     if (uniffi_ferrostar_checksum_method_routeadapter_generate_request() != 59943) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_method_routeadapter_generate_request' in scope
11027 |         return InitializationResult.apiChecksumMismatch
11028 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:11029:9: error: cannot find 'uniffi_ferrostar_checksum_method_routeadapter_parse_response' in scope
11027 |         return InitializationResult.apiChecksumMismatch
11028 |     }
11029 |     if (uniffi_ferrostar_checksum_method_routeadapter_parse_response() != 44207) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_method_routeadapter_parse_response' in scope
11030 |         return InitializationResult.apiChecksumMismatch
11031 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:11032:9: error: cannot find 'uniffi_ferrostar_checksum_method_routerequestgenerator_generate_request' in scope
11030 |         return InitializationResult.apiChecksumMismatch
11031 |     }
11032 |     if (uniffi_ferrostar_checksum_method_routerequestgenerator_generate_request() != 54518) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_method_routerequestgenerator_generate_request' in scope
11033 |         return InitializationResult.apiChecksumMismatch
11034 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:11035:9: error: cannot find 'uniffi_ferrostar_checksum_method_routeresponseparser_parse_response' in scope
11033 |         return InitializationResult.apiChecksumMismatch
11034 |     }
11035 |     if (uniffi_ferrostar_checksum_method_routeresponseparser_parse_response() != 57507) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_method_routeresponseparser_parse_response' in scope
11036 |         return InitializationResult.apiChecksumMismatch
11037 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:11038:9: error: cannot find 'uniffi_ferrostar_checksum_constructor_navigationcontroller_new' in scope
11036 |         return InitializationResult.apiChecksumMismatch
11037 |     }
11038 |     if (uniffi_ferrostar_checksum_constructor_navigationcontroller_new() != 20114) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_constructor_navigationcontroller_new' in scope
11039 |         return InitializationResult.apiChecksumMismatch
11040 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:11041:9: error: cannot find 'uniffi_ferrostar_checksum_constructor_navigationsession_new' in scope
11039 |         return InitializationResult.apiChecksumMismatch
11040 |     }
11041 |     if (uniffi_ferrostar_checksum_constructor_navigationsession_new() != 62800) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_constructor_navigationsession_new' in scope
11042 |         return InitializationResult.apiChecksumMismatch
11043 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:11044:9: error: cannot find 'uniffi_ferrostar_checksum_constructor_navigationsessioncache_new' in scope
11042 |         return InitializationResult.apiChecksumMismatch
11043 |     }
11044 |     if (uniffi_ferrostar_checksum_constructor_navigationsessioncache_new() != 44360) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_constructor_navigationsessioncache_new' in scope
11045 |         return InitializationResult.apiChecksumMismatch
11046 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:11047:9: error: cannot find 'uniffi_ferrostar_checksum_constructor_routeadapter_from_well_known_route_provider' in scope
11045 |         return InitializationResult.apiChecksumMismatch
11046 |     }
11047 |     if (uniffi_ferrostar_checksum_constructor_routeadapter_from_well_known_route_provider() != 64199) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_constructor_routeadapter_from_well_known_route_provider' in scope
11048 |         return InitializationResult.apiChecksumMismatch
11049 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:11050:9: error: cannot find 'uniffi_ferrostar_checksum_constructor_routeadapter_new' in scope
11048 |         return InitializationResult.apiChecksumMismatch
11049 |     }
11050 |     if (uniffi_ferrostar_checksum_constructor_routeadapter_new() != 13177) {
      |         `- error: cannot find 'uniffi_ferrostar_checksum_constructor_routeadapter_new' in scope
11051 |         return InitializationResult.apiChecksumMismatch
11052 |     }
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.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/apple/Sources/UniFFI/ferrostar.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/apple/Sources/UniFFI/ferrostar.swift:285:22: error: cannot find 'RustCallStatus' in scope
  283 | ) throws -> T {
  284 |     uniffiEnsureFerrostarInitialized()
  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/apple/Sources/UniFFI/ferrostar.swift:707:32: error: cannot find 'uniffi_ferrostar_fn_clone_andadvanceconditions' in scope
  705 | #endif
  706 |     public func uniffiCloneHandle() -> UInt64 {
  707 |         return try! rustCall { uniffi_ferrostar_fn_clone_andadvanceconditions(self.handle, $0) }
      |                                `- error: cannot find 'uniffi_ferrostar_fn_clone_andadvanceconditions' in scope
  708 |     }
  709 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:717:25: error: cannot find 'uniffi_ferrostar_fn_free_andadvanceconditions' in scope
  715 |         }
  716 |
  717 |         try! rustCall { uniffi_ferrostar_fn_free_andadvanceconditions(handle, $0) }
      |                         `- error: cannot find 'uniffi_ferrostar_fn_free_andadvanceconditions' in scope
  718 |     }
  719 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:819:32: error: cannot find 'uniffi_ferrostar_fn_clone_distanceentryandexitcondition' in scope
  817 | #endif
  818 |     public func uniffiCloneHandle() -> UInt64 {
  819 |         return try! rustCall { uniffi_ferrostar_fn_clone_distanceentryandexitcondition(self.handle, $0) }
      |                                `- error: cannot find 'uniffi_ferrostar_fn_clone_distanceentryandexitcondition' in scope
  820 |     }
  821 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:829:25: error: cannot find 'uniffi_ferrostar_fn_free_distanceentryandexitcondition' in scope
  827 |         }
  828 |
  829 |         try! rustCall { uniffi_ferrostar_fn_free_distanceentryandexitcondition(handle, $0) }
      |                         `- error: cannot find 'uniffi_ferrostar_fn_free_distanceentryandexitcondition' in scope
  830 |     }
  831 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:943:32: error: cannot find 'uniffi_ferrostar_fn_clone_distanceentryandsnappedexitcondition' in scope
  941 | #endif
  942 |     public func uniffiCloneHandle() -> UInt64 {
  943 |         return try! rustCall { uniffi_ferrostar_fn_clone_distanceentryandsnappedexitcondition(self.handle, $0) }
      |                                `- error: cannot find 'uniffi_ferrostar_fn_clone_distanceentryandsnappedexitcondition' in scope
  944 |     }
  945 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:953:25: error: cannot find 'uniffi_ferrostar_fn_free_distanceentryandsnappedexitcondition' in scope
  951 |         }
  952 |
  953 |         try! rustCall { uniffi_ferrostar_fn_free_distanceentryandsnappedexitcondition(handle, $0) }
      |                         `- error: cannot find 'uniffi_ferrostar_fn_free_distanceentryandsnappedexitcondition' in scope
  954 |     }
  955 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:1073:32: error: cannot find 'uniffi_ferrostar_fn_clone_distancefromstepcondition' in scope
 1071 | #endif
 1072 |     public func uniffiCloneHandle() -> UInt64 {
 1073 |         return try! rustCall { uniffi_ferrostar_fn_clone_distancefromstepcondition(self.handle, $0) }
      |                                `- error: cannot find 'uniffi_ferrostar_fn_clone_distancefromstepcondition' in scope
 1074 |     }
 1075 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:1083:25: error: cannot find 'uniffi_ferrostar_fn_free_distancefromstepcondition' in scope
 1081 |         }
 1082 |
 1083 |         try! rustCall { uniffi_ferrostar_fn_free_distancefromstepcondition(handle, $0) }
      |                         `- error: cannot find 'uniffi_ferrostar_fn_free_distancefromstepcondition' in scope
 1084 |     }
 1085 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:1191:32: error: cannot find 'uniffi_ferrostar_fn_clone_distancetoendofstepcondition' in scope
 1189 | #endif
 1190 |     public func uniffiCloneHandle() -> UInt64 {
 1191 |         return try! rustCall { uniffi_ferrostar_fn_clone_distancetoendofstepcondition(self.handle, $0) }
      |                                `- error: cannot find 'uniffi_ferrostar_fn_clone_distancetoendofstepcondition' in scope
 1192 |     }
 1193 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:1201:25: error: cannot find 'uniffi_ferrostar_fn_free_distancetoendofstepcondition' in scope
 1199 |         }
 1200 |
 1201 |         try! rustCall { uniffi_ferrostar_fn_free_distancetoendofstepcondition(handle, $0) }
      |                         `- error: cannot find 'uniffi_ferrostar_fn_free_distancetoendofstepcondition' in scope
 1202 |     }
 1203 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:1309:32: error: cannot find 'uniffi_ferrostar_fn_clone_manualstepcondition' in scope
 1307 | #endif
 1308 |     public func uniffiCloneHandle() -> UInt64 {
 1309 |         return try! rustCall { uniffi_ferrostar_fn_clone_manualstepcondition(self.handle, $0) }
      |                                `- error: cannot find 'uniffi_ferrostar_fn_clone_manualstepcondition' in scope
 1310 |     }
 1311 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:1319:25: error: cannot find 'uniffi_ferrostar_fn_free_manualstepcondition' in scope
 1317 |         }
 1318 |
 1319 |         try! rustCall { uniffi_ferrostar_fn_free_manualstepcondition(handle, $0) }
      |                         `- error: cannot find 'uniffi_ferrostar_fn_free_manualstepcondition' in scope
 1320 |     }
 1321 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:1421:32: error: cannot find 'uniffi_ferrostar_fn_clone_navigationcache' in scope
 1419 | #endif
 1420 |     public func uniffiCloneHandle() -> UInt64 {
 1421 |         return try! rustCall { uniffi_ferrostar_fn_clone_navigationcache(self.handle, $0) }
      |                                `- error: cannot find 'uniffi_ferrostar_fn_clone_navigationcache' in scope
 1422 |     }
 1423 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:1431:25: error: cannot find 'uniffi_ferrostar_fn_free_navigationcache' in scope
 1429 |         }
 1430 |
 1431 |         try! rustCall { uniffi_ferrostar_fn_free_navigationcache(handle, $0) }
      |                         `- error: cannot find 'uniffi_ferrostar_fn_free_navigationcache' in scope
 1432 |     }
 1433 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:1438:5: error: cannot find 'uniffi_ferrostar_fn_method_navigationcache_save' in scope
 1436 |
 1437 | open func save(record: Data)  {try! rustCall() {
 1438 |     uniffi_ferrostar_fn_method_navigationcache_save(
      |     `- error: cannot find 'uniffi_ferrostar_fn_method_navigationcache_save' in scope
 1439 |             self.uniffiCloneHandle(),
 1440 |         FfiConverterData.lower(record),$0
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:1447:5: error: cannot find 'uniffi_ferrostar_fn_method_navigationcache_load' in scope
 1445 | open func load() -> Data?  {
 1446 |     return try!  FfiConverterOptionData.lift(try! rustCall() {
 1447 |     uniffi_ferrostar_fn_method_navigationcache_load(
      |     `- error: cannot find 'uniffi_ferrostar_fn_method_navigationcache_load' in scope
 1448 |             self.uniffiCloneHandle(),$0
 1449 |     )
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:1454:5: error: cannot find 'uniffi_ferrostar_fn_method_navigationcache_delete' in scope
 1452 |
 1453 | open func delete()  {try! rustCall() {
 1454 |     uniffi_ferrostar_fn_method_navigationcache_delete(
      |     `- error: cannot find 'uniffi_ferrostar_fn_method_navigationcache_delete' in scope
 1455 |             self.uniffiCloneHandle(),$0
 1456 |     )
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:1561:5: error: cannot find 'uniffi_ferrostar_fn_init_callback_vtable_navigationcache' in scope
 1559 |
 1560 | private func uniffiCallbackInitNavigationCache() {
 1561 |     uniffi_ferrostar_fn_init_callback_vtable_navigationcache(UniffiCallbackInterfaceNavigationCache.vtable)
      |     `- error: cannot find 'uniffi_ferrostar_fn_init_callback_vtable_navigationcache' in scope
 1562 | }
 1563 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:1680:32: error: cannot find 'uniffi_ferrostar_fn_clone_navigationcontroller' in scope
 1678 | #endif
 1679 |     public func uniffiCloneHandle() -> UInt64 {
 1680 |         return try! rustCall { uniffi_ferrostar_fn_clone_navigationcontroller(self.handle, $0) }
      |                                `- error: cannot find 'uniffi_ferrostar_fn_clone_navigationcontroller' in scope
 1681 |     }
 1682 |     /**
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:1688:5: error: cannot find 'uniffi_ferrostar_fn_constructor_navigationcontroller_new' in scope
 1686 |     let handle =
 1687 |         try! rustCall() {
 1688 |     uniffi_ferrostar_fn_constructor_navigationcontroller_new(
      |     `- error: cannot find 'uniffi_ferrostar_fn_constructor_navigationcontroller_new' in scope
 1689 |         FfiConverterTypeRoute_lower(route),
 1690 |         FfiConverterTypeNavigationControllerConfig_lower(config),$0
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:1702:25: error: cannot find 'uniffi_ferrostar_fn_free_navigationcontroller' in scope
 1700 |         }
 1701 |
 1702 |         try! rustCall { uniffi_ferrostar_fn_free_navigationcontroller(handle, $0) }
      |                         `- error: cannot find 'uniffi_ferrostar_fn_free_navigationcontroller' in scope
 1703 |     }
 1704 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:1806:32: error: cannot find 'uniffi_ferrostar_fn_clone_navigationobserver' in scope
 1804 | #endif
 1805 |     public func uniffiCloneHandle() -> UInt64 {
 1806 |         return try! rustCall { uniffi_ferrostar_fn_clone_navigationobserver(self.handle, $0) }
      |                                `- error: cannot find 'uniffi_ferrostar_fn_clone_navigationobserver' in scope
 1807 |     }
 1808 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:1816:25: error: cannot find 'uniffi_ferrostar_fn_free_navigationobserver' in scope
 1814 |         }
 1815 |
 1816 |         try! rustCall { uniffi_ferrostar_fn_free_navigationobserver(handle, $0) }
      |                         `- error: cannot find 'uniffi_ferrostar_fn_free_navigationobserver' in scope
 1817 |     }
 1818 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:1823:5: error: cannot find 'uniffi_ferrostar_fn_method_navigationobserver_on_get_initial_state' in scope
 1821 |
 1822 | open func onGetInitialState(state: NavState)  {try! rustCall() {
 1823 |     uniffi_ferrostar_fn_method_navigationobserver_on_get_initial_state(
      |     `- error: cannot find 'uniffi_ferrostar_fn_method_navigationobserver_on_get_initial_state' in scope
 1824 |             self.uniffiCloneHandle(),
 1825 |         FfiConverterTypeNavState_lower(state),$0
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:1831:5: error: cannot find 'uniffi_ferrostar_fn_method_navigationobserver_on_user_location_update' in scope
 1829 |
 1830 | open func onUserLocationUpdate(location: UserLocation, state: NavState)  {try! rustCall() {
 1831 |     uniffi_ferrostar_fn_method_navigationobserver_on_user_location_update(
      |     `- error: cannot find 'uniffi_ferrostar_fn_method_navigationobserver_on_user_location_update' in scope
 1832 |             self.uniffiCloneHandle(),
 1833 |         FfiConverterTypeUserLocation_lower(location),
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:1840:5: error: cannot find 'uniffi_ferrostar_fn_method_navigationobserver_on_advance_to_next_step' in scope
 1838 |
 1839 | open func onAdvanceToNextStep(state: NavState)  {try! rustCall() {
 1840 |     uniffi_ferrostar_fn_method_navigationobserver_on_advance_to_next_step(
      |     `- error: cannot find 'uniffi_ferrostar_fn_method_navigationobserver_on_advance_to_next_step' in scope
 1841 |             self.uniffiCloneHandle(),
 1842 |         FfiConverterTypeNavState_lower(state),$0
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:1848:5: error: cannot find 'uniffi_ferrostar_fn_method_navigationobserver_on_route_available' in scope
 1846 |
 1847 | open func onRouteAvailable(route: Route)  {try! rustCall() {
 1848 |     uniffi_ferrostar_fn_method_navigationobserver_on_route_available(
      |     `- error: cannot find 'uniffi_ferrostar_fn_method_navigationobserver_on_route_available' in scope
 1849 |             self.uniffiCloneHandle(),
 1850 |         FfiConverterTypeRoute_lower(route),$0
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:1986:5: error: cannot find 'uniffi_ferrostar_fn_init_callback_vtable_navigationobserver' in scope
 1984 |
 1985 | private func uniffiCallbackInitNavigationObserver() {
 1986 |     uniffi_ferrostar_fn_init_callback_vtable_navigationobserver(UniffiCallbackInterfaceNavigationObserver.vtable)
      |     `- error: cannot find 'uniffi_ferrostar_fn_init_callback_vtable_navigationobserver' in scope
 1987 | }
 1988 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:2101:32: error: cannot find 'uniffi_ferrostar_fn_clone_navigationrecorder' in scope
 2099 | #endif
 2100 |     public func uniffiCloneHandle() -> UInt64 {
 2101 |         return try! rustCall { uniffi_ferrostar_fn_clone_navigationrecorder(self.handle, $0) }
      |                                `- error: cannot find 'uniffi_ferrostar_fn_clone_navigationrecorder' in scope
 2102 |     }
 2103 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:2111:25: error: cannot find 'uniffi_ferrostar_fn_free_navigationrecorder' in scope
 2109 |         }
 2110 |
 2111 |         try! rustCall { uniffi_ferrostar_fn_free_navigationrecorder(handle, $0) }
      |                         `- error: cannot find 'uniffi_ferrostar_fn_free_navigationrecorder' in scope
 2112 |     }
 2113 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:2119:5: error: cannot find 'uniffi_ferrostar_fn_method_navigationrecorder_get_events' in scope
 2117 | open func getEvents() -> [NavigationRecordingEvent]  {
 2118 |     return try!  FfiConverterSequenceTypeNavigationRecordingEvent.lift(try! rustCall() {
 2119 |     uniffi_ferrostar_fn_method_navigationrecorder_get_events(
      |     `- error: cannot find 'uniffi_ferrostar_fn_method_navigationrecorder_get_events' in scope
 2120 |             self.uniffiCloneHandle(),$0
 2121 |     )
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:2127:5: error: cannot find 'uniffi_ferrostar_fn_method_navigationrecorder_get_recording' in scope
 2125 | open func getRecording()throws  -> String  {
 2126 |     return try  FfiConverterString.lift(try rustCallWithError(FfiConverterTypeRecordingError_lift) {
 2127 |     uniffi_ferrostar_fn_method_navigationrecorder_get_recording(
      |     `- error: cannot find 'uniffi_ferrostar_fn_method_navigationrecorder_get_recording' in scope
 2128 |             self.uniffiCloneHandle(),$0
 2129 |     )
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:2134:5: error: cannot find 'uniffi_ferrostar_fn_method_navigationrecorder_on_advance_to_next_step' in scope
 2132 |
 2133 | open func onAdvanceToNextStep(state: NavState)  {try! rustCall() {
 2134 |     uniffi_ferrostar_fn_method_navigationrecorder_on_advance_to_next_step(
      |     `- error: cannot find 'uniffi_ferrostar_fn_method_navigationrecorder_on_advance_to_next_step' in scope
 2135 |             self.uniffiCloneHandle(),
 2136 |         FfiConverterTypeNavState_lower(state),$0
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:2142:5: error: cannot find 'uniffi_ferrostar_fn_method_navigationrecorder_on_get_initial_state' in scope
 2140 |
 2141 | open func onGetInitialState(state: NavState)  {try! rustCall() {
 2142 |     uniffi_ferrostar_fn_method_navigationrecorder_on_get_initial_state(
      |     `- error: cannot find 'uniffi_ferrostar_fn_method_navigationrecorder_on_get_initial_state' in scope
 2143 |             self.uniffiCloneHandle(),
 2144 |         FfiConverterTypeNavState_lower(state),$0
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:2150:5: error: cannot find 'uniffi_ferrostar_fn_method_navigationrecorder_on_route_available' in scope
 2148 |
 2149 | open func onRouteAvailable(route: Route)  {try! rustCall() {
 2150 |     uniffi_ferrostar_fn_method_navigationrecorder_on_route_available(
      |     `- error: cannot find 'uniffi_ferrostar_fn_method_navigationrecorder_on_route_available' in scope
 2151 |             self.uniffiCloneHandle(),
 2152 |         FfiConverterTypeRoute_lower(route),$0
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:2158:5: error: cannot find 'uniffi_ferrostar_fn_method_navigationrecorder_on_user_location_update' in scope
 2156 |
 2157 | open func onUserLocationUpdate(location: UserLocation, state: NavState)  {try! rustCall() {
 2158 |     uniffi_ferrostar_fn_method_navigationrecorder_on_user_location_update(
      |     `- error: cannot find 'uniffi_ferrostar_fn_method_navigationrecorder_on_user_location_update' in scope
 2159 |             self.uniffiCloneHandle(),
 2160 |         FfiConverterTypeUserLocation_lower(location),
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:2264:32: error: cannot find 'uniffi_ferrostar_fn_clone_navigationreplay' in scope
 2262 | #endif
 2263 |     public func uniffiCloneHandle() -> UInt64 {
 2264 |         return try! rustCall { uniffi_ferrostar_fn_clone_navigationreplay(self.handle, $0) }
      |                                `- error: cannot find 'uniffi_ferrostar_fn_clone_navigationreplay' in scope
 2265 |     }
 2266 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:2274:25: error: cannot find 'uniffi_ferrostar_fn_free_navigationreplay' in scope
 2272 |         }
 2273 |
 2274 |         try! rustCall { uniffi_ferrostar_fn_free_navigationreplay(handle, $0) }
      |                         `- error: cannot find 'uniffi_ferrostar_fn_free_navigationreplay' in scope
 2275 |     }
 2276 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:2378:32: error: cannot find 'uniffi_ferrostar_fn_clone_navigationsession' in scope
 2376 | #endif
 2377 |     public func uniffiCloneHandle() -> UInt64 {
 2378 |         return try! rustCall { uniffi_ferrostar_fn_clone_navigationsession(self.handle, $0) }
      |                                `- error: cannot find 'uniffi_ferrostar_fn_clone_navigationsession' in scope
 2379 |     }
 2380 | public convenience init(controller: Navigator, observers: [NavigationObserver]) {
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:2383:5: error: cannot find 'uniffi_ferrostar_fn_constructor_navigationsession_new' in scope
 2381 |     let handle =
 2382 |         try! rustCall() {
 2383 |     uniffi_ferrostar_fn_constructor_navigationsession_new(
      |     `- error: cannot find 'uniffi_ferrostar_fn_constructor_navigationsession_new' in scope
 2384 |         FfiConverterTypeNavigator_lower(controller),
 2385 |         FfiConverterSequenceTypeNavigationObserver.lower(observers),$0
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:2397:25: error: cannot find 'uniffi_ferrostar_fn_free_navigationsession' in scope
 2395 |         }
 2396 |
 2397 |         try! rustCall { uniffi_ferrostar_fn_free_navigationsession(handle, $0) }
      |                         `- error: cannot find 'uniffi_ferrostar_fn_free_navigationsession' in scope
 2398 |     }
 2399 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:2405:5: error: cannot find 'uniffi_ferrostar_fn_method_navigationsession_advance_to_next_step' in scope
 2403 | open func advanceToNextStep(state: NavState) -> NavState  {
 2404 |     return try!  FfiConverterTypeNavState_lift(try! rustCall() {
 2405 |     uniffi_ferrostar_fn_method_navigationsession_advance_to_next_step(
      |     `- error: cannot find 'uniffi_ferrostar_fn_method_navigationsession_advance_to_next_step' in scope
 2406 |             self.uniffiCloneHandle(),
 2407 |         FfiConverterTypeNavState_lower(state),$0
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:2414:5: error: cannot find 'uniffi_ferrostar_fn_method_navigationsession_get_initial_state' in scope
 2412 | open func getInitialState(location: UserLocation) -> NavState  {
 2413 |     return try!  FfiConverterTypeNavState_lift(try! rustCall() {
 2414 |     uniffi_ferrostar_fn_method_navigationsession_get_initial_state(
      |     `- error: cannot find 'uniffi_ferrostar_fn_method_navigationsession_get_initial_state' in scope
 2415 |             self.uniffiCloneHandle(),
 2416 |         FfiConverterTypeUserLocation_lower(location),$0
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:2423:5: error: cannot find 'uniffi_ferrostar_fn_method_navigationsession_route' in scope
 2421 | open func route() -> Route  {
 2422 |     return try!  FfiConverterTypeRoute_lift(try! rustCall() {
 2423 |     uniffi_ferrostar_fn_method_navigationsession_route(
      |     `- error: cannot find 'uniffi_ferrostar_fn_method_navigationsession_route' in scope
 2424 |             self.uniffiCloneHandle(),$0
 2425 |     )
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:2431:5: error: cannot find 'uniffi_ferrostar_fn_method_navigationsession_update_user_location' in scope
 2429 | open func updateUserLocation(location: UserLocation, state: NavState) -> NavState  {
 2430 |     return try!  FfiConverterTypeNavState_lift(try! rustCall() {
 2431 |     uniffi_ferrostar_fn_method_navigationsession_update_user_location(
      |     `- error: cannot find 'uniffi_ferrostar_fn_method_navigationsession_update_user_location' in scope
 2432 |             self.uniffiCloneHandle(),
 2433 |         FfiConverterTypeUserLocation_lower(location),
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:2549:32: error: cannot find 'uniffi_ferrostar_fn_clone_navigationsessioncache' in scope
 2547 | #endif
 2548 |     public func uniffiCloneHandle() -> UInt64 {
 2549 |         return try! rustCall { uniffi_ferrostar_fn_clone_navigationsessioncache(self.handle, $0) }
      |                                `- error: cannot find 'uniffi_ferrostar_fn_clone_navigationsessioncache' in scope
 2550 |     }
 2551 | public convenience init(config: NavigationCachingConfig, cache: NavigationCache) {
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:2554:5: error: cannot find 'uniffi_ferrostar_fn_constructor_navigationsessioncache_new' in scope
 2552 |     let handle =
 2553 |         try! rustCall() {
 2554 |     uniffi_ferrostar_fn_constructor_navigationsessioncache_new(
      |     `- error: cannot find 'uniffi_ferrostar_fn_constructor_navigationsessioncache_new' in scope
 2555 |         FfiConverterTypeNavigationCachingConfig_lower(config),
 2556 |         FfiConverterTypeNavigationCache_lower(cache),$0
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:2568:25: error: cannot find 'uniffi_ferrostar_fn_free_navigationsessioncache' in scope
 2566 |         }
 2567 |
 2568 |         try! rustCall { uniffi_ferrostar_fn_free_navigationsessioncache(handle, $0) }
      |                         `- error: cannot find 'uniffi_ferrostar_fn_free_navigationsessioncache' in scope
 2569 |     }
 2570 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:2579:5: error: cannot find 'uniffi_ferrostar_fn_method_navigationsessioncache_can_resume' in scope
 2577 | open func canResume() -> Bool  {
 2578 |     return try!  FfiConverterBool.lift(try! rustCall() {
 2579 |     uniffi_ferrostar_fn_method_navigationsessioncache_can_resume(
      |     `- error: cannot find 'uniffi_ferrostar_fn_method_navigationsessioncache_can_resume' in scope
 2580 |             self.uniffiCloneHandle(),$0
 2581 |     )
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:2590:5: error: cannot find 'uniffi_ferrostar_fn_method_navigationsessioncache_load' in scope
 2588 | open func load() -> NavigationSessionSnapshot?  {
 2589 |     return try!  FfiConverterOptionTypeNavigationSessionSnapshot.lift(try! rustCall() {
 2590 |     uniffi_ferrostar_fn_method_navigationsessioncache_load(
      |     `- error: cannot find 'uniffi_ferrostar_fn_method_navigationsessioncache_load' in scope
 2591 |             self.uniffiCloneHandle(),$0
 2592 |     )
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:2597:5: error: cannot find 'uniffi_ferrostar_fn_method_navigationsessioncache_on_advance_to_next_step' in scope
 2595 |
 2596 | open func onAdvanceToNextStep(state: NavState)  {try! rustCall() {
 2597 |     uniffi_ferrostar_fn_method_navigationsessioncache_on_advance_to_next_step(
      |     `- error: cannot find 'uniffi_ferrostar_fn_method_navigationsessioncache_on_advance_to_next_step' in scope
 2598 |             self.uniffiCloneHandle(),
 2599 |         FfiConverterTypeNavState_lower(state),$0
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:2605:5: error: cannot find 'uniffi_ferrostar_fn_method_navigationsessioncache_on_get_initial_state' in scope
 2603 |
 2604 | open func onGetInitialState(state: NavState)  {try! rustCall() {
 2605 |     uniffi_ferrostar_fn_method_navigationsessioncache_on_get_initial_state(
      |     `- error: cannot find 'uniffi_ferrostar_fn_method_navigationsessioncache_on_get_initial_state' in scope
 2606 |             self.uniffiCloneHandle(),
 2607 |         FfiConverterTypeNavState_lower(state),$0
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:2613:5: error: cannot find 'uniffi_ferrostar_fn_method_navigationsessioncache_on_route_available' in scope
 2611 |
 2612 | open func onRouteAvailable(route: Route)  {try! rustCall() {
 2613 |     uniffi_ferrostar_fn_method_navigationsessioncache_on_route_available(
      |     `- error: cannot find 'uniffi_ferrostar_fn_method_navigationsessioncache_on_route_available' in scope
 2614 |             self.uniffiCloneHandle(),
 2615 |         FfiConverterTypeRoute_lower(route),$0
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:2621:5: error: cannot find 'uniffi_ferrostar_fn_method_navigationsessioncache_on_user_location_update' in scope
 2619 |
 2620 | open func onUserLocationUpdate(location: UserLocation, state: NavState)  {try! rustCall() {
 2621 |     uniffi_ferrostar_fn_method_navigationsessioncache_on_user_location_update(
      |     `- error: cannot find 'uniffi_ferrostar_fn_method_navigationsessioncache_on_user_location_update' in scope
 2622 |             self.uniffiCloneHandle(),
 2623 |         FfiConverterTypeUserLocation_lower(location),
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:2743:32: error: cannot find 'uniffi_ferrostar_fn_clone_navigator' in scope
 2741 | #endif
 2742 |     public func uniffiCloneHandle() -> UInt64 {
 2743 |         return try! rustCall { uniffi_ferrostar_fn_clone_navigator(self.handle, $0) }
      |                                `- error: cannot find 'uniffi_ferrostar_fn_clone_navigator' in scope
 2744 |     }
 2745 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:2753:25: error: cannot find 'uniffi_ferrostar_fn_free_navigator' in scope
 2751 |         }
 2752 |
 2753 |         try! rustCall { uniffi_ferrostar_fn_free_navigator(handle, $0) }
      |                         `- error: cannot find 'uniffi_ferrostar_fn_free_navigator' in scope
 2754 |     }
 2755 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:2761:5: error: cannot find 'uniffi_ferrostar_fn_method_navigator_route' in scope
 2759 | open func route() -> Route  {
 2760 |     return try!  FfiConverterTypeRoute_lift(try! rustCall() {
 2761 |     uniffi_ferrostar_fn_method_navigator_route(
      |     `- error: cannot find 'uniffi_ferrostar_fn_method_navigator_route' in scope
 2762 |             self.uniffiCloneHandle(),$0
 2763 |     )
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:2769:5: error: cannot find 'uniffi_ferrostar_fn_method_navigator_get_initial_state' in scope
 2767 | open func getInitialState(location: UserLocation) -> NavState  {
 2768 |     return try!  FfiConverterTypeNavState_lift(try! rustCall() {
 2769 |     uniffi_ferrostar_fn_method_navigator_get_initial_state(
      |     `- error: cannot find 'uniffi_ferrostar_fn_method_navigator_get_initial_state' in scope
 2770 |             self.uniffiCloneHandle(),
 2771 |         FfiConverterTypeUserLocation_lower(location),$0
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:2778:5: error: cannot find 'uniffi_ferrostar_fn_method_navigator_advance_to_next_step' in scope
 2776 | open func advanceToNextStep(state: NavState) -> NavState  {
 2777 |     return try!  FfiConverterTypeNavState_lift(try! rustCall() {
 2778 |     uniffi_ferrostar_fn_method_navigator_advance_to_next_step(
      |     `- error: cannot find 'uniffi_ferrostar_fn_method_navigator_advance_to_next_step' in scope
 2779 |             self.uniffiCloneHandle(),
 2780 |         FfiConverterTypeNavState_lower(state),$0
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:2787:5: error: cannot find 'uniffi_ferrostar_fn_method_navigator_update_user_location' in scope
 2785 | open func updateUserLocation(location: UserLocation, state: NavState) -> NavState  {
 2786 |     return try!  FfiConverterTypeNavState_lift(try! rustCall() {
 2787 |     uniffi_ferrostar_fn_method_navigator_update_user_location(
      |     `- error: cannot find 'uniffi_ferrostar_fn_method_navigator_update_user_location' in scope
 2788 |             self.uniffiCloneHandle(),
 2789 |         FfiConverterTypeUserLocation_lower(location),
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:2903:32: error: cannot find 'uniffi_ferrostar_fn_clone_oradvanceconditions' in scope
 2901 | #endif
 2902 |     public func uniffiCloneHandle() -> UInt64 {
 2903 |         return try! rustCall { uniffi_ferrostar_fn_clone_oradvanceconditions(self.handle, $0) }
      |                                `- error: cannot find 'uniffi_ferrostar_fn_clone_oradvanceconditions' in scope
 2904 |     }
 2905 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:2913:25: error: cannot find 'uniffi_ferrostar_fn_free_oradvanceconditions' in scope
 2911 |         }
 2912 |
 2913 |         try! rustCall { uniffi_ferrostar_fn_free_oradvanceconditions(handle, $0) }
      |                         `- error: cannot find 'uniffi_ferrostar_fn_free_oradvanceconditions' in scope
 2914 |     }
 2915 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:3057:32: error: cannot find 'uniffi_ferrostar_fn_clone_routeadapter' in scope
 3055 | #endif
 3056 |     public func uniffiCloneHandle() -> UInt64 {
 3057 |         return try! rustCall { uniffi_ferrostar_fn_clone_routeadapter(self.handle, $0) }
      |                                `- error: cannot find 'uniffi_ferrostar_fn_clone_routeadapter' in scope
 3058 |     }
 3059 |     /**
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:3069:5: error: cannot find 'uniffi_ferrostar_fn_constructor_routeadapter_new' in scope
 3067 |     let handle =
 3068 |         try! rustCall() {
 3069 |     uniffi_ferrostar_fn_constructor_routeadapter_new(
      |     `- error: cannot find 'uniffi_ferrostar_fn_constructor_routeadapter_new' in scope
 3070 |         FfiConverterTypeRouteRequestGenerator_lower(requestGenerator),
 3071 |         FfiConverterTypeRouteResponseParser_lower(responseParser),$0
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:3083:25: error: cannot find 'uniffi_ferrostar_fn_free_routeadapter' in scope
 3081 |         }
 3082 |
 3083 |         try! rustCall { uniffi_ferrostar_fn_free_routeadapter(handle, $0) }
      |                         `- error: cannot find 'uniffi_ferrostar_fn_free_routeadapter' in scope
 3084 |     }
 3085 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:3092:5: error: cannot find 'uniffi_ferrostar_fn_constructor_routeadapter_from_well_known_route_provider' in scope
 3090 | public static func fromWellKnownRouteProvider(wellKnownRouteProvider: WellKnownRouteProvider)throws  -> RouteAdapter  {
 3091 |     return try  FfiConverterTypeRouteAdapter_lift(try rustCallWithError(FfiConverterTypeInstantiationError_lift) {
 3092 |     uniffi_ferrostar_fn_constructor_routeadapter_from_well_known_route_provider(
      |     `- error: cannot find 'uniffi_ferrostar_fn_constructor_routeadapter_from_well_known_route_provider' in scope
 3093 |         FfiConverterTypeWellKnownRouteProvider_lower(wellKnownRouteProvider),$0
 3094 |     )
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:3102:5: error: cannot find 'uniffi_ferrostar_fn_method_routeadapter_generate_request' in scope
 3100 | open func generateRequest(userLocation: UserLocation, waypoints: [Waypoint])throws  -> RouteRequest  {
 3101 |     return try  FfiConverterTypeRouteRequest_lift(try rustCallWithError(FfiConverterTypeRoutingRequestGenerationError_lift) {
 3102 |     uniffi_ferrostar_fn_method_routeadapter_generate_request(
      |     `- error: cannot find 'uniffi_ferrostar_fn_method_routeadapter_generate_request' in scope
 3103 |             self.uniffiCloneHandle(),
 3104 |         FfiConverterTypeUserLocation_lower(userLocation),
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:3112:5: error: cannot find 'uniffi_ferrostar_fn_method_routeadapter_parse_response' in scope
 3110 | open func parseResponse(response: Data)throws  -> [Route]  {
 3111 |     return try  FfiConverterSequenceTypeRoute.lift(try rustCallWithError(FfiConverterTypeParsingError_lift) {
 3112 |     uniffi_ferrostar_fn_method_routeadapter_parse_response(
      |     `- error: cannot find 'uniffi_ferrostar_fn_method_routeadapter_parse_response' in scope
 3113 |             self.uniffiCloneHandle(),
 3114 |         FfiConverterData.lower(response),$0
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:3236:32: error: cannot find 'uniffi_ferrostar_fn_clone_routedeviationdetector' in scope
 3234 | #endif
 3235 |     public func uniffiCloneHandle() -> UInt64 {
 3236 |         return try! rustCall { uniffi_ferrostar_fn_clone_routedeviationdetector(self.handle, $0) }
      |                                `- error: cannot find 'uniffi_ferrostar_fn_clone_routedeviationdetector' in scope
 3237 |     }
 3238 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:3246:25: error: cannot find 'uniffi_ferrostar_fn_free_routedeviationdetector' in scope
 3244 |         }
 3245 |
 3246 |         try! rustCall { uniffi_ferrostar_fn_free_routedeviationdetector(handle, $0) }
      |                         `- error: cannot find 'uniffi_ferrostar_fn_free_routedeviationdetector' in scope
 3247 |     }
 3248 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:3265:5: error: cannot find 'uniffi_ferrostar_fn_method_routedeviationdetector_check_route_deviation' in scope
 3263 | open func checkRouteDeviation(route: Route, tripState: TripState) -> RouteDeviation  {
 3264 |     return try!  FfiConverterTypeRouteDeviation_lift(try! rustCall() {
 3265 |     uniffi_ferrostar_fn_method_routedeviationdetector_check_route_deviation(
      |     `- error: cannot find 'uniffi_ferrostar_fn_method_routedeviationdetector_check_route_deviation' in scope
 3266 |             self.uniffiCloneHandle(),
 3267 |         FfiConverterTypeRoute_lower(route),
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:3332:5: error: cannot find 'uniffi_ferrostar_fn_init_callback_vtable_routedeviationdetector' in scope
 3330 |
 3331 | private func uniffiCallbackInitRouteDeviationDetector() {
 3332 |     uniffi_ferrostar_fn_init_callback_vtable_routedeviationdetector(UniffiCallbackInterfaceRouteDeviationDetector.vtable)
      |     `- error: cannot find 'uniffi_ferrostar_fn_init_callback_vtable_routedeviationdetector' in scope
 3333 | }
 3334 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:3465:32: error: cannot find 'uniffi_ferrostar_fn_clone_routerequestgenerator' in scope
 3463 | #endif
 3464 |     public func uniffiCloneHandle() -> UInt64 {
 3465 |         return try! rustCall { uniffi_ferrostar_fn_clone_routerequestgenerator(self.handle, $0) }
      |                                `- error: cannot find 'uniffi_ferrostar_fn_clone_routerequestgenerator' in scope
 3466 |     }
 3467 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:3475:25: error: cannot find 'uniffi_ferrostar_fn_free_routerequestgenerator' in scope
 3473 |         }
 3474 |
 3475 |         try! rustCall { uniffi_ferrostar_fn_free_routerequestgenerator(handle, $0) }
      |                         `- error: cannot find 'uniffi_ferrostar_fn_free_routerequestgenerator' in scope
 3476 |     }
 3477 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:3489:5: error: cannot find 'uniffi_ferrostar_fn_method_routerequestgenerator_generate_request' in scope
 3487 | open func generateRequest(userLocation: UserLocation, waypoints: [Waypoint])throws  -> RouteRequest  {
 3488 |     return try  FfiConverterTypeRouteRequest_lift(try rustCallWithError(FfiConverterTypeRoutingRequestGenerationError_lift) {
 3489 |     uniffi_ferrostar_fn_method_routerequestgenerator_generate_request(
      |     `- error: cannot find 'uniffi_ferrostar_fn_method_routerequestgenerator_generate_request' in scope
 3490 |             self.uniffiCloneHandle(),
 3491 |         FfiConverterTypeUserLocation_lower(userLocation),
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:3557:5: error: cannot find 'uniffi_ferrostar_fn_init_callback_vtable_routerequestgenerator' in scope
 3555 |
 3556 | private func uniffiCallbackInitRouteRequestGenerator() {
 3557 |     uniffi_ferrostar_fn_init_callback_vtable_routerequestgenerator(UniffiCallbackInterfaceRouteRequestGenerator.vtable)
      |     `- error: cannot find 'uniffi_ferrostar_fn_init_callback_vtable_routerequestgenerator' in scope
 3558 | }
 3559 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:3676:32: error: cannot find 'uniffi_ferrostar_fn_clone_routeresponseparser' in scope
 3674 | #endif
 3675 |     public func uniffiCloneHandle() -> UInt64 {
 3676 |         return try! rustCall { uniffi_ferrostar_fn_clone_routeresponseparser(self.handle, $0) }
      |                                `- error: cannot find 'uniffi_ferrostar_fn_clone_routeresponseparser' in scope
 3677 |     }
 3678 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:3686:25: error: cannot find 'uniffi_ferrostar_fn_free_routeresponseparser' in scope
 3684 |         }
 3685 |
 3686 |         try! rustCall { uniffi_ferrostar_fn_free_routeresponseparser(handle, $0) }
      |                         `- error: cannot find 'uniffi_ferrostar_fn_free_routeresponseparser' in scope
 3687 |     }
 3688 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:3700:5: error: cannot find 'uniffi_ferrostar_fn_method_routeresponseparser_parse_response' in scope
 3698 | open func parseResponse(response: Data)throws  -> [Route]  {
 3699 |     return try  FfiConverterSequenceTypeRoute.lift(try rustCallWithError(FfiConverterTypeParsingError_lift) {
 3700 |     uniffi_ferrostar_fn_method_routeresponseparser_parse_response(
      |     `- error: cannot find 'uniffi_ferrostar_fn_method_routeresponseparser_parse_response' in scope
 3701 |             self.uniffiCloneHandle(),
 3702 |         FfiConverterData.lower(response),$0
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:3765:5: error: cannot find 'uniffi_ferrostar_fn_init_callback_vtable_routeresponseparser' in scope
 3763 |
 3764 | private func uniffiCallbackInitRouteResponseParser() {
 3765 |     uniffi_ferrostar_fn_init_callback_vtable_routeresponseparser(UniffiCallbackInterfaceRouteResponseParser.vtable)
      |     `- error: cannot find 'uniffi_ferrostar_fn_init_callback_vtable_routeresponseparser' in scope
 3766 | }
 3767 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:3902:32: error: cannot find 'uniffi_ferrostar_fn_clone_stepadvancecondition' in scope
 3900 | #endif
 3901 |     public func uniffiCloneHandle() -> UInt64 {
 3902 |         return try! rustCall { uniffi_ferrostar_fn_clone_stepadvancecondition(self.handle, $0) }
      |                                `- error: cannot find 'uniffi_ferrostar_fn_clone_stepadvancecondition' in scope
 3903 |     }
 3904 |     // No primary constructor declared for this class.
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:3912:25: error: cannot find 'uniffi_ferrostar_fn_free_stepadvancecondition' in scope
 3910 |         }
 3911 |
 3912 |         try! rustCall { uniffi_ferrostar_fn_free_stepadvancecondition(handle, $0) }
      |                         `- error: cannot find 'uniffi_ferrostar_fn_free_stepadvancecondition' in scope
 3913 |     }
 3914 |
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.swift:3925:5: error: cannot find 'uniffi_ferrostar_fn_method_stepadvancecondition_should_advance_step' in scope
 3923 | open func shouldAdvanceStep(tripState: TripState) -> StepAdvanceResult  {
 3924 |     return try!  FfiConverterTypeStepAdvanceResult_lift(try! rustCall() {
 3925 |     uniffi_ferrostar_fn_method_stepadvancecondition_should_advance_step(
      |     `- error: cannot find 'uniffi_ferrostar_fn_method_stepadvancecondition_should_advance_step' in scope
 3926 |             self.uniffiCloneHandle(),
 3927 |         FfiConverterTypeTripState_lower(tripState),$0
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:4aaa9704d9ec48004f0d4dbd1faa76d47dfce67570c934d5c9f7c1557cee5c73
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
warning: 'spi-builder-workspace': found 94 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/SpeedLimitViewTests/testViennaConventionStyleSpeedLimitViews.3.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/NavigatingInnerGridViewTests/test_CameraControlsHidden.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/InstructionsViewTests/testInstructionsView_darkMode.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/TripProgressViewTests/testTripProgressViewFormatters_de_DE.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/TripProgressViewWithButtonTests/testTripProgressViewCompactTheme.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/MuteButtonTests/test_unmuted_darkMode.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/TripProgressViewWithButtonTests/testTripProgressViewDefaultTheme.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/InnerGridViewTests/testFullView.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/CurrentRoadViewTests/testDefaultCurrentRoadView.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/TripProgressViewTests/testTripProgressViewDefaultTheme.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/DynamicIslandViewTests/testLiveActivityManeuverImage.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/TripProgressViewWithButtonTests/testTripProgressViewFormatters_de_DE.2.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/NavigatingInnerGridViewTests/test_ViennaConventionStyle_speedLimit_inGridView.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/TripProgressViewTests/testTripProgressViewFormatters_de_DE_darkMode.2.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/NavigationUIBannerViewTests/testLoadingBanner_darkMode.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/NavigationUIButtonTests/testTextButton_darkMode.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/TripProgressViewWithButtonTests/testTripProgressViewDefaultTheme_darkMode.2.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/MuteButtonTests/test_muted_darkMode.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/TripProgressViewTests/testTripProgressViewFormatters.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/TripProgressViewWithButtonTests/testTripProgressViewDefaultTheme.2.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/TripProgressViewTests/testTripProgressViewDefaultTheme_darkMode.2.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/CurrentRoadViewTests/testDefaultCurrentRoadViewNil.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/TripProgressViewWithButtonTests/testTripProgressViewDefaultTheme_darkMode.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/NavigationUIButtonTests/testImageButton.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/InstructionsViewTests/testExpandedInstructionsView.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/InstructionsViewTests/testSingularInstructionsViewWithPill.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/ManeuverInstructionViewTests/testFerrostarInstructionDE.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/NavigationUIBannerViewTests/testLoadingBanner.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/OffRouteBannerViewTests/testOffRouteBannerViewCustomLargeMessage.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/DefaultManeuverInstructionViewTests/testDefaultManeuverInstructionViewDE.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/SpeedLimitViewTests/testUSStyleSpeedLimitViews.3.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/ManeuverImageTests/testManeuverImageLarge.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/TripProgressViewTests/testTripProgressViewFormatters_darkMode.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/TripProgressViewTests/testTripProgressViewFormatters_de_DE_darkMode.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/NavigationUIButtonTests/testImageButton_darkMode.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/SpeedLimitViewTests/testViennaConventionStyleSpeedLimitViews_darkMode.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/SpeedLimitViewTests/testViennaConventionStyleSpeedLimitViews_darkMode.3.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/TripProgressViewTests/testTripProgressViewFormatters_de_DE.2.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/ManeuverImageTests/testManeuverImageCustomColor.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/NavigationUIButtonTests/testTextButton.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/SpeedLimitViewTests/testViennaConventionStyleSpeedLimitViews.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/OffRouteBannerViewTests/testOffRouteBannerView.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/SpeedLimitViewTests/testUSStyleSpeedLimitViews_darkMode.3.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/SpeedLimitViewTests/testViennaConventionStyleSpeedLimitViews_darkMode.4.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/TripProgressViewTests/testTripProgressViewDefaultTheme_darkMode.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/DefaultManeuverInstructionViewTests/testDefaultManeuverInstructionViewUS.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/InstructionsViewTests/testSingularInstructionsViewWithPill_darkMode.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/CurrentRoadViewTests/testDefaultCurrentRoadViewFunkyStyle.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/ManeuverImageTests/testManeuverImageDoesNotExist.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/DynamicIslandViewTests/testLiveActivityMinimalView.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/ManeuverImageTests/testManeuverImageDefaultTheme.4.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/ManeuverInstructionViewTests/testCustomManeuverInstructionIcon.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/NavigationUIBannerViewTests/testInfoBanner.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/NavigatingInnerGridViewTests/test_muteIsHidden.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/ManeuverInstructionViewTests/testRightToLeftInstruction.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/NavigatingInnerGridViewTests/test_RouteOverviewCameraControl.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/NavigationUIBannerViewTests/testInfoBanner_darkMode.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/NavigationUIBannerViewTests/testErrorBanner.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/TripProgressViewTests/testTripProgressViewCompactTheme_darkMode.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/TripProgressViewWithButtonTests/testTripProgressViewFormatters_darkMode.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/NavigatingInnerGridViewTests/test_USStyle_speedLimit_inGridView.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/SpeedLimitViewTests/testUSStyleSpeedLimitViews_darkMode.4.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/ManeuverImageTests/testManeuverImageDefaultTheme.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/InstructionsViewTests/testInstructionsView.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/TripProgressViewWithButtonTests/testTripProgressViewFormatters_de_DE_darkMode.2.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/InstructionsViewTests/testSingularInstructionsView.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/SpeedLimitViewTests/testViennaConventionStyleSpeedLimitViews_darkMode.2.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/SpeedLimitViewTests/testUSStyleSpeedLimitViews.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/TripProgressViewWithButtonTests/testTripProgressViewCompactTheme_darkMode.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/MuteButtonTests/test_unmuted.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/InnerGridViewTests/testLimitedView.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/TripProgressViewTests/testTripProgressViewCompactTheme.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/MuteButtonTests/test_muted.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/TripProgressViewWithButtonTests/testTripProgressViewFormatters_de_DE.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/SpeedLimitViewTests/testUSStyleSpeedLimitViews.4.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/ManeuverImageTests/testManeuverImageDefaultTheme.2.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/SpeedLimitViewTests/testUSStyleSpeedLimitViews.2.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/InstructionsViewTests/testExpandedInstructionsView_darkMode.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/SpeedLimitViewTests/testUSStyleSpeedLimitViews_darkMode.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/CurrentRoadViewTests/testDefaultCurrentRoadViewBlank.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/InstructionsViewTests/testFormattingDE.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/SpeedLimitViewTests/testViennaConventionStyleSpeedLimitViews.4.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/TripProgressViewWithButtonTests/testTripProgressViewFormatters_de_DE_darkMode.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/ManeuverInstructionViewTests/testFerrostarInstruction.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/InnerGridViewTests/testRightToLeftView.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/ManeuverImageTests/testManeuverImageDefaultTheme.3.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/SpeedLimitViewTests/testUSStyleSpeedLimitViews_darkMode.2.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/DynamicIslandViewTests/testLiveActivityView.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/TripProgressViewWithButtonTests/testTripProgressViewFormatters.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/NavigationUIBannerViewTests/testErrorBanner_darkMode.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/TripProgressViewTests/testTripProgressViewDefaultTheme.2.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/NavigationUIZoomButtonTests/testNavigationUIZoomButton.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/SpeedLimitViewTests/testViennaConventionStyleSpeedLimitViews.2.png
    /host/spi-builder-workspace/apple/Tests/FerrostarSwiftUITests/Views/__Snapshots__/NavigationUIZoomButtonTests/testNavigationUIZoomButton_darkMode.1.png
warning: 'spi-builder-workspace': found 3 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/apple/Tests/FerrostarMapLibreUITests/Views/__Snapshots__/PortraitNavigationViewTests/testCustomized.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarMapLibreUITests/Views/__Snapshots__/DynamicallyOrientingNavigationViewTests/testCustomized.1.png
    /host/spi-builder-workspace/apple/Tests/FerrostarMapLibreUITests/Views/__Snapshots__/LandscapeNavigationViewTests/testCustomized.1.png
warning: 'spi-builder-workspace': found 5 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/apple/Tests/FerrostarCoreTests/__Snapshots__/FerrostarCoreTests/testCustomRouteProvider.1.txt
    /host/spi-builder-workspace/apple/Tests/FerrostarCoreTests/__Snapshots__/ValhallaCoreTests/testValhallaRouteParsing.1.txt
    /host/spi-builder-workspace/apple/Tests/FerrostarCoreTests/__Snapshots__/FerrostarCoreTests/test200MockGETRouteResponse.1.txt
    /host/spi-builder-workspace/apple/Tests/FerrostarCoreTests/__Snapshots__/FerrostarCoreTests/test200MockPOSTRouteResponse.1.txt
    /host/spi-builder-workspace/apple/Tests/FerrostarCoreTests/__Snapshots__/FerrostarCoreTests/testValhallaCostingOptionsJSON.1.txt
[0/1] Planning build
Building for debugging...
[0/20] Write swift-version-24593BA9C3E375BF.txt
[2/41] Compiling SwiftSyntax601 Empty.swift
[3/54] Emitting module SwiftSyntax509
[4/54] Compiling SwiftSyntax509 Empty.swift
[5/68] Emitting module SwiftSyntax601
[6/69] Compiling SwiftSyntax600 Empty.swift
[7/69] Compiling InternalUtils Enums.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-dsl/Sources/InternalUtils/Sample Data.swift:2:8: error: no such module 'CoreLocation'
 1 | // Sample data
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 |
 4 | public let samplePedestrianWaypoints = [
[8/69] Emitting module SwiftSyntax510
[9/69] Compiling SwiftSyntax510 Empty.swift
[10/70] Emitting module SwiftSyntax600
[11/71] Compiling SwiftSyntax602 Empty.swift
[13/71] Emitting module SwiftSyntax602
[16/69] Compiling InternalUtils Utilities.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-dsl/Sources/InternalUtils/Sample Data.swift:2:8: error: no such module 'CoreLocation'
 1 | // Sample data
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 |
 4 | public let samplePedestrianWaypoints = [
[18/68] Compiling InternalUtils Sample Data.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-dsl/Sources/InternalUtils/Sample Data.swift:2:8: error: no such module 'CoreLocation'
 1 | // Sample data
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 |
 4 | public let samplePedestrianWaypoints = [
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/68] Emitting module InternalUtils
/host/spi-builder-workspace/.build/checkouts/swiftui-dsl/Sources/InternalUtils/Sample Data.swift:2:8: error: no such module 'CoreLocation'
 1 | // Sample data
 2 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
 3 |
 4 | public let samplePedestrianWaypoints = [
[20/68] Compiling SnapshotTesting NSImage.swift
[21/68] Compiling SnapshotTesting NSView.swift
[22/68] Compiling SnapshotTesting NSViewController.swift
[23/68] Compiling SnapshotTesting SceneKit.swift
/host/spi-builder-workspace/apple/Sources/UniFFI/ferrostar.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/apple/Sources/UniFFI/ferrostar.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)
BUILD FAILURE 6.1 android