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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Concurrency warning #53

Closed
wmorgue opened this issue Aug 29, 2022 · 2 comments
Closed

Concurrency warning #53

wmorgue opened this issue Aug 29, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@wmorgue
Copy link

wmorgue commented Aug 29, 2022

Hello 馃憢馃徎

After switching the compiler option Strict Concurrency Checking to Complete, I received the warning below:

鈿狅笍 Non-sendable type '(inout APIClient.Configuration) -> Void' passed in call to nonisolated initializer 'init(baseURL:_:)' cannot cross actor boundary.

Screen Shot 2022-08-29 at 14 10 20

Just informing, I don't know how important it is.
Xcode 14.0 beta 5 | Get 1.0.1

@kean kean added the enhancement New feature or request label Sep 12, 2022
@kean
Copy link
Owner

kean commented Sep 17, 2022

I see more warnings with a Complete mode enabled in Xcode 14.0. I'm not yet sure how to address them all. They are all false positives as far as I can tell.

@kean kean closed this as completed in d61bb03 Oct 8, 2022
@kean
Copy link
Owner

kean commented Oct 8, 2022

Fixed in 2.1.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants