I have a UInt8 that is used as a sequence number and is incremented each time it is used. The problem occurs when I try and increment the number from 0xFF to 0x00. Apparently Swift does not automatically process the overflow but instead throws an error.I have a UInt8 that is used as a sequence numbe