if (!problems.isEmpty()) {
                String msg = "Model '" + we.getTitle() + "' misses phases of interface signals that are present in other models";
                return Result.exception(getMessageWithProblemList(msg, problems));
            }