Skip to content

Fix potential Equatable issue on future releases #91

@pacu

Description

@pacu

When running sh Scripts/build_swift.sh

Building for debugging...
/frost-uniffi-sdk/FrostSwift/Sources/FrostSwift/Extensions/FrostSwift+Orchard.swift:10:1: warning: extension declares a conformance of imported type 'OrchardFullViewingKey' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'FrostSwiftFFI' introduce this conformance in the future
 8 | import FrostSwiftFFI
 9 | 
10 | extension OrchardFullViewingKey: Equatable {
   | |- warning: extension declares a conformance of imported type 'OrchardFullViewingKey' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'FrostSwiftFFI' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions