I need to quote each value with either an apostrophe or a double quotation mark, not an escaped one.
Your values are quoted with apostrophes.
The apostrophes are being escaped when you print the array.
What are you really trying to achieve here? I imagine that printing the array of strings is not your final objective.
Topic:
Programming Languages
SubTopic:
Swift