Get rid of warning: Passing argument of non-sendable type ‘AVAssetExportSession’ outside of main actor-isolated context may introduce data races
How can I get rid of this warning for await exportSession.export()
:
How can I get rid of this warning for await exportSession.export()
: