Check integer overflow in Swift

//no range check
let b1: UInt8 = 200
let b2: UInt8 = 100
let b3: UInt8 = UInt8(b1 + b2)//<-Error