Swift crea una matriz vacía

var value = [Int]()
print(value)
SAMER SAEID