The Swift Package Index logo.Swift Package Index

Build Information

Failed to build FDBSwift with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.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:             5.10
Building package at path:  $workDir
https://github.com/kirilltitov/fdbswift.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
[1/3170] Fetching swift-log
[3171/67667] Fetching swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (4.27s)
Fetched https://github.com/apple/swift-nio.git from cache (4.34s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.4 (0.86s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.63.0 (0.59s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[1/2983] Fetching swift-system
[61/4546] Fetching swift-system, swift-atomics
[4547/18292] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.03s)
Fetched https://github.com/apple/swift-system.git from cache (1.03s)
Fetched https://github.com/apple/swift-collections.git from cache (1.05s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.2.1 (0.39s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.37s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.0 (0.70s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.63.0
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.2.1
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.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.5.4
warning: couldn't find pc file for libfdb
Building for debugging...
[0/21] Write sources
[11/21] Compiling CNIOWindows WSAStartup.c
[12/21] Compiling CNIOWindows shim.c
[12/21] Write sources
[14/21] Compiling _AtomicsShims.c
[15/21] Compiling CNIOLinux liburing_shims.c
[16/21] Compiling CNIODarwin shim.c
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOLinux/shim.c:203:9: warning: 'RENAME_NOREPLACE' macro redefined [-Wmacro-redefined]
#define RENAME_NOREPLACE 1
        ^
/usr/include/stdio.h:164:10: note: previous definition is here
# define RENAME_NOREPLACE (1 << 0)
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOLinux/shim.c:204:9: warning: 'RENAME_EXCHANGE' macro redefined [-Wmacro-redefined]
#define RENAME_EXCHANGE  2
        ^
/usr/include/stdio.h:165:10: note: previous definition is here
# define RENAME_EXCHANGE (1 << 1)
         ^
2 warnings generated.
[17/21] Compiling CNIOLinux shim.c
[18/21] Write swift-version-24593BA9C3E375BF.txt
[19/68] Compiling c-nioatomics.c
[20/68] Compiling c-atomics.c
[22/74] Emitting module NIOConcurrencyHelpers
[23/74] Compiling _CollectionsUtilities RandomAccessCollection+Offsets.swift
[24/74] Compiling _CollectionsUtilities Specialize.swift
[25/76] Compiling _CollectionsUtilities _SortedCollection.swift
[26/76] Compiling _CollectionsUtilities _UniqueCollection.swift
[27/76] Compiling _CollectionsUtilities _UnsafeBitSet+_Word.swift
[28/76] Compiling _CollectionsUtilities _UnsafeBitSet.swift
[29/76] Compiling _CollectionsUtilities UnsafeBufferPointer+Extras.swift
[30/76] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[33/78] Compiling _CollectionsUtilities Debugging.swift
[34/78] Compiling _CollectionsUtilities Descriptions.swift
[42/78] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[43/78] Compiling _CollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[44/78] Compiling _CollectionsUtilities UnsafeRawPointer extensions.swift
[45/78] Emitting module _CollectionsUtilities
[46/78] Compiling _CollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[47/78] Compiling _CollectionsUtilities Integer rank.swift
[48/78] Compiling _CollectionsUtilities UInt+first and last set bit.swift
[49/78] Compiling _NIODataStructures _TinyArray.swift
[50/78] Compiling _NIODataStructures PriorityQueue.swift
[51/78] Emitting module _NIOBase64
[52/78] Compiling _NIOBase64 Base64.swift
[56/78] Compiling _CollectionsUtilities UInt+reversed.swift
[57/78] Compiling _CollectionsUtilities _UnsafeBitSet+Index.swift
[61/80] Emitting module Atomics
[67/80] Compiling Atomics IntegerOperations.swift
[68/80] Compiling Atomics Unmanaged extensions.swift
[70/97] Emitting module _NIODataStructures
[71/97] Compiling _NIODataStructures Heap.swift
[73/98] Compiling Logging MetadataProvider.swift
[74/98] Compiling DequeModule _DequeBuffer.swift
[75/98] Compiling DequeModule _DequeBufferHeader.swift
[76/100] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[77/100] Compiling DequeModule Deque+Extras.swift
[78/100] Compiling DequeModule Deque+Descriptions.swift
[79/100] Compiling DequeModule Deque+Equatable.swift
[80/100] Compiling NIOConcurrencyHelpers NIOLock.swift
[81/100] Compiling NIOConcurrencyHelpers lock.swift
[82/100] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[83/100] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[84/100] Compiling NIOConcurrencyHelpers atomics.swift
[86/101] Compiling DequeModule Deque+Testing.swift
[87/101] Compiling DequeModule Deque._Storage.swift
[88/101] Compiling DequeModule Deque+Hashable.swift
[89/101] Compiling DequeModule Deque+Sendable.swift
[90/101] Compiling DequeModule Deque._UnsafeHandle.swift
[91/101] Compiling DequeModule Deque.swift
[92/101] Compiling DequeModule _DequeSlot.swift
[93/101] Compiling DequeModule _UnsafeWrappedBuffer.swift
[94/101] Compiling Logging LogHandler.swift
[95/101] Compiling Logging Locks.swift
[96/101] Emitting module Logging
[97/101] Compiling Logging Logging.swift
[98/102] Compiling DequeModule Deque+Codable.swift
[99/102] Compiling DequeModule Deque+Collection.swift
[100/102] Compiling DequeModule Deque+CustomReflectable.swift
[102/102] Emitting module DequeModule
[104/160] Compiling NIOCore AddressedEnvelope.swift
[105/160] Compiling NIOCore AsyncAwaitSupport.swift
[106/160] Compiling NIOCore AsyncChannel.swift
[107/160] Compiling NIOCore AsyncChannelInboundStream.swift
[108/160] Compiling NIOCore AsyncChannelInboundStreamChannelHandler.swift
[109/160] Compiling NIOCore AsyncChannelOutboundWriter.swift
[110/160] Compiling NIOCore AsyncChannelOutboundWriterHandler.swift
[111/160] Compiling NIOCore NIOAsyncSequenceProducer.swift
[112/168] Compiling NIOCore MarkedCircularBuffer.swift
[113/168] Compiling NIOCore MulticastChannel.swift
[114/168] Compiling NIOCore NIOAny.swift
[115/168] Compiling NIOCore NIOCloseOnErrorHandler.swift
[116/168] Compiling NIOCore NIOLoopBound.swift
[117/168] Compiling NIOCore NIOSendable.swift
[118/168] Compiling NIOCore PointerHelpers.swift
[119/168] Compiling NIOCore RecvByteBufferAllocator.swift
[120/168] Compiling NIOCore GlobalSingletons.swift
[121/168] Compiling NIOCore IO.swift
[122/168] Compiling NIOCore IOData.swift
[123/168] Compiling NIOCore IPProtocol.swift
[124/168] Compiling NIOCore IntegerBitPacking.swift
[125/168] Compiling NIOCore IntegerTypes.swift
[126/168] Compiling NIOCore Interfaces.swift
[127/168] Compiling NIOCore Linux.swift
[128/168] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[129/168] Compiling NIOCore SocketAddresses.swift
[130/168] Compiling NIOCore SocketOptionProvider.swift
[131/168] Compiling NIOCore SystemCallHelpers.swift
[132/168] Compiling NIOCore TimeAmount+Duration.swift
[133/168] Compiling NIOCore TypeAssistedChannelHandler.swift
[134/168] Compiling NIOCore UniversalBootstrapSupport.swift
[135/168] Compiling NIOCore Utilities.swift
[136/168] Compiling NIOCore EventLoop+SerialExecutor.swift
[137/168] Compiling NIOCore EventLoop.swift
[138/168] Compiling NIOCore EventLoopFuture+Deprecated.swift
[139/168] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[140/168] Compiling NIOCore EventLoopFuture.swift
[141/168] Compiling NIOCore FileDescriptor.swift
[142/168] Compiling NIOCore FileHandle.swift
[143/168] Compiling NIOCore FileRegion.swift
[144/168] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[145/168] Compiling NIOCore NIOAsyncWriter.swift
[146/168] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[147/168] Compiling NIOCore BSDSocketAPI.swift
[148/168] Compiling NIOCore ByteBuffer-aux.swift
[149/168] Compiling NIOCore ByteBuffer-conversions.swift
[150/168] Compiling NIOCore ByteBuffer-core.swift
[151/168] Compiling NIOCore ByteBuffer-hexdump.swift
[152/168] Compiling NIOCore ChannelOption.swift
[153/168] Compiling NIOCore ChannelPipeline.swift
[154/168] Compiling NIOCore CircularBuffer.swift
[155/168] Compiling NIOCore Codec.swift
[156/168] Compiling NIOCore ConvenienceOptionSupport.swift
[157/168] Compiling NIOCore DeadChannel.swift
[158/168] Compiling NIOCore DispatchQueue+WithFuture.swift
[159/168] Compiling NIOCore EventLoop+Deprecated.swift
[160/168] Compiling NIOCore ByteBuffer-int.swift
[161/168] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[162/168] Compiling NIOCore ByteBuffer-multi-int.swift
[163/168] Compiling NIOCore ByteBuffer-views.swift
[164/168] Compiling NIOCore Channel.swift
[165/168] Compiling NIOCore ChannelHandler.swift
[166/168] Compiling NIOCore ChannelHandlers.swift
[167/168] Compiling NIOCore ChannelInvoker.swift
[168/168] Emitting module NIOCore
[170/220] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[171/220] Compiling NIOEmbedded Embedded.swift
[172/220] Emitting module NIOEmbedded
[173/220] Compiling NIOEmbedded AsyncTestingChannel.swift
[175/221] Compiling NIOPosix BSDSocketAPICommon.swift
[176/221] Compiling NIOPosix BSDSocketAPIPosix.swift
[177/221] Compiling NIOPosix BSDSocketAPIWindows.swift
[178/221] Compiling NIOPosix BaseSocket.swift
[179/221] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[180/221] Compiling NIOPosix BaseSocketChannel.swift
[181/221] Compiling NIOPosix BaseStreamSocketChannel.swift
[182/227] Compiling NIOPosix SelectableChannel.swift
[183/227] Compiling NIOPosix SelectableEventLoop.swift
[184/227] Compiling NIOPosix SelectorEpoll.swift
[185/227] Compiling NIOPosix SelectorGeneric.swift
[186/227] Compiling NIOPosix SelectorKqueue.swift
[187/227] Compiling NIOPosix SelectorUring.swift
[188/227] Compiling NIOPosix IntegerBitPacking.swift
[189/227] Compiling NIOPosix IntegerTypes.swift
[190/227] Compiling NIOPosix Linux.swift
[191/227] Compiling NIOPosix LinuxCPUSet.swift
[192/227] Compiling NIOPosix LinuxUring.swift
[193/227] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[194/227] Compiling NIOPosix NIOThreadPool.swift
[195/227] Compiling NIOPosix ServerSocket.swift
[196/227] Compiling NIOPosix Socket.swift
[197/227] Compiling NIOPosix SocketChannel.swift
[198/227] Compiling NIOPosix SocketProtocols.swift
[199/227] Compiling NIOPosix System.swift
[200/227] Compiling NIOPosix Thread.swift
[201/227] Compiling NIOPosix PooledRecvBufferAllocator.swift
[202/227] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[203/227] Compiling NIOPosix PosixSingletons.swift
[204/227] Compiling NIOPosix RawSocketBootstrap.swift
[205/227] Compiling NIOPosix Resolver.swift
[206/227] Compiling NIOPosix Selectable.swift
[207/227] Compiling NIOPosix Bootstrap.swift
[208/227] Compiling NIOPosix ControlMessage.swift
[209/227] Compiling NIOPosix DatagramVectorReadManager.swift
[210/227] Compiling NIOPosix FileDescriptor.swift
[211/227] Compiling NIOPosix GetaddrinfoResolver.swift
[212/227] Compiling NIOPosix HappyEyeballs.swift
[213/227] Compiling NIOPosix IO.swift
[214/227] Compiling NIOPosix NonBlockingFileIO.swift
[215/227] Compiling NIOPosix PendingDatagramWritesManager.swift
[216/227] Compiling NIOPosix PendingWritesManager.swift
[217/227] Compiling NIOPosix PipeChannel.swift
[218/227] Compiling NIOPosix PipePair.swift
[219/227] Compiling NIOPosix PointerHelpers.swift
[220/227] Compiling NIOPosix Pool.swift
[221/227] Emitting module NIOPosix
[222/227] Compiling NIOPosix ThreadPosix.swift
[223/227] Compiling NIOPosix ThreadWindows.swift
[224/227] Compiling NIOPosix UnsafeTransfer.swift
[225/227] Compiling NIOPosix Utilities.swift
[226/227] Compiling NIOPosix VsockAddress.swift
[227/227] Compiling NIOPosix VsockChannelEvents.swift
[229/230] Emitting module NIO
[230/230] Compiling NIO Exports.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[232/260] Emitting module FDB
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[233/264] Compiling FDB Future+KeyValue.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[234/264] Compiling FDB Future+OpaquePointer.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[235/264] Compiling FDB Future+Void.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[236/264] Compiling FDB Helpers.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[237/264] Compiling FDB Transaction+NIO.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[238/264] Compiling FDB Transaction+Options.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[239/264] Compiling FDB Transaction+Sync.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[240/264] Compiling FDB Tuple.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[241/264] Compiling FDB KeyValues.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[242/264] Compiling FDB Subspace.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[243/264] Compiling FDB Transaction.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[244/264] Compiling FDB Transaction+Internal+Async.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[245/264] Compiling FDB FDB+Enums.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[246/264] Compiling FDB FDB+Errors.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[247/264] Compiling FDB FDB+NetworkOptions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[248/264] Compiling FDB FDB+Sync.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[249/264] Compiling FDB AnyFDB.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[250/264] Compiling FDB AnyFDBKey.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[251/264] Compiling FDB AnyFDBTransaction.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[252/264] Compiling FDB FDB.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[253/264] Compiling FDB Tuple+Array.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[254/264] Compiling FDB Tuple+Bool.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[255/264] Compiling FDB Tuple+FloatingPoint.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[256/264] Compiling FDB Tuple+Int.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[257/264] Compiling FDB FDB+Transactions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[258/264] Compiling FDB Future.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[259/264] Compiling FDB Future+Bytes.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[260/264] Compiling FDB Future+Int64.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[261/264] Compiling FDB Tuple+String.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[262/264] Compiling FDB Tuple+UUID.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[263/264] Compiling FDB Tuple+Unpack.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[264/264] Compiling FDB Versionstamp.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
error: fatalError
warning: couldn't find pc file for libfdb
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/30] Compiling FDB FDB+Transactions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[3/30] Compiling FDB Future.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[4/30] Compiling FDB Future+Bytes.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[5/30] Compiling FDB Future+Int64.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/34] Emitting module FDB
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[7/34] Compiling FDB FDB+Enums.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[8/34] Compiling FDB FDB+Errors.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[9/34] Compiling FDB FDB+NetworkOptions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[10/34] Compiling FDB FDB+Sync.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[11/34] Compiling FDB AnyFDB.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[12/34] Compiling FDB AnyFDBKey.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[13/34] Compiling FDB AnyFDBTransaction.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[14/34] Compiling FDB FDB.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[15/34] Compiling FDB Tuple+Array.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[16/34] Compiling FDB Tuple+Bool.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[17/34] Compiling FDB Tuple+FloatingPoint.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[18/34] Compiling FDB Tuple+Int.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[19/34] Compiling FDB Future+KeyValue.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[20/34] Compiling FDB Future+OpaquePointer.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[21/34] Compiling FDB Future+Void.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[22/34] Compiling FDB Helpers.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[23/34] Compiling FDB KeyValues.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[24/34] Compiling FDB Subspace.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[25/34] Compiling FDB Transaction.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[26/34] Compiling FDB Transaction+Internal+Async.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[27/34] Compiling FDB Transaction+NIO.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[28/34] Compiling FDB Transaction+Options.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[29/34] Compiling FDB Transaction+Sync.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[30/34] Compiling FDB Tuple.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[31/34] Compiling FDB Tuple+String.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[32/34] Compiling FDB Tuple+UUID.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[33/34] Compiling FDB Tuple+Unpack.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
[34/34] Compiling FDB Versionstamp.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
         ^
/host/spi-builder-workspace/Sources/CFDB/shim.h:5:14: error: 'foundationdb/fdb_c.h' file not found
    #include "foundationdb/fdb_c.h"
             ^
/host/spi-builder-workspace/Sources/FDB/FDB.swift:3:8: error: could not build C module 'CFDB'
import CFDB
       ^
error: fatalError
BUILD FAILURE 5.10 linux

Build Machine: Linux 1