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
### Motivation
Currently unit tests on Swift 6.1+ toolchains are failing due to a few
missing imports.
That these are coming up is good, that's why we've enabled
`MemberImportVisibility`.
### Modifications
Add the missing imports to stop relying on implicitly imported extension
methods.
### Result
Unit tests compile again on Swift 6.1+.
### Test Plan
Tested locally, will further verify CI is happy.
0 commit comments