SourceKitten v0.17.1 Release Notes

  • 💥 Breaking
    • None.
    ✨ Enhancements
    • ➕ Added a new field numBytesToErase in CodeCompletionItem to indicate how many bytes should be deleted prior to the cursor in order to finish the completion.
      @KelvinJin

    • 👌 Support Swift 3.1 on macOS. sourcekitInProc appears to be broken on Linux as of Swift 3.1.
      Norio Nomura #348

    🐛 Bug Fixes
    • 🛠 Fix a crash that occurred when a documentation comment ended with an extended grapheme cluster.
      Lukas Stührk #350