Hi,
I'm sure that I'm currently running into a simple and dumb error, but can't figure it out.
Scenario:
I have a Pi pico which will be connected to several MCUs. The SWDIO signal will be multiplexed and the MCUs are a design reuse block.
So I created the serval SWDIO signals with a bus, out of the mux.
This bus should be connected to 1...n SWDIO pins of the n MCUs.
However this does not seem to work. Compiling the schematics leads to "unconnected sheet entry designator SWDIO(1..24)" and the MCUs don't get their individual SWDIO lines.
Am I doing something completly wrong here? First time visiting busses, so most likey I screwed up

Thanks
[edit] routing the bus between the sheet symbols as bus, naming it SWDIO[1..24] on both ends, adding the net name to it and adapting the port name also to SWDIO[1..24], it too connected as bus, results in no warnings and errors.
However, the pins remain unconnected in the PCB
