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
TestUtilities: silence warning from updated swift-tools-support-core
The `AbsolutePath.appending(_:RelativePath)` interface was deprecated in
favour of `AbsolutePath(_:relativeTo:)` which allows us to anchor the
relative path which is needed to properly form relative paths on
Windows. This updates the API usage in swift-driver accordingly.
0 commit comments