I am having an issue with Xcode (Prerelease 7.0 (7A218)) where alias function does not seem to work as expected (Or I am doing something wrong...)
This was working fine previously:
let preUsers = Table("PreUsers")
let eqowners = preUsers.alias("eqowners")
But now the compiler complains:
Value of Type 'Table' has no member 'alias'
As I understand from the documentation this should be working, I might be doing something wrong...
Any help would be appreciated
Thanks!