I’m profiling a SwiftData app in Instruments.
Most frames are symbolicated correctly but SwiftData frames appear only as addresses.
0x21ff2abd4 SwiftData
0x21ffb06c8 SwiftData
0x21ffb3064 SwiftData
while surrounding frames are symbolicated, for example:
__CFRunLoopDoObservers CoreFoundation
stepTransactionFlush AppKit
Attribute.syncMainIfReferences<A>(do:) SwiftUICore
Is this expected, or should SwiftData symbols normally be visible here?