github jpsim/SourceKitten 0.31.0
0.31.0: Time Feline Of The Year

latest releases: 0.35.0, 0.34.1, 0.34.0...
3 years ago
Breaking
  • SourceKitten now requires Swift 5.2 or higher to build.
    JP Simard

  • SourceKittenFramework can no longer be integrated as a Carthage
    depdendency.
    JP Simard

  • SourceKitten.xcworkspace and sourcekitten.xcproject have been
    completely removed. You can still use Xcode to develop SourceKitten by
    opening it as a Swift Package by typing xed . or xed Package.swift
    from your shell.
    JP Simard

  • The command line syntax has slightly changed due to migrating from the
    Commandant command line parsing library to swift-argument-parser.
    For the most part the breaking changes are all to make the syntax more
    unix compliant and intuitive to use. For example, commands such as
    sourcekitten --help or sourcekitten -h now work as expected.
    The help output from various commands has greatly improved as well.
    A few notable breaking changes:

    • doc --spm-module was removed (use --spm --module-name instead)
    • sourcekitten module_info is now sourcekitten module-info
      JP Simard
Enhancements
  • None.
Bug Fixes

Don't miss a new SourceKitten release

NewReleases is sending notifications on new releases.