Skip to content

0.32.0: Async Kitten

Compare
Choose a tag to compare
@jpsim jpsim released this 15 Mar 19:55
· 109 commits to main since this release
817dfa6
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.