SourceKitten v0.29.0 Release Notes

Release Date: 2020-01-16 // over 4 years ago
  • ๐Ÿ’ฅ Breaking
    • Replace all uses of Int/Int64/NSRange representing byte offsets to use newly introduced ByteCount and ByteRange values instead. This will minimize the risk of accidentally using a byte-based offset in character-based contexts.
      Paul Taykalo JP Simard
    โœจ Enhancements
    • None.
    ๐Ÿ› Bug Fixes
    • ๐Ÿ‘Œ Improve key.parsed_declaration in Swift 5.1+ for declarations on multiple lines without a body.
      John Fairhurst #633