Art does not correct the location even when I explicitly and manually correct it

Ah, the incredibly problematic Extract Brief Visits view! That view was actually the final trigger that pushed me to start the Arc Editor project.

That view was built with the newer SwiftUI technology, while much of the rest of the app is built using the much older UIKit framework. The two are meant to work together happily, but in practice they don’t always get along. That view is one of those cases. Weird things happen, and sometimes it even crashes, in ways that have repeatedly evaded fixes.

It basically got to the point where I was spending too much time trying to resolve bugs where SwiftUI and UIKit were trying to work together, so it was time to draw the line and say “this all has to be rebuilt from the ground up”. I was wasting too much time on these kinds of weird, mysterious behaviours and crashes, instead of working on building new features.

Hence the arrival of Arc Editor. Which never crashes on that view, and behaves how you expect every time!