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
description: What operating system are you seeing the issue on?
16
+
placeholder: Eg. Ubuntu 22.04, Windows 11, macOS 14
17
+
- type: input
18
+
id: editor
19
+
attributes:
20
+
label: Editor
21
+
description: Which text editor are you using?
22
+
placeholder: Eg. Visual Studio Code with Swift plugin 1.9.0, neovim
23
+
- type: dropdown
24
+
id: reproduces-with-swift-6
25
+
attributes:
26
+
label: Does the issue reproduce with Swift 6?
27
+
description: |
28
+
Does the issue also reproduce using a [recent Swift 6 Development Snapshot](https://www.swift.org/download/#swift-60-development)?
29
+
30
+
We have made significant changes to SourceKit-LSP in Swift 6 and the issue might have already been fixed. If you didn’t try, that is fine.
31
+
options:
32
+
- "Yes"
33
+
- "No"
34
+
- I didn’t try
35
+
- type: textarea
36
+
id: description
37
+
attributes:
38
+
label: Description
39
+
description: |
40
+
A short description of the incorrect behavior.
41
+
If you think this issue has been recently introduced and did not occur in an earlier version, please note that. If possible, include the last version that the behavior was correct in addition to your current version.
42
+
- type: textarea
43
+
id: steps-to-reproduce
44
+
attributes:
45
+
label: Steps to Reproduce
46
+
description: If you have steps that reproduce the issue, please add them here. If you can share a project that reproduces the issue, please attach it.
47
+
- type: textarea
48
+
id: logging
49
+
attributes:
50
+
label: Logging
51
+
description: |
52
+
If you are using SourceKit-LSP from Swift 6, running `sourcekit-lsp diagnose` in terminal and attaching the generated bundle helps us diagnose the issue.
53
+
The generated bundle might contain portions of your source code, so please only attach it if you feel comfortable sharing it.
0 commit comments