You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Swift project root can not be detected when using sourcekitlsp linter for XCode project.
As per source code, the project root is searched by location of Package.swift file which is only present for swift library but not for swift app.
The swift app is defined by location of *.xcodeproj directory or *.xcworkspace directory.
Reproducing the bug
letb:ale_linters=["sourcekitlsp"]
:ALEInfo
LSP Error Messages:
(Errors for sourcekitlsp)
Failed to find project root, language server won't start.
The text was updated successfully, but these errors were encountered:
Information
VIM version
NVIM v0.10.2
Build type: Release
LuaJIT 2.1.1727870382
Operating System: MacOS
What went wrong
Swift project root can not be detected when using
sourcekitlsp
linter for XCode project.As per source code, the project root is searched by location of
Package.swift
file which is only present for swift library but not for swift app.The swift app is defined by location of
*.xcodeproj
directory or*.xcworkspace
directory.Reproducing the bug
:ALEInfo
The text was updated successfully, but these errors were encountered: