I am receiving the following errors in iOS 10 between calls to tableView(_:numberOfRowsInSection) and tableView(_:cellForRowAt) for a UITableView that is backed by a NSFetchedResultsController:
<Time> <MyApp>[<Id>] [Common] _BSMachError: port 1407;
(os/kern) invalid capability (0x14) "Unable to insert COPY_SEND"
<Time> <MyApp>[<Id>] [Common] _BSMachError: port 1407;
(os/kern) invalid name (0xf) "Unable to deallocate send right"
At his point, the app uses only UIKit, Core Data and URLSession, i.e. nothing fancy.
What could be the reason why, and how can I overcome this problem?