I have the following code
class Family: Object { dynamic var name = \"\" var members = List() } class FamilyMember: Object {
Can you try removing the line
realm.add(newFamily)
from your write block?