I'm using SWXMLHash to parse an xml file in my project, It works fine in the project but I would like to make some tests in a playground.
I keep having an error when I want to use the library in the playground:
Playground execution failed: test.playground:5:8: error: no such module 'SWXMLHash'
import SWXMLHash
^
- I tried to delete the files in the derived data folder.
- I tried to clean and build, nothing seems to work.