I\'m having staring issues with Module name spacing in a swift project.
I\'ve tried this in a new project and everything works fine:
I have 2 modules with which co
There is also this bug in swift compiler: SR-631 Extensions in different files do not recognize each other
The result (success/failure) of the compilation depends on the order of files in Build Phase > Compile Sources setting.
I had exactly the same error message: X is not a member type of Y. Solved it by rearranging compilation sources.