<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hey!<br class=""><div class=""><br class=""></div><div class="">I got sick of having to assign unused results with <font face="Menlo" class="">_ =</font> when using Objective-C dependencies so I decided to fork and fix the one I was using before finishing the line. When I searched for solutions to the problem I stumbled upon SE-0047 here:&nbsp;<a href="https://bugs.swift.org/browse/SR-1052" class="">https://bugs.swift.org/browse/SR-1052</a></div><div class=""><br class=""></div><div class="">I noted that suggested patch 3 was to change the clang importer to attach <font face="Menlo" class="">@discardableResult</font> automatically to imported declarations like the one I was using. Did this not happen? Is there any way for me to suppress the warnings that flood Xcode when not assigning unused results to nada if the dependency I’m bleep-blooping with is implemented in Objective-C?</div><div class=""><br class=""></div><div class="">Swiftly,</div><div class=""><br class=""></div><div class="">Pär Strindevall</div></body></html>