Disrupting the MRI – Mary Lou Jepsen at DLD NYC 18
youtube.com1 pointsby smallduck0 comments
NSLog("%@", "Failed to get modification date at URL: \(url) - \(error)")
This should really be the behavior of NSLog in Swift, that it expands not to the variadic NSLog(format-string-parameter, objc-object-parameters..)
but to NSLog(@"%@", string-parameter)