Commit 1d58b49
committed
Declare ToolsProtocolsSwiftExtensions deps in Package.swift
Three targets import ToolsProtocolsSwiftExtensions but didn't
declare it in their Package.swift dependencies array. They build
because of transitive resolution, but the dependency is part of
each target's import surface and should be declared explicitly.1 parent c345e3a commit 1d58b49
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| |||
207 | 208 | | |
208 | 209 | | |
209 | 210 | | |
| 211 | + | |
210 | 212 | | |
211 | 213 | | |
212 | 214 | | |
| |||
631 | 633 | | |
632 | 634 | | |
633 | 635 | | |
| 636 | + | |
634 | 637 | | |
635 | 638 | | |
636 | 639 | | |
| |||
0 commit comments