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 FluentMongo, reference 1.2.2 (76bc6e), with Swift 6.1 for Android on 29 May 2025 00:27:51 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/asensei/vapor-fluent-mongo.git
Reference: 1.2.2
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/asensei/vapor-fluent-mongo
 * tag               1.2.2      -> FETCH_HEAD
HEAD is now at 76bc6e5 test against mongo v7 (#28)
Cloned https://github.com/asensei/vapor-fluent-mongo.git
Revision (git rev-parse @):
76bc6e52ceb62cadb13aa39ac0ecd7920f31fbe2
SUCCESS checkout https://github.com/asensei/vapor-fluent-mongo.git at 1.2.2
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/asensei/vapor-fluent-mongo.git
https://github.com/asensei/vapor-fluent-mongo.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "fluent-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.36.1",
            "upper_bound" : "1.37.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-kit.git"
    },
    {
      "identity" : "mongo-swift-driver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mongodb/mongo-swift-driver.git"
    }
  ],
  "manifest_display_name" : "FluentMongo",
  "name" : "FluentMongo",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "FluentMongo",
      "targets" : [
        "FluentMongo"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FluentMongoTests",
      "module_type" : "SwiftTarget",
      "name" : "FluentMongoTests",
      "path" : "Tests/FluentMongoTests",
      "product_dependencies" : [
        "FluentBenchmark"
      ],
      "sources" : [
        "FluentBenchmarkTests.swift",
        "FluentMongoTests.swift",
        "Pet.swift",
        "PetToy.swift",
        "Toy.swift",
        "User.swift"
      ],
      "target_dependencies" : [
        "FluentMongo"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FluentMongo",
      "module_type" : "SwiftTarget",
      "name" : "FluentMongo",
      "path" : "Sources/FluentMongo",
      "product_dependencies" : [
        "FluentKit",
        "MongoSwift"
      ],
      "product_memberships" : [
        "FluentMongo"
      ],
      "sources" : [
        "BSONCoder+BSON.swift",
        "DatabaseQueryAggregate+Mongo.swift",
        "DatabaseQueryField+Mongo.swift",
        "DatabaseQueryFilter+Mongo.swift",
        "DatabaseQueryJoin+Mongo.swift",
        "DatabaseQueryLimit+Mongo.swift",
        "DatabaseQueryOffset+Mongo.swift",
        "DatabaseQuerySort+Mongo.swift",
        "DatabaseQueryValue+Mongo.swift",
        "DatabaseSchema+Mongo.swift",
        "Document+Nested.swift",
        "Error.swift",
        "Exports.swift",
        "Fluent+Additions.swift",
        "FluentMongoConfiguration.swift",
        "IndexBuilder.swift",
        "MongoConfiguration.swift",
        "MongoConnection.swift",
        "MongoConnectionSource.swift",
        "MongoDatabase.swift",
        "MongoDatabaseDriver.swift",
        "MongoDatabaseOutput.swift",
        "MongoQueryConverter.swift",
        "MongoSchemaConverter.swift",
        "QueryBuilder+Mongo.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/mongodb/mongo-swift-driver.git
Fetching https://github.com/vapor/fluent-kit.git
[1/13328] Fetching fluent-kit
[13329/53225] Fetching fluent-kit, mongo-swift-driver
Fetched https://github.com/vapor/fluent-kit.git from cache (0.52s)
[3591/39897] Fetching mongo-swift-driver
Fetched https://github.com/mongodb/mongo-swift-driver.git from cache (4.06s)
Computing version for https://github.com/mongodb/mongo-swift-driver.git
Computed https://github.com/mongodb/mongo-swift-driver.git at 1.3.1 (4.58s)
Fetching https://github.com/mongodb/swift-bson
Fetching https://github.com/apple/swift-atomics
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/apple/swift-nio
[1/1710] Fetching swift-atomics
[1744/5094] Fetching swift-atomics, swift-bson
[2084/24678] Fetching swift-atomics, swift-bson, nimble
[11362/100771] Fetching swift-atomics, swift-bson, nimble, swift-nio
Fetched https://github.com/mongodb/swift-bson from cache (2.36s)
[71516/97387] Fetching swift-atomics, nimble, swift-nio
Fetched https://github.com/apple/swift-atomics from cache (8.17s)
Fetched https://github.com/Quick/Nimble.git from cache (8.20s)
Fetched https://github.com/apple/swift-nio from cache (8.26s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.36.1 (9.21s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/vapor/async-kit.git
[1/2370] Fetching async-kit
[49/8353] Fetching async-kit, sql-kit
[24/2370] Fetching async-kit
[215/8353] Fetching async-kit, sql-kit
[3184/12189] Fetching async-kit, sql-kit, swift-log
Fetched https://github.com/vapor/async-kit.git from cache (0.54s)
[9666/9819] Fetching sql-kit, swift-log
Fetched https://github.com/vapor/sql-kit.git from cache (0.65s)
Fetched https://github.com/apple/swift-log.git from cache (0.78s)
Computing version for https://github.com/mongodb/swift-bson
Computed https://github.com/mongodb/swift-bson at 3.1.0 (2.04s)
Fetching https://github.com/swift-extras/swift-extras-json
Fetching https://github.com/swift-extras/swift-extras-base64
[1/1056] Fetching swift-extras-json
[899/1889] Fetching swift-extras-json, swift-extras-base64
Fetched https://github.com/swift-extras/swift-extras-base64 from cache (0.61s)
Fetched https://github.com/swift-extras/swift-extras-json from cache (0.61s)
Computing version for https://github.com/swift-extras/swift-extras-base64
Computed https://github.com/swift-extras/swift-extras-base64 at 0.5.0 (2.35s)
Computing version for https://github.com/swift-extras/swift-extras-json
Computed https://github.com/swift-extras/swift-extras-json at 0.6.0 (0.69s)
Computing version for https://github.com/apple/swift-atomics
Computed https://github.com/apple/swift-atomics at 1.2.0 (0.88s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.2 (1.01s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.56s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.83s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-algorithms.git
[1/5959] Fetching swift-algorithms
[3339/22550] Fetching swift-algorithms, swift-collections
Fetched https://github.com/apple/swift-algorithms.git from cache (1.02s)
Fetched https://github.com/apple/swift-collections.git from cache (1.05s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.56s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.42s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.97s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.74s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.83.0 (0.89s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.44s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.04s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.59s)
Creating working copy for https://github.com/swift-extras/swift-extras-json
Working copy of https://github.com/swift-extras/swift-extras-json resolved at 0.6.0
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
Creating working copy for https://github.com/mongodb/swift-bson
Working copy of https://github.com/mongodb/swift-bson resolved at 3.1.0
Creating working copy for https://github.com/vapor/fluent-kit.git
Working copy of https://github.com/vapor/fluent-kit.git resolved at 1.36.1
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.1.2
Creating working copy for https://github.com/apple/swift-atomics
Working copy of https://github.com/apple/swift-atomics resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/mongodb/mongo-swift-driver.git
Working copy of https://github.com/mongodb/mongo-swift-driver.git resolved at 1.3.1
Creating working copy for https://github.com/swift-extras/swift-extras-base64
Working copy of https://github.com/swift-extras/swift-extras-base64 resolved at 0.5.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.5.0
Building for debugging...
[0/172] Write sources
[22/172] Compiling CNIOWASI CNIOWASI.c
[23/172] Compiling CNIOLinux liburing_shims.c
[23/172] Compiling _NumericsShims _NumericsShims.c
[25/172] Compiling CNIOWindows WSAStartup.c
[26/172] Compiling CNIOWindows shim.c
[27/172] Compiling CNIODarwin shim.c
[27/172] Compiling _AtomicsShims.c
[29/172] Compiling CNIOLinux shim.c
[30/172] Compiling mongoc-write-concern.c
[31/172] Write swift-version-24593BA9C3E375BF.txt
[32/172] Compiling mongoc-version-functions.c
[33/172] Compiling mongoc-util.c
[34/172] Compiling mongoc-write-command-legacy.c
[35/172] Compiling mongoc-write-command.c
[36/172] Compiling mongoc-ts-pool.c
[37/183] Compiling mongoc-uri.c
[39/220] Emitting module InternalCollectionsUtilities
[40/221] Emitting module ExtrasJSON
[40/222] Compiling c-nioatomics.c
[42/222] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[43/226] Emitting module _NIODataStructures
[44/226] Compiling RealModule Float80+Real.swift
[45/226] Compiling RealModule Real.swift
[46/227] Compiling ExtrasJSON ArrayKey.swift
[47/227] Compiling ExtrasJSON JSONDecoder.swift
[48/227] Compiling ExtrasJSON DocumentReader.swift
[49/227] Compiling ExtrasBase64 DecodingError.swift
[50/227] Compiling ExtrasJSON JSONValue.swift
[51/227] Emitting module RealModule
[52/227] Compiling ExtrasJSON JSONUnkeyedEncodingContainer.swift
[53/227] Compiling ExtrasJSON JSONError+DecodingError.swift
[54/227] Compiling ExtrasJSON JSONParser.swift
[55/227] Emitting module _NIOBase64
[56/227] Compiling _NIOBase64 Base64.swift
[57/227] Compiling _NIODataStructures _TinyArray.swift
[58/227] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[59/227] Compiling ExtrasJSON JSONKeyedEncodingContainer.swift
[60/227] Compiling ExtrasJSON JSONSingleValueEncodingContainer.swift
[61/228] Compiling RealModule ElementaryFunctions.swift
[64/228] Compiling _NIODataStructures Heap.swift
[65/228] Compiling _NIODataStructures PriorityQueue.swift
[66/229] Compiling RealModule Float+Real.swift
[67/229] Compiling RealModule Float16+Real.swift
[70/229] Compiling ExtrasJSON JSONKeyedDecodingContainer.swift
[71/229] Compiling ExtrasJSON JSONSingleValueDecodingContainer.swift
[76/229] Compiling ExtrasJSON JSONUnkeyedDecodingContainer.swift
[77/229] Compiling ExtrasJSON JSONEncoder.swift
[84/229] Compiling InternalCollectionsUtilities Descriptions.swift
[85/229] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[87/231] Compiling RealModule RealFunctions.swift
[91/232] Compiling mongoc-topology-description-apm.c
[92/232] Compiling mongoc-topology-scanner.c
[93/232] Compiling mongoc-topology.c
[94/232] Compiling mongoc-topology-description.c
[96/453] Compiling HeapModule Heap+Invariants.swift
[97/453] Compiling HeapModule Heap+Descriptions.swift
[97/453] Compiling c-atomics.c
[99/453] Compiling HeapModule _HeapNode.swift
[100/453] Compiling DequeModule Deque+CustomReflectable.swift
[101/453] Compiling DequeModule Deque+Descriptions.swift
[101/455] Compiling mongoc-topology-background-monitoring.c
[103/455] Compiling DequeModule _DequeBuffer.swift
[104/455] Compiling DequeModule _DequeBufferHeader.swift
[105/455] Compiling HeapModule Heap.swift
[106/455] Compiling HeapModule Heap+UnsafeHandle.swift
[107/455] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[108/455] Compiling DequeModule Deque+Extras.swift
[109/455] Compiling DequeModule Deque+Hashable.swift
[110/455] Compiling DequeModule Deque+Equatable.swift
[111/455] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[112/461] Compiling HashTreeCollections _HashStack.swift
[113/461] Compiling HashTreeCollections _HashTreeIterator.swift
[114/461] Compiling HashTreeCollections _HashTreeStatistics.swift
[115/461] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[116/461] Compiling HashTreeCollections _RawHashNode.swift
[117/461] Compiling HashTreeCollections _UnmanagedHashNode.swift
[118/461] Compiling HashTreeCollections _UnsafePath.swift
[119/461] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[120/461] Compiling HashTreeCollections TreeSet+Debugging.swift
[121/461] Compiling HashTreeCollections TreeSet+Descriptions.swift
[122/461] Compiling HashTreeCollections TreeSet+Equatable.swift
[123/461] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[124/461] Compiling HashTreeCollections TreeSet+Extras.swift
[125/461] Compiling HashTreeCollections TreeSet+Filter.swift
[126/468] Emitting module HeapModule
[128/469] Compiling DequeModule _DequeSlot.swift
[129/469] Compiling DequeModule _UnsafeWrappedBuffer.swift
[130/469] Compiling HashTreeCollections TreeDictionary+Codable.swift
[131/469] Compiling HashTreeCollections TreeDictionary+Collection.swift
[132/469] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[133/469] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[134/469] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[135/469] Compiling HashTreeCollections TreeDictionary.swift
[136/469] Compiling HashTreeCollections TreeSet+Codable.swift
[137/469] Compiling HashTreeCollections TreeSet+Collection.swift
[138/469] Compiling DequeModule Deque+Testing.swift
[139/469] Compiling DequeModule Deque._Storage.swift
[142/469] Compiling DequeModule Deque._UnsafeHandle.swift
[143/469] Compiling DequeModule Deque.swift
[146/469] Compiling HashTreeCollections _HashNode+Builder.swift
[147/469] Compiling HashTreeCollections _HashNode+Debugging.swift
[148/469] Compiling HashTreeCollections _HashNode+Initializers.swift
[149/469] Compiling HashTreeCollections _HashNode+Invariants.swift
[150/469] Compiling HashTreeCollections _HashNode+Lookups.swift
[151/469] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[152/469] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[153/469] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[154/469] Compiling DequeModule Deque+Codable.swift
[155/469] Compiling DequeModule Deque+Collection.swift
[155/469] Compiling mongoc-timeout.c
[161/469] Compiling HashTreeCollections _HashNode+Structural union.swift
[162/469] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[163/469] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[164/469] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[165/469] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[166/469] Compiling HashTreeCollections _HashNode.swift
[167/469] Compiling HashTreeCollections _HashNodeHeader.swift
[168/469] Compiling HashTreeCollections _HashSlot.swift
[169/469] Compiling NIOConcurrencyHelpers NIOLock.swift
[170/469] Compiling OrderedCollections OrderedSet+Sendable.swift
[171/469] Compiling OrderedCollections OrderedSet+SubSequence.swift
[172/469] Compiling OrderedCollections OrderedSet+Testing.swift
[173/469] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[174/469] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[175/469] Compiling OrderedCollections OrderedSet.swift
[176/469] Compiling OrderedCollections _UnsafeBitset.swift
[177/469] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[178/469] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[179/469] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[180/469] Compiling NIOConcurrencyHelpers lock.swift
[181/469] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[182/469] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[183/469] Compiling HashTreeCollections TreeDictionary+Filter.swift
[184/469] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[185/469] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[186/469] Compiling HashTreeCollections TreeDictionary+Keys.swift
[187/469] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[188/469] Compiling HashTreeCollections TreeDictionary+Merge.swift
[189/469] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[190/469] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[191/469] Compiling HashTreeCollections TreeDictionary+Values.swift
[201/479] Compiling mongoc-stream.c
In file included from /host/spi-builder-workspace/.build/checkouts/mongo-swift-driver/Sources/CLibMongoC/mongoc/mongoc-stream-tls.c:33:
/host/spi-builder-workspace/.build/checkouts/mongo-swift-driver/Sources/CLibMongoC/mongoc/mongoc-openssl-private.h:23:10: fatal error: 'openssl/bio.h' file not found
   23 | #include <openssl/bio.h>
      |          ^~~~~~~~~~~~~~~
1 error generated.
[202/479] Compiling mongoc-stream-tls.c
[203/479] Compiling ExtrasBase64 Base64.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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
[0/1] Planning build
Building for debugging...
[0/125] Write sources
[4/126] Compiling mongoc-stream-tls-secure-channel.c
[4/126] Compiling mongoc-stream-tls-secure-transport.c
[6/126] Compiling mongoc-stream-tls-libressl.c
/host/spi-builder-workspace/.build/checkouts/mongo-swift-driver/Sources/CLibMongoC/mongoc/mongoc-stream-tls-openssl.c:25:10: fatal error: 'openssl/bio.h' file not found
   25 | #include <openssl/bio.h>
      |          ^~~~~~~~~~~~~~~
1 error generated.
[7/126] Compiling mongoc-stream-tls-openssl.c
[7/126] Compiling mongoc-stream-gridfs-upload.c
[7/126] Compiling mongoc-stream-gridfs-download.c
In file included from /host/spi-builder-workspace/.build/checkouts/mongo-swift-driver/Sources/CLibMongoC/mongoc/mongoc-stream-tls.c:33:
/host/spi-builder-workspace/.build/checkouts/mongo-swift-driver/Sources/CLibMongoC/mongoc/mongoc-openssl-private.h:23:10: fatal error: 'openssl/bio.h' file not found
   23 | #include <openssl/bio.h>
      |          ^~~~~~~~~~~~~~~
[7/126] Compiling mongoc-stream-tls.c
[7/126] Compiling mongoc-stream-socket.c
[7/126] Compiling mongoc-stream-tls-openssl-bio.c
[7/126] Compiling mongoc-stream-gridfs.c
[7/126] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 android