From fcd2c3ff3837cf3279cf21db7ddc0d81995c225f Mon Sep 17 00:00:00 2001 From: marxo126 Date: Mon, 23 Mar 2026 14:21:32 +0100 Subject: [PATCH] docs: add macro declarations to Swift ingestion gaps Co-Authored-By: Claude Opus 4.6 (1M context) --- swift-ingestion-gaps.md | 1 + 1 file changed, 1 insertion(+) diff --git a/swift-ingestion-gaps.md b/swift-ingestion-gaps.md index 858bf8935..f3b691f6a 100644 --- a/swift-ingestion-gaps.md +++ b/swift-ingestion-gaps.md @@ -29,6 +29,7 @@ Tracks missing Swift features in the GitNexus ingestion pipeline. Organized by p | Subscript declarations | `subscript(i:) -> T` not captured | Protocol conformance tracking | | Operator overloads | `static func + (lhs:, rhs:)` not captured | Mathematical types | | `deinit` | `deinit {}` not captured | Minor — rarely called explicitly | +| Macro declarations | `@macro` / `#macro` (Swift 5.9+) not captured | Swift macro ecosystem is growing | ### Heritage / Inheritance