terhechte/SourceKittenDaemon

Install failed with build error 65

Opened this issue · 10 comments

carthage build --platform Mac seems to work although with tons of warnings about upcoming deprecated stuff in Swift 3

'make install` fails with :

import SwiftXPC
^

** INSTALL FAILED **

The following build commands failed:
CompileSwift normal x86_64 /Users/patricklam/Desktop/SourceKittenDaemon/vendor/Xcode.swift/Xcode/Xcode/PBXObject.swift
CompileSwift normal x86_64 /Users/patricklam/Desktop/SourceKittenDaemon/SourceKittenDaemon/Server/CompletionServer.swift
CompileSwift normal x86_64 /Users/patricklam/Desktop/SourceKittenDaemon/SourceKittenDaemon/Project/ProjectType.swift
CompileSwift normal x86_64 /Users/patricklam/Desktop/SourceKittenDaemon/SourceKittenDaemon/Completer/Completer.swift
CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler
(5 failures)
make: *** [.build] Error 65

What is the output of xcodebuild -version?
Try doing a: git submodule update --init :)

Just realized that the above and carthage build needs to be included in the Makefile

I am having the same issue

$ xcodebuild -version
Xcode 7.3
Build version 7D175

@andrewrynhard

Is this issue on the master branch?

Might be worthwhile installing with the package manager installer at this point: https://github.com/terhechte/SourceKittenDaemon/releases/tag/0.1.4

@nathankot yes this is on master branch.

I don't know the detail but #33 may be related to this issue.

@cc-lam Did it work when you installed from the installer package?

Yes the installer package works

I'm also getting this error. I tried installing the package but, it's not clear where the daemon is placed by the installer so, I can't start it.

@jeremiahrhall Did you find a solution?

This issue is old. Did you guys find a solution in the end? (: