Skip to content

v0.1.0 - Initial Public Release

Choose a tag to compare

@JordanCoin JordanCoin released this 06 Dec 01:46
· 11 commits to main since this release

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