Skip to content

Releases: jpsim/SourceKitten

0.38.0: Hissy Bengal

Choose a tag to compare

@johnfairh johnfairh released this 26 Jul 19:24
821fc0e

Breaking

  • None.

Enhancements

  • New syntax, attribute and declaration kinds introduced in Swift 6.1-6.3.
    John Fairhurst
  • Improve reporting of sourcekitdInProc loading failures.
    Daniel Sunarjo
  • Avoid getcwd in absolutePathRepresentation() for absolute paths.
    Brett Best

Bug Fixes

  • None.

0.37.3: Yarn Ball

Choose a tag to compare

@jpsim jpsim released this 30 Mar 16:01

Breaking

  • None.

Enhancements

Bug Fixes

  • None.

0.37.2

Choose a tag to compare

@jpsim jpsim released this 16 Jun 14:22
731ffe6

Breaking

  • None.

Enhancements

  • Update some SwiftPM and Bazel dependencies.
    SimplyDanny

Bug Fixes

  • None.

0.37.1

Choose a tag to compare

@jpsim jpsim released this 13 Jun 18:16
453f75b

Breaking

  • None.

Enhancements

Bug Fixes

  • None.

0.37.0

Choose a tag to compare

@johnfairh johnfairh released this 18 Feb 10:04
eb6656e

Breaking

  • None.

Enhancements

  • Support compilation with Musl C standard library.
    SimplyDanny

  • Build without warnings with Swift 6 compiler.
    SimplyDanny

  • Generate docs cleanly with Swift 6 compiler.
    John Fairhurst
    #821

  • Added new syntax, attribute and declaration kinds introduced in Swift 6.0.
    SimplyDanny

Bug Fixes

  • None.

0.36.0

Choose a tag to compare

@jpsim jpsim released this 28 Jul 18:30
fbd6bbc
Breaking
  • Bazel users only: rules_swift 2.x is now required.
    Luis Padron
Enhancements
  • None.
Bug Fixes
  • None.

0.35.0

Choose a tag to compare

@jpsim jpsim released this 05 May 17:49
fd4df99
Breaking
  • None.
Enhancements
  • Support docs generation with SwiftPM in Swift 5.10.
    Added new syntax, attribute and declaration kinds introduced in Swift 5.10.
    John Fairhurst

  • Added new syntax, attribute and declaration kinds introduced in Swift 5.9.
    John Fairhurst

  • Added new syntax, attribute and declaration kinds introduced in Swift 5.8.
    JP Simard

  • Added support for static_assert declaration introduced in C11.
    Zach Jaquish

Bug Fixes
  • Fix an issue where the path to the SourceKit library would not be properly
    detected on Linux, when the swift executable was symlinked into a directory
    in PATH from its actual install tree.
    Julia DeMille

  • Fix a crash when a file cannot be read as UTF-8.
    Martin Redington
    #765

  • Fix compiling via make with Xcode 15.
    JP Simard
    #793

0.34.1: Async Send

Choose a tag to compare

@jpsim jpsim released this 20 Feb 18:21
b6dc09e
Breaking
  • None.
Enhancements
Bug Fixes
  • None.

0.34.0: bzlcat

Choose a tag to compare

@jpsim jpsim released this 17 Jan 15:18
f403b5c
Breaking
  • SourceKitten now requires Swift 5.7 or higher to build.
    JP Simard
Enhancements
Bug Fixes
  • None.

0.33.1

Choose a tag to compare

@jpsim jpsim released this 21 Nov 14:00
fc12c0f
Breaking
  • None.
Enhancements
  • Add a File.clearCaches() function to clear a file's cached data.
    JP Simard
Bug Fixes
  • None.