I'm unable to compile the project after adding MagicalRecord, I'm getting this errors:
MagicalRecord.h:14:1: error: function definition is not allowed here
MagicalRecord.h:42:28: error: cannot find interface declaration for 'NSObject', superclass of 'MagicalRecord'
MagicalRecord.h:51:4: error: expected a type
MagicalRecord.h:60:4: error: expected a type
MagicalRecord.h:85:32: error: expected a type
MagicalRecord.h:94:4: error: expected a type
MagicalRecord+Options.h:17:1: error: function definition is not allowed here
MagicalRecord+Options.h:43:1: error: function definition is not allowed here
MagicalRecord+Options.h:77:4: error: expected a type
MagicalRecord+Options.h:86:49: error: expected a type
MagicalRecord+Options.h:95:4: error: expected a type
MagicalRecord+Options.h:104:64: error: expected a type
MagicalRecord+Options.h:114:4: error: expected a type
MagicalRecord+Options.h:124:47: error: expected a type
MagicalRecord+Options.h:137:4: error: expected a type
MagicalRecord+Options.h:146:27: error: expected a type
MagicalRecord+Options.m:11:8: error: unknown type name 'MagicalRecordLoggingLevel'
MagicalRecord+Options.m:11:63: error: use of undeclared identifier 'MagicalRecordLoggingLevelVerbose'; did you mean 'kMagicalRecordLoggingLevel'?
MagicalRecord+Options.m:12:8: error: unknown type name 'BOOL'
fatal error: too many errors emitted, stopping now [-ferror-limit=]
how to make it works under a Swift project? I need a modified version? there's a plan to release a Swift version of MagicalRecord?