You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.
Solution:
Remove deprecated completionBlock of add '@sendable'.
""" @available(*, deprecated, message: "use BlockObserver completions instead")
override open var completionBlock: (@sendable () -> Void)? {
"""
The text was updated successfully, but these errors were encountered:
barabashd
changed the title
Property 'completionBlock' with type '(() -> Void)?' cannot override a property with type '(@Sendable () -> Void)?'
Error in XCode 15. Property 'completionBlock' with type '(() -> Void)?' cannot override a property with type '(@Sendable () -> Void)?'
Sep 12, 2023
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)? {
"""
The text was updated successfully, but these errors were encountered: