NSLocalizedString signature may have changed

Silver wants NSLocalizedString to have its second parameter unlabeled, when it should in fact be comment:. The current declaration given in Swift documentation is as follows:

func NSLocalizedString(_ key: String, tableName: String? = default, bundle: Bundle = default, value: String = default, comment: String) -> String

It looks like the might have changed it, yet again. Thanx for letting us know, I’ll look at getting that fixed asap.