David Owens II

Results 15 comments of David Owens II

This will likely have to wait until Travis CI supports Swift 2.0.

Here's an example of one that fails: `fromSourceKit(_ sourcekitObject: sourcekitd_variant_t)` return a `SourceKitRepresentable?`. One of the cases looks like this: ```swift case SOURCEKITD_VARIANT_TYPE_NULL: return nil ``` This is called from...

So it looks like intended behavior that Xcode is stripping the information out of the framework during the "embedding" process. I guess it's really up to you to decide if...

This was great. I used your docker-compose version (with some modifications). This PR did not work for me, but your compose version, I was able to get up and running...

https://github.com/basecamp/omarchy/issues/1473