Do we know if the current version of Swift 2 is acceptable for release to the AppStore?
And if not is there anyway we can conditionaly compile with Swift2/Swift1.2 (and use either Xcode7 or Xcode 6.3 as appropriate)?
Maintaing two different code bases, one with Swift 1.2 and one with Swift 2 is a hassle I'd rather not get into. Even more so that the the Swift2 c o n v e r t e r is a one way street (I do not know of any means to "back convert" to Swift 1.2, anyone)?
It looks like "preprocessor like swift macros" are ruled out since both branches must be legal, and the Swift2 branch certainly is not legal Swift1.2 code.
What to do?