SourceKitten v0.11.0 Release Notes

  • ๐Ÿ’ฅ Breaking
    • Now libclang.dylib and sourcekitd.framework are dynamically loaded at runtime by SourceKittenFramework to use the versions included in the Xcode version specified by xcode-select -p or custom toolchains. If SourceKittenFramework clients previously accessed either of these libraries directly using their APIs, those are no longer available.
      Norio Nomura #167
    โœจ Enhancements
    • Simplify the process of generating library wrappers and validate library wrappers in unit tests.
      JP Simard

    • ๐Ÿ‘Œ Support swift test on OS X.
      Norio Nomura

    ๐Ÿ› Bug Fixes