Task-isolated value of type '() async throws -> Bool' passed as a strongly transferred parameter; later accesses could race; this is an error in the Swift 6 language mode

вот код:
actor SftpUploader {
func upload(files: ) async throws -> Bool { let session = ... r-later-ac