`Int` is not usable for LLP64 targets, use an explicit `Int32` when bridging an ObjC enumeration.
...since they're part of the run-time representation. Not having this meant that someone compiling against an interface would miscompile uses of @objc enums defined in that interface! rdar://problem/50410541