Build Information
Failed to build FDBSwift, reference master (b4390b), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 21:28:51 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kirilltitov/fdbswift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kirilltitov/fdbswift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at b4390b7 Update README.md
Cloned https://github.com/kirilltitov/fdbswift.git
Revision (git rev-parse @):
b4390b7782cf244dd5992b97e5c22c5b51ce94bb
SUCCESS checkout https://github.com/kirilltitov/fdbswift.git at master
Fetching https://github.com/1711-Games/LGN-Log.git
[1/86] Fetching lgn-log
Fetched https://github.com/1711-Games/LGN-Log.git from cache (0.63s)
Computing version for https://github.com/1711-Games/LGN-Log.git
Computed https://github.com/1711-Games/LGN-Log.git at 0.4.0 (1.29s)
Fetching https://github.com/apple/swift-log.git
[1/6521] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.17s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (1.77s)
Creating working copy for https://github.com/1711-Games/LGN-Log.git
Working copy of https://github.com/1711-Games/LGN-Log.git resolved at 0.4.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.11.0
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "fdbswift",
"name": "FDBSwift",
"url": "https://github.com/kirilltitov/fdbswift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/fdbswift",
"traits": [
"default"
],
"dependencies": [
{
"identity": "lgn-log",
"name": "LGNLog",
"url": "https://github.com/1711-Games/LGN-Log.git",
"version": "0.4.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/LGN-Log",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-log",
"name": "swift-log",
"url": "https://github.com/apple/swift-log.git",
"version": "1.11.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
"traits": [
],
"dependencies": [
]
}
]
}
]
}
]
}
Fetching https://github.com/kirilltitov/fdbswift.git
[1/1831] Fetching fdbswift
Fetched https://github.com/kirilltitov/fdbswift.git from cache (0.75s)
Fetching https://github.com/1711-Games/LGN-Log.git from cache
Fetched https://github.com/1711-Games/LGN-Log.git from cache (0.43s)
Computing version for https://github.com/1711-Games/LGN-Log.git
Computed https://github.com/1711-Games/LGN-Log.git at 0.4.0 (0.49s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.49s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (0.58s)
Creating working copy for https://github.com/kirilltitov/fdbswift.git
Working copy of https://github.com/kirilltitov/fdbswift.git resolved at master (b4390b7)
Creating working copy for https://github.com/1711-Games/LGN-Log.git
Working copy of https://github.com/1711-Games/LGN-Log.git resolved at 0.4.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.11.0
warning: '.resolve-product-dependencies': dependency 'fdbswift' is not used by any target
Found 1 product dependencies
- LGNLog
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/kirilltitov/fdbswift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version--6988338F2F200930.txt
[5/10] Compiling Logging LogHandler.swift
[6/10] Compiling Logging LogEvent.swift
[7/10] Emitting module Logging
[8/10] Compiling Logging MetadataProvider.swift
[9/10] Compiling Logging Locks.swift
[10/10] Compiling Logging Logging.swift
[11/12] Compiling LGNLog LGNLog.swift
[12/12] Emitting module LGNLog
[13/41] Compiling FDB Tuple.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
3 | #define FDB_API_VERSION 630
4 |
5 | #include "foundationdb/fdb_c.h"
| `- error: 'foundationdb/fdb_c.h' file not found
6 |
7 | #endif /* shim_h */
/Users/admin/builder/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build Objective-C module 'CFDB'
1 | import Foundation
2 | import LGNLog
3 | import CFDB
| `- error: could not build Objective-C module 'CFDB'
4 |
5 | public final class FDB: AnyFDB {
[14/41] Compiling FDB Tuple+Array.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
3 | #define FDB_API_VERSION 630
4 |
5 | #include "foundationdb/fdb_c.h"
| `- error: 'foundationdb/fdb_c.h' file not found
6 |
7 | #endif /* shim_h */
/Users/admin/builder/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build Objective-C module 'CFDB'
1 | import Foundation
2 | import LGNLog
3 | import CFDB
| `- error: could not build Objective-C module 'CFDB'
4 |
5 | public final class FDB: AnyFDB {
[15/41] Compiling FDB Tuple+Bool.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
3 | #define FDB_API_VERSION 630
4 |
5 | #include "foundationdb/fdb_c.h"
| `- error: 'foundationdb/fdb_c.h' file not found
6 |
7 | #endif /* shim_h */
/Users/admin/builder/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build Objective-C module 'CFDB'
1 | import Foundation
2 | import LGNLog
3 | import CFDB
| `- error: could not build Objective-C module 'CFDB'
4 |
5 | public final class FDB: AnyFDB {
[16/44] Compiling FDB Future+Async.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
3 | #define FDB_API_VERSION 630
4 |
5 | #include "foundationdb/fdb_c.h"
| `- error: 'foundationdb/fdb_c.h' file not found
6 |
7 | #endif /* shim_h */
/Users/admin/builder/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build Objective-C module 'CFDB'
1 | import Foundation
2 | import LGNLog
3 | import CFDB
| `- error: could not build Objective-C module 'CFDB'
4 |
5 | public final class FDB: AnyFDB {
[17/44] Compiling FDB Future+Bytes.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
3 | #define FDB_API_VERSION 630
4 |
5 | #include "foundationdb/fdb_c.h"
| `- error: 'foundationdb/fdb_c.h' file not found
6 |
7 | #endif /* shim_h */
/Users/admin/builder/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build Objective-C module 'CFDB'
1 | import Foundation
2 | import LGNLog
3 | import CFDB
| `- error: could not build Objective-C module 'CFDB'
4 |
5 | public final class FDB: AnyFDB {
[18/44] Compiling FDB Future+Int64.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
3 | #define FDB_API_VERSION 630
4 |
5 | #include "foundationdb/fdb_c.h"
| `- error: 'foundationdb/fdb_c.h' file not found
6 |
7 | #endif /* shim_h */
/Users/admin/builder/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build Objective-C module 'CFDB'
1 | import Foundation
2 | import LGNLog
3 | import CFDB
| `- error: could not build Objective-C module 'CFDB'
4 |
5 | public final class FDB: AnyFDB {
[19/44] Compiling FDB AnyFDB.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
3 | #define FDB_API_VERSION 630
4 |
5 | #include "foundationdb/fdb_c.h"
| `- error: 'foundationdb/fdb_c.h' file not found
6 |
7 | #endif /* shim_h */
/Users/admin/builder/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build Objective-C module 'CFDB'
1 | import Foundation
2 | import LGNLog
3 | import CFDB
| `- error: could not build Objective-C module 'CFDB'
4 |
5 | public final class FDB: AnyFDB {
[20/44] Compiling FDB AnyFDBKey.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
3 | #define FDB_API_VERSION 630
4 |
5 | #include "foundationdb/fdb_c.h"
| `- error: 'foundationdb/fdb_c.h' file not found
6 |
7 | #endif /* shim_h */
/Users/admin/builder/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build Objective-C module 'CFDB'
1 | import Foundation
2 | import LGNLog
3 | import CFDB
| `- error: could not build Objective-C module 'CFDB'
4 |
5 | public final class FDB: AnyFDB {
[21/44] Compiling FDB AnyFDBTransaction.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
3 | #define FDB_API_VERSION 630
4 |
5 | #include "foundationdb/fdb_c.h"
| `- error: 'foundationdb/fdb_c.h' file not found
6 |
7 | #endif /* shim_h */
/Users/admin/builder/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build Objective-C module 'CFDB'
1 | import Foundation
2 | import LGNLog
3 | import CFDB
| `- error: could not build Objective-C module 'CFDB'
4 |
5 | public final class FDB: AnyFDB {
[22/44] Compiling FDB FDB.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
3 | #define FDB_API_VERSION 630
4 |
5 | #include "foundationdb/fdb_c.h"
| `- error: 'foundationdb/fdb_c.h' file not found
6 |
7 | #endif /* shim_h */
/Users/admin/builder/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build Objective-C module 'CFDB'
1 | import Foundation
2 | import LGNLog
3 | import CFDB
| `- error: could not build Objective-C module 'CFDB'
4 |
5 | public final class FDB: AnyFDB {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/44] Emitting module FDB
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
3 | #define FDB_API_VERSION 630
4 |
5 | #include "foundationdb/fdb_c.h"
| `- error: 'foundationdb/fdb_c.h' file not found
6 |
7 | #endif /* shim_h */
/Users/admin/builder/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build Objective-C module 'CFDB'
1 | import Foundation
2 | import LGNLog
3 | import CFDB
| `- error: could not build Objective-C module 'CFDB'
4 |
5 | public final class FDB: AnyFDB {
[24/44] Compiling FDB FDB+Sync.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
3 | #define FDB_API_VERSION 630
4 |
5 | #include "foundationdb/fdb_c.h"
| `- error: 'foundationdb/fdb_c.h' file not found
6 |
7 | #endif /* shim_h */
/Users/admin/builder/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build Objective-C module 'CFDB'
1 | import Foundation
2 | import LGNLog
3 | import CFDB
| `- error: could not build Objective-C module 'CFDB'
4 |
5 | public final class FDB: AnyFDB {
[25/44] Compiling FDB FDB+Transactions.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
3 | #define FDB_API_VERSION 630
4 |
5 | #include "foundationdb/fdb_c.h"
| `- error: 'foundationdb/fdb_c.h' file not found
6 |
7 | #endif /* shim_h */
/Users/admin/builder/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build Objective-C module 'CFDB'
1 | import Foundation
2 | import LGNLog
3 | import CFDB
| `- error: could not build Objective-C module 'CFDB'
4 |
5 | public final class FDB: AnyFDB {
[26/44] Compiling FDB Future.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
3 | #define FDB_API_VERSION 630
4 |
5 | #include "foundationdb/fdb_c.h"
| `- error: 'foundationdb/fdb_c.h' file not found
6 |
7 | #endif /* shim_h */
/Users/admin/builder/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build Objective-C module 'CFDB'
1 | import Foundation
2 | import LGNLog
3 | import CFDB
| `- error: could not build Objective-C module 'CFDB'
4 |
5 | public final class FDB: AnyFDB {
[27/44] Compiling FDB Future+KeyValue.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
3 | #define FDB_API_VERSION 630
4 |
5 | #include "foundationdb/fdb_c.h"
| `- error: 'foundationdb/fdb_c.h' file not found
6 |
7 | #endif /* shim_h */
/Users/admin/builder/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build Objective-C module 'CFDB'
1 | import Foundation
2 | import LGNLog
3 | import CFDB
| `- error: could not build Objective-C module 'CFDB'
4 |
5 | public final class FDB: AnyFDB {
[28/44] Compiling FDB Future+OpaquePointer.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
3 | #define FDB_API_VERSION 630
4 |
5 | #include "foundationdb/fdb_c.h"
| `- error: 'foundationdb/fdb_c.h' file not found
6 |
7 | #endif /* shim_h */
/Users/admin/builder/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build Objective-C module 'CFDB'
1 | import Foundation
2 | import LGNLog
3 | import CFDB
| `- error: could not build Objective-C module 'CFDB'
4 |
5 | public final class FDB: AnyFDB {
[29/44] Compiling FDB Helpers.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
3 | #define FDB_API_VERSION 630
4 |
5 | #include "foundationdb/fdb_c.h"
| `- error: 'foundationdb/fdb_c.h' file not found
6 |
7 | #endif /* shim_h */
/Users/admin/builder/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build Objective-C module 'CFDB'
1 | import Foundation
2 | import LGNLog
3 | import CFDB
| `- error: could not build Objective-C module 'CFDB'
4 |
5 | public final class FDB: AnyFDB {
[30/44] Compiling FDB Transaction+Async.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
3 | #define FDB_API_VERSION 630
4 |
5 | #include "foundationdb/fdb_c.h"
| `- error: 'foundationdb/fdb_c.h' file not found
6 |
7 | #endif /* shim_h */
/Users/admin/builder/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build Objective-C module 'CFDB'
1 | import Foundation
2 | import LGNLog
3 | import CFDB
| `- error: could not build Objective-C module 'CFDB'
4 |
5 | public final class FDB: AnyFDB {
[31/44] Compiling FDB Transaction+Internal+Async.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
3 | #define FDB_API_VERSION 630
4 |
5 | #include "foundationdb/fdb_c.h"
| `- error: 'foundationdb/fdb_c.h' file not found
6 |
7 | #endif /* shim_h */
/Users/admin/builder/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build Objective-C module 'CFDB'
1 | import Foundation
2 | import LGNLog
3 | import CFDB
| `- error: could not build Objective-C module 'CFDB'
4 |
5 | public final class FDB: AnyFDB {
[32/44] Compiling FDB Transaction+Options.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
3 | #define FDB_API_VERSION 630
4 |
5 | #include "foundationdb/fdb_c.h"
| `- error: 'foundationdb/fdb_c.h' file not found
6 |
7 | #endif /* shim_h */
/Users/admin/builder/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build Objective-C module 'CFDB'
1 | import Foundation
2 | import LGNLog
3 | import CFDB
| `- error: could not build Objective-C module 'CFDB'
4 |
5 | public final class FDB: AnyFDB {
[33/44] Compiling FDB KeyValues.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
3 | #define FDB_API_VERSION 630
4 |
5 | #include "foundationdb/fdb_c.h"
| `- error: 'foundationdb/fdb_c.h' file not found
6 |
7 | #endif /* shim_h */
/Users/admin/builder/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build Objective-C module 'CFDB'
1 | import Foundation
2 | import LGNLog
3 | import CFDB
| `- error: could not build Objective-C module 'CFDB'
4 |
5 | public final class FDB: AnyFDB {
[34/44] Compiling FDB Subspace.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
3 | #define FDB_API_VERSION 630
4 |
5 | #include "foundationdb/fdb_c.h"
| `- error: 'foundationdb/fdb_c.h' file not found
6 |
7 | #endif /* shim_h */
/Users/admin/builder/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build Objective-C module 'CFDB'
1 | import Foundation
2 | import LGNLog
3 | import CFDB
| `- error: could not build Objective-C module 'CFDB'
4 |
5 | public final class FDB: AnyFDB {
[35/44] Compiling FDB Transaction.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
3 | #define FDB_API_VERSION 630
4 |
5 | #include "foundationdb/fdb_c.h"
| `- error: 'foundationdb/fdb_c.h' file not found
6 |
7 | #endif /* shim_h */
/Users/admin/builder/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build Objective-C module 'CFDB'
1 | import Foundation
2 | import LGNLog
3 | import CFDB
| `- error: could not build Objective-C module 'CFDB'
4 |
5 | public final class FDB: AnyFDB {
[36/44] Compiling FDB Tuple+FloatingPoint.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
3 | #define FDB_API_VERSION 630
4 |
5 | #include "foundationdb/fdb_c.h"
| `- error: 'foundationdb/fdb_c.h' file not found
6 |
7 | #endif /* shim_h */
/Users/admin/builder/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build Objective-C module 'CFDB'
1 | import Foundation
2 | import LGNLog
3 | import CFDB
| `- error: could not build Objective-C module 'CFDB'
4 |
5 | public final class FDB: AnyFDB {
[37/44] Compiling FDB Tuple+Int.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
3 | #define FDB_API_VERSION 630
4 |
5 | #include "foundationdb/fdb_c.h"
| `- error: 'foundationdb/fdb_c.h' file not found
6 |
7 | #endif /* shim_h */
/Users/admin/builder/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build Objective-C module 'CFDB'
1 | import Foundation
2 | import LGNLog
3 | import CFDB
| `- error: could not build Objective-C module 'CFDB'
4 |
5 | public final class FDB: AnyFDB {
[38/44] Compiling FDB Tuple+String.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
3 | #define FDB_API_VERSION 630
4 |
5 | #include "foundationdb/fdb_c.h"
| `- error: 'foundationdb/fdb_c.h' file not found
6 |
7 | #endif /* shim_h */
/Users/admin/builder/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build Objective-C module 'CFDB'
1 | import Foundation
2 | import LGNLog
3 | import CFDB
| `- error: could not build Objective-C module 'CFDB'
4 |
5 | public final class FDB: AnyFDB {
[39/44] Compiling FDB FDB+Enums.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
3 | #define FDB_API_VERSION 630
4 |
5 | #include "foundationdb/fdb_c.h"
| `- error: 'foundationdb/fdb_c.h' file not found
6 |
7 | #endif /* shim_h */
/Users/admin/builder/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build Objective-C module 'CFDB'
1 | import Foundation
2 | import LGNLog
3 | import CFDB
| `- error: could not build Objective-C module 'CFDB'
4 |
5 | public final class FDB: AnyFDB {
[40/44] Compiling FDB FDB+Errors.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
3 | #define FDB_API_VERSION 630
4 |
5 | #include "foundationdb/fdb_c.h"
| `- error: 'foundationdb/fdb_c.h' file not found
6 |
7 | #endif /* shim_h */
/Users/admin/builder/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build Objective-C module 'CFDB'
1 | import Foundation
2 | import LGNLog
3 | import CFDB
| `- error: could not build Objective-C module 'CFDB'
4 |
5 | public final class FDB: AnyFDB {
[41/44] Compiling FDB FDB+NetworkOptions.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
3 | #define FDB_API_VERSION 630
4 |
5 | #include "foundationdb/fdb_c.h"
| `- error: 'foundationdb/fdb_c.h' file not found
6 |
7 | #endif /* shim_h */
/Users/admin/builder/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build Objective-C module 'CFDB'
1 | import Foundation
2 | import LGNLog
3 | import CFDB
| `- error: could not build Objective-C module 'CFDB'
4 |
5 | public final class FDB: AnyFDB {
[42/44] Compiling FDB Tuple+UUID.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
3 | #define FDB_API_VERSION 630
4 |
5 | #include "foundationdb/fdb_c.h"
| `- error: 'foundationdb/fdb_c.h' file not found
6 |
7 | #endif /* shim_h */
/Users/admin/builder/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build Objective-C module 'CFDB'
1 | import Foundation
2 | import LGNLog
3 | import CFDB
| `- error: could not build Objective-C module 'CFDB'
4 |
5 | public final class FDB: AnyFDB {
[43/44] Compiling FDB Tuple+Unpack.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
3 | #define FDB_API_VERSION 630
4 |
5 | #include "foundationdb/fdb_c.h"
| `- error: 'foundationdb/fdb_c.h' file not found
6 |
7 | #endif /* shim_h */
/Users/admin/builder/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build Objective-C module 'CFDB'
1 | import Foundation
2 | import LGNLog
3 | import CFDB
| `- error: could not build Objective-C module 'CFDB'
4 |
5 | public final class FDB: AnyFDB {
[44/44] Compiling FDB Versionstamp.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
3 | #define FDB_API_VERSION 630
4 |
5 | #include "foundationdb/fdb_c.h"
| `- error: 'foundationdb/fdb_c.h' file not found
6 |
7 | #endif /* shim_h */
/Users/admin/builder/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build Objective-C module 'CFDB'
1 | import Foundation
2 | import LGNLog
3 | import CFDB
| `- error: could not build Objective-C module 'CFDB'
4 |
5 | public final class FDB: AnyFDB {
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: couldn't find pc file for libfdb
warning: couldn't find pc file for libfdb
BUILD FAILURE 6.3 macosSpm