If you have a single long string, you can break it in xcode without getting the \n to the final string with "\" :
let longString = """
Lorem ipsum dolor sit amet, consectetur adipiscing \
elit. Ut vulputate ultrices volutpat.\n Vivamus eget \
nunc maximus, tempus neque vel, suscipit velit...
"""