The Swift compiler is giving me an error on this line and says "Expression too complex to be solved in reasonable time"
pushMessage = user.name + " has briefed: " + "\"" + note + "\" and will attend conference" + conference + " if approved."
I need to break it down but don't know how to adapt this to satisfy the compiler.