Results 12 comments of swift-ci

**Comment by Jan Sondergaard (JIRA)** Just experienced in Xcode 11.4 on MacOS 10.15.4. Version: 11.4 (16134) Build Info: IDEFrameworks-16134000000000000\~38 (11E146) Responsible: Xcode \[1386\] PlugIn Path: /Applications/Xcode.app/Contents/PlugIns/IDESwiftPackageSupport.ideplugin/Contents/Frameworks/SwiftPM.framework/Versions/A/Libraries/libSwiftPM.dylib PlugIn Identifier: libSwiftPM.dylib PlugIn...

**Comment by Max Chuquimia (JIRA)** Still occurring in Xcode 11.5, crash report attached. Xcode_2020-06-04-112557_IT-C02YT10MLVDV.crash

**Comment by Michael Buhot (JIRA)** Interesting, works for me when using the SDK path also 😃 Even though the file has the same contents: ``` java 192-168-1-104:app mbuhot$ shasum /usr/include/sqlite3.h...

**Comment by Stefan Urbanek (JIRA)** Still having this issue when importing \`Csqlite3\` with the following module map: ``` java module Csqlite3 [system] { header "/usr/include/sqlite3.h" link "sqlite3" export * }...

**Comment by Marc Byfield (JIRA)** Hello, I'm new and I want to look into this. Where can I look for guidance?

**Comment by Steven Van Impe (JIRA)** I ran into the same issue after trying to use CodeLLDB in Visual Studio Code on Windows (

**Comment by Steven Van Impe (JIRA)** I've noticed that when compiling in release mode, I can set breakpoints. However, without the Swift-specific LLDB, the variable names are mangled.

**Comment by Kyle Macomber (JIRA)** This will require the ability to annotate protocol conformances with availability before we can land it.

**Comment by Ding Ye (JIRA)** Some attempt has been made earlier here [https://github.com/apple/swift/pull/7250,](https://github.com/apple/swift/pull/7250) but unfortunately discontinued. Are you interested in moving forward, bnut (JIRA User)? It would be great if...

**Comment by Andrew Bennett (JIRA)** My implementation was only intended for internal usage, but I'm happy to resurrect it. Unfortunately my implementation was overkill for something that's only going to...