Attempting to import Tally in a playground you'll get the following error: No such module 'Tally'
To get a Swift playground and framework to work with each other, they need to exist within the same workspace.
Instead of opening a playground file directly:
- Open
Playgrounds.xworkspace
from the playgrounds folder - Build project (⌘B)
- That's it! Tally should now be available in this playground