We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddcac20 commit 137b4a9Copy full SHA for 137b4a9
swift/xcode-autobuilder/xcode-autobuilder.cpp
@@ -61,7 +61,7 @@ static void autobuild(const CLIArgs& args) {
61
DIAGNOSE_ERROR(noProjectFound, "`autobuild` could not detect an Xcode project or workspace.");
62
} else if (targets.empty()) {
63
DIAGNOSE_ERROR(noSwiftTarget, "All targets found within Xcode projects or workspaces either "
64
- "have no Swift sources or are tests.");
+ "contain no Swift source files, or are tests.");
65
} else {
66
LOG_INFO("Selected {}", targets.front());
67
buildTarget(targets.front(), args.dryRun);
0 commit comments