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 queues-mongo-driver, reference 1.0.3 (4f3686), with Swift 6.1 for Android on 28 May 2025 21:29:27 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor-community/queues-mongo-driver.git
Reference: 1.0.3
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/vapor-community/queues-mongo-driver
 * tag               1.0.3      -> FETCH_HEAD
HEAD is now at 4f3686e Merge pull request #6 from vapor-community/oldest-job-fix
Cloned https://github.com/vapor-community/queues-mongo-driver.git
Revision (git rev-parse @):
4f3686eae98c569f50e0317c389f83b7472f6e4d
SUCCESS checkout https://github.com/vapor-community/queues-mongo-driver.git at 1.0.3
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/vapor-community/queues-mongo-driver.git
https://github.com/vapor-community/queues-mongo-driver.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "queues",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/queues.git"
    },
    {
      "identity" : "mongokitten",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.5.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/OpenKitten/MongoKitten.git"
    }
  ],
  "manifest_display_name" : "queues-mongo-driver",
  "name" : "queues-mongo-driver",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "QueuesMongoDriver",
      "targets" : [
        "QueuesMongoDriver"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "QueuesMongoDriverTests",
      "module_type" : "SwiftTarget",
      "name" : "QueuesMongoDriverTests",
      "path" : "Tests/QueuesMongoDriverTests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "sources" : [
        "QueuesMongoDriverTests.swift"
      ],
      "target_dependencies" : [
        "QueuesMongoDriver"
      ],
      "type" : "test"
    },
    {
      "c99name" : "QueuesMongoDriver",
      "module_type" : "SwiftTarget",
      "name" : "QueuesMongoDriver",
      "path" : "Sources/QueuesMongoDriver",
      "product_dependencies" : [
        "Vapor",
        "Queues",
        "MongoKitten"
      ],
      "product_memberships" : [
        "QueuesMongoDriver"
      ],
      "sources" : [
        "Queues.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/vapor/queues.git
Fetching https://github.com/OpenKitten/MongoKitten.git
[1/3318] Fetching queues
[1130/17556] Fetching queues, mongokitten
[11293/91934] Fetching queues, mongokitten, vapor
Fetched https://github.com/vapor/queues.git from cache (1.39s)
Fetched https://github.com/OpenKitten/MongoKitten.git from cache (1.40s)
[18595/74378] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (3.74s)
Computing version for https://github.com/OpenKitten/MongoKitten.git
Computed https://github.com/OpenKitten/MongoKitten.git at 6.7.15 (4.83s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/orlandos-nl/BSON.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/orlandos-nl/DNSClient.git
Fetching https://github.com/apple/swift-log.git
[1/1144] Fetching dnsclient
[665/4980] Fetching dnsclient, swift-log
[1798/7186] Fetching dnsclient, swift-log, swift-metrics
[1975/13190] Fetching dnsclient, swift-log, swift-metrics, bson
[7844/28033] Fetching dnsclient, swift-log, swift-metrics, bson, swift-nio-ssl
[14973/104126] Fetching dnsclient, swift-log, swift-metrics, bson, swift-nio-ssl, swift-nio
Fetched https://github.com/orlandos-nl/DNSClient.git from cache (1.14s)
Fetched https://github.com/apple/swift-metrics.git from cache (1.14s)
Fetched https://github.com/apple/swift-log.git from cache (1.15s)
[12630/96940] Fetching bson, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.56s)
[63835/82097] Fetching bson, swift-nio
Fetched https://github.com/orlandos-nl/BSON.git from cache (6.85s)
Fetched https://github.com/apple/swift-nio.git from cache (6.94s)
Computing version for https://github.com/orlandos-nl/BSON.git
Computed https://github.com/orlandos-nl/BSON.git at 7.0.31 (9.48s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.76s)
Computing version for https://github.com/orlandos-nl/DNSClient.git
Computed https://github.com/orlandos-nl/DNSClient.git at 2.4.4 (0.50s)
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.30s)
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.77s)
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.43s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.33s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/16591] Fetching swift-collections
[665/20982] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.46s)
[4480/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.00s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.45s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.45s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.32s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.46s)
Computing version for https://github.com/vapor/queues.git
Computed https://github.com/vapor/queues.git at 1.17.2 (0.84s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (0.97s)
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/websocket-kit.git
[1/3319] Fetching multipart-kit
[1628/5928] Fetching multipart-kit, websocket-kit
[1655/10902] Fetching multipart-kit, websocket-kit, swift-distributed-tracing
Fetched https://github.com/vapor/websocket-kit.git from cache (0.64s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.74s)
Fetching https://github.com/vapor/routing-kit.git
[1628/14846] Fetching multipart-kit, swift-nio-http2
[1974/35573] Fetching multipart-kit, swift-nio-http2, routing-kit
Fetched https://github.com/vapor/routing-kit.git from cache (1.93s)
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/vapor/multipart-kit.git from cache (2.93s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.30s)
Fetching https://github.com/vapor/console-kit.git
Fetching https://github.com/vapor/async-kit.git
[1/1063] Fetching swift-service-context
[1064/7022] Fetching swift-service-context, swift-algorithms
[1422/12936] Fetching swift-service-context, swift-algorithms, swift-nio-extras
[1719/26872] Fetching swift-service-context, swift-algorithms, swift-nio-extras, swift-crypto
[4019/29242] Fetching swift-service-context, swift-algorithms, swift-nio-extras, swift-crypto, async-kit
[8704/34819] Fetching swift-service-context, swift-algorithms, swift-nio-extras, swift-crypto, async-kit, console-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.60s)
Fetching https://github.com/swift-server/async-http-client.git
[19907/32449] Fetching swift-service-context, swift-algorithms, swift-nio-extras, swift-crypto, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.74s)
[15445/26872] Fetching swift-service-context, swift-algorithms, swift-nio-extras, swift-crypto
Fetched https://github.com/apple/swift-service-context.git from cache (0.93s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.94s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.94s)
[2648/13936] Fetching swift-crypto
[3346/27950] Fetching swift-crypto, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.13s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.34s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (7.01s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.71s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.87s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.40s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.28s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.44s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (2.20s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.58s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1141] Fetching swift-http-structured-headers
[424/2731] Fetching swift-http-structured-headers, swift-asn1
[605/3635] Fetching swift-http-structured-headers, swift-asn1, swift-http-types
[3636/6061] Fetching swift-http-structured-headers, swift-asn1, swift-http-types, swift-service-lifecycle
[3661/11046] Fetching swift-http-structured-headers, swift-asn1, swift-http-types, swift-service-lifecycle, swift-async-algorithms
[10898/17201] Fetching swift-http-structured-headers, swift-asn1, swift-http-types, swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.93s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.99s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.99s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.99s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.99s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.99s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.69s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.09s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.75s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.60s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.26s)
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.58s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.44s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (1.05s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.55s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.54s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.59s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.25s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.59s)
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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
Creating working copy for https://github.com/OpenKitten/MongoKitten.git
Working copy of https://github.com/OpenKitten/MongoKitten.git resolved at 6.7.15
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.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.83.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/orlandos-nl/BSON.git
Working copy of https://github.com/orlandos-nl/BSON.git resolved at 7.0.31
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
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/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.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/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-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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/vapor/queues.git
Working copy of https://github.com/vapor/queues.git resolved at 1.17.2
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Building for debugging...
[0/839] Write sources
[53/839] Compiling _NumericsShims _NumericsShims.c
[54/839] Compiling _AtomicsShims.c
[55/839] Compiling CNIOWindows shim.c
[56/839] Compiling CNIOWindows WSAStartup.c
[57/839] Compiling CNIOWASI CNIOWASI.c
[58/839] Compiling CVaporBcrypt bcrypt.c
[59/839] Compiling CSystem shims.c
[60/839] Compiling CNIOSHA1 c_nio_sha1.c
[61/839] Compiling CVaporBcrypt blf.c
[62/839] Compiling CNIOLinux liburing_shims.c
[63/839] Compiling CNIOLinux shim.c
[63/839] Compiling CNIOExtrasZlib empty.c
[65/839] Compiling CNIODarwin shim.c
[66/839] Compiling CNIOLLHTTP c_nio_http.c
[67/839] Compiling fiat_p256_adx_sqr.S
[68/839] Compiling fiat_curve25519_adx_mul.S
[69/839] Compiling fiat_curve25519_adx_square.S
[70/839] Compiling CNIOLLHTTP c_nio_api.c
[71/839] Write swift-version-24593BA9C3E375BF.txt
[72/839] Compiling fiat_p256_adx_mul.S
[73/839] Compiling CNIOLLHTTP c_nio_llhttp.c
[74/839] Compiling CNIOBoringSSLShims shims.c
[75/853] Compiling tls13_enc.cc
[76/853] Compiling tls13_server.cc
[77/853] Compiling tls13_client.cc
[78/853] Compiling tls_method.cc
[79/853] Compiling tls_record.cc
[81/908] Emitting module _NIODataStructures
[82/913] Emitting module InternalCollectionsUtilities
[83/914] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[84/914] Compiling InternalCollectionsUtilities Integer rank.swift
[85/914] Emitting module _MongoKittenCrypto
[86/915] Compiling _MongoKittenCrypto SHA256.swift
[87/915] Compiling _NIODataStructures _TinyArray.swift
[88/915] Compiling _NIODataStructures PriorityQueue.swift
[89/915] Emitting module ServiceContextModule
[92/916] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[93/916] Compiling _MongoKittenCrypto SHA1.swift
[94/916] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[95/916] Compiling SystemPackage FilePathTempPosix.swift
[96/916] Compiling SystemPackage FilePathTempWindows.swift
[97/916] Compiling SystemPackage FilePathWindows.swift
[98/916] Compiling SystemPackage FilePermissions.swift
[99/916] Compiling RealModule Float80+Real.swift
[100/919] Compiling RealModule Real.swift
[101/919] Compiling InternalCollectionsUtilities Descriptions.swift
[102/919] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[103/919] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[104/919] Compiling InternalCollectionsUtilities Debugging.swift
[105/919] Compiling ServiceContextModule ServiceContext.swift
[106/919] Compiling ServiceContextModule ServiceContextKey.swift
[107/919] Compiling _MongoKittenCrypto HMAC.swift
[108/919] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[109/919] Compiling InternalCollectionsUtilities UInt+reversed.swift
[110/919] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[111/919] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[112/919] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[113/919] Compiling InternalCollectionsUtilities _SortedCollection.swift
[114/920] Compiling RealModule Float+Real.swift
[115/920] Compiling RealModule ElementaryFunctions.swift
[116/920] Compiling RealModule Float16+Real.swift
[117/921] Emitting module RealModule
[120/921] Compiling _NIOBase64 Base64.swift
[121/921] Emitting module _NIOBase64
[122/921] Compiling SystemPackage MachPort.swift
[123/921] Compiling SystemPackage PlatformString.swift
[124/921] Compiling SystemPackage SystemString.swift
[129/921] Compiling _NIODataStructures Heap.swift
[134/923] Emitting module SystemPackage
[139/923] Compiling RealModule RealFunctions.swift
[145/1063] Compiling Instrumentation MultiplexInstrument.swift
[146/1063] Emitting module Instrumentation
[147/1063] Compiling Instrumentation NoOpInstrument.swift
[148/1063] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[149/1063] Compiling Instrumentation Instrument.swift
[150/1063] Compiling HeapModule Heap+Descriptions.swift
[151/1063] Compiling _RopeModule Range+BigString.swift
[152/1063] Compiling _RopeModule BigString+UTF16View.swift
[153/1063] Compiling _RopeModule BigString+UTF8View.swift
[154/1063] Compiling HeapModule _HeapNode.swift
[155/1063] Compiling HeapModule Heap+Invariants.swift
[156/1063] Compiling HeapModule Heap+UnsafeHandle.swift
[157/1063] Compiling HeapModule Heap.swift
[158/1063] Emitting module HeapModule
[159/1064] Compiling _RopeModule Rope+Invariants.swift
[160/1064] Compiling _RopeModule Rope+_Node.swift
[161/1064] Compiling _RopeModule Rope+_Storage.swift
[162/1064] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[163/1064] Compiling _RopeModule Rope+_UnsafeHandle.swift
[164/1064] Compiling _RopeModule Rope.swift
[165/1064] Compiling _RopeModule RopeElement.swift
[166/1071] Compiling _RopeModule BigString+UnicodeScalarView.swift
[167/1071] Compiling _RopeModule BigSubstring+UTF16View.swift
[168/1071] Compiling _RopeModule BigSubstring+UTF8View.swift
[169/1071] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[170/1071] Compiling _RopeModule BigSubstring.swift
[171/1071] Compiling _RopeModule Rope+Builder.swift
[172/1071] Compiling _RopeModule Rope+Debugging.swift
[173/1071] Compiling _RopeModule BigString+Iterators.swift
[174/1071] Compiling _RopeModule BigString+Metrics.swift
[175/1071] Compiling _RopeModule BigString+Summary.swift
[176/1071] Compiling _RopeModule BigString.swift
[177/1071] Compiling _RopeModule BigString+Append.swift
[178/1071] Compiling _RopeModule BigString+Initializers.swift
[179/1071] Compiling _RopeModule BigString+Insert.swift
[180/1071] Compiling _RopeModule BigString+Managing Breaks.swift
[182/1105] Compiling HashTreeCollections _HashStack.swift
[183/1105] Compiling _RopeModule BigString+Equatable.swift
[184/1105] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[185/1105] Compiling _RopeModule BigString+Hashing.swift
[186/1105] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[187/1105] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[188/1105] Compiling _RopeModule BigString+Sequence.swift
[189/1105] Compiling _RopeModule BigString+TextOutputStream.swift
[190/1147] Compiling HashTreeCollections _AncestorHashSlots.swift
[191/1147] Compiling HashTreeCollections _Bitmap.swift
[192/1147] Compiling HashTreeCollections _Bucket.swift
[193/1147] Compiling HashTreeCollections _Hash.swift
[194/1147] Compiling HashTreeCollections _HashLevel.swift
[195/1147] Compiling HashTreeCollections _HashNode+Builder.swift
[196/1147] Compiling HashTreeCollections _HashNode+Debugging.swift
[197/1147] Compiling HashTreeCollections _HashNode+Initializers.swift
[198/1147] Compiling HashTreeCollections _HashNode+Structural union.swift
[199/1147] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[200/1147] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[201/1147] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[202/1147] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[203/1147] Compiling HashTreeCollections _HashNode.swift
[204/1147] Compiling HashTreeCollections _HashNodeHeader.swift
[205/1147] Compiling HashTreeCollections _HashSlot.swift
[206/1147] Compiling CoreMetrics Metrics.swift
[207/1147] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[208/1147] Compiling HashTreeCollections _HashNode+Structural merge.swift
[209/1147] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[210/1147] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[217/1156] Compiling HashTreeCollections TreeDictionary+Keys.swift
[218/1156] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[219/1156] Compiling HashTreeCollections TreeDictionary+Merge.swift
[220/1156] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[221/1156] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[222/1156] Compiling HashTreeCollections TreeDictionary+Values.swift
[223/1156] Compiling HashTreeCollections TreeDictionary.swift
[224/1156] Compiling HashTreeCollections TreeSet+Codable.swift
[225/1156] Compiling HashTreeCollections TreeSet+Collection.swift
[226/1156] Emitting module CoreMetrics
[227/1156] Compiling CoreMetrics Locks.swift
[228/1157] Emitting module Logging
[229/1157] Compiling Logging Locks.swift
[230/1157] Compiling Logging MetadataProvider.swift
[231/1157] Compiling Instrumentation InstrumentationSystem.swift
[232/1157] Compiling Instrumentation Locks.swift
[233/1158] Compiling Logging LogHandler.swift
[234/1158] Compiling Logging Logging.swift
[236/1159] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[237/1159] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[238/1159] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[239/1159] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[240/1159] Compiling HashTreeCollections TreeSet+Hashable.swift
[241/1159] Compiling HashTreeCollections TreeSet+Sendable.swift
[242/1159] Compiling _RopeModule Rope+Join.swift
[243/1159] Compiling _RopeModule Rope+MutatingForEach.swift
[244/1159] Compiling _RopeModule Rope+Remove.swift
[245/1159] Compiling _RopeModule Rope+RemoveSubrange.swift
[246/1159] Compiling _RopeModule Rope+Split.swift
[247/1159] Compiling _RopeModule Optional Utilities.swift
[248/1159] Compiling _RopeModule String Utilities.swift
[249/1159] Compiling _RopeModule String.Index+ABI.swift
[254/1159] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[255/1159] Compiling HashTreeCollections TreeSet+Debugging.swift
[256/1159] Compiling HashTreeCollections TreeSet+Descriptions.swift
[260/1169] Compiling HashTreeCollections TreeSet+Equatable.swift
[261/1169] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[262/1169] Compiling HashTreeCollections TreeSet+Extras.swift
[263/1169] Compiling HashTreeCollections TreeSet+Filter.swift
[270/1170] Compiling HashTreeCollections _HashNode+Invariants.swift
[271/1170] Compiling HashTreeCollections _HashNode+Lookups.swift
[272/1170] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[273/1170] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[274/1170] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[275/1170] Compiling HashTreeCollections _HashNode+Storage.swift
[276/1170] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[277/1170] Compiling HashTreeCollections _HashNode+Structural filter.swift
[281/1186] Compiling DequeModule Deque._UnsafeHandle.swift
[282/1186] Compiling DequeModule Deque.swift
[283/1186] Compiling DequeModule _DequeBuffer.swift
[284/1186] Compiling DequeModule _DequeBufferHeader.swift
[291/1186] Compiling DequeModule Deque+Codable.swift
[292/1186] Compiling DequeModule Deque+Collection.swift
[293/1186] Compiling DequeModule Deque+CustomReflectable.swift
[294/1186] Compiling DequeModule Deque+Descriptions.swift
[295/1186] Compiling DequeModule Deque+Equatable.swift
[296/1186] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[297/1186] Compiling DequeModule Deque+Testing.swift
[298/1186] Compiling DequeModule Deque._Storage.swift
[299/1186] Compiling DequeModule Deque+Extras.swift
[300/1186] Compiling DequeModule Deque+Hashable.swift
[305/1203] Compiling Metrics Metrics.swift
[316/1203] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[317/1203] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[318/1203] Compiling HashTreeCollections TreeDictionary+Filter.swift
[319/1203] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[320/1203] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[327/1203] Compiling _MongoKittenCrypto Hex.swift
[328/1203] Compiling _MongoKittenCrypto Hash.swift
[329/1203] Compiling _MongoKittenCrypto MD5.swift
[330/1203] Compiling _MongoKittenCrypto MongoDB-CR.swift
[331/1203] Compiling _MongoKittenCrypto PBKDF2.swift
[339/1204] Emitting module OrderedCollections
[340/1205] Emitting module Metrics
[341/1206] Emitting module _RopeModule
[342/1206] Emitting module RoutingKit
[343/1206] Compiling Tracing TracerProtocol.swift
[344/1206] Compiling Tracing TracingTime.swift
[345/1206] Emitting module Tracing
[346/1206] Compiling DequeModule _DequeSlot.swift
[347/1206] Compiling DequeModule _UnsafeWrappedBuffer.swift
[350/1206] Compiling RoutingKit AnyRouter.swift
[351/1206] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[352/1206] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[353/1206] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[354/1206] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[355/1206] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[356/1206] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[357/1206] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[358/1206] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[359/1206] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[360/1206] Compiling HashTreeCollections TreeSet.swift
[361/1206] Compiling RoutingKit PathComponent.swift
[364/1206] Compiling Tracing Tracer.swift
[365/1206] Compiling Tracing TracerProtocol+Legacy.swift
[366/1206] Compiling RoutingKit Router.swift
[367/1206] Compiling RoutingKit Parameters.swift
[368/1206] Compiling RoutingKit TrieRouter.swift
[369/1207] Compiling Tracing NoOpTracer.swift
[370/1207] Compiling Tracing InstrumentationSystem+Tracing.swift
[371/1207] Compiling Tracing SpanProtocol.swift
[375/1208] Compiling HashTreeCollections _HashTreeIterator.swift
[376/1208] Compiling HashTreeCollections _HashTreeStatistics.swift
[377/1208] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[378/1208] Compiling HashTreeCollections _RawHashNode.swift
[379/1208] Compiling HashTreeCollections _UnmanagedHashNode.swift
[380/1208] Compiling HashTreeCollections _UnsafePath.swift
[381/1208] Compiling HashTreeCollections TreeDictionary+Codable.swift
[382/1208] Compiling HashTreeCollections TreeDictionary+Collection.swift
[383/1208] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[384/1208] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[385/1208] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[386/1208] Emitting module DequeModule
[409/1209] Emitting module HashTreeCollections
[452/1211] Compiling tls13_both.cc
[453/1211] Compiling t1_enc.cc
[454/1211] Compiling ssl_x509.cc
[455/1211] Compiling ssl_versions.cc
[456/1211] Compiling ssl_transcript.cc
[456/1211] Compiling ssl_stat.cc
[458/1211] Compiling ssl_privkey.cc
[459/1211] Compiling ssl_session.cc
[460/1211] Compiling ssl_key_share.cc
[461/1211] Compiling ssl_file.cc
[462/1211] Compiling ssl_lib.cc
[463/1211] Compiling ssl_credential.cc
[464/1211] Compiling ssl_cert.cc
[465/1211] Compiling ssl_cipher.cc
[466/1211] Compiling ssl_buffer.cc
[467/1211] Compiling ssl_asn1.cc
[468/1211] Compiling s3_pkt.cc
[469/1211] Compiling ssl_aead_ctx.cc
[470/1211] Compiling s3_lib.cc
[471/1211] Compiling s3_both.cc
[472/1211] Compiling handshake_client.cc
[473/1211] Compiling handshake.cc
[474/1211] Compiling handshake_server.cc
[475/1211] Compiling extensions.cc
[476/1211] Compiling handoff.cc
[477/1211] Compiling encrypted_client_hello.cc
[478/1211] Compiling md5-x86_64-linux.S
[479/1211] Compiling md5-x86_64-apple.S
[480/1211] Compiling md5-586-linux.S
[481/1211] Compiling md5-586-apple.S
[482/1211] Compiling dtls_record.cc
[483/1211] Compiling dtls_method.cc
[484/1211] Compiling chacha20_poly1305_x86_64-linux.S
[485/1211] Compiling chacha20_poly1305_x86_64-apple.S
[486/1211] Compiling chacha20_poly1305_armv8-win.S
[487/1211] Compiling d1_srtp.cc
[488/1211] Compiling chacha20_poly1305_armv8-linux.S
[489/1211] Compiling chacha20_poly1305_armv8-apple.S
[490/1211] Compiling chacha-x86_64-apple.S
[491/1211] Compiling chacha-x86_64-linux.S
[492/1211] Compiling chacha-x86-linux.S
[493/1211] Compiling d1_pkt.cc
[494/1211] Compiling chacha-x86-apple.S
[495/1211] Compiling chacha-armv8-win.S
[496/1211] Compiling chacha-armv8-apple.S
[497/1211] Compiling chacha-armv4-linux.S
[498/1211] Compiling chacha-armv8-linux.S
[499/1211] Compiling bio_ssl.cc
[500/1211] Compiling aes128gcmsiv-x86_64-linux.S
[501/1211] Compiling aes128gcmsiv-x86_64-apple.S
[502/1211] Compiling x86_64-mont5-linux.S
[503/1211] Compiling err_data.cc
[504/1211] Compiling x86_64-mont-apple.S
[505/1211] Compiling x86_64-mont-linux.S
[505/1211] Compiling x86-mont-linux.S
[507/1211] Compiling x86_64-mont5-apple.S
[508/1211] Compiling x86-mont-apple.S
[509/1211] Compiling vpaes-x86_64-apple.S
[510/1211] Compiling d1_lib.cc
[511/1211] Compiling vpaes-x86_64-linux.S
[512/1211] Compiling vpaes-x86-apple.S
[513/1211] Compiling vpaes-armv8-apple.S
[514/1211] Compiling vpaes-x86-linux.S
[515/1211] Compiling vpaes-armv8-win.S
[516/1211] Compiling vpaes-armv8-linux.S
[517/1211] Compiling vpaes-armv7-linux.S
[518/1211] Compiling sha512-x86_64-linux.S
[519/1211] Compiling sha512-x86_64-apple.S
[520/1211] Compiling sha512-586-linux.S
[521/1211] Compiling sha512-armv8-win.S
[522/1211] Compiling sha512-armv8-apple.S
[523/1211] Compiling sha512-586-apple.S
[523/1211] Compiling sha512-armv8-linux.S
[525/1211] Compiling sha512-armv4-linux.S
[526/1211] Compiling sha256-x86_64-linux.S
[527/1211] Compiling sha256-x86_64-apple.S
[528/1211] Compiling sha256-armv8-win.S
[529/1211] Compiling sha256-armv8-apple.S
[530/1211] Compiling sha256-586-linux.S
[531/1211] Compiling sha256-armv4-linux.S
[532/1211] Compiling sha256-armv8-linux.S
[533/1211] Compiling sha1-x86_64-linux.S
[534/1211] Compiling sha1-armv8-win.S
[535/1211] Compiling sha1-x86_64-apple.S
[536/1211] Compiling sha256-586-apple.S
[537/1211] Compiling sha1-armv4-large-linux.S
[538/1211] Compiling sha1-armv8-apple.S
[539/1211] Compiling sha1-armv8-linux.S
[540/1211] Compiling sha1-586-apple.S
[541/1211] Compiling rsaz-avx2-linux.S
[542/1211] Compiling sha1-586-linux.S
[543/1211] Compiling rdrand-x86_64-apple.S
[544/1211] Compiling rsaz-avx2-apple.S
[545/1211] Compiling rdrand-x86_64-linux.S
[546/1211] Compiling p256_beeu-x86_64-asm-linux.S
[547/1211] Compiling p256_beeu-armv8-asm-linux.S
[547/1211] Compiling p256-x86_64-asm-linux.S
[549/1211] Compiling p256_beeu-x86_64-asm-apple.S
[550/1211] Compiling p256_beeu-armv8-asm-apple.S
[551/1211] Compiling p256_beeu-armv8-asm-win.S
[552/1211] Compiling p256-armv8-asm-win.S
[553/1211] Compiling p256-x86_64-asm-apple.S
[554/1211] Compiling p256-armv8-asm-apple.S
[555/1211] Compiling d1_both.cc
[556/1211] Compiling ghashv8-armv8-win.S
[557/1211] Compiling ghashv8-armv8-apple.S
[558/1211] Compiling ghashv8-armv8-linux.S
[559/1211] Compiling p256-armv8-asm-linux.S
[560/1211] Compiling ghashv8-armv7-linux.S
[561/1211] Compiling ghash-x86_64-linux.S
[562/1211] Compiling ghash-x86_64-apple.S
[563/1211] Compiling ghash-x86-linux.S
[564/1211] Compiling ghash-x86-apple.S
[565/1211] Compiling ghash-ssse3-x86_64-apple.S
[566/1211] Compiling ghash-ssse3-x86-apple.S
[567/1211] Compiling ghash-ssse3-x86-linux.S
[568/1211] Compiling ghash-ssse3-x86_64-linux.S
[569/1211] Compiling ghash-neon-armv8-linux.S
[570/1211] Compiling ghash-neon-armv8-win.S
[571/1211] Compiling ghash-neon-armv8-apple.S
[572/1211] Compiling ghash-armv4-linux.S
[573/1211] Compiling bsaes-armv7-linux.S
[574/1211] Compiling co-586-linux.S
[575/1211] Compiling bn-armv8-apple.S
[576/1211] Compiling bn-armv8-win.S
[576/1211] Compiling bn-armv8-linux.S
[578/1211] Compiling co-586-apple.S
[579/1211] Compiling bn-586-linux.S
[580/1211] Compiling bn-586-apple.S
[581/1211] Compiling armv8-mont-win.S
[581/1211] Compiling aesv8-gcm-armv8-win.S
[583/1211] Compiling armv8-mont-apple.S
[584/1211] Compiling armv8-mont-linux.S
[585/1211] Compiling aesv8-gcm-armv8-apple.S
[586/1211] Compiling aesni-x86_64-linux.S
[587/1211] Compiling armv4-mont-linux.S
[588/1211] Compiling aesv8-armv8-apple.S
[589/1211] Compiling aesv8-armv8-linux.S
[590/1211] Compiling aesv8-armv7-linux.S
[590/1211] Compiling aesv8-armv8-win.S
[590/1211] Compiling aesv8-gcm-armv8-linux.S
[593/1211] Compiling aesni-gcm-x86_64-linux.S
[594/1211] Compiling aesni-x86_64-apple.S
[595/1211] Compiling aesni-x86-linux.S
[596/1211] Compiling aes-gcm-avx2-x86_64-apple.S
[597/1211] Compiling aesni-x86-apple.S
[598/1211] Compiling aesni-gcm-x86_64-apple.S
[599/1211] Compiling aes-gcm-avx10-x86_64-linux.S
[599/1211] Compiling aes-gcm-avx2-x86_64-linux.S
[601/1211] Compiling aes-gcm-avx10-x86_64-apple.S
[602/1211] Compiling x_sig.cc
[603/1211] Compiling x_val.cc
[604/1211] Compiling x_x509.cc
[605/1211] Compiling x_name.cc
[606/1211] Compiling x_x509a.cc
[607/1211] Compiling x_req.cc
[608/1211] Compiling x_spki.cc
[609/1211] Compiling x_pubkey.cc
[610/1211] Compiling x_exten.cc
[611/1211] Compiling x_algor.cc
[612/1211] Compiling x_all.cc
[613/1211] Compiling x509spki.cc
[614/1211] Compiling x509rset.cc
[615/1211] Compiling x509name.cc
[616/1211] Compiling x_attrib.cc
[617/1211] Compiling x_crl.cc
[618/1211] Compiling x509cset.cc
[619/1211] Compiling x509_vfy.cc
[620/1211] Compiling x509_v3.cc
[621/1211] Compiling x509_vpm.cc
[622/1211] Compiling x509_txt.cc
[623/1211] Compiling x509_req.cc
[624/1211] Compiling x509_set.cc
[625/1211] Compiling x509_trs.cc
[626/1211] Compiling x509_obj.cc
[627/1211] Compiling x509_d2.cc
[628/1211] Compiling x509_ext.cc
[629/1211] Compiling x509_def.cc
[630/1211] Compiling x509_cmp.cc
[631/1211] Compiling x509_lu.cc
[632/1211] Compiling x509_att.cc
[633/1211] Compiling x509.cc
[634/1211] Compiling v3_pmaps.cc
[635/1211] Compiling v3_purp.cc
[636/1211] Compiling v3_pcons.cc
[636/1211] Compiling v3_prn.cc
[638/1211] Compiling v3_skey.cc
[638/1211] Compiling v3_utl.cc
[640/1211] Compiling v3_ocsp.cc
[641/1211] Compiling v3_ncons.cc
[642/1211] Compiling v3_genn.cc
[643/1211] Compiling v3_ia5.cc
[644/1211] Compiling v3_lib.cc
[645/1211] Compiling v3_extku.cc
[646/1211] Compiling v3_int.cc
[647/1211] Compiling v3_info.cc
[648/1211] Compiling v3_enum.cc
[649/1211] Compiling v3_crld.cc
[650/1211] Compiling v3_cpols.cc
[651/1211] Compiling v3_akey.cc
[652/1211] Compiling v3_bcons.cc
[653/1211] Compiling v3_alt.cc
[654/1211] Compiling v3_akeya.cc
[655/1211] Compiling v3_bitst.cc
[656/1211] Compiling v3_conf.cc
[657/1211] Compiling t_x509a.cc
[658/1211] Compiling i2d_pr.cc
[659/1211] Compiling t_req.cc
[660/1211] Compiling t_x509.cc
[661/1211] Compiling rsa_pss.cc
[662/1211] Compiling name_print.cc
[663/1211] Compiling policy.cc
[664/1211] Compiling t_crl.cc
[665/1211] Compiling algorithm.cc
[666/1211] Compiling by_dir.cc
[667/1211] Compiling asn1_gen.cc
[668/1211] Compiling a_digest.cc
[669/1211] Compiling by_file.cc
[670/1211] Compiling a_verify.cc
[671/1211] Compiling a_sign.cc
[672/1211] Compiling voprf.cc
[673/1211] Compiling thread_none.cc
[674/1211] Compiling thread_win.cc
[675/1211] Compiling trust_token.cc
[676/1211] Compiling thread_pthread.cc
[677/1211] Compiling pmbtoken.cc
[678/1211] Compiling thread.cc
[679/1211] Compiling siphash.cc
[680/1211] Compiling stack.cc
[681/1211] Compiling sha1.cc
[682/1211] Compiling sha256.cc
[683/1211] Compiling slhdsa.cc
[684/1211] Compiling sha512.cc
[685/1211] Compiling spake2plus.cc
[686/1211] Compiling rsa_print.cc
[687/1211] Compiling rsa_extra.cc
[688/1211] Compiling refcount.cc
[689/1211] Compiling rsa_crypt.cc
[690/1211] Compiling windows.cc
[691/1211] Compiling rand.cc
[692/1211] Compiling urandom.cc
[693/1211] Compiling rc4.cc
[694/1211] Compiling trusty.cc
[695/1211] Compiling forkunsafe.cc
[696/1211] Compiling rsa_asn1.cc
[697/1211] Compiling poly1305_arm_asm.S
[698/1211] Compiling passive.cc
[699/1211] Compiling getentropy.cc
[700/1211] Compiling ios.cc
[701/1211] Compiling deterministic.cc
[702/1211] Compiling fork_detect.cc
[703/1211] Compiling poly1305_arm.cc
[704/1211] Compiling pool.cc
[705/1211] Compiling poly1305_vec.cc
[706/1211] Compiling poly1305.cc
[707/1211] Compiling pkcs8.cc
[708/1211] Compiling pkcs8_x509.cc
[709/1211] Compiling p5_pbev2.cc
[710/1211] Compiling pkcs7.cc
[711/1211] Compiling pkcs7_x509.cc
[712/1211] Compiling pem_xaux.cc
[712/1211] Compiling pem_x509.cc
[714/1211] Compiling pem_pkey.cc
[715/1211] Compiling pem_pk8.cc
[716/1211] Compiling pem_oth.cc
[717/1211] Compiling mlkem.cc
[718/1211] Compiling pem_info.cc
[719/1211] Compiling pem_all.cc
[720/1211] Compiling obj_xref.cc
[721/1211] Compiling pem_lib.cc
[722/1211] Compiling mldsa.cc
[723/1211] Compiling obj.cc
[724/1211] Compiling poly_rq_mul.S
[725/1211] Compiling mem.cc
[726/1211] Compiling fips_shared_support.cc
[727/1211] Compiling md5.cc
[728/1211] Compiling lhash.cc
[729/1211] Compiling md4.cc
[730/1211] Compiling ex_data.cc
[731/1211] Compiling kyber.cc
[732/1211] Compiling hpke.cc
[733/1211] Compiling sign.cc
[734/1211] Compiling scrypt.cc
[734/1211] Compiling hrss.cc
[736/1211] Compiling print.cc
[737/1211] Compiling pbkdf.cc
[738/1211] Compiling p_x25519_asn1.cc
[739/1211] Compiling p_x25519.cc
[740/1211] Compiling p_rsa_asn1.cc
[741/1211] Compiling p_hkdf.cc
[742/1211] Compiling p_ed25519_asn1.cc
[743/1211] Compiling p_rsa.cc
[744/1211] Compiling p_ed25519.cc
[745/1211] Compiling p_dh_asn1.cc
[746/1211] Compiling p_ec.cc
[747/1211] Compiling p_dh.cc
[748/1211] Compiling evp_ctx.cc
[749/1211] Compiling p_ec_asn1.cc
[750/1211] Compiling evp.cc
[751/1211] Compiling evp_asn1.cc
[752/1211] Compiling err.cc
[753/1211] Compiling ecdh.cc
[754/1211] Compiling ecdsa_asn1.cc
[755/1211] Compiling p_dsa_asn1.cc
[756/1211] Compiling bcm.cc
[757/1211] Compiling engine.cc
[758/1211] Compiling ec_derive.cc
[759/1211] Compiling hash_to_curve.cc
[760/1211] Compiling dsa.cc
[761/1211] Compiling params.cc
[762/1211] Compiling dsa_asn1.cc
[763/1211] Compiling x25519-asm-arm.S
[764/1211] Compiling dh_asn1.cc
[765/1211] Compiling digest_extra.cc
[766/1211] Compiling spake25519.cc
[767/1211] Compiling des.cc
[768/1211] Compiling ec_asn1.cc
[769/1211] Compiling curve25519_64_adx.cc
[770/1211] Compiling cpu_arm_linux.cc
[771/1211] Compiling crypto.cc
[772/1211] Compiling cpu_intel.cc
[773/1211] Compiling cpu_aarch64_win.cc
[774/1211] Compiling cpu_arm_freebsd.cc
[775/1211] Compiling curve25519.cc
[776/1211] Compiling cpu_aarch64_openbsd.cc
[777/1211] Compiling cpu_aarch64_sysreg.cc
[778/1211] Compiling cpu_aarch64_fuchsia.cc
[779/1211] Compiling cpu_aarch64_linux.cc
[780/1211] Compiling cpu_aarch64_apple.cc
[781/1211] Compiling e_rc4.cc
[782/1211] Compiling conf.cc
[783/1211] Compiling tls_cbc.cc
[784/1211] Compiling e_tls.cc
[785/1211] Compiling get_cipher.cc
[786/1211] Compiling e_chacha20poly1305.cc
[787/1211] Compiling e_rc2.cc
[788/1211] Compiling e_null.cc
[789/1211] Compiling e_des.cc
[790/1211] Compiling e_aesgcmsiv.cc
[791/1211] Compiling derive_key.cc
[792/1211] Compiling e_aesctrhmac.cc
[793/1211] Compiling chacha.cc
[794/1211] Compiling buf.cc
[795/1211] Compiling unicode.cc
[796/1211] Compiling ber.cc
[797/1211] Compiling cbb.cc
[798/1211] Compiling cbs.cc
[799/1211] Compiling asn1_compat.cc
[800/1211] Compiling convert.cc
[801/1211] Compiling bn_asn1.cc
[802/1211] Compiling socket_helper.cc
[803/1211] Compiling blake2.cc
[804/1211] Compiling socket.cc
[805/1211] Compiling printf.cc
[806/1211] Compiling file.cc
[807/1211] Compiling pair.cc
[808/1211] Compiling hexdump.cc
[809/1211] Compiling fd.cc
[810/1211] Compiling errno.cc
[811/1211] Compiling base64.cc
[812/1211] Compiling bio_mem.cc
[813/1211] Compiling connect.cc
[814/1211] Compiling tasn_typ.cc
[815/1211] Compiling bio.cc
[816/1211] Compiling tasn_fre.cc
[817/1211] Compiling tasn_utl.cc
[818/1211] Compiling tasn_enc.cc
[819/1211] Compiling posix_time.cc
[820/1211] Compiling tasn_new.cc
[821/1211] Compiling f_string.cc
[822/1211] Compiling f_int.cc
[823/1211] Compiling tasn_dec.cc
[824/1211] Compiling asn_pack.cc
[825/1211] Compiling asn1_par.cc
[826/1211] Compiling asn1_lib.cc
[827/1211] Compiling a_utctm.cc
[828/1211] Compiling a_type.cc
[829/1211] Compiling a_strnid.cc
[830/1211] Compiling a_octet.cc
[831/1211] Compiling a_time.cc
[832/1211] Compiling a_strex.cc
[833/1211] Compiling a_bool.cc
[834/1211] Compiling a_object.cc
[835/1211] Compiling a_i2d_fp.cc
[836/1211] Compiling a_int.cc
[837/1211] Compiling a_dup.cc
[838/1211] Compiling a_d2i_fp.cc
[839/1211] Compiling a_mbstr.cc
[840/1211] Compiling fiat_p256_adx_sqr.S
[841/1211] Compiling fiat_p256_adx_mul.S
[842/1211] Compiling fiat_curve25519_adx_square.S
[843/1211] Compiling md5-x86_64-linux.S
[844/1211] Compiling fiat_curve25519_adx_mul.S
[845/1211] Compiling md5-x86_64-apple.S
[846/1211] Compiling md5-586-linux.S
[847/1211] Compiling md5-586-apple.S
[848/1211] Compiling chacha20_poly1305_x86_64-linux.S
[849/1211] Compiling chacha20_poly1305_x86_64-apple.S
[850/1211] Compiling CCryptoBoringSSLShims shims.c
[851/1211] Compiling a_bitstr.cc
[852/1211] Compiling chacha20_poly1305_armv8-win.S
[853/1211] Compiling chacha20_poly1305_armv8-apple.S
[854/1211] Compiling a_gentm.cc
[855/1211] Compiling chacha-x86_64-linux.S
[856/1211] Compiling chacha-x86_64-apple.S
[857/1211] Compiling chacha20_poly1305_armv8-linux.S
[858/1211] Compiling chacha-x86-apple.S
[859/1211] Compiling chacha-x86-linux.S
[860/1211] Compiling chacha-armv8-win.S
[861/1211] Compiling chacha-armv8-linux.S
[862/1211] Compiling chacha-armv8-apple.S
[863/1211] Compiling aes128gcmsiv-x86_64-linux.S
[864/1211] Compiling aes128gcmsiv-x86_64-apple.S
[865/1211] Compiling chacha-armv4-linux.S
[866/1211] Compiling x86_64-mont-apple.S
[867/1211] Compiling x86_64-mont5-linux.S
[868/1211] Compiling x86_64-mont-linux.S
[869/1211] Compiling x86_64-mont5-apple.S
[870/1211] Compiling x86-mont-linux.S
[871/1211] Compiling x86-mont-apple.S
[872/1211] Compiling vpaes-x86_64-linux.S
[873/1211] Compiling vpaes-x86-apple.S
[874/1211] Compiling vpaes-x86_64-apple.S
[875/1211] Compiling vpaes-x86-linux.S
[876/1211] Compiling err_data.cc
[877/1211] Compiling vpaes-armv8-apple.S
[878/1211] Compiling vpaes-armv8-win.S
[879/1211] Compiling sha512-x86_64-linux.S
[880/1211] Compiling vpaes-armv8-linux.S
[881/1211] Compiling vpaes-armv7-linux.S
[882/1211] Compiling sha512-x86_64-apple.S
[883/1211] Compiling sha512-armv8-win.S
[884/1211] Compiling sha512-armv4-linux.S
[885/1211] Compiling sha512-armv8-apple.S
[886/1211] Compiling sha512-586-linux.S
[887/1211] Compiling sha512-586-apple.S
[888/1211] Compiling sha512-armv8-linux.S
[889/1211] Compiling sha256-x86_64-linux.S
[890/1211] Compiling sha256-x86_64-apple.S
[891/1211] Compiling sha256-armv8-win.S
[892/1211] Compiling sha256-armv8-apple.S
[893/1211] Compiling sha256-armv4-linux.S
[894/1211] Compiling sha256-armv8-linux.S
[895/1211] Compiling sha256-586-linux.S
[896/1211] Compiling sha1-x86_64-linux.S
[897/1211] Compiling sha256-586-apple.S
[898/1211] Compiling sha1-x86_64-apple.S
[899/1211] Compiling sha1-armv8-win.S
[900/1211] Compiling sha1-armv8-apple.S
[901/1211] Compiling sha1-armv4-large-linux.S
[902/1211] Compiling sha1-586-linux.S
[903/1211] Compiling sha1-armv8-linux.S
[904/1211] Compiling rsaz-avx2-linux.S
[905/1211] Compiling sha1-586-apple.S
[906/1211] Compiling rdrand-x86_64-apple.S
[907/1211] Compiling rsaz-avx2-apple.S
[908/1211] Compiling rdrand-x86_64-linux.S
[909/1211] Compiling p256_beeu-armv8-asm-win.S
[910/1211] Compiling p256_beeu-x86_64-asm-apple.S
[911/1211] Compiling p256_beeu-x86_64-asm-linux.S
[912/1211] Compiling p256_beeu-armv8-asm-linux.S
[913/1211] Compiling p256_beeu-armv8-asm-apple.S
[914/1211] Compiling p256-x86_64-asm-linux.S
[915/1211] Compiling p256-armv8-asm-win.S
[916/1211] Compiling p256-armv8-asm-apple.S
[917/1211] Compiling p256-x86_64-asm-apple.S
[918/1211] Compiling ghashv8-armv8-win.S
[919/1211] Compiling p256-armv8-asm-linux.S
[920/1211] Compiling ghashv8-armv8-linux.S
[921/1211] Compiling ghashv8-armv8-apple.S
[922/1211] Compiling ghash-x86_64-linux.S
[923/1211] Compiling ghash-x86_64-apple.S
[924/1211] Compiling ghashv8-armv7-linux.S
[925/1211] Compiling ghash-x86-linux.S
[926/1211] Compiling ghash-x86-apple.S
[927/1211] Compiling ghash-ssse3-x86-apple.S
[928/1211] Compiling ghash-ssse3-x86_64-linux.S
[929/1211] Compiling ghash-ssse3-x86_64-apple.S
[930/1211] Compiling ghash-ssse3-x86-linux.S
[931/1211] Compiling ghash-neon-armv8-win.S
[932/1211] Compiling ghash-neon-armv8-linux.S
[933/1211] Compiling ghash-armv4-linux.S
[934/1211] Compiling co-586-linux.S
[935/1211] Compiling co-586-apple.S
[936/1211] Compiling ghash-neon-armv8-apple.S
[937/1211] Compiling bsaes-armv7-linux.S
[938/1211] Compiling bn-armv8-win.S
[939/1211] Compiling bn-armv8-linux.S
[940/1211] Compiling bn-586-linux.S
[941/1211] Compiling bn-586-apple.S
[942/1211] Compiling bn-armv8-apple.S
[943/1211] Compiling armv8-mont-win.S
[944/1211] Compiling armv8-mont-apple.S
[945/1211] Compiling armv8-mont-linux.S
[946/1211] Compiling armv4-mont-linux.S
[947/1211] Compiling aesv8-gcm-armv8-win.S
[948/1211] Compiling aesv8-armv8-win.S
[949/1211] Compiling aesv8-gcm-armv8-apple.S
[950/1211] Compiling aesv8-armv8-linux.S
[951/1211] Compiling aesv8-gcm-armv8-linux.S
[952/1211] Compiling aesv8-armv8-apple.S
[953/1211] Compiling aesv8-armv7-linux.S
[954/1211] Compiling aesni-x86_64-apple.S
[955/1211] Compiling aesni-x86_64-linux.S
[956/1211] Compiling aesni-gcm-x86_64-linux.S
[957/1211] Compiling aesni-x86-apple.S
[958/1211] Compiling aesni-x86-linux.S
[959/1211] Compiling aesni-gcm-x86_64-apple.S
[960/1211] Compiling aes-gcm-avx10-x86_64-linux.S
[961/1211] Compiling aes-gcm-avx10-x86_64-apple.S
[962/1211] Compiling x_req.cc
[963/1211] Compiling x_spki.cc
[964/1211] Compiling x_x509a.cc
[965/1211] Compiling x_sig.cc
[966/1211] Compiling x_val.cc
[967/1211] Compiling x_x509.cc
[968/1211] Compiling x_pubkey.cc
[969/1211] Compiling x_exten.cc
[970/1211] Compiling x_name.cc
[971/1211] Compiling x_attrib.cc
[972/1211] Compiling c-nioatomics.c
[973/1211] Compiling x_crl.cc
[974/1211] Compiling x_all.cc
[975/1211] Compiling x509spki.cc
[976/1211] Compiling x_algor.cc
[977/1211] Compiling x509rset.cc
[978/1211] Compiling c-atomics.c
[979/1211] Compiling x509name.cc
[980/1211] Compiling x509cset.cc
[981/1217] Compiling x509_vfy.cc
[982/1217] Compiling x509_vpm.cc
[983/1217] Compiling x509_v3.cc
[984/1217] Compiling x509_txt.cc
[986/1217] Compiling NIOConcurrencyHelpers NIOLock.swift
[987/1217] Compiling NIOConcurrencyHelpers lock.swift
[988/1217] Emitting module NIOConcurrencyHelpers
[989/1217] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[989/1217] Compiling x509_trs.cc
[991/1217] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[992/1217] Compiling NIOConcurrencyHelpers atomics.swift
[992/1218] Compiling x509_set.cc
[994/1218] Compiling x509_def.cc
[995/1218] Compiling x509_req.cc
[996/1218] Compiling x509_lu.cc
[997/1244] Compiling x509_obj.cc
[999/1244] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1000/1244] Compiling ConsoleKitTerminal ConsoleClear.swift
[1001/1244] Compiling ConsoleKitTerminal Console+Ask.swift
[1002/1244] Compiling ConsoleKitTerminal Console+Choose.swift
[1003/1244] Compiling ConsoleKitTerminal Console+Confirm.swift
[1004/1244] Compiling ConsoleKitTerminal Console+Input.swift
[1005/1244] Compiling ConsoleKitTerminal Console+Center.swift
[1006/1244] Compiling ConsoleKitTerminal Console+Output.swift
[1006/1247] Compiling x509_ext.cc
[1007/1247] Compiling x509_cmp.cc
[1008/1247] Compiling x509_d2.cc
[1010/1247] Compiling ConsoleKitTerminal ActivityBar.swift
[1011/1247] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1012/1247] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1013/1247] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1014/1247] Compiling ConsoleKitTerminal CustomActivity.swift
[1015/1247] Compiling ConsoleKitTerminal LoadingBar.swift
[1016/1247] Compiling ConsoleKitTerminal ProgressBar.swift
[1017/1247] Compiling ConsoleKitTerminal Console+Clear.swift
[1018/1247] Emitting module ConsoleKitTerminal
[1018/1247] Compiling x509_att.cc
[1019/1247] Compiling x509.cc
[1020/1247] Compiling v3_prn.cc
[1022/1247] Compiling ConsoleKitTerminal ConsoleText.swift
[1023/1247] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1024/1247] Compiling ConsoleKitTerminal ANSI.swift
[1025/1247] Compiling ConsoleKitTerminal Console+Wait.swift
[1026/1247] Compiling ConsoleKitTerminal ConsoleColor.swift
[1027/1247] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1028/1247] Compiling ConsoleKitTerminal Console.swift
[1029/1247] Compiling ConsoleKitTerminal Terminal.swift
[1030/1247] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1031/1247] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1032/1247] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1033/1247] Compiling ConsoleKitTerminal LoggerFragment.swift
[1034/1248] Compiling v3_skey.cc
[1035/1248] Compiling v3_utl.cc
[1036/1248] Compiling v3_lib.cc
[1037/1270] Compiling v3_ncons.cc
[1039/1270] Emitting module ConsoleKitCommands
[1039/1272] Compiling v3_ocsp.cc
[1040/1272] Compiling v3_pmaps.cc
[1041/1272] Compiling v3_purp.cc
[1042/1272] Compiling v3_pcons.cc
[1044/1272] Compiling ConsoleKitCommands CommandSignature.swift
[1045/1272] Compiling ConsoleKitCommands Flag.swift
[1046/1272] Compiling ConsoleKitCommands Option.swift
[1047/1272] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1048/1272] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1049/1272] Compiling ConsoleKitCommands Argument.swift
[1050/1272] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1051/1272] Compiling ConsoleKitCommands Utilities.swift
[1052/1272] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1053/1272] Compiling ConsoleKitCommands AsyncCommand.swift
[1054/1272] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1055/1272] Compiling ConsoleKitCommands AsyncCommands.swift
[1056/1272] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1057/1272] Compiling ConsoleKitCommands AnyCommand.swift
[1058/1272] Compiling ConsoleKitCommands CommandGroup.swift
[1059/1272] Compiling ConsoleKitCommands CommandInput.swift
[1060/1272] Compiling ConsoleKitCommands Commands.swift
[1061/1272] Compiling ConsoleKitCommands Command.swift
[1062/1272] Compiling ConsoleKitCommands CommandContext.swift
[1063/1272] Compiling ConsoleKitCommands CommandError.swift
[1063/1272] Compiling v3_info.cc
[1064/1272] Compiling v3_int.cc
[1065/1272] Compiling v3_genn.cc
[1066/1272] Compiling v3_ia5.cc
[1067/1272] Compiling v3_extku.cc
[1068/1272] Compiling v3_enum.cc
[1069/1272] Compiling v3_crld.cc
[1070/1272] Compiling v3_cpols.cc
[1071/1272] Compiling v3_akeya.cc
[1073/1272] Compiling ConsoleKitCommands Console+Run.swift
[1074/1272] Compiling ConsoleKitCommands ConsoleError.swift
[1075/1272] Compiling ConsoleKitCommands Completion.swift
[1076/1273] Compiling v3_bitst.cc
[1077/1273] Compiling v3_conf.cc
[1079/1275] Compiling ConsoleKit Exports.swift
[1079/1275] Compiling t_x509a.cc
[1081/1275] Emitting module ConsoleKit
[1081/1276] Compiling v3_bcons.cc
[1083/1276] Compiling v3_alt.cc
[1084/1276] Compiling v3_akey.cc
[1085/1276] Compiling t_x509.cc
[1086/1276] Compiling t_crl.cc
[1087/1276] Compiling t_req.cc
[1088/1276] Compiling i2d_pr.cc
[1089/1276] Compiling by_file.cc
[1090/1276] Compiling policy.cc
[1091/1276] Compiling rsa_pss.cc
[1092/1276] Compiling name_print.cc
[1093/1276] Compiling by_dir.cc
[1094/1276] Compiling a_digest.cc
[1095/1276] Compiling asn1_gen.cc
[1096/1276] Compiling algorithm.cc
[1097/1276] Compiling trust_token.cc
[1098/1276] Compiling voprf.cc
[1099/1276] Compiling a_verify.cc
[1100/1276] Compiling pmbtoken.cc
[1101/1276] Compiling thread_win.cc
[1102/1276] Compiling a_sign.cc
[1103/1276] Compiling thread_pthread.cc
[1104/1276] Compiling thread.cc
[1105/1276] Compiling thread_none.cc
[1106/1276] Compiling wots.cc
[1107/1276] Compiling stack.cc
[1108/1276] Compiling thash.cc
[1109/1276] Compiling merkle.cc
[1110/1276] Compiling fors.cc
[1111/1276] Compiling sha512.cc
[1112/1276] Compiling slhdsa.cc
[1113/1276] Compiling sha1.cc
[1114/1276] Compiling siphash.cc
[1115/1276] Compiling sha256.cc
[1116/1276] Compiling rsa_print.cc
[1117/1276] Compiling rsa_extra.cc
[1118/1276] Compiling rsa_crypt.cc
[1119/1276] Compiling rc4.cc
[1120/1276] Compiling rsa_asn1.cc
[1121/1276] Compiling urandom.cc
[1122/1276] Compiling refcount.cc
[1123/1276] Compiling trusty.cc
[1124/1276] Compiling rand_extra.cc
[1125/1276] Compiling ios.cc
[1126/1276] Compiling windows.cc
[1127/1276] Compiling passive.cc
[1128/1276] Compiling poly1305_arm_asm.S
[1129/1276] Compiling getentropy.cc
[1130/1276] Compiling deterministic.cc
[1131/1276] Compiling forkunsafe.cc
[1132/1276] Compiling fork_detect.cc
[1133/1276] Compiling poly1305_arm.cc
[1134/1276] Compiling pool.cc
[1135/1276] Compiling poly1305_vec.cc
[1136/1276] Compiling pkcs8.cc
[1137/1276] Compiling poly1305.cc
[1138/1276] Compiling p5_pbev2.cc
[1139/1276] Compiling pkcs7.cc
[1140/1276] Compiling pkcs7_x509.cc
[1141/1276] Compiling pem_xaux.cc
[1142/1276] Compiling pkcs8_x509.cc
[1143/1276] Compiling pem_x509.cc
[1144/1276] Compiling pem_pk8.cc
[1145/1276] Compiling pem_pkey.cc
[1146/1276] Compiling pem_oth.cc
[1147/1276] Compiling pem_info.cc
[1148/1276] Compiling pem_lib.cc
[1149/1276] Compiling obj_xref.cc
[1150/1276] Compiling mldsa.cc
[1151/1276] Compiling obj.cc
[1152/1276] Compiling pem_all.cc
[1153/1276] Compiling poly_rq_mul.S
[1154/1276] Compiling mem.cc
[1155/1276] Compiling fips_shared_support.cc
[1156/1276] Compiling md4.cc
[1157/1276] Compiling mlkem.cc
[1158/1276] Compiling md5.cc
[1159/1276] Compiling lhash.cc
[1160/1276] Compiling kyber.cc
[1161/1276] Compiling sign.cc
[1162/1276] Compiling ex_data.cc
[1163/1276] Compiling hrss.cc
[1164/1276] Compiling hpke.cc
[1165/1276] Compiling scrypt.cc
[1166/1276] Compiling print.cc
[1167/1276] Compiling pbkdf.cc
[1168/1276] Compiling p_x25519.cc
[1169/1276] Compiling p_x25519_asn1.cc
[1170/1276] Compiling p_ed25519.cc
[1171/1276] Compiling p_ed25519_asn1.cc
[1172/1276] Compiling p_rsa_asn1.cc
[1173/1276] Compiling p_hkdf.cc
[1174/1276] Compiling p_rsa.cc
[1175/1276] Compiling p_dsa_asn1.cc
[1176/1276] Compiling p_ec_asn1.cc
[1177/1276] Compiling p_dh_asn1.cc
[1178/1276] Compiling p_ec.cc
[1179/1276] Compiling evp.cc
[1180/1276] Compiling evp_ctx.cc
[1181/1276] Compiling err.cc
[1182/1276] Compiling p_dh.cc
[1183/1276] Compiling ecdsa_asn1.cc
[1184/1276] Compiling ecdh_extra.cc
[1185/1276] Compiling engine.cc
[1186/1276] Compiling evp_asn1.cc
[1187/1276] Compiling hash_to_curve.cc
[1188/1276] Compiling dsa.cc
[1189/1276] Compiling dsa_asn1.cc
[1190/1276] Compiling ec_derive.cc
[1191/1276] Compiling bcm.cc
[1192/1276] Compiling ec_asn1.cc
[1193/1276] Compiling x25519-asm-arm.S
[1194/1276] Compiling des.cc
[1195/1276] Compiling params.cc
[1196/1276] Compiling dh_asn1.cc
[1197/1276] Compiling digest_extra.cc
[1198/1276] Compiling curve25519_64_adx.cc
[1199/1276] Compiling spake25519.cc
[1200/1276] Compiling cpu_arm_linux.cc
[1201/1276] Compiling cpu_intel.cc
[1202/1276] Compiling cpu_aarch64_win.cc
[1203/1276] Compiling curve25519.cc
[1204/1276] Compiling crypto.cc
[1205/1276] Compiling cpu_aarch64_sysreg.cc
[1206/1276] Compiling cpu_arm_freebsd.cc
[1207/1276] Compiling cpu_aarch64_openbsd.cc
[1208/1276] Compiling cpu_aarch64_fuchsia.cc
[1209/1276] Compiling cpu_aarch64_apple.cc
[1210/1276] Compiling cpu_aarch64_linux.cc
[1211/1276] Compiling tls_cbc.cc
[1212/1276] Compiling conf.cc
[1213/1276] Compiling e_tls.cc
[1214/1276] Compiling e_null.cc
[1215/1276] Compiling e_rc2.cc
[1216/1276] Compiling e_chacha20poly1305.cc
[1217/1276] Compiling e_rc4.cc
[1218/1276] Compiling e_des.cc
[1219/1276] Compiling e_aesctrhmac.cc
[1220/1276] Compiling cipher_extra.cc
[1221/1276] Compiling e_aesgcmsiv.cc
[1222/1276] Compiling derive_key.cc
[1223/1276] Compiling chacha.cc
[1224/1276] Compiling buf.cc
[1225/1276] Compiling unicode.cc
[1226/1276] Compiling cbs.cc
[1227/1276] Compiling ber.cc
[1228/1276] Compiling bn_asn1.cc
[1229/1276] Compiling convert.cc
[1230/1276] Compiling blake2.cc
[1231/1276] Compiling asn1_compat.cc
[1232/1276] Compiling cbb.cc
[1233/1276] Compiling errno.cc
[1234/1276] Compiling hexdump.cc
[1235/1276] Compiling bio.cc
[1236/1276] Compiling fd.cc
[1237/1276] Compiling printf.cc
[1238/1276] Compiling bio_mem.cc
[1239/1276] Compiling pair.cc
[1240/1276] Compiling file.cc
[1241/1276] Compiling tasn_new.cc
[1242/1276] Compiling tasn_dec.cc
[1243/1276] Compiling posix_time.cc
[1244/1276] Compiling tasn_enc.cc
[1245/1276] Compiling base64.cc
[1246/1276] Compiling tasn_fre.cc
[1247/1276] Compiling tasn_typ.cc
[1248/1276] Compiling tasn_utl.cc
[1249/1276] Compiling f_string.cc
[1250/1276] Compiling asn1_lib.cc
[1251/1276] Compiling f_int.cc
[1252/1276] Compiling asn1_par.cc
[1253/1276] Compiling asn_pack.cc
[1254/1276] Compiling a_time.cc
[1255/1276] Compiling a_strex.cc
[1256/1276] Compiling a_strnid.cc
[1257/1276] Compiling a_type.cc
[1258/1276] Compiling a_utctm.cc
[1259/1276] Compiling a_mbstr.cc
[1260/1276] Compiling a_object.cc
[1261/1276] Compiling a_octet.cc
[1262/1276] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1262/1276] Write sources
[1269/1276] Compiling a_bitstr.cc
[1270/1315] Compiling a_i2d_fp.cc
[1271/1354] Compiling a_dup.cc
[1272/1373] Compiling a_int.cc
[1273/1373] Compiling a_bool.cc
[1274/1373] Compiling a_d2i_fp.cc
[1276/1373] Emitting module BitCollections
[1276/1376] Compiling a_gentm.cc
[1278/1380] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1279/1380] Compiling BitCollections BitSet+CustomReflectable.swift
[1280/1380] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1281/1380] Compiling BitCollections BitSet+Equatable.swift
[1282/1380] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1283/1380] Compiling BitCollections BitSet+Extras.swift
[1284/1380] Compiling BitCollections BitSet+Hashable.swift
[1285/1380] Compiling Atomics ManagedAtomic.swift
[1286/1380] Compiling Atomics ManagedAtomicLazyReference.swift
[1287/1380] Compiling Atomics UnsafeAtomic.swift
[1288/1380] Compiling Atomics UnsafeAtomicLazyReference.swift
[1289/1382] Compiling Atomics AtomicMemoryOrderings.swift
[1290/1382] Compiling Atomics DoubleWord.swift
[1291/1390] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1292/1390] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1293/1390] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1294/1390] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1295/1390] Compiling BitCollections BitSet+SetAlgebra union.swift
[1296/1390] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1297/1390] Compiling BitCollections BitSet.Counted.swift
[1298/1390] Compiling BitCollections BitSet+Initializers.swift
[1299/1390] Compiling BitCollections BitSet+Invariants.swift
[1300/1390] Compiling BitCollections BitSet+Random.swift
[1301/1390] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1302/1390] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1303/1390] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1304/1390] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1305/1390] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1306/1390] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1307/1390] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1308/1390] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1309/1390] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1310/1390] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1311/1390] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1312/1390] Compiling Atomics Primitives.shims.swift
[1313/1390] Compiling Atomics AtomicInteger.swift
[1314/1390] Compiling Atomics AtomicOptionalWrappable.swift
[1315/1390] Compiling Atomics AtomicReference.swift
[1316/1390] Compiling Atomics AtomicStorage.swift
[1317/1390] Compiling Atomics AtomicValue.swift
[1318/1390] Compiling Atomics IntegerOperations.swift
[1319/1390] Compiling Atomics Unmanaged extensions.swift
[1320/1390] Compiling Algorithms Split.swift
[1321/1390] Compiling Algorithms Stride.swift
[1322/1390] Compiling Algorithms Suffix.swift
[1325/1393] Compiling Algorithms Rotate.swift
[1326/1393] Compiling BitCollections BitSet.Index.swift
[1327/1393] Compiling BitCollections BitSet._UnsafeHandle.swift
[1328/1393] Compiling BitCollections BitSet.swift
[1329/1393] Compiling BitCollections Range+Utilities.swift
[1330/1393] Compiling BitCollections Slice+Utilities.swift
[1331/1393] Compiling BitCollections UInt+Tricks.swift
[1332/1393] Compiling BitCollections _Word.swift
[1333/1393] Compiling CryptoBoringWrapper RandomBytes.swift
[1334/1393] Compiling Atomics OptionalRawRepresentable.swift
[1335/1393] Compiling Atomics RawRepresentable.swift
[1336/1393] Compiling Atomics AtomicBool.swift
[1337/1393] Compiling Atomics IntegerConformances.swift
[1338/1393] Compiling Atomics PointerConformances.swift
[1339/1393] Compiling Atomics Primitives.native.swift
[1340/1393] Compiling Algorithms Trim.swift
[1341/1393] Compiling Algorithms Unique.swift
[1342/1393] Compiling Algorithms Windows.swift
[1381/1393] Emitting module CryptoBoringWrapper
[1382/1393] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1383/1394] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1384/1394] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1386/1394] Compiling CryptoBoringWrapper EllipticCurve.swift
[1387/1394] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1388/1394] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1390/1397] Compiling Collections Collections.swift
[1391/1397] Emitting module Collections
[1393/1469] Emitting module Atomics
[1395/1470] Compiling Crypto AES-GCM.swift
[1396/1470] Compiling Crypto AES-GCM_boring.swift
[1397/1470] Compiling Crypto ChaChaPoly_boring.swift
[1398/1470] Compiling Crypto ChaChaPoly.swift
[1399/1530] Emitting module Algorithms
[1401/1531] Compiling Crypto SymmetricKeys.swift
[1402/1531] Compiling Crypto HMAC.swift
[1403/1531] Compiling Crypto MACFunctions.swift
[1404/1531] Compiling Crypto MessageAuthenticationCode.swift
[1405/1531] Compiling Crypto AES.swift
[1406/1531] Compiling Crypto ECDSASignature_boring.swift
[1407/1531] Compiling Crypto ECDSA_boring.swift
[1408/1531] Compiling Crypto EdDSA_boring.swift
[1409/1531] Compiling Crypto ECDSA.swift
[1410/1531] Compiling Crypto Ed25519.swift
[1411/1531] Compiling NIOCore MarkedCircularBuffer.swift
[1412/1531] Compiling NIOCore MulticastChannel.swift
[1413/1531] Compiling NIOCore NIOAny.swift
[1414/1531] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1415/1531] Compiling NIOCore NIOLoopBound.swift
[1416/1531] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1417/1531] Compiling NIOCore NIOScheduledCallback.swift
[1418/1531] Compiling NIOCore NIOSendable.swift
[1419/1531] Compiling NIOCore RecvByteBufferAllocator.swift
[1420/1531] Compiling Crypto X25519Keys.swift
[1421/1540] Emitting module Crypto
[1430/1548] Compiling NIOCore AddressedEnvelope.swift
[1431/1548] Compiling NIOCore AsyncAwaitSupport.swift
[1432/1548] Compiling NIOCore AsyncChannel.swift
[1433/1548] Compiling NIOCore AsyncChannelHandler.swift
[1434/1548] Compiling NIOCore AsyncChannelInboundStream.swift
[1435/1548] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1436/1548] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1437/1548] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1438/1548] Compiling NIOCore NIOAsyncWriter.swift
[1439/1548] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1440/1548] Compiling NIOCore BSDSocketAPI.swift
[1441/1548] Compiling NIOCore ByteBuffer-aux.swift
[1442/1548] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1443/1548] Compiling NIOCore ByteBuffer-conversions.swift
[1444/1548] Compiling NIOCore ByteBuffer-core.swift
[1445/1548] Compiling NIOCore ByteBuffer-hex.swift
[1446/1548] Compiling NIOCore ByteBuffer-int.swift
[1447/1548] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1448/1548] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1449/1548] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1450/1548] Compiling NIOCore EventLoop+Deprecated.swift
[1451/1548] Compiling NIOCore EventLoop+SerialExecutor.swift
[1452/1548] Compiling NIOCore EventLoop.swift
[1453/1548] Compiling NIOCore IO.swift
[1454/1548] Compiling NIOCore IOData.swift
[1455/1548] Compiling NIOCore IPProtocol.swift
[1456/1548] Compiling NIOCore IntegerBitPacking.swift
[1457/1548] Compiling NIOCore IntegerTypes.swift
[1458/1548] Compiling NIOCore Interfaces.swift
[1459/1548] Compiling NIOCore Linux.swift
[1460/1548] Compiling NIOCore ChannelHandler.swift
[1461/1548] Compiling NIOCore ChannelHandlers.swift
[1462/1548] Compiling NIOCore ChannelInvoker.swift
[1463/1548] Compiling NIOCore ChannelOption.swift
[1464/1548] Compiling NIOCore ChannelPipeline.swift
[1465/1548] Compiling NIOCore CircularBuffer.swift
[1466/1548] Compiling NIOCore Codec.swift
[1467/1548] Compiling NIOCore ConvenienceOptionSupport.swift
[1468/1548] Compiling NIOCore DeadChannel.swift
[1469/1548] Compiling NIOCore DispatchQueue+WithFuture.swift
[1470/1548] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1471/1548] Compiling NIOCore EventLoopFuture.swift
[1472/1548] Compiling NIOCore FileDescriptor.swift
[1473/1548] Compiling NIOCore FileHandle.swift
[1474/1548] Compiling NIOCore FileRegion.swift
[1475/1548] Compiling NIOCore GlobalSingletons.swift
[1476/1548] Compiling NIOCore ByteBuffer-multi-int.swift
[1477/1548] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1478/1548] Compiling NIOCore ByteBuffer-views.swift
[1479/1548] Compiling NIOCore Channel.swift
[1496/1548] Compiling Crypto Signature.swift
[1497/1548] Compiling Crypto CryptoKitErrors_boring.swift
[1498/1548] Compiling Crypto RNG_boring.swift
[1499/1548] Compiling Crypto SafeCompare_boring.swift
[1500/1548] Compiling Crypto Zeroization_boring.swift
[1501/1548] Compiling Crypto PrettyBytes.swift
[1502/1548] Compiling Crypto SafeCompare.swift
[1503/1548] Compiling Crypto SecureBytes.swift
[1504/1548] Compiling Crypto Zeroization.swift
[1514/1549] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1515/1549] Compiling NIOCore SocketAddresses.swift
[1516/1549] Compiling NIOCore SocketOptionProvider.swift
[1517/1549] Compiling NIOCore SystemCallHelpers.swift
[1518/1549] Compiling NIOCore TimeAmount+Duration.swift
[1519/1549] Compiling NIOCore TypeAssistedChannelHandler.swift
[1520/1549] Compiling NIOCore UniversalBootstrapSupport.swift
[1521/1549] Compiling NIOCore Utilities.swift
[1540/1549] Emitting module NIOCore
[1551/1600] Emitting module NIOEmbedded
[1552/1600] Compiling NIOEmbedded AsyncTestingChannel.swift
[1553/1600] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1554/1600] Compiling NIOEmbedded Embedded.swift
[1555/1601] Compiling NIOPosix Pool.swift
[1556/1601] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1557/1601] Compiling NIOPosix PosixSingletons.swift
[1558/1601] Compiling NIOPosix RawSocketBootstrap.swift
[1559/1601] Compiling NIOPosix Resolver.swift
[1560/1601] Compiling NIOPosix Selectable.swift
[1562/1607] Emitting module NIOPosix
[1563/1607] Compiling NIOPosix ThreadPosix.swift
[1564/1607] Compiling NIOPosix ThreadWindows.swift
[1565/1607] Compiling NIOPosix UnsafeTransfer.swift
[1566/1607] Compiling NIOPosix Utilities.swift
[1567/1607] Compiling NIOPosix VsockAddress.swift
[1568/1607] Compiling NIOPosix VsockChannelEvents.swift
[1569/1607] Compiling NIOPosix SelectableChannel.swift
[1570/1607] Compiling NIOPosix SelectableEventLoop.swift
[1571/1607] Compiling NIOPosix SelectorEpoll.swift
[1572/1607] Compiling NIOPosix SelectorGeneric.swift
[1573/1607] Compiling NIOPosix SelectorKqueue.swift
[1574/1607] Compiling NIOPosix SelectorUring.swift
[1575/1607] Compiling NIOPosix ServerSocket.swift
[1576/1607] Compiling NIOPosix Socket.swift
[1577/1607] Compiling NIOPosix SocketChannel.swift
[1578/1607] Compiling NIOPosix SocketProtocols.swift
[1579/1607] Compiling NIOPosix System.swift
[1580/1607] Compiling NIOPosix Thread.swift
[1581/1607] Compiling NIOPosix Bootstrap.swift
[1582/1607] Compiling NIOPosix ControlMessage.swift
[1583/1607] Compiling NIOPosix DatagramVectorReadManager.swift
[1584/1607] Compiling NIOPosix Errors+Any.swift
[1585/1607] Compiling NIOPosix FileDescriptor.swift
[1586/1607] Compiling NIOPosix GetaddrinfoResolver.swift
[1587/1607] Compiling NIOPosix HappyEyeballs.swift
[1588/1607] Compiling NIOPosix IO.swift
[1589/1607] Compiling NIOPosix IntegerBitPacking.swift
[1590/1607] Compiling NIOPosix IntegerTypes.swift
[1591/1607] Compiling NIOPosix Linux.swift
[1592/1607] Compiling NIOPosix LinuxCPUSet.swift
[1593/1607] Compiling NIOPosix LinuxUring.swift
[1594/1607] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1595/1607] Compiling NIOPosix NIOThreadPool.swift
[1596/1607] Compiling NIOPosix NonBlockingFileIO.swift
[1597/1607] Compiling NIOPosix PendingDatagramWritesManager.swift
[1598/1607] Compiling NIOPosix PendingWritesManager.swift
[1599/1607] Compiling NIOPosix PipeChannel.swift
[1600/1607] Compiling NIOPosix PipePair.swift
[1601/1607] Compiling NIOPosix BSDSocketAPICommon.swift
[1602/1607] Compiling NIOPosix BSDSocketAPIPosix.swift
[1603/1607] Compiling NIOPosix BSDSocketAPIWindows.swift
[1604/1607] Compiling NIOPosix BaseSocket.swift
[1605/1607] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1606/1607] Compiling NIOPosix BaseSocketChannel.swift
[1607/1607] Compiling NIOPosix BaseStreamSocketChannel.swift
[1609/1667] Emitting module NIO
[1610/1667] Compiling NIO Exports.swift
[1612/1707] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1613/1707] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1614/1707] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1615/1707] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1616/1707] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1617/1707] Compiling NIOHTTP1 HTTPTypes.swift
[1618/1742] Compiling NIOTLS TLSEvents.swift
[1619/1742] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1620/1742] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1621/1742] Emitting module NIOTLS
[1622/1742] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1623/1742] Compiling NIOSOCKS ClientStateMachine.swift
[1624/1743] Compiling BSON Binary.swift
[1625/1743] Compiling BSON Decimal128.swift
[1626/1743] Compiling BSON JavaScript.swift
[1627/1743] Compiling BSON Null.swift
[1628/1743] Compiling BSON ObjectId.swift
[1629/1747] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1630/1747] Emitting module NIOSOCKS
[1631/1747] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1632/1747] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1633/1747] Compiling NIOSOCKS SOCKSResponse.swift
[1634/1747] Compiling NIOTLS SNIHandler.swift
[1635/1747] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1636/1748] Compiling BSON BSONDecoderSettings.swift
[1637/1748] Compiling BSON KeyedBSONDecodingContainer.swift
[1639/1748] Compiling BSON Codable.swift
[1640/1748] Compiling BSON BSONDecoder.swift
[1641/1748] Compiling NIOSOCKS ServerStateMachine.swift
[1642/1748] Compiling BSON PrimitiveDecoding.swift
[1643/1748] Compiling BSON SingleValueBSONDecodingContainer.swift
[1644/1748] Compiling BSON UnkeyedBSONDecodingContainer.swift
[1645/1748] Compiling BSON BSONEncoder.swift
[1653/1749] Emitting module NIOFoundationCompat
[1654/1749] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1656/1779] Compiling NIOSSL ByteBufferBIO.swift
[1657/1779] Compiling NIOSSL CustomPrivateKey.swift
[1658/1779] Compiling NIOSSL IdentityVerification.swift
[1659/1779] Compiling NIOSSL NIOSSLServerHandler.swift
[1660/1779] Compiling NIOSSL ObjectIdentifier.swift
[1661/1779] Emitting module _NIOFileSystem
[1662/1779] Compiling NIOSSL LinuxCABundle.swift
[1663/1779] Compiling NIOSSL NIOSSLClientHandler.swift
[1664/1779] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1665/1779] Compiling NIOSSL NIOSSLHandler.swift
[1666/1779] Compiling NIOSSL AndroidCABundle.swift
[1667/1779] Compiling NIOSSL NIOSSLSecureBytes.swift
[1668/1779] Compiling NIOSSL RNG.swift
[1669/1779] Compiling NIOSSL SSLCertificateExtensions.swift
[1670/1779] Compiling NIOSSL SSLCertificateName.swift
[1671/1781] Compiling NIOSSL SSLCallbacks.swift
[1672/1781] Compiling NIOSSL SSLCertificate.swift
[1673/1781] Compiling BSON Optional.swift
[1674/1781] Compiling BSON PrimitiveConvertible.swift
[1675/1781] Compiling _NIOFileSystem Syscall.swift
[1676/1781] Compiling _NIOFileSystem Syscalls.swift
[1679/1781] Emitting module NIOHTTP1
[1683/1781] Compiling NIOSSL SubjectAlternativeName.swift
[1686/1781] Compiling NIOSSL SafeCompare.swift
[1687/1781] Compiling NIOSSL SSLPrivateKey.swift
[1688/1781] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1689/1781] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1690/1781] Compiling NIOSSL SSLErrors.swift
[1691/1781] Compiling NIOSSL SSLInit.swift
[1692/1781] Compiling NIOSSL SSLPKCS12Bundle.swift
[1693/1781] Emitting module AsyncKit
[1694/1803] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1695/1803] Compiling NIOTransportServices NIOTSErrors.swift
[1696/1803] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1697/1803] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1698/1803] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1699/1803] Compiling NIOTransportServices NIOTSBootstraps.swift
[1700/1803] Compiling _NIOFileSystem SystemFileHandle.swift
[1701/1803] Compiling _NIOFileSystem Utilities.swift
[1702/1803] Compiling _NIOFileSystem OpenOptions.swift
[1703/1803] Compiling _NIOFileSystem String+FileSystem.swift
[1709/1803] Compiling NIOTransportServices NIOTSEventLoop.swift
[1710/1805] Compiling NIOTransportServices StateManagedChannel.swift
[1711/1805] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1712/1805] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1713/1805] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1714/1805] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1715/1805] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1716/1805] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1717/1805] Compiling NIOTransportServices NIOTSSingletons.swift
[1718/1805] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1721/1806] Compiling NIOTransportServices AcceptHandler.swift
[1722/1806] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1724/1806] Emitting module NIOTransportServices
[1725/1806] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1726/1806] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1727/1806] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1729/1806] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1730/1806] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1732/1853] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1733/1853] Compiling NIOExtras NIOExtrasError.swift
[1735/1855] Compiling NIOSSL SSLPublicKey.swift
[1736/1855] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1737/1855] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1742/1859] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1743/1859] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[1744/1859] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[1745/1859] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[1746/1859] Compiling NIOWebSocket SHA1.swift
[1747/1859] Emitting module NIOSSL
[1748/1859] Emitting module NIOWebSocket
[1749/1859] Compiling NIOHPACK IndexedHeaderTable.swift
[1750/1859] Compiling NIOHPACK IntegerCoding.swift
[1751/1860] Compiling NIOWebSocket WebSocketOpcode.swift
[1752/1861] Compiling NIOHPACK HuffmanTables.swift
[1754/1861] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1755/1861] Compiling NIOExtras NIORequestIdentifiable.swift
[1756/1861] Compiling NIOExtras PCAPRingBuffer.swift
[1757/1861] Compiling NIOExtras QuiescingHelper.swift
[1762/1862] Compiling NIOExtras RequestResponseHandler.swift
[1763/1862] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1764/1862] Compiling NIOHTTPCompression HTTPCompression.swift
[1765/1862] Emitting module NIOHTTPCompression
[1766/1862] Compiling NIOHTTPCompression HTTPDecompression.swift
[1767/1862] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1768/1862] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1769/1862] Compiling NIOHPACK HuffmanCoding.swift
[1771/1862] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1772/1862] Emitting module NIOHPACK
[1777/1862] Compiling NIOWebSocket WebSocketFrame.swift
[1780/1862] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1781/1862] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1782/1862] Compiling NIOHPACK HPACKHeader.swift
[1783/1862] Compiling NIOHPACK HeaderTables.swift
[1784/1862] Compiling NIOExtras DebugInboundEventsHandler.swift
[1785/1862] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1786/1862] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1787/1863] Compiling NIOHPACK StaticHeaderTable.swift
[1789/1863] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1794/1865] Emitting module NIOExtras
[1800/1865] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1815/1865] Compiling NIOExtras UnsafeTransfer.swift
[1816/1865] Compiling NIOExtras WritePCAPHandler.swift
[1818/1901] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1819/1901] Compiling NIOSSL Zeroization.swift
[1820/1901] Compiling NIOSSL TLSConfiguration.swift
[1821/1901] Compiling NIOSSL UniversalBootstrapSupport.swift
[1822/1901] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1823/1905] Compiling MultipartKit FormDataEncoder.swift
[1824/1905] Compiling MultipartKit Storage.swift
[1825/1907] Emitting module NIOFileSystem
[1826/1907] Emitting module _NIOFileSystemFoundationCompat
[1827/1907] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1836/1908] Compiling NIOFileSystem Exports.swift
[1838/1909] Compiling MultipartKit MultipartParser.swift
[1839/1909] Compiling MultipartKit MultipartPart.swift
[1840/1909] Compiling MultipartKit MultipartPartConvertible.swift
[1841/1909] Compiling MultipartKit MultipartSerializer.swift
[1842/1909] Compiling MultipartKit Utilities.swift
[1843/1909] Emitting module MultipartKit
[1844/1909] Compiling DNSClient Client.swift
[1845/1909] Compiling DNSClient DNSClient+Connect.swift
[1846/1910] 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)" }
[1847/1910] Compiling DNSClient ConfigParser.swift
[1848/1910] Compiling DNSClient MessageOptions.swift
[1850/1910] 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 |
[1851/1910] 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 |
[1856/1910] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1859/1910] Compiling DNSClient SRV.swift
[1860/1910] Compiling MultipartKit MultipartFormData.swift
[1864/1910] Compiling DNSClient DNSClient+Query.swift
[1865/1910] Compiling DNSClient DNSDecoder.swift
[1866/1910] Compiling DNSClient DNSEncoder.swift
[1867/1910] Compiling DNSClient Errors.swift
[1870/1910] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1871/1910] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1872/1910] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.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 |
/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 |
[1879/1912] Emitting module DNSClient
[1880/1970] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1881/1970] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1882/1970] Compiling NIOHTTP2 StateMachineResult.swift
[1883/1970] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1884/1970] Compiling NIOHTTP2 DOSHeuristics.swift
[1885/1970] Compiling NIOHTTP2 Error+Any.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/80] Compiling Logging Locks.swift
[3/80] Emitting module Logging
[4/80] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[5/80] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[6/81] Compiling Logging MetadataProvider.swift
[7/81] Compiling SystemPackage Errno.swift
[8/81] Compiling SystemPackage ErrnoWindows.swift
[9/81] Compiling SystemPackage FileDescriptor.swift
[10/81] Compiling SystemPackage FileHelpers.swift
[11/81] Emitting module _NIOBase64
[12/81] Compiling _NIOBase64 Base64.swift
[13/81] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[14/82] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[15/82] Compiling RealModule Float80+Real.swift
[16/82] Compiling RealModule Float+Real.swift
[17/83] Compiling RealModule ElementaryFunctions.swift
[18/83] Compiling RealModule Real.swift
[19/83] Compiling RealModule Float16+Real.swift
[21/83] Compiling CryptoBoringWrapper RandomBytes.swift
[22/83] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[23/83] Compiling SystemPackage FileOperations.swift
[24/83] Compiling SystemPackage FilePath.swift
[25/83] Compiling RealModule RealFunctions.swift
[28/83] Compiling SystemPackage FilePathComponentView.swift
[29/83] Compiling SystemPackage FilePathComponents.swift
[30/83] Compiling _MongoKittenCrypto Hex.swift
[31/83] Compiling _MongoKittenCrypto HMAC.swift
[32/83] Compiling _MongoKittenCrypto MD5.swift
[33/83] Emitting module _MongoKittenCrypto
[34/84] Emitting module RealModule
[35/85] Compiling _NIODataStructures Heap.swift
[36/85] Compiling _NIODataStructures PriorityQueue.swift
[37/85] Emitting module _NIODataStructures
[38/85] Compiling _NIODataStructures _TinyArray.swift
[40/89] Compiling SystemPackage FilePathSyntax.swift
[41/89] Compiling SystemPackage FilePathTemp.swift
[42/89] Compiling CryptoBoringWrapper EllipticCurve.swift
[43/89] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[44/89] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[45/89] Emitting module CryptoBoringWrapper
[47/90] Compiling SystemPackage Mocking.swift
[48/90] Compiling SystemPackage RawBuffer.swift
[49/90] Compiling SystemPackage Syscalls.swift
[50/90] Compiling SystemPackage WindowsSyscallAdapters.swift
[51/93] Emitting module ServiceContextModule
[53/93] Compiling ServiceContextModule ServiceContextKey.swift
[56/93] Emitting module InternalCollectionsUtilities
[57/93] Compiling SystemPackage FilePathParsing.swift
[58/93] Compiling SystemPackage FilePathString.swift
[59/94] Compiling SystemPackage Backcompat.swift
[60/94] Compiling SystemPackage CInterop.swift
[61/94] Compiling SystemPackage Constants.swift
[62/94] Compiling SystemPackage Exports.swift
[63/94] Compiling SystemPackage MachPort.swift
[64/94] Compiling SystemPackage PlatformString.swift
[65/94] Compiling SystemPackage SystemString.swift
[66/97] Emitting module SystemPackage
[67/97] Compiling _MongoKittenCrypto Hash.swift
[68/97] Compiling _MongoKittenCrypto MongoDB-CR.swift
[69/97] Compiling _MongoKittenCrypto PBKDF2.swift
[70/97] Compiling _MongoKittenCrypto SHA1.swift
[71/102] Compiling SystemPackage FilePathTempPosix.swift
[72/102] Compiling SystemPackage FilePathTempWindows.swift
[73/102] Compiling SystemPackage FilePathWindows.swift
[74/102] Compiling SystemPackage FilePermissions.swift
[75/103] Compiling ServiceContextModule ServiceContext.swift
[77/104] Compiling _MongoKittenCrypto SHA256.swift
[78/124] Compiling Atomics AtomicOptionalWrappable.swift
[79/124] Compiling Atomics AtomicMemoryOrderings.swift
[80/124] Compiling Atomics DoubleWord.swift
[81/124] Compiling Atomics AtomicReference.swift
[83/124] Compiling Logging LogHandler.swift
[84/124] Compiling Logging Logging.swift
[86/125] Compiling NIOConcurrencyHelpers NIOLock.swift
[88/125] Compiling Atomics UnsafeAtomic.swift
[89/125] Compiling Atomics UnsafeAtomicLazyReference.swift
[90/127] Compiling Atomics ManagedAtomic.swift
[91/127] Compiling Atomics ManagedAtomicLazyReference.swift
[94/195] Compiling Crypto Cipher.swift
[95/195] Compiling Crypto Nonces.swift
[96/195] Compiling Crypto ASN1.swift
[97/195] Compiling Crypto ASN1Any.swift
[98/195] Compiling Crypto AES-GCM.swift
[99/195] Compiling Crypto AES-GCM_boring.swift
[100/195] Compiling Crypto ChaChaPoly_boring.swift
[101/195] Compiling Crypto ChaChaPoly.swift
[102/198] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[103/198] Compiling NIOConcurrencyHelpers lock.swift
[104/198] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[105/198] Compiling NIOConcurrencyHelpers atomics.swift
[106/198] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[107/198] Compiling Crypto HPKE-KEM.swift
[108/198] Compiling Crypto HPKE-Errors.swift
[110/322] Emitting module NIOConcurrencyHelpers
[111/323] Compiling _RopeModule BigString+Summary.swift
[112/323] Compiling _RopeModule BigString.swift
[113/323] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[114/323] Compiling _RopeModule BigString+Chunk+Splitting.swift
[115/323] Compiling _RopeModule BigString+Chunk.swift
[116/323] Compiling _RopeModule BigString+Contents.swift
[117/323] Compiling _RopeModule BigString+Debugging.swift
[118/323] Compiling _RopeModule BigString+Index.swift
[120/336] Compiling HeapModule Heap+Invariants.swift
[121/338] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[122/342] Compiling Instrumentation NoOpInstrument.swift
[123/342] Compiling Instrumentation MultiplexInstrument.swift
[124/342] Compiling HeapModule Heap+Descriptions.swift
[125/342] Compiling Instrumentation Locks.swift
[126/342] Compiling Instrumentation InstrumentationSystem.swift
[127/342] Compiling Instrumentation Instrument.swift
[128/342] Emitting module Instrumentation
[129/343] Compiling _RopeModule BigString+UTF16View.swift
[130/343] Compiling _RopeModule BigString+UTF8View.swift
[131/343] Compiling _RopeModule Rope+_Storage.swift
[132/343] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[133/343] Compiling _RopeModule Rope+_UnsafeHandle.swift
[134/343] Compiling _RopeModule Rope.swift
[135/343] Compiling _RopeModule RopeElement.swift
[136/350] Compiling HeapModule _HeapNode.swift
[137/350] Compiling HeapModule Heap.swift
[138/350] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[139/350] Compiling _RopeModule BigString+Hashing.swift
[140/350] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[141/350] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[142/350] Compiling _RopeModule BigString+Sequence.swift
[143/350] Compiling _RopeModule BigString+TextOutputStream.swift
[144/350] Compiling _RopeModule BigString+UnicodeScalarView.swift
[145/350] Compiling _RopeModule BigSubstring+UTF16View.swift
[146/350] Compiling _RopeModule BigString+Iterators.swift
[147/350] Compiling _RopeModule BigString+Metrics.swift
[150/350] Compiling _RopeModule BigString+Comparable.swift
[151/350] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[152/350] Compiling _RopeModule BigString+CustomStringConvertible.swift
[153/350] Compiling _RopeModule BigString+Equatable.swift
[155/350] Compiling HeapModule Heap+UnsafeHandle.swift
[156/350] Compiling RoutingKit Parameters.swift
[157/350] Emitting module RoutingKit
[158/350] Compiling RoutingKit AnyRouter.swift
[159/350] Compiling CoreMetrics Locks.swift
[160/350] Emitting module CoreMetrics
[161/350] Compiling CoreMetrics Metrics.swift
[163/351] Compiling _RopeModule BigString+BidirectionalCollection.swift
[164/351] Compiling _RopeModule BigString+Builder.swift
[168/351] Compiling _RopeModule BigString+Ingester.swift
[169/351] Compiling _RopeModule BigString+Invariants.swift
[170/351] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[171/351] Compiling _RopeModule BigString+Chunk+Breaks.swift
[172/351] Compiling _RopeModule BigString+Chunk+Counts.swift
[173/351] Compiling _RopeModule BigString+Chunk+Description.swift
[174/351] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[175/351] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[178/351] Compiling RoutingKit Router.swift
[179/351] Compiling RoutingKit TrieRouter.swift
[180/351] Compiling RoutingKit PathComponent.swift
[181/352] Emitting module HeapModule
[185/454] Compiling HashTreeCollections TreeSet+Hashable.swift
[186/454] Compiling HashTreeCollections TreeSet+Sendable.swift
[187/454] Compiling HashTreeCollections TreeSet+Sequence.swift
[188/454] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[189/454] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[190/454] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[191/454] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[192/454] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[193/454] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[194/454] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[195/464] Compiling DequeModule Deque+CustomReflectable.swift
[196/464] Compiling DequeModule Deque+Descriptions.swift
[197/466] Compiling DequeModule _DequeBuffer.swift
[198/466] Compiling DequeModule _DequeBufferHeader.swift
[199/466] Compiling HashTreeCollections _HashNode.swift
[200/466] Compiling HashTreeCollections _HashNodeHeader.swift
[201/466] Compiling HashTreeCollections _HashSlot.swift
[202/466] Compiling HashTreeCollections _HashStack.swift
[213/466] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[214/466] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[215/466] Compiling HashTreeCollections TreeDictionary+Filter.swift
[216/466] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[217/466] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[218/466] Compiling HashTreeCollections TreeDictionary+Keys.swift
[219/475] Compiling Metrics Metrics.swift
[220/475] Compiling Tracing TracingTime.swift
[221/475] Emitting module Metrics
[222/476] Compiling DequeModule Deque+Equatable.swift
[223/476] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[224/476] Compiling HashTreeCollections TreeSet+Filter.swift
[225/476] Compiling HashTreeCollections _AncestorHashSlots.swift
[226/476] Compiling HashTreeCollections _Bitmap.swift
[227/476] Compiling HashTreeCollections _Bucket.swift
[228/476] Compiling HashTreeCollections _Hash.swift
[229/476] Compiling HashTreeCollections _HashLevel.swift
[230/476] Compiling HashTreeCollections _HashNode+Builder.swift
[231/476] Compiling HashTreeCollections _HashNode+Debugging.swift
[232/476] Compiling HashTreeCollections _HashNode+Initializers.swift
[233/476] Compiling HashTreeCollections _HashNode+Invariants.swift
[234/476] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[235/476] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[236/476] Compiling HashTreeCollections _HashNode+Structural merge.swift
[237/476] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[238/476] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[239/476] Compiling HashTreeCollections _HashNode+Structural union.swift
[240/476] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[241/476] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[242/476] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[243/476] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[244/476] Compiling DequeModule Deque+Testing.swift
[245/476] Compiling DequeModule Deque._Storage.swift
[248/476] Compiling DequeModule _DequeSlot.swift
[249/476] Compiling DequeModule _UnsafeWrappedBuffer.swift
[250/476] Compiling HashTreeCollections TreeSet+Descriptions.swift
[251/476] Compiling HashTreeCollections TreeSet+Equatable.swift
[252/476] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[253/476] Compiling HashTreeCollections TreeSet+Extras.swift
[254/476] Emitting module Tracing
[255/476] Compiling DequeModule Deque+Extras.swift
[256/476] Compiling DequeModule Deque+Hashable.swift
[257/476] Compiling Tracing TracerProtocol.swift
[258/476] Compiling Tracing TracerProtocol+Legacy.swift
[259/476] Compiling Tracing Tracer.swift
[286/485] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[287/485] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[288/485] Compiling HashTreeCollections _HashNode+Storage.swift
[289/485] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[290/485] Compiling HashTreeCollections _HashNode+Structural filter.swift
[291/485] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[292/485] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[293/485] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[296/485] Compiling DequeModule Deque+Codable.swift
[297/485] Compiling DequeModule Deque+Collection.swift
[305/485] Compiling _RopeModule Rope+Join.swift
[306/485] Compiling _RopeModule Rope+MutatingForEach.swift
[307/485] Compiling _RopeModule Rope+Remove.swift
[308/485] Compiling _RopeModule Rope+RemoveSubrange.swift
[309/485] Compiling _RopeModule Rope+Split.swift
[310/485] Compiling _RopeModule Optional Utilities.swift
[311/485] Compiling _RopeModule String Utilities.swift
[312/485] Compiling _RopeModule String.Index+ABI.swift
[320/485] Compiling _RopeModule _CharacterRecognizer.swift
[321/485] Compiling Crypto SafeCompare.swift
[322/485] Compiling Crypto SecureBytes.swift
[323/485] Compiling Crypto Zeroization.swift
[324/485] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[325/485] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[326/485] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[327/485] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[328/485] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[329/485] Compiling HashTreeCollections TreeSet.swift
[330/511] Emitting module Atomics
[331/512] Emitting module OrderedCollections
[332/513] Compiling Tracing InstrumentationSystem+Tracing.swift
[333/513] Emitting module _RopeModule
[335/513] Compiling Tracing NoOpTracer.swift
[336/513] Compiling Tracing SpanProtocol.swift
[338/514] Compiling ConsoleKitTerminal CustomActivity.swift
[339/514] Compiling ConsoleKitTerminal LoadingBar.swift
[341/530] Emitting module DequeModule
[342/545] Emitting module ConsoleKitTerminal
[343/570] Compiling BitCollections BitArray+Testing.swift
[344/570] Compiling BitCollections BitArray._UnsafeHandle.swift
[345/570] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[346/570] Compiling BitCollections BitArray+Shifts.swift
[347/571] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[348/571] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[349/571] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[350/571] Compiling BitCollections BitArray+RandomBits.swift
[351/571] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[352/571] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[353/571] Compiling BitCollections BitSet+CustomReflectable.swift
[354/571] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[355/571] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[356/571] Compiling BitCollections BitArray+Extras.swift
[357/571] Compiling BitCollections BitArray.swift
[358/571] Compiling BitCollections BitSet+BidirectionalCollection.swift
[359/571] Compiling BitCollections BitSet+Codable.swift
[360/571] Compiling BitCollections BitArray+Fill.swift
[361/571] Compiling BitCollections BitArray+Hashable.swift
[362/571] Compiling BitCollections BitArray+Initializers.swift
[363/571] Compiling BitCollections BitArray+Invariants.swift
[364/571] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[365/571] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[366/571] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[367/571] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[374/571] Compiling ConsoleKitTerminal AnySendableHashable.swift
[375/571] Compiling ConsoleKitTerminal ConsoleLogger.swift
[376/571] Compiling ConsoleKitTerminal LoggerFragment.swift
[377/571] Compiling BitCollections BitSet+Extras.swift
[378/571] Compiling BitCollections BitSet+Hashable.swift
[409/578] Compiling BitCollections BitArray+BitwiseOperations.swift
[410/578] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[421/578] Emitting module HashTreeCollections
[422/600] Compiling Algorithms AdjacentPairs.swift
[423/600] Compiling Algorithms Chain.swift
[424/600] Compiling Algorithms Chunked.swift
[425/600] Compiling Algorithms Combinations.swift
[426/600] Compiling Algorithms Compacted.swift
[427/600] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[428/600] Compiling Algorithms Cycle.swift
[429/600] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[430/600] Compiling Algorithms EitherSequence.swift
[431/600] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[432/600] Compiling Algorithms FirstNonNil.swift
[433/600] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[434/600] Compiling Algorithms RandomSample.swift
[435/600] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[436/600] Compiling Algorithms Reductions.swift
[437/600] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[438/600] Compiling BitCollections BitSet+SetAlgebra union.swift
[439/600] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[440/600] Compiling BitCollections BitSet.Counted.swift
[441/600] Compiling BitCollections BitSet.Index.swift
[442/600] Compiling BitCollections BitSet._UnsafeHandle.swift
[452/603] Compiling BitCollections BitArray+Codable.swift
[453/603] Compiling BitCollections BitArray+Collection.swift
[454/603] Compiling BitCollections BitArray+Copy.swift
[455/603] Compiling BitCollections BitArray+CustomReflectable.swift
[456/603] Compiling BitCollections BitArray+Descriptions.swift
[457/603] Compiling BitCollections BitArray+Equatable.swift
[458/603] Compiling BitCollections BitSet+Initializers.swift
[459/603] Compiling BitCollections BitSet+Invariants.swift
[460/603] Compiling BitCollections BitSet+Random.swift
[461/603] Compiling BitCollections BitSet+SetAlgebra basics.swift
[462/603] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[463/603] Emitting module Crypto
[484/604] Emitting module BitCollections
[485/604] Compiling Algorithms Product.swift
[486/604] Compiling Algorithms Joined.swift
[487/604] Compiling Algorithms Keyed.swift
[488/604] Compiling Algorithms MinMax.swift
[505/604] Compiling Algorithms Rotate.swift
[506/604] Compiling Algorithms FlattenCollection.swift
[507/604] Compiling Algorithms Grouped.swift
[508/604] Compiling Algorithms Indexed.swift
[509/604] Compiling Algorithms Intersperse.swift
[510/604] Compiling Algorithms Split.swift
[511/604] Compiling Algorithms Stride.swift
[512/604] Compiling Algorithms Suffix.swift
[513/604] Compiling Algorithms Partition.swift
[514/604] Compiling Algorithms Permutations.swift
[578/607] Compiling BitCollections BitSet.swift
[579/607] Compiling BitCollections Range+Utilities.swift
[580/607] Compiling BitCollections Slice+Utilities.swift
[581/607] Compiling BitCollections UInt+Tricks.swift
[582/607] Compiling BitCollections _Word.swift
[587/695] Emitting module Collections
[588/695] Compiling NIOCore ChannelInvoker.swift
[589/695] Compiling NIOCore ChannelOption.swift
[590/695] Compiling NIOCore ChannelPipeline.swift
[591/695] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[592/695] Compiling ConsoleKitCommands AsyncCommand.swift
[593/695] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[594/695] Emitting module ConsoleKitCommands
[595/697] Compiling Collections Collections.swift
[596/698] Compiling ConsoleKitCommands AsyncCommands.swift
[597/698] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[598/698] Compiling ConsoleKitCommands AnyCommand.swift
[599/698] Compiling ConsoleKitCommands CommandGroup.swift
[600/698] Compiling ConsoleKitCommands CommandInput.swift
[601/698] Compiling ConsoleKitCommands Commands.swift
[603/698] Compiling ConsoleKitCommands Console+Run.swift
[604/698] Compiling ConsoleKitCommands ConsoleError.swift
[605/698] Compiling ConsoleKitCommands Completion.swift
[606/698] Compiling ConsoleKitCommands CommandSignature.swift
[607/698] Compiling ConsoleKitCommands Flag.swift
[608/698] Compiling ConsoleKitCommands Option.swift
[609/698] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[610/698] Compiling ConsoleKitCommands Utilities.swift
[611/698] Compiling NIOCore ChannelHandlers.swift
[613/698] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[614/698] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[615/698] Compiling ConsoleKitCommands Argument.swift
[616/698] Compiling ConsoleKitCommands Command.swift
[617/698] Compiling ConsoleKitCommands CommandContext.swift
[618/698] Compiling ConsoleKitCommands CommandError.swift
[619/698] Compiling NIOCore MulticastChannel.swift
[620/698] Compiling NIOCore NIOAny.swift
[621/698] Compiling NIOCore NIOCloseOnErrorHandler.swift
[622/698] Compiling NIOCore NIOLoopBound.swift
[623/698] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[624/698] Compiling NIOCore NIOScheduledCallback.swift
[625/698] Compiling NIOCore NIOSendable.swift
[626/698] Compiling NIOCore RecvByteBufferAllocator.swift
[643/706] Emitting module Algorithms
[644/707] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[645/707] Compiling NIOCore EventLoopFuture+Deprecated.swift
[646/707] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[647/707] Compiling NIOCore EventLoopFuture.swift
[648/707] Compiling NIOCore FileDescriptor.swift
[649/707] Compiling NIOCore FileHandle.swift
[650/707] Compiling NIOCore FileRegion.swift
[651/707] Compiling NIOCore GlobalSingletons.swift
[652/707] Compiling NIOCore IO.swift
[653/707] Compiling NIOCore IOData.swift
[654/707] Compiling NIOCore IPProtocol.swift
[655/707] Compiling NIOCore IntegerBitPacking.swift
[656/707] Compiling NIOCore IntegerTypes.swift
[657/707] Compiling NIOCore Interfaces.swift
[658/707] Compiling NIOCore Linux.swift
[659/707] Compiling NIOCore MarkedCircularBuffer.swift
[665/710] Compiling NIOCore CircularBuffer.swift
[666/710] Compiling NIOCore Codec.swift
[667/710] Compiling NIOCore ConvenienceOptionSupport.swift
[668/710] Compiling NIOCore DeadChannel.swift
[669/710] Compiling NIOCore DispatchQueue+WithFuture.swift
[670/710] Compiling NIOCore EventLoop+Deprecated.swift
[671/710] Compiling NIOCore EventLoop+SerialExecutor.swift
[672/710] Compiling NIOCore EventLoop.swift
[673/710] Compiling ConsoleKit Exports.swift
[674/710] Emitting module ConsoleKit
[676/711] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[677/711] Compiling NIOCore SocketAddresses.swift
[678/711] Compiling NIOCore SocketOptionProvider.swift
[679/711] Compiling NIOCore SystemCallHelpers.swift
[680/711] Compiling NIOCore TimeAmount+Duration.swift
[681/711] Compiling NIOCore TypeAssistedChannelHandler.swift
[682/711] Compiling NIOCore UniversalBootstrapSupport.swift
[683/711] Compiling NIOCore Utilities.swift
[711/711] Emitting module NIOCore
[713/762] Compiling NIOEmbedded AsyncTestingChannel.swift
[714/762] Emitting module NIOEmbedded
[715/762] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[716/762] Compiling NIOEmbedded Embedded.swift
[718/763] Compiling NIOPosix ServerSocket.swift
[719/763] Compiling NIOPosix Socket.swift
[720/763] Compiling NIOPosix SocketChannel.swift
[721/763] Compiling NIOPosix SocketProtocols.swift
[722/763] Compiling NIOPosix System.swift
[723/763] Compiling NIOPosix Thread.swift
[724/769] Emitting module NIOPosix
[725/769] Compiling NIOPosix IO.swift
[726/769] Compiling NIOPosix IntegerBitPacking.swift
[727/769] Compiling NIOPosix IntegerTypes.swift
[728/769] Compiling NIOPosix Linux.swift
[729/769] Compiling NIOPosix LinuxCPUSet.swift
[730/769] Compiling NIOPosix LinuxUring.swift
[731/769] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[732/769] Compiling NIOPosix Pool.swift
[733/769] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[734/769] Compiling NIOPosix PosixSingletons.swift
[735/769] Compiling NIOPosix RawSocketBootstrap.swift
[736/769] Compiling NIOPosix Resolver.swift
[737/769] Compiling NIOPosix Selectable.swift
[738/769] Compiling NIOPosix SelectableChannel.swift
[739/769] Compiling NIOPosix SelectableEventLoop.swift
[740/769] Compiling NIOPosix SelectorEpoll.swift
[741/769] Compiling NIOPosix SelectorGeneric.swift
[742/769] Compiling NIOPosix SelectorKqueue.swift
[743/769] Compiling NIOPosix SelectorUring.swift
[744/769] Compiling NIOPosix NIOThreadPool.swift
[745/769] Compiling NIOPosix NonBlockingFileIO.swift
[746/769] Compiling NIOPosix PendingDatagramWritesManager.swift
[747/769] Compiling NIOPosix PendingWritesManager.swift
[748/769] Compiling NIOPosix PipeChannel.swift
[749/769] Compiling NIOPosix PipePair.swift
[750/769] Compiling NIOPosix BSDSocketAPICommon.swift
[751/769] Compiling NIOPosix BSDSocketAPIPosix.swift
[752/769] Compiling NIOPosix BSDSocketAPIWindows.swift
[753/769] Compiling NIOPosix BaseSocket.swift
[754/769] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[755/769] Compiling NIOPosix BaseSocketChannel.swift
[756/769] Compiling NIOPosix BaseStreamSocketChannel.swift
[757/769] Compiling NIOPosix Bootstrap.swift
[758/769] Compiling NIOPosix ControlMessage.swift
[759/769] Compiling NIOPosix DatagramVectorReadManager.swift
[760/769] Compiling NIOPosix Errors+Any.swift
[761/769] Compiling NIOPosix FileDescriptor.swift
[762/769] Compiling NIOPosix GetaddrinfoResolver.swift
[763/769] Compiling NIOPosix HappyEyeballs.swift
[764/769] Compiling NIOPosix ThreadPosix.swift
[765/769] Compiling NIOPosix ThreadWindows.swift
[766/769] Compiling NIOPosix UnsafeTransfer.swift
[767/769] Compiling NIOPosix Utilities.swift
[768/769] Compiling NIOPosix VsockAddress.swift
[769/769] Compiling NIOPosix VsockChannelEvents.swift
[771/810] Emitting module NIO
[772/810] Compiling NIO Exports.swift
[774/830] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[775/830] Compiling _NIOFileSystem BufferedStream.swift
[776/830] Compiling _NIOFileSystem Cancellation.swift
[777/830] Compiling _NIOFileSystem TokenBucket.swift
[778/830] Compiling _NIOFileSystem UnsafeTransfer.swift
[779/830] Compiling _NIOFileSystem Array+FileSystem.swift
[780/832] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[781/832] Compiling _NIOFileSystem CInterop.swift
[782/832] Compiling _NIOFileSystem Errno.swift
[783/832] Compiling _NIOFileSystem FileType.swift
[784/832] Compiling _NIOFileSystem IOStrategy.swift
[785/832] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[787/832] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[788/832] Compiling _NIOFileSystem BufferedReader.swift
[789/832] Compiling _NIOFileSystem BufferedWriter.swift
[790/832] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[791/844] Compiling AsyncKit Optional+StrictMap.swift
[792/844] Compiling AsyncKit Exports.swift
[793/875] Compiling NIOSOCKS Messages.swift
[794/875] Compiling NIOSOCKS SOCKSRequest.swift
[795/875] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[796/908] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[797/909] Compiling NIOSOCKS ClientStateMachine.swift
[798/909] Emitting module _NIOFileSystem
[799/909] Compiling NIOTLS TLSEvents.swift
[800/909] Compiling BSON SingleValueBSONDecodingContainer.swift
[801/909] Compiling BSON UnkeyedBSONDecodingContainer.swift
[802/911] Emitting module NIOTLS
[803/911] Compiling NIOSOCKS SOCKSResponse.swift
[804/911] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[805/911] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[806/911] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[807/911] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[808/911] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[809/911] Emitting module NIOSOCKS
[810/911] Compiling BSON CustomDebugStringConvertible.swift
[811/911] Compiling BSON Document+Array.swift
[812/911] Compiling BSON Document+Cache.swift
[813/911] Compiling BSON Document+Collection.swift
[814/911] Compiling BSON Document+Dictionary.swift
[815/911] Compiling BSON Binary.swift
[816/911] Compiling BSON Decimal128.swift
[817/911] Compiling BSON JavaScript.swift
[818/911] Compiling BSON Document+Equatable.swift
[819/911] Compiling BSON BSONEncoder.swift
[820/911] Compiling BSON BSONEncoderStrategies.swift
[823/911] Compiling NIOSOCKS ServerStateMachine.swift
[828/911] Compiling BSON PrimitiveEncoding.swift
[829/911] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[830/911] Compiling NIOTLS SNIHandler.swift
[831/912] Compiling BSON BSONDecoder.swift
[832/912] Compiling BSON BSONDecoderSettings.swift
[834/912] Compiling BSON Codable.swift
[838/913] Compiling BSON AnyPrimitive.swift
[845/946] Compiling NIOSSL SubjectAlternativeName.swift
[846/946] Compiling NIOSSL NIOSSLSecureBytes.swift
[847/946] Compiling NIOSSL RNG.swift
[848/946] Compiling NIOSSL SafeCompare.swift
[849/946] Compiling BSON Null.swift
[850/946] Compiling NIOSSL SSLConnection.swift
[851/946] Compiling NIOSSL SSLPrivateKey.swift
[852/946] Compiling NIOSSL SSLPublicKey.swift
[853/946] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[854/946] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[855/946] Compiling NIOSSL ByteBufferBIO.swift
[856/946] Compiling NIOSSL CustomPrivateKey.swift
[858/946] Compiling BSON ObjectId.swift
[859/946] Compiling BSON Optional.swift
[860/946] Compiling BSON PrimitiveConvertible.swift
[861/946] Emitting module NIOFoundationCompat
[862/946] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[867/947] Emitting module NIOHTTP1
[871/947] Compiling NIOSSL IdentityVerification.swift
[872/947] Compiling NIOSSL NIOSSLServerHandler.swift
[873/947] Compiling NIOSSL ObjectIdentifier.swift
[874/947] Compiling NIOSSL PosixPort.swift
[875/947] Emitting module NIOSSL
[876/973] Compiling BSON Timestamp.swift
[877/973] Compiling BSON TypeIdentifier.swift
[878/973] Compiling _NIOFileSystem OpenOptions.swift
[879/973] Compiling _NIOFileSystem String+FileSystem.swift
[880/973] Compiling NIOTransportServices StateManagedChannel.swift
[881/973] Compiling NIOTransportServices StateManagedListenerChannel.swift
[882/973] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[883/973] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[884/973] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[885/973] Compiling NIOTransportServices NIOTSListenerChannel.swift
[886/975] Compiling NIOSSL SSLPKCS12Bundle.swift
[891/975] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[892/975] Compiling NIOTransportServices NIOTSBootstraps.swift
[893/975] Compiling NIOTransportServices NIOTSChannelOptions.swift
[894/975] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[895/975] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[896/975] Compiling BSON Primitives.swift
[897/975] Compiling BSON RegularExpression.swift
[900/975] Emitting module NIOTransportServices
[901/975] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[902/975] Compiling NIOTransportServices NIOTSSingletons.swift
[903/975] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[904/975] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[905/975] Compiling NIOTransportServices NIOTSDatagramListener.swift
[906/975] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[907/975] Compiling NIOTransportServices NIOTSErrors.swift
[908/975] Compiling NIOTransportServices NIOTSEventLoop.swift
[918/975] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[919/975] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[920/976] Emitting module BSON
[921/976] Compiling NIOTransportServices AcceptHandler.swift
[922/976] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[926/976] Emitting module AsyncKit
[952/978] Compiling NIOSSL TLSConfiguration.swift
[953/978] Compiling NIOSSL UniversalBootstrapSupport.swift
[954/978] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[970/1025] Compiling NIOSSL Zeroization.swift
[974/1036] Compiling NIOWebSocket WebSocketErrorCodes.swift
[976/1066] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[977/1066] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[978/1066] Compiling MongoCore Logger.swift
[979/1066] Compiling MongoCore MongoReplyDeserializer.swift
[980/1067] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[981/1067] Compiling NIOWebSocket WebSocketOpcode.swift
[982/1067] Compiling NIOHPACK IntegerCoding.swift
[983/1067] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[984/1067] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[985/1067] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[986/1067] Compiling NIOHPACK IndexedHeaderTable.swift
[987/1067] Compiling MongoCore Collation.swift
[988/1067] Compiling MongoCore CommandPrimitives.swift
[989/1067] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[990/1067] Compiling NIOWebSocket WebSocketFrame.swift
[991/1067] Compiling MongoCore WireVersion.swift
[992/1067] Compiling MongoCore WriteConcern.swift
[993/1067] Compiling MongoCore MessageHeader.swift
[994/1067] Compiling MongoCore ConnectionSettings.swift
[995/1067] Compiling MongoCore Namespace.swift
[996/1067] Compiling MongoCore ReadConcern.swift
[997/1067] Compiling MongoCore ServerHandshake.swift
[998/1069] Compiling MongoCore OpQuery.swift
[999/1069] Compiling NIOExtras UnsafeTransfer.swift
[1000/1069] Compiling NIOHTTPCompression HTTPCompression.swift
[1001/1069] Emitting module NIOHTTPCompression
[1002/1069] Compiling NIOHTTPCompression HTTPDecompression.swift
[1003/1072] Compiling MongoCore MongoReply.swift
[1004/1072] Compiling MongoCore MongoRequest.swift
[1005/1072] Compiling MongoCore OpMessage.swift
[1008/1072] Compiling MongoCore Error.swift
[1009/1072] Compiling MongoCore Exports.swift
[1010/1072] Emitting module NIOWebSocket
[1013/1073] Emitting module MultipartKit
[1017/1073] Compiling NIOHPACK StaticHeaderTable.swift
[1020/1073] Compiling NIOHPACK HuffmanTables.swift
[1021/1073] Emitting module NIOHPACK
[1025/1076] Compiling NIOHPACK HuffmanCoding.swift
[1026/1076] Emitting module MongoCore
[1027/1078] Emitting module NIOExtras
[1028/1078] Compiling MultipartKit MultipartSerializer.swift
[1029/1078] Compiling MongoCore Sessions.swift
[1041/1090] Compiling DNSClient DNSClient+Connect.swift
[1042/1090] Compiling DNSClient Helpers.swift
[1043/1090] Compiling DNSClient Message.swift
[1044/1090] Compiling DNSClient DNSClient+Query.swift
[1045/1090] Compiling DNSClient DNSDecoder.swift
[1046/1090] Compiling DNSClient Client.swift
[1049/1094] Emitting module _NIOFileSystemFoundationCompat
[1050/1094] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1051/1094] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1056/1095] Compiling NIOFileSystem Exports.swift
[1057/1095] Compiling DNSClient DNSEncoder.swift
[1058/1095] Compiling DNSClient Errors.swift
[1067/1095] Emitting module NIOFileSystem
[1070/1096] Compiling MongoCore Tansaction.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 |
/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 |
[1079/1097] Compiling DNSClient ConfigParser.swift
[1081/1132] Compiling NIOHTTP2 MayReceiveFrames.swift
[1082/1132] Compiling NIOHTTP2 ReceivingDataState.swift
[1083/1153] Compiling DNSClient MessageOptions.swift
[1084/1153] 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)" }
[1085/1156] Emitting module DNSClient
[1086/1156] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1087/1156] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1088/1156] Compiling NIOHTTP2 ReceivingGoAwayState.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 |
[1089/1156] Compiling NIOHTTP2 ReceivingHeadersState.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 |
[1090/1156] Compiling DNSClient SRV.swift
[1091/1156] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1092/1156] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1093/1157] Compiling NIOHTTP2 MaySendFrames.swift
[1094/1157] Compiling NIOHTTP2 SendingDataState.swift
[1095/1157] Compiling NIOHTTP2 SendingGoawayState.swift
BUILD FAILURE 6.1 android