<div>Hi Isaac,<br></div><div><br></div><div>I recently came across this issue as well. You can use the command specified in this answer: <a href="http://stackoverflow.com/questions/34680816/swift-in-linux-use-of-unresolved-identifier-dispatch-async">http://stackoverflow.com/questions/34680816/swift-in-linux-use-of-unresolved-identifier-dispatch-async</a><br></div><div>Basically adding -Xcc -fblocks should get it to work. <br></div><div><br></div><div>If you're using the swift build command, the latest snapshot 2016-01-25-a, you can now pass in -Xcc args from your Package.swift file. See: <a href="https://github.com/apple/swift-package-manager/pull/107">https://github.com/apple/swift-package-manager/pull/107</a> for more details.<br></div><div><br></div><blockquote class="protonmail_quote" type="cite"><div>-------- Original Message --------<br></div><div>Subject: [swift-users] Is there a simple direct way to compile with libdispatch on Ubuntu?<br></div><div>Local Time: January 27, 2016 4:00 pm<br></div><div>UTC Time: January 28, 2016 12:00 AM<br></div><div>From: swift-users@swift.org<br></div><div>To: swift-users@swift.org<br></div><div><br></div><div>I have<br></div><div>
<br></div><div>
    /usr/include/Block.h<br></div><div>
<br></div><div>
    /usr/include/dispatch/dispatch.h<br></div><div>
<br></div><div>
installed and have a program that uses GCD.<br></div><div>
<br></div><div>
<br></div><div>
Is there a simple direct way to reference libdispatch in the program and on the command line to compile with swiftc?<br></div><div>
_______________________________________________<br></div><div>
swift-users mailing list<br></div><div>
swift-users@swift.org<br></div><div>
https://lists.swift.org/mailman/listinfo/swift-users<br></div></blockquote><div><br></div>