* explicit optional usage in strings
* remove some unused StringUtil code
* swiftlint affected files
* more concise optional casting (and avoid a `!`)
Compiler warnings: 343 -> 318
(Actually most of these are in external libs, but 115 remain in Signal/SSK)
// FREEBIE
Logger.debug("\(self.TAG) set category: \(category) options: \(options)")
}
}catch{
letmessage="\(self.TAG) in \(#function) failed to set category: \(category) mode: \(mode), options: \(options) with error: \(error)"
letmessage="\(self.TAG) in \(#function) failed to set category: \(category) mode: \(String(describing:mode)), options: \(options) with error: \(error)"