kean/Get

Concurrency warning

wmorgue opened this issue ยท 2 comments

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 commented

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 commented

Fixed in 2.1.3