How to access the outermost type name in a PeerMacro?
|
|
1
|
137
|
October 9, 2024
|
Compiler unable to infer type in case of multiple parameter packs
|
|
0
|
88
|
October 7, 2024
|
How to import macros using methods other than SwiftPM
|
|
33
|
8504
|
October 7, 2024
|
How to get access level of a type a macro is attached to?
|
|
5
|
217
|
September 23, 2024
|
Xcode unable to expand macro when macro name matches name of existing type?
|
|
3
|
1211
|
September 10, 2024
|
How to call macros with module as a "namespace"?
|
|
4
|
242
|
September 6, 2024
|
How to build Package and Depend on Macros in Embedded Swift?
|
|
0
|
137
|
August 21, 2024
|
How does the SwiftUI Entry macro get information about extension?
|
|
6
|
254
|
August 20, 2024
|
How is SwiftUI entry macro possible?
|
|
2
|
346
|
August 19, 2024
|
Accessor macros and lazy properties
|
|
5
|
308
|
August 12, 2024
|
Macro protocols in swift-syntax lack async from expansion function requirements despite proposals stating they should have it
|
|
1
|
201
|
August 13, 2024
|
Body Macro formatted despite formatMode disabled
|
|
4
|
189
|
July 26, 2024
|
Freestanding macro with attached macro can't find code inside attached macro
|
|
4
|
877
|
July 20, 2024
|
Issue using code from one macro in another
|
|
0
|
101
|
July 20, 2024
|
Swift Syntax Comment Trivia - Expected prefixes
|
|
1
|
244
|
July 16, 2024
|
How to depend on a non-macOS external package in macros
|
|
4
|
269
|
July 10, 2024
|
Using an enum inside an attached macro
|
|
2
|
325
|
June 24, 2024
|
Why do we need to declare protocol conformances for extension macros? Could we remove or relax this requirement?
|
|
1
|
316
|
June 24, 2024
|
Approaches to testing macros
|
|
4
|
967
|
June 20, 2024
|
The static method generated by ExtensionMacro is not visible to compiler
|
|
11
|
1840
|
June 18, 2024
|
MemberMacro adds space to self inside subscript
|
|
3
|
394
|
June 14, 2024
|
Use macro to generate type with macro
|
|
2
|
465
|
May 29, 2024
|
Macro implementation type can't be found on local package when running tests
|
|
5
|
2029
|
May 24, 2024
|
@attached(accessor) macro on let property - bug or a feature?
|
|
3
|
790
|
May 22, 2024
|
PoC: Improving macro build times with WebAssembly
|
|
32
|
4758
|
May 16, 2024
|
Prefixed name doesn't work for peer macros
|
|
4
|
1819
|
May 10, 2024
|
Enabling .enableExperimentalFeature("BodyMacros") doesn't work
|
|
6
|
869
|
April 26, 2024
|
Swift Macro Member Named Symbols Interfering with Compiler Protocol Conformance Check?
|
|
2
|
640
|
April 24, 2024
|
ExtensionMacro on a nested type does not generate extension at top level?
|
|
5
|
535
|
April 20, 2024
|
Strategies for passing an enum value as a macro parameter and reading during expansion?
|
|
2
|
766
|
April 18, 2024
|