SourceKitten v0.32.0 Release Notes

  • ๐Ÿ’ฅ Breaking
    • ๐Ÿ— SourceKitten now requires Swift 5.3 or higher to build.
      JP Simard
    โœจ Enhancements
    • ๐Ÿ‘Œ Support docs generation on Swift 5.6.
      John Fairhurst

    • โž• Added SwiftDeclarationAttributeKind values introduced in Swift 5.6.
      JP Simard

    • ๐Ÿ–จ Add IN_PROCESS_SOURCEKIT environment variable, which causes to use the in-process version of sourcekitd on macOS. This avoids the use of XPC, which is prohibited in some sandboxed environments, such as in Swift Package Manager plugins.
      Juozas Valancius

    ๐Ÿ› Bug Fixes
    • None.