List Question
20 TechQA 2024-03-28T06:41:18.957000Why "Circular reference expanding peer macros" here
63 views
Asked by Klein Mioke
Is that possible to override the varible using macro?
70 views
Asked by Klein Mioke
How to initialize an enum with associated values coming from a function using swift macros?
41 views
Asked by Daniel Amarante
How to generate an enum with associated values using swift macros?
63 views
Asked by Daniel Amarante
Add cases from another enum using Swift macro
55 views
Asked by JaSHin
How to use Swift macros to add new members to a struct and its init function?
182 views
Asked by Curious Jorge
How to support Swift Macro in a project integrated by CocoaPods
270 views
Asked by Klein Mioke
How do I print the name of a variable in Swift?
147 views
Asked by KPM
Share data with multiple SwiftUI Preview macros without data remaining in Release build config
123 views
Asked by Jeff
What is the difference between Peer Macro and Member Macro in SwiftMacro?
162 views
Asked by wargi
Xcode 15.0: "expand macro" stays greyed out
450 views
Asked by Lucas van Dongen
Conformance to 'X' is not covered by macro 'Y' with Swift extension macro
234 views
Asked by Morniak
Use "Swift Macro" (from Swift 5.9) to declare class, struct, protocol and etc. names?
367 views
Asked by Gargo
Swift Macros: external macro implementation type could not be found
1.9k views
Asked by JAHelia
Swift Macros - Variable is not getting generated
181 views
Asked by AndreiVataselu
external macro implementation type 'PreviewsMacros.SwiftUIView' could not be found for macro 'Preview(_:body:)' #Preview
1.2k views
Asked by Andrew Mead
How do I add a new case to an enum?
284 views
Asked by bubu
How do I trust a swift macro target for Xcode Cloud builds?
1.2k views
Asked by Jordan Wood
What is the difference between \(...) and \(raw: ...) when creating syntax nodes for Swift Macros?
205 views
Asked by Sweeper
Advantage of Swift macro for URL instead of runtime validation?
572 views
Asked by Christian B