Asignar valores a las variables enum Swift

// assign summer to currentSeason variable
var currentSeason = Season.summer
SAMER SAEID