Getting a Lot of NSLog() Crashes in 9.0b1

Swift app converted to Swift 2, it seems that many of my NSLog calls are now crashers. Stuff as simple as:


NSLog("Moving File from (\(originalURL)) to (\(updatedURL))")


Where both URLs are NSURLs... Crashes with EXC_BAD_ACCESS inside NSLog. I guess it's Radar time!

Getting a Lot of NSLog() Crashes in 9.0b1
 
 
Q