Swift repetir ... enquanto loop

repeat {
  // body of loop
} while (condition)
SAMER SAEID