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
QueryEngine: Calculate stable hashes for Foundation.URL and FoundationEssentials.URL
Until Swift 6.0, the fully-qualified name of the URL type was
`Foundation.URL`. After the adoption of FoundationEssentials, the
name changed to `FoundationEssentials.URL`. This difference causes
the hashes to change, so for backwards compatibility we pin the
type name to `Foundation.URL`.
Fixes#45
0 commit comments