When the spec is realisable, the tool outputs the result into stderr instead of stdout.
Should it be std::cout instead of std::cerr? It seems as a normal-operation output, not an error. Unless it is by convention.
(when checking the tool performed as expected I check that stderr is empty; here it is not.)
extensionInteractiveStrategy.hpp
56: std::cerr << "RESULT: Specification is realizable.\n";
extensionNondeterministicMotion.hpp
496: std::cerr << "RESULT: Specification is realizable.\n";
synthesisContextBasics.cpp
112: std::cerr << "RESULT: Specification is realizable.\n";