Commit 947eb8b
fix(tests): move MockNotificationCenter out of #if canImport(Testing) guard
TestData.swift references MockNotificationCenter unconditionally, so on
Xcode 15.4 where Swift Testing is unavailable the type was never compiled
and the release build failed.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 3ee11f6 commit 947eb8b
1 file changed
Lines changed: 3 additions & 3 deletions
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | 11 | | |
15 | 12 | | |
16 | 13 | | |
| |||
41 | 38 | | |
42 | 39 | | |
43 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments