I can successfully import a framework into my playground, but the classes inside it aren't accessible.
If I add keyword public
to Event (and/or its initialiser), the error becomes:
'Event' is unavailable: cannot find Swift declaration for this class
What's going on?
Thanks