module Swift module Type class BigDecimal < Attribute; end class Boolean < Attribute; end class Float < Attribute; end class Integer < Attribute; end class IO < Attribute; end class String < Attribute; end class Time < Attribute; end end # Type end # Swift