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
SerpApiClient is defined as a class with a mutable params dictionary. Without explicit Sendable conformance or internal synchronization, this type cannot be safely passed across actor boundaries under Swift 6 strict concurrency rules.
SerpApiClient is defined as a class with a mutable params dictionary. Without explicit Sendable conformance or internal synchronization, this type cannot be safely passed across actor boundaries under Swift 6 strict concurrency rules.