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 Android on 28 May 2025 05:19:12 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
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:         android
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-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
[3837/79891] Fetching swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (0.50s)
[761/76055] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.17s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (6.74s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (3.49s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
[412/6101] Fetching swift-atomics, swift-system
[3301/22692] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.68s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.68s)
[4480/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.47s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.64s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.00s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.33s)
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-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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.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
[12/22] Compiling CNIOWindows shim.c
[13/22] Compiling CNIOWASI CNIOWASI.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
[18/22] Write swift-version-24593BA9C3E375BF.txt
[21/66] Emitting module _NIOBase64
[22/66] Emitting module InternalCollectionsUtilities
[23/67] Emitting module _NIODataStructures
[24/67] Emitting module Logging
[25/67] Compiling Logging LogHandler.swift
[26/67] Compiling _NIODataStructures _TinyArray.swift
[27/67] Compiling Atomics UnsafeAtomic.swift
[28/67] Compiling Atomics UnsafeAtomicLazyReference.swift
[29/69] Compiling Atomics ManagedAtomic.swift
[30/69] Compiling Atomics ManagedAtomicLazyReference.swift
[31/69] Compiling _NIODataStructures PriorityQueue.swift
[33/69] Compiling Atomics AtomicReference.swift
[34/69] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[35/69] Compiling _NIOBase64 Base64.swift
[36/69] Compiling Atomics AtomicOptionalWrappable.swift
[38/69] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[39/69] Compiling Atomics PointerConformances.swift
[40/69] Compiling Atomics Primitives.native.swift
[41/70] Compiling Atomics Primitives.shims.swift
[42/70] Compiling Atomics AtomicInteger.swift
[43/70] Compiling _NIODataStructures Heap.swift
[44/71] Compiling Atomics OptionalRawRepresentable.swift
[45/71] Compiling Atomics RawRepresentable.swift
[46/71] Compiling Atomics AtomicBool.swift
[47/71] Compiling Atomics IntegerConformances.swift
[48/71] Emitting module Atomics
[53/72] Compiling Atomics AtomicStorage.swift
[54/72] Compiling Atomics AtomicValue.swift
[58/72] Compiling Atomics AtomicMemoryOrderings.swift
[59/72] Compiling Atomics DoubleWord.swift
[66/72] Compiling Atomics IntegerOperations.swift
[67/72] Compiling Atomics Unmanaged extensions.swift
[68/88] Compiling c-nioatomics.c
[70/88] Compiling DequeModule _DequeBuffer.swift
[71/88] Compiling DequeModule _DequeBufferHeader.swift
[72/90] Compiling DequeModule Deque+Equatable.swift
[73/90] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[74/90] Compiling DequeModule Deque+Extras.swift
[75/90] Compiling DequeModule Deque+Hashable.swift
[76/90] Compiling DequeModule Deque+CustomReflectable.swift
[77/90] Compiling DequeModule Deque+Descriptions.swift
[78/90] Compiling DequeModule _DequeSlot.swift
[79/90] Compiling DequeModule _UnsafeWrappedBuffer.swift
[80/90] Compiling DequeModule Deque+Codable.swift
[81/90] Compiling DequeModule Deque+Collection.swift
[82/90] Compiling DequeModule Deque._UnsafeHandle.swift
[83/90] Compiling DequeModule Deque.swift
[84/90] Compiling DequeModule Deque+Testing.swift
[85/90] Compiling DequeModule Deque._Storage.swift
[86/90] Emitting module DequeModule
[86/91] Compiling c-atomics.c
[89/97] Compiling Logging MetadataProvider.swift
[90/97] Compiling Logging Locks.swift
[91/97] Compiling Logging Logging.swift
[93/98] Compiling NIOConcurrencyHelpers NIOLock.swift
[94/98] Compiling NIOConcurrencyHelpers lock.swift
[95/98] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[96/98] Compiling NIOConcurrencyHelpers atomics.swift
[97/98] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[98/98] Emitting module NIOConcurrencyHelpers
[100/159] Compiling NIOCore MulticastChannel.swift
[101/159] Compiling NIOCore NIOAny.swift
[102/159] Compiling NIOCore NIOCloseOnErrorHandler.swift
[103/159] Compiling NIOCore NIOLoopBound.swift
[104/159] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[105/159] Compiling NIOCore NIOScheduledCallback.swift
[106/159] Compiling NIOCore NIOSendable.swift
[107/159] Compiling NIOCore RecvByteBufferAllocator.swift
[108/167] Compiling NIOCore IO.swift
[109/167] Compiling NIOCore IOData.swift
[110/167] Compiling NIOCore IPProtocol.swift
[111/167] Compiling NIOCore IntegerBitPacking.swift
[112/167] Compiling NIOCore IntegerTypes.swift
[113/167] Compiling NIOCore Interfaces.swift
[114/167] Compiling NIOCore Linux.swift
[115/167] Compiling NIOCore MarkedCircularBuffer.swift
[116/167] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[117/167] Compiling NIOCore SocketAddresses.swift
[118/167] Compiling NIOCore SocketOptionProvider.swift
[119/167] Compiling NIOCore SystemCallHelpers.swift
[120/167] Compiling NIOCore TimeAmount+Duration.swift
[121/167] Compiling NIOCore TypeAssistedChannelHandler.swift
[122/167] Compiling NIOCore UniversalBootstrapSupport.swift
[123/167] Compiling NIOCore Utilities.swift
[124/167] Compiling NIOCore CircularBuffer.swift
[125/167] Compiling NIOCore Codec.swift
[126/167] Compiling NIOCore ConvenienceOptionSupport.swift
[127/167] Compiling NIOCore DeadChannel.swift
[128/167] Compiling NIOCore DispatchQueue+WithFuture.swift
[129/167] Compiling NIOCore EventLoop+Deprecated.swift
[130/167] Compiling NIOCore EventLoop+SerialExecutor.swift
[131/167] Compiling NIOCore EventLoop.swift
[132/167] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[133/167] Compiling NIOCore EventLoopFuture+Deprecated.swift
[134/167] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[135/167] Compiling NIOCore EventLoopFuture.swift
[136/167] Compiling NIOCore FileDescriptor.swift
[137/167] Compiling NIOCore FileHandle.swift
[138/167] Compiling NIOCore FileRegion.swift
[139/167] Compiling NIOCore GlobalSingletons.swift
[140/167] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[141/167] Compiling NIOCore BSDSocketAPI.swift
[142/167] Compiling NIOCore ByteBuffer-aux.swift
[143/167] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[144/167] Compiling NIOCore ByteBuffer-conversions.swift
[145/167] Compiling NIOCore ByteBuffer-core.swift
[146/167] Compiling NIOCore ByteBuffer-hex.swift
[147/167] Compiling NIOCore ByteBuffer-int.swift
[148/167] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[149/167] Compiling NIOCore AddressedEnvelope.swift
[150/167] Compiling NIOCore AsyncAwaitSupport.swift
[151/167] Compiling NIOCore AsyncChannel.swift
[152/167] Compiling NIOCore AsyncChannelHandler.swift
[153/167] Compiling NIOCore AsyncChannelInboundStream.swift
[154/167] Compiling NIOCore AsyncChannelOutboundWriter.swift
[155/167] Compiling NIOCore NIOAsyncSequenceProducer.swift
[156/167] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[157/167] Compiling NIOCore NIOAsyncWriter.swift
[158/167] Compiling NIOCore ByteBuffer-multi-int.swift
[159/167] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[160/167] Compiling NIOCore ByteBuffer-views.swift
[161/167] Compiling NIOCore Channel.swift
[162/167] Compiling NIOCore ChannelHandler.swift
[163/167] Compiling NIOCore ChannelHandlers.swift
[164/167] Compiling NIOCore ChannelInvoker.swift
[165/167] Compiling NIOCore ChannelOption.swift
[166/167] Compiling NIOCore ChannelPipeline.swift
[167/167] Emitting module NIOCore
[169/218] Emitting module NIOEmbedded
[170/218] Compiling NIOEmbedded AsyncTestingChannel.swift
[171/218] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[172/218] Compiling NIOEmbedded Embedded.swift
[174/219] Emitting module NIOPosix
[175/225] Compiling NIOPosix ServerSocket.swift
[176/225] Compiling NIOPosix Socket.swift
[177/225] Compiling NIOPosix SocketChannel.swift
[178/225] Compiling NIOPosix SocketProtocols.swift
[179/225] Compiling NIOPosix System.swift
[180/225] Compiling NIOPosix Thread.swift
[181/225] Compiling NIOPosix SelectableChannel.swift
[182/225] Compiling NIOPosix SelectableEventLoop.swift
[183/225] Compiling NIOPosix SelectorEpoll.swift
[184/225] Compiling NIOPosix SelectorGeneric.swift
[185/225] Compiling NIOPosix SelectorKqueue.swift
[186/225] Compiling NIOPosix SelectorUring.swift
[187/225] Compiling NIOPosix Pool.swift
[188/225] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[189/225] Compiling NIOPosix PosixSingletons.swift
[190/225] Compiling NIOPosix RawSocketBootstrap.swift
[191/225] Compiling NIOPosix Resolver.swift
[192/225] Compiling NIOPosix Selectable.swift
[193/225] Compiling NIOPosix ThreadPosix.swift
[194/225] Compiling NIOPosix ThreadWindows.swift
[195/225] Compiling NIOPosix UnsafeTransfer.swift
[196/225] Compiling NIOPosix Utilities.swift
[197/225] Compiling NIOPosix VsockAddress.swift
[198/225] Compiling NIOPosix VsockChannelEvents.swift
[199/225] Compiling NIOPosix BSDSocketAPICommon.swift
[200/225] Compiling NIOPosix BSDSocketAPIPosix.swift
[201/225] Compiling NIOPosix BSDSocketAPIWindows.swift
[202/225] Compiling NIOPosix BaseSocket.swift
[203/225] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[204/225] Compiling NIOPosix BaseSocketChannel.swift
[205/225] Compiling NIOPosix BaseStreamSocketChannel.swift
[206/225] Compiling NIOPosix Bootstrap.swift
[207/225] Compiling NIOPosix ControlMessage.swift
[208/225] Compiling NIOPosix DatagramVectorReadManager.swift
[209/225] Compiling NIOPosix Errors+Any.swift
[210/225] Compiling NIOPosix FileDescriptor.swift
[211/225] Compiling NIOPosix GetaddrinfoResolver.swift
[212/225] Compiling NIOPosix HappyEyeballs.swift
[213/225] Compiling NIOPosix IO.swift
[214/225] Compiling NIOPosix IntegerBitPacking.swift
[215/225] Compiling NIOPosix IntegerTypes.swift
[216/225] Compiling NIOPosix Linux.swift
[217/225] Compiling NIOPosix LinuxCPUSet.swift
[218/225] Compiling NIOPosix LinuxUring.swift
[219/225] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[220/225] Compiling NIOPosix NIOThreadPool.swift
[221/225] Compiling NIOPosix NonBlockingFileIO.swift
[222/225] Compiling NIOPosix PendingDatagramWritesManager.swift
[223/225] Compiling NIOPosix PendingWritesManager.swift
[224/225] Compiling NIOPosix PipeChannel.swift
[225/225] Compiling NIOPosix PipePair.swift
[227/228] Compiling NIO Exports.swift
[228/228] Emitting module NIO
error: emit-module command failed with exit code 1 (use -v to see invocation)
[230/258] 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 |
[231/262] 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 |
[232/262] 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 |
[233/262] 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 |
[234/262] 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 |
[235/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 |
[236/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 |
[237/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 |
[238/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 |
[239/262] 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/262] 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/262] 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/262] 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/262] 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 |
[244/262] 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 |
[245/262] 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 |
[246/262] 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 |
[247/262] 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 |
[248/262] 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 |
[249/262] 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 |
[250/262] 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 |
[251/262] 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 |
[252/262] 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 |
[253/262] 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 |
[254/262] 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 |
[255/262] 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 |
[256/262] 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 |
[257/262] 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 |
[258/262] 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 |
[259/262] 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 |
[260/262] 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 |
[261/262] 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 |
[262/262] 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-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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/51] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/52] Compiling Logging MetadataProvider.swift
[4/52] Compiling Atomics AtomicValue.swift
[5/52] Compiling Atomics Primitives.shims.swift
[6/52] Compiling Atomics AtomicReference.swift
[7/52] Compiling Atomics AtomicStorage.swift
[8/52] Compiling Atomics ManagedAtomic.swift
[9/52] Compiling Atomics ManagedAtomicLazyReference.swift
[10/52] Compiling Atomics UnsafeAtomic.swift
[11/52] Compiling Atomics UnsafeAtomicLazyReference.swift
[12/54] Compiling Atomics AtomicMemoryOrderings.swift
[13/54] Compiling Atomics DoubleWord.swift
[14/54] Compiling NIOConcurrencyHelpers NIOLock.swift
[15/54] Compiling NIOConcurrencyHelpers lock.swift
[16/54] Emitting module _NIODataStructures
[17/54] Emitting module _NIOBase64
[18/54] Compiling _NIODataStructures PriorityQueue.swift
[19/54] Compiling _NIODataStructures _TinyArray.swift
[20/54] Compiling _NIODataStructures Heap.swift
[21/55] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[22/55] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[23/55] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[24/55] Compiling NIOConcurrencyHelpers atomics.swift
[25/55] Compiling Atomics OptionalRawRepresentable.swift
[26/55] Compiling Atomics RawRepresentable.swift
[27/55] Compiling Atomics AtomicBool.swift
[29/55] Compiling Atomics AtomicInteger.swift
[30/55] Compiling Atomics AtomicOptionalWrappable.swift
[34/55] Compiling _NIOBase64 Base64.swift
[35/55] Compiling Atomics IntegerOperations.swift
[36/55] Compiling Atomics Unmanaged extensions.swift
[38/56] Emitting module InternalCollectionsUtilities
[39/56] Emitting module NIOConcurrencyHelpers
[41/57] Compiling Atomics IntegerConformances.swift
[44/57] Compiling Atomics PointerConformances.swift
[45/57] Compiling Atomics Primitives.native.swift
[51/73] Compiling Logging LogHandler.swift
[52/73] Emitting module Logging
[53/73] Compiling Logging Locks.swift
[54/73] Compiling Logging Logging.swift
[56/74] Compiling DequeModule Deque+Equatable.swift
[57/74] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[58/74] Compiling DequeModule Deque+CustomReflectable.swift
[59/74] Compiling DequeModule Deque+Descriptions.swift
[60/76] Compiling DequeModule _DequeBuffer.swift
[61/76] Compiling DequeModule _DequeBufferHeader.swift
[62/76] Compiling DequeModule _DequeSlot.swift
[63/76] Compiling DequeModule _UnsafeWrappedBuffer.swift
[67/76] Compiling DequeModule Deque+Extras.swift
[68/76] Compiling DequeModule Deque+Hashable.swift
[69/76] Compiling DequeModule Deque+Testing.swift
[70/76] Compiling DequeModule Deque._Storage.swift
[71/76] Compiling DequeModule Deque._UnsafeHandle.swift
[72/76] Compiling DequeModule Deque.swift
[73/76] Compiling DequeModule Deque+Codable.swift
[74/76] Compiling DequeModule Deque+Collection.swift
[75/76] Emitting module Atomics
[77/77] Emitting module DequeModule
[79/138] Compiling NIOCore MulticastChannel.swift
[80/138] Compiling NIOCore NIOAny.swift
[81/138] Compiling NIOCore NIOCloseOnErrorHandler.swift
[82/138] Compiling NIOCore NIOLoopBound.swift
[83/138] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[84/138] Compiling NIOCore NIOScheduledCallback.swift
[85/138] Compiling NIOCore NIOSendable.swift
[86/138] Compiling NIOCore RecvByteBufferAllocator.swift
[87/146] Compiling NIOCore IO.swift
[88/146] Compiling NIOCore IOData.swift
[89/146] Compiling NIOCore IPProtocol.swift
[90/146] Compiling NIOCore IntegerBitPacking.swift
[91/146] Compiling NIOCore IntegerTypes.swift
[92/146] Compiling NIOCore Interfaces.swift
[93/146] Compiling NIOCore Linux.swift
[94/146] Compiling NIOCore MarkedCircularBuffer.swift
[95/146] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[96/146] Compiling NIOCore EventLoopFuture+Deprecated.swift
[97/146] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[98/146] Compiling NIOCore EventLoopFuture.swift
[99/146] Compiling NIOCore FileDescriptor.swift
[100/146] Compiling NIOCore FileHandle.swift
[101/146] Compiling NIOCore FileRegion.swift
[102/146] Compiling NIOCore GlobalSingletons.swift
[103/146] Compiling NIOCore CircularBuffer.swift
[104/146] Compiling NIOCore Codec.swift
[105/146] Compiling NIOCore ConvenienceOptionSupport.swift
[106/146] Compiling NIOCore DeadChannel.swift
[107/146] Compiling NIOCore DispatchQueue+WithFuture.swift
[108/146] Compiling NIOCore EventLoop+Deprecated.swift
[109/146] Compiling NIOCore EventLoop+SerialExecutor.swift
[110/146] Compiling NIOCore EventLoop.swift
[111/146] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[112/146] Compiling NIOCore SocketAddresses.swift
[113/146] Compiling NIOCore SocketOptionProvider.swift
[114/146] Compiling NIOCore SystemCallHelpers.swift
[115/146] Compiling NIOCore TimeAmount+Duration.swift
[116/146] Compiling NIOCore TypeAssistedChannelHandler.swift
[117/146] Compiling NIOCore UniversalBootstrapSupport.swift
[118/146] Compiling NIOCore Utilities.swift
[119/146] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[120/146] Compiling NIOCore BSDSocketAPI.swift
[121/146] Compiling NIOCore ByteBuffer-aux.swift
[122/146] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[123/146] Compiling NIOCore ByteBuffer-conversions.swift
[124/146] Compiling NIOCore ByteBuffer-core.swift
[125/146] Compiling NIOCore ByteBuffer-hex.swift
[126/146] Compiling NIOCore ByteBuffer-int.swift
[127/146] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[128/146] Compiling NIOCore ByteBuffer-multi-int.swift
[129/146] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[130/146] Compiling NIOCore ByteBuffer-views.swift
[131/146] Compiling NIOCore Channel.swift
[132/146] Compiling NIOCore ChannelHandler.swift
[133/146] Compiling NIOCore ChannelHandlers.swift
[134/146] Compiling NIOCore ChannelInvoker.swift
[135/146] Compiling NIOCore ChannelOption.swift
[136/146] Compiling NIOCore ChannelPipeline.swift
[137/146] Compiling NIOCore AddressedEnvelope.swift
[138/146] Compiling NIOCore AsyncAwaitSupport.swift
[139/146] Compiling NIOCore AsyncChannel.swift
[140/146] Compiling NIOCore AsyncChannelHandler.swift
[141/146] Compiling NIOCore AsyncChannelInboundStream.swift
[142/146] Compiling NIOCore AsyncChannelOutboundWriter.swift
[143/146] Compiling NIOCore NIOAsyncSequenceProducer.swift
[144/146] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[145/146] Compiling NIOCore NIOAsyncWriter.swift
[146/146] Emitting module NIOCore
[148/197] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[149/197] Compiling NIOEmbedded AsyncTestingChannel.swift
[150/197] Compiling NIOEmbedded Embedded.swift
[151/197] Emitting module NIOEmbedded
[152/198] Compiling NIOPosix Pool.swift
[153/198] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[154/198] Compiling NIOPosix PosixSingletons.swift
[155/198] Compiling NIOPosix RawSocketBootstrap.swift
[156/198] Compiling NIOPosix Resolver.swift
[157/198] Compiling NIOPosix Selectable.swift
[159/204] Compiling NIOPosix ThreadPosix.swift
[160/204] Compiling NIOPosix ThreadWindows.swift
[161/204] Compiling NIOPosix UnsafeTransfer.swift
[162/204] Compiling NIOPosix Utilities.swift
[163/204] Compiling NIOPosix VsockAddress.swift
[164/204] Compiling NIOPosix VsockChannelEvents.swift
[165/204] Emitting module NIOPosix
[166/204] Compiling NIOPosix ServerSocket.swift
[167/204] Compiling NIOPosix Socket.swift
[168/204] Compiling NIOPosix SocketChannel.swift
[169/204] Compiling NIOPosix SocketProtocols.swift
[170/204] Compiling NIOPosix System.swift
[171/204] Compiling NIOPosix Thread.swift
[172/204] Compiling NIOPosix IO.swift
[173/204] Compiling NIOPosix IntegerBitPacking.swift
[174/204] Compiling NIOPosix IntegerTypes.swift
[175/204] Compiling NIOPosix Linux.swift
[176/204] Compiling NIOPosix LinuxCPUSet.swift
[177/204] Compiling NIOPosix LinuxUring.swift
[178/204] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[179/204] Compiling NIOPosix SelectableChannel.swift
[180/204] Compiling NIOPosix SelectableEventLoop.swift
[181/204] Compiling NIOPosix SelectorEpoll.swift
[182/204] Compiling NIOPosix SelectorGeneric.swift
[183/204] Compiling NIOPosix SelectorKqueue.swift
[184/204] Compiling NIOPosix SelectorUring.swift
[185/204] Compiling NIOPosix Bootstrap.swift
[186/204] Compiling NIOPosix ControlMessage.swift
[187/204] Compiling NIOPosix DatagramVectorReadManager.swift
[188/204] Compiling NIOPosix Errors+Any.swift
[189/204] Compiling NIOPosix FileDescriptor.swift
[190/204] Compiling NIOPosix GetaddrinfoResolver.swift
[191/204] Compiling NIOPosix HappyEyeballs.swift
[192/204] Compiling NIOPosix BSDSocketAPICommon.swift
[193/204] Compiling NIOPosix BSDSocketAPIPosix.swift
[194/204] Compiling NIOPosix BSDSocketAPIWindows.swift
[195/204] Compiling NIOPosix BaseSocket.swift
[196/204] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[197/204] Compiling NIOPosix BaseSocketChannel.swift
[198/204] Compiling NIOPosix BaseStreamSocketChannel.swift
[199/204] Compiling NIOPosix NIOThreadPool.swift
[200/204] Compiling NIOPosix NonBlockingFileIO.swift
[201/204] Compiling NIOPosix PendingDatagramWritesManager.swift
[202/204] Compiling NIOPosix PendingWritesManager.swift
[203/204] Compiling NIOPosix PipeChannel.swift
[204/204] Compiling NIOPosix PipePair.swift
[206/207] Compiling NIO Exports.swift
[207/207] Emitting module NIO
[209/237] 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 |
[210/237] 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 |
[211/237] 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 |
[212/237] 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 |
[213/241] 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 |
[214/241] 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 |
[215/241] 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 |
[216/241] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[217/241] 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 |
[218/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 |
[219/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 |
[220/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 |
[221/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 |
[222/241] 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 |
[223/241] 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 |
[224/241] 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 |
[225/241] 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 |
[226/241] 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 |
[227/241] 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 |
[228/241] 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 |
[229/241] 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 |
[230/241] 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 |
[231/241] 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 |
[232/241] 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 |
[233/241] 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 |
[234/241] 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 |
[235/241] 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 |
[236/241] 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 |
[237/241] 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 |
[238/241] 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 |
[239/241] 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 |
[240/241] 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 |
[241/241] 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 android