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 MongoQueue, reference 1.2.0 (835489), with Swift 6.1 for Android on 29 May 2025 07:33:42 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orlandos-nl/MongoQueue.git
Reference: 1.2.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/orlandos-nl/MongoQueue
 * tag               1.2.0      -> FETCH_HEAD
HEAD is now at 8354892 Merge pull request #17 from orlandos-nl/jo/concurrency-improvements
Cloned https://github.com/orlandos-nl/MongoQueue.git
Revision (git rev-parse @):
83548920d27c3424ed17ad471f5fca5f15ac9189
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/orlandos-nl/MongoQueue.git at 1.2.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/orlandos-nl/MongoQueue.git
https://github.com/orlandos-nl/MongoQueue.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "mongokitten",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.9.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/orlandos-nl/MongoKitten.git"
    }
  ],
  "manifest_display_name" : "MongoQueue",
  "name" : "MongoQueue",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "MongoQueue",
      "targets" : [
        "MongoQueue"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MongoQueueTests",
      "module_type" : "SwiftTarget",
      "name" : "MongoQueueTests",
      "path" : "Tests/MongoQueueTests",
      "sources" : [
        "MongoQueueTests.swift"
      ],
      "target_dependencies" : [
        "MongoQueue"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MongoQueue",
      "module_type" : "SwiftTarget",
      "name" : "MongoQueue",
      "path" : "Sources/MongoQueue",
      "product_dependencies" : [
        "MongoKitten",
        "Meow"
      ],
      "product_memberships" : [
        "MongoQueue"
      ],
      "sources" : [
        "KnownType.swift",
        "MongoQueue.swift",
        "MongoQueueError.swift",
        "QueuedTask.swift",
        "RecurringTask.swift",
        "ScheduledTask.swift",
        "TaskExecution.swift",
        "TaskModel.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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/orlandos-nl/MongoKitten.git
[1/14238] Fetching mongokitten
Fetched https://github.com/orlandos-nl/MongoKitten.git from cache (0.71s)
Computing version for https://github.com/orlandos-nl/MongoKitten.git
Computed https://github.com/orlandos-nl/MongoKitten.git at 7.9.9 (2.28s)
Fetching https://github.com/orlandos-nl/BSON.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/orlandos-nl/DNSClient.git
[1/6004] Fetching bson
[3784/7148] Fetching bson, dnsclient
[6669/12122] Fetching bson, dnsclient, swift-distributed-tracing
[7896/13832] Fetching bson, dnsclient, swift-distributed-tracing, swift-atomics
Fetched https://github.com/orlandos-nl/BSON.git from cache (0.52s)
Fetching https://github.com/apple/swift-metrics.git
[1/76093] Fetching swift-nio
[2/90936] Fetching swift-nio, swift-nio-ssl
Fetched https://github.com/orlandos-nl/DNSClient.git from cache (0.65s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.66s)
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.68s)
[6033/93142] Fetching swift-nio, swift-nio-ssl, swift-metrics
[12916/96978] Fetching swift-nio, swift-nio-ssl, swift-metrics, swift-log
Fetched https://github.com/apple/swift-metrics.git from cache (0.59s)
[24547/94772] Fetching swift-nio, swift-nio-ssl, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.68s)
[36449/90936] Fetching swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.12s)
[56309/76093] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (7.89s)
Computing version for https://github.com/orlandos-nl/DNSClient.git
Computed https://github.com/orlandos-nl/DNSClient.git at 2.4.4 (12.28s)
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.45s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.52s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.56s)
Fetching https://github.com/apple/swift-service-context.git
[1/1063] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.27s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.81s)
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.61s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.93s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[4349/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.31s)
Fetched https://github.com/apple/swift-collections.git from cache (1.34s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.86s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.01s)
Computing version for https://github.com/orlandos-nl/BSON.git
Computed https://github.com/orlandos-nl/BSON.git at 8.2.0 (1.88s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.77s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.95s)
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.79s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/orlandos-nl/DNSClient.git
Working copy of https://github.com/orlandos-nl/DNSClient.git resolved at 2.4.4
Creating working copy for https://github.com/orlandos-nl/BSON.git
Working copy of https://github.com/orlandos-nl/BSON.git resolved at 8.2.0
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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-nio-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-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-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/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/orlandos-nl/MongoKitten.git
Working copy of https://github.com/orlandos-nl/MongoKitten.git resolved at 7.9.9
Building for debugging...
[0/439] Write sources
[29/439] Compiling CNIOWindows WSAStartup.c
[30/439] Compiling CNIOWASI CNIOWASI.c
[31/439] Compiling CNIOLinux liburing_shims.c
[31/439] Compiling _AtomicsShims.c
[33/439] Compiling CNIOWindows shim.c
[34/439] Compiling CNIODarwin shim.c
[35/439] Compiling fiat_p256_adx_mul.S
[36/439] Compiling fiat_p256_adx_sqr.S
[37/439] Compiling fiat_curve25519_adx_mul.S
[38/439] Compiling fiat_curve25519_adx_square.S
[39/439] Compiling CNIOLinux shim.c
[40/439] Write swift-version-24593BA9C3E375BF.txt
[41/439] Compiling CNIOBoringSSLShims shims.c
[42/443] Compiling tls_record.cc
[44/445] Emitting module _NIOBase64
[44/445] Compiling tls13_both.cc
[45/445] Compiling tls13_server.cc
[46/445] Compiling tls13_enc.cc
[47/445] Compiling tls_method.cc
[48/445] Compiling t1_enc.cc
[49/448] Compiling tls13_client.cc
[51/497] Emitting module _NIODataStructures
[52/497] Emitting module InternalCollectionsUtilities
[53/498] Compiling Atomics Primitives.shims.swift
[54/498] Compiling Atomics AtomicInteger.swift
[55/498] Compiling CoreMetrics Metrics.swift
[56/498] Compiling Atomics AtomicOptionalWrappable.swift
[57/498] Compiling Atomics AtomicReference.swift
[59/498] Compiling Atomics AtomicStorage.swift
[60/498] Compiling Atomics AtomicValue.swift
[63/500] Compiling _NIODataStructures _TinyArray.swift
[64/500] Emitting module ServiceContextModule
[65/500] Compiling ServiceContextModule ServiceContext.swift
[66/500] Compiling ServiceContextModule ServiceContextKey.swift
[67/500] Compiling Atomics RawRepresentable.swift
[68/500] Compiling Atomics AtomicBool.swift
[69/500] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[70/500] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[71/500] Compiling Atomics AtomicMemoryOrderings.swift
[72/500] Compiling Atomics DoubleWord.swift
[73/501] Compiling _NIOBase64 Base64.swift
[74/501] Compiling Atomics ManagedAtomic.swift
[75/501] Compiling Atomics ManagedAtomicLazyReference.swift
[76/501] Compiling Atomics UnsafeAtomic.swift
[77/501] Compiling Atomics UnsafeAtomicLazyReference.swift
[78/502] Compiling Atomics IntegerConformances.swift
[79/502] Compiling Atomics PointerConformances.swift
[80/502] Compiling Atomics Primitives.native.swift
[81/502] Compiling Atomics OptionalRawRepresentable.swift
[91/503] Compiling _NIODataStructures PriorityQueue.swift
[92/503] Compiling _NIODataStructures Heap.swift
[97/504] Compiling Atomics IntegerOperations.swift
[98/504] Compiling Atomics Unmanaged extensions.swift
[99/507] Emitting module Atomics
[101/526] Compiling Instrumentation NoOpInstrument.swift
[102/526] Emitting module Instrumentation
[103/526] Compiling Instrumentation MultiplexInstrument.swift
[104/526] Compiling DequeModule Deque+CustomReflectable.swift
[105/526] Compiling DequeModule Deque+Descriptions.swift
[106/528] Compiling Instrumentation Instrument.swift
[107/528] Compiling Instrumentation InstrumentationSystem.swift
[108/528] Compiling DequeModule _DequeBuffer.swift
[109/528] Compiling DequeModule _DequeBufferHeader.swift
[110/528] Compiling DequeModule Deque+Equatable.swift
[111/528] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[112/528] Compiling DequeModule Deque+Extras.swift
[113/528] Compiling DequeModule Deque+Hashable.swift
[114/528] Compiling DequeModule _DequeSlot.swift
[115/528] Compiling DequeModule _UnsafeWrappedBuffer.swift
[116/528] Compiling DequeModule Deque+Testing.swift
[117/528] Compiling DequeModule Deque._Storage.swift
[118/528] Compiling DequeModule Deque._UnsafeHandle.swift
[119/528] Compiling DequeModule Deque.swift
[119/528] Compiling ssl_x509.cc
[121/528] Compiling DequeModule Deque+Codable.swift
[122/528] Compiling DequeModule Deque+Collection.swift
[123/528] Compiling _MongoKittenCrypto MD5.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[123/528] Compiling ssl_transcript.cc
[125/528] Emitting module DequeModule
[127/529] Compiling _MongoKittenCrypto SHA256.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[127/529] Compiling ssl_versions.cc
[129/529] Compiling _MongoKittenCrypto SHA1.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[130/529] Compiling Instrumentation Locks.swift
[131/529] Emitting module CoreMetrics
[132/529] Compiling CoreMetrics Locks.swift
[133/531] Compiling Logging MetadataProvider.swift
[134/531] Compiling Logging LogHandler.swift
[135/531] Compiling Logging Logging.swift
[136/531] Emitting module Logging
[137/531] Compiling Logging Locks.swift
[140/532] Compiling ssl_stat.cc
[142/532] Compiling _MongoKittenCrypto PBKDF2.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[142/532] Compiling ssl_session.cc
[144/532] Compiling _MongoKittenCrypto Hash.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[145/532] Compiling _MongoKittenCrypto HMAC.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[146/532] Emitting module _MongoKittenCrypto
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[147/532] Compiling _MongoKittenCrypto Hex.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[148/543] Compiling ssl_privkey.cc
[150/543] Compiling Tracing InstrumentationSystem+Tracing.swift
[151/543] Compiling Tracing TracerProtocol.swift
[152/543] Compiling Tracing TracingTime.swift
[152/543] Compiling ssl_file.cc
[154/543] Emitting module Tracing
[155/543] Compiling Tracing TracerProtocol+Legacy.swift
[156/543] Compiling Tracing Tracer.swift
[156/543] Compiling ssl_key_share.cc
[157/543] Compiling ssl_lib.cc
[159/543] Compiling Tracing SpanProtocol.swift
[160/543] Compiling Tracing NoOpTracer.swift
[161/544] Compiling ssl_credential.cc
[162/544] Compiling ssl_cipher.cc
[163/544] Compiling ssl_buffer.cc
[165/544] Emitting module Metrics
[166/544] Compiling Metrics Metrics.swift
[166/545] Compiling ssl_cert.cc
[168/545] Compiling ssl_aead_ctx.cc
[169/545] Compiling ssl_asn1.cc
[170/545] Compiling s3_lib.cc
[171/545] Compiling s3_pkt.cc
[172/545] Compiling handshake_server.cc
[173/545] Compiling s3_both.cc
[174/545] Compiling handshake.cc
[175/545] Compiling handoff.cc
[176/545] Compiling handshake_client.cc
[177/545] Compiling dtls_method.cc
[178/545] Compiling dtls_record.cc
[179/545] Compiling md5-x86_64-linux.S
[180/545] Compiling md5-x86_64-apple.S
[181/545] Compiling md5-586-linux.S
[182/545] Compiling extensions.cc
[183/545] Compiling md5-586-apple.S
[184/545] Compiling chacha20_poly1305_x86_64-linux.S
[185/545] Compiling chacha20_poly1305_x86_64-apple.S
[186/545] Compiling d1_srtp.cc
[187/545] Compiling encrypted_client_hello.cc
[188/545] Compiling chacha20_poly1305_armv8-win.S
[189/545] Compiling err_data.cc
[190/545] Compiling d1_pkt.cc
[191/545] Compiling d1_lib.cc
[192/545] Compiling bio_ssl.cc
[193/545] Compiling chacha20_poly1305_armv8-apple.S
[194/545] Compiling chacha20_poly1305_armv8-linux.S
[195/545] Compiling chacha-x86-apple.S
[196/545] Compiling chacha-x86_64-apple.S
[196/545] Compiling chacha-x86-linux.S
[197/545] Compiling chacha-x86_64-linux.S
[199/545] Compiling d1_both.cc
[200/545] Compiling chacha-armv8-win.S
[201/545] Compiling chacha-armv8-linux.S
[201/545] Compiling chacha-armv8-apple.S
[203/545] Compiling x86_64-mont5-linux.S
[204/545] Compiling x86_64-mont-apple.S
[204/545] Compiling aes128gcmsiv-x86_64-linux.S
[204/545] Compiling x86_64-mont-linux.S
[204/545] Compiling aes128gcmsiv-x86_64-apple.S
[204/545] Compiling chacha-armv4-linux.S
[209/545] Compiling x86_64-mont5-apple.S
[210/545] Compiling x86-mont-linux.S
[211/545] Compiling x86-mont-apple.S
[212/545] Compiling vpaes-x86-apple.S
[212/545] Compiling vpaes-armv8-win.S
[214/545] Compiling vpaes-x86-linux.S
[215/545] Compiling vpaes-x86_64-apple.S
[215/545] Compiling vpaes-x86_64-linux.S
[215/545] Compiling vpaes-armv8-apple.S
[218/545] Compiling vpaes-armv8-linux.S
[219/545] Compiling sha512-x86_64-linux.S
[220/545] Compiling sha512-x86_64-apple.S
[221/545] Compiling sha512-armv8-win.S
[222/545] Compiling vpaes-armv7-linux.S
[223/545] Compiling sha512-armv8-apple.S
[224/545] Compiling sha512-armv4-linux.S
[225/545] Compiling sha512-586-linux.S
[226/545] Compiling sha512-armv8-linux.S
[227/545] Compiling sha512-586-apple.S
[228/545] Compiling sha256-x86_64-linux.S
[229/545] Compiling sha256-x86_64-apple.S
[230/545] Compiling sha256-armv8-win.S
[231/545] Compiling sha256-armv8-apple.S
[232/545] Compiling sha256-586-linux.S
[233/545] Compiling sha256-armv4-linux.S
[234/545] Compiling sha256-armv8-linux.S
[235/545] Compiling sha256-586-apple.S
[236/545] Compiling sha1-x86_64-linux.S
[237/545] Compiling sha1-x86_64-apple.S
[238/545] Compiling sha1-armv8-win.S
[239/545] Compiling sha1-armv4-large-linux.S
[240/545] Compiling sha1-armv8-apple.S
[241/545] Compiling sha1-586-linux.S
[242/545] Compiling sha1-armv8-linux.S
[243/545] Compiling sha1-586-apple.S
[243/545] Compiling rsaz-avx2-apple.S
[245/545] Compiling rsaz-avx2-linux.S
[246/545] Compiling rdrand-x86_64-linux.S
[247/545] Compiling rdrand-x86_64-apple.S
[248/545] Compiling p256_beeu-x86_64-asm-linux.S
[249/545] Compiling p256_beeu-x86_64-asm-apple.S
[250/545] Compiling p256_beeu-armv8-asm-win.S
[251/545] Compiling p256_beeu-armv8-asm-apple.S
[252/545] Compiling p256_beeu-armv8-asm-linux.S
[253/545] Compiling p256-x86_64-asm-linux.S
[254/545] Compiling p256-x86_64-asm-apple.S
[255/545] Compiling p256-armv8-asm-win.S
[256/545] Compiling ghashv8-armv8-win.S
[257/545] Compiling p256-armv8-asm-apple.S
[258/545] Compiling p256-armv8-asm-linux.S
[259/545] Compiling ghashv8-armv8-linux.S
[260/545] Compiling ghashv8-armv8-apple.S
[261/545] Compiling ghashv8-armv7-linux.S
[262/545] Compiling ghash-x86_64-linux.S
[263/545] Compiling ghash-x86_64-apple.S
[264/545] Compiling ghash-x86-linux.S
[265/545] Compiling ghash-x86-apple.S
[266/545] Compiling ghash-ssse3-x86_64-linux.S
[266/545] Compiling ghash-ssse3-x86_64-apple.S
[268/545] Compiling ghash-ssse3-x86-linux.S
[269/545] Compiling ghash-ssse3-x86-apple.S
[270/545] Compiling ghash-neon-armv8-win.S
[271/545] Compiling ghash-neon-armv8-linux.S
[272/545] Compiling ghash-neon-armv8-apple.S
[273/545] Compiling ghash-armv4-linux.S
[274/545] Compiling co-586-apple.S
[275/545] Compiling co-586-linux.S
[276/545] Compiling bsaes-armv7-linux.S
[277/545] Compiling bn-armv8-win.S
[278/545] Compiling bn-armv8-linux.S
[279/545] Compiling armv8-mont-win.S
[280/545] Compiling bn-586-linux.S
[281/545] Compiling bn-586-apple.S
[282/545] Compiling bn-armv8-apple.S
[283/545] Compiling armv8-mont-apple.S
[284/545] Compiling armv4-mont-linux.S
[285/545] Compiling armv8-mont-linux.S
[286/545] Compiling aesv8-gcm-armv8-win.S
[287/545] Compiling aesv8-armv8-win.S
[288/545] Compiling aesv8-gcm-armv8-linux.S
[289/545] Compiling aesv8-gcm-armv8-apple.S
[290/545] Compiling aesv8-armv8-linux.S
[291/545] Compiling aesv8-armv7-linux.S
[292/545] Compiling aesni-x86_64-linux.S
[293/545] Compiling aesv8-armv8-apple.S
[294/545] Compiling aesni-x86_64-apple.S
[295/545] Compiling aesni-x86-linux.S
[296/545] Compiling aesni-x86-apple.S
[297/545] Compiling aesni-gcm-x86_64-linux.S
[298/545] Compiling aesni-gcm-x86_64-apple.S
[299/545] Compiling aes-gcm-avx2-x86_64-linux.S
[300/545] Compiling aes-gcm-avx10-x86_64-apple.S
[300/545] Compiling aes-gcm-avx10-x86_64-linux.S
[302/545] Compiling aes-gcm-avx2-x86_64-apple.S
[303/545] Compiling x_name.cc
[304/545] Compiling x_val.cc
[305/545] Compiling x_x509a.cc
[306/545] Compiling x_sig.cc
[307/545] Compiling x_x509.cc
[308/545] Compiling x_pubkey.cc
[309/545] Compiling x_spki.cc
[310/545] Compiling x_req.cc
[311/545] Compiling x_exten.cc
[312/545] Compiling x_crl.cc
[313/545] Compiling x_algor.cc
[314/545] Compiling x509spki.cc
[315/545] Compiling x_attrib.cc
[316/545] Compiling x_all.cc
[317/545] Compiling x509rset.cc
[318/545] Compiling x509name.cc
[319/545] Compiling x509cset.cc
[320/545] Compiling x509_vfy.cc
[321/545] Compiling x509_vpm.cc
[322/545] Compiling x509_txt.cc
[323/545] Compiling x509_v3.cc
[324/545] Compiling x509_trs.cc
[325/545] Compiling x509_req.cc
[326/545] Compiling x509_set.cc
[327/545] Compiling x509_obj.cc
[328/545] Compiling x509_ext.cc
[329/545] Compiling x509_def.cc
[330/545] Compiling x509_d2.cc
[331/545] Compiling x509_lu.cc
[332/545] Compiling x509_cmp.cc
[333/545] Compiling x509_att.cc
[334/545] Compiling x509.cc
[335/545] Compiling v3_utl.cc
[336/545] Compiling v3_pmaps.cc
[337/545] Compiling v3_purp.cc
[338/545] Compiling v3_prn.cc
[339/545] Compiling v3_skey.cc
[340/545] Compiling v3_pcons.cc
[341/545] Compiling v3_ncons.cc
[342/545] Compiling v3_ocsp.cc
[343/545] Compiling v3_lib.cc
[344/545] Compiling v3_int.cc
[345/545] Compiling v3_info.cc
[346/545] Compiling v3_genn.cc
[347/545] Compiling v3_extku.cc
[348/545] Compiling v3_ia5.cc
[349/545] Compiling v3_enum.cc
[350/545] Compiling v3_crld.cc
[351/545] Compiling v3_conf.cc
[352/545] Compiling v3_cpols.cc
[353/545] Compiling v3_alt.cc
[354/545] Compiling v3_akey.cc
[355/545] Compiling v3_bcons.cc
[356/545] Compiling v3_bitst.cc
[357/545] Compiling t_x509a.cc
[358/545] Compiling t_x509.cc
[359/545] Compiling v3_akeya.cc
[360/545] Compiling t_crl.cc
[361/545] Compiling t_req.cc
[362/545] Compiling rsa_pss.cc
[363/545] Compiling policy.cc
[364/545] Compiling i2d_pr.cc
[365/545] Compiling name_print.cc
[366/545] Compiling by_file.cc
[367/545] Compiling asn1_gen.cc
[368/545] Compiling by_dir.cc
[369/545] Compiling algorithm.cc
[370/545] Compiling a_verify.cc
[371/545] Compiling a_sign.cc
[372/545] Compiling a_digest.cc
[373/545] Compiling voprf.cc
[374/545] Compiling thread_win.cc
[375/545] Compiling pmbtoken.cc
[376/545] Compiling thread_pthread.cc
[377/545] Compiling trust_token.cc
[378/545] Compiling thread_none.cc
[379/545] Compiling thread.cc
[380/545] Compiling stack.cc
[381/545] Compiling sha512.cc
[382/545] Compiling siphash.cc
[383/545] Compiling sha1.cc
[384/545] Compiling slhdsa.cc
[385/545] Compiling sha256.cc
[386/545] Compiling rsa_extra.cc
[387/545] Compiling rsa_print.cc
[388/545] Compiling spake2plus.cc
[389/545] Compiling rsa_crypt.cc
[390/545] Compiling refcount.cc
[391/545] Compiling rc4.cc
[392/545] Compiling rsa_asn1.cc
[393/545] Compiling rand.cc
[394/545] Compiling trusty.cc
[395/545] Compiling urandom.cc
[396/545] Compiling windows.cc
[397/545] Compiling fork_detect.cc
[398/545] Compiling deterministic.cc
[399/545] Compiling getentropy.cc
[400/545] Compiling ios.cc
[401/545] Compiling poly1305_arm_asm.S
[402/545] Compiling passive.cc
[403/545] Compiling forkunsafe.cc
[404/545] Compiling poly1305_vec.cc
[405/545] Compiling pool.cc
[406/545] Compiling poly1305.cc
[407/545] Compiling poly1305_arm.cc
[408/545] Compiling p5_pbev2.cc
[409/545] Compiling pkcs8.cc
[410/545] Compiling pkcs7.cc
[411/545] Compiling pkcs7_x509.cc
[412/545] Compiling pkcs8_x509.cc
[413/545] Compiling pem_xaux.cc
[414/545] Compiling pem_x509.cc
[415/545] Compiling pem_pkey.cc
[416/545] Compiling pem_info.cc
[417/545] Compiling pem_oth.cc
[418/545] Compiling pem_lib.cc
[419/545] Compiling pem_all.cc
[420/545] Compiling pem_pk8.cc
[421/545] Compiling mem.cc
[422/545] Compiling obj.cc
[423/545] Compiling mldsa.cc
[424/545] Compiling mlkem.cc
[425/545] Compiling obj_xref.cc
[426/545] Compiling fips_shared_support.cc
[427/545] Compiling poly_rq_mul.S
[428/545] Compiling md5.cc
[429/545] Compiling md4.cc
[430/545] Compiling lhash.cc
[431/545] Compiling hrss.cc
[432/545] Compiling sign.cc
[433/545] Compiling kyber.cc
[434/545] Compiling ex_data.cc
[435/545] Compiling scrypt.cc
[436/545] Compiling hpke.cc
[437/545] Compiling print.cc
[438/545] Compiling pbkdf.cc
[439/545] Compiling p_x25519.cc
[440/545] Compiling p_rsa_asn1.cc
[441/545] Compiling p_x25519_asn1.cc
[442/545] Compiling p_hkdf.cc
[443/545] Compiling p_rsa.cc
[444/545] Compiling p_ed25519.cc
[445/545] Compiling p_ed25519_asn1.cc
[446/545] Compiling p_ec.cc
[447/545] Compiling p_ec_asn1.cc
[448/545] Compiling p_dh_asn1.cc
[449/545] Compiling p_dh.cc
[450/545] Compiling evp_ctx.cc
[451/545] Compiling p_dsa_asn1.cc
[452/545] Compiling evp.cc
[453/545] Compiling err.cc
[454/545] Compiling evp_asn1.cc
[455/545] Compiling engine.cc
[456/545] Compiling hash_to_curve.cc
[457/545] Compiling ecdh.cc
[458/545] Compiling ec_derive.cc
[459/545] Compiling ecdsa_asn1.cc
[460/545] Compiling dsa.cc
[461/545] Compiling params.cc
[462/545] Compiling ec_asn1.cc
[463/545] Compiling dsa_asn1.cc
[464/545] Compiling digest_extra.cc
[465/545] Compiling des.cc
[466/545] Compiling bcm.cc
[467/545] Compiling x25519-asm-arm.S
[468/545] Compiling dh_asn1.cc
[469/545] Compiling curve25519_64_adx.cc
[470/545] Compiling crypto.cc
[471/545] Compiling cpu_intel.cc
[472/545] Compiling cpu_arm_linux.cc
[473/545] Compiling cpu_arm_freebsd.cc
[474/545] Compiling spake25519.cc
[475/545] Compiling curve25519.cc
[476/545] Compiling cpu_aarch64_sysreg.cc
[477/545] Compiling cpu_aarch64_win.cc
[478/545] Compiling cpu_aarch64_fuchsia.cc
[479/545] Compiling cpu_aarch64_apple.cc
[480/545] Compiling cpu_aarch64_linux.cc
[481/545] Compiling cpu_aarch64_openbsd.cc
[482/545] Compiling conf.cc
[483/545] Compiling get_cipher.cc
[484/545] Compiling e_tls.cc
[485/545] Compiling e_rc2.cc
[486/545] Compiling tls_cbc.cc
[487/545] Compiling e_null.cc
[488/545] Compiling e_rc4.cc
[489/545] Compiling e_chacha20poly1305.cc
[490/545] Compiling e_des.cc
[491/545] Compiling e_aesgcmsiv.cc
[492/545] Compiling e_aesctrhmac.cc
[493/545] Compiling chacha.cc
[494/545] Compiling derive_key.cc
[495/545] Compiling ber.cc
[496/545] Compiling buf.cc
[497/545] Compiling unicode.cc
[498/545] Compiling cbs.cc
[499/545] Compiling cbb.cc
[500/545] Compiling blake2.cc
[501/545] Compiling printf.cc
[502/545] Compiling convert.cc
[503/545] Compiling asn1_compat.cc
[504/545] Compiling bn_asn1.cc
[505/545] Compiling socket_helper.cc
[506/545] Compiling socket.cc
[507/545] Compiling pair.cc
[508/545] Compiling file.cc
[509/545] Compiling fd.cc
[510/545] Compiling errno.cc
[511/545] Compiling hexdump.cc
[512/545] Compiling bio_mem.cc
[513/545] Compiling connect.cc
[514/545] Compiling base64.cc
[515/545] Compiling bio.cc
[516/545] Compiling tasn_utl.cc
[517/545] Compiling tasn_typ.cc
[518/545] Compiling tasn_fre.cc
[519/545] Compiling tasn_new.cc
[520/545] Compiling tasn_enc.cc
[521/545] Compiling f_string.cc
[522/545] Compiling posix_time.cc
[523/545] Compiling f_int.cc
[524/545] Compiling tasn_dec.cc
[525/545] Compiling asn_pack.cc
[526/545] Compiling asn1_par.cc
[527/545] Compiling a_utctm.cc
[528/545] Compiling asn1_lib.cc
[529/545] Compiling a_type.cc
[530/545] Compiling a_time.cc
[531/545] Compiling a_strex.cc
[532/545] Compiling a_mbstr.cc
[533/545] Compiling a_octet.cc
[534/545] Compiling a_strnid.cc
[535/545] Compiling a_dup.cc
[536/545] Compiling a_i2d_fp.cc
[537/545] Compiling a_object.cc
[538/545] Compiling a_int.cc
[539/545] Compiling a_d2i_fp.cc
[540/545] Compiling a_bitstr.cc
[541/545] Compiling a_gentm.cc
[542/545] Compiling a_bool.cc
[543/545] Compiling c-nioatomics.c
[544/545] Compiling c-atomics.c
[546/551] Emitting module NIOConcurrencyHelpers
[547/551] Compiling NIOConcurrencyHelpers lock.swift
[548/551] Compiling NIOConcurrencyHelpers NIOLock.swift
[549/551] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[550/551] Compiling NIOConcurrencyHelpers atomics.swift
[551/551] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[553/612] Compiling NIOCore MulticastChannel.swift
[554/612] Compiling NIOCore NIOAny.swift
[555/612] Compiling NIOCore NIOCloseOnErrorHandler.swift
[556/612] Compiling NIOCore NIOLoopBound.swift
[557/612] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[558/612] Compiling NIOCore NIOScheduledCallback.swift
[559/612] Compiling NIOCore NIOSendable.swift
[560/612] Compiling NIOCore RecvByteBufferAllocator.swift
[561/620] Compiling NIOCore IO.swift
[562/620] Compiling NIOCore IOData.swift
[563/620] Compiling NIOCore IPProtocol.swift
[564/620] Compiling NIOCore IntegerBitPacking.swift
[565/620] Compiling NIOCore IntegerTypes.swift
[566/620] Compiling NIOCore Interfaces.swift
[567/620] Compiling NIOCore Linux.swift
[568/620] Compiling NIOCore MarkedCircularBuffer.swift
[569/620] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[570/620] Compiling NIOCore EventLoopFuture+Deprecated.swift
[571/620] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[572/620] Compiling NIOCore EventLoopFuture.swift
[573/620] Compiling NIOCore FileDescriptor.swift
[574/620] Compiling NIOCore FileHandle.swift
[575/620] Compiling NIOCore FileRegion.swift
[576/620] Compiling NIOCore GlobalSingletons.swift
[577/620] Compiling NIOCore AddressedEnvelope.swift
[578/620] Compiling NIOCore AsyncAwaitSupport.swift
[579/620] Compiling NIOCore AsyncChannel.swift
[580/620] Compiling NIOCore AsyncChannelHandler.swift
[581/620] Compiling NIOCore AsyncChannelInboundStream.swift
[582/620] Compiling NIOCore AsyncChannelOutboundWriter.swift
[583/620] Compiling NIOCore NIOAsyncSequenceProducer.swift
[584/620] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[585/620] Compiling NIOCore NIOAsyncWriter.swift
[586/620] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[587/620] Compiling NIOCore SocketAddresses.swift
[588/620] Compiling NIOCore SocketOptionProvider.swift
[589/620] Compiling NIOCore SystemCallHelpers.swift
[590/620] Compiling NIOCore TimeAmount+Duration.swift
[591/620] Compiling NIOCore TypeAssistedChannelHandler.swift
[592/620] Compiling NIOCore UniversalBootstrapSupport.swift
[593/620] Compiling NIOCore Utilities.swift
[594/620] Emitting module NIOCore
[595/620] Compiling NIOCore CircularBuffer.swift
[596/620] Compiling NIOCore Codec.swift
[597/620] Compiling NIOCore ConvenienceOptionSupport.swift
[598/620] Compiling NIOCore DeadChannel.swift
[599/620] Compiling NIOCore DispatchQueue+WithFuture.swift
[600/620] Compiling NIOCore EventLoop+Deprecated.swift
[601/620] Compiling NIOCore EventLoop+SerialExecutor.swift
[602/620] Compiling NIOCore EventLoop.swift
[603/620] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[604/620] Compiling NIOCore BSDSocketAPI.swift
[605/620] Compiling NIOCore ByteBuffer-aux.swift
[606/620] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[607/620] Compiling NIOCore ByteBuffer-conversions.swift
[608/620] Compiling NIOCore ByteBuffer-core.swift
[609/620] Compiling NIOCore ByteBuffer-hex.swift
[610/620] Compiling NIOCore ByteBuffer-int.swift
[611/620] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[612/620] Compiling NIOCore ByteBuffer-multi-int.swift
[613/620] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[614/620] Compiling NIOCore ByteBuffer-views.swift
[615/620] Compiling NIOCore Channel.swift
[616/620] Compiling NIOCore ChannelHandler.swift
[617/620] Compiling NIOCore ChannelHandlers.swift
[618/620] Compiling NIOCore ChannelInvoker.swift
[619/620] Compiling NIOCore ChannelOption.swift
[620/620] Compiling NIOCore ChannelPipeline.swift
[622/705] Emitting module NIOEmbedded
[623/705] Compiling NIOPosix SelectorEpoll.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[624/705] Compiling NIOPosix SelectorGeneric.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[625/705] Compiling NIOPosix SelectorKqueue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[626/705] Compiling NIOPosix SelectorUring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[627/705] Compiling NIOPosix PipeChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[628/705] Compiling NIOPosix PipePair.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[629/705] Compiling NIOPosix SelectableChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[630/705] Compiling NIOPosix SelectableEventLoop.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[631/709] Compiling NIOPosix ControlMessage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[632/709] Compiling NIOPosix DatagramVectorReadManager.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[633/709] Compiling NIOPosix Errors+Any.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[634/709] Compiling NIOPosix FileDescriptor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[635/709] Compiling NIOPosix GetaddrinfoResolver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[636/709] Compiling NIOEmbedded AsyncTestingChannel.swift
[637/709] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[638/709] Compiling NIOEmbedded Embedded.swift
[640/710] Compiling NIOPosix BaseSocketChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[641/710] Compiling NIOPosix BaseStreamSocketChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[642/710] Compiling NIOPosix IO.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[643/710] Compiling NIOPosix IntegerBitPacking.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[644/710] Compiling NIOPosix IntegerTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[645/710] Compiling NIOPosix Linux.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[646/710] Compiling NIOPosix LinuxCPUSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[647/710] Compiling NIOPosix LinuxUring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[648/710] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[649/710] Compiling NIOPosix Bootstrap.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[650/710] Compiling BSON Primitives.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[651/710] Compiling BSON RegularExpression.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[652/710] Compiling BSON Timestamp.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[653/710] Compiling BSON TypeIdentifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[654/710] Compiling NIOPosix HappyEyeballs.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[655/710] Compiling NIOPosix NIOThreadPool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[656/710] Compiling NIOPosix NonBlockingFileIO.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[657/710] Compiling NIOPosix PendingDatagramWritesManager.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[658/710] Compiling NIOPosix PendingWritesManager.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[659/710] Emitting module NIOPosix
[660/716] Emitting module BSON
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[661/716] Compiling NIOPosix BSDSocketAPICommon.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[662/716] Compiling NIOPosix BSDSocketAPIPosix.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[663/716] Compiling NIOPosix BSDSocketAPIWindows.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[664/716] Compiling NIOPosix BaseSocket.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[665/716] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[673/717] Compiling NIOPosix Pool.swift
[674/717] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[675/717] Compiling NIOPosix PosixSingletons.swift
[676/717] Compiling NIOPosix RawSocketBootstrap.swift
[677/717] Compiling NIOPosix Resolver.swift
[678/717] Compiling NIOPosix Selectable.swift
[683/717] Compiling NIOPosix System.swift
[684/717] Compiling NIOPosix Thread.swift
[685/717] Compiling NIOPosix ThreadPosix.swift
[686/717] Compiling NIOPosix ThreadWindows.swift
[687/717] Compiling NIOPosix UnsafeTransfer.swift
[688/717] Compiling NIOPosix Utilities.swift
[689/717] Compiling NIOPosix VsockAddress.swift
[690/717] Compiling NIOPosix VsockChannelEvents.swift
[719/720] Compiling NIO Exports.swift
[720/720] Emitting module NIO
[722/732] Compiling NIOTLS TLSEvents.swift
[723/732] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[724/732] Emitting module NIOTLS
[725/732] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[726/732] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[727/732] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[728/732] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[729/732] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[730/732] Compiling NIOTLS SNIHandler.swift
[732/733] Emitting module NIOFoundationCompat
[733/733] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[735/785] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[736/785] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[737/785] Compiling NIOTransportServices NIOTSListenerChannel.swift
[738/787] Compiling NIOTransportServices StateManagedChannel.swift
[739/787] Compiling NIOTransportServices StateManagedListenerChannel.swift
[740/787] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[741/787] Emitting module NIOTransportServices
[742/787] Compiling NIOTransportServices NIOTSBootstraps.swift
[743/787] Compiling NIOTransportServices NIOTSChannelOptions.swift
[744/787] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[745/787] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[746/787] Compiling NIOTransportServices NIOTSErrors.swift
[747/787] Compiling NIOTransportServices NIOTSEventLoop.swift
[748/787] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[749/787] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[750/787] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[751/787] Compiling NIOTransportServices NIOTSSingletons.swift
[752/787] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[753/787] Compiling NIOTransportServices NIOTSDatagramListener.swift
[754/787] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[755/787] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[756/787] Compiling NIOTransportServices AcceptHandler.swift
[757/787] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[758/787] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[760/800] Compiling DNSClient ConfigParser.swift
[761/801] 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)" }
[762/801] Compiling DNSClient MessageOptions.swift
[763/801] 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 |
[764/801] 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 |
[765/801] Compiling DNSClient DNSEncoder.swift
[766/801] Compiling DNSClient Errors.swift
[767/801] Compiling DNSClient DNSClient+Query.swift
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/DNSClient+Query.swift:60:59: error: type 'in6_addr' has no member '__Unnamed_union___u6_addr'
 58 |                 #else
 59 |                 let ipAddress = address.withUnsafeBytes { buffer in
 60 |                     return buffer.bindMemory(to: in6_addr.__Unnamed_union___u6_addr.self).baseAddress!.pointee
    |                                                           `- error: type 'in6_addr' has no member '__Unnamed_union___u6_addr'
 61 |                 }
 62 |                 let size = MemoryLayout<sockaddr_in6>.size
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/DNSClient+Query.swift:59:41: error: generic parameter 'R' could not be inferred
 57 |                 let sockaddr = sockaddr_in6(sin6_family: sa_family_t(AF_INET6), sin6_port: in_port_t(port), sin6_flowinfo: flowinfo, sin6_addr: in6_addr(__in6_union: ipAddress), sin6_scope_id: scopeID)
 58 |                 #else
 59 |                 let ipAddress = address.withUnsafeBytes { buffer in
    |                                         `- error: generic parameter 'R' could not be inferred
 60 |                     return buffer.bindMemory(to: in6_addr.__Unnamed_union___u6_addr.self).baseAddress!.pointee
 61 |                 }
Swift.Array.withUnsafeBytes:2:24: note: in call to function 'withUnsafeBytes'
1 | generic struct Array {
2 | @inlinable public func withUnsafeBytes<R>(_ body: (UnsafeRawBufferPointer) throws -> R) rethrows -> R}
  |                        `- note: in call to function 'withUnsafeBytes'
3 |
[768/801] Compiling DNSClient DNSDecoder.swift
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/DNSClient+Query.swift:60:59: error: type 'in6_addr' has no member '__Unnamed_union___u6_addr'
 58 |                 #else
 59 |                 let ipAddress = address.withUnsafeBytes { buffer in
 60 |                     return buffer.bindMemory(to: in6_addr.__Unnamed_union___u6_addr.self).baseAddress!.pointee
    |                                                           `- error: type 'in6_addr' has no member '__Unnamed_union___u6_addr'
 61 |                 }
 62 |                 let size = MemoryLayout<sockaddr_in6>.size
/host/spi-builder-workspace/.build/checkouts/DNSClient/Sources/DNSClient/DNSClient+Query.swift:59:41: error: generic parameter 'R' could not be inferred
 57 |                 let sockaddr = sockaddr_in6(sin6_family: sa_family_t(AF_INET6), sin6_port: in_port_t(port), sin6_flowinfo: flowinfo, sin6_addr: in6_addr(__in6_union: ipAddress), sin6_scope_id: scopeID)
 58 |                 #else
 59 |                 let ipAddress = address.withUnsafeBytes { buffer in
    |                                         `- error: generic parameter 'R' could not be inferred
 60 |                     return buffer.bindMemory(to: in6_addr.__Unnamed_union___u6_addr.self).baseAddress!.pointee
 61 |                 }
Swift.Array.withUnsafeBytes:2:24: note: in call to function 'withUnsafeBytes'
1 | generic struct Array {
2 | @inlinable public func withUnsafeBytes<R>(_ body: (UnsafeRawBufferPointer) throws -> R) rethrows -> R}
  |                        `- note: in call to function 'withUnsafeBytes'
3 |
[769/801] Compiling DNSClient Client.swift
[770/801] Compiling DNSClient DNSClient+Connect.swift
[771/801] Emitting module DNSClient
[772/801] Compiling DNSClient SRV.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/46] Compiling ServiceContextModule ServiceContextKey.swift
[3/46] Compiling Logging MetadataProvider.swift
[4/46] Emitting module _MongoKittenCrypto
[5/46] Emitting module ServiceContextModule
[6/46] Compiling ServiceContextModule ServiceContext.swift
[7/47] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[9/48] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[10/48] Compiling InternalCollectionsUtilities Debugging.swift
[11/48] Compiling InternalCollectionsUtilities Descriptions.swift
[12/48] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[13/48] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[14/48] Compiling InternalCollectionsUtilities UInt+reversed.swift
[15/48] Compiling _MongoKittenCrypto Hex.swift
[16/48] Compiling _MongoKittenCrypto HMAC.swift
[17/48] Compiling _MongoKittenCrypto Hash.swift
[18/67] Emitting module Logging
[19/67] Compiling Logging Locks.swift
[20/67] Compiling Atomics UnsafeAtomic.swift
[21/67] Compiling Atomics UnsafeAtomicLazyReference.swift
[22/69] Compiling _NIODataStructures Heap.swift
[23/69] Compiling _MongoKittenCrypto SHA256.swift
[24/69] Compiling NIOConcurrencyHelpers NIOLock.swift
[25/69] Compiling NIOConcurrencyHelpers lock.swift
[26/69] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[27/69] Compiling Atomics IntegerConformances.swift
[28/69] Compiling Atomics PointerConformances.swift
[29/69] Emitting module _NIODataStructures
[30/69] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[31/69] Emitting module CoreMetrics
[32/69] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[33/69] Compiling NIOConcurrencyHelpers atomics.swift
[34/69] Emitting module _NIOBase64
[35/69] Compiling _NIOBase64 Base64.swift
[36/70] Emitting module NIOConcurrencyHelpers
[37/70] Compiling _NIODataStructures PriorityQueue.swift
[38/70] Compiling _NIODataStructures _TinyArray.swift
[39/70] Compiling Atomics IntegerOperations.swift
[40/70] Compiling Atomics Unmanaged extensions.swift
[41/72] Compiling Atomics AtomicMemoryOrderings.swift
[42/72] Compiling Atomics DoubleWord.swift
[43/72] Compiling Atomics ManagedAtomic.swift
[44/72] Compiling Atomics ManagedAtomicLazyReference.swift
[48/72] Emitting module InternalCollectionsUtilities
[49/72] Compiling Atomics RawRepresentable.swift
[50/72] Compiling Atomics AtomicBool.swift
[51/72] Compiling Atomics Primitives.shims.swift
[52/72] Compiling Atomics AtomicInteger.swift
[55/73] Compiling Atomics AtomicOptionalWrappable.swift
[56/73] Compiling Atomics AtomicReference.swift
[57/73] Compiling Atomics AtomicStorage.swift
[58/73] Compiling Atomics AtomicValue.swift
[59/73] Compiling Logging LogHandler.swift
[60/73] Compiling Logging Logging.swift
[61/73] Compiling _MongoKittenCrypto PBKDF2.swift
[62/73] Compiling _MongoKittenCrypto MD5.swift
[63/73] Compiling _MongoKittenCrypto SHA1.swift
[67/81] Compiling Instrumentation NoOpInstrument.swift
[68/81] Compiling Instrumentation MultiplexInstrument.swift
[69/81] Compiling Instrumentation Instrument.swift
[70/81] Compiling Instrumentation InstrumentationSystem.swift
[71/81] Emitting module Instrumentation
[72/96] Compiling Instrumentation Locks.swift
[73/97] Compiling CoreMetrics Locks.swift
[74/97] Compiling CoreMetrics Metrics.swift
[76/98] Compiling DequeModule _DequeBuffer.swift
[77/98] Compiling DequeModule _DequeBufferHeader.swift
[78/100] Emitting module Atomics
[80/108] Compiling DequeModule Deque+CustomReflectable.swift
[81/108] Compiling DequeModule Deque+Descriptions.swift
[82/110] Compiling DequeModule _DequeSlot.swift
[83/110] Compiling DequeModule _UnsafeWrappedBuffer.swift
[84/110] Compiling Metrics Metrics.swift
[85/110] Compiling Tracing TracingTime.swift
[86/110] Compiling DequeModule Deque+Testing.swift
[87/110] Compiling DequeModule Deque._Storage.swift
[88/110] Compiling DequeModule Deque+Extras.swift
[89/110] Compiling DequeModule Deque+Hashable.swift
[90/110] Compiling DequeModule Deque+Equatable.swift
[91/110] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[92/110] Compiling DequeModule Deque._UnsafeHandle.swift
[93/110] Compiling DequeModule Deque.swift
[94/110] Compiling DequeModule Deque+Codable.swift
[95/110] Compiling DequeModule Deque+Collection.swift
[96/110] Compiling Tracing TracerProtocol.swift
[97/110] Emitting module Metrics
[98/111] Compiling Tracing Tracer.swift
[99/111] Compiling Tracing TracerProtocol+Legacy.swift
[101/111] Compiling Tracing NoOpTracer.swift
[102/111] Compiling Tracing InstrumentationSystem+Tracing.swift
[103/111] Emitting module Tracing
[104/111] Compiling Tracing SpanProtocol.swift
[106/112] Emitting module DequeModule
[115/174] Compiling NIOCore IO.swift
[116/174] Compiling NIOCore IOData.swift
[117/174] Compiling NIOCore IPProtocol.swift
[118/174] Compiling NIOCore IntegerBitPacking.swift
[119/174] Compiling NIOCore IntegerTypes.swift
[120/174] Compiling NIOCore Interfaces.swift
[121/174] Compiling NIOCore Linux.swift
[122/174] Compiling NIOCore MarkedCircularBuffer.swift
[123/174] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[124/174] Compiling NIOCore EventLoopFuture+Deprecated.swift
[125/174] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[126/174] Compiling NIOCore EventLoopFuture.swift
[127/174] Compiling NIOCore FileDescriptor.swift
[128/174] Compiling NIOCore FileHandle.swift
[129/174] Compiling NIOCore FileRegion.swift
[130/174] Compiling NIOCore GlobalSingletons.swift
[131/182] Compiling NIOCore AddressedEnvelope.swift
[132/182] Compiling NIOCore AsyncAwaitSupport.swift
[133/182] Compiling NIOCore AsyncChannel.swift
[134/182] Compiling NIOCore AsyncChannelHandler.swift
[135/182] Compiling NIOCore AsyncChannelInboundStream.swift
[136/182] Compiling NIOCore AsyncChannelOutboundWriter.swift
[137/182] Compiling NIOCore NIOAsyncSequenceProducer.swift
[138/182] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[139/182] Compiling NIOCore NIOAsyncWriter.swift
[140/182] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[141/182] Compiling NIOCore BSDSocketAPI.swift
[142/182] Compiling NIOCore ByteBuffer-aux.swift
[143/182] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[144/182] Compiling NIOCore ByteBuffer-conversions.swift
[145/182] Compiling NIOCore ByteBuffer-core.swift
[146/182] Compiling NIOCore ByteBuffer-hex.swift
[147/182] Compiling NIOCore ByteBuffer-int.swift
[148/182] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[149/182] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[150/182] Compiling NIOCore SocketAddresses.swift
[151/182] Compiling NIOCore SocketOptionProvider.swift
[152/182] Compiling NIOCore SystemCallHelpers.swift
[153/182] Compiling NIOCore TimeAmount+Duration.swift
[154/182] Compiling NIOCore TypeAssistedChannelHandler.swift
[155/182] Compiling NIOCore UniversalBootstrapSupport.swift
[156/182] Compiling NIOCore Utilities.swift
[157/182] Compiling NIOCore CircularBuffer.swift
[158/182] Compiling NIOCore Codec.swift
[159/182] Compiling NIOCore ConvenienceOptionSupport.swift
[160/182] Compiling NIOCore DeadChannel.swift
[161/182] Compiling NIOCore DispatchQueue+WithFuture.swift
[162/182] Compiling NIOCore EventLoop+Deprecated.swift
[163/182] Compiling NIOCore EventLoop+SerialExecutor.swift
[164/182] Compiling NIOCore EventLoop.swift
[165/182] Compiling NIOCore ByteBuffer-multi-int.swift
[166/182] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[167/182] Compiling NIOCore ByteBuffer-views.swift
[168/182] Compiling NIOCore Channel.swift
[169/182] Compiling NIOCore ChannelHandler.swift
[170/182] Compiling NIOCore ChannelHandlers.swift
[171/182] Compiling NIOCore ChannelInvoker.swift
[172/182] Compiling NIOCore ChannelOption.swift
[173/182] Compiling NIOCore ChannelPipeline.swift
[174/182] Compiling NIOCore MulticastChannel.swift
[175/182] Compiling NIOCore NIOAny.swift
[176/182] Compiling NIOCore NIOCloseOnErrorHandler.swift
[177/182] Compiling NIOCore NIOLoopBound.swift
[178/182] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[179/182] Compiling NIOCore NIOScheduledCallback.swift
[180/182] Compiling NIOCore NIOSendable.swift
[181/182] Compiling NIOCore RecvByteBufferAllocator.swift
[182/182] Emitting module NIOCore
[184/267] Compiling NIOPosix PipeChannel.swift
[185/267] Compiling NIOPosix PipePair.swift
[186/267] Compiling NIOPosix Pool.swift
[187/267] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[188/271] Emitting module NIOEmbedded
[189/271] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[190/271] Compiling NIOEmbedded AsyncTestingChannel.swift
[191/271] Compiling NIOEmbedded Embedded.swift
[192/271] Compiling NIOPosix PosixSingletons.swift
[193/271] Compiling NIOPosix RawSocketBootstrap.swift
[194/271] Compiling NIOPosix Resolver.swift
[195/271] Compiling NIOPosix Selectable.swift
[197/272] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[198/272] Compiling NIOPosix NIOThreadPool.swift
[199/272] Compiling NIOPosix NonBlockingFileIO.swift
[200/272] Compiling NIOPosix PendingDatagramWritesManager.swift
[201/272] Compiling NIOPosix PendingWritesManager.swift
[202/272] Compiling BSON Primitives.swift
[203/272] Compiling BSON RegularExpression.swift
[204/272] Compiling BSON Timestamp.swift
[205/272] Compiling BSON TypeIdentifier.swift
[206/272] Emitting module BSON
[207/272] Compiling NIOPosix IntegerBitPacking.swift
[208/272] Compiling NIOPosix IntegerTypes.swift
[209/272] Compiling NIOPosix Linux.swift
[210/272] Compiling NIOPosix LinuxCPUSet.swift
[211/272] Compiling NIOPosix LinuxUring.swift
[212/272] Compiling NIOPosix GetaddrinfoResolver.swift
[213/272] Compiling NIOPosix HappyEyeballs.swift
[214/272] Compiling NIOPosix BSDSocketAPICommon.swift
[215/272] Compiling NIOPosix BSDSocketAPIPosix.swift
[216/272] Compiling NIOPosix BSDSocketAPIWindows.swift
[217/272] Compiling NIOPosix Bootstrap.swift
[218/272] Compiling NIOPosix ControlMessage.swift
[219/272] Compiling NIOPosix DatagramVectorReadManager.swift
[220/272] Compiling NIOPosix Errors+Any.swift
[221/272] Compiling NIOPosix FileDescriptor.swift
[222/272] Compiling NIOPosix BaseSocket.swift
[223/272] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[224/272] Compiling NIOPosix BaseSocketChannel.swift
[225/272] Compiling NIOPosix BaseStreamSocketChannel.swift
[226/272] Compiling NIOPosix IO.swift
[227/273] Compiling NIOPosix ServerSocket.swift
[228/273] Compiling NIOPosix Socket.swift
[229/273] Compiling NIOPosix SocketChannel.swift
[230/273] Compiling NIOPosix SocketProtocols.swift
[231/273] Compiling NIOPosix System.swift
[232/273] Compiling NIOPosix Thread.swift
[244/279] Compiling NIOPosix SelectorKqueue.swift
[245/279] Compiling NIOPosix SelectorUring.swift
[246/279] Compiling NIOPosix ThreadPosix.swift
[247/279] Compiling NIOPosix ThreadWindows.swift
[248/279] Compiling NIOPosix UnsafeTransfer.swift
[249/279] Compiling NIOPosix Utilities.swift
[250/279] Compiling NIOPosix VsockAddress.swift
[251/279] Compiling NIOPosix VsockChannelEvents.swift
[266/279] Emitting module NIOPosix
[281/282] Emitting module NIO
[282/282] Compiling NIO Exports.swift
[284/294] Compiling NIOTLS TLSEvents.swift
[285/294] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[286/294] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[287/294] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[288/294] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[289/294] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[290/294] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[291/294] Compiling NIOTLS SNIHandler.swift
[292/294] Emitting module NIOTLS
[294/295] Emitting module NIOFoundationCompat
[295/295] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[297/347] Emitting module NIOTransportServices
[298/349] Compiling NIOTransportServices StateManagedChannel.swift
[299/349] Compiling NIOTransportServices StateManagedListenerChannel.swift
[300/349] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[301/349] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[302/349] Compiling NIOTransportServices NIOTSErrors.swift
[303/349] Compiling NIOTransportServices NIOTSEventLoop.swift
[304/349] Compiling NIOTransportServices NIOTSBootstraps.swift
[305/349] Compiling NIOTransportServices NIOTSChannelOptions.swift
[306/349] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[307/349] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[308/349] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[309/349] Compiling NIOTransportServices NIOTSListenerChannel.swift
[310/349] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[311/349] Compiling NIOTransportServices NIOTSSingletons.swift
[312/349] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[313/349] Compiling NIOTransportServices AcceptHandler.swift
[314/349] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[315/349] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[316/349] Compiling NIOTransportServices NIOTSDatagramListener.swift
[317/349] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[318/349] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[319/349] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[320/349] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[322/350] Emitting module NIOSSL
[323/366] Compiling DNSClient DNSEncoder.swift
[324/366] Compiling DNSClient Errors.swift
[325/366] Compiling DNSClient DNSClient+Query.swift
[326/366] Compiling DNSClient DNSDecoder.swift
[329/367] Compiling NIOSSL SSLPrivateKey.swift
[330/367] Compiling NIOSSL SSLPublicKey.swift
[331/367] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[332/367] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[337/367] Compiling DNSClient MessageOptions.swift
[338/367] Compiling DNSClient Client.swift
[339/367] Compiling DNSClient DNSClient+Connect.swift
[340/367] Compiling DNSClient Helpers.swift
[341/367] Compiling DNSClient Message.swift
[342/367] Compiling DNSClient ConfigParser.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 |
[345/367] 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)" }
[346/367] Compiling DNSClient SRV.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 |
/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 |
[351/367] Emitting module DNSClient
BUILD FAILURE 6.1 android