Identifiable collision
oliverfoggin opened this issue · 1 comments
oliverfoggin commented
It took me several hours of debugging to work out why I couldn't create my own Identifiable
type with id: UUID
until I realised that you have your own declaration of Identifiable
in this framework and I had to use Swift.Identifiable
.
I'm not sure I understand any reason for doing that.
Please could that be removed?
oliverfoggin commented
Oh... this had Identifiable
before Swift so that's fair.
Could we still either remove or rename this or just use the Swift
implementation of Identifiable
?