Commit 5655376
committed
Fix: Silence SwiftPM unhandled-file warning in
Both `StringZilla` and `StringZillaTests` use `path: "swift"`. The
former excludes `Test.swift`; the latter only set `sources:` but did
not exclude the sibling source, so SwiftPM emitted
warning: 'stringzilla': found 1 file(s) which are unhandled;
explicitly declare them as resources or exclude from the target
.../swift/StringProtocol+StringZilla.swift
on every macOS Pre-Release run. Add the symmetric `exclude:` entry to
the test target.StringZillaTests
1 parent 9dd039c commit 5655376
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
0 commit comments