Swift. Could not build Objective-C module

module, objective-c, swift

Solution

It just was a cycling in modules(first module had reference on second , second on third and third on first)

Problem

I have such a problem. I take project from svn repository and it doesn't work on my computer but works on another one. Compiler said that he couldn't build Objective-C module View (int project is View.h file, it's out main view file) and also compiler said that he can't find View-Swift.h, but i can't understand what it is and where it must be created and for what?

Original source