Skip to content

Releases: JordanCoin/XCodeLLMToolchain

v0.1.1

06 Dec 02:12

Choose a tag to compare

Changed

  • crash_explain now uses LLM by default - just type the command, get the explanation
  • Removed --explain flag (it's now the default)
  • Added --no-llm flag for when you just want the raw summary

Upgrade

LLDB users: Re-run the install script:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/JordanCoin/XcodeLLMToolchain/main/lldb/install.sh)"

SPM users: Update your dependency to 0.1.1

v0.1.0 - Initial Public Release

06 Dec 01:46

Choose a tag to compare

XcodeLLMToolchain v0.1.0

First public release of the on-device LLM crash debugging toolkit for macOS 26+.

Features

  • Crash Analysis - Instant AI-powered explanations using Apple Foundation Models
  • LLDB Commands - crash_explain, explain_here, memory_explain
  • Swift Library - XcodeLLMCore with @Generable structured output
  • CLI Tool - xcode-llm with battle mode (LLM vs LLM testing)
  • Tool Calling - Model can query codemap and read source files
  • Privacy First - Everything runs on-device via Neural Engine

Installation

LLDB Commands (one-liner):

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/JordanCoin/XcodeLLMToolchain/main/lldb/install.sh)"

Swift Package:

dependencies: [
    .package(url: "https://github.com/JordanCoin/XcodeLLMToolchain.git", from: "0.1.0")
]

Requirements

  • macOS 26 (Tahoe) or later
  • Apple Silicon Mac
  • Xcode 26+

What's Next

  • More crash type detection
  • Better prompts and instructions
  • Additional LLDB commands