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
@marcelofabri I believe it will be sufficient to check whether the function returning observer doesn't have @discardableResult prefix. Swift compiler will do the rest for us giving Result of call ... warnings.
Following code is labelled with warning even thought the opaque observer is getting preserved.
The text was updated successfully, but these errors were encountered: