Currently there is a method findBinDirectory in Server.swift that attempts to find the path the Swift compiler.
This compiler path is used by SwiftPM to interact with the Package.swift. Currently, if this path is not found or incorrect it causes a fatalError and hard crash of the language server.
I'd like to do (at least) two things before calling this issue done.