NetService NutHouse

from blog The Desolation of Blog, | ↗ original
Yesterday I received a crash report for Bonjeff, my open source Swift app that shows you a live display of the Bonjour services published on your network. Since I'm (in)famous for my Objective-C advocacy, I wrote an open source app in Swift to demonstrate publicly that I can also write Swift. (Honestly, though, a Swift app has been more trouble than it's worth, but that's a blog post for another day.) The crash was in the CFNetwork function NetService.dictionary(fromTXTRecord:), which corresponds to +[NSNetService dictionaryFromTXTRecordData:] in Objective-C. The crash report stated that the problem was "value type is not bridged to Objective-C".