-
### Description
We introduced new tools into SwiftPM’s build system to be able to write auxiliary files during the build. Older SwiftPM versions won’t know about this and will fail to load a build …
-
When I have the following code
```swift
func throwing() throws {}
func test() throws {
throwing()
}
```
And invoke code actions on `throwing()`, then VS Code shows `Did you mean to disa…
-
I've read the Readme and the plugin description but I'm none the wiser. Is it possible to use icarus in lieu of Xcode for doing iOS development (given that the iOS project is a pure SPM project)? Or c…
-
It's common for macros to expand into multiple expressions like `XCTAssertEqualObjects(expr1, expr2)` which expands into a try/catch block which checks the expressions for equality. Clangd currently …
-
I know this is probably going to take a lot of time but I'd love if you could integrate clangd (at least on iPads that have more ram than iPhones), I don't think I need to explain how this could boost…
-
Leaving new version of swiftly causes a hang went run via `ansible`:
```
FAILED! => {"changed": true, "cmd": "SWIFTLY_HOME_DIR=/usr/local/share SWIFTLY_BIN_DIR=/usr/local/bin /usr/local/bin/swiftly…
-
| | |
|------------------|-----------------|
|Previous ID | SR-11978 |
|Radar | rdar://problem/58455054 |
|Original Repo…
-
Thank you for your work over `sourcekit-lsp`. I did start at writing my own client but then came across this and it really accelerated my development!
I have come into an issue when calling `try aw…
-
### Swift version
swift-6.0-DEVELOPMENT-SNAPSHOT-2024-06-22-a
### Platform
macOS 15.0 beta
### Editor
VS Code
### Does the issue reproduce with Swift 6?
Yes
### Description
I get an error
``…
-
Is there any way to set up the LSP to work with iOS apps? Specifically with iOS SPM packages? I have a project which is based on SPM modularized architecture.
I have found a way to compile package…