It is correct this piece of code?
Lines 23-29
@Frozen
public struct VariadicViewSelectionLayout<
ID: Hashable,
Modifier: VariadicViewElementModifier,
: VariadicViewLayout {
public var selection: ID?
...
Afetr "VariadicViewElementModifier," may be expected an identifier or there is an unexpected separato ','?