Skip to content

Commit 137b4a9

Browse files
sashabuisaacmbrown
andauthored
Swift: TSP message wording changes.
Co-authored-by: Isaac Brown <[email protected]>
1 parent ddcac20 commit 137b4a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/xcode-autobuilder/xcode-autobuilder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ static void autobuild(const CLIArgs& args) {
6161
DIAGNOSE_ERROR(noProjectFound, "`autobuild` could not detect an Xcode project or workspace.");
6262
} else if (targets.empty()) {
6363
DIAGNOSE_ERROR(noSwiftTarget, "All targets found within Xcode projects or workspaces either "
64-
"have no Swift sources or are tests.");
64+
"contain no Swift source files, or are tests.");
6565
} else {
6666
LOG_INFO("Selected {}", targets.front());
6767
buildTarget(targets.front(), args.dryRun);

0 commit comments

Comments
 (0)