Swift Crie um conjunto vazio

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