Xcode 12.1 aggregates generated similar warnings

Description

In my project i have a script in Build Phases that adds some warnings based on source code TODOs.

Problem


The generated warnings in the Issue Navigator are aggregated if the issue description is identical (which happens quite often), so that only one of all the warnings appear.

The script was working fine till xcode11. Any idea if there is something i am missing or any announced change to how build output is interpreted?

Additional Info


Compilation output is similar to following format:

Code Block /<abosulte-path>/SwiftFileA.swift:6:1: warning: #1533: implement something
/<abosulte-path>/SwiftFileB.swift:6:1: warning: #1533: implement something
/<abosulte-path>/SwiftFileC.swift:6:1: warning: #1533: implement something
/<abosulte-path>/SwiftFileD.swift:6:1: warning: #1533: implement something

Xcode 12.1 aggregates generated similar warnings
 
 
Q