Build Information
Failed to build FDBSwift, reference master (b4390b
), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 21:23:57 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/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
[3/77] 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.25s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.65s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.16s)
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.6.3
========================================
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": "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",
"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",
"dependencies": [
{
"identity": "swift-log",
"name": "swift-log",
"url": "https://github.com/apple/swift-log.git",
"version": "1.6.3",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
"dependencies": [
]
}
]
}
]
}
]
}
Fetching https://github.com/kirilltitov/fdbswift.git
[1/1831] Fetching fdbswift
Fetched https://github.com/kirilltitov/fdbswift.git from cache (0.84s)
Fetching https://github.com/1711-Games/LGN-Log.git from cache
Fetched https://github.com/1711-Games/LGN-Log.git from cache (0.47s)
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.52s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.52s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.57s)
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/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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
warning: '.resolve-product-dependencies': dependency 'fdbswift' is not used by any target
Found 1 product dependencies
- LGNLog
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/kirilltitov/fdbswift.git
https://github.com/kirilltitov/fdbswift.git
{
"dependencies" : [
{
"identity" : "lgn-log",
"requirement" : {
"range" : [
{
"lower_bound" : "0.4.0",
"upper_bound" : "0.5.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/1711-Games/LGN-Log.git"
}
],
"manifest_display_name" : "FDBSwift",
"name" : "FDBSwift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "FDB",
"targets" : [
"FDB"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FDBTests",
"module_type" : "SwiftTarget",
"name" : "FDBTests",
"path" : "Tests/FDBTests",
"sources" : [
"FDBTests.swift",
"TupleTests.swift"
],
"target_dependencies" : [
"FDB"
],
"type" : "test"
},
{
"c99name" : "FDB",
"module_type" : "SwiftTarget",
"name" : "FDB",
"path" : "Sources/FDB",
"product_dependencies" : [
"LGNLog"
],
"product_memberships" : [
"FDB"
],
"sources" : [
"AnyFDB.swift",
"AnyFDBKey.swift",
"AnyFDBTransaction.swift",
"FDB.swift",
"FDB/FDB+Enums.swift",
"FDB/FDB+Errors.swift",
"FDB/FDB+NetworkOptions.swift",
"FDB/FDB+Sync.swift",
"FDB/FDB+Transactions.swift",
"Future.swift",
"Future/Future+Async.swift",
"Future/Future+Bytes.swift",
"Future/Future+Int64.swift",
"Future/Future+KeyValue.swift",
"Future/Future+OpaquePointer.swift",
"Helpers.swift",
"KeyValues.swift",
"Subspace.swift",
"Transaction.swift",
"Transaction/Transaction+Async.swift",
"Transaction/Transaction+Internal+Async.swift",
"Transaction/Transaction+Options.swift",
"Tuple.swift",
"Tuple/Tuple+Array.swift",
"Tuple/Tuple+Bool.swift",
"Tuple/Tuple+FloatingPoint.swift",
"Tuple/Tuple+Int.swift",
"Tuple/Tuple+String.swift",
"Tuple/Tuple+UUID.swift",
"Tuple/Tuple+Unpack.swift",
"Versionstamp.swift"
],
"target_dependencies" : [
"CFDB"
],
"type" : "library"
},
{
"c99name" : "CFDB",
"module_type" : "SystemLibraryTarget",
"name" : "CFDB",
"path" : "Sources/CFDB",
"product_memberships" : [
"FDB"
],
"sources" : [
],
"type" : "system-target"
}
],
"tools_version" : "5.5"
}
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/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/9] Compiling Logging LogHandler.swift
[6/9] Compiling Logging MetadataProvider.swift
[7/9] Compiling Logging Locks.swift
[8/9] Compiling Logging Logging.swift
[9/9] Emitting module Logging
[10/11] Emitting module LGNLog
[11/11] Compiling LGNLog LGNLog.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/40] 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 {
[13/43] 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 {
[14/43] 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 {
[15/43] 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 {
[16/43] 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 {
[17/43] 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 {
[18/43] 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 {
[19/43] 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 {
[20/43] 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 {
[21/43] 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 {
[22/43] 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 {
[23/43] 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 {
[24/43] 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 {
[25/43] 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 {
[26/43] 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 {
[27/43] 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 {
[28/43] 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 {
[29/43] 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 {
[30/43] 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 {
[31/43] 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 {
[32/43] 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 {
[33/43] 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 {
[34/43] 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 {
[35/43] 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 {
[36/43] 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 {
[37/43] 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 {
[38/43] 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 {
[39/43] 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 {
[40/43] 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 {
[41/43] 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 {
[42/43] 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 {
[43/43] 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
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
[2/6] Compiling Logging MetadataProvider.swift
[3/6] Compiling Logging Logging.swift
[4/6] Compiling Logging Locks.swift
[5/6] Emitting module Logging
[6/6] Compiling Logging LogHandler.swift
[7/8] Compiling LGNLog LGNLog.swift
[8/8] Emitting module LGNLog
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/37] 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 {
[10/40] 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 {
[11/40] 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 {
[12/40] 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 {
[13/40] 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 {
[14/40] 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 {
[15/40] 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 {
[16/40] 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 {
[17/40] 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 {
[18/40] 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 {
[19/40] 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 {
[20/40] 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 {
[21/40] 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 {
[22/40] 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 {
[23/40] 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 {
[24/40] 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 {
[25/40] 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 {
[26/40] 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 {
[27/40] 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 {
[28/40] 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 {
[29/40] 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 {
[30/40] 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 {
[31/40] 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 {
[32/40] 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 {
[33/40] 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 {
[34/40] 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 {
[35/40] 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 {
[36/40] 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 {
[37/40] 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 {
[38/40] 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 {
[39/40] 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 {
[40/40] 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.1 macosSpm