Suppress repeating warnings/errors from repeating in swift build
output when building swift package
#7810
Labels
swift build
output when building swift package
#7810
Description
swift build
output polluted with repeating same warning multiple times.Expected behavior
Repeating warnings should be suppressed to improve output readability.
Actual behavior
Here's real life example where the same warning repeats 8 times:
Steps to reproduce
git clone --single-branch --branch warnings-showcase [email protected]:valeriyvan/swift-geometrize.git
cd swift-geometrize
swift build
Swift Package Manager version/commit hash
Swift Package Manager - Swift 5.10.0-dev
Swift & OS version (output of
swift --version && uname -a
)The text was updated successfully, but these errors were encountered: