<html><body><p><tt><br>&gt; From: Robert Stephen Thompson via swift-corelibs-dev &lt;swift-<br>&gt; corelibs-dev@swift.org&gt;</tt><br><tt>&gt; <br>&gt; I might be wrong (I obviously don’t work for Apple or anything), but<br>&gt; when I looked at it, the main stumbling block at this point is the <br>&gt; lack of libdispatch. I mean, all the basic network stuff could be <br>&gt; implemented with posix APIs no problem, but basically all of what <br>&gt; makes NSURLSession et al actually cool comes from GCD. Which does <br>&gt; make me wonder what the status of libdispatch is now… I did try <br>&gt; building it on Linux and it appears to now build “out of the box” <br>&gt; (after installing some additional dependencies), but tests hang. </tt><br><br><tt>Hi,</tt><br><br><tt>        I'm hoping you are seeing as a hang is just an unfortunate current ordering of test cases. &nbsp;For me, the tests run and 29 of 32 pass. &nbsp;It is currently running dispatch_select as the first test, which is perhaps a bad choice. &nbsp;The sub test &quot;kevent read 1&quot; of dispatch_select takes about 90 seconds with no output for me, so the test may appear to be hanging. &nbsp;Be patient ;)</tt><br><br><tt>&gt; How<br>&gt; will we go about integrating it with the corelibs-foundation project<br>&gt; once it’s ready to try doing that?</tt><br><tt>&gt;</tt><br><br><tt>This is a great question (but for someone who knows more about corelibs-foundation than me....). &nbsp;I think libdispatch on Linux is getting close to being ready for this next step. &nbsp;</tt><br><br><br><tt>--dave</tt><br><br><BR>
</body></html>