Build Information
Failed to build Git, reference 0.0.1 (2910f7
), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 02:30:43 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
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 /Users/admin/builder/spi-builder-workspace/.git/
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "git",
"name": "Git",
"url": "https://github.com/SwiftDocOrg/Git.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Git",
"dependencies": [
]
}
]
}
Fetching https://github.com/SwiftDocOrg/Git.git
[1/424] Fetching git
Fetched https://github.com/SwiftDocOrg/Git.git from cache (0.67s)
Creating working copy for https://github.com/SwiftDocOrg/Git.git
Working copy of https://github.com/SwiftDocOrg/Git.git resolved at 0.0.1 (2910f77)
warning: '.resolve-product-dependencies': dependency 'git' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/SwiftDocOrg/Git.git
https://github.com/SwiftDocOrg/Git.git
{
"dependencies" : [
],
"manifest_display_name" : "Git",
"name" : "Git",
"path" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/23] Emitting module Git
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build Objective-C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build Objective-C module 'Clibgit2'
2 |
3 | public enum Credentials {
[4/25] Compiling Git RevisionWalker.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build Objective-C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build Objective-C module 'Clibgit2'
2 |
3 | public enum Credentials {
[5/25] Compiling Git Signature.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build Objective-C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build Objective-C module 'Clibgit2'
2 |
3 | public enum Credentials {
[6/25] Compiling Git Head.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build Objective-C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build Objective-C module 'Clibgit2'
2 |
3 | public enum Credentials {
[7/25] Compiling Git Index.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build Objective-C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build Objective-C module 'Clibgit2'
2 |
3 | public enum Credentials {
[8/25] Compiling Git Tag.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build Objective-C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build Objective-C module 'Clibgit2'
2 |
3 | public enum Credentials {
[9/25] Compiling Git Remote.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build Objective-C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build Objective-C module 'Clibgit2'
2 |
3 | public enum Credentials {
[10/25] Compiling Git Repository.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build Objective-C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build Objective-C module 'Clibgit2'
2 |
3 | public enum Credentials {
[11/25] Compiling Git Attributes.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build Objective-C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build Objective-C module 'Clibgit2'
2 |
3 | public enum Credentials {
[12/25] Compiling Git Tree.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build Objective-C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build Objective-C module 'Clibgit2'
2 |
3 | public enum Credentials {
[13/25] Compiling Git Reference.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build Objective-C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build Objective-C module 'Clibgit2'
2 |
3 | public enum Credentials {
[14/25] Compiling Git Blob.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build Objective-C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build Objective-C module 'Clibgit2'
2 |
3 | public enum Credentials {
[15/25] Compiling Git Commit.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build Objective-C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build Objective-C module 'Clibgit2'
2 |
3 | public enum Credentials {
[16/25] Compiling Git Branch.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build Objective-C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build Objective-C module 'Clibgit2'
2 |
3 | public enum Credentials {
[17/25] Compiling Git Note.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build Objective-C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build Objective-C module 'Clibgit2'
2 |
3 | public enum Credentials {
[18/25] Compiling Git Git.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build Objective-C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build Objective-C module 'Clibgit2'
2 |
3 | public enum Credentials {
[19/25] Compiling Git Message.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build Objective-C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build Objective-C module 'Clibgit2'
2 |
3 | public enum Credentials {
[20/25] Compiling Git Object.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build Objective-C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build Objective-C module 'Clibgit2'
2 |
3 | public enum Credentials {
[21/25] Compiling Git Credentials.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build Objective-C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build Objective-C module 'Clibgit2'
2 |
3 | public enum Credentials {
[22/25] Compiling Git Error.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build Objective-C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build Objective-C module 'Clibgit2'
2 |
3 | public enum Credentials {
[23/25] Compiling Git Array+Extensions.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build Objective-C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build Objective-C module 'Clibgit2'
2 |
3 | public enum Credentials {
[24/25] Compiling Git Checkout.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build Objective-C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build Objective-C module 'Clibgit2'
2 |
3 | public enum Credentials {
[25/25] Compiling Git Clone.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build Objective-C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build Objective-C module 'Clibgit2'
2 |
3 | public enum Credentials {
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: you may be able to install libgit2 using your system-packager:
brew install libgit2
warning: you may be able to install libgit2 using your system-packager:
brew install libgit2
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/22] Emitting module Git
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build Objective-C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build Objective-C module 'Clibgit2'
2 |
3 | public enum Credentials {
[3/24] Compiling Git Tag.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build Objective-C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build Objective-C module 'Clibgit2'
2 |
3 | public enum Credentials {
[4/24] Compiling Git Remote.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build Objective-C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build Objective-C module 'Clibgit2'
2 |
3 | public enum Credentials {
[5/24] Compiling Git Credentials.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build Objective-C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build Objective-C module 'Clibgit2'
2 |
3 | public enum Credentials {
[6/24] Compiling Git Error.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build Objective-C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build Objective-C module 'Clibgit2'
2 |
3 | public enum Credentials {
[7/24] Compiling Git Array+Extensions.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build Objective-C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build Objective-C module 'Clibgit2'
2 |
3 | public enum Credentials {
[8/24] Compiling Git Head.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build Objective-C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build Objective-C module 'Clibgit2'
2 |
3 | public enum Credentials {
[9/24] Compiling Git Index.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build Objective-C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build Objective-C module 'Clibgit2'
2 |
3 | public enum Credentials {
[10/24] Compiling Git RevisionWalker.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build Objective-C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build Objective-C module 'Clibgit2'
2 |
3 | public enum Credentials {
[11/24] Compiling Git Signature.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build Objective-C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build Objective-C module 'Clibgit2'
2 |
3 | public enum Credentials {
[12/24] Compiling Git Repository.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build Objective-C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build Objective-C module 'Clibgit2'
2 |
3 | public enum Credentials {
[13/24] Compiling Git Attributes.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build Objective-C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build Objective-C module 'Clibgit2'
2 |
3 | public enum Credentials {
[14/24] Compiling Git Branch.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build Objective-C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build Objective-C module 'Clibgit2'
2 |
3 | public enum Credentials {
[15/24] Compiling Git Note.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build Objective-C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build Objective-C module 'Clibgit2'
2 |
3 | public enum Credentials {
[16/24] Compiling Git Tree.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build Objective-C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build Objective-C module 'Clibgit2'
2 |
3 | public enum Credentials {
[17/24] Compiling Git Reference.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build Objective-C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build Objective-C module 'Clibgit2'
2 |
3 | public enum Credentials {
[18/24] Compiling Git Checkout.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build Objective-C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build Objective-C module 'Clibgit2'
2 |
3 | public enum Credentials {
[19/24] Compiling Git Clone.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build Objective-C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build Objective-C module 'Clibgit2'
2 |
3 | public enum Credentials {
[20/24] Compiling Git Git.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build Objective-C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build Objective-C module 'Clibgit2'
2 |
3 | public enum Credentials {
[21/24] Compiling Git Message.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build Objective-C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build Objective-C module 'Clibgit2'
2 |
3 | public enum Credentials {
[22/24] Compiling Git Object.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build Objective-C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build Objective-C module 'Clibgit2'
2 |
3 | public enum Credentials {
[23/24] Compiling Git Blob.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build Objective-C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build Objective-C module 'Clibgit2'
2 |
3 | public enum Credentials {
[24/24] Compiling Git Commit.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "Clibgit2.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Git/Credentials.swift:1:8: error: could not build Objective-C module 'Clibgit2'
1 | import Clibgit2
| `- error: could not build Objective-C module 'Clibgit2'
2 |
3 | public enum Credentials {
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: you may be able to install libgit2 using your system-packager:
brew install libgit2
warning: you may be able to install libgit2 using your system-packager:
brew install libgit2
BUILD FAILURE 6.1 macosSpm