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 MongoKitten, reference main (1e83bf), with Swift 6.1 for Android on 12 Jun 2025 02:24:48 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/orlandos-nl/MongoKitten.git
Reference: main
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/orlandos-nl/MongoKitten
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1e83bfa Update README.md
Cloned https://github.com/orlandos-nl/MongoKitten.git
Revision (git rev-parse @):
1e83bfa3fa5216234e0b2d1979e56cd0f63afa77
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/orlandos-nl/MongoKitten.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/orlandos-nl/MongoKitten.git
https://github.com/orlandos-nl/MongoKitten.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "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"
    },
    {
      "identity" : "swift-metrics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-metrics.git"
    },
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    },
    {
      "identity" : "bson",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.0.9",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/orlandos-nl/BSON.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.43.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "dnsclient",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.4.2",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/orlandos-nl/DNSClient.git"
    },
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    },
    {
      "identity" : "swift-distributed-tracing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-distributed-tracing.git"
    }
  ],
  "manifest_display_name" : "MongoKitten",
  "name" : "MongoKitten",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "MongoKitten",
      "targets" : [
        "MongoKitten"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Meow",
      "targets" : [
        "Meow"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "MongoClient",
      "targets" : [
        "MongoClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "MongoCore",
      "targets" : [
        "MongoCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "_MongoKittenCrypto",
      "module_type" : "SwiftTarget",
      "name" : "_MongoKittenCrypto",
      "path" : "Sources/_MongoKittenCrypto",
      "product_memberships" : [
        "MongoKitten",
        "Meow",
        "MongoClient"
      ],
      "sources" : [
        "HMAC.swift",
        "Hash.swift",
        "Hex.swift",
        "MD5.swift",
        "PBKDF2.swift",
        "SHA1.swift",
        "SHA256.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MongoKittenTests",
      "module_type" : "SwiftTarget",
      "name" : "MongoKittenTests",
      "path" : "Tests/MongoKittenTests",
      "sources" : [
        "CRUDTests.swift",
        "ConnectionSettingsTests.swift",
        "CryptoPerformanceTests.swift",
        "CryptoTests.swift",
        "TransactionTests.swift"
      ],
      "target_dependencies" : [
        "MongoKitten"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MongoKittenCore",
      "module_type" : "SwiftTarget",
      "name" : "MongoKittenCore",
      "path" : "Sources/MongoKittenCore",
      "product_memberships" : [
        "MongoKitten",
        "Meow"
      ],
      "sources" : [
        "Commands/Aggregate.swift",
        "Commands/Count.swift",
        "Commands/CreateIndexes.swift",
        "Commands/Delete.swift",
        "Commands/Distinct.swift",
        "Commands/Drop.swift",
        "Commands/Find.swift",
        "Commands/FindAndModify.swift",
        "Commands/Insert.swift",
        "Commands/ListCollections.swift",
        "Commands/ListDatabases.swift",
        "Commands/Update.swift",
        "Cursor.swift",
        "FieldPath.swift",
        "QueryPrimitives/Projection.swift",
        "QueryPrimitives/QueryBuilder.swift",
        "QueryPrimitives/Sorting.swift"
      ],
      "target_dependencies" : [
        "MongoClient"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MongoKitten",
      "module_type" : "SwiftTarget",
      "name" : "MongoKitten",
      "path" : "Sources/MongoKitten",
      "product_memberships" : [
        "MongoKitten",
        "Meow"
      ],
      "sources" : [
        "Aggregate.swift",
        "AggregateBuilder.swift",
        "AggregateStage.swift",
        "AsyncSequence.swift",
        "BSON2JSON.swift",
        "CLI+Helpers.swift",
        "ChangeStream.swift",
        "CollectionHelpers/Collection+Count.swift",
        "CollectionHelpers/Collection+Delete.swift",
        "CollectionHelpers/Collection+Distinct.swift",
        "CollectionHelpers/Collection+Find.swift",
        "CollectionHelpers/Collection+FindAndModify.swift",
        "CollectionHelpers/Collection+Indexes.swift",
        "CollectionHelpers/Collection+Insert.swift",
        "CollectionHelpers/Collection+Update.swift",
        "Cursor.swift",
        "Date+ISO8601Format.swift",
        "Error.swift",
        "Exports.swift",
        "GridFS/GridFSBucket.swift",
        "GridFS/GridFSChunk.swift",
        "GridFS/GridFSError.swift",
        "GridFS/GridFSFile.swift",
        "GridFS/GridFSFileWriter.swift",
        "GridFS/GridFSReader.swift",
        "IndexBuilder.swift",
        "MongoCollection.swift",
        "MongoDatabase.swift",
        "MongoTransactionDatabase.swift"
      ],
      "target_dependencies" : [
        "MongoClient",
        "MongoKittenCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MongoCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "MongoCoreTests",
      "path" : "Tests/MongoCoreTests",
      "sources" : [
        "ProtocolTests.swift"
      ],
      "target_dependencies" : [
        "MongoCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MongoCore",
      "module_type" : "SwiftTarget",
      "name" : "MongoCore",
      "path" : "Sources/MongoCore",
      "product_dependencies" : [
        "BSON",
        "NIO",
        "NIOSSL",
        "NIOFoundationCompat",
        "Logging",
        "Metrics",
        "Atomics"
      ],
      "product_memberships" : [
        "MongoKitten",
        "Meow",
        "MongoClient",
        "MongoCore"
      ],
      "sources" : [
        "CommandPrimitives.swift",
        "Error.swift",
        "MongoReplyDeserializer.swift",
        "Primitives/Collation.swift",
        "Primitives/ConnectionSettings.swift",
        "Primitives/Namespace.swift",
        "Primitives/ReadConcern.swift",
        "Primitives/ServerHandshake.swift",
        "Primitives/WireVersion.swift",
        "Primitives/WriteConcern.swift",
        "Protocol/MessageHeader.swift",
        "Protocol/MongoReply.swift",
        "Protocol/MongoRequest.swift",
        "Protocol/OpMessage.swift",
        "Protocol/OpQuery.swift",
        "Protocol/OpReply.swift",
        "Protocol/ProtocolHelpers.swift",
        "Sessions.swift",
        "Tansaction.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MongoClient",
      "module_type" : "SwiftTarget",
      "name" : "MongoClient",
      "path" : "Sources/MongoClient",
      "product_dependencies" : [
        "DNSClient",
        "Tracing"
      ],
      "product_memberships" : [
        "MongoKitten",
        "Meow",
        "MongoClient"
      ],
      "sources" : [
        "Authenticate+ChallengeResponse.swift",
        "Authenticate+SASL.swift",
        "Authenticate.swift",
        "Channel+Connection.swift",
        "Cluster.swift",
        "Connection+Execute.swift",
        "Connection.swift",
        "ConnectionContext.swift",
        "ConnectionPool.swift",
        "Cursor.swift",
        "Error.swift",
        "Exports.swift",
        "Helpers.swift",
        "InternalCommands/GetMore.swift",
        "InternalCommands/IsMaster.swift",
        "InternalCommands/KillCursors.swift",
        "MongoSingleConnectionPool.swift",
        "Responses/MongoCursorResponse.swift",
        "Responses/OK.swift",
        "SASL.swift"
      ],
      "target_dependencies" : [
        "MongoCore",
        "_MongoKittenCrypto"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MeowTests",
      "module_type" : "SwiftTarget",
      "name" : "MeowTests",
      "path" : "Tests/MeowTests",
      "sources" : [
        "MeowTests.swift"
      ],
      "target_dependencies" : [
        "Meow"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Meow",
      "module_type" : "SwiftTarget",
      "name" : "Meow",
      "path" : "Sources/Meow",
      "product_memberships" : [
        "Meow"
      ],
      "sources" : [
        "Aggregates.swift",
        "Database.swift",
        "Error.swift",
        "Exports.swift",
        "Indexes.swift",
        "KeyPathModel/FindHelpers.swift",
        "KeyPathModel/KeyPathModels.swift",
        "KeyPathModel/MeowCollection+KeyPath.swift",
        "KeyPathModel/TestDecoder.swift",
        "MeowCollection.swift",
        "Migrations.swift",
        "Model.swift",
        "Operators.swift",
        "PartialModel.swift",
        "Reference.swift"
      ],
      "target_dependencies" : [
        "MongoKitten"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.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 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/orlandos-nl/DNSClient.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/orlandos-nl/BSON.git
[1/1797] Fetching swift-atomics
[541/2941] Fetching swift-atomics, dnsclient
[618/7915] Fetching swift-atomics, dnsclient, swift-distributed-tracing
[1681/13919] Fetching swift-atomics, dnsclient, swift-distributed-tracing, bson
[13920/28768] Fetching swift-atomics, dnsclient, swift-distributed-tracing, bson, swift-nio-ssl
[15405/105011] Fetching swift-atomics, dnsclient, swift-distributed-tracing, bson, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (0.54s)
[14816/103214] Fetching dnsclient, swift-distributed-tracing, bson, swift-nio-ssl, swift-nio
Fetching https://github.com/apple/swift-metrics.git
[25708/105420] Fetching dnsclient, swift-distributed-tracing, bson, swift-nio-ssl, swift-nio, swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.43s)
[43885/103214] Fetching dnsclient, swift-distributed-tracing, bson, swift-nio-ssl, swift-nio
Fetching https://github.com/apple/swift-log.git
[75768/107050] Fetching dnsclient, swift-distributed-tracing, bson, swift-nio-ssl, swift-nio, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.91s)
[78054/103214] Fetching dnsclient, swift-distributed-tracing, bson, swift-nio-ssl, swift-nio
Fetched https://github.com/orlandos-nl/DNSClient.git from cache (2.10s)
Fetched https://github.com/orlandos-nl/BSON.git from cache (2.10s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (2.11s)
[69744/91092] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.13s)
[55658/76243] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.14s)
Computing version for https://github.com/orlandos-nl/DNSClient.git
Computed https://github.com/orlandos-nl/DNSClient.git at 2.4.4 (8.69s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.37s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (1.21s)
Fetching https://github.com/apple/swift-service-context.git
[1/1081] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.26s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (0.80s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.55s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.80s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.37s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4428] Fetching swift-system
[2304/21028] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.40s)
Fetched https://github.com/apple/swift-collections.git from cache (1.43s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.95s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.97s)
Computing version for https://github.com/orlandos-nl/BSON.git
Computed https://github.com/orlandos-nl/BSON.git at 8.2.0 (1.44s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.54s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.56s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.67s)
Creating working copy for https://github.com/orlandos-nl/DNSClient.git
Working copy of https://github.com/orlandos-nl/DNSClient.git resolved at 2.4.4
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
Creating working copy for https://github.com/orlandos-nl/BSON.git
Working copy of https://github.com/orlandos-nl/BSON.git resolved at 8.2.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/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-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
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
Building for debugging...
[0/438] Write sources
[21/438] Compiling _AtomicsShims.c
[22/438] Write sources
[27/438] Compiling armv8-mont-win.S
[28/438] Compiling bn-586-apple.S
[29/438] Compiling bn-armv8-apple.S
[30/438] Compiling CNIOWindows shim.c
[31/438] Compiling bn-586-linux.S
[32/438] Compiling armv8-mont-linux.S
[32/438] Compiling CNIOWindows WSAStartup.c
[34/438] Compiling CNIOWASI CNIOWASI.c
[35/438] Compiling CNIOLinux liburing_shims.c
[36/438] Compiling CNIODarwin shim.c
[37/438] Compiling fiat_p256_adx_sqr.S
[38/438] Compiling fiat_curve25519_adx_square.S
[39/438] Compiling fiat_p256_adx_mul.S
[40/438] Compiling fiat_curve25519_adx_mul.S
[41/438] Compiling CNIOLinux shim.c
[42/438] Compiling bn-armv8-linux.S
[43/438] Write swift-version-24593BA9C3E375BF.txt
[44/438] Compiling CNIOBoringSSLShims shims.c
[45/442] Compiling tls13_server.cc
[46/442] Compiling tls_method.cc
[47/442] Compiling tls_record.cc
[48/442] Compiling tls13_enc.cc
[48/442] Compiling t1_enc.cc
[50/442] Compiling tls13_client.cc
[51/442] Compiling tls13_both.cc
[53/477] Emitting module _NIOBase64
[54/477] Emitting module _NIODataStructures
[55/477] Emitting module CoreMetrics
[55/477] Compiling ssl_x509.cc
[57/477] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[58/477] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[59/478] Compiling CoreMetrics Metrics.swift
[60/478] Emitting module ServiceContextModule
[61/478] Compiling ServiceContextModule ServiceContext.swift
[62/478] Compiling ServiceContextModule ServiceContextKey.swift
[63/479] Compiling _NIODataStructures PriorityQueue.swift
[64/479] Compiling _NIODataStructures _TinyArray.swift
[65/479] Emitting module InternalCollectionsUtilities
[66/479] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[67/479] Compiling InternalCollectionsUtilities Integer rank.swift
[68/479] Compiling _NIOBase64 Base64.swift
[69/479] Compiling _NIODataStructures Heap.swift
[70/481] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[71/481] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[72/481] Compiling InternalCollectionsUtilities Debugging.swift
[73/481] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[74/481] Compiling InternalCollectionsUtilities _SortedCollection.swift
[75/481] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[76/481] Compiling InternalCollectionsUtilities UInt+reversed.swift
[77/481] Compiling InternalCollectionsUtilities Descriptions.swift
[78/481] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[79/481] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[84/503] Compiling Instrumentation Instrument.swift
[85/503] Compiling Instrumentation NoOpInstrument.swift
[86/503] Emitting module Instrumentation
[87/503] Compiling Instrumentation MultiplexInstrument.swift
[88/503] Compiling DequeModule Deque+CustomReflectable.swift
[89/503] Compiling DequeModule Deque+Descriptions.swift
[90/503] Compiling DequeModule Deque+Equatable.swift
[91/503] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[92/505] Compiling DequeModule _DequeBuffer.swift
[93/505] Compiling DequeModule _DequeBufferHeader.swift
[94/505] Compiling DequeModule Deque+Extras.swift
[95/505] Compiling DequeModule Deque+Hashable.swift
[96/505] Emitting module _MongoKittenCrypto
[97/505] Compiling _MongoKittenCrypto HMAC.swift
[98/505] Compiling DequeModule Deque._UnsafeHandle.swift
[99/505] Compiling DequeModule Deque.swift
[100/505] Compiling DequeModule Deque+Testing.swift
[101/505] Compiling DequeModule Deque._Storage.swift
[102/505] Compiling DequeModule _DequeSlot.swift
[103/505] Compiling DequeModule _UnsafeWrappedBuffer.swift
[104/505] Compiling DequeModule Deque+Codable.swift
[105/505] Compiling DequeModule Deque+Collection.swift
[106/505] Compiling _MongoKittenCrypto SHA256.swift
[106/505] Compiling ssl_versions.cc
[108/505] Emitting module DequeModule
[109/506] Compiling _MongoKittenCrypto SHA1.swift
[109/506] Compiling ssl_stat.cc
[111/506] Compiling ssl_transcript.cc
[113/506] Compiling CoreMetrics Locks.swift
[114/506] Compiling Instrumentation InstrumentationSystem.swift
[115/506] Compiling Instrumentation Locks.swift
[116/508] Compiling Logging MetadataProvider.swift
[117/508] Compiling Logging LogHandler.swift
[118/508] Compiling Logging Locks.swift
[119/508] Emitting module Logging
[120/508] Compiling Logging Logging.swift
[123/511] Compiling ssl_privkey.cc
[124/511] Compiling ssl_key_share.cc
[125/511] Compiling ssl_session.cc
[127/511] Compiling _MongoKittenCrypto MD5.swift
[128/511] Compiling _MongoKittenCrypto PBKDF2.swift
[129/511] Compiling _MongoKittenCrypto Hash.swift
[130/511] Compiling _MongoKittenCrypto Hex.swift
[132/520] Compiling Tracing TracingTime.swift
[132/520] Compiling ssl_file.cc
[134/520] Compiling Tracing TracerProtocol.swift
[135/520] Compiling Tracing Tracer.swift
[136/520] Compiling Tracing TracerProtocol+Legacy.swift
[136/520] Compiling ssl_lib.cc
[138/520] Compiling Tracing NoOpTracer.swift
[139/520] Compiling Tracing InstrumentationSystem+Tracing.swift
[140/520] Compiling Tracing SpanProtocol.swift
[141/520] Emitting module Tracing
[142/521] Compiling ssl_credential.cc
[143/521] Compiling ssl_buffer.cc
[145/521] Compiling Metrics Metrics.swift
[146/521] Emitting module Metrics
[146/522] Compiling ssl_cipher.cc
[147/522] Compiling ssl_cert.cc
[149/522] Compiling ssl_aead_ctx.cc
[150/522] Compiling ssl_asn1.cc
[151/522] Compiling s3_lib.cc
[152/522] Compiling s3_pkt.cc
[153/522] Compiling s3_both.cc
[154/522] Compiling handshake_client.cc
[155/522] Compiling handshake_server.cc
[156/522] Compiling handshake.cc
[157/522] Compiling handoff.cc
[158/522] Compiling dtls_record.cc
[159/522] Compiling encrypted_client_hello.cc
[160/522] Compiling md5-x86_64-linux.S
[161/522] Compiling md5-x86_64-apple.S
[162/522] Compiling md5-586-linux.S
[163/522] Compiling extensions.cc
[164/522] Compiling md5-586-apple.S
[165/522] Compiling d1_pkt.cc
[166/522] Compiling chacha20_poly1305_x86_64-apple.S
[167/522] Compiling chacha20_poly1305_x86_64-linux.S
[168/522] Compiling chacha20_poly1305_armv8-win.S
[169/522] Compiling chacha20_poly1305_armv8-apple.S
[170/522] Compiling chacha20_poly1305_armv8-linux.S
[171/522] Compiling chacha-x86_64-linux.S
[172/522] Compiling chacha-x86_64-apple.S
[173/522] Compiling chacha-x86-linux.S
[174/522] Compiling d1_srtp.cc
[175/522] Compiling chacha-x86-apple.S
[176/522] Compiling chacha-armv8-win.S
[177/522] Compiling dtls_method.cc
[178/522] Compiling chacha-armv8-apple.S
[179/522] Compiling chacha-armv8-linux.S
[180/522] Compiling chacha-armv4-linux.S
[181/522] Compiling aes128gcmsiv-x86_64-linux.S
[182/522] Compiling aes128gcmsiv-x86_64-apple.S
[182/522] Compiling x86_64-mont5-linux.S
[184/522] Compiling x86_64-mont5-apple.S
[185/522] Compiling x86_64-mont-linux.S
[186/522] Compiling x86_64-mont-apple.S
[187/522] Compiling x86-mont-linux.S
[188/522] Compiling x86-mont-apple.S
[189/522] Compiling vpaes-x86_64-linux.S
[190/522] Compiling vpaes-x86_64-apple.S
[191/522] Compiling vpaes-x86-linux.S
[192/522] Compiling vpaes-armv8-win.S
[193/522] Compiling d1_lib.cc
[194/522] Compiling vpaes-x86-apple.S
[195/522] Compiling vpaes-armv8-linux.S
[196/522] Compiling err_data.cc
[197/522] Compiling vpaes-armv8-apple.S
[198/522] Compiling sha512-x86_64-linux.S
[199/522] Compiling sha512-x86_64-apple.S
[200/522] Compiling vpaes-armv7-linux.S
[201/522] Compiling sha512-armv8-win.S
[202/522] Compiling sha512-armv8-apple.S
[203/522] Compiling sha512-armv4-linux.S
[204/522] Compiling sha512-586-linux.S
[205/522] Compiling sha512-armv8-linux.S
[206/522] Compiling sha512-586-apple.S
[207/522] Compiling sha256-x86_64-linux.S
[208/522] Compiling sha256-x86_64-apple.S
[209/522] Compiling sha256-armv8-win.S
[210/522] Compiling sha256-586-linux.S
[211/522] Compiling sha256-armv8-apple.S
[212/522] Compiling sha256-586-apple.S
[213/522] Compiling sha256-armv4-linux.S
[214/522] Compiling sha256-armv8-linux.S
[215/522] Compiling sha1-x86_64-apple.S
[216/522] Compiling sha1-x86_64-linux.S
[217/522] Compiling sha1-armv8-win.S
[218/522] Compiling bio_ssl.cc
[219/522] Compiling sha1-armv4-large-linux.S
[220/522] Compiling sha1-armv8-apple.S
[221/522] Compiling sha1-586-linux.S
[222/522] Compiling sha1-586-apple.S
[223/522] Compiling sha1-armv8-linux.S
[224/522] Compiling rsaz-avx2-apple.S
[225/522] Compiling rdrand-x86_64-apple.S
[226/522] Compiling rsaz-avx2-linux.S
[227/522] Compiling rdrand-x86_64-linux.S
[228/522] Compiling p256_beeu-x86_64-asm-apple.S
[229/522] Compiling p256_beeu-x86_64-asm-linux.S
[230/522] Compiling p256_beeu-armv8-asm-win.S
[231/522] Compiling p256_beeu-armv8-asm-linux.S
[232/522] Compiling p256-x86_64-asm-apple.S
[233/522] Compiling p256-x86_64-asm-linux.S
[234/522] Compiling p256_beeu-armv8-asm-apple.S
[235/522] Compiling ghashv8-armv8-apple.S
[236/522] Compiling p256-armv8-asm-win.S
[237/522] Compiling p256-armv8-asm-apple.S
[238/522] Compiling ghashv8-armv8-win.S
[239/522] Compiling p256-armv8-asm-linux.S
[240/522] Compiling ghashv8-armv7-linux.S
[241/522] Compiling ghashv8-armv8-linux.S
[242/522] Compiling ghash-x86_64-apple.S
[243/522] Compiling ghash-x86_64-linux.S
[244/522] Compiling ghash-x86-linux.S
[245/522] Compiling ghash-ssse3-x86_64-linux.S
[246/522] Compiling ghash-x86-apple.S
[247/522] Compiling ghash-ssse3-x86_64-apple.S
[248/522] Compiling ghash-neon-armv8-win.S
[249/522] Compiling ghash-ssse3-x86-linux.S
[250/522] Compiling ghash-neon-armv8-apple.S
[250/522] Compiling ghash-neon-armv8-linux.S
[252/522] Compiling ghash-ssse3-x86-apple.S
[253/522] Compiling ghash-armv4-linux.S
[254/522] Compiling co-586-linux.S
[255/522] Compiling co-586-apple.S
[256/522] Compiling armv8-mont-apple.S
[257/522] Compiling bsaes-armv7-linux.S
[258/522] Compiling armv4-mont-linux.S
[259/522] Compiling bn-armv8-win.S
[260/522] Compiling aesv8-gcm-armv8-win.S
[261/522] Compiling aesv8-gcm-armv8-apple.S
[262/522] Compiling aesv8-armv8-win.S
[263/522] Compiling aesv8-gcm-armv8-linux.S
[264/522] Compiling aesv8-armv8-apple.S
[265/522] Compiling aesv8-armv7-linux.S
[266/522] Compiling aesni-x86_64-linux.S
[267/522] Compiling aesv8-armv8-linux.S
[268/522] Compiling aesni-x86_64-apple.S
[269/522] Compiling aesni-gcm-x86_64-linux.S
[270/522] Compiling aesni-x86-apple.S
[271/522] Compiling aesni-x86-linux.S
[272/522] Compiling aesni-gcm-x86_64-apple.S
[273/522] Compiling aes-gcm-avx2-x86_64-linux.S
[274/522] Compiling aes-gcm-avx2-x86_64-apple.S
[275/522] Compiling aes-gcm-avx10-x86_64-linux.S
[276/522] Compiling aes-gcm-avx10-x86_64-apple.S
[277/522] Compiling d1_both.cc
[278/522] Compiling x_x509a.cc
[279/522] Compiling x_sig.cc
[280/522] Compiling x_x509.cc
[281/522] Compiling x_val.cc
[282/522] Compiling x_spki.cc
[283/522] Compiling x_req.cc
[284/522] Compiling x_pubkey.cc
[285/522] Compiling x_exten.cc
[286/522] Compiling x_name.cc
[287/522] Compiling x_crl.cc
[288/522] Compiling x_algor.cc
[289/522] Compiling x509spki.cc
[290/522] Compiling x_all.cc
[291/522] Compiling x_attrib.cc
[292/522] Compiling x509rset.cc
[293/522] Compiling x509name.cc
[294/522] Compiling x509cset.cc
[295/522] Compiling x509_vfy.cc
[296/522] Compiling x509_txt.cc
[297/522] Compiling x509_vpm.cc
[298/522] Compiling x509_v3.cc
[299/522] Compiling x509_trs.cc
[300/522] Compiling x509_set.cc
[301/522] Compiling x509_req.cc
[302/522] Compiling x509_obj.cc
[303/522] Compiling x509_lu.cc
[304/522] Compiling x509_def.cc
[305/522] Compiling x509_ext.cc
[306/522] Compiling x509_d2.cc
[307/522] Compiling x509_cmp.cc
[308/522] Compiling x509_att.cc
[309/522] Compiling x509.cc
[310/522] Compiling v3_utl.cc
[311/522] Compiling v3_skey.cc
[312/522] Compiling v3_purp.cc
[313/522] Compiling v3_prn.cc
[314/522] Compiling v3_ocsp.cc
[315/522] Compiling v3_pmaps.cc
[316/522] Compiling v3_pcons.cc
[317/522] Compiling v3_ncons.cc
[318/522] Compiling v3_lib.cc
[319/522] Compiling v3_int.cc
[320/522] Compiling v3_ia5.cc
[321/522] Compiling v3_info.cc
[322/522] Compiling v3_genn.cc
[323/522] Compiling v3_extku.cc
[324/522] Compiling v3_enum.cc
[325/522] Compiling v3_crld.cc
[326/522] Compiling v3_cpols.cc
[327/522] Compiling v3_bcons.cc
[328/522] Compiling v3_conf.cc
[329/522] Compiling v3_bitst.cc
[330/522] Compiling v3_akeya.cc
[331/522] Compiling v3_alt.cc
[332/522] Compiling v3_akey.cc
[333/522] Compiling t_x509a.cc
[334/522] Compiling t_x509.cc
[335/522] Compiling i2d_pr.cc
[336/522] Compiling t_crl.cc
[337/522] Compiling rsa_pss.cc
[338/522] Compiling t_req.cc
[339/522] Compiling name_print.cc
[340/522] Compiling policy.cc
[341/522] Compiling by_file.cc
[342/522] Compiling by_dir.cc
[343/522] Compiling asn1_gen.cc
[344/522] Compiling a_sign.cc
[345/522] Compiling algorithm.cc
[346/522] Compiling a_verify.cc
[347/522] Compiling voprf.cc
[348/522] Compiling a_digest.cc
[349/522] Compiling trust_token.cc
[350/522] Compiling thread_win.cc
[351/522] Compiling thread_pthread.cc
[352/522] Compiling thread_none.cc
[353/522] Compiling thread.cc
[354/522] Compiling pmbtoken.cc
[355/522] Compiling stack.cc
[356/522] Compiling siphash.cc
[357/522] Compiling sha512.cc
[358/522] Compiling sha1.cc
[359/522] Compiling sha256.cc
[360/522] Compiling rsa_print.cc
[361/522] Compiling slhdsa.cc
[362/522] Compiling spake2plus.cc
[363/522] Compiling rsa_extra.cc
[364/522] Compiling rc4.cc
[365/522] Compiling rsa_crypt.cc
[366/522] Compiling windows.cc
[367/522] Compiling refcount.cc
[368/522] Compiling urandom.cc
[369/522] Compiling rand.cc
[370/522] Compiling trusty.cc
[371/522] Compiling rsa_asn1.cc
[372/522] Compiling ios.cc
[373/522] Compiling poly1305_arm_asm.S
[374/522] Compiling getentropy.cc
[375/522] Compiling passive.cc
[376/522] Compiling deterministic.cc
[377/522] Compiling forkunsafe.cc
[378/522] Compiling fork_detect.cc
[379/522] Compiling poly1305_vec.cc
[380/522] Compiling poly1305_arm.cc
[381/522] Compiling pool.cc
[382/522] Compiling poly1305.cc
[383/522] Compiling pkcs7.cc
[384/522] Compiling p5_pbev2.cc
[385/522] Compiling pkcs8_x509.cc
[386/522] Compiling pkcs8.cc
[387/522] Compiling pkcs7_x509.cc
[388/522] Compiling pem_xaux.cc
[389/522] Compiling pem_x509.cc
[390/522] Compiling pem_pkey.cc
[391/522] Compiling mlkem.cc
[392/522] Compiling pem_oth.cc
[393/522] Compiling pem_pk8.cc
[394/522] Compiling pem_lib.cc
[395/522] Compiling pem_info.cc
[396/522] Compiling obj_xref.cc
[397/522] Compiling pem_all.cc
[398/522] Compiling obj.cc
[399/522] Compiling poly_rq_mul.S
[400/522] Compiling mldsa.cc
[401/522] Compiling fips_shared_support.cc
[402/522] Compiling mem.cc
[403/522] Compiling md5.cc
[404/522] Compiling md4.cc
[405/522] Compiling lhash.cc
[406/522] Compiling kyber.cc
[407/522] Compiling ex_data.cc
[408/522] Compiling sign.cc
[409/522] Compiling scrypt.cc
[410/522] Compiling hrss.cc
[411/522] Compiling print.cc
[412/522] Compiling hpke.cc
[413/522] Compiling pbkdf.cc
[414/522] Compiling p_x25519.cc
[415/522] Compiling p_x25519_asn1.cc
[416/522] Compiling p_hkdf.cc
[417/522] Compiling p_rsa_asn1.cc
[418/522] Compiling p_rsa.cc
[419/522] Compiling p_ed25519_asn1.cc
[420/522] Compiling p_ed25519.cc
[421/522] Compiling p_ec.cc
[422/522] Compiling p_ec_asn1.cc
[423/522] Compiling p_dh_asn1.cc
[424/522] Compiling p_dh.cc
[425/522] Compiling evp_ctx.cc
[426/522] Compiling p_dsa_asn1.cc
[427/522] Compiling evp_asn1.cc
[428/522] Compiling evp.cc
[429/522] Compiling err.cc
[430/522] Compiling engine.cc
[431/522] Compiling ecdh.cc
[432/522] Compiling hash_to_curve.cc
[433/522] Compiling ecdsa_asn1.cc
[434/522] Compiling ec_derive.cc
[435/522] Compiling dsa.cc
[436/522] Compiling bcm.cc
[437/522] Compiling ec_asn1.cc
[438/522] Compiling dsa_asn1.cc
[439/522] Compiling params.cc
[440/522] Compiling x25519-asm-arm.S
[441/522] Compiling digest_extra.cc
[442/522] Compiling des.cc
[443/522] Compiling dh_asn1.cc
[444/522] Compiling curve25519_64_adx.cc
[445/522] Compiling cpu_intel.cc
[446/522] Compiling crypto.cc
[447/522] Compiling cpu_arm_linux.cc
[448/522] Compiling spake25519.cc
[449/522] Compiling curve25519.cc
[450/522] Compiling cpu_arm_freebsd.cc
[451/522] Compiling cpu_aarch64_win.cc
[452/522] Compiling cpu_aarch64_sysreg.cc
[453/522] Compiling cpu_aarch64_openbsd.cc
[454/522] Compiling cpu_aarch64_linux.cc
[455/522] Compiling cpu_aarch64_apple.cc
[456/522] Compiling cpu_aarch64_fuchsia.cc
[457/522] Compiling conf.cc
[458/522] Compiling tls_cbc.cc
[459/522] Compiling get_cipher.cc
[460/522] Compiling e_tls.cc
[461/522] Compiling e_rc4.cc
[462/522] Compiling e_null.cc
[463/522] Compiling e_rc2.cc
[464/522] Compiling e_des.cc
[465/522] Compiling e_aesctrhmac.cc
[466/522] Compiling e_chacha20poly1305.cc
[467/522] Compiling e_aesgcmsiv.cc
[468/522] Compiling derive_key.cc
[469/522] Compiling chacha.cc
[470/522] Compiling unicode.cc
[471/522] Compiling buf.cc
[472/522] Compiling cbb.cc
[472/522] Compiling cbs.cc
[474/522] Compiling ber.cc
[475/522] Compiling asn1_compat.cc
[476/522] Compiling bn_asn1.cc
[477/522] Compiling convert.cc
[478/522] Compiling socket_helper.cc
[479/522] Compiling blake2.cc
[480/522] Compiling printf.cc
[481/522] Compiling socket.cc
[482/522] Compiling hexdump.cc
[483/522] Compiling pair.cc
[484/522] Compiling file.cc
[485/522] Compiling fd.cc
[486/522] Compiling errno.cc
[487/522] Compiling connect.cc
[488/522] Compiling bio_mem.cc
[489/522] Compiling bio.cc
[490/522] Compiling tasn_utl.cc
[491/522] Compiling base64.cc
[492/522] Compiling tasn_typ.cc
[493/522] Compiling tasn_fre.cc
[494/522] Compiling tasn_enc.cc
[495/522] Compiling tasn_new.cc
[496/522] Compiling posix_time.cc
[497/522] Compiling f_string.cc
[498/522] Compiling f_int.cc
[499/522] Compiling asn_pack.cc
[500/522] Compiling tasn_dec.cc
[501/522] Compiling asn1_par.cc
[502/522] Compiling a_octet.cc
[503/522] Compiling asn1_lib.cc
[504/522] Compiling a_utctm.cc
[505/522] Compiling a_type.cc
[506/522] Compiling a_time.cc
[507/522] Compiling a_strnid.cc
[508/522] Compiling a_strex.cc
[509/522] Compiling a_object.cc
[510/522] Compiling a_i2d_fp.cc
[511/522] Compiling a_mbstr.cc
[512/522] Compiling a_dup.cc
[513/522] Write sources
[515/522] Compiling a_d2i_fp.cc
[516/522] Compiling a_int.cc
[517/522] Compiling a_gentm.cc
[518/540] Compiling a_bitstr.cc
[520/540] Compiling Atomics AtomicStorage.swift
[521/540] Compiling Atomics AtomicValue.swift
[521/542] Compiling a_bool.cc
[523/542] Compiling Atomics ManagedAtomic.swift
[524/542] Compiling Atomics ManagedAtomicLazyReference.swift
[525/542] Compiling Atomics UnsafeAtomic.swift
[526/542] Compiling Atomics UnsafeAtomicLazyReference.swift
[527/542] Compiling Atomics AtomicMemoryOrderings.swift
[528/542] Compiling Atomics DoubleWord.swift
[529/542] Compiling Atomics IntegerOperations.swift
[530/542] Compiling Atomics Unmanaged extensions.swift
[531/542] Compiling Atomics AtomicInteger.swift
[532/542] Compiling Atomics AtomicOptionalWrappable.swift
[533/542] Compiling Atomics AtomicReference.swift
[534/542] Compiling Atomics OptionalRawRepresentable.swift
[535/542] Compiling Atomics RawRepresentable.swift
[536/542] Compiling Atomics AtomicBool.swift
[537/542] Emitting module Atomics
[538/542] Compiling Atomics IntegerConformances.swift
[539/542] Compiling Atomics PointerConformances.swift
[540/542] Compiling Atomics Primitives.native.swift
[541/543] Compiling c-nioatomics.c
[542/543] Compiling c-atomics.c
[544/549] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[545/549] Compiling NIOConcurrencyHelpers NIOLock.swift
[546/549] Compiling NIOConcurrencyHelpers lock.swift
[547/549] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[548/549] Emitting module NIOConcurrencyHelpers
[549/549] Compiling NIOConcurrencyHelpers atomics.swift
[551/610] Compiling NIOCore MulticastChannel.swift
[552/610] Compiling NIOCore NIOAny.swift
[553/610] Compiling NIOCore NIOCloseOnErrorHandler.swift
[554/610] Compiling NIOCore NIOLoopBound.swift
[555/610] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[556/610] Compiling NIOCore NIOScheduledCallback.swift
[557/610] Compiling NIOCore NIOSendable.swift
[558/610] Compiling NIOCore RecvByteBufferAllocator.swift
[559/618] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[560/618] Compiling NIOCore BSDSocketAPI.swift
[561/618] Compiling NIOCore ByteBuffer-aux.swift
[562/618] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[563/618] Compiling NIOCore ByteBuffer-conversions.swift
[564/618] Compiling NIOCore ByteBuffer-core.swift
[565/618] Compiling NIOCore ByteBuffer-hex.swift
[566/618] Compiling NIOCore ByteBuffer-int.swift
[567/618] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[568/618] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[569/618] Compiling NIOCore SocketAddresses.swift
[570/618] Compiling NIOCore SocketOptionProvider.swift
[571/618] Compiling NIOCore SystemCallHelpers.swift
[572/618] Compiling NIOCore TimeAmount+Duration.swift
[573/618] Compiling NIOCore TypeAssistedChannelHandler.swift
[574/618] Compiling NIOCore UniversalBootstrapSupport.swift
[575/618] Compiling NIOCore Utilities.swift
[576/618] Emitting module NIOCore
[577/618] Compiling NIOCore AddressedEnvelope.swift
[578/618] Compiling NIOCore AsyncAwaitSupport.swift
[579/618] Compiling NIOCore AsyncChannel.swift
[580/618] Compiling NIOCore AsyncChannelHandler.swift
[581/618] Compiling NIOCore AsyncChannelInboundStream.swift
[582/618] Compiling NIOCore AsyncChannelOutboundWriter.swift
[583/618] Compiling NIOCore NIOAsyncSequenceProducer.swift
[584/618] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[585/618] Compiling NIOCore NIOAsyncWriter.swift
[586/618] Compiling NIOCore IO.swift
[587/618] Compiling NIOCore IOData.swift
[588/618] Compiling NIOCore IPProtocol.swift
[589/618] Compiling NIOCore IntegerBitPacking.swift
[590/618] Compiling NIOCore IntegerTypes.swift
[591/618] Compiling NIOCore Interfaces.swift
[592/618] Compiling NIOCore Linux.swift
[593/618] Compiling NIOCore MarkedCircularBuffer.swift
[594/618] Compiling NIOCore CircularBuffer.swift
[595/618] Compiling NIOCore Codec.swift
[596/618] Compiling NIOCore ConvenienceOptionSupport.swift
[597/618] Compiling NIOCore DeadChannel.swift
[598/618] Compiling NIOCore DispatchQueue+WithFuture.swift
[599/618] Compiling NIOCore EventLoop+Deprecated.swift
[600/618] Compiling NIOCore EventLoop+SerialExecutor.swift
[601/618] Compiling NIOCore EventLoop.swift
[602/618] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[603/618] Compiling NIOCore EventLoopFuture+Deprecated.swift
[604/618] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[605/618] Compiling NIOCore EventLoopFuture.swift
[606/618] Compiling NIOCore FileDescriptor.swift
[607/618] Compiling NIOCore FileHandle.swift
[608/618] Compiling NIOCore FileRegion.swift
[609/618] Compiling NIOCore GlobalSingletons.swift
[610/618] Compiling NIOCore ByteBuffer-multi-int.swift
[611/618] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[612/618] Compiling NIOCore ByteBuffer-views.swift
[613/618] Compiling NIOCore Channel.swift
[614/618] Compiling NIOCore ChannelHandler.swift
[615/618] Compiling NIOCore ChannelHandlers.swift
[616/618] Compiling NIOCore ChannelInvoker.swift
[617/618] Compiling NIOCore ChannelOption.swift
[618/618] Compiling NIOCore ChannelPipeline.swift
[620/703] Compiling NIOPosix SelectorEpoll.swift
[621/703] Compiling NIOPosix SelectorGeneric.swift
[622/703] Compiling NIOPosix SelectorKqueue.swift
[623/703] Compiling NIOPosix SelectorUring.swift
[624/707] Compiling NIOPosix HappyEyeballs.swift
[625/707] Compiling NIOPosix NIOThreadPool.swift
[626/707] Compiling NIOPosix NonBlockingFileIO.swift
[627/707] Compiling NIOPosix PendingDatagramWritesManager.swift
[628/707] Compiling NIOPosix IO.swift
[629/707] Compiling NIOPosix IntegerBitPacking.swift
[630/707] Compiling NIOPosix IntegerTypes.swift
[631/707] Compiling NIOPosix Linux.swift
[632/707] Compiling NIOPosix LinuxCPUSet.swift
[633/707] Compiling NIOPosix LinuxUring.swift
[634/707] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[635/713] Emitting module NIOEmbedded
[636/713] Compiling NIOEmbedded Embedded.swift
[637/713] Compiling NIOEmbedded AsyncTestingChannel.swift
[638/713] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[643/714] Compiling NIOPosix Bootstrap.swift
[645/714] Compiling NIOPosix ControlMessage.swift
[646/714] Compiling NIOPosix DatagramVectorReadManager.swift
[647/714] Compiling NIOPosix Errors+Any.swift
[648/714] Compiling NIOPosix FileDescriptor.swift
[649/714] Compiling NIOPosix GetaddrinfoResolver.swift
[650/714] Compiling NIOPosix PendingWritesManager.swift
[651/714] Compiling NIOPosix PipeChannel.swift
[652/714] Compiling NIOPosix PipePair.swift
[653/714] Compiling NIOPosix SelectableChannel.swift
[654/714] Compiling NIOPosix SelectableEventLoop.swift
[655/714] Compiling BSON Primitives.swift
[656/714] Compiling BSON RegularExpression.swift
[657/714] Compiling BSON Timestamp.swift
[658/714] Compiling BSON TypeIdentifier.swift
[659/714] Compiling NIOPosix BSDSocketAPICommon.swift
[660/714] Compiling NIOPosix BSDSocketAPIPosix.swift
[661/714] Compiling NIOPosix BSDSocketAPIWindows.swift
[662/714] Compiling NIOPosix BaseSocket.swift
[663/714] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[664/714] Compiling NIOPosix ThreadPosix.swift
[665/714] Compiling NIOPosix ThreadWindows.swift
[666/714] Compiling NIOPosix UnsafeTransfer.swift
[667/714] Compiling NIOPosix Utilities.swift
[668/714] Compiling NIOPosix VsockAddress.swift
[669/714] Compiling NIOPosix VsockChannelEvents.swift
[670/714] Emitting module NIOPosix
[676/714] Compiling NIOPosix BaseSocketChannel.swift
[677/714] Compiling NIOPosix BaseStreamSocketChannel.swift
[688/714] Compiling NIOPosix System.swift
[689/714] Compiling NIOPosix Thread.swift
[690/714] Compiling NIOPosix Pool.swift
[691/714] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[692/714] Compiling NIOPosix PosixSingletons.swift
[693/714] Compiling NIOPosix RawSocketBootstrap.swift
[694/714] Compiling NIOPosix Resolver.swift
[695/714] Compiling NIOPosix Selectable.swift
[696/714] Emitting module BSON
[717/718] Emitting module NIO
[718/718] Compiling NIO Exports.swift
[720/730] Compiling NIOTLS TLSEvents.swift
[721/730] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[722/730] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[723/730] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[724/730] Emitting module NIOTLS
[725/730] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[726/730] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[727/730] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[728/730] Compiling NIOTLS SNIHandler.swift
[730/731] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[731/731] Emitting module NIOFoundationCompat
[733/783] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[734/783] Compiling NIOTransportServices NIOTSSingletons.swift
[735/783] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[736/783] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[737/783] Compiling NIOTransportServices NIOTSErrors.swift
[738/783] Compiling NIOTransportServices NIOTSEventLoop.swift
[739/785] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[740/785] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[741/785] Compiling NIOTransportServices NIOTSListenerChannel.swift
[742/785] Compiling NIOTransportServices NIOTSBootstraps.swift
[743/785] Compiling NIOTransportServices NIOTSChannelOptions.swift
[744/785] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[745/785] Emitting module NIOTransportServices
[746/785] Compiling NIOTransportServices StateManagedChannel.swift
[747/785] Compiling NIOTransportServices StateManagedListenerChannel.swift
[748/785] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[749/785] Compiling NIOTransportServices NIOTSDatagramListener.swift
[750/785] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[751/785] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[752/785] Compiling NIOTransportServices AcceptHandler.swift
[753/785] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[754/785] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[755/785] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[756/785] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[758/798] Compiling DNSClient DNSClient+Query.swift
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/DNSClient+Query.swift:60:59: error: type 'in6_addr' has no member '__Unnamed_union___u6_addr'
 58 |                 #else
 59 |                 let ipAddress = address.withUnsafeBytes { buffer in
 60 |                     return buffer.bindMemory(to: in6_addr.__Unnamed_union___u6_addr.self).baseAddress!.pointee
    |                                                           `- error: type 'in6_addr' has no member '__Unnamed_union___u6_addr'
 61 |                 }
 62 |                 let size = MemoryLayout<sockaddr_in6>.size
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/DNSClient+Query.swift:59:41: error: generic parameter 'R' could not be inferred
 57 |                 let sockaddr = sockaddr_in6(sin6_family: sa_family_t(AF_INET6), sin6_port: in_port_t(port), sin6_flowinfo: flowinfo, sin6_addr: in6_addr(__in6_union: ipAddress), sin6_scope_id: scopeID)
 58 |                 #else
 59 |                 let ipAddress = address.withUnsafeBytes { buffer in
    |                                         `- error: generic parameter 'R' could not be inferred
 60 |                     return buffer.bindMemory(to: in6_addr.__Unnamed_union___u6_addr.self).baseAddress!.pointee
 61 |                 }
Swift.Array.withUnsafeBytes:2:24: note: in call to function 'withUnsafeBytes'
1 | generic struct Array {
2 | @inlinable public func withUnsafeBytes<R>(_ body: (UnsafeRawBufferPointer) throws -> R) rethrows -> R}
  |                        `- note: in call to function 'withUnsafeBytes'
3 |
[759/798] Compiling DNSClient DNSDecoder.swift
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/DNSClient+Query.swift:60:59: error: type 'in6_addr' has no member '__Unnamed_union___u6_addr'
 58 |                 #else
 59 |                 let ipAddress = address.withUnsafeBytes { buffer in
 60 |                     return buffer.bindMemory(to: in6_addr.__Unnamed_union___u6_addr.self).baseAddress!.pointee
    |                                                           `- error: type 'in6_addr' has no member '__Unnamed_union___u6_addr'
 61 |                 }
 62 |                 let size = MemoryLayout<sockaddr_in6>.size
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/DNSClient+Query.swift:59:41: error: generic parameter 'R' could not be inferred
 57 |                 let sockaddr = sockaddr_in6(sin6_family: sa_family_t(AF_INET6), sin6_port: in_port_t(port), sin6_flowinfo: flowinfo, sin6_addr: in6_addr(__in6_union: ipAddress), sin6_scope_id: scopeID)
 58 |                 #else
 59 |                 let ipAddress = address.withUnsafeBytes { buffer in
    |                                         `- error: generic parameter 'R' could not be inferred
 60 |                     return buffer.bindMemory(to: in6_addr.__Unnamed_union___u6_addr.self).baseAddress!.pointee
 61 |                 }
Swift.Array.withUnsafeBytes:2:24: note: in call to function 'withUnsafeBytes'
1 | generic struct Array {
2 | @inlinable public func withUnsafeBytes<R>(_ body: (UnsafeRawBufferPointer) throws -> R) rethrows -> R}
  |                        `- note: in call to function 'withUnsafeBytes'
3 |
[760/799] Compiling DNSClient PTR.swift
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:127:32: error: value of type 'in6_addr' has no member '__u6_addr'
125 |         #else
126 |         let inAddrArpaDomain = String(format: "%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x",
127 |                       ipv6Addr.__u6_addr.__u6_addr8.0,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
128 |                       ipv6Addr.__u6_addr.__u6_addr8.1,
129 |                       ipv6Addr.__u6_addr.__u6_addr8.2,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:128:32: error: value of type 'in6_addr' has no member '__u6_addr'
126 |         let inAddrArpaDomain = String(format: "%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x",
127 |                       ipv6Addr.__u6_addr.__u6_addr8.0,
128 |                       ipv6Addr.__u6_addr.__u6_addr8.1,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
129 |                       ipv6Addr.__u6_addr.__u6_addr8.2,
130 |                       ipv6Addr.__u6_addr.__u6_addr8.3,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:129:32: error: value of type 'in6_addr' has no member '__u6_addr'
127 |                       ipv6Addr.__u6_addr.__u6_addr8.0,
128 |                       ipv6Addr.__u6_addr.__u6_addr8.1,
129 |                       ipv6Addr.__u6_addr.__u6_addr8.2,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
130 |                       ipv6Addr.__u6_addr.__u6_addr8.3,
131 |                       ipv6Addr.__u6_addr.__u6_addr8.4,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:130:32: error: value of type 'in6_addr' has no member '__u6_addr'
128 |                       ipv6Addr.__u6_addr.__u6_addr8.1,
129 |                       ipv6Addr.__u6_addr.__u6_addr8.2,
130 |                       ipv6Addr.__u6_addr.__u6_addr8.3,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
131 |                       ipv6Addr.__u6_addr.__u6_addr8.4,
132 |                       ipv6Addr.__u6_addr.__u6_addr8.5,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:131:32: error: value of type 'in6_addr' has no member '__u6_addr'
129 |                       ipv6Addr.__u6_addr.__u6_addr8.2,
130 |                       ipv6Addr.__u6_addr.__u6_addr8.3,
131 |                       ipv6Addr.__u6_addr.__u6_addr8.4,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
132 |                       ipv6Addr.__u6_addr.__u6_addr8.5,
133 |                       ipv6Addr.__u6_addr.__u6_addr8.6,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:132:32: error: value of type 'in6_addr' has no member '__u6_addr'
130 |                       ipv6Addr.__u6_addr.__u6_addr8.3,
131 |                       ipv6Addr.__u6_addr.__u6_addr8.4,
132 |                       ipv6Addr.__u6_addr.__u6_addr8.5,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
133 |                       ipv6Addr.__u6_addr.__u6_addr8.6,
134 |                       ipv6Addr.__u6_addr.__u6_addr8.7,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:133:32: error: value of type 'in6_addr' has no member '__u6_addr'
131 |                       ipv6Addr.__u6_addr.__u6_addr8.4,
132 |                       ipv6Addr.__u6_addr.__u6_addr8.5,
133 |                       ipv6Addr.__u6_addr.__u6_addr8.6,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
134 |                       ipv6Addr.__u6_addr.__u6_addr8.7,
135 |                       ipv6Addr.__u6_addr.__u6_addr8.8,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:134:32: error: value of type 'in6_addr' has no member '__u6_addr'
132 |                       ipv6Addr.__u6_addr.__u6_addr8.5,
133 |                       ipv6Addr.__u6_addr.__u6_addr8.6,
134 |                       ipv6Addr.__u6_addr.__u6_addr8.7,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
135 |                       ipv6Addr.__u6_addr.__u6_addr8.8,
136 |                       ipv6Addr.__u6_addr.__u6_addr8.9,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:135:32: error: value of type 'in6_addr' has no member '__u6_addr'
133 |                       ipv6Addr.__u6_addr.__u6_addr8.6,
134 |                       ipv6Addr.__u6_addr.__u6_addr8.7,
135 |                       ipv6Addr.__u6_addr.__u6_addr8.8,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
136 |                       ipv6Addr.__u6_addr.__u6_addr8.9,
137 |                       ipv6Addr.__u6_addr.__u6_addr8.10,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:136:32: error: value of type 'in6_addr' has no member '__u6_addr'
134 |                       ipv6Addr.__u6_addr.__u6_addr8.7,
135 |                       ipv6Addr.__u6_addr.__u6_addr8.8,
136 |                       ipv6Addr.__u6_addr.__u6_addr8.9,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
137 |                       ipv6Addr.__u6_addr.__u6_addr8.10,
138 |                       ipv6Addr.__u6_addr.__u6_addr8.11,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:137:32: error: value of type 'in6_addr' has no member '__u6_addr'
135 |                       ipv6Addr.__u6_addr.__u6_addr8.8,
136 |                       ipv6Addr.__u6_addr.__u6_addr8.9,
137 |                       ipv6Addr.__u6_addr.__u6_addr8.10,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
138 |                       ipv6Addr.__u6_addr.__u6_addr8.11,
139 |                       ipv6Addr.__u6_addr.__u6_addr8.12,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:138:32: error: value of type 'in6_addr' has no member '__u6_addr'
136 |                       ipv6Addr.__u6_addr.__u6_addr8.9,
137 |                       ipv6Addr.__u6_addr.__u6_addr8.10,
138 |                       ipv6Addr.__u6_addr.__u6_addr8.11,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
139 |                       ipv6Addr.__u6_addr.__u6_addr8.12,
140 |                       ipv6Addr.__u6_addr.__u6_addr8.13,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:139:32: error: value of type 'in6_addr' has no member '__u6_addr'
137 |                       ipv6Addr.__u6_addr.__u6_addr8.10,
138 |                       ipv6Addr.__u6_addr.__u6_addr8.11,
139 |                       ipv6Addr.__u6_addr.__u6_addr8.12,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
140 |                       ipv6Addr.__u6_addr.__u6_addr8.13,
141 |                       ipv6Addr.__u6_addr.__u6_addr8.14,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:140:32: error: value of type 'in6_addr' has no member '__u6_addr'
138 |                       ipv6Addr.__u6_addr.__u6_addr8.11,
139 |                       ipv6Addr.__u6_addr.__u6_addr8.12,
140 |                       ipv6Addr.__u6_addr.__u6_addr8.13,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
141 |                       ipv6Addr.__u6_addr.__u6_addr8.14,
142 |                       ipv6Addr.__u6_addr.__u6_addr8.15
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:141:32: error: value of type 'in6_addr' has no member '__u6_addr'
139 |                       ipv6Addr.__u6_addr.__u6_addr8.12,
140 |                       ipv6Addr.__u6_addr.__u6_addr8.13,
141 |                       ipv6Addr.__u6_addr.__u6_addr8.14,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
142 |                       ipv6Addr.__u6_addr.__u6_addr8.15
143 |         ).reversed()
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:142:32: error: value of type 'in6_addr' has no member '__u6_addr'
140 |                       ipv6Addr.__u6_addr.__u6_addr8.13,
141 |                       ipv6Addr.__u6_addr.__u6_addr8.14,
142 |                       ipv6Addr.__u6_addr.__u6_addr8.15
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
143 |         ).reversed()
144 |          .map { "\($0)" }
[761/799] Compiling DNSClient MessageOptions.swift
[762/799] Compiling DNSClient ConfigParser.swift
[763/799] Emitting module NIOSSL
[764/803] Compiling DNSClient SRV.swift
[765/803] Compiling DNSClient Client.swift
[766/803] Compiling DNSClient DNSClient+Connect.swift
[767/803] Compiling DNSClient DNSEncoder.swift
[768/803] Compiling DNSClient Errors.swift
[769/803] Compiling DNSClient Helpers.swift
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/Messages/Message.swift:402:62: error: cannot force unwrap value of non-optional type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
400 |     /// Converts the UInt32 to a SocketAddress. This is used for converting the address of a DNS record to a SocketAddress.
401 |     func socketAddress(port: Int) throws -> SocketAddress {
402 |         let text = inet_ntoa(in_addr(s_addr: self.bigEndian))!
    |                                                              `- error: cannot force unwrap value of non-optional type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
403 |         let host = String(cString: text)
404 |
[770/803] Compiling DNSClient Message.swift
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/Messages/Message.swift:402:62: error: cannot force unwrap value of non-optional type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
400 |     /// Converts the UInt32 to a SocketAddress. This is used for converting the address of a DNS record to a SocketAddress.
401 |     func socketAddress(port: Int) throws -> SocketAddress {
402 |         let text = inet_ntoa(in_addr(s_addr: self.bigEndian))!
    |                                                              `- error: cannot force unwrap value of non-optional type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
403 |         let host = String(cString: text)
404 |
[771/803] Emitting module DNSClient
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
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/46] Compiling ServiceContextModule ServiceContextKey.swift
[3/46] Compiling ServiceContextModule ServiceContext.swift
[4/46] Emitting module ServiceContextModule
[5/47] Compiling InternalCollectionsUtilities Descriptions.swift
[6/47] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[7/47] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[8/47] Compiling InternalCollectionsUtilities Debugging.swift
[9/47] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[11/48] Compiling Logging MetadataProvider.swift
[12/48] Compiling _MongoKittenCrypto HMAC.swift
[13/48] Compiling _MongoKittenCrypto Hash.swift
[14/48] Emitting module _MongoKittenCrypto
[15/48] Compiling NIOConcurrencyHelpers NIOLock.swift
[16/48] Compiling CoreMetrics Locks.swift
[17/48] Compiling _MongoKittenCrypto Hex.swift
[18/48] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[19/48] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[20/48] Compiling NIOConcurrencyHelpers atomics.swift
[21/48] Compiling NIOConcurrencyHelpers lock.swift
[22/48] Emitting module _NIODataStructures
[23/48] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[24/54] Emitting module NIOConcurrencyHelpers
[25/55] Compiling _MongoKittenCrypto PBKDF2.swift
[26/55] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[27/55] Compiling InternalCollectionsUtilities UInt+reversed.swift
[28/55] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[29/55] Compiling InternalCollectionsUtilities Integer rank.swift
[30/55] Compiling _MongoKittenCrypto SHA256.swift
[31/55] Compiling _NIODataStructures PriorityQueue.swift
[32/55] Compiling _NIODataStructures Heap.swift
[33/55] Compiling _NIODataStructures _TinyArray.swift
[35/56] Compiling Instrumentation NoOpInstrument.swift
[36/56] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[37/56] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[38/56] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[39/56] Compiling InternalCollectionsUtilities _SortedCollection.swift
[40/56] Emitting module _NIOBase64
[41/56] Compiling _NIOBase64 Base64.swift
[42/57] Compiling Instrumentation Instrument.swift
[44/57] Emitting module Instrumentation
[46/57] Emitting module InternalCollectionsUtilities
[47/58] Compiling Instrumentation MultiplexInstrument.swift
[48/58] Compiling Instrumentation Locks.swift
[49/58] Compiling Instrumentation InstrumentationSystem.swift
[50/59] Compiling _MongoKittenCrypto MD5.swift
[51/59] Compiling _MongoKittenCrypto SHA1.swift
[55/78] Compiling Logging LogHandler.swift
[56/78] Compiling Logging Locks.swift
[57/78] Compiling Logging Logging.swift
[58/78] Emitting module Logging
[60/102] Compiling DequeModule Deque._Storage.swift
[61/102] Compiling DequeModule Deque._UnsafeHandle.swift
[62/102] Compiling DequeModule Deque.swift
[63/102] Compiling DequeModule _DequeBuffer.swift
[64/104] Compiling CoreMetrics Metrics.swift
[65/104] Emitting module CoreMetrics
[66/105] Compiling DequeModule _DequeBufferHeader.swift
[67/105] Compiling Atomics ManagedAtomicLazyReference.swift
[69/105] Compiling Atomics UnsafeAtomic.swift
[70/105] Compiling Atomics UnsafeAtomicLazyReference.swift
[71/105] Emitting module DequeModule
[72/107] Compiling DequeModule Deque+Extras.swift
[73/107] Compiling DequeModule Deque+Hashable.swift
[74/107] Compiling DequeModule Deque+Testing.swift
[75/107] Compiling Tracing TracingTime.swift
[78/107] Compiling DequeModule Deque+CustomReflectable.swift
[79/107] Compiling DequeModule Deque+Descriptions.swift
[80/107] Compiling DequeModule Deque+Equatable.swift
[81/107] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[82/107] Emitting module Tracing
[83/107] Compiling Tracing SpanProtocol.swift
[90/107] Compiling Atomics IntegerOperations.swift
[91/107] Compiling Atomics Unmanaged extensions.swift
[92/107] Compiling Tracing TracerProtocol.swift
[93/107] Compiling Tracing NoOpTracer.swift
[94/107] Compiling DequeModule Deque+Codable.swift
[95/107] Compiling DequeModule Deque+Collection.swift
[96/107] Compiling Tracing TracerProtocol+Legacy.swift
[97/107] Compiling Tracing Tracer.swift
[98/107] Compiling Tracing InstrumentationSystem+Tracing.swift
[100/110] Compiling DequeModule _DequeSlot.swift
[101/110] Compiling DequeModule _UnsafeWrappedBuffer.swift
[102/111] Emitting module Atomics
[111/112] Compiling Metrics Metrics.swift
[112/112] Emitting module Metrics
[114/173] Compiling NIOCore MulticastChannel.swift
[115/173] Compiling NIOCore NIOAny.swift
[116/173] Compiling NIOCore NIOCloseOnErrorHandler.swift
[117/173] Compiling NIOCore NIOLoopBound.swift
[118/173] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[119/173] Compiling NIOCore NIOScheduledCallback.swift
[120/173] Compiling NIOCore NIOSendable.swift
[121/173] Compiling NIOCore RecvByteBufferAllocator.swift
[122/181] Compiling NIOCore AddressedEnvelope.swift
[123/181] Compiling NIOCore AsyncAwaitSupport.swift
[124/181] Compiling NIOCore AsyncChannel.swift
[125/181] Compiling NIOCore AsyncChannelHandler.swift
[126/181] Compiling NIOCore AsyncChannelInboundStream.swift
[127/181] Compiling NIOCore AsyncChannelOutboundWriter.swift
[128/181] Compiling NIOCore NIOAsyncSequenceProducer.swift
[129/181] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[130/181] Compiling NIOCore NIOAsyncWriter.swift
[131/181] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[132/181] Compiling NIOCore EventLoopFuture+Deprecated.swift
[133/181] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[134/181] Compiling NIOCore EventLoopFuture.swift
[135/181] Compiling NIOCore FileDescriptor.swift
[136/181] Compiling NIOCore FileHandle.swift
[137/181] Compiling NIOCore FileRegion.swift
[138/181] Compiling NIOCore GlobalSingletons.swift
[139/181] Compiling NIOCore CircularBuffer.swift
[140/181] Compiling NIOCore Codec.swift
[141/181] Compiling NIOCore ConvenienceOptionSupport.swift
[142/181] Compiling NIOCore DeadChannel.swift
[143/181] Compiling NIOCore DispatchQueue+WithFuture.swift
[144/181] Compiling NIOCore EventLoop+Deprecated.swift
[145/181] Compiling NIOCore EventLoop+SerialExecutor.swift
[146/181] Compiling NIOCore EventLoop.swift
[147/181] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[148/181] Compiling NIOCore SocketAddresses.swift
[149/181] Compiling NIOCore SocketOptionProvider.swift
[150/181] Compiling NIOCore SystemCallHelpers.swift
[151/181] Compiling NIOCore TimeAmount+Duration.swift
[152/181] Compiling NIOCore TypeAssistedChannelHandler.swift
[153/181] Compiling NIOCore UniversalBootstrapSupport.swift
[154/181] Compiling NIOCore Utilities.swift
[155/181] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[156/181] Compiling NIOCore BSDSocketAPI.swift
[157/181] Compiling NIOCore ByteBuffer-aux.swift
[158/181] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[159/181] Compiling NIOCore ByteBuffer-conversions.swift
[160/181] Compiling NIOCore ByteBuffer-core.swift
[161/181] Compiling NIOCore ByteBuffer-hex.swift
[162/181] Compiling NIOCore ByteBuffer-int.swift
[163/181] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[164/181] Compiling NIOCore IO.swift
[165/181] Compiling NIOCore IOData.swift
[166/181] Compiling NIOCore IPProtocol.swift
[167/181] Compiling NIOCore IntegerBitPacking.swift
[168/181] Compiling NIOCore IntegerTypes.swift
[169/181] Compiling NIOCore Interfaces.swift
[170/181] Compiling NIOCore Linux.swift
[171/181] Compiling NIOCore MarkedCircularBuffer.swift
[172/181] Compiling NIOCore ByteBuffer-multi-int.swift
[173/181] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[174/181] Compiling NIOCore ByteBuffer-views.swift
[175/181] Compiling NIOCore Channel.swift
[176/181] Compiling NIOCore ChannelHandler.swift
[177/181] Compiling NIOCore ChannelHandlers.swift
[178/181] Compiling NIOCore ChannelInvoker.swift
[179/181] Compiling NIOCore ChannelOption.swift
[180/181] Compiling NIOCore ChannelPipeline.swift
[181/181] Emitting module NIOCore
[183/266] Emitting module BSON
[184/270] Compiling NIOEmbedded AsyncTestingChannel.swift
[185/270] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[186/270] Emitting module NIOEmbedded
[187/270] Compiling NIOEmbedded Embedded.swift
[189/271] Compiling NIOPosix PosixSingletons.swift
[190/271] Compiling NIOPosix RawSocketBootstrap.swift
[191/271] Compiling NIOPosix Resolver.swift
[192/271] Compiling NIOPosix Selectable.swift
[193/271] Compiling NIOPosix NIOThreadPool.swift
[194/271] Compiling NIOPosix NonBlockingFileIO.swift
[195/271] Compiling NIOPosix PendingDatagramWritesManager.swift
[196/271] Compiling NIOPosix PendingWritesManager.swift
[197/271] Compiling NIOPosix PipeChannel.swift
[198/271] Compiling NIOPosix PipePair.swift
[199/271] Compiling NIOPosix LinuxUring.swift
[200/271] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[201/271] Compiling NIOPosix Pool.swift
[202/271] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[203/271] Compiling NIOPosix Bootstrap.swift
[204/271] Compiling NIOPosix ControlMessage.swift
[205/271] Compiling NIOPosix DatagramVectorReadManager.swift
[206/271] Compiling NIOPosix Errors+Any.swift
[207/271] Compiling NIOPosix FileDescriptor.swift
[208/271] Compiling BSON Primitives.swift
[209/271] Compiling BSON RegularExpression.swift
[210/271] Compiling BSON Timestamp.swift
[211/271] Compiling BSON TypeIdentifier.swift
[212/271] Compiling NIOPosix GetaddrinfoResolver.swift
[213/271] Compiling NIOPosix HappyEyeballs.swift
[214/271] Compiling NIOPosix BSDSocketAPICommon.swift
[215/271] Compiling NIOPosix BSDSocketAPIPosix.swift
[216/271] Compiling NIOPosix BSDSocketAPIWindows.swift
[217/271] Compiling NIOPosix BaseSocket.swift
[218/271] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[219/271] Compiling NIOPosix BaseSocketChannel.swift
[220/271] Compiling NIOPosix BaseStreamSocketChannel.swift
[221/271] Compiling NIOPosix IO.swift
[222/271] Compiling NIOPosix IntegerBitPacking.swift
[223/271] Compiling NIOPosix IntegerTypes.swift
[224/271] Compiling NIOPosix Linux.swift
[225/271] Compiling NIOPosix LinuxCPUSet.swift
[227/272] Compiling NIOPosix ServerSocket.swift
[228/272] Compiling NIOPosix Socket.swift
[229/272] Compiling NIOPosix SocketChannel.swift
[230/272] Compiling NIOPosix SocketProtocols.swift
[231/272] Compiling NIOPosix System.swift
[232/272] Compiling NIOPosix Thread.swift
[243/278] Compiling NIOPosix SelectorKqueue.swift
[244/278] Compiling NIOPosix SelectorUring.swift
[245/278] Emitting module NIOPosix
[246/278] Compiling NIOPosix ThreadPosix.swift
[247/278] Compiling NIOPosix ThreadWindows.swift
[248/278] Compiling NIOPosix UnsafeTransfer.swift
[249/278] Compiling NIOPosix Utilities.swift
[250/278] Compiling NIOPosix VsockAddress.swift
[251/278] Compiling NIOPosix VsockChannelEvents.swift
[280/281] Emitting module NIO
[281/281] Compiling NIO Exports.swift
[283/293] Compiling NIOTLS TLSEvents.swift
[284/293] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[285/293] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[286/293] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[287/293] Emitting module NIOFoundationCompat
[288/293] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[289/293] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[290/293] Emitting module NIOTLS
[291/293] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[292/293] Compiling NIOTLS SNIHandler.swift
[294/294] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[296/346] Emitting module NIOTransportServices
[297/348] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[298/348] Compiling NIOTransportServices NIOTSErrors.swift
[299/348] Compiling NIOTransportServices NIOTSEventLoop.swift
[300/348] Compiling NIOTransportServices NIOTSBootstraps.swift
[301/348] Compiling NIOTransportServices NIOTSChannelOptions.swift
[302/348] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[303/348] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[304/348] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[305/348] Compiling NIOTransportServices AcceptHandler.swift
[306/348] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[307/348] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[308/348] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[309/348] Compiling NIOTransportServices NIOTSSingletons.swift
[310/348] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[311/348] Compiling NIOTransportServices StateManagedChannel.swift
[312/348] Compiling NIOTransportServices StateManagedListenerChannel.swift
[313/348] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[314/348] Compiling NIOTransportServices NIOTSDatagramListener.swift
[315/348] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[316/348] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[317/348] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[318/348] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[319/348] Compiling NIOTransportServices NIOTSListenerChannel.swift
[325/353] Compiling NIOSSL SubjectAlternativeName.swift
[326/353] Compiling NIOSSL NIOSSLSecureBytes.swift
[327/353] Compiling NIOSSL RNG.swift
[328/353] Compiling NIOSSL SafeCompare.swift
[333/353] Emitting module NIOSSL
[337/353] Compiling NIOSSL NIOSSLHandler.swift
[350/353] Compiling NIOSSL Zeroization.swift
[351/353] Compiling NIOSSL TLSConfiguration.swift
[352/353] Compiling NIOSSL UniversalBootstrapSupport.swift
[353/353] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[355/366] Compiling DNSClient PTR.swift
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:127:32: error: value of type 'in6_addr' has no member '__u6_addr'
125 |         #else
126 |         let inAddrArpaDomain = String(format: "%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x",
127 |                       ipv6Addr.__u6_addr.__u6_addr8.0,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
128 |                       ipv6Addr.__u6_addr.__u6_addr8.1,
129 |                       ipv6Addr.__u6_addr.__u6_addr8.2,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:128:32: error: value of type 'in6_addr' has no member '__u6_addr'
126 |         let inAddrArpaDomain = String(format: "%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x",
127 |                       ipv6Addr.__u6_addr.__u6_addr8.0,
128 |                       ipv6Addr.__u6_addr.__u6_addr8.1,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
129 |                       ipv6Addr.__u6_addr.__u6_addr8.2,
130 |                       ipv6Addr.__u6_addr.__u6_addr8.3,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:129:32: error: value of type 'in6_addr' has no member '__u6_addr'
127 |                       ipv6Addr.__u6_addr.__u6_addr8.0,
128 |                       ipv6Addr.__u6_addr.__u6_addr8.1,
129 |                       ipv6Addr.__u6_addr.__u6_addr8.2,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
130 |                       ipv6Addr.__u6_addr.__u6_addr8.3,
131 |                       ipv6Addr.__u6_addr.__u6_addr8.4,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:130:32: error: value of type 'in6_addr' has no member '__u6_addr'
128 |                       ipv6Addr.__u6_addr.__u6_addr8.1,
129 |                       ipv6Addr.__u6_addr.__u6_addr8.2,
130 |                       ipv6Addr.__u6_addr.__u6_addr8.3,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
131 |                       ipv6Addr.__u6_addr.__u6_addr8.4,
132 |                       ipv6Addr.__u6_addr.__u6_addr8.5,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:131:32: error: value of type 'in6_addr' has no member '__u6_addr'
129 |                       ipv6Addr.__u6_addr.__u6_addr8.2,
130 |                       ipv6Addr.__u6_addr.__u6_addr8.3,
131 |                       ipv6Addr.__u6_addr.__u6_addr8.4,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
132 |                       ipv6Addr.__u6_addr.__u6_addr8.5,
133 |                       ipv6Addr.__u6_addr.__u6_addr8.6,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:132:32: error: value of type 'in6_addr' has no member '__u6_addr'
130 |                       ipv6Addr.__u6_addr.__u6_addr8.3,
131 |                       ipv6Addr.__u6_addr.__u6_addr8.4,
132 |                       ipv6Addr.__u6_addr.__u6_addr8.5,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
133 |                       ipv6Addr.__u6_addr.__u6_addr8.6,
134 |                       ipv6Addr.__u6_addr.__u6_addr8.7,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:133:32: error: value of type 'in6_addr' has no member '__u6_addr'
131 |                       ipv6Addr.__u6_addr.__u6_addr8.4,
132 |                       ipv6Addr.__u6_addr.__u6_addr8.5,
133 |                       ipv6Addr.__u6_addr.__u6_addr8.6,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
134 |                       ipv6Addr.__u6_addr.__u6_addr8.7,
135 |                       ipv6Addr.__u6_addr.__u6_addr8.8,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:134:32: error: value of type 'in6_addr' has no member '__u6_addr'
132 |                       ipv6Addr.__u6_addr.__u6_addr8.5,
133 |                       ipv6Addr.__u6_addr.__u6_addr8.6,
134 |                       ipv6Addr.__u6_addr.__u6_addr8.7,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
135 |                       ipv6Addr.__u6_addr.__u6_addr8.8,
136 |                       ipv6Addr.__u6_addr.__u6_addr8.9,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:135:32: error: value of type 'in6_addr' has no member '__u6_addr'
133 |                       ipv6Addr.__u6_addr.__u6_addr8.6,
134 |                       ipv6Addr.__u6_addr.__u6_addr8.7,
135 |                       ipv6Addr.__u6_addr.__u6_addr8.8,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
136 |                       ipv6Addr.__u6_addr.__u6_addr8.9,
137 |                       ipv6Addr.__u6_addr.__u6_addr8.10,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:136:32: error: value of type 'in6_addr' has no member '__u6_addr'
134 |                       ipv6Addr.__u6_addr.__u6_addr8.7,
135 |                       ipv6Addr.__u6_addr.__u6_addr8.8,
136 |                       ipv6Addr.__u6_addr.__u6_addr8.9,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
137 |                       ipv6Addr.__u6_addr.__u6_addr8.10,
138 |                       ipv6Addr.__u6_addr.__u6_addr8.11,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:137:32: error: value of type 'in6_addr' has no member '__u6_addr'
135 |                       ipv6Addr.__u6_addr.__u6_addr8.8,
136 |                       ipv6Addr.__u6_addr.__u6_addr8.9,
137 |                       ipv6Addr.__u6_addr.__u6_addr8.10,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
138 |                       ipv6Addr.__u6_addr.__u6_addr8.11,
139 |                       ipv6Addr.__u6_addr.__u6_addr8.12,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:138:32: error: value of type 'in6_addr' has no member '__u6_addr'
136 |                       ipv6Addr.__u6_addr.__u6_addr8.9,
137 |                       ipv6Addr.__u6_addr.__u6_addr8.10,
138 |                       ipv6Addr.__u6_addr.__u6_addr8.11,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
139 |                       ipv6Addr.__u6_addr.__u6_addr8.12,
140 |                       ipv6Addr.__u6_addr.__u6_addr8.13,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:139:32: error: value of type 'in6_addr' has no member '__u6_addr'
137 |                       ipv6Addr.__u6_addr.__u6_addr8.10,
138 |                       ipv6Addr.__u6_addr.__u6_addr8.11,
139 |                       ipv6Addr.__u6_addr.__u6_addr8.12,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
140 |                       ipv6Addr.__u6_addr.__u6_addr8.13,
141 |                       ipv6Addr.__u6_addr.__u6_addr8.14,
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:140:32: error: value of type 'in6_addr' has no member '__u6_addr'
138 |                       ipv6Addr.__u6_addr.__u6_addr8.11,
139 |                       ipv6Addr.__u6_addr.__u6_addr8.12,
140 |                       ipv6Addr.__u6_addr.__u6_addr8.13,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
141 |                       ipv6Addr.__u6_addr.__u6_addr8.14,
142 |                       ipv6Addr.__u6_addr.__u6_addr8.15
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:141:32: error: value of type 'in6_addr' has no member '__u6_addr'
139 |                       ipv6Addr.__u6_addr.__u6_addr8.12,
140 |                       ipv6Addr.__u6_addr.__u6_addr8.13,
141 |                       ipv6Addr.__u6_addr.__u6_addr8.14,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
142 |                       ipv6Addr.__u6_addr.__u6_addr8.15
143 |         ).reversed()
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/PTR.swift:142:32: error: value of type 'in6_addr' has no member '__u6_addr'
140 |                       ipv6Addr.__u6_addr.__u6_addr8.13,
141 |                       ipv6Addr.__u6_addr.__u6_addr8.14,
142 |                       ipv6Addr.__u6_addr.__u6_addr8.15
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
143 |         ).reversed()
144 |          .map { "\($0)" }
[356/367] Compiling DNSClient MessageOptions.swift
[357/367] Compiling DNSClient ConfigParser.swift
[358/381] Compiling MongoCore ConnectionSettings.swift
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/Messages/Message.swift:402:62: error: cannot force unwrap value of non-optional type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
400 |     /// Converts the UInt32 to a SocketAddress. This is used for converting the address of a DNS record to a SocketAddress.
401 |     func socketAddress(port: Int) throws -> SocketAddress {
402 |         let text = inet_ntoa(in_addr(s_addr: self.bigEndian))!
    |                                                              `- error: cannot force unwrap value of non-optional type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
403 |         let host = String(cString: text)
404 |
[359/381] Compiling MongoCore Namespace.swift
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/Messages/Message.swift:402:62: error: cannot force unwrap value of non-optional type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
400 |     /// Converts the UInt32 to a SocketAddress. This is used for converting the address of a DNS record to a SocketAddress.
401 |     func socketAddress(port: Int) throws -> SocketAddress {
402 |         let text = inet_ntoa(in_addr(s_addr: self.bigEndian))!
    |                                                              `- error: cannot force unwrap value of non-optional type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
403 |         let host = String(cString: text)
404 |
[360/384] Compiling MongoCore ReadConcern.swift
[361/384] Compiling MongoCore ServerHandshake.swift
[362/385] Compiling MongoCore CommandPrimitives.swift
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/DNSClient+Query.swift:60:59: error: type 'in6_addr' has no member '__Unnamed_union___u6_addr'
 58 |                 #else
 59 |                 let ipAddress = address.withUnsafeBytes { buffer in
 60 |                     return buffer.bindMemory(to: in6_addr.__Unnamed_union___u6_addr.self).baseAddress!.pointee
    |                                                           `- error: type 'in6_addr' has no member '__Unnamed_union___u6_addr'
 61 |                 }
 62 |                 let size = MemoryLayout<sockaddr_in6>.size
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/DNSClient+Query.swift:59:41: error: generic parameter 'R' could not be inferred
 57 |                 let sockaddr = sockaddr_in6(sin6_family: sa_family_t(AF_INET6), sin6_port: in_port_t(port), sin6_flowinfo: flowinfo, sin6_addr: in6_addr(__in6_union: ipAddress), sin6_scope_id: scopeID)
 58 |                 #else
 59 |                 let ipAddress = address.withUnsafeBytes { buffer in
    |                                         `- error: generic parameter 'R' could not be inferred
 60 |                     return buffer.bindMemory(to: in6_addr.__Unnamed_union___u6_addr.self).baseAddress!.pointee
 61 |                 }
Swift.Array.withUnsafeBytes:2:24: note: in call to function 'withUnsafeBytes'
1 | generic struct Array {
2 | @inlinable public func withUnsafeBytes<R>(_ body: (UnsafeRawBufferPointer) throws -> R) rethrows -> R}
  |                        `- note: in call to function 'withUnsafeBytes'
3 |
[363/385] Compiling MongoCore Error.swift
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/DNSClient+Query.swift:60:59: error: type 'in6_addr' has no member '__Unnamed_union___u6_addr'
 58 |                 #else
 59 |                 let ipAddress = address.withUnsafeBytes { buffer in
 60 |                     return buffer.bindMemory(to: in6_addr.__Unnamed_union___u6_addr.self).baseAddress!.pointee
    |                                                           `- error: type 'in6_addr' has no member '__Unnamed_union___u6_addr'
 61 |                 }
 62 |                 let size = MemoryLayout<sockaddr_in6>.size
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/DNSClient+Query.swift:59:41: error: generic parameter 'R' could not be inferred
 57 |                 let sockaddr = sockaddr_in6(sin6_family: sa_family_t(AF_INET6), sin6_port: in_port_t(port), sin6_flowinfo: flowinfo, sin6_addr: in6_addr(__in6_union: ipAddress), sin6_scope_id: scopeID)
 58 |                 #else
 59 |                 let ipAddress = address.withUnsafeBytes { buffer in
    |                                         `- error: generic parameter 'R' could not be inferred
 60 |                     return buffer.bindMemory(to: in6_addr.__Unnamed_union___u6_addr.self).baseAddress!.pointee
 61 |                 }
Swift.Array.withUnsafeBytes:2:24: note: in call to function 'withUnsafeBytes'
1 | generic struct Array {
2 | @inlinable public func withUnsafeBytes<R>(_ body: (UnsafeRawBufferPointer) throws -> R) rethrows -> R}
  |                        `- note: in call to function 'withUnsafeBytes'
3 |
[364/385] Compiling MongoCore MongoReplyDeserializer.swift
[365/385] Compiling MongoCore Collation.swift
[366/385] Emitting module DNSClient
[367/385] Compiling DNSClient SRV.swift
BUILD FAILURE 6.1 android