Async Await crash on iOS14 with Xcode 13.2.1

I am observing a crash on iOS14 device when I am using the new concurrency model in Xcode 13.2.1 which is backward compatible. The crash does not occur when I am running the code through Xcode but happens when I launch the app from home screen (without Xcode). I am providing a simple reproducible …