Strict concurrency and Swift 6 produces error when trying to convert PhotosPickerItem to Data
I have the below view where I want to load an image from gallery using PhotosPicker and display it to the user. I also want to convert the image to Data so I can store it in SwiftData database.