AsyncObjects icon indicating copy to clipboard operation
AsyncObjects copied to clipboard

Do not compile with Xcode 26 beta 3

Open hlemai opened this issue 5 months ago • 0 comments

Hello,

For information, fo now the package doesn't compile on MacOS 26 beta 3 or on MacOS 15.5 with Xcode 26 beta 3.

it fails on createTask<R: Sendable>( priority: TaskPriority? = nil, operation: @escaping @Sendable () async throws -> R, onComplete completion: @escaping @Sendable () -> Void

with Cannot convert value of type 'TaskPriority?' to expected argument type 'String?'

Regards

hlemai avatar Jul 10 '25 15:07 hlemai