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
String(describing:) unfortunately will change a complex type like AccountStore.Item.ID into just ID — it might be better to use String(reflecting:) instead, which should provide the fully qualified name. We need to make sure this works well with local types and migrations though, since we may hit those quite often.
String(describing:)
unfortunately will change a complex type likeAccountStore.Item.ID
into justID
— it might be better to useString(reflecting:)
instead, which should provide the fully qualified name. We need to make sure this works well with local types and migrations though, since we may hit those quite often.See: https://forums.swift.org/t/getting-the-more-fully-qualified-name-of-a-type/14375/10
The text was updated successfully, but these errors were encountered: