enum ArithmeticOverflow Import import Swift Cases case none case overflow Initializers init(_:) Declaration init(_ overflow: Bool)