Get debug symbols for SwiftUI functions as well as app's

Hi, I have some crash reports which I want to symbolicate. When I do so (following Apple's guide, and many of the other ones you can find online) I always get a partially symbolicated crash report. By partially I mean it only symbolicates the calls to code belonging to my app, but not the lines belonging to native frameworks like SwiftUI.

How can I symbolicate the lines in my crash report which belong to native iOS frameworks like SwiftUI?

PD: I tried the native XCode way of symbolicating by dragging the crash report into the device's logs. I also tried extracting the dSYM file from the app's archive and then using the symbolicatecrash tool. Both work, but only partially.