#pragma once #include "swift/xcode-autobuilder/XcodeTarget.h" #include #include struct Targets { std::vector targets; bool xcodeEncountered; bool swiftPackageEncountered; }; Targets collectTargets(const std::string& workingDir);