Build Information
Failed to build Git, reference 0.0.1 (2910f7
), with Swift 6.1 for Linux on 27 Apr 2025 02:23:55 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftDocOrg/Git.git
Reference: 0.0.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/SwiftDocOrg/Git
* tag 0.0.1 -> FETCH_HEAD
HEAD is now at 2910f77 Update CI workflow to test with Swift 5.3 (#2)
Cloned https://github.com/SwiftDocOrg/Git.git
Revision (git rev-parse @):
2910f772db72b1274dd33fcd3f60de323f866e94
SUCCESS checkout https://github.com/SwiftDocOrg/Git.git at 0.0.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/SwiftDocOrg/Git.git
https://github.com/SwiftDocOrg/Git.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "Git",
"name" : "Git",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Git",
"targets" : [
"Git"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GitTests",
"module_type" : "SwiftTarget",
"name" : "GitTests",
"path" : "Tests/GitTests",
"sources" : [
"GitTests.swift"
],
"target_dependencies" : [
"Git"
],
"type" : "test"
},
{
"c99name" : "Git",
"module_type" : "SwiftTarget",
"name" : "Git",
"path" : "Sources/Git",
"product_memberships" : [
"Git"
],
"sources" : [
"Credentials.swift",
"Error.swift",
"Extensions/Array+Extensions.swift",
"Git.swift",
"Message.swift",
"Object.swift",
"Objects/Blob.swift",
"Objects/Commit.swift",
"Objects/Tree.swift",
"Reference.swift",
"References/Branch.swift",
"References/Note.swift",
"References/Tag.swift",
"Remote.swift",
"Repository.swift",
"Repository/Attributes.swift",
"Repository/Checkout.swift",
"Repository/Clone.swift",
"Repository/Head.swift",
"Repository/Index.swift",
"RevisionWalker.swift",
"Signature.swift"
],
"target_dependencies" : [
"Clibgit2"
],
"type" : "library"
},
{
"c99name" : "Clibgit2",
"module_type" : "SystemLibraryTarget",
"name" : "Clibgit2",
"path" : "Sources/Clibgit2",
"product_memberships" : [
"Git"
],
"sources" : [
],
"type" : "system-target"
}
],
"tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: couldn't find pc file for libgit2
warning: couldn't find pc file for libgit2
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/23] Emitting module Git
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibgit2/Clibgit2.h:1:10: error: 'git2.h' file not found
1 | #include "git2.h"
| `- error: 'git2.h' file not found
2 |
/host/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build C module 'Clibgit2'
2 |
3 | public enum Credentials {
[4/25] Compiling Git Reference.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibgit2/Clibgit2.h:1:10: error: 'git2.h' file not found
1 | #include "git2.h"
| `- error: 'git2.h' file not found
2 |
/host/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build C module 'Clibgit2'
2 |
3 | public enum Credentials {
[5/25] Compiling Git Branch.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibgit2/Clibgit2.h:1:10: error: 'git2.h' file not found
1 | #include "git2.h"
| `- error: 'git2.h' file not found
2 |
/host/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build C module 'Clibgit2'
2 |
3 | public enum Credentials {
[6/25] Compiling Git Note.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibgit2/Clibgit2.h:1:10: error: 'git2.h' file not found
1 | #include "git2.h"
| `- error: 'git2.h' file not found
2 |
/host/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build C module 'Clibgit2'
2 |
3 | public enum Credentials {
[7/25] Compiling Git RevisionWalker.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibgit2/Clibgit2.h:1:10: error: 'git2.h' file not found
1 | #include "git2.h"
| `- error: 'git2.h' file not found
2 |
/host/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build C module 'Clibgit2'
2 |
3 | public enum Credentials {
[8/25] Compiling Git Signature.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibgit2/Clibgit2.h:1:10: error: 'git2.h' file not found
1 | #include "git2.h"
| `- error: 'git2.h' file not found
2 |
/host/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build C module 'Clibgit2'
2 |
3 | public enum Credentials {
[9/25] Compiling Git Blob.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibgit2/Clibgit2.h:1:10: error: 'git2.h' file not found
1 | #include "git2.h"
| `- error: 'git2.h' file not found
2 |
/host/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build C module 'Clibgit2'
2 |
3 | public enum Credentials {
[10/25] Compiling Git Commit.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibgit2/Clibgit2.h:1:10: error: 'git2.h' file not found
1 | #include "git2.h"
| `- error: 'git2.h' file not found
2 |
/host/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build C module 'Clibgit2'
2 |
3 | public enum Credentials {
[11/25] Compiling Git Tree.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibgit2/Clibgit2.h:1:10: error: 'git2.h' file not found
1 | #include "git2.h"
| `- error: 'git2.h' file not found
2 |
/host/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build C module 'Clibgit2'
2 |
3 | public enum Credentials {
[12/25] Compiling Git Git.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibgit2/Clibgit2.h:1:10: error: 'git2.h' file not found
1 | #include "git2.h"
| `- error: 'git2.h' file not found
2 |
/host/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build C module 'Clibgit2'
2 |
3 | public enum Credentials {
[13/25] Compiling Git Message.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibgit2/Clibgit2.h:1:10: error: 'git2.h' file not found
1 | #include "git2.h"
| `- error: 'git2.h' file not found
2 |
/host/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build C module 'Clibgit2'
2 |
3 | public enum Credentials {
[14/25] Compiling Git Object.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibgit2/Clibgit2.h:1:10: error: 'git2.h' file not found
1 | #include "git2.h"
| `- error: 'git2.h' file not found
2 |
/host/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build C module 'Clibgit2'
2 |
3 | public enum Credentials {
[15/25] Compiling Git Credentials.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibgit2/Clibgit2.h:1:10: error: 'git2.h' file not found
1 | #include "git2.h"
| `- error: 'git2.h' file not found
2 |
/host/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build C module 'Clibgit2'
2 |
3 | public enum Credentials {
[16/25] Compiling Git Error.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibgit2/Clibgit2.h:1:10: error: 'git2.h' file not found
1 | #include "git2.h"
| `- error: 'git2.h' file not found
2 |
/host/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build C module 'Clibgit2'
2 |
3 | public enum Credentials {
[17/25] Compiling Git Array+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibgit2/Clibgit2.h:1:10: error: 'git2.h' file not found
1 | #include "git2.h"
| `- error: 'git2.h' file not found
2 |
/host/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build C module 'Clibgit2'
2 |
3 | public enum Credentials {
[18/25] Compiling Git Head.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibgit2/Clibgit2.h:1:10: error: 'git2.h' file not found
1 | #include "git2.h"
| `- error: 'git2.h' file not found
2 |
/host/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build C module 'Clibgit2'
2 |
3 | public enum Credentials {
[19/25] Compiling Git Index.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibgit2/Clibgit2.h:1:10: error: 'git2.h' file not found
1 | #include "git2.h"
| `- error: 'git2.h' file not found
2 |
/host/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build C module 'Clibgit2'
2 |
3 | public enum Credentials {
[20/25] Compiling Git Attributes.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibgit2/Clibgit2.h:1:10: error: 'git2.h' file not found
1 | #include "git2.h"
| `- error: 'git2.h' file not found
2 |
/host/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build C module 'Clibgit2'
2 |
3 | public enum Credentials {
[21/25] Compiling Git Checkout.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibgit2/Clibgit2.h:1:10: error: 'git2.h' file not found
1 | #include "git2.h"
| `- error: 'git2.h' file not found
2 |
/host/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build C module 'Clibgit2'
2 |
3 | public enum Credentials {
[22/25] Compiling Git Clone.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibgit2/Clibgit2.h:1:10: error: 'git2.h' file not found
1 | #include "git2.h"
| `- error: 'git2.h' file not found
2 |
/host/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build C module 'Clibgit2'
2 |
3 | public enum Credentials {
[23/25] Compiling Git Tag.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibgit2/Clibgit2.h:1:10: error: 'git2.h' file not found
1 | #include "git2.h"
| `- error: 'git2.h' file not found
2 |
/host/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build C module 'Clibgit2'
2 |
3 | public enum Credentials {
[24/25] Compiling Git Remote.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibgit2/Clibgit2.h:1:10: error: 'git2.h' file not found
1 | #include "git2.h"
| `- error: 'git2.h' file not found
2 |
/host/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build C module 'Clibgit2'
2 |
3 | public enum Credentials {
[25/25] Compiling Git Repository.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibgit2/Clibgit2.h:1:10: error: 'git2.h' file not found
1 | #include "git2.h"
| `- error: 'git2.h' file not found
2 |
/host/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build C module 'Clibgit2'
2 |
3 | public enum Credentials {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: couldn't find pc file for libgit2
warning: couldn't find pc file for libgit2
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/22] Compiling Git Credentials.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibgit2/Clibgit2.h:1:10: error: 'git2.h' file not found
1 | #include "git2.h"
| `- error: 'git2.h' file not found
2 |
/host/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build C module 'Clibgit2'
2 |
3 | public enum Credentials {
[3/22] Compiling Git Error.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibgit2/Clibgit2.h:1:10: error: 'git2.h' file not found
1 | #include "git2.h"
| `- error: 'git2.h' file not found
2 |
/host/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build C module 'Clibgit2'
2 |
3 | public enum Credentials {
[4/22] Compiling Git Array+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibgit2/Clibgit2.h:1:10: error: 'git2.h' file not found
1 | #include "git2.h"
| `- error: 'git2.h' file not found
2 |
/host/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build C module 'Clibgit2'
2 |
3 | public enum Credentials {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/24] Emitting module Git
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibgit2/Clibgit2.h:1:10: error: 'git2.h' file not found
1 | #include "git2.h"
| `- error: 'git2.h' file not found
2 |
/host/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build C module 'Clibgit2'
2 |
3 | public enum Credentials {
[6/24] Compiling Git Tag.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibgit2/Clibgit2.h:1:10: error: 'git2.h' file not found
1 | #include "git2.h"
| `- error: 'git2.h' file not found
2 |
/host/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build C module 'Clibgit2'
2 |
3 | public enum Credentials {
[7/24] Compiling Git Remote.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibgit2/Clibgit2.h:1:10: error: 'git2.h' file not found
1 | #include "git2.h"
| `- error: 'git2.h' file not found
2 |
/host/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build C module 'Clibgit2'
2 |
3 | public enum Credentials {
[8/24] Compiling Git Repository.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibgit2/Clibgit2.h:1:10: error: 'git2.h' file not found
1 | #include "git2.h"
| `- error: 'git2.h' file not found
2 |
/host/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build C module 'Clibgit2'
2 |
3 | public enum Credentials {
[9/24] Compiling Git Git.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibgit2/Clibgit2.h:1:10: error: 'git2.h' file not found
1 | #include "git2.h"
| `- error: 'git2.h' file not found
2 |
/host/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build C module 'Clibgit2'
2 |
3 | public enum Credentials {
[10/24] Compiling Git Message.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibgit2/Clibgit2.h:1:10: error: 'git2.h' file not found
1 | #include "git2.h"
| `- error: 'git2.h' file not found
2 |
/host/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build C module 'Clibgit2'
2 |
3 | public enum Credentials {
[11/24] Compiling Git Object.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibgit2/Clibgit2.h:1:10: error: 'git2.h' file not found
1 | #include "git2.h"
| `- error: 'git2.h' file not found
2 |
/host/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build C module 'Clibgit2'
2 |
3 | public enum Credentials {
[12/24] Compiling Git Reference.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibgit2/Clibgit2.h:1:10: error: 'git2.h' file not found
1 | #include "git2.h"
| `- error: 'git2.h' file not found
2 |
/host/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build C module 'Clibgit2'
2 |
3 | public enum Credentials {
[13/24] Compiling Git Branch.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibgit2/Clibgit2.h:1:10: error: 'git2.h' file not found
1 | #include "git2.h"
| `- error: 'git2.h' file not found
2 |
/host/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build C module 'Clibgit2'
2 |
3 | public enum Credentials {
[14/24] Compiling Git Note.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibgit2/Clibgit2.h:1:10: error: 'git2.h' file not found
1 | #include "git2.h"
| `- error: 'git2.h' file not found
2 |
/host/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build C module 'Clibgit2'
2 |
3 | public enum Credentials {
[15/24] Compiling Git RevisionWalker.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibgit2/Clibgit2.h:1:10: error: 'git2.h' file not found
1 | #include "git2.h"
| `- error: 'git2.h' file not found
2 |
/host/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build C module 'Clibgit2'
2 |
3 | public enum Credentials {
[16/24] Compiling Git Signature.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibgit2/Clibgit2.h:1:10: error: 'git2.h' file not found
1 | #include "git2.h"
| `- error: 'git2.h' file not found
2 |
/host/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build C module 'Clibgit2'
2 |
3 | public enum Credentials {
[17/24] Compiling Git Head.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibgit2/Clibgit2.h:1:10: error: 'git2.h' file not found
1 | #include "git2.h"
| `- error: 'git2.h' file not found
2 |
/host/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build C module 'Clibgit2'
2 |
3 | public enum Credentials {
[18/24] Compiling Git Index.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibgit2/Clibgit2.h:1:10: error: 'git2.h' file not found
1 | #include "git2.h"
| `- error: 'git2.h' file not found
2 |
/host/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build C module 'Clibgit2'
2 |
3 | public enum Credentials {
[19/24] Compiling Git Blob.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibgit2/Clibgit2.h:1:10: error: 'git2.h' file not found
1 | #include "git2.h"
| `- error: 'git2.h' file not found
2 |
/host/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build C module 'Clibgit2'
2 |
3 | public enum Credentials {
[20/24] Compiling Git Commit.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibgit2/Clibgit2.h:1:10: error: 'git2.h' file not found
1 | #include "git2.h"
| `- error: 'git2.h' file not found
2 |
/host/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build C module 'Clibgit2'
2 |
3 | public enum Credentials {
[21/24] Compiling Git Tree.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibgit2/Clibgit2.h:1:10: error: 'git2.h' file not found
1 | #include "git2.h"
| `- error: 'git2.h' file not found
2 |
/host/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build C module 'Clibgit2'
2 |
3 | public enum Credentials {
[22/24] Compiling Git Attributes.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibgit2/Clibgit2.h:1:10: error: 'git2.h' file not found
1 | #include "git2.h"
| `- error: 'git2.h' file not found
2 |
/host/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build C module 'Clibgit2'
2 |
3 | public enum Credentials {
[23/24] Compiling Git Checkout.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibgit2/Clibgit2.h:1:10: error: 'git2.h' file not found
1 | #include "git2.h"
| `- error: 'git2.h' file not found
2 |
/host/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build C module 'Clibgit2'
2 |
3 | public enum Credentials {
[24/24] Compiling Git Clone.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/Clibgit2/Clibgit2.h:1:10: error: 'git2.h' file not found
1 | #include "git2.h"
| `- error: 'git2.h' file not found
2 |
/host/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build C module 'Clibgit2'
2 |
3 | public enum Credentials {
BUILD FAILURE 6.1 linux