Swift: TSP message wording changes.

Co-authored-by: Isaac Brown <101839405+isaacmbrown@users.noreply.github.com>
This commit is contained in:
Alexandre Boulgakov
2023-05-19 14:36:24 +01:00
committed by GitHub
parent ddcac20a94
commit 137b4a99ef

View File

@@ -61,7 +61,7 @@ static void autobuild(const CLIArgs& args) {
DIAGNOSE_ERROR(noProjectFound, "`autobuild` could not detect an Xcode project or workspace.");
} else if (targets.empty()) {
DIAGNOSE_ERROR(noSwiftTarget, "All targets found within Xcode projects or workspaces either "
"have no Swift sources or are tests.");
"contain no Swift source files, or are tests.");
} else {
LOG_INFO("Selected {}", targets.front());
buildTarget(targets.front(), args.dryRun);