I have an extension on String, it works fine on Xcode7 beta5. However, I upgraded to beta 6 yesterday. It seems Swift syntax has some changes. There are some errors while co
What's happened is that the global functions distance and advance have been replaced by instance methods distanceTo and advancedBy.
distance
advance
distanceTo
advancedBy
OK, I figure out how to use these.