Skip to content

Conversation

@adam-fowler
Copy link
Owner

Previously it was two folders up and swift executables were assumed to be in a usr/bin folder relative to the toolchain folder. It looks like this cannot be assumed. The arm64 toolchains generated by @futurejones are installed at /usr/libexec/swift and have their binaries folder in /usr/libexec/swift/bin. So the toolchain path is now set to one folder up instead and the binaries folder is set to be in bin relative to this folder.

I have checked the sourcekit-lsp code to see if it is happy with this as a valid toolchain path. It appears to be, but will verify with developers

Previously it was two folders up and swift executables were assumed to be in a usr/bin folder relative to the toolchain folder. It looks like this cannot be assumed so the toolchain path is now one folder up instead.

I have also verified that sourcekit-lsp is happy with this as a valid toolchain path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants