Fix long build times
Our development build times quadrupled in the last week. Let's figure out why and fix it.
More details in Slack
One option is to downgrade the libraries that are causing this. Another is to potentially use a fork that depends on https://github.com/sjavora/swift-syntax-xcframeworks instead of swift-syntax.
I went ahead and downgraded swift-ui-navigation and swift-dependencies to their last known good versions in #1141. I didn't spend time figuring out how far we can upgrade before they depend on SwiftSyntax, or if we can somehow install their latest versions without macro support, so let's include that work when completing this ticket.
@mplorentz - Didn't you do some work a few weeks ago to fix the long build times in the app? Can we move this ticket along?
Sure, I think we are in a good spot for now.