Swift couchebase-lite save CBLModel document problem

You need to declare the property as dynamic so CBLModel will know it’s persistent (same as with Core Data.) The Swift syntax for that is @NSManaged.