We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b594f9 commit b5eba73Copy full SHA for b5eba73
2 files changed
Package.swift
@@ -19,7 +19,7 @@ let package = Package(
19
dependencies: [
20
// Read Swift code
21
.package(
22
- url: "https://github.com/swiftlang/swift-syntax.git",
+ url: "https://github.com/apple/swift-syntax.git",
23
from: "601.0.0"
24
),
25
Sources/Macro/Macro/TaggedEnum/TaggedEnumMacroBase.swift
@@ -41,7 +41,7 @@ enum TaggedEnumMacroBase {
41
// MARK: - Entry Point
42
43
static func expansion(
44
- of node: AttributeSyntax,
+ of _: AttributeSyntax,
45
attachedTo declaration: some DeclGroupSyntax,
46
providingExtensionsOf type: some TypeSyntaxProtocol,
47
conformancesToGenerate: Set<Conformance>,
0 commit comments