PSOperations icon indicating copy to clipboard operation
PSOperations copied to clipboard

Error in XCode 15. Property 'completionBlock' with type '(() -> Void)?' cannot override a property with type '(@Sendable () -> Void)?'

Open barabashd opened this issue 2 years ago • 0 comments

This library will now build using XCode 15.

Solution: Remove deprecated completionBlock of add '@Sendable'.

""" @available(*, deprecated, message: "use BlockObserver completions instead") override open var completionBlock: (@Sendable () -> Void)? { """

barabashd avatar Sep 12 '23 16:09 barabashd