I tried to include a class called \'name\' and I got an error:
Swift Compiler Error: Use of unresolved identifier \'name\'
The class exists
I had this one too. You will probably find that your first class is included in your testing module and that "name" isn't. Simply, if you include a class in testing, then every class that it references has to be in testing.