mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
Swift: TSP message wording changes.
Co-authored-by: Isaac Brown <101839405+isaacmbrown@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
ddcac20a94
commit
137b4a99ef
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user