Swift crea un conjunto vacío

var emptySet = Set<Int>()
print("Set:", emptySet)
SAMER SAEID