File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Sources/PublicModules/PADSwiftInterfaceDiff/SwiftInterfaceParser Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2525 - name : Select latest Xcode
2626 uses : maxim-lobanov/setup-xcode@v1
2727 with :
28- xcode-version : ' 16.1 '
28+ xcode-version : ' 15.4 '
2929
3030 - name : 🚚 Fetch repo
3131 uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ import SwiftSyntax
1515class SwiftInterfaceParser : SyntaxVisitor , SwiftInterfaceParsing {
1616
1717 // TODO: Handle (Nice to have)
18+ // - IfConfigClauseListSyntax
1819 // - DeinitializerDeclSyntax
1920 // - PrecedenceGroupDeclSyntax
2021 // - OperatorDeclSyntax
21- // - IfConfigClauseListSyntax
2222 // - ... (There are more but not important right now)
2323
2424 private var scope : Scope = . root( elements: [ ] )
You can’t perform that action at this time.
0 commit comments