SourceKitten v0.15.1 Release Notes

  • 💥 Breaking
    • None.
    ✨ Enhancements
    🐛 Bug Fixes
    • CXComment.commandName() was returning nil on custom code comments since Xcode 8.1. This caused a force unwrap when generating documentation. Inline command comment is now used as a fallback to catch this edge case.
      Jérémie Girault