This is still not fixed in XCode 26 RC
The issue seems to be with List Section{} headers. The following will not work:
List {
Section {
// Content
} header: {
HStack {
Menu {
Button("Test"){}
} label: {
Text("Menu")
} primaryAction: {
// Some action
}
}
}
}
Topic:
UI Frameworks
SubTopic:
SwiftUI