Which statement about type conversion in Swift is true?
AType conversion is optional and depends on the compiler
BYou must always convert types explicitly when assigning between different numeric types
CYou can assign a Double value directly to an Int variable without conversion
DSwift automatically converts Int to Double without any code