This release marks properties as @objc
if they are known to be convertible to Objective-C. This should help with/ issue #36.
The feature is quite restricted, so the user may sometimes need to add @objc
himself if the macro can't detect it. It will for common base types and if properties are marked as relationships.
This version also compiles w/ SwiftSyntax 600.