CodeQL #19
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.5/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.5/x64/codeql/swift/tools/autobuild.sh". Exit code was 1 and error was: ** BUILD FAILED **
The following build commands failed:
CompileSwift normal x86_64 (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 arm64 (in target 'Helper' from project 'Monolingual')
(3 failures)
2023-09-23 19:51:45.261517000 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-23 19:52:17.667771000 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-23 19:52:18.909203000 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-23 19:52:20.154935000 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)
|