I have discovered that certain usages of existential any from Swift 5.6 can result in crashes on certain devices. After experimenting it seems that the required conditions are a device that is running iOS 15, and optimization is enabled.
I have a minimally reproducing example attached. The app crashes immediately when run on an iOS 15 simulator.
Should I file a bug?