We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13da4c2 + 4c403a3 commit 1461460Copy full SHA for 1461460
lib/ASTGen/Package.swift
@@ -78,7 +78,7 @@ let package = Package(
78
.product(name: "SwiftOperators", package: "swift-syntax"),
79
.product(name: "SwiftSyntaxMacroExpansion", package: "swift-syntax"),
80
],
81
- path: "Sources/Macros",
+ path: "Sources/MacroEvaluation",
82
swiftSettings: swiftSetttings
83
),
84
.target(
0 commit comments