Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

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

No branches or pull requests

1 participant