You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an opt-out from explicit target dependency import checking.
`--disable-explicit-target-dependency-import-checking` prevents the verification code from being run as a just-in-case option to opt-out from this warning
diagnostics.emit(warning:"Target \(target) imports another target (\(missedDependency)) in the package without declaring it a dependency.", location:nil)
205
+
self.observabilityScope.emit(warning:"Target \(target) imports another target (\(missedDependency)) in the package without declaring it a dependency.")
203
206
}
204
207
}catch{
205
208
// The above verification is a best-effort attempt to warn the user about a potential manifest
0 commit comments