if (!problems.isEmpty()) {
                String msg = "Model '" + we.getTitle() + "' has interface signals whose initial state is different in other models";
                return Result.exception(getMessageWithProblemList(msg, problems));
            }