Wanna have someone work with you on language design, concurrency runtimes and other cool stuff in the #swift language team? Drop those nonsensical in office requirements!
On a side note, the swift/c++ interoperability support still seems a bit poor with cmake. I recently tried to port part of our codebase from Objective C to Swift, but I couldn't figure out a way to provide a custom entry point with Swift.
Before, we had the core lib, mostly C++ with platform specific part written in Obj C. Lib also contained the custom entry point, and I would pass the symbol to linker directly when linking to the executable. However, now, the entry point is in Swift @main and I don't know how to link it from cmake.
Comments