Interesting … I didn’t realize that unicode would effect this. In my old relevance, I was casting as a string. That still no longer works, however casting as hexadecimal does work.
q: (value “uuid” of structure “system_information” of smbios) as string
E: The expression could not be evaluated: class UnrepresentableBinaryString
q: (value “uuid” of structure “system_information” of smbios) as hexadecimal
A: 4214ad026c0e3a7722a8a38262e61333
Good to know. Wonder what other unicode surprise await …