We started getting hit with this crash recently with iOS 16.4 as well. Is there any recommendations on how to accomplish the advancing of the data source to the new state when using a combination of NSFetchedResultsController + UICollectionView? I suppose I could maintain my own count that only gets updated within the performBatchUpdates block but wasn't sure if that was the recommended method.