Swift version 5.10.1 V3 update is now available.
New Features~
sourcekit-lsp
SourceKit-LSP
provides intelligent editor functionality like code-completion and jump-to-definition
to editors that support LSP like VSCode and VSCodium on riscv64
devices.
Please Note ~
This release is not production ready and may have unexpected bugs!
Bug Fixes ~
-Xlinker -latomic
are no longer required for most cases.Known Issues ~
swift repl
- not working
swift scripting
- not working - e.g. swift hello.swift
macros
are unavailable as toolchain is build with bootstrapping off
Installation ~
Swift riscv64 .deb packages now available for easy installation in the Swift Community Apt Repository.
## install curl sudo apt install -y curl ## install the Swift Community Apt Repository curl -s https://archive.swiftlang.xyz/install.sh | sudo bash ## install Swift sudo apt install swiftlang
Let me know if you have any issues or questions.
Hope you enjoy using swift on riscv64!