Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
barabashd opened this issue Sep 12, 2023 · 0 comments

Comments

@barabashd
Copy link

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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant