Swift membuat set kosong

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