This sample code on Xcode 6.3 ...
var str1 = ""
var str2 = ""
if str1.isEmpty ^ str2.isEmpty {
// do something.
}
displays the following error.
'^' is unavailable: use the '!=' operator instead
I cannot find the spec in Apple documentation. Is this specification (and I'll have to lump it)?