I only recently updated Xcode to 26.0. While adding some features to my app, everything was running fine in the simulator. But when I tried to run it on an external device running iOS 26, I start getting this error:
Concurrency is only available in iOS 13.0.0 or newer

I’ve tried to Clean Build Folder to no avail.
Now when trying to run in simulator I’m getting this error.
Stored properties cannot be marked potentially unavailable with '@available'


Any suggestions?
