fn parse_version(version: &str) -> Result<(u16, u8, u8), ParseIntError>
Parse an OS version triple (SDK version or deployment target).