After I have updated Swift 1 to Swift 2.0 I have an issue.
I am getting the following error on the first line of this code:
Method cannot be m
With this less informations I can only try to suggest you to put this before Person declaration.
Person
@objc(Person) class Person { ... }