Results 79 comments of Mike Ash

@swift-ci please smoke test

I keep forgetting to look at the failures until after they expire.

@swift-ci please smoke test

Finally got it: ``` [ RUN ] BackwardDeployProtocol.ConditionalConformance stderr>>> CRASHED: SIGSEGV the test crashed unexpectedly [ FAIL ] BackwardDeployProtocol.ConditionalConformance ``` We must not be tolerating NULL somewhere we need to.

@swift-ci please test and merge

@swift-ci please test and merge

I would suspect the same, unless serial ports need some sort of special handling that I don't know about. Do serial port file descriptors work correctly with select or kqueue?

It would be interesting to test it with kqueue as well, as that's what GCD uses internally to implement dispatch sources. If it works with kqueue but not GCD, then...

Explanation: We want to directly reference `objc_isUniquelyReferenced` when it's available in the SDK, and look it up with `dlsym` when it isn't. The previous attempt to do that didn't quite...