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 55#include < spawn.h>
66#include " absl/strings/str_join.h"
77
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+ }
919
1020static codeql::Logger& logger () {
1121 static codeql::Logger ret{" build" };
Original file line number Diff line number Diff line change 44#include " swift/xcode-autobuilder/XcodeTarget.h"
55#include " swift/xcode-autobuilder/XcodeBuildRunner.h"
66#include " swift/xcode-autobuilder/XcodeProjectParser.h"
7- #include " swift/xcode-autobuilder/XcodeBuildLogging .h"
7+ #include " swift/logging/SwiftLogging .h"
88
99static const char * Application = " com.apple.product-type.application" ;
1010static const char * Framework = " com.apple.product-type.framework" ;
You can’t perform that action at this time.
0 commit comments