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
swiftc will raise a compile error if you unconditionally call a method that's only available in certain API versions. So when we wrap a method we'll need to copy their @available annotations, since we currently just directly call the wrapped method. Same for every other kind of declaration.