Xcode 15 swipe in XCUITest not strong enough

All of our XCUI tests were passing with Xcode 14, now on 15 the swipeLeft() and swipeRight() calls don't seem "strong" enough to advance a UIPageControl to the next page. I've added in the velocity parameter and set it to .fast, but it still seems to fail.

Anyone have any issues with this? No idea how to solve it other than explicitly stating touch points to then drag across the screen. Seems odd

Xcode 15 swipe in XCUITest not strong enough
 
 
Q