File tree Expand file tree Collapse file tree 3 files changed +12
-15
lines changed Expand file tree Collapse file tree 3 files changed +12
-15
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5
5
#include < spawn.h>
6
6
#include " absl/strings/str_join.h"
7
7
8
- #include " swift/xcode-autobuilder/XcodeBuildLogging.h"
8
+ #include " swift/logging/SwiftLogging.h"
9
+
10
+ namespace codeql_diagnostics {
11
+ constexpr codeql::SwiftDiagnosticsSource build_command_failed{
12
+ " build_command_failed" ,
13
+ " Detected build command failed" ,
14
+ " Set up a manual build command" ,
15
+ " https://docs.github.com/en/enterprise-server/code-security/code-scanning/"
16
+ " automatically-scanning-your-code-for-vulnerabilities-and-errors/customizing-code-scanning" ,
17
+ };
18
+ }
9
19
10
20
static codeql::Logger& logger () {
11
21
static codeql::Logger ret{" build" };
Original file line number Diff line number Diff line change 4
4
#include " swift/xcode-autobuilder/XcodeTarget.h"
5
5
#include " swift/xcode-autobuilder/XcodeBuildRunner.h"
6
6
#include " swift/xcode-autobuilder/XcodeProjectParser.h"
7
- #include " swift/xcode-autobuilder/XcodeBuildLogging .h"
7
+ #include " swift/logging/SwiftLogging .h"
8
8
9
9
static const char * Application = " com.apple.product-type.application" ;
10
10
static const char * Framework = " com.apple.product-type.framework" ;
You can’t perform that action at this time.
0 commit comments