The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build FDBSwift, reference 5.0.0-rc-7 (b4390b), with Swift 6.1 for Linux on 26 Apr 2025 21:18:02 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kirilltitov/fdbswift.git
Reference: 5.0.0-rc-7
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/kirilltitov/fdbswift
 * tag               5.0.0-rc-7 -> FETCH_HEAD
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 5.0.0-rc-7
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/kirilltitov/fdbswift.git
https://github.com/kirilltitov/fdbswift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/1711-Games/LGN-Log.git
[1/77] Fetching lgn-log
Fetched https://github.com/1711-Games/LGN-Log.git from cache (0.19s)
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.64s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.33s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.75s)
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
warning: couldn't find pc file for libfdb
warning: couldn't find pc file for libfdb
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/9] Emitting module Logging
[6/9] Compiling Logging Locks.swift
[7/9] Compiling Logging LogHandler.swift
[8/9] Compiling Logging Logging.swift
[9/9] Compiling Logging MetadataProvider.swift
[11/12] Compiling LGNLog LGNLog.swift
[12/12] Emitting module LGNLog
[14/42] Compiling FDB Transaction+Internal+Async.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[15/42] Compiling FDB Transaction+Options.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[16/42] Compiling FDB Tuple.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[17/42] Compiling FDB Tuple+Array.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[18/45] Compiling FDB AnyFDB.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[19/45] Compiling FDB AnyFDBKey.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[20/45] Compiling FDB AnyFDBTransaction.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[21/45] Compiling FDB FDB.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[22/45] Compiling FDB FDB+Transactions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[23/45] Compiling FDB Future.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[24/45] Compiling FDB Future+Async.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[25/45] Compiling FDB Future+Bytes.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[26/45] Compiling FDB Tuple+Bool.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[27/45] Compiling FDB Tuple+FloatingPoint.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[28/45] Compiling FDB Tuple+Int.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[29/45] Compiling FDB Tuple+String.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[30/45] Compiling FDB Future+Int64.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[31/45] Compiling FDB Future+KeyValue.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[32/45] Compiling FDB Future+OpaquePointer.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[33/45] Compiling FDB Helpers.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[34/45] Compiling FDB KeyValues.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[35/45] Compiling FDB Subspace.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[36/45] Compiling FDB Transaction.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[37/45] Compiling FDB Transaction+Async.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[38/45] Emitting module FDB
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[39/45] Compiling FDB FDB+Enums.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[40/45] Compiling FDB FDB+Errors.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[41/45] Compiling FDB FDB+NetworkOptions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[42/45] Compiling FDB FDB+Sync.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[43/45] Compiling FDB Tuple+UUID.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[44/45] Compiling FDB Tuple+Unpack.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[45/45] Compiling FDB Versionstamp.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: couldn't find pc file for libfdb
warning: couldn't find pc file for libfdb
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/6] Compiling Logging MetadataProvider.swift
[3/6] Emitting module Logging
[4/6] Compiling Logging Locks.swift
[5/6] Compiling Logging LogHandler.swift
[6/6] Compiling Logging Logging.swift
[8/9] Compiling LGNLog LGNLog.swift
[9/9] Emitting module LGNLog
[11/39] Compiling FDB Tuple+Bool.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[12/39] Compiling FDB Tuple+FloatingPoint.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[13/39] Compiling FDB Tuple+Int.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[14/39] Compiling FDB Tuple+String.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[15/42] Compiling FDB Future+Int64.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[16/42] Compiling FDB Future+KeyValue.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[17/42] Compiling FDB Future+OpaquePointer.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[18/42] Compiling FDB Helpers.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[19/42] Compiling FDB FDB+Transactions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[20/42] Compiling FDB Future.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[21/42] Compiling FDB Future+Async.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[22/42] Compiling FDB Future+Bytes.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[23/42] Compiling FDB KeyValues.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[24/42] Compiling FDB Subspace.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[25/42] Compiling FDB Transaction.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[26/42] Compiling FDB Transaction+Async.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[27/42] Compiling FDB AnyFDB.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[28/42] Compiling FDB AnyFDBKey.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[29/42] Compiling FDB AnyFDBTransaction.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[30/42] Compiling FDB FDB.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[31/42] Emitting module FDB
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[32/42] Compiling FDB Transaction+Internal+Async.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[33/42] Compiling FDB Transaction+Options.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[34/42] Compiling FDB Tuple.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[35/42] Compiling FDB Tuple+Array.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[36/42] Compiling FDB FDB+Enums.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[37/42] Compiling FDB FDB+Errors.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[38/42] Compiling FDB FDB+NetworkOptions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[39/42] Compiling FDB FDB+Sync.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[40/42] Compiling FDB Tuple+UUID.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[41/42] Compiling FDB Tuple+Unpack.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
[42/42] Compiling FDB Versionstamp.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/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 */
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
  1 | import Foundation
  2 | import LGNLog
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 |
  5 | public final class FDB: AnyFDB {
BUILD FAILURE 6.1 linux