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 7.10.1 (40be3c), with Swift 6.1 for Android on 12 Aug 2025 16:44:00 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orlandos-nl/MongoKitten.git
Reference: 7.10.1
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
 * tag               7.10.1     -> FETCH_HEAD
HEAD is now at 40be3c6 Call `discardReadBytes` instead of `slice`, which cleans up memory (#366)
Cloned https://github.com/orlandos-nl/MongoKitten.git
Revision (git rev-parse @):
40be3c696d05a407374397eb5f99085925f16d24
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/orlandos-nl/MongoKitten.git at 7.10.1
========================================
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-3":/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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/orlandos-nl/DNSClient.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/orlandos-nl/BSON.git
[1/1144] Fetching dnsclient
[425/7148] Fetching dnsclient, bson
[600/8956] Fetching dnsclient, bson, swift-atomics
[653/14072] Fetching dnsclient, bson, swift-atomics, swift-distributed-tracing
[2826/29075] Fetching dnsclient, bson, swift-atomics, swift-distributed-tracing, swift-nio-ssl
Fetched https://github.com/orlandos-nl/DNSClient.git from cache (0.73s)
[14558/27931] Fetching bson, swift-atomics, swift-distributed-tracing, swift-nio-ssl
Fetching https://github.com/apple/swift-metrics.git
[14820/105321] Fetching bson, swift-atomics, swift-distributed-tracing, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (1.06s)
[16617/103513] Fetching bson, swift-distributed-tracing, swift-nio-ssl, swift-nio
Fetching https://github.com/apple/swift-log.git
[17992/105732] Fetching bson, swift-distributed-tracing, swift-nio-ssl, swift-nio, swift-metrics
[24558/109618] Fetching bson, swift-distributed-tracing, swift-nio-ssl, swift-nio, swift-metrics, swift-log
Fetched https://github.com/apple/swift-metrics.git from cache (0.64s)
[22971/107399] Fetching bson, swift-distributed-tracing, swift-nio-ssl, swift-nio, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.76s)
[46261/103513] Fetching bson, swift-distributed-tracing, swift-nio-ssl, swift-nio
Fetched https://github.com/orlandos-nl/BSON.git from cache (3.95s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (3.98s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.01s)
[54947/77390] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (10.64s)
Computing version for https://github.com/orlandos-nl/DNSClient.git
Computed https://github.com/orlandos-nl/DNSClient.git at 2.4.4 (13.22s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2701] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.47s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.43s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.1 (0.96s)
Fetching https://github.com/apple/swift-service-context.git
[1/1088] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.44s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (1.38s)
Computing version for https://github.com/orlandos-nl/BSON.git
Computed https://github.com/orlandos-nl/BSON.git at 8.2.0 (0.96s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (1.11s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.46s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4847] Fetching swift-system
[3104/21800] Fetching swift-system, swift-collections
[3391/16953] Fetching swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.76s)
Fetched https://github.com/apple/swift-collections.git from cache (2.03s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (3.26s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.22s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (1.00s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (1.16s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.33.0 (1.17s)
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.25.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.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.6.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
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.1
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.4
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.33.0
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/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/orlandos-nl/BSON.git
Working copy of https://github.com/orlandos-nl/BSON.git resolved at 8.2.0
Building for debugging...
[0/439] Write sources
[26/439] Compiling CNIOWindows shim.c
[27/439] Compiling CNIOWASI CNIOWASI.c
[28/439] Compiling CNIOWindows WSAStartup.c
[29/439] Compiling CNIOPosix event_loop_id.c
[30/439] Compiling _AtomicsShims.c
[31/439] Compiling CNIOLinux liburing_shims.c
[32/439] Compiling CNIODarwin shim.c
[33/439] Compiling fiat_p256_adx_sqr.S
[34/439] Compiling fiat_p256_adx_mul.S
[35/439] Compiling fiat_curve25519_adx_square.S
[36/439] Compiling fiat_curve25519_adx_mul.S
[37/439] Compiling CNIOLinux shim.c
[38/439] Write swift-version-24593BA9C3E375BF.txt
[39/439] Compiling CNIOBoringSSLShims shims.c
[40/443] Compiling tls_record.cc
[41/443] Compiling t1_enc.cc
[42/443] Compiling tls13_enc.cc
[43/443] Compiling tls_method.cc
[43/443] Compiling tls13_server.cc
[45/443] Compiling tls13_client.cc
[46/443] Compiling tls13_both.cc
[47/478] Compiling ssl_x509.cc
[49/478] Emitting module ServiceContextModule
[50/478] Compiling ServiceContextModule ServiceContext.swift
[51/478] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[52/478] Compiling ServiceContextModule ServiceContextKey.swift
[53/480] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[54/480] Compiling InternalCollectionsUtilities Debugging.swift
[55/480] Compiling InternalCollectionsUtilities Descriptions.swift
[56/480] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[57/480] Emitting module InternalCollectionsUtilities
[58/480] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[59/480] Compiling InternalCollectionsUtilities _SortedCollection.swift
[60/480] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[61/480] Compiling InternalCollectionsUtilities Integer rank.swift
[62/480] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[63/480] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[64/480] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[65/480] Compiling InternalCollectionsUtilities UInt+reversed.swift
[66/480] Emitting module _NIOBase64
[67/480] Compiling _NIOBase64 Base64.swift
[68/481] Compiling CoreMetrics Metrics.swift
[69/481] Compiling _NIODataStructures _TinyArray.swift
[70/481] Compiling _NIODataStructures PriorityQueue.swift
[73/481] Compiling _NIODataStructures Heap.swift
[74/481] Emitting module _NIODataStructures
[75/482] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[78/504] Compiling Instrumentation Instrument.swift
[79/504] Emitting module Instrumentation
[80/504] Compiling Instrumentation NoOpInstrument.swift
[81/504] Compiling Instrumentation MultiplexInstrument.swift
[82/504] Compiling DequeModule _DequeBuffer.swift
[83/504] Compiling DequeModule _DequeBufferHeader.swift
[84/506] Compiling DequeModule Deque+Extras.swift
[85/506] Compiling DequeModule Deque+Hashable.swift
[85/506] Compiling ssl_versions.cc
[87/506] Compiling DequeModule _DequeSlot.swift
[88/506] Compiling DequeModule _UnsafeWrappedBuffer.swift
[89/506] Compiling DequeModule Deque+Equatable.swift
[90/506] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[91/506] Compiling DequeModule Deque._UnsafeHandle.swift
[92/506] Compiling DequeModule Deque.swift
[93/506] Compiling DequeModule Deque+CustomReflectable.swift
[94/506] Compiling DequeModule Deque+Descriptions.swift
[95/506] Compiling DequeModule Deque+Testing.swift
[96/506] Compiling DequeModule Deque._Storage.swift
[97/506] Compiling _MongoKittenCrypto HMAC.swift
[98/506] Emitting module _MongoKittenCrypto
[99/506] Compiling DequeModule Deque+Codable.swift
[100/506] Compiling DequeModule Deque+Collection.swift
[101/506] Compiling _MongoKittenCrypto SHA256.swift
[102/506] Emitting module DequeModule
[103/507] Compiling ssl_transcript.cc
[105/507] Compiling Instrumentation InstrumentationSystem.swift
[106/507] Compiling Instrumentation Locks.swift
[107/507] Emitting module CoreMetrics
[108/507] Compiling CoreMetrics Locks.swift
[109/507] Compiling Logging MetadataProvider.swift
[110/509] Emitting module Logging
[111/509] Compiling Logging Locks.swift
[112/509] Compiling Logging Logging.swift
[113/509] Compiling Logging LogHandler.swift
[114/510] Compiling _MongoKittenCrypto SHA1.swift
[116/510] Compiling ssl_stat.cc
[118/513] Compiling ssl_session.cc
[120/520] Compiling _MongoKittenCrypto Hash.swift
[121/520] Compiling _MongoKittenCrypto Hex.swift
[122/520] Compiling Tracing InstrumentationSystem+Tracing.swift
[123/520] Compiling Tracing TracingTime.swift
[124/520] Compiling _MongoKittenCrypto PBKDF2.swift
[125/520] Compiling _MongoKittenCrypto MD5.swift
[126/521] Emitting module Tracing
[128/521] Compiling Tracing TracerProtocol.swift
[129/521] Compiling Tracing TracerProtocol+Legacy.swift
[130/521] Compiling Tracing Tracer.swift
[131/521] Compiling Tracing NoOpTracer.swift
[132/521] Compiling Tracing SpanProtocol.swift
[133/522] Compiling ssl_privkey.cc
[134/522] Compiling ssl_key_share.cc
[135/522] Compiling ssl_file.cc
[136/522] Compiling ssl_lib.cc
[137/522] Compiling ssl_credential.cc
[139/522] Emitting module Metrics
[140/522] Compiling Metrics Metrics.swift
[140/523] Compiling ssl_cipher.cc
[142/523] Compiling ssl_buffer.cc
[143/523] Compiling ssl_cert.cc
[144/523] Compiling ssl_asn1.cc
[145/523] Compiling ssl_aead_ctx.cc
[146/523] Compiling s3_pkt.cc
[147/523] Compiling s3_lib.cc
[148/523] Compiling s3_both.cc
[149/523] Compiling handshake_server.cc
[150/523] Compiling handshake_client.cc
[151/523] Compiling handoff.cc
[152/523] Compiling handshake.cc
[153/523] Compiling dtls_method.cc
[154/523] Compiling extensions.cc
[155/523] Compiling md5-x86_64-linux.S
[156/523] Compiling encrypted_client_hello.cc
[157/523] Compiling md5-x86_64-apple.S
[158/523] Compiling md5-586-linux.S
[159/523] Compiling md5-586-apple.S
[160/523] Compiling chacha20_poly1305_x86_64-linux.S
[161/523] Compiling chacha20_poly1305_x86_64-apple.S
[162/523] Compiling dtls_record.cc
[163/523] Compiling chacha20_poly1305_armv8-win.S
[164/523] Compiling chacha20_poly1305_armv8-apple.S
[165/523] Compiling chacha20_poly1305_armv8-linux.S
[166/523] Compiling chacha-x86_64-apple.S
[167/523] Compiling chacha-x86_64-linux.S
[168/523] Compiling chacha-x86-linux.S
[169/523] Compiling chacha-x86-apple.S
[170/523] Compiling d1_srtp.cc
[171/523] Compiling chacha-armv8-win.S
[172/523] Compiling chacha-armv8-apple.S
[173/523] Compiling chacha-armv8-linux.S
[174/523] Compiling chacha-armv4-linux.S
[175/523] Compiling aes128gcmsiv-x86_64-linux.S
[176/523] Compiling aes128gcmsiv-x86_64-apple.S
[177/523] Compiling x86_64-mont5-linux.S
[178/523] Compiling x86_64-mont5-apple.S
[179/523] Compiling d1_lib.cc
[180/523] Compiling err_data.cc
[181/523] Compiling x86_64-mont-linux.S
[182/523] Compiling x86_64-mont-apple.S
[183/523] Compiling x86-mont-linux.S
[184/523] Compiling d1_pkt.cc
[185/523] Compiling bio_ssl.cc
[186/523] Compiling x86-mont-apple.S
[187/523] Compiling vpaes-x86_64-linux.S
[188/523] Compiling vpaes-x86_64-apple.S
[189/523] Compiling vpaes-armv8-win.S
[189/523] Compiling vpaes-x86-linux.S
[191/523] Compiling vpaes-x86-apple.S
[192/523] Compiling vpaes-armv8-apple.S
[193/523] Compiling sha512-x86_64-linux.S
[194/523] Compiling sha512-armv8-win.S
[195/523] Compiling sha512-x86_64-apple.S
[196/523] Compiling vpaes-armv7-linux.S
[197/523] Compiling vpaes-armv8-linux.S
[198/523] Compiling sha512-armv8-apple.S
[199/523] Compiling sha512-armv4-linux.S
[200/523] Compiling sha512-586-apple.S
[201/523] Compiling sha256-x86_64-linux.S
[202/523] Compiling sha512-armv8-linux.S
[203/523] Compiling sha512-586-linux.S
[204/523] Compiling sha256-x86_64-apple.S
[205/523] Compiling sha256-armv8-win.S
[206/523] Compiling sha256-armv8-apple.S
[207/523] Compiling sha256-armv8-linux.S
[208/523] Compiling sha256-586-linux.S
[209/523] Compiling sha1-x86_64-apple.S
[210/523] Compiling sha1-x86_64-linux.S
[211/523] Compiling sha256-armv4-linux.S
[212/523] Compiling sha1-armv8-win.S
[213/523] Compiling d1_both.cc
[214/523] Compiling sha256-586-apple.S
[215/523] Compiling sha1-armv4-large-linux.S
[216/523] Compiling sha1-armv8-apple.S
[217/523] Compiling sha1-586-apple.S
[218/523] Compiling rdrand-x86_64-linux.S
[218/523] Compiling rsaz-avx2-linux.S
[220/523] Compiling rsaz-avx2-apple.S
[221/523] Compiling sha1-586-linux.S
[222/523] Compiling sha1-armv8-linux.S
[223/523] Compiling p256_beeu-x86_64-asm-linux.S
[224/523] Compiling rdrand-x86_64-apple.S
[225/523] Compiling p256_beeu-x86_64-asm-apple.S
[226/523] Compiling p256_beeu-armv8-asm-apple.S
[227/523] Compiling p256_beeu-armv8-asm-linux.S
[228/523] Compiling p256-x86_64-asm-apple.S
[229/523] Compiling p256_beeu-armv8-asm-win.S
[230/523] Compiling p256-x86_64-asm-linux.S
[231/523] Compiling p256-armv8-asm-linux.S
[232/523] Compiling p256-armv8-asm-win.S
[233/523] Compiling ghashv8-armv8-linux.S
[234/523] Compiling ghashv8-armv8-win.S
[235/523] Compiling p256-armv8-asm-apple.S
[235/523] Compiling ghashv8-armv7-linux.S
[237/523] Compiling ghash-x86_64-apple.S
[238/523] Compiling ghashv8-armv8-apple.S
[239/523] Compiling ghash-x86_64-linux.S
[240/523] Compiling ghash-x86-apple.S
[241/523] Compiling ghash-ssse3-x86_64-apple.S
[242/523] Compiling ghash-x86-linux.S
[243/523] Compiling ghash-neon-armv8-win.S
[244/523] Compiling ghash-neon-armv8-linux.S
[244/523] Compiling ghash-ssse3-x86_64-linux.S
[246/523] Compiling ghash-ssse3-x86-linux.S
[247/523] Compiling ghash-ssse3-x86-apple.S
[248/523] Compiling bn-armv8-win.S
[249/523] Compiling co-586-apple.S
[250/523] Compiling ghash-armv4-linux.S
[251/523] Compiling bsaes-armv7-linux.S
[252/523] Compiling bn-armv8-linux.S
[253/523] Compiling co-586-linux.S
[253/523] Compiling bn-armv8-apple.S
[253/523] Compiling ghash-neon-armv8-apple.S
[256/523] Compiling bn-586-linux.S
[257/523] Compiling armv8-mont-apple.S
[258/523] Compiling armv8-mont-win.S
[259/523] Compiling bn-586-apple.S
[260/523] Compiling armv4-mont-linux.S
[261/523] Compiling aesv8-gcm-armv8-win.S
[262/523] Compiling aesv8-armv8-linux.S
[263/523] Compiling armv8-mont-linux.S
[264/523] Compiling aesv8-gcm-armv8-apple.S
[265/523] Compiling aesv8-armv8-win.S
[266/523] Compiling aesv8-armv8-apple.S
[267/523] Compiling aesv8-gcm-armv8-linux.S
[268/523] Compiling aesv8-armv7-linux.S
[269/523] Compiling aesni-x86_64-linux.S
[270/523] Compiling aesni-gcm-x86_64-apple.S
[271/523] Compiling aesni-x86-apple.S
[272/523] Compiling aesni-x86_64-apple.S
[273/523] Compiling aesni-x86-linux.S
[274/523] Compiling aesni-gcm-x86_64-linux.S
[275/523] Compiling aes-gcm-avx2-x86_64-apple.S
[276/523] Compiling aes-gcm-avx2-x86_64-linux.S
[277/523] Compiling aes-gcm-avx10-x86_64-linux.S
[278/523] Compiling aes-gcm-avx10-x86_64-apple.S
[279/523] Compiling x_val.cc
[280/523] Compiling x_sig.cc
[281/523] Compiling x_req.cc
[282/523] Compiling x_x509.cc
[283/523] Compiling x_pubkey.cc
[284/523] Compiling x_x509a.cc
[285/523] Compiling x_spki.cc
[286/523] Compiling x_name.cc
[287/523] Compiling x_exten.cc
[288/523] Compiling x_crl.cc
[289/523] Compiling x_attrib.cc
[290/523] Compiling x_algor.cc
[291/523] Compiling x509spki.cc
[292/523] Compiling x509rset.cc
[293/523] Compiling x_all.cc
[294/523] Compiling x509name.cc
[295/523] Compiling x509cset.cc
[296/523] Compiling x509_vpm.cc
[297/523] Compiling x509_vfy.cc
[298/523] Compiling x509_txt.cc
[299/523] Compiling x509_v3.cc
[300/523] Compiling x509_trs.cc
[301/523] Compiling x509_set.cc
[302/523] Compiling x509_req.cc
[303/523] Compiling x509_obj.cc
[304/523] Compiling x509_lu.cc
[305/523] Compiling x509.cc
[306/523] Compiling x509_ext.cc
[307/523] Compiling x509_d2.cc
[308/523] Compiling x509_def.cc
[309/523] Compiling x509_cmp.cc
[310/523] Compiling x509_att.cc
[311/523] Compiling v3_skey.cc
[312/523] Compiling v3_purp.cc
[313/523] Compiling v3_utl.cc
[314/523] Compiling v3_prn.cc
[315/523] Compiling v3_pmaps.cc
[316/523] Compiling v3_ncons.cc
[317/523] Compiling v3_ocsp.cc
[318/523] Compiling v3_pcons.cc
[319/523] Compiling v3_info.cc
[320/523] Compiling v3_lib.cc
[321/523] Compiling v3_int.cc
[322/523] Compiling v3_ia5.cc
[323/523] Compiling v3_genn.cc
[324/523] Compiling v3_extku.cc
[325/523] Compiling v3_cpols.cc
[326/523] Compiling v3_conf.cc
[327/523] Compiling v3_crld.cc
[328/523] Compiling v3_enum.cc
[329/523] Compiling v3_bitst.cc
[330/523] Compiling v3_bcons.cc
[331/523] Compiling v3_alt.cc
[332/523] Compiling v3_akeya.cc
[332/523] Compiling v3_akey.cc
[334/523] Compiling t_req.cc
[335/523] Compiling t_x509a.cc
[336/523] Compiling t_x509.cc
[337/523] Compiling rsa_pss.cc
[338/523] Compiling t_crl.cc
[339/523] Compiling i2d_pr.cc
[340/523] Compiling policy.cc
[341/523] Compiling name_print.cc
[342/523] Compiling algorithm.cc
[343/523] Compiling by_file.cc
[344/523] Compiling by_dir.cc
[345/523] Compiling asn1_gen.cc
[346/523] Compiling a_verify.cc
[347/523] Compiling voprf.cc
[348/523] Compiling a_sign.cc
[349/523] Compiling a_digest.cc
[350/523] Compiling thread_win.cc
[351/523] Compiling thread_pthread.cc
[352/523] Compiling trust_token.cc
[353/523] Compiling thread_none.cc
[354/523] Compiling pmbtoken.cc
[355/523] Compiling siphash.cc
[356/523] Compiling thread.cc
[357/523] Compiling stack.cc
[358/523] Compiling sha512.cc
[359/523] Compiling sha1.cc
[360/523] Compiling sha256.cc
[361/523] Compiling rsa_print.cc
[362/523] Compiling slhdsa.cc
[363/523] Compiling spake2plus.cc
[364/523] Compiling rsa_extra.cc
[365/523] Compiling refcount.cc
[366/523] Compiling rc4.cc
[367/523] Compiling rsa_crypt.cc
[368/523] Compiling windows.cc
[369/523] Compiling rsa_asn1.cc
[370/523] Compiling trusty.cc
[371/523] Compiling urandom.cc
[372/523] Compiling rand.cc
[373/523] Compiling ios.cc
[374/523] Compiling passive.cc
[375/523] Compiling getentropy.cc
[376/523] Compiling poly1305_arm_asm.S
[377/523] Compiling fork_detect.cc
[378/523] Compiling forkunsafe.cc
[379/523] Compiling deterministic.cc
[380/523] Compiling poly1305_vec.cc
[381/523] Compiling pool.cc
[382/523] Compiling poly1305.cc
[383/523] Compiling poly1305_arm.cc
[384/523] Compiling pkcs8.cc
[385/523] Compiling pkcs8_x509.cc
[386/523] Compiling pkcs7.cc
[387/523] Compiling p5_pbev2.cc
[388/523] Compiling pem_xaux.cc
[389/523] Compiling pkcs7_x509.cc
[390/523] Compiling pem_x509.cc
[391/523] Compiling pem_pkey.cc
[392/523] Compiling pem_pk8.cc
[393/523] Compiling mlkem.cc
[394/523] Compiling pem_oth.cc
[395/523] Compiling obj_xref.cc
[396/523] Compiling pem_lib.cc
[397/523] Compiling mldsa.cc
[398/523] Compiling obj.cc
[399/523] Compiling mem.cc
[400/523] Compiling pem_info.cc
[401/523] Compiling pem_all.cc
[402/523] Compiling poly_rq_mul.S
[403/523] Compiling md5.cc
[404/523] Compiling fips_shared_support.cc
[405/523] Compiling md4.cc
[406/523] Compiling lhash.cc
[407/523] Compiling ex_data.cc
[408/523] Compiling sign.cc
[409/523] Compiling hrss.cc
[410/523] Compiling scrypt.cc
[411/523] Compiling kyber.cc
[412/523] Compiling print.cc
[413/523] Compiling hpke.cc
[414/523] Compiling p_x25519.cc
[415/523] Compiling pbkdf.cc
[416/523] Compiling p_x25519_asn1.cc
[417/523] Compiling p_rsa.cc
[418/523] Compiling p_ed25519_asn1.cc
[419/523] Compiling p_rsa_asn1.cc
[420/523] Compiling p_ed25519.cc
[421/523] Compiling p_hkdf.cc
[422/523] Compiling p_ec_asn1.cc
[423/523] Compiling p_dh_asn1.cc
[424/523] Compiling p_ec.cc
[425/523] Compiling p_dh.cc
[426/523] Compiling evp_ctx.cc
[427/523] Compiling p_dsa_asn1.cc
[428/523] Compiling evp.cc
[429/523] Compiling err.cc
[430/523] Compiling engine.cc
[431/523] Compiling evp_asn1.cc
[432/523] Compiling ecdsa_asn1.cc
[433/523] Compiling ecdh.cc
[434/523] Compiling ec_derive.cc
[435/523] Compiling hash_to_curve.cc
[436/523] Compiling ec_asn1.cc
[437/523] Compiling dsa.cc
[438/523] Compiling params.cc
[439/523] Compiling dsa_asn1.cc
[440/523] Compiling x25519-asm-arm.S
[441/523] Compiling des.cc
[442/523] Compiling digest_extra.cc
[443/523] Compiling bcm.cc
[444/523] Compiling crypto.cc
[445/523] Compiling dh_asn1.cc
[446/523] Compiling curve25519_64_adx.cc
[447/523] Compiling spake25519.cc
[448/523] Compiling cpu_intel.cc
[449/523] Compiling curve25519.cc
[450/523] Compiling cpu_arm_linux.cc
[451/523] Compiling cpu_arm_freebsd.cc
[452/523] Compiling cpu_aarch64_openbsd.cc
[453/523] Compiling cpu_aarch64_sysreg.cc
[454/523] Compiling cpu_aarch64_win.cc
[455/523] Compiling cpu_aarch64_linux.cc
[456/523] Compiling cpu_aarch64_apple.cc
[457/523] Compiling cpu_aarch64_fuchsia.cc
[458/523] Compiling get_cipher.cc
[459/523] Compiling e_rc4.cc
[460/523] Compiling conf.cc
[461/523] Compiling tls_cbc.cc
[462/523] Compiling e_tls.cc
[463/523] Compiling e_aesgcmsiv.cc
[464/523] Compiling e_rc2.cc
[465/523] Compiling e_null.cc
[466/523] Compiling e_des.cc
[467/523] Compiling e_chacha20poly1305.cc
[468/523] Compiling e_aesctrhmac.cc
[469/523] Compiling chacha.cc
[470/523] Compiling derive_key.cc
[471/523] Compiling unicode.cc
[472/523] Compiling ber.cc
[473/523] Compiling cbb.cc
[474/523] Compiling buf.cc
[475/523] Compiling bn_asn1.cc
[476/523] Compiling asn1_compat.cc
[477/523] Compiling cbs.cc
[478/523] Compiling socket.cc
[479/523] Compiling blake2.cc
[480/523] Compiling socket_helper.cc
[481/523] Compiling convert.cc
[482/523] Compiling printf.cc
[483/523] Compiling pair.cc
[484/523] Compiling file.cc
[485/523] Compiling errno.cc
[486/523] Compiling hexdump.cc
[487/523] Compiling connect.cc
[488/523] Compiling fd.cc
[489/523] Compiling base64.cc
[490/523] Compiling bio_mem.cc
[491/523] Compiling bio.cc
[492/523] Compiling tasn_utl.cc
[493/523] Compiling tasn_new.cc
[494/523] Compiling tasn_fre.cc
[495/523] Compiling tasn_typ.cc
[496/523] Compiling tasn_enc.cc
[497/523] Compiling f_int.cc
[498/523] Compiling f_string.cc
[499/523] Compiling posix_time.cc
[500/523] Compiling tasn_dec.cc
[501/523] Compiling asn1_par.cc
[502/523] Compiling asn_pack.cc
[503/523] Compiling asn1_lib.cc
[504/523] Compiling a_type.cc
[505/523] Compiling a_utctm.cc
[506/523] Compiling a_time.cc
[507/523] Compiling a_strex.cc
[508/523] Compiling a_octet.cc
[509/523] Compiling a_strnid.cc
[510/523] Compiling a_object.cc
[511/523] Compiling a_i2d_fp.cc
[512/523] Compiling a_dup.cc
[513/523] Compiling a_d2i_fp.cc
[513/523] Write sources
[516/523] Compiling a_int.cc
[517/523] Compiling a_mbstr.cc
[518/523] Compiling a_gentm.cc
[519/541] Compiling a_bool.cc
[521/541] Compiling Atomics UnsafeAtomic.swift
[522/541] Compiling Atomics UnsafeAtomicLazyReference.swift
[523/543] Compiling Atomics ManagedAtomic.swift
[524/543] Compiling Atomics ManagedAtomicLazyReference.swift
[525/543] Compiling Atomics AtomicStorage.swift
[526/543] Compiling Atomics AtomicValue.swift
[527/543] Compiling Atomics AtomicMemoryOrderings.swift
[528/543] Compiling Atomics DoubleWord.swift
[529/543] Compiling Atomics OptionalRawRepresentable.swift
[530/543] Compiling Atomics RawRepresentable.swift
[531/543] Compiling Atomics AtomicBool.swift
[531/543] Compiling a_bitstr.cc
[533/543] Compiling Atomics IntegerOperations.swift
[534/543] Compiling Atomics Unmanaged extensions.swift
[535/543] Compiling Atomics AtomicInteger.swift
[536/543] Compiling Atomics AtomicOptionalWrappable.swift
[537/543] Compiling Atomics AtomicReference.swift
[538/543] Emitting module Atomics
[539/543] Compiling Atomics IntegerConformances.swift
[540/543] Compiling Atomics PointerConformances.swift
[541/543] Compiling Atomics Primitives.native.swift
[542/544] Compiling c-nioatomics.c
[543/544] Compiling c-atomics.c
[545/550] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[546/550] Emitting module NIOConcurrencyHelpers
[547/550] Compiling NIOConcurrencyHelpers lock.swift
[548/550] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[549/550] Compiling NIOConcurrencyHelpers NIOLock.swift
[550/550] Compiling NIOConcurrencyHelpers atomics.swift
[552/612] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[553/612] Compiling NIOCore BSDSocketAPI.swift
[554/612] Compiling NIOCore ByteBuffer-aux.swift
[555/612] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[556/612] Compiling NIOCore ByteBuffer-conversions.swift
[557/612] Compiling NIOCore ByteBuffer-core.swift
[558/612] Compiling NIOCore ByteBuffer-hex.swift
[559/612] Compiling NIOCore ByteBuffer-int.swift
[560/612] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[561/612] Compiling NIOCore IOData.swift
[562/612] Compiling NIOCore IPProtocol.swift
[563/612] Compiling NIOCore IntegerBitPacking.swift
[564/612] Compiling NIOCore IntegerTypes.swift
[565/612] Compiling NIOCore Interfaces.swift
[566/612] Compiling NIOCore Linux.swift
[567/612] Compiling NIOCore MarkedCircularBuffer.swift
[568/612] Compiling NIOCore MulticastChannel.swift
[569/620] Compiling NIOCore AddressedEnvelope.swift
[570/620] Compiling NIOCore AsyncAwaitSupport.swift
[571/620] Compiling NIOCore AsyncChannel.swift
[572/620] Compiling NIOCore AsyncChannelHandler.swift
[573/620] Compiling NIOCore AsyncChannelInboundStream.swift
[574/620] Compiling NIOCore AsyncChannelOutboundWriter.swift
[575/620] Compiling NIOCore NIOAsyncSequenceProducer.swift
[576/620] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[577/620] Compiling NIOCore NIOAsyncWriter.swift
[578/620] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[579/620] Compiling NIOCore SocketAddresses.swift
[580/620] Compiling NIOCore SocketOptionProvider.swift
[581/620] Compiling NIOCore SystemCallHelpers.swift
[582/620] Compiling NIOCore TimeAmount+Duration.swift
[583/620] Compiling NIOCore TypeAssistedChannelHandler.swift
[584/620] Compiling NIOCore UniversalBootstrapSupport.swift
[585/620] Compiling NIOCore Utilities.swift
[586/620] Compiling NIOCore CircularBuffer.swift
[587/620] Compiling NIOCore Codec.swift
[588/620] Compiling NIOCore ConvenienceOptionSupport.swift
[589/620] Compiling NIOCore DeadChannel.swift
[590/620] Compiling NIOCore DispatchQueue+WithFuture.swift
[591/620] Compiling NIOCore EventLoop+Deprecated.swift
[592/620] Compiling NIOCore EventLoop+SerialExecutor.swift
[593/620] Compiling NIOCore EventLoop.swift
[594/620] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[595/620] Compiling NIOCore NIOAny.swift
[596/620] Compiling NIOCore NIOCloseOnErrorHandler.swift
[597/620] Compiling NIOCore NIOCoreSendableMetatype.swift
[598/620] Compiling NIOCore NIOLoopBound.swift
[599/620] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[600/620] Compiling NIOCore NIOScheduledCallback.swift
[601/620] Compiling NIOCore NIOSendable.swift
[602/620] Compiling NIOCore RecvByteBufferAllocator.swift
[603/620] Compiling NIOCore ByteBuffer-multi-int.swift
[604/620] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[605/620] Compiling NIOCore ByteBuffer-views.swift
[606/620] Compiling NIOCore Channel.swift
[607/620] Compiling NIOCore ChannelHandler.swift
[608/620] Compiling NIOCore ChannelHandlers.swift
[609/620] Compiling NIOCore ChannelInvoker.swift
[610/620] Compiling NIOCore ChannelOption.swift
[611/620] Compiling NIOCore ChannelPipeline.swift
[612/620] Compiling NIOCore EventLoopFuture+Deprecated.swift
[613/620] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[614/620] Compiling NIOCore EventLoopFuture.swift
[615/620] Compiling NIOCore FileDescriptor.swift
[616/620] Compiling NIOCore FileHandle.swift
[617/620] Compiling NIOCore FileRegion.swift
[618/620] Compiling NIOCore GlobalSingletons.swift
[619/620] Compiling NIOCore IO.swift
[620/620] Emitting module NIOCore
[622/707] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[623/707] Compiling NIOPosix PosixSingletons.swift
[624/707] Compiling NIOPosix RawSocketBootstrap.swift
[625/707] Compiling NIOPosix Resolver.swift
[626/711] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[627/711] Compiling NIOPosix NIOThreadPool.swift
[628/711] Compiling NIOPosix NonBlockingFileIO.swift
[629/711] Compiling NIOPosix PendingDatagramWritesManager.swift
[630/711] Compiling NIOPosix PendingWritesManager.swift
[631/711] Emitting module NIOEmbedded
[632/711] Compiling NIOEmbedded AsyncTestingChannel.swift
[633/711] Compiling NIOPosix PipeChannel.swift
[634/711] Compiling NIOPosix PipePair.swift
[635/711] Compiling NIOPosix IO.swift
[636/711] Compiling NIOPosix IntegerBitPacking.swift
[637/711] Compiling NIOPosix IntegerTypes.swift
[638/711] Compiling NIOEmbedded Embedded.swift
[640/712] Compiling NIOPosix Errors+Any.swift
[641/712] Compiling NIOPosix FileDescriptor.swift
[642/712] Compiling NIOPosix GetaddrinfoResolver.swift
[643/712] Compiling NIOPosix HappyEyeballs.swift
[644/712] Compiling NIOPosix NIOPosixSendableMetatype.swift
[645/712] Compiling NIOPosix Linux.swift
[646/712] Compiling NIOPosix LinuxCPUSet.swift
[647/712] Compiling NIOPosix LinuxUring.swift
[648/712] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[649/712] Compiling NIOPosix Pool.swift
[657/718] Compiling BSON Primitives.swift
[658/718] Compiling BSON RegularExpression.swift
[659/718] Compiling BSON Timestamp.swift
[660/718] Compiling BSON TypeIdentifier.swift
[661/718] Compiling NIOPosix BSDSocketAPICommon.swift
[662/718] Compiling NIOPosix BSDSocketAPIPosix.swift
[663/718] Compiling NIOPosix BSDSocketAPIWindows.swift
[664/718] Compiling NIOPosix BaseSocket.swift
[665/718] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[666/718] Compiling NIOPosix BaseSocketChannel.swift
[667/718] Compiling NIOPosix BaseStreamSocketChannel.swift
[668/718] Compiling NIOPosix ThreadPosix.swift
[669/718] Compiling NIOPosix ThreadWindows.swift
[670/718] Compiling NIOPosix UnsafeTransfer.swift
[671/718] Compiling NIOPosix Utilities.swift
[672/718] Compiling NIOPosix VsockAddress.swift
[673/718] Compiling NIOPosix VsockChannelEvents.swift
[674/718] Emitting module NIOPosix
[675/718] Compiling NIOPosix Socket.swift
[676/718] Compiling NIOPosix SocketChannel.swift
[677/718] Compiling NIOPosix SocketProtocols.swift
[678/718] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[679/718] Compiling NIOPosix System.swift
[680/718] Compiling NIOPosix Thread.swift
[683/718] Compiling NIOPosix SelectorGeneric.swift
[684/718] Compiling NIOPosix SelectorKqueue.swift
[685/718] Compiling NIOPosix SelectorUring.swift
[686/718] Compiling NIOPosix ServerSocket.swift
[694/718] Emitting module BSON
[697/718] Compiling NIOPosix Bootstrap.swift
[698/718] Compiling NIOPosix ControlMessage.swift
[699/718] Compiling NIOPosix DatagramVectorReadManager.swift
[721/722] Emitting module NIO
[722/722] Compiling NIO Exports.swift
[724/734] Compiling NIOTLS TLSEvents.swift
[725/734] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[726/734] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[727/734] Emitting module NIOTLS
[728/734] Emitting module NIOFoundationCompat
[729/734] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[730/734] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[731/734] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[732/734] Compiling NIOTLS SNIHandler.swift
[733/734] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[735/735] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[737/787] Compiling NIOTransportServices StateManagedChannel.swift
[738/787] Compiling NIOTransportServices StateManagedListenerChannel.swift
[739/787] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[740/789] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[741/789] Compiling NIOTransportServices NIOTSSingletons.swift
[742/789] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[743/789] Emitting module NIOTransportServices
[744/789] Compiling NIOTransportServices AcceptHandler.swift
[745/789] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[746/789] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[747/789] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[748/789] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[749/789] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[750/789] Compiling NIOTransportServices NIOTSErrors.swift
[751/789] Compiling NIOTransportServices NIOTSEventLoop.swift
[752/789] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[753/789] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[754/789] Compiling NIOTransportServices NIOTSListenerChannel.swift
[755/789] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[756/789] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[757/789] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[758/789] Compiling NIOTransportServices NIOTSBootstraps.swift
[759/789] Compiling NIOTransportServices NIOTSChannelOptions.swift
[760/789] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[762/802] Compiling DNSClient ConfigParser.swift
[763/803] 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)" }
[764/803] Compiling DNSClient MessageOptions.swift
[765/803] Compiling DNSClient DNSEncoder.swift
[766/803] Compiling DNSClient Errors.swift
[767/803] 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 |
[768/803] 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 |
[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] Compiling DNSClient Client.swift
[772/803] Compiling DNSClient DNSClient+Connect.swift
[773/803] Emitting module DNSClient
[778/807] Compiling DNSClient SRV.swift
[779/807] Emitting module NIOSSL
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
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 _NIODataStructures PriorityQueue.swift
[3/46] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[4/46] Compiling InternalCollectionsUtilities UInt+reversed.swift
[5/47] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[6/47] Compiling ServiceContextModule ServiceContextKey.swift
[7/47] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[8/47] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[9/47] Compiling InternalCollectionsUtilities Debugging.swift
[10/47] Compiling InternalCollectionsUtilities Descriptions.swift
[11/47] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[12/47] Compiling Logging MetadataProvider.swift
[13/47] Emitting module _MongoKittenCrypto
[14/47] Compiling _MongoKittenCrypto HMAC.swift
[15/47] Compiling ServiceContextModule ServiceContext.swift
[16/47] Emitting module ServiceContextModule
[17/48] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[18/48] Compiling InternalCollectionsUtilities Integer rank.swift
[19/48] Compiling Logging Locks.swift
[21/48] Compiling NIOConcurrencyHelpers NIOLock.swift
[22/48] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[23/48] Compiling _NIODataStructures Heap.swift
[24/48] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[25/48] Compiling NIOConcurrencyHelpers atomics.swift
[26/66] Compiling _NIODataStructures _TinyArray.swift
[27/66] Compiling NIOConcurrencyHelpers lock.swift
[28/66] Emitting module InternalCollectionsUtilities
[29/66] Emitting module _NIODataStructures
[30/67] Compiling _MongoKittenCrypto MD5.swift
[31/67] Compiling _MongoKittenCrypto Hex.swift
[32/67] Compiling _MongoKittenCrypto Hash.swift
[33/67] Compiling _MongoKittenCrypto PBKDF2.swift
[34/67] Emitting module _NIOBase64
[35/67] Compiling _NIOBase64 Base64.swift
[36/68] Compiling Atomics IntegerConformances.swift
[37/68] Compiling Atomics PointerConformances.swift
[38/68] Compiling Atomics AtomicOptionalWrappable.swift
[39/68] Compiling Atomics AtomicReference.swift
[41/69] Compiling _MongoKittenCrypto SHA256.swift
[42/69] Emitting module NIOConcurrencyHelpers
[43/70] Compiling Atomics AtomicStorage.swift
[44/70] Compiling Atomics AtomicValue.swift
[45/70] Compiling Atomics AtomicMemoryOrderings.swift
[46/70] Compiling Atomics DoubleWord.swift
[47/72] Compiling Atomics UnsafeAtomic.swift
[48/72] Compiling Atomics UnsafeAtomicLazyReference.swift
[49/72] Compiling Atomics ManagedAtomic.swift
[50/72] Compiling Atomics ManagedAtomicLazyReference.swift
[54/93] Compiling _MongoKittenCrypto SHA1.swift
[55/94] Compiling Logging LogHandler.swift
[56/94] Emitting module Logging
[57/94] Compiling Logging Logging.swift
[58/95] Compiling Atomics IntegerOperations.swift
[59/95] Compiling Atomics Unmanaged extensions.swift
[60/95] Compiling DequeModule Deque+CustomReflectable.swift
[61/95] Compiling DequeModule Deque+Descriptions.swift
[63/97] Compiling DequeModule Deque+Collection.swift
[64/97] Compiling DequeModule Deque+Equatable.swift
[65/97] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[66/97] Compiling DequeModule _DequeBuffer.swift
[67/97] Compiling DequeModule _DequeBufferHeader.swift
[68/97] Compiling Instrumentation NoOpInstrument.swift
[69/97] Compiling CoreMetrics Metrics.swift
[70/97] Compiling CoreMetrics Locks.swift
[71/97] Emitting module CoreMetrics
[73/98] Emitting module Instrumentation
[74/98] Compiling Instrumentation MultiplexInstrument.swift
[75/98] Compiling Instrumentation Instrument.swift
[76/98] Compiling Instrumentation Locks.swift
[77/98] Compiling Instrumentation InstrumentationSystem.swift
[82/99] Compiling DequeModule Deque+Extras.swift
[83/99] Compiling DequeModule Deque+Hashable.swift
[84/99] Compiling DequeModule Deque+Testing.swift
[85/99] Compiling DequeModule Deque._Storage.swift
[86/105] Compiling DequeModule _DequeSlot.swift
[87/105] Compiling DequeModule _UnsafeWrappedBuffer.swift
[88/109] Compiling DequeModule Deque._UnsafeHandle.swift
[89/109] Compiling DequeModule Deque.swift
[90/109] Emitting module DequeModule
[91/109] Compiling DequeModule Deque+Codable.swift
[93/110] Compiling Tracing TracerProtocol.swift
[94/110] Compiling Tracing Tracer.swift
[95/110] Compiling Tracing TracerProtocol+Legacy.swift
[96/110] Compiling Tracing TracingTime.swift
[97/110] Compiling Metrics Metrics.swift
[98/110] Emitting module Metrics
[101/111] Compiling Tracing NoOpTracer.swift
[102/111] Compiling Tracing InstrumentationSystem+Tracing.swift
[103/111] Emitting module Tracing
[104/111] Compiling Tracing SpanProtocol.swift
[112/112] Emitting module Atomics
[114/174] Compiling NIOCore NIOAny.swift
[115/174] Compiling NIOCore NIOCloseOnErrorHandler.swift
[116/174] Compiling NIOCore NIOCoreSendableMetatype.swift
[117/174] Compiling NIOCore NIOLoopBound.swift
[118/174] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[119/174] Compiling NIOCore NIOScheduledCallback.swift
[120/174] Compiling NIOCore NIOSendable.swift
[121/174] Compiling NIOCore RecvByteBufferAllocator.swift
[122/182] Compiling NIOCore IOData.swift
[123/182] Compiling NIOCore IPProtocol.swift
[124/182] Compiling NIOCore IntegerBitPacking.swift
[125/182] Compiling NIOCore IntegerTypes.swift
[126/182] Compiling NIOCore Interfaces.swift
[127/182] Compiling NIOCore Linux.swift
[128/182] Compiling NIOCore MarkedCircularBuffer.swift
[129/182] Compiling NIOCore MulticastChannel.swift
[130/182] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[131/182] Compiling NIOCore SocketAddresses.swift
[132/182] Compiling NIOCore SocketOptionProvider.swift
[133/182] Compiling NIOCore SystemCallHelpers.swift
[134/182] Compiling NIOCore TimeAmount+Duration.swift
[135/182] Compiling NIOCore TypeAssistedChannelHandler.swift
[136/182] Compiling NIOCore UniversalBootstrapSupport.swift
[137/182] Compiling NIOCore Utilities.swift
[138/182] Compiling NIOCore EventLoopFuture+Deprecated.swift
[139/182] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[140/182] Compiling NIOCore EventLoopFuture.swift
[141/182] Compiling NIOCore FileDescriptor.swift
[142/182] Compiling NIOCore FileHandle.swift
[143/182] Compiling NIOCore FileRegion.swift
[144/182] Compiling NIOCore GlobalSingletons.swift
[145/182] Compiling NIOCore IO.swift
[146/182] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[147/182] Compiling NIOCore BSDSocketAPI.swift
[148/182] Compiling NIOCore ByteBuffer-aux.swift
[149/182] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[150/182] Compiling NIOCore ByteBuffer-conversions.swift
[151/182] Compiling NIOCore ByteBuffer-core.swift
[152/182] Compiling NIOCore ByteBuffer-hex.swift
[153/182] Compiling NIOCore ByteBuffer-int.swift
[154/182] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[155/182] Compiling NIOCore CircularBuffer.swift
[156/182] Compiling NIOCore Codec.swift
[157/182] Compiling NIOCore ConvenienceOptionSupport.swift
[158/182] Compiling NIOCore DeadChannel.swift
[159/182] Compiling NIOCore DispatchQueue+WithFuture.swift
[160/182] Compiling NIOCore EventLoop+Deprecated.swift
[161/182] Compiling NIOCore EventLoop+SerialExecutor.swift
[162/182] Compiling NIOCore EventLoop.swift
[163/182] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[164/182] Compiling NIOCore AddressedEnvelope.swift
[165/182] Compiling NIOCore AsyncAwaitSupport.swift
[166/182] Compiling NIOCore AsyncChannel.swift
[167/182] Compiling NIOCore AsyncChannelHandler.swift
[168/182] Compiling NIOCore AsyncChannelInboundStream.swift
[169/182] Compiling NIOCore AsyncChannelOutboundWriter.swift
[170/182] Compiling NIOCore NIOAsyncSequenceProducer.swift
[171/182] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[172/182] Compiling NIOCore NIOAsyncWriter.swift
[173/182] Compiling NIOCore ByteBuffer-multi-int.swift
[174/182] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[175/182] Compiling NIOCore ByteBuffer-views.swift
[176/182] Compiling NIOCore Channel.swift
[177/182] Compiling NIOCore ChannelHandler.swift
[178/182] Compiling NIOCore ChannelHandlers.swift
[179/182] Compiling NIOCore ChannelInvoker.swift
[180/182] Compiling NIOCore ChannelOption.swift
[181/182] Compiling NIOCore ChannelPipeline.swift
[182/182] Emitting module NIOCore
[184/269] Emitting module NIOEmbedded
[185/269] Compiling NIOEmbedded AsyncTestingChannel.swift
[186/269] Compiling BSON Null.swift
[187/269] Compiling BSON ObjectId.swift
[188/269] Compiling BSON Optional.swift
[189/269] Compiling BSON PrimitiveConvertible.swift
[190/269] Compiling BSON AnyPrimitive.swift
[191/269] Compiling BSON Binary.swift
[192/269] Compiling BSON Decimal128.swift
[193/269] Compiling BSON JavaScript.swift
[194/273] Compiling BSON Document+Subscripts.swift
[195/273] Compiling BSON Document+Validation.swift
[196/273] Compiling BSON Document.swift
[197/273] Compiling BSON DocumentSlice.swift
[198/273] Compiling BSON ByteBuffer+Helpers.swift
[199/273] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[200/273] Compiling NIOEmbedded Embedded.swift
[202/274] Compiling BSON Document+Dictionary.swift
[203/274] Compiling BSON Document+Equatable.swift
[204/274] Compiling BSON Document+Helpers.swift
[205/274] Compiling BSON Document+Mutations.swift
[206/274] Compiling BSON Document+Serialization.swift
[207/274] Compiling BSON PrimitiveEncoding.swift
[208/274] Compiling BSON CustomDebugStringConvertible.swift
[209/274] Compiling BSON Document+Array.swift
[210/274] Compiling BSON Document+Cache.swift
[211/274] Compiling BSON Document+Collection.swift
[212/274] Compiling BSON Primitives.swift
[213/274] Compiling BSON RegularExpression.swift
[214/274] Compiling BSON Timestamp.swift
[215/274] Compiling BSON TypeIdentifier.swift
[216/274] Compiling BSON PrimitiveDecoding.swift
[217/274] Compiling BSON SingleValueBSONDecodingContainer.swift
[218/274] Compiling BSON UnkeyedBSONDecodingContainer.swift
[219/274] Compiling BSON BSONEncoder.swift
[220/274] Compiling BSON BSONEncoderStrategies.swift
[221/274] Emitting module BSON
[222/274] Compiling BSON Codable.swift
[223/274] Compiling BSON BSONDecoder.swift
[224/274] Compiling BSON BSONDecoderSettings.swift
[225/274] Compiling BSON FastBSONDecoder.swift
[226/274] Compiling BSON KeyedBSONDecodingContainer.swift
[238/281] Compiling NIOPosix RawSocketBootstrap.swift
[239/281] Compiling NIOPosix Resolver.swift
[240/281] Compiling NIOPosix Selectable.swift
[241/281] Compiling NIOPosix SelectableChannel.swift
[242/281] Compiling NIOPosix Socket.swift
[243/281] Compiling NIOPosix SocketChannel.swift
[244/281] Compiling NIOPosix SocketProtocols.swift
[245/281] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[246/281] Compiling NIOPosix System.swift
[247/281] Compiling NIOPosix Thread.swift
[268/281] Emitting module NIOPosix
[276/281] Compiling NIOPosix ThreadPosix.swift
[277/281] Compiling NIOPosix ThreadWindows.swift
[278/281] Compiling NIOPosix UnsafeTransfer.swift
[279/281] Compiling NIOPosix Utilities.swift
[280/281] Compiling NIOPosix VsockAddress.swift
[281/281] Compiling NIOPosix VsockChannelEvents.swift
[283/284] Compiling NIO Exports.swift
[284/284] Emitting module NIO
[286/296] Compiling NIOTLS TLSEvents.swift
[287/296] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[288/296] Emitting module NIOTLS
[289/296] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[290/296] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[291/296] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[292/296] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[293/296] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[294/296] Compiling NIOTLS SNIHandler.swift
[295/297] Emitting module NIOFoundationCompat
[296/297] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[299/349] Compiling NIOTransportServices StateManagedChannel.swift
[300/349] Compiling NIOTransportServices StateManagedListenerChannel.swift
[301/349] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[302/351] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[303/351] Compiling NIOTransportServices NIOTSErrors.swift
[304/351] Compiling NIOTransportServices NIOTSEventLoop.swift
[305/351] Compiling NIOTransportServices AcceptHandler.swift
[306/351] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[307/351] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[308/351] Emitting module NIOTransportServices
[309/351] Compiling NIOTransportServices NIOTSBootstraps.swift
[310/351] Compiling NIOTransportServices NIOTSChannelOptions.swift
[311/351] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[312/351] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[313/351] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[314/351] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[315/351] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[316/351] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[317/351] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[318/351] Compiling NIOTransportServices NIOTSSingletons.swift
[319/351] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[320/351] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[321/351] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[322/351] Compiling NIOTransportServices NIOTSListenerChannel.swift
[324/364] 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)" }
[325/364] Emitting module NIOSSL
[326/364] Compiling DNSClient MessageOptions.swift
[327/366] Compiling DNSClient ConfigParser.swift
[328/369] Compiling DNSClient DNSEncoder.swift
[329/369] Compiling DNSClient Errors.swift
[330/369] 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 |
[331/369] 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 |
[332/369] Compiling DNSClient Client.swift
[333/369] Compiling DNSClient DNSClient+Connect.swift
[334/369] Emitting module DNSClient
[335/369] 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 |
[336/369] 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 |
[345/369] Compiling DNSClient SRV.swift
[346/369] Compiling NIOSSL SSLPrivateKey.swift
[347/369] Compiling NIOSSL SSLPublicKey.swift
[348/369] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[349/369] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
BUILD FAILURE 6.1 android