The CSSearchableItem(appEntity:) method is marked as iOS 18+ but my app crashes when it launches on iOS 18+, even if I wrap the lines in #if available(iOS 26, *). It works fine on iOS 26+.
Any idea if that can be solved and how?
Documentation: https://developer.apple.com/documentation/corespotlight/cssearchableitem/init(appentity:)-89ehq
cc @mgorbach










