terhechte / SourceKittenDaemon

Swift Auto Completions for any Text Editor
MIT License
529 stars 37 forks source link

Error running `make install` #71

Closed N4tr0n closed 6 years ago

N4tr0n commented 6 years ago

Checked out the latest code from master and ran make install and got this error:

SWXMLHash.XMLIndexer:72:22: error: invalid redeclaration of 'Element'
    public typealias Element = SWXMLHash.XMLIndexer
                     ^
SourceKittenDaemon/.build/checkouts/SWXMLHash.git-5776748636326364470/Source/SWXMLHash.swift:457:10: note: 'Element' previously declared here
    case Element(XMLElement)
         ^

... a couple of unrelated warnings

error: terminated(1): /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-build-tool -f SourceKittenDaemon/.build/release.yaml main
make: *** [.build/release/sourcekittend] Error 1

I think vapor depends on SWXMLHash so I tried upgrading vapor but that caused a bunch of other problems. Just wanted to see if anyone else has come across this issue.

michaelnew commented 6 years ago

Yep, same problem here.

15cm commented 6 years ago

The same problem here.

felix91gr commented 6 years ago

I'm closing this because we're not using Vapor anymore. Thanks for the feedback! :)