File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Tests/SPMTests/SPMProject/Sources/SPMProjectMacros Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[tools ]
2- swiftformat = " 0.55.5 "
3- swiftlint = " 0.59.0 "
2+ swiftformat = " 0.58.7 "
3+ swiftlint = " 0.62.2 "
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ final class SwiftIndexer: Indexer {
126126 }
127127
128128 struct RawDeclaration {
129- public struct Key : Hashable {
129+ struct Key : Hashable {
130130 let kind : Declaration . Kind
131131 let name : String ?
132132 let isImplicit : Bool
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import SwiftSyntax
44import SwiftSyntaxMacros
55
66struct MockMacro : PeerMacro {
7- public static func expansion(
7+ static func expansion(
88 of _: AttributeSyntax ,
99 providingPeersOf declaration: some DeclSyntaxProtocol ,
1010 in _: some MacroExpansionContext
You can’t perform that action at this time.
0 commit comments