This was an interesting read: https://danielchasehooper.com/posts/why-swift-is-slow/
Coupled with the generally terrible compile times in Xcode, this can make Swift dev a miserable experience sometimes - especially when using SwiftUI, which exacerbates the problem with its heavy reliance on inference and overloading
I think the Swift team maybe underestimates how big of a problem this is? From this thread it seems like it's been written off as unsolvable rather than being an area of active effort?
