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
Replace @retroactive annotation with fully qualified type name of protocol to support pre 6.0 compilers
Using fully qualified type names in retroactive conformances is viewed as equivalent
to a @retroactive annotation by Swift 6 compilers, specifically for the usecase of
writing backwards compatible code.
0 commit comments