docs: add macro declarations to Swift ingestion gaps

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
marxo126 2026-03-23 14:21:32 +01:00
parent fcf8fb9bdf
commit fcd2c3ff38
No known key found for this signature in database

View file

@ -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 | | Subscript declarations | `subscript(i:) -> T` not captured | Protocol conformance tracking |
| Operator overloads | `static func + (lhs:, rhs:)` not captured | Mathematical types | | Operator overloads | `static func + (lhs:, rhs:)` not captured | Mathematical types |
| `deinit` | `deinit {}` not captured | Minor — rarely called explicitly | | `deinit` | `deinit {}` not captured | Minor — rarely called explicitly |
| Macro declarations | `@macro` / `#macro` (Swift 5.9+) not captured | Swift macro ecosystem is growing |
### Heritage / Inheritance ### Heritage / Inheritance