SwiftKickMobile/SwiftMessages

Identifiable collision

oliverfoggin opened this issue · 1 comments

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?

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?