According to Apple: "A function can have multiple variadic parameters. The first parameter that comes after a variadic parameter must have an argument label."
But when I tried doing the same it is giving me following error. "Only a single variadic parameter '...' is permitted" Please see the attached screenshot
Correction: Actually I was using the older version of XCode which doesn't support Multiple Variadic Parameters.