vapor / async-kit

Sugary extensions for the SwiftNIO library
MIT License
71 stars 25 forks source link

linking xctest #30

Closed tanner0101 closed 5 years ago

tanner0101 commented 5 years ago

Unfortunately I just hit the issue that I had been worrying about with #5:

screen shot 2019-02-28 at 4 41 47 pm

Not sure why we weren't able to recreate this earlier, but unless we find a workaround, we may have to remove this helper.

tanner0101 commented 5 years ago

Looks like this doesn't work either:

#if canImport(XCTest)

Maybe this is worth of a Swift bug / feature request. It seems like we should be able to wrap this in a canImport.