Skip to content

Commit d29d134

Browse files
committed
using older xcode version
1 parent c46080f commit d29d134

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/detect-api-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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

Sources/PublicModules/PADSwiftInterfaceDiff/SwiftInterfaceParser/SwiftInterfaceParser.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ import SwiftSyntax
1515
class 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: [])

0 commit comments

Comments
 (0)