Compiling an app with Xcode 26 beta 5/6/7 fails with Ambiguous use of 'performAndWait' in the Iterable iOS SDK. The SDK's CoreDataUtils.swift defines an extension on NSManagedObjectContext: a performAndWait generic function taking a throwing closure and returning T, which now collides with the new iOS 26 CoreData method of the same signature. Removing the SDK extension fixes the compile error.