@frozen
Apply this attribute to a structure or enumeration declaration to restrict the kinds of changes you can make to the type.
When the compiler isn’t in library evolution mode, all structures and enumerations are implicitly frozen, and this attribute is ignored.
References