I want to write my server side code in swift.
Therefore I created a new application project for OS X with swift in Xcode 6.1. Then I included the CocoaHTTPServer files from Core and Vendor and created a Bridging Header file.
Despite several warnings the build succeeded. But after starting the Application, the Server is not accessible, although the log messages say that the server was started on port 61175 and bonjour advertising was also done.
Doing the same steps with an Objective-C projects works fine.
Any ideas why this happens?
Thanks, Tobias