That line refers to a defer closure which makes the call to load the persistent store:
defer {
self.persistentContainer?.loadPersistentStores { _, error in
if let error = error {
fatalError("Failed to load store: \(error)")
}
}
}
Topic:
App & System Services
SubTopic:
iCloud & Data
Tags: