SwiftUIX / Coordinator

A declarative navigation API for SwiftUI.
MIT License
252 stars 21 forks source link

Not able to build - Type '_SwiftUIX_KeyPress' does not conform to protocol 'Equatable' #8

Closed garethlloyd1994 closed 9 months ago

garethlloyd1994 commented 1 year ago

I am attempting to using the below to add via spm:

 .package(url: "https://github.com/SwiftUIX/Coordinator.git", branch:"master"),

I am seeing the error which is because the package is being pointed to master branch of SwiftUIX which is failing.

Screenshot 2023-09-07 at 2 49 01 pm

vmanot commented 9 months ago

@garethlloyd1994 this should be fixed now, thanks for reporting!