| CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 234
Releases: jpsim/SourceKitten
0.37.2
0.37.1
Breaking
- None.
Enhancements
-
Fully specify package dependencies for wider compatibility.
Anthony Ilinykh -
Support Bazel's rules_swift 3.0.
Luis Padron
Bug Fixes
- None.
Assets 3
0.37.0
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.
Assets 2
0.36.0
Breaking
- Bazel users only: rules_swift 2.x is now required.
Luis Padron
Enhancements
- None.
Bug Fixes
- None.
Assets 3
0.35.0
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
Assets 3
0.34.1: Async Send
0.34.0: bzlcat
Breaking
- SourceKitten now requires Swift 5.7 or higher to build.
JP Simard
Enhancements
- Added support for bzlmod.
Keith Smiley
Bug Fixes
- None.
Assets 2
0.33.1
0.33.0: Bastet
Breaking
-
SourceKitten now requires Swift 5.6 or higher to build, and macOS 12
or higher to run.
JP Simard -
SourceKitten now always uses the in-process version of sourcekitd on
macOS. TheIN_PROCESS_SOURCEKITenvironment variable is ignored and
theSourceKittenConfiguration.preferInProcessSourceKitAPI has been
completely removed.
JP Simard
Enhancements
-
Adds Bazel Build Support.
Maxwell Elliott -
Support docs generation with Xcode 14 projects.
John Fairhurst
Bug Fixes
- None.
Assets 3
0.32.0: Async Kitten
Breaking
- SourceKitten now requires Swift 5.3 or higher to build.
JP Simard
Enhancements
-
Support docs generation on Swift 5.6.
John Fairhurst -
Added
SwiftDeclarationAttributeKindvalues introduced in Swift 5.6.
JP Simard -
Add
IN_PROCESS_SOURCEKITenvironment 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.