After converting my source code to Swift 2.0, I have got 999+ warnings out of which more than 500 warnings will be "Variable abc was never mutated, consider changing it to let". Is there a way to fix all these warnings at a single shot? Going line by line and fixing this warning takes huge time.
Atleast Apple should have automatically updated while converting to Swift 2.0.