swiftlang / swift-docc

Documentation compiler that produces rich API reference documentation and interactive tutorials for your Swift framework or package.
https://swift.org/documentation/docc
Apache License 2.0
1.17k stars 124 forks source link

Remove un-actionable warning about not finding an external symbol #1010

Closed d-ronnqvist closed 1 month ago

d-ronnqvist commented 1 month ago

Bug/issue #, if applicable:

Summary

This removes an un-actionable warning. We've already removed a similar warning in #966. However, this warning is different in that there are real scenarios where we don't expect to resolve all external symbols, in which case this warning would be noise for expected behavior.

Dependencies

None.

Testing

None

Checklist

Make sure you check off the following items. If they cannot be completed, provide a reason.

d-ronnqvist commented 1 month ago

@swift-ci please test