Learn more about cloning repositories
You have read-only access
remove dot syntax for tuple elements. Instead of (.x = 4, .y = 5) use the simpler and newfangled (x = 4, y = 5) syntax. rdar://10962605 Swift SVN r1134