Skip to content

CodeQL

CodeQL #21

Triggered via schedule September 30, 2023 19:44
Status Failure
Total duration 9m 39s
Artifacts

codeql.yml

on: schedule
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

2 errors
Analyze (cpp)
We were unable to automatically build your code. Please replace the call to the autobuild action with your custom build steps. Encountered a fatal error while running "/opt/hostedtoolcache/CodeQL/2.14.6/x64/codeql/cpp/tools/autobuild.sh". Exit code was 1 and error was: cpp/autobuilder: Using build system found in '.' cpp/autobuilder: trying to run make [current dir: /home/runner/work/Monolingual/Monolingual] cpp/autobuilder: No supported build command succeeded.
Analyze (swift)
We were unable to automatically build your code. Please replace the call to the autobuild action with your custom build steps. Encountered a fatal error while running "/Users/runner/hostedtoolcache/CodeQL/2.14.6/x64/codeql/swift/tools/autobuild.sh". Exit code was 1 and error was: ** BUILD FAILED ** The following build commands failed: CompileSwift normal arm64 (in target 'Helper' from project 'Monolingual') SwiftCompile normal x86_64 Compiling\ Helper.swift,\ main.swift,\ HelperProtocol.swift,\ HelperRequest.swift,\ HelperContext.swift,\ lipo.swift /Users/runner/work/Monolingual/Monolingual/Helper/Sources/Helper.swift /Users/runner/work/Monolingual/Monolingual/Helper/Sources/main.swift /Users/runner/work/Monolingual/Monolingual/Helper/Sources/HelperProtocol.swift /Users/runner/work/Monolingual/Monolingual/Helper/Sources/HelperRequest.swift /Users/runner/work/Monolingual/Monolingual/Helper/Sources/HelperContext.swift /Users/runner/work/Monolingual/Monolingual/lipo/lipo.swift (in target 'Helper' from project 'Monolingual') CompileSwift normal x86_64 (in target 'Helper' from project 'Monolingual') (3 failures) 2023-09-30 19:53:12.535070000 ERRO [autobuilder/build] [build-command-failed] `autobuild` failed to run the build command: ``` /usr/bin/xcodebuild build -project /Users/runner/work/Monolingual/Monolingual/Monolingual.xcodeproj -target Monolingual CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO ``` (BuildRunner.cpp:61) error: 'monolingual': the manifest is missing a Swift tools version specification; consider prepending to the manifest '// swift-tools-version: 5.7.1' to specify the current Swift toolchain version as the lowest Swift version supported by the project; if such a specification already exists, consider moving it to the top of the manifest, or prepending it with '//' to help Swift Package Manager find it 2023-09-30 19:53:38.060766000 ERRO [autobuilder/build] [build-command-failed] `autobuild` failed to run the build command: ``` /usr/bin/swift build --package-path /Users/runner/work/Monolingual/Monolingual ``` (BuildRunner.cpp:61) error: 'xpcservice': the manifest is missing a Swift tools version specification; consider prepending to the manifest '// swift-tools-version: 5.7.1' to specify the current Swift toolchain version as the lowest Swift version supported by the project; if such a specification already exists, consider moving it to the top of the manifest, or prepending it with '//' to help Swift Package Manager find it 2023-09-30 19:53:39.616133000 ERRO [autobuilder/build] [build-command-failed] `autobuild` failed to run the build command: ``` /usr/bin/swift build --package-path /Users/runner/work/Monolingual/Monolingual/XPCService ``` (BuildRunner.cpp:61) error: 'helper': the manifest is missing a Swift tools version specification; consider prepending to the manifest '// swift-tools-version: 5.7.1' to specify the current Swift toolchain version as the lowest Swift version supported by the project; if such a specification already exists, consider moving it to the top of the manifest, or prepending it with '//' to help Swift Package Manager find it 2023-09-30 19:53:41.099099000 ERRO [autobuilder/build] [build-command-failed] `autobuild` failed to run the build command: ``` /usr/bin/swift build --package-path /Users/runner/work/Monolingual/Monolingual/Helper ``` (BuildRunner.cpp:61)