How to get the size of a GridItem as a CGFloat

A GridItem is initialized with a GridItem.Size, a spacing, and an alignment. GridItem.Size is an enum and can take a fixed size. For a GridItem created with a fixed size (for example, .fixed(120)) how do you subsequently extract that value programmatically as a CGFloat?