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 4.2.0 (82259c), with Swift 6.1 for Linux on 26 Apr 2025 21:19:01 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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: 4.2.0
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               4.2.0      -> FETCH_HEAD
HEAD is now at 82259c7 Merge pull request #73 from kirilltitov/network-options-enhancements
Cloned https://github.com/kirilltitov/fdbswift.git
Revision (git rev-parse @):
82259c7a470fd50d37bcd1971a697a2318464cbf
SUCCESS checkout https://github.com/kirilltitov/fdbswift.git at 4.2.0
========================================
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" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "FDBSwift",
  "name" : "FDBSwift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "FDB",
      "targets" : [
        "FDB"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FDBTests",
      "module_type" : "SwiftTarget",
      "name" : "FDBTests",
      "path" : "Tests/FDBTests",
      "sources" : [
        "FDBTests.swift",
        "TupleTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "FDB"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FDB",
      "module_type" : "SwiftTarget",
      "name" : "FDB",
      "path" : "Sources/FDB",
      "product_dependencies" : [
        "NIO",
        "Logging"
      ],
      "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+Bytes.swift",
        "Future/Future+Int64.swift",
        "Future/Future+KeyValue.swift",
        "Future/Future+OpaquePointer.swift",
        "Future/Future+Void.swift",
        "Helpers.swift",
        "KeyValues.swift",
        "Subspace.swift",
        "Transaction.swift",
        "Transaction/Transaction+Internal+Async.swift",
        "Transaction/Transaction+NIO.swift",
        "Transaction/Transaction+Options.swift",
        "Transaction/Transaction+Sync.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.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
[1/3836] Fetching swift-log
[3837/79267] Fetching swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (3.99s)
Fetched https://github.com/apple/swift-nio.git from cache (4.08s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (4.61s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.88s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
[1/1705] Fetching swift-atomics
[1297/6058] Fetching swift-atomics, swift-system
[1427/22300] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.10s)
Fetched https://github.com/apple/swift-system.git from cache (1.10s)
Fetched https://github.com/apple/swift-collections.git from cache (1.13s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.66s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.54s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.76s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
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/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
warning: couldn't find pc file for libfdb
warning: couldn't find pc file for libfdb
Building for debugging...
[0/22] Write sources
[11/22] Compiling CNIOWindows WSAStartup.c
[11/22] Compiling CNIOWASI CNIOWASI.c
[13/22] Compiling CNIOWindows shim.c
[14/22] Write sources
[15/22] Compiling CNIOLinux liburing_shims.c
[16/22] Compiling CNIODarwin shim.c
[17/22] Compiling CNIOLinux shim.c
[18/22] Compiling _AtomicsShims.c
[19/22] Write swift-version-24593BA9C3E375BF.txt
[21/69] Emitting module _NIOBase64
[22/69] Compiling _NIOBase64 Base64.swift
[22/70] Compiling c-nioatomics.c
[24/70] Compiling Atomics UnsafeAtomic.swift
[25/70] Compiling Atomics UnsafeAtomicLazyReference.swift
[27/72] Compiling Atomics AtomicReference.swift
[28/72] Compiling Atomics AtomicStorage.swift
[29/72] Compiling Atomics AtomicValue.swift
[30/72] Compiling Atomics AtomicMemoryOrderings.swift
[31/72] Compiling Atomics DoubleWord.swift
[32/72] Compiling Atomics Primitives.shims.swift
[33/72] Compiling Atomics AtomicInteger.swift
[34/72] Compiling Atomics AtomicOptionalWrappable.swift
[35/72] Compiling Atomics IntegerConformances.swift
[36/72] Compiling Atomics PointerConformances.swift
[37/72] Compiling Atomics Primitives.native.swift
[43/72] Compiling Atomics OptionalRawRepresentable.swift
[44/72] Compiling Atomics RawRepresentable.swift
[45/72] Compiling Atomics AtomicBool.swift
[46/72] Emitting module InternalCollectionsUtilities
[51/74] Compiling Atomics ManagedAtomic.swift
[52/74] Compiling Atomics ManagedAtomicLazyReference.swift
[53/74] Compiling _NIODataStructures PriorityQueue.swift
[54/74] Compiling _NIODataStructures _TinyArray.swift
[55/74] Emitting module _NIODataStructures
[56/74] Emitting module Atomics
[64/74] Compiling Atomics IntegerOperations.swift
[65/74] Compiling Atomics Unmanaged extensions.swift
[66/75] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[67/75] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[67/76] Compiling c-atomics.c
[71/97] Emitting module Logging
[72/97] Compiling Logging Locks.swift
[73/97] Compiling Logging MetadataProvider.swift
[74/97] Compiling _NIODataStructures Heap.swift
[75/97] Compiling DequeModule _DequeBuffer.swift
[76/97] Compiling DequeModule _DequeBufferHeader.swift
[77/100] Compiling NIOConcurrencyHelpers NIOLock.swift
[78/100] Compiling Logging Logging.swift
[79/100] Compiling Logging LogHandler.swift
[80/101] Compiling DequeModule Deque+Equatable.swift
[81/101] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[82/101] Compiling DequeModule Deque+CustomReflectable.swift
[83/101] Compiling DequeModule Deque+Descriptions.swift
[86/101] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[87/101] Compiling NIOConcurrencyHelpers lock.swift
[88/101] Compiling NIOConcurrencyHelpers atomics.swift
[89/101] Emitting module NIOConcurrencyHelpers
[90/101] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[92/102] Compiling DequeModule Deque+Testing.swift
[93/102] Compiling DequeModule Deque._Storage.swift
[94/102] Compiling DequeModule Deque._UnsafeHandle.swift
[95/102] Compiling DequeModule Deque.swift
[96/102] Compiling DequeModule Deque+Extras.swift
[97/102] Compiling DequeModule Deque+Hashable.swift
[98/102] Compiling DequeModule _DequeSlot.swift
[99/102] Compiling DequeModule _UnsafeWrappedBuffer.swift
[100/102] Compiling DequeModule Deque+Codable.swift
[101/102] Compiling DequeModule Deque+Collection.swift
[102/102] Emitting module DequeModule
[104/162] Compiling NIOCore GlobalSingletons.swift
[105/162] Compiling NIOCore IO.swift
[106/162] Compiling NIOCore IOData.swift
[107/162] Compiling NIOCore IPProtocol.swift
[108/162] Compiling NIOCore IntegerBitPacking.swift
[109/162] Compiling NIOCore IntegerTypes.swift
[110/162] Compiling NIOCore Interfaces.swift
[111/162] Compiling NIOCore Linux.swift
[112/170] Compiling NIOCore AddressedEnvelope.swift
[113/170] Compiling NIOCore AsyncAwaitSupport.swift
[114/170] Compiling NIOCore AsyncChannel.swift
[115/170] Compiling NIOCore AsyncChannelHandler.swift
[116/170] Compiling NIOCore AsyncChannelInboundStream.swift
[117/170] Compiling NIOCore AsyncChannelOutboundWriter.swift
[118/170] Compiling NIOCore NIOAsyncSequenceProducer.swift
[119/170] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[120/170] Compiling NIOCore NIOAsyncWriter.swift
[121/170] Compiling NIOCore MarkedCircularBuffer.swift
[122/170] Compiling NIOCore MulticastChannel.swift
[123/170] Compiling NIOCore NIOAny.swift
[124/170] Compiling NIOCore NIOCloseOnErrorHandler.swift
[125/170] Compiling NIOCore NIOLoopBound.swift
[126/170] Compiling NIOCore NIOScheduledCallback.swift
[127/170] Compiling NIOCore NIOSendable.swift
[128/170] Compiling NIOCore RecvByteBufferAllocator.swift
[129/170] Compiling NIOCore EventLoop.swift
[130/170] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[131/170] Compiling NIOCore EventLoopFuture+Deprecated.swift
[132/170] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[133/170] Compiling NIOCore EventLoopFuture.swift
[134/170] Compiling NIOCore FileDescriptor.swift
[135/170] Compiling NIOCore FileHandle.swift
[136/170] Compiling NIOCore FileRegion.swift
[137/170] Compiling NIOCore ChannelPipeline.swift
[138/170] Compiling NIOCore CircularBuffer.swift
[139/170] Compiling NIOCore Codec.swift
[140/170] Compiling NIOCore ConvenienceOptionSupport.swift
[141/170] Compiling NIOCore DeadChannel.swift
[142/170] Compiling NIOCore DispatchQueue+WithFuture.swift
[143/170] Compiling NIOCore EventLoop+Deprecated.swift
[144/170] Compiling NIOCore EventLoop+SerialExecutor.swift
[145/170] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[146/170] Compiling NIOCore BSDSocketAPI.swift
[147/170] Compiling NIOCore ByteBuffer-aux.swift
[148/170] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[149/170] Compiling NIOCore ByteBuffer-conversions.swift
[150/170] Compiling NIOCore ByteBuffer-core.swift
[151/170] Compiling NIOCore ByteBuffer-hex.swift
[152/170] Compiling NIOCore ByteBuffer-int.swift
[153/170] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[154/170] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[155/170] Compiling NIOCore SocketAddresses.swift
[156/170] Compiling NIOCore SocketOptionProvider.swift
[157/170] Compiling NIOCore SystemCallHelpers.swift
[158/170] Compiling NIOCore TimeAmount+Duration.swift
[159/170] Compiling NIOCore TypeAssistedChannelHandler.swift
[160/170] Compiling NIOCore UniversalBootstrapSupport.swift
[161/170] Compiling NIOCore Utilities.swift
[162/170] Compiling NIOCore ByteBuffer-multi-int.swift
[163/170] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[164/170] Compiling NIOCore ByteBuffer-views.swift
[165/170] Compiling NIOCore Channel.swift
[166/170] Compiling NIOCore ChannelHandler.swift
[167/170] Compiling NIOCore ChannelHandlers.swift
[168/170] Compiling NIOCore ChannelInvoker.swift
[169/170] Compiling NIOCore ChannelOption.swift
[170/170] Emitting module NIOCore
[172/222] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[173/222] Emitting module NIOEmbedded
[174/222] Compiling NIOEmbedded AsyncTestingChannel.swift
[175/222] Compiling NIOEmbedded Embedded.swift
[177/223] Emitting module NIOPosix
[178/229] Compiling NIOPosix SelectableChannel.swift
[179/229] Compiling NIOPosix SelectableEventLoop.swift
[180/229] Compiling NIOPosix SelectorEpoll.swift
[181/229] Compiling NIOPosix SelectorGeneric.swift
[182/229] Compiling NIOPosix SelectorKqueue.swift
[183/229] Compiling NIOPosix SelectorUring.swift
[184/229] Compiling NIOPosix ServerSocket.swift
[185/229] Compiling NIOPosix Socket.swift
[186/229] Compiling NIOPosix SocketChannel.swift
[187/229] Compiling NIOPosix SocketProtocols.swift
[188/229] Compiling NIOPosix System.swift
[189/229] Compiling NIOPosix Thread.swift
[190/229] Compiling NIOPosix ThreadPosix.swift
[191/229] Compiling NIOPosix ThreadWindows.swift
[192/229] Compiling NIOPosix UnsafeTransfer.swift
[193/229] Compiling NIOPosix Utilities.swift
[194/229] Compiling NIOPosix VsockAddress.swift
[195/229] Compiling NIOPosix VsockChannelEvents.swift
[196/229] Compiling NIOPosix BSDSocketAPICommon.swift
[197/229] Compiling NIOPosix BSDSocketAPIPosix.swift
[198/229] Compiling NIOPosix BSDSocketAPIWindows.swift
[199/229] Compiling NIOPosix BaseSocket.swift
[200/229] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[201/229] Compiling NIOPosix BaseSocketChannel.swift
[202/229] Compiling NIOPosix BaseStreamSocketChannel.swift
[203/229] Compiling NIOPosix PooledRecvBufferAllocator.swift
[204/229] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[205/229] Compiling NIOPosix PosixSingletons.swift
[206/229] Compiling NIOPosix RawSocketBootstrap.swift
[207/229] Compiling NIOPosix Resolver.swift
[208/229] Compiling NIOPosix Selectable.swift
[209/229] Compiling NIOPosix NIOThreadPool.swift
[210/229] Compiling NIOPosix NonBlockingFileIO.swift
[211/229] Compiling NIOPosix PendingDatagramWritesManager.swift
[212/229] Compiling NIOPosix PendingWritesManager.swift
[213/229] Compiling NIOPosix PipeChannel.swift
[214/229] Compiling NIOPosix PipePair.swift
[215/229] Compiling NIOPosix Pool.swift
[216/229] Compiling NIOPosix Bootstrap.swift
[217/229] Compiling NIOPosix ControlMessage.swift
[218/229] Compiling NIOPosix DatagramVectorReadManager.swift
[219/229] Compiling NIOPosix Errors+Any.swift
[220/229] Compiling NIOPosix FileDescriptor.swift
[221/229] Compiling NIOPosix GetaddrinfoResolver.swift
[222/229] Compiling NIOPosix HappyEyeballs.swift
[223/229] Compiling NIOPosix IO.swift
[224/229] Compiling NIOPosix IntegerBitPacking.swift
[225/229] Compiling NIOPosix IntegerTypes.swift
[226/229] Compiling NIOPosix Linux.swift
[227/229] Compiling NIOPosix LinuxCPUSet.swift
[228/229] Compiling NIOPosix LinuxUring.swift
[229/229] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[231/232] Emitting module NIO
[232/232] Compiling NIO Exports.swift
[234/262] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[235/262] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[236/262] Compiling FDB Future+Void.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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[237/262] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[238/262] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[239/266] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[240/266] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[241/266] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[242/266] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[243/266] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[244/266] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[245/266] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[246/266] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[247/266] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[248/266] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[249/266] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[250/266] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[251/266] Compiling FDB Transaction+NIO.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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[252/266] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[253/266] Compiling FDB Transaction+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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[254/266] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[255/266] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[256/266] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[257/266] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[258/266] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[259/266] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[260/266] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[261/266] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[262/266] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[263/266] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[264/266] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[265/266] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[266/266] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/54] Compiling Logging MetadataProvider.swift
[3/54] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[4/54] Compiling InternalCollectionsUtilities Specialize.swift
[7/58] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[8/58] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[9/58] Compiling InternalCollectionsUtilities _SortedCollection.swift
[10/58] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[11/58] Compiling InternalCollectionsUtilities Debugging.swift
[12/58] Compiling InternalCollectionsUtilities Descriptions.swift
[13/58] Emitting module _NIOBase64
[14/58] Compiling _NIODataStructures PriorityQueue.swift
[15/58] Compiling _NIODataStructures _TinyArray.swift
[16/58] Compiling _NIOBase64 Base64.swift
[17/58] Compiling _NIODataStructures Heap.swift
[18/59] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[20/59] Emitting module _NIODataStructures
[21/60] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[22/60] Compiling InternalCollectionsUtilities Integer rank.swift
[23/60] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[24/60] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[25/60] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[26/60] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[27/60] Compiling NIOConcurrencyHelpers NIOLock.swift
[28/60] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[31/60] Compiling Atomics IntegerOperations.swift
[32/60] Compiling Atomics Unmanaged extensions.swift
[35/60] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[36/60] Compiling NIOConcurrencyHelpers atomics.swift
[37/60] Compiling NIOConcurrencyHelpers lock.swift
[38/60] Emitting module NIOConcurrencyHelpers
[42/61] Compiling InternalCollectionsUtilities UInt+reversed.swift
[43/61] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[44/61] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[46/61] Emitting module InternalCollectionsUtilities
[52/62] Compiling Logging LogHandler.swift
[53/62] Emitting module Logging
[54/62] Compiling Logging Locks.swift
[55/62] Compiling Logging Logging.swift
[57/78] Compiling DequeModule Deque+Extras.swift
[58/78] Compiling DequeModule Deque+Hashable.swift
[59/78] Compiling DequeModule Deque+Equatable.swift
[60/78] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[61/80] Compiling DequeModule _DequeBuffer.swift
[62/80] Compiling DequeModule _DequeBufferHeader.swift
[63/80] Compiling DequeModule Deque+Testing.swift
[64/80] Compiling DequeModule Deque._Storage.swift
[65/80] Emitting module Atomics
[66/80] Compiling DequeModule _DequeSlot.swift
[67/80] Compiling DequeModule _UnsafeWrappedBuffer.swift
[68/80] Compiling DequeModule Deque._UnsafeHandle.swift
[69/80] Compiling DequeModule Deque.swift
[70/80] Compiling DequeModule Deque+CustomReflectable.swift
[71/80] Compiling DequeModule Deque+Descriptions.swift
[74/80] Compiling DequeModule Deque+Codable.swift
[75/80] Compiling DequeModule Deque+Collection.swift
[79/81] Emitting module DequeModule
[83/141] Compiling NIOCore MarkedCircularBuffer.swift
[84/141] Compiling NIOCore MulticastChannel.swift
[85/141] Compiling NIOCore NIOAny.swift
[86/141] Compiling NIOCore NIOCloseOnErrorHandler.swift
[87/141] Compiling NIOCore NIOLoopBound.swift
[88/141] Compiling NIOCore NIOScheduledCallback.swift
[89/141] Compiling NIOCore NIOSendable.swift
[90/141] Compiling NIOCore RecvByteBufferAllocator.swift
[91/149] Compiling NIOCore GlobalSingletons.swift
[92/149] Compiling NIOCore IO.swift
[93/149] Compiling NIOCore IOData.swift
[94/149] Compiling NIOCore IPProtocol.swift
[95/149] Compiling NIOCore IntegerBitPacking.swift
[96/149] Compiling NIOCore IntegerTypes.swift
[97/149] Compiling NIOCore Interfaces.swift
[98/149] Compiling NIOCore Linux.swift
[99/149] Compiling NIOCore AddressedEnvelope.swift
[100/149] Compiling NIOCore AsyncAwaitSupport.swift
[101/149] Compiling NIOCore AsyncChannel.swift
[102/149] Compiling NIOCore AsyncChannelHandler.swift
[103/149] Compiling NIOCore AsyncChannelInboundStream.swift
[104/149] Compiling NIOCore AsyncChannelOutboundWriter.swift
[105/149] Compiling NIOCore NIOAsyncSequenceProducer.swift
[106/149] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[107/149] Compiling NIOCore NIOAsyncWriter.swift
[108/149] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[109/149] Compiling NIOCore BSDSocketAPI.swift
[110/149] Compiling NIOCore ByteBuffer-aux.swift
[111/149] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[112/149] Compiling NIOCore ByteBuffer-conversions.swift
[113/149] Compiling NIOCore ByteBuffer-core.swift
[114/149] Compiling NIOCore ByteBuffer-hex.swift
[115/149] Compiling NIOCore ByteBuffer-int.swift
[116/149] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[117/149] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[118/149] Compiling NIOCore SocketAddresses.swift
[119/149] Compiling NIOCore SocketOptionProvider.swift
[120/149] Compiling NIOCore SystemCallHelpers.swift
[121/149] Compiling NIOCore TimeAmount+Duration.swift
[122/149] Compiling NIOCore TypeAssistedChannelHandler.swift
[123/149] Compiling NIOCore UniversalBootstrapSupport.swift
[124/149] Compiling NIOCore Utilities.swift
[125/149] Compiling NIOCore ChannelPipeline.swift
[126/149] Compiling NIOCore CircularBuffer.swift
[127/149] Compiling NIOCore Codec.swift
[128/149] Compiling NIOCore ConvenienceOptionSupport.swift
[129/149] Compiling NIOCore DeadChannel.swift
[130/149] Compiling NIOCore DispatchQueue+WithFuture.swift
[131/149] Compiling NIOCore EventLoop+Deprecated.swift
[132/149] Compiling NIOCore EventLoop+SerialExecutor.swift
[133/149] Compiling NIOCore EventLoop.swift
[134/149] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[135/149] Compiling NIOCore EventLoopFuture+Deprecated.swift
[136/149] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[137/149] Compiling NIOCore EventLoopFuture.swift
[138/149] Compiling NIOCore FileDescriptor.swift
[139/149] Compiling NIOCore FileHandle.swift
[140/149] Compiling NIOCore FileRegion.swift
[141/149] Compiling NIOCore ByteBuffer-multi-int.swift
[142/149] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[143/149] Compiling NIOCore ByteBuffer-views.swift
[144/149] Compiling NIOCore Channel.swift
[145/149] Compiling NIOCore ChannelHandler.swift
[146/149] Compiling NIOCore ChannelHandlers.swift
[147/149] Compiling NIOCore ChannelInvoker.swift
[148/149] Compiling NIOCore ChannelOption.swift
[149/149] Emitting module NIOCore
[151/201] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[152/201] Emitting module NIOEmbedded
[153/201] Compiling NIOEmbedded AsyncTestingChannel.swift
[154/201] Compiling NIOEmbedded Embedded.swift
[156/202] Compiling NIOPosix IO.swift
[157/202] Compiling NIOPosix IntegerBitPacking.swift
[158/202] Compiling NIOPosix IntegerTypes.swift
[159/202] Compiling NIOPosix Linux.swift
[160/202] Compiling NIOPosix LinuxCPUSet.swift
[161/202] Compiling NIOPosix LinuxUring.swift
[162/202] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[163/208] Compiling NIOPosix ThreadPosix.swift
[164/208] Compiling NIOPosix ThreadWindows.swift
[165/208] Compiling NIOPosix UnsafeTransfer.swift
[166/208] Compiling NIOPosix Utilities.swift
[167/208] Compiling NIOPosix VsockAddress.swift
[168/208] Compiling NIOPosix VsockChannelEvents.swift
[169/208] Compiling NIOPosix Bootstrap.swift
[170/208] Compiling NIOPosix ControlMessage.swift
[171/208] Compiling NIOPosix DatagramVectorReadManager.swift
[172/208] Compiling NIOPosix Errors+Any.swift
[173/208] Compiling NIOPosix FileDescriptor.swift
[174/208] Compiling NIOPosix GetaddrinfoResolver.swift
[175/208] Compiling NIOPosix HappyEyeballs.swift
[176/208] Compiling NIOPosix ServerSocket.swift
[177/208] Compiling NIOPosix Socket.swift
[178/208] Compiling NIOPosix SocketChannel.swift
[179/208] Compiling NIOPosix SocketProtocols.swift
[180/208] Compiling NIOPosix System.swift
[181/208] Compiling NIOPosix Thread.swift
[182/208] Compiling NIOPosix SelectableChannel.swift
[183/208] Compiling NIOPosix SelectableEventLoop.swift
[184/208] Compiling NIOPosix SelectorEpoll.swift
[185/208] Compiling NIOPosix SelectorGeneric.swift
[186/208] Compiling NIOPosix SelectorKqueue.swift
[187/208] Compiling NIOPosix SelectorUring.swift
[188/208] Compiling NIOPosix PooledRecvBufferAllocator.swift
[189/208] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[190/208] Compiling NIOPosix PosixSingletons.swift
[191/208] Compiling NIOPosix RawSocketBootstrap.swift
[192/208] Compiling NIOPosix Resolver.swift
[193/208] Compiling NIOPosix Selectable.swift
[194/208] Compiling NIOPosix BSDSocketAPICommon.swift
[195/208] Compiling NIOPosix BSDSocketAPIPosix.swift
[196/208] Compiling NIOPosix BSDSocketAPIWindows.swift
[197/208] Compiling NIOPosix BaseSocket.swift
[198/208] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[199/208] Compiling NIOPosix BaseSocketChannel.swift
[200/208] Compiling NIOPosix BaseStreamSocketChannel.swift
[201/208] Emitting module NIOPosix
[202/208] Compiling NIOPosix NIOThreadPool.swift
[203/208] Compiling NIOPosix NonBlockingFileIO.swift
[204/208] Compiling NIOPosix PendingDatagramWritesManager.swift
[205/208] Compiling NIOPosix PendingWritesManager.swift
[206/208] Compiling NIOPosix PipeChannel.swift
[207/208] Compiling NIOPosix PipePair.swift
[208/208] Compiling NIOPosix Pool.swift
[210/211] Compiling NIO Exports.swift
[211/211] Emitting module NIO
[213/241] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[214/241] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[215/241] Compiling FDB Future+Void.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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[216/241] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[217/241] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[218/241] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[219/241] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[220/241] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[221/245] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[222/245] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[223/245] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[224/245] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[225/245] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[226/245] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[227/245] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[228/245] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[229/245] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[230/245] Compiling FDB Transaction+NIO.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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[231/245] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[232/245] Compiling FDB Transaction+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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[233/245] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[234/245] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[235/245] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[236/245] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[237/245] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[238/245] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[239/245] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[240/245] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[241/245] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[242/245] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[243/245] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[244/245] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
[245/245] 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 620
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 Logging
  3 | import CFDB
    |        `- error: could not build C module 'CFDB'
  4 | import NIO
  5 |
BUILD FAILURE 6.1 linux