Byte+Control.swift line 93 :
public static let tilda: Byte = 0x7E
should be spelled tilde not tilda
your call whether an @available renamed is needed with fix.
Also line 108:
public static let pipe: UInt8 = 0x7C should be
public static let pipe: Byte = 0x7C
Byte+Control.swift line 93 :
public static let tilda: Byte = 0x7E
should be spelledtilde
nottilda
your call whether an @available renamed is needed with fix.Also line 108:
public static let pipe: UInt8 = 0x7C
should bepublic static let pipe: Byte = 0x7C