Hello Swift forum!
I recently started experimenting with new Swift 5.7 features using Xcode 14 Beta. I faced this issue where I'm trying to cast my value into parametrized protocol type, but facing the following error:
Runtime support for parameterized protocol types is only available in iOS 99.0.0 or newer
Full error presented by Xcode:
Is this a normal behavior? Should we, as developers, expect this to be fixed in future Beta releases?