### Description #2792 introduced a bug in BodyMacroTests.swift:181, ```swift return body.map(\.self) ``` where `\.self` cannot be resolved by the compiler of some earlier Swift versions. ### Steps to Reproduce _No response_