Skip to content

Commit 2de00af

Browse files
authored
Make our use of SwiftSyntax APIs more resilient to precompiled SwiftSyntax (#49)
* Support newest SwiftSyntax. * Update android CI to 6.0.3
1 parent ef8d250 commit 2de00af

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
strategy:
7474
matrix:
7575
swift:
76-
- "6.0.2"
76+
- "6.0.3"
7777
name: Android
7878
runs-on: ubuntu-latest
7979
steps:

Package.resolved

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Sources/MacroTesting/AssertMacro.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,8 @@ extension FixIt.Change {
486486
range: start..<end,
487487
replacement: replacingChildData.newChild.description
488488
)
489+
@unknown default:
490+
fatalError()
489491
#endif
490492
}
491493
}

0 commit comments

Comments
 (0)