New or unknown keywords in Swift 3.0

This is how you do it using only loops and ranges:

for value in -5...0 {
  print(value)
}