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.
Checked out the latest code from master and ran
make install
and got this error: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.