Sam Deane

Results 35 issues of Sam Deane

### Is there an existing issue for this? - [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues) - [X] I have read the [guide to filing a bug](https://flutter.dev/docs/resources/bug-reports) ### Use case...

c: new feature
platform-ios
tool
t: xcode
c: proposal
P2
team-ios
triaged-ios

Running `swiftly install latest` is giving me the following error: ``` sam@clear-air-turbulence ~> swiftly install latest Fetching the latest stable Swift release... Refreshing Swift PGP keys... gpg: keyserver refresh failed:...

release candidate

**Describe the bug** In a Swift Plugin package, vscode-swift/SourceKit is reporting that PackagePlugin doesn't exist. The package builds fine, so it clearly does exist :) **To Reproduce** Clone `[email protected]:elegantchaos/Versionator.git` check...

bug
sourcekit-lsp

I got myself into a mess, such that the `config.json` had `inUse` set to a toolchain which didn't exist in `~/.local/share/swiftly/toolchains/`. This left me in a state where swiftly refused...

## Problem The build tasks that `vscode-swift` generates include `"-Xswiftc" "-diagnostic-style=llvm"` in their arguments. When the user builds on the command line, they are likely to just do `swift build`,...

enhancement
blocked