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 DNSClient, reference main (2d4174), with Swift 6.1 for Android on 1 Sep 2025 18:26:19 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orlandos-nl/DNSClient.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/orlandos-nl/DNSClient
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2d4174e Merge pull request #39 from orlandos-nl/jo/update-test-matrix
Cloned https://github.com/orlandos-nl/DNSClient.git
Revision (git rev-parse @):
2d4174e4fbe75cc2f31d2fa2d384f486e5fe63b5
SUCCESS checkout https://github.com/orlandos-nl/DNSClient.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/orlandos-nl/DNSClient.git
https://github.com/orlandos-nl/DNSClient.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-transport-services",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.19.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-transport-services.git"
    }
  ],
  "manifest_display_name" : "DNSClient",
  "name" : "DNSClient",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "DNSClient",
      "targets" : [
        "DNSClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DNSClientTests",
      "module_type" : "SwiftTarget",
      "name" : "DNSClientTests",
      "path" : "Tests/DNSClientTests",
      "product_dependencies" : [
        "NIO"
      ],
      "sources" : [
        "DNSTCPClientTests.swift",
        "DNSUDPClientTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "DNSClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DNSClient",
      "module_type" : "SwiftTarget",
      "name" : "DNSClient",
      "path" : "Sources/DNSClient",
      "product_dependencies" : [
        "NIOTransportServices",
        "NIO"
      ],
      "product_memberships" : [
        "DNSClient"
      ],
      "sources" : [
        "Client.swift",
        "DNSClient+Connect.swift",
        "DNSClient+Query.swift",
        "DNSDecoder.swift",
        "DNSEncoder.swift",
        "Errors.swift",
        "Helpers.swift",
        "Messages/Message.swift",
        "Messages/MessageOptions.swift",
        "PTR.swift",
        "ResolvConf/ConfigParser.swift",
        "SRV.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio.git
[1/2698] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.34s)
[1/77952] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.88s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (5.41s)
Fetching https://github.com/apple/swift-atomics.git
[1/1814] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.40s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.15s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4941] Fetching swift-system
[4844/22335] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.40s)
[1740/17394] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.25s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.74s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.53s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.78s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.0
Building for debugging...
[0/25] Write sources
[13/25] Compiling CNIOWindows shim.c
[14/25] Compiling CNIOWindows WSAStartup.c
[15/25] Compiling CNIOWASI CNIOWASI.c
[16/25] Compiling _AtomicsShims.c
[16/25] Write sources
[18/25] Compiling CNIODarwin shim.c
[19/25] Compiling CNIOLinux liburing_shims.c
[20/25] Compiling CNIOPosix event_loop_id.c
[21/25] Compiling CNIOLinux shim.c
[22/25] Write swift-version-24593BA9C3E375BF.txt
[24/63] Emitting module InternalCollectionsUtilities
[25/64] Compiling Atomics UnsafeAtomic.swift
[26/64] Compiling Atomics UnsafeAtomicLazyReference.swift
[27/64] Compiling _NIOBase64 Base64.swift
[28/64] Emitting module _NIOBase64
[29/66] Compiling Atomics AtomicInteger.swift
[30/66] Compiling Atomics AtomicOptionalWrappable.swift
[31/67] Compiling Atomics RawRepresentable.swift
[32/67] Compiling Atomics AtomicBool.swift
[33/67] Compiling Atomics IntegerConformances.swift
[34/67] Compiling Atomics PointerConformances.swift
[35/67] Compiling Atomics Primitives.native.swift
[36/67] Compiling Atomics OptionalRawRepresentable.swift
[37/67] Compiling Atomics ManagedAtomic.swift
[38/67] Compiling Atomics ManagedAtomicLazyReference.swift
[39/67] Compiling _NIODataStructures _TinyArray.swift
[40/67] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[41/67] Compiling Atomics AtomicStorage.swift
[42/67] Compiling Atomics AtomicValue.swift
[43/67] Compiling Atomics AtomicMemoryOrderings.swift
[44/67] Compiling Atomics DoubleWord.swift
[45/67] Compiling Atomics AtomicReference.swift
[52/67] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[53/67] Compiling _NIODataStructures PriorityQueue.swift
[54/68] Emitting module _NIODataStructures
[55/68] Compiling _NIODataStructures Heap.swift
[60/69] Emitting module Atomics
[65/69] Compiling c-nioatomics.c
[67/69] Compiling Atomics IntegerOperations.swift
[68/69] Compiling Atomics Unmanaged extensions.swift
[70/85] Compiling DequeModule _DequeBuffer.swift
[71/85] Compiling DequeModule _DequeBufferHeader.swift
[72/87] Compiling DequeModule Deque+Equatable.swift
[73/87] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[74/87] Compiling DequeModule Deque+CustomReflectable.swift
[75/87] Compiling DequeModule Deque+Descriptions.swift
[76/87] Compiling DequeModule Deque+Extras.swift
[77/87] Compiling DequeModule Deque+Hashable.swift
[77/87] Compiling c-atomics.c
[79/93] Compiling DequeModule _DequeSlot.swift
[80/93] Compiling DequeModule _UnsafeWrappedBuffer.swift
[81/93] Compiling DequeModule Deque+Testing.swift
[82/93] Compiling DequeModule Deque._Storage.swift
[83/93] Compiling DequeModule Deque._UnsafeHandle.swift
[84/93] Compiling DequeModule Deque.swift
[85/93] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[86/93] Compiling DequeModule Deque+Codable.swift
[87/93] Compiling DequeModule Deque+Collection.swift
[88/93] Compiling NIOConcurrencyHelpers NIOLock.swift
[89/93] Emitting module DequeModule
[90/94] Compiling NIOConcurrencyHelpers lock.swift
[92/94] Emitting module NIOConcurrencyHelpers
[93/94] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[94/94] Compiling NIOConcurrencyHelpers atomics.swift
[96/156] Compiling NIOCore NIOAny.swift
[97/156] Compiling NIOCore NIOCloseOnErrorHandler.swift
[98/156] Compiling NIOCore NIOCoreSendableMetatype.swift
[99/156] Compiling NIOCore NIOLoopBound.swift
[100/156] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[101/156] Compiling NIOCore NIOScheduledCallback.swift
[102/156] Compiling NIOCore NIOSendable.swift
[103/156] Compiling NIOCore RecvByteBufferAllocator.swift
[104/164] Compiling NIOCore IOData.swift
[105/164] Compiling NIOCore IPProtocol.swift
[106/164] Compiling NIOCore IntegerBitPacking.swift
[107/164] Compiling NIOCore IntegerTypes.swift
[108/164] Compiling NIOCore Interfaces.swift
[109/164] Compiling NIOCore Linux.swift
[110/164] Compiling NIOCore MarkedCircularBuffer.swift
[111/164] Compiling NIOCore MulticastChannel.swift
[112/164] Compiling NIOCore AddressedEnvelope.swift
[113/164] Compiling NIOCore AsyncAwaitSupport.swift
[114/164] Compiling NIOCore AsyncChannel.swift
[115/164] Compiling NIOCore AsyncChannelHandler.swift
[116/164] Compiling NIOCore AsyncChannelInboundStream.swift
[117/164] Compiling NIOCore AsyncChannelOutboundWriter.swift
[118/164] Compiling NIOCore NIOAsyncSequenceProducer.swift
[119/164] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[120/164] Compiling NIOCore NIOAsyncWriter.swift
[121/164] Compiling NIOCore CircularBuffer.swift
[122/164] Compiling NIOCore Codec.swift
[123/164] Compiling NIOCore ConvenienceOptionSupport.swift
[124/164] Compiling NIOCore DeadChannel.swift
[125/164] Compiling NIOCore DispatchQueue+WithFuture.swift
[126/164] Compiling NIOCore EventLoop+Deprecated.swift
[127/164] Compiling NIOCore EventLoop+SerialExecutor.swift
[128/164] Compiling NIOCore EventLoop.swift
[129/164] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[130/164] Compiling NIOCore EventLoopFuture+Deprecated.swift
[131/164] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[132/164] Compiling NIOCore EventLoopFuture.swift
[133/164] Compiling NIOCore FileDescriptor.swift
[134/164] Compiling NIOCore FileHandle.swift
[135/164] Compiling NIOCore FileRegion.swift
[136/164] Compiling NIOCore GlobalSingletons.swift
[137/164] Compiling NIOCore IO.swift
[138/164] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[139/164] Compiling NIOCore SocketAddresses.swift
[140/164] Compiling NIOCore SocketOptionProvider.swift
[141/164] Compiling NIOCore SystemCallHelpers.swift
[142/164] Compiling NIOCore TimeAmount+Duration.swift
[143/164] Compiling NIOCore TypeAssistedChannelHandler.swift
[144/164] Compiling NIOCore UniversalBootstrapSupport.swift
[145/164] Compiling NIOCore Utilities.swift
[146/164] Emitting module NIOCore
[147/164] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[148/164] Compiling NIOCore BSDSocketAPI.swift
[149/164] Compiling NIOCore ByteBuffer-aux.swift
[150/164] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[151/164] Compiling NIOCore ByteBuffer-conversions.swift
[152/164] Compiling NIOCore ByteBuffer-core.swift
[153/164] Compiling NIOCore ByteBuffer-hex.swift
[154/164] Compiling NIOCore ByteBuffer-int.swift
[155/164] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[156/164] Compiling NIOCore ByteBuffer-multi-int.swift
[157/164] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[158/164] Compiling NIOCore ByteBuffer-views.swift
[159/164] Compiling NIOCore Channel.swift
[160/164] Compiling NIOCore ChannelHandler.swift
[161/164] Compiling NIOCore ChannelHandlers.swift
[162/164] Compiling NIOCore ChannelInvoker.swift
[163/164] Compiling NIOCore ChannelOption.swift
[164/164] Compiling NIOCore ChannelPipeline.swift
[166/217] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[167/217] Compiling NIOEmbedded Embedded.swift
[168/217] Emitting module NIOEmbedded
[169/217] Compiling NIOEmbedded AsyncTestingChannel.swift
[171/218] Compiling NIOPosix IO.swift
[172/218] Compiling NIOPosix IntegerBitPacking.swift
[173/218] Compiling NIOPosix IntegerTypes.swift
[174/218] Compiling NIOPosix Linux.swift
[175/218] Compiling NIOPosix LinuxCPUSet.swift
[176/218] Compiling NIOPosix LinuxUring.swift
[177/218] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[178/224] Compiling NIOPosix Pool.swift
[179/224] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[180/224] Compiling NIOPosix PosixSingletons.swift
[181/224] Compiling NIOPosix RawSocketBootstrap.swift
[182/224] Compiling NIOPosix Resolver.swift
[183/224] Compiling NIOPosix Selectable.swift
[184/224] Compiling NIOPosix SelectableChannel.swift
[185/224] Compiling NIOPosix SelectableEventLoop.swift
[186/224] Compiling NIOPosix SelectorEpoll.swift
[187/224] Compiling NIOPosix SelectorGeneric.swift
[188/224] Compiling NIOPosix SelectorKqueue.swift
[189/224] Compiling NIOPosix SelectorUring.swift
[190/224] Compiling NIOPosix ServerSocket.swift
[191/224] Compiling NIOPosix Socket.swift
[192/224] Compiling NIOPosix SocketChannel.swift
[193/224] Compiling NIOPosix SocketProtocols.swift
[194/224] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[195/224] Compiling NIOPosix System.swift
[196/224] Compiling NIOPosix Thread.swift
[197/224] Compiling NIOPosix ThreadPosix.swift
[198/224] Compiling NIOPosix ThreadWindows.swift
[199/224] Compiling NIOPosix UnsafeTransfer.swift
[200/224] Compiling NIOPosix Utilities.swift
[201/224] Compiling NIOPosix VsockAddress.swift
[202/224] Compiling NIOPosix VsockChannelEvents.swift
[203/224] Compiling NIOPosix BSDSocketAPICommon.swift
[204/224] Compiling NIOPosix BSDSocketAPIPosix.swift
[205/224] Compiling NIOPosix BSDSocketAPIWindows.swift
[206/224] Compiling NIOPosix BaseSocket.swift
[207/224] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[208/224] Compiling NIOPosix BaseSocketChannel.swift
[209/224] Compiling NIOPosix BaseStreamSocketChannel.swift
[210/224] Emitting module NIOPosix
[211/224] Compiling NIOPosix Bootstrap.swift
[212/224] Compiling NIOPosix ControlMessage.swift
[213/224] Compiling NIOPosix DatagramVectorReadManager.swift
[214/224] Compiling NIOPosix Errors+Any.swift
[215/224] Compiling NIOPosix FileDescriptor.swift
[216/224] Compiling NIOPosix GetaddrinfoResolver.swift
[217/224] Compiling NIOPosix HappyEyeballs.swift
[218/224] Compiling NIOPosix NIOPosixSendableMetatype.swift
[219/224] Compiling NIOPosix NIOThreadPool.swift
[220/224] Compiling NIOPosix NonBlockingFileIO.swift
[221/224] Compiling NIOPosix PendingDatagramWritesManager.swift
[222/224] Compiling NIOPosix PendingWritesManager.swift
[223/224] Compiling NIOPosix PipeChannel.swift
[224/224] Compiling NIOPosix PipePair.swift
[226/227] Emitting module NIO
[227/227] Compiling NIO Exports.swift
[229/239] Compiling NIOTLS TLSEvents.swift
[230/239] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[231/239] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[232/239] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[233/239] Emitting module NIOTLS
[234/239] Compiling NIOTLS SNIHandler.swift
[236/240] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[237/240] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[238/240] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[239/240] Emitting module NIOFoundationCompat
[240/240] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[242/263] Emitting module NIOTransportServices
[243/265] Compiling NIOTransportServices StateManagedChannel.swift
[244/265] Compiling NIOTransportServices StateManagedListenerChannel.swift
[245/265] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[246/265] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[247/265] Compiling NIOTransportServices NIOTSSingletons.swift
[248/265] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[249/265] Compiling NIOTransportServices AcceptHandler.swift
[250/265] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[251/265] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[252/265] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[253/265] Compiling NIOTransportServices NIOTSErrors.swift
[254/265] Compiling NIOTransportServices NIOTSEventLoop.swift
[255/265] Compiling NIOTransportServices NIOTSBootstraps.swift
[256/265] Compiling NIOTransportServices NIOTSChannelOptions.swift
[257/265] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[258/265] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[259/265] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[260/265] Compiling NIOTransportServices NIOTSListenerChannel.swift
[261/265] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[262/265] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[263/265] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[264/265] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[265/265] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[267/278] Compiling DNSClient ConfigParser.swift
[268/279] Compiling DNSClient Helpers.swift
/host/spi-builder-workspace/Sources/DNSClient/Messages/Message.swift:453:62: error: cannot force unwrap value of non-optional type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
451 |     /// Converts the UInt32 to a SocketAddress. This is used for converting the address of a DNS record to a SocketAddress.
452 |     func socketAddress(port: Int) throws -> SocketAddress {
453 |         let text = inet_ntoa(in_addr(s_addr: self.bigEndian))!
    |                                                              `- error: cannot force unwrap value of non-optional type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
454 |         let host = String(cString: text)
455 |
[269/279] Compiling DNSClient Message.swift
/host/spi-builder-workspace/Sources/DNSClient/Messages/Message.swift:453:62: error: cannot force unwrap value of non-optional type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
451 |     /// Converts the UInt32 to a SocketAddress. This is used for converting the address of a DNS record to a SocketAddress.
452 |     func socketAddress(port: Int) throws -> SocketAddress {
453 |         let text = inet_ntoa(in_addr(s_addr: self.bigEndian))!
    |                                                              `- error: cannot force unwrap value of non-optional type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
454 |         let host = String(cString: text)
455 |
[270/279] Compiling DNSClient PTR.swift
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:132:32: error: value of type 'in6_addr' has no member '__u6_addr'
130 |         #else
131 |         let inAddrArpaDomain = String(format: "%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x",
132 |                       ipv6Addr.__u6_addr.__u6_addr8.0,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
133 |                       ipv6Addr.__u6_addr.__u6_addr8.1,
134 |                       ipv6Addr.__u6_addr.__u6_addr8.2,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:133:32: error: value of type 'in6_addr' has no member '__u6_addr'
131 |         let inAddrArpaDomain = String(format: "%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x",
132 |                       ipv6Addr.__u6_addr.__u6_addr8.0,
133 |                       ipv6Addr.__u6_addr.__u6_addr8.1,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
134 |                       ipv6Addr.__u6_addr.__u6_addr8.2,
135 |                       ipv6Addr.__u6_addr.__u6_addr8.3,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:134:32: error: value of type 'in6_addr' has no member '__u6_addr'
132 |                       ipv6Addr.__u6_addr.__u6_addr8.0,
133 |                       ipv6Addr.__u6_addr.__u6_addr8.1,
134 |                       ipv6Addr.__u6_addr.__u6_addr8.2,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
135 |                       ipv6Addr.__u6_addr.__u6_addr8.3,
136 |                       ipv6Addr.__u6_addr.__u6_addr8.4,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:135:32: error: value of type 'in6_addr' has no member '__u6_addr'
133 |                       ipv6Addr.__u6_addr.__u6_addr8.1,
134 |                       ipv6Addr.__u6_addr.__u6_addr8.2,
135 |                       ipv6Addr.__u6_addr.__u6_addr8.3,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
136 |                       ipv6Addr.__u6_addr.__u6_addr8.4,
137 |                       ipv6Addr.__u6_addr.__u6_addr8.5,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:136:32: error: value of type 'in6_addr' has no member '__u6_addr'
134 |                       ipv6Addr.__u6_addr.__u6_addr8.2,
135 |                       ipv6Addr.__u6_addr.__u6_addr8.3,
136 |                       ipv6Addr.__u6_addr.__u6_addr8.4,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
137 |                       ipv6Addr.__u6_addr.__u6_addr8.5,
138 |                       ipv6Addr.__u6_addr.__u6_addr8.6,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:137:32: error: value of type 'in6_addr' has no member '__u6_addr'
135 |                       ipv6Addr.__u6_addr.__u6_addr8.3,
136 |                       ipv6Addr.__u6_addr.__u6_addr8.4,
137 |                       ipv6Addr.__u6_addr.__u6_addr8.5,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
138 |                       ipv6Addr.__u6_addr.__u6_addr8.6,
139 |                       ipv6Addr.__u6_addr.__u6_addr8.7,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:138:32: error: value of type 'in6_addr' has no member '__u6_addr'
136 |                       ipv6Addr.__u6_addr.__u6_addr8.4,
137 |                       ipv6Addr.__u6_addr.__u6_addr8.5,
138 |                       ipv6Addr.__u6_addr.__u6_addr8.6,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
139 |                       ipv6Addr.__u6_addr.__u6_addr8.7,
140 |                       ipv6Addr.__u6_addr.__u6_addr8.8,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:139:32: error: value of type 'in6_addr' has no member '__u6_addr'
137 |                       ipv6Addr.__u6_addr.__u6_addr8.5,
138 |                       ipv6Addr.__u6_addr.__u6_addr8.6,
139 |                       ipv6Addr.__u6_addr.__u6_addr8.7,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
140 |                       ipv6Addr.__u6_addr.__u6_addr8.8,
141 |                       ipv6Addr.__u6_addr.__u6_addr8.9,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:140:32: error: value of type 'in6_addr' has no member '__u6_addr'
138 |                       ipv6Addr.__u6_addr.__u6_addr8.6,
139 |                       ipv6Addr.__u6_addr.__u6_addr8.7,
140 |                       ipv6Addr.__u6_addr.__u6_addr8.8,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
141 |                       ipv6Addr.__u6_addr.__u6_addr8.9,
142 |                       ipv6Addr.__u6_addr.__u6_addr8.10,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:141:32: error: value of type 'in6_addr' has no member '__u6_addr'
139 |                       ipv6Addr.__u6_addr.__u6_addr8.7,
140 |                       ipv6Addr.__u6_addr.__u6_addr8.8,
141 |                       ipv6Addr.__u6_addr.__u6_addr8.9,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
142 |                       ipv6Addr.__u6_addr.__u6_addr8.10,
143 |                       ipv6Addr.__u6_addr.__u6_addr8.11,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:142:32: error: value of type 'in6_addr' has no member '__u6_addr'
140 |                       ipv6Addr.__u6_addr.__u6_addr8.8,
141 |                       ipv6Addr.__u6_addr.__u6_addr8.9,
142 |                       ipv6Addr.__u6_addr.__u6_addr8.10,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
143 |                       ipv6Addr.__u6_addr.__u6_addr8.11,
144 |                       ipv6Addr.__u6_addr.__u6_addr8.12,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:143:32: error: value of type 'in6_addr' has no member '__u6_addr'
141 |                       ipv6Addr.__u6_addr.__u6_addr8.9,
142 |                       ipv6Addr.__u6_addr.__u6_addr8.10,
143 |                       ipv6Addr.__u6_addr.__u6_addr8.11,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
144 |                       ipv6Addr.__u6_addr.__u6_addr8.12,
145 |                       ipv6Addr.__u6_addr.__u6_addr8.13,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:144:32: error: value of type 'in6_addr' has no member '__u6_addr'
142 |                       ipv6Addr.__u6_addr.__u6_addr8.10,
143 |                       ipv6Addr.__u6_addr.__u6_addr8.11,
144 |                       ipv6Addr.__u6_addr.__u6_addr8.12,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
145 |                       ipv6Addr.__u6_addr.__u6_addr8.13,
146 |                       ipv6Addr.__u6_addr.__u6_addr8.14,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:145:32: error: value of type 'in6_addr' has no member '__u6_addr'
143 |                       ipv6Addr.__u6_addr.__u6_addr8.11,
144 |                       ipv6Addr.__u6_addr.__u6_addr8.12,
145 |                       ipv6Addr.__u6_addr.__u6_addr8.13,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
146 |                       ipv6Addr.__u6_addr.__u6_addr8.14,
147 |                       ipv6Addr.__u6_addr.__u6_addr8.15
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:146:32: error: value of type 'in6_addr' has no member '__u6_addr'
144 |                       ipv6Addr.__u6_addr.__u6_addr8.12,
145 |                       ipv6Addr.__u6_addr.__u6_addr8.13,
146 |                       ipv6Addr.__u6_addr.__u6_addr8.14,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
147 |                       ipv6Addr.__u6_addr.__u6_addr8.15
148 |         ).reversed()
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:147:32: error: value of type 'in6_addr' has no member '__u6_addr'
145 |                       ipv6Addr.__u6_addr.__u6_addr8.13,
146 |                       ipv6Addr.__u6_addr.__u6_addr8.14,
147 |                       ipv6Addr.__u6_addr.__u6_addr8.15
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
148 |         ).reversed()
149 |          .map { "\($0)" }
[271/279] Compiling DNSClient MessageOptions.swift
[272/279] Compiling DNSClient DNSEncoder.swift
[273/279] Compiling DNSClient Errors.swift
[274/279] Emitting module DNSClient
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:120:21: warning: type 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
118 |             .channelInitializer { channel in
119 |                 return channel.pipeline.addHandlers(
120 |                     EnvelopeInboundChannel(),
    |                     `- warning: type 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
121 |                     dnsDecoder,
122 |                     EnvelopeOutboundChannel(address: address),
/host/spi-builder-workspace/Sources/DNSClient/DNSDecoder.swift:4:13: note: class 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
  2 | import NIOConcurrencyHelpers
  3 |
  4 | final class EnvelopeInboundChannel: ChannelInboundHandler {
    |             `- note: class 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
  5 |     typealias InboundIn = AddressedEnvelope<ByteBuffer>
  6 |     typealias InboundOut = ByteBuffer
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:122:21: warning: type 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
120 |                     EnvelopeInboundChannel(),
121 |                     dnsDecoder,
122 |                     EnvelopeOutboundChannel(address: address),
    |                     `- warning: type 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
123 |                     DNSEncoder()
124 |                 )
/host/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:3:13: note: class 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
  1 | import NIO
  2 |
  3 | final class EnvelopeOutboundChannel: ChannelOutboundHandler {
    |             `- note: class 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
  4 |     typealias OutboundIn = ByteBuffer
  5 |     typealias OutboundOut = AddressedEnvelope<ByteBuffer>
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:123:21: warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
121 |                     dnsDecoder,
122 |                     EnvelopeOutboundChannel(address: address),
123 |                     DNSEncoder()
    |                     `- warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
124 |                 )
125 |         }
/host/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:50:20: note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
 48 | }
 49 |
 50 | public final class DNSEncoder: ChannelOutboundHandler {
    |                    `- note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
 51 |     public typealias OutboundIn = Message
 52 |     public typealias OutboundOut = ByteBuffer
[275/279] Compiling DNSClient Client.swift
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:93:17: warning: type 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
 91 |         if let remoteAddress = remoteAddress {
 92 |             return channel.pipeline.addHandlers(
 93 |                 EnvelopeInboundChannel(),
    |                 `- warning: type 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
 94 |                 context.decoder,
 95 |                 EnvelopeOutboundChannel(address: remoteAddress),
/host/spi-builder-workspace/Sources/DNSClient/DNSDecoder.swift:4:13: note: class 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
  2 | import NIOConcurrencyHelpers
  3 |
  4 | final class EnvelopeInboundChannel: ChannelInboundHandler {
    |             `- note: class 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
  5 |     typealias InboundIn = AddressedEnvelope<ByteBuffer>
  6 |     typealias InboundOut = ByteBuffer
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:95:17: warning: type 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
 93 |                 EnvelopeInboundChannel(),
 94 |                 context.decoder,
 95 |                 EnvelopeOutboundChannel(address: remoteAddress),
    |                 `- warning: type 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
 96 |                 DNSEncoder()
 97 |             )
/host/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:3:13: note: class 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
  1 | import NIO
  2 |
  3 | final class EnvelopeOutboundChannel: ChannelOutboundHandler {
    |             `- note: class 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
  4 |     typealias OutboundIn = ByteBuffer
  5 |     typealias OutboundOut = AddressedEnvelope<ByteBuffer>
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:96:17: warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
 94 |                 context.decoder,
 95 |                 EnvelopeOutboundChannel(address: remoteAddress),
 96 |                 DNSEncoder()
    |                 `- warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
 97 |             )
 98 |         } else {
/host/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:50:20: note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
 48 | }
 49 |
 50 | public final class DNSEncoder: ChannelOutboundHandler {
    |                    `- note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
 51 |     public typealias OutboundIn = Message
 52 |     public typealias OutboundOut = ByteBuffer
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:99:66: warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
 97 |             )
 98 |         } else {
 99 |             return channel.pipeline.addHandlers(context.decoder, DNSEncoder())
    |                                                                  `- warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
100 |         }
101 |     }
/host/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:50:20: note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
 48 | }
 49 |
 50 | public final class DNSEncoder: ChannelOutboundHandler {
    |                    `- note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
 51 |     public typealias OutboundIn = Message
 52 |     public typealias OutboundOut = ByteBuffer
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:120:21: warning: type 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
118 |             .channelInitializer { channel in
119 |                 return channel.pipeline.addHandlers(
120 |                     EnvelopeInboundChannel(),
    |                     `- warning: type 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
121 |                     dnsDecoder,
122 |                     EnvelopeOutboundChannel(address: address),
/host/spi-builder-workspace/Sources/DNSClient/DNSDecoder.swift:4:13: note: class 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
  2 | import NIOConcurrencyHelpers
  3 |
  4 | final class EnvelopeInboundChannel: ChannelInboundHandler {
    |             `- note: class 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
  5 |     typealias InboundIn = AddressedEnvelope<ByteBuffer>
  6 |     typealias InboundOut = ByteBuffer
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:122:21: warning: type 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
120 |                     EnvelopeInboundChannel(),
121 |                     dnsDecoder,
122 |                     EnvelopeOutboundChannel(address: address),
    |                     `- warning: type 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
123 |                     DNSEncoder()
124 |                 )
/host/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:3:13: note: class 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
  1 | import NIO
  2 |
  3 | final class EnvelopeOutboundChannel: ChannelOutboundHandler {
    |             `- note: class 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
  4 |     typealias OutboundIn = ByteBuffer
  5 |     typealias OutboundOut = AddressedEnvelope<ByteBuffer>
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:123:21: warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
121 |                     dnsDecoder,
122 |                     EnvelopeOutboundChannel(address: address),
123 |                     DNSEncoder()
    |                     `- warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
124 |                 )
125 |         }
/host/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:50:20: note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
 48 | }
 49 |
 50 | public final class DNSEncoder: ChannelOutboundHandler {
    |                    `- note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
 51 |     public typealias OutboundIn = Message
 52 |     public typealias OutboundOut = ByteBuffer
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:156:21: warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
154 |             .channelInitializer { channel in
155 |                 return channel.pipeline.addHandlers(
156 |                     ByteToMessageHandler(UInt16FrameDecoder()),
    |                     `- warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
157 |                     MessageToByteHandler(UInt16FrameEncoder()),
158 |                     dnsDecoder,
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Codec.swift:507:1: note: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' has been explicitly marked unavailable here
505 |
506 | @available(*, unavailable)
507 | extension ByteToMessageHandler: Sendable {}
    | `- note: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' has been explicitly marked unavailable here
508 |
509 | // MARK: ByteToMessageHandler: Test Helpers
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:157:21: warning: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
155 |                 return channel.pipeline.addHandlers(
156 |                     ByteToMessageHandler(UInt16FrameDecoder()),
157 |                     MessageToByteHandler(UInt16FrameEncoder()),
    |                     `- warning: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
158 |                     dnsDecoder,
159 |                     DNSEncoder()
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Codec.swift:810:1: note: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' has been explicitly marked unavailable here
808 |
809 | @available(*, unavailable)
810 | extension MessageToByteHandler: Sendable {}
    | `- note: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' has been explicitly marked unavailable here
811 |
812 | extension MessageToByteHandler {
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:159:21: warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
157 |                     MessageToByteHandler(UInt16FrameEncoder()),
158 |                     dnsDecoder,
159 |                     DNSEncoder()
    |                     `- warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
160 |                 )
161 |             }
/host/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:50:20: note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
 48 | }
 49 |
 50 | public final class DNSEncoder: ChannelOutboundHandler {
    |                    `- note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
 51 |     public typealias OutboundIn = Message
 52 |     public typealias OutboundOut = ByteBuffer
[276/279] Compiling DNSClient DNSClient+Connect.swift
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:93:17: warning: type 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
 91 |         if let remoteAddress = remoteAddress {
 92 |             return channel.pipeline.addHandlers(
 93 |                 EnvelopeInboundChannel(),
    |                 `- warning: type 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
 94 |                 context.decoder,
 95 |                 EnvelopeOutboundChannel(address: remoteAddress),
/host/spi-builder-workspace/Sources/DNSClient/DNSDecoder.swift:4:13: note: class 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
  2 | import NIOConcurrencyHelpers
  3 |
  4 | final class EnvelopeInboundChannel: ChannelInboundHandler {
    |             `- note: class 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
  5 |     typealias InboundIn = AddressedEnvelope<ByteBuffer>
  6 |     typealias InboundOut = ByteBuffer
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:95:17: warning: type 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
 93 |                 EnvelopeInboundChannel(),
 94 |                 context.decoder,
 95 |                 EnvelopeOutboundChannel(address: remoteAddress),
    |                 `- warning: type 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
 96 |                 DNSEncoder()
 97 |             )
/host/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:3:13: note: class 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
  1 | import NIO
  2 |
  3 | final class EnvelopeOutboundChannel: ChannelOutboundHandler {
    |             `- note: class 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
  4 |     typealias OutboundIn = ByteBuffer
  5 |     typealias OutboundOut = AddressedEnvelope<ByteBuffer>
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:96:17: warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
 94 |                 context.decoder,
 95 |                 EnvelopeOutboundChannel(address: remoteAddress),
 96 |                 DNSEncoder()
    |                 `- warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
 97 |             )
 98 |         } else {
/host/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:50:20: note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
 48 | }
 49 |
 50 | public final class DNSEncoder: ChannelOutboundHandler {
    |                    `- note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
 51 |     public typealias OutboundIn = Message
 52 |     public typealias OutboundOut = ByteBuffer
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:99:66: warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
 97 |             )
 98 |         } else {
 99 |             return channel.pipeline.addHandlers(context.decoder, DNSEncoder())
    |                                                                  `- warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
100 |         }
101 |     }
/host/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:50:20: note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
 48 | }
 49 |
 50 | public final class DNSEncoder: ChannelOutboundHandler {
    |                    `- note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
 51 |     public typealias OutboundIn = Message
 52 |     public typealias OutboundOut = ByteBuffer
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:120:21: warning: type 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
118 |             .channelInitializer { channel in
119 |                 return channel.pipeline.addHandlers(
120 |                     EnvelopeInboundChannel(),
    |                     `- warning: type 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
121 |                     dnsDecoder,
122 |                     EnvelopeOutboundChannel(address: address),
/host/spi-builder-workspace/Sources/DNSClient/DNSDecoder.swift:4:13: note: class 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
  2 | import NIOConcurrencyHelpers
  3 |
  4 | final class EnvelopeInboundChannel: ChannelInboundHandler {
    |             `- note: class 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
  5 |     typealias InboundIn = AddressedEnvelope<ByteBuffer>
  6 |     typealias InboundOut = ByteBuffer
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:122:21: warning: type 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
120 |                     EnvelopeInboundChannel(),
121 |                     dnsDecoder,
122 |                     EnvelopeOutboundChannel(address: address),
    |                     `- warning: type 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
123 |                     DNSEncoder()
124 |                 )
/host/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:3:13: note: class 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
  1 | import NIO
  2 |
  3 | final class EnvelopeOutboundChannel: ChannelOutboundHandler {
    |             `- note: class 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
  4 |     typealias OutboundIn = ByteBuffer
  5 |     typealias OutboundOut = AddressedEnvelope<ByteBuffer>
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:123:21: warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
121 |                     dnsDecoder,
122 |                     EnvelopeOutboundChannel(address: address),
123 |                     DNSEncoder()
    |                     `- warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
124 |                 )
125 |         }
/host/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:50:20: note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
 48 | }
 49 |
 50 | public final class DNSEncoder: ChannelOutboundHandler {
    |                    `- note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
 51 |     public typealias OutboundIn = Message
 52 |     public typealias OutboundOut = ByteBuffer
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:156:21: warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
154 |             .channelInitializer { channel in
155 |                 return channel.pipeline.addHandlers(
156 |                     ByteToMessageHandler(UInt16FrameDecoder()),
    |                     `- warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
157 |                     MessageToByteHandler(UInt16FrameEncoder()),
158 |                     dnsDecoder,
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Codec.swift:507:1: note: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' has been explicitly marked unavailable here
505 |
506 | @available(*, unavailable)
507 | extension ByteToMessageHandler: Sendable {}
    | `- note: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' has been explicitly marked unavailable here
508 |
509 | // MARK: ByteToMessageHandler: Test Helpers
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:157:21: warning: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
155 |                 return channel.pipeline.addHandlers(
156 |                     ByteToMessageHandler(UInt16FrameDecoder()),
157 |                     MessageToByteHandler(UInt16FrameEncoder()),
    |                     `- warning: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
158 |                     dnsDecoder,
159 |                     DNSEncoder()
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Codec.swift:810:1: note: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' has been explicitly marked unavailable here
808 |
809 | @available(*, unavailable)
810 | extension MessageToByteHandler: Sendable {}
    | `- note: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' has been explicitly marked unavailable here
811 |
812 | extension MessageToByteHandler {
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:159:21: warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
157 |                     MessageToByteHandler(UInt16FrameEncoder()),
158 |                     dnsDecoder,
159 |                     DNSEncoder()
    |                     `- warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
160 |                 )
161 |             }
/host/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:50:20: note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
 48 | }
 49 |
 50 | public final class DNSEncoder: ChannelOutboundHandler {
    |                    `- note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
 51 |     public typealias OutboundIn = Message
 52 |     public typealias OutboundOut = ByteBuffer
[277/279] Compiling DNSClient DNSClient+Query.swift
/host/spi-builder-workspace/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/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 |
[278/279] Compiling DNSClient DNSDecoder.swift
/host/spi-builder-workspace/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/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 |
[279/279] Compiling DNSClient SRV.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
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/45] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/46] Compiling Atomics IntegerConformances.swift
[4/46] Compiling Atomics PointerConformances.swift
[5/46] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[6/46] Compiling NIOConcurrencyHelpers NIOLock.swift
[7/46] Compiling Atomics AtomicStorage.swift
[8/46] Compiling Atomics AtomicValue.swift
[9/46] Compiling Atomics AtomicMemoryOrderings.swift
[10/46] Compiling Atomics DoubleWord.swift
[11/46] Compiling Atomics ManagedAtomic.swift
[12/46] Compiling Atomics ManagedAtomicLazyReference.swift
[13/48] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[16/48] Compiling Atomics UnsafeAtomic.swift
[17/48] Compiling Atomics UnsafeAtomicLazyReference.swift
[20/48] Emitting module _NIOBase64
[21/48] Compiling _NIOBase64 Base64.swift
[23/49] Emitting module NIOConcurrencyHelpers
[24/49] Emitting module InternalCollectionsUtilities
[25/49] Compiling Atomics Primitives.native.swift
[27/49] Compiling NIOConcurrencyHelpers atomics.swift
[28/49] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[29/49] Compiling NIOConcurrencyHelpers lock.swift
[30/50] Compiling _NIODataStructures PriorityQueue.swift
[31/50] Compiling _NIODataStructures _TinyArray.swift
[32/50] Compiling Atomics IntegerOperations.swift
[33/50] Compiling Atomics Unmanaged extensions.swift
[35/50] Compiling Atomics AtomicInteger.swift
[36/50] Emitting module _NIODataStructures
[37/50] Compiling _NIODataStructures Heap.swift
[38/50] Compiling Atomics AtomicOptionalWrappable.swift
[39/50] Compiling Atomics AtomicReference.swift
[46/52] Emitting module Atomics
[47/52] Compiling Atomics OptionalRawRepresentable.swift
[48/52] Compiling Atomics RawRepresentable.swift
[49/52] Compiling Atomics AtomicBool.swift
[54/68] Compiling DequeModule Deque+CustomReflectable.swift
[55/68] Compiling DequeModule Deque+Descriptions.swift
[56/70] Compiling DequeModule Deque+Extras.swift
[57/70] Compiling DequeModule Deque+Hashable.swift
[58/70] Compiling DequeModule Deque+Equatable.swift
[59/70] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[60/70] Compiling DequeModule _DequeBuffer.swift
[61/70] Compiling DequeModule _DequeBufferHeader.swift
[62/70] Compiling DequeModule _DequeSlot.swift
[63/70] Compiling DequeModule _UnsafeWrappedBuffer.swift
[64/70] Emitting module DequeModule
[65/70] Compiling DequeModule Deque+Codable.swift
[66/70] Compiling DequeModule Deque+Collection.swift
[67/70] Compiling DequeModule Deque+Testing.swift
[68/70] Compiling DequeModule Deque._Storage.swift
[69/70] Compiling DequeModule Deque._UnsafeHandle.swift
[70/70] Compiling DequeModule Deque.swift
[72/132] Compiling NIOCore NIOAny.swift
[73/132] Compiling NIOCore NIOCloseOnErrorHandler.swift
[74/132] Compiling NIOCore NIOCoreSendableMetatype.swift
[75/132] Compiling NIOCore NIOLoopBound.swift
[76/132] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[77/132] Compiling NIOCore NIOScheduledCallback.swift
[78/132] Compiling NIOCore NIOSendable.swift
[79/132] Compiling NIOCore RecvByteBufferAllocator.swift
[80/140] Compiling NIOCore EventLoopFuture+Deprecated.swift
[81/140] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[82/140] Compiling NIOCore EventLoopFuture.swift
[83/140] Compiling NIOCore FileDescriptor.swift
[84/140] Compiling NIOCore FileHandle.swift
[85/140] Compiling NIOCore FileRegion.swift
[86/140] Compiling NIOCore GlobalSingletons.swift
[87/140] Compiling NIOCore IO.swift
[88/140] Compiling NIOCore IOData.swift
[89/140] Compiling NIOCore IPProtocol.swift
[90/140] Compiling NIOCore IntegerBitPacking.swift
[91/140] Compiling NIOCore IntegerTypes.swift
[92/140] Compiling NIOCore Interfaces.swift
[93/140] Compiling NIOCore Linux.swift
[94/140] Compiling NIOCore MarkedCircularBuffer.swift
[95/140] Compiling NIOCore MulticastChannel.swift
[96/140] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[97/140] Compiling NIOCore SocketAddresses.swift
[98/140] Compiling NIOCore SocketOptionProvider.swift
[99/140] Compiling NIOCore SystemCallHelpers.swift
[100/140] Compiling NIOCore TimeAmount+Duration.swift
[101/140] Compiling NIOCore TypeAssistedChannelHandler.swift
[102/140] Compiling NIOCore UniversalBootstrapSupport.swift
[103/140] Compiling NIOCore Utilities.swift
[104/140] Compiling NIOCore CircularBuffer.swift
[105/140] Compiling NIOCore Codec.swift
[106/140] Compiling NIOCore ConvenienceOptionSupport.swift
[107/140] Compiling NIOCore DeadChannel.swift
[108/140] Compiling NIOCore DispatchQueue+WithFuture.swift
[109/140] Compiling NIOCore EventLoop+Deprecated.swift
[110/140] Compiling NIOCore EventLoop+SerialExecutor.swift
[111/140] Compiling NIOCore EventLoop.swift
[112/140] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[113/140] Compiling NIOCore AddressedEnvelope.swift
[114/140] Compiling NIOCore AsyncAwaitSupport.swift
[115/140] Compiling NIOCore AsyncChannel.swift
[116/140] Compiling NIOCore AsyncChannelHandler.swift
[117/140] Compiling NIOCore AsyncChannelInboundStream.swift
[118/140] Compiling NIOCore AsyncChannelOutboundWriter.swift
[119/140] Compiling NIOCore NIOAsyncSequenceProducer.swift
[120/140] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[121/140] Compiling NIOCore NIOAsyncWriter.swift
[122/140] Compiling NIOCore ByteBuffer-multi-int.swift
[123/140] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[124/140] Compiling NIOCore ByteBuffer-views.swift
[125/140] Compiling NIOCore Channel.swift
[126/140] Compiling NIOCore ChannelHandler.swift
[127/140] Compiling NIOCore ChannelHandlers.swift
[128/140] Compiling NIOCore ChannelInvoker.swift
[129/140] Compiling NIOCore ChannelOption.swift
[130/140] Compiling NIOCore ChannelPipeline.swift
[131/140] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[132/140] Compiling NIOCore BSDSocketAPI.swift
[133/140] Compiling NIOCore ByteBuffer-aux.swift
[134/140] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[135/140] Compiling NIOCore ByteBuffer-conversions.swift
[136/140] Compiling NIOCore ByteBuffer-core.swift
[137/140] Compiling NIOCore ByteBuffer-hex.swift
[138/140] Compiling NIOCore ByteBuffer-int.swift
[139/140] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[140/140] Emitting module NIOCore
[142/193] Emitting module NIOEmbedded
[143/193] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[144/193] Compiling NIOEmbedded AsyncTestingChannel.swift
[145/193] Compiling NIOEmbedded Embedded.swift
[147/194] Compiling NIOPosix Pool.swift
[148/194] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[149/194] Compiling NIOPosix PosixSingletons.swift
[150/194] Compiling NIOPosix RawSocketBootstrap.swift
[151/194] Compiling NIOPosix Resolver.swift
[152/194] Compiling NIOPosix Selectable.swift
[153/194] Compiling NIOPosix SelectableChannel.swift
[154/194] Compiling NIOPosix BSDSocketAPICommon.swift
[155/194] Compiling NIOPosix BSDSocketAPIPosix.swift
[156/194] Compiling NIOPosix BSDSocketAPIWindows.swift
[157/194] Compiling NIOPosix BaseSocket.swift
[158/194] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[159/194] Compiling NIOPosix BaseSocketChannel.swift
[160/194] Compiling NIOPosix BaseStreamSocketChannel.swift
[161/200] Compiling NIOPosix SelectableEventLoop.swift
[162/200] Compiling NIOPosix SelectorEpoll.swift
[163/200] Compiling NIOPosix SelectorGeneric.swift
[164/200] Compiling NIOPosix SelectorKqueue.swift
[165/200] Compiling NIOPosix SelectorUring.swift
[166/200] Compiling NIOPosix ServerSocket.swift
[167/200] Compiling NIOPosix Socket.swift
[168/200] Compiling NIOPosix SocketChannel.swift
[169/200] Compiling NIOPosix SocketProtocols.swift
[170/200] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[171/200] Compiling NIOPosix System.swift
[172/200] Compiling NIOPosix Thread.swift
[173/200] Compiling NIOPosix Bootstrap.swift
[174/200] Compiling NIOPosix ControlMessage.swift
[175/200] Compiling NIOPosix DatagramVectorReadManager.swift
[176/200] Compiling NIOPosix Errors+Any.swift
[177/200] Compiling NIOPosix FileDescriptor.swift
[178/200] Compiling NIOPosix GetaddrinfoResolver.swift
[179/200] Compiling NIOPosix HappyEyeballs.swift
[180/200] Emitting module NIOPosix
[181/200] Compiling NIOPosix IO.swift
[182/200] Compiling NIOPosix IntegerBitPacking.swift
[183/200] Compiling NIOPosix IntegerTypes.swift
[184/200] Compiling NIOPosix Linux.swift
[185/200] Compiling NIOPosix LinuxCPUSet.swift
[186/200] Compiling NIOPosix LinuxUring.swift
[187/200] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[188/200] Compiling NIOPosix NIOPosixSendableMetatype.swift
[189/200] Compiling NIOPosix NIOThreadPool.swift
[190/200] Compiling NIOPosix NonBlockingFileIO.swift
[191/200] Compiling NIOPosix PendingDatagramWritesManager.swift
[192/200] Compiling NIOPosix PendingWritesManager.swift
[193/200] Compiling NIOPosix PipeChannel.swift
[194/200] Compiling NIOPosix PipePair.swift
[195/200] Compiling NIOPosix ThreadPosix.swift
[196/200] Compiling NIOPosix ThreadWindows.swift
[197/200] Compiling NIOPosix UnsafeTransfer.swift
[198/200] Compiling NIOPosix Utilities.swift
[199/200] Compiling NIOPosix VsockAddress.swift
[200/200] Compiling NIOPosix VsockChannelEvents.swift
[202/203] Emitting module NIO
[203/203] Compiling NIO Exports.swift
[205/215] Compiling NIOTLS TLSEvents.swift
[206/215] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[207/215] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[208/215] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[209/215] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[210/215] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[211/215] Emitting module NIOTLS
[212/215] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[213/215] Compiling NIOTLS SNIHandler.swift
[215/216] Emitting module NIOFoundationCompat
[216/216] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[218/239] Compiling NIOTransportServices AcceptHandler.swift
[219/239] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[220/239] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[221/239] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[222/239] Compiling NIOTransportServices NIOTSSingletons.swift
[223/239] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[224/241] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[225/241] Compiling NIOTransportServices NIOTSErrors.swift
[226/241] Compiling NIOTransportServices NIOTSEventLoop.swift
[227/241] Compiling NIOTransportServices StateManagedChannel.swift
[228/241] Compiling NIOTransportServices StateManagedListenerChannel.swift
[229/241] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[230/241] Compiling NIOTransportServices NIOTSBootstraps.swift
[231/241] Compiling NIOTransportServices NIOTSChannelOptions.swift
[232/241] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[233/241] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[234/241] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[235/241] Compiling NIOTransportServices NIOTSListenerChannel.swift
[236/241] Emitting module NIOTransportServices
[237/241] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[238/241] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[239/241] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[240/241] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[241/241] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[243/254] Compiling DNSClient ConfigParser.swift
[244/255] Compiling DNSClient PTR.swift
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:132:32: error: value of type 'in6_addr' has no member '__u6_addr'
130 |         #else
131 |         let inAddrArpaDomain = String(format: "%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x",
132 |                       ipv6Addr.__u6_addr.__u6_addr8.0,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
133 |                       ipv6Addr.__u6_addr.__u6_addr8.1,
134 |                       ipv6Addr.__u6_addr.__u6_addr8.2,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:133:32: error: value of type 'in6_addr' has no member '__u6_addr'
131 |         let inAddrArpaDomain = String(format: "%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x",
132 |                       ipv6Addr.__u6_addr.__u6_addr8.0,
133 |                       ipv6Addr.__u6_addr.__u6_addr8.1,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
134 |                       ipv6Addr.__u6_addr.__u6_addr8.2,
135 |                       ipv6Addr.__u6_addr.__u6_addr8.3,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:134:32: error: value of type 'in6_addr' has no member '__u6_addr'
132 |                       ipv6Addr.__u6_addr.__u6_addr8.0,
133 |                       ipv6Addr.__u6_addr.__u6_addr8.1,
134 |                       ipv6Addr.__u6_addr.__u6_addr8.2,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
135 |                       ipv6Addr.__u6_addr.__u6_addr8.3,
136 |                       ipv6Addr.__u6_addr.__u6_addr8.4,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:135:32: error: value of type 'in6_addr' has no member '__u6_addr'
133 |                       ipv6Addr.__u6_addr.__u6_addr8.1,
134 |                       ipv6Addr.__u6_addr.__u6_addr8.2,
135 |                       ipv6Addr.__u6_addr.__u6_addr8.3,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
136 |                       ipv6Addr.__u6_addr.__u6_addr8.4,
137 |                       ipv6Addr.__u6_addr.__u6_addr8.5,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:136:32: error: value of type 'in6_addr' has no member '__u6_addr'
134 |                       ipv6Addr.__u6_addr.__u6_addr8.2,
135 |                       ipv6Addr.__u6_addr.__u6_addr8.3,
136 |                       ipv6Addr.__u6_addr.__u6_addr8.4,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
137 |                       ipv6Addr.__u6_addr.__u6_addr8.5,
138 |                       ipv6Addr.__u6_addr.__u6_addr8.6,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:137:32: error: value of type 'in6_addr' has no member '__u6_addr'
135 |                       ipv6Addr.__u6_addr.__u6_addr8.3,
136 |                       ipv6Addr.__u6_addr.__u6_addr8.4,
137 |                       ipv6Addr.__u6_addr.__u6_addr8.5,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
138 |                       ipv6Addr.__u6_addr.__u6_addr8.6,
139 |                       ipv6Addr.__u6_addr.__u6_addr8.7,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:138:32: error: value of type 'in6_addr' has no member '__u6_addr'
136 |                       ipv6Addr.__u6_addr.__u6_addr8.4,
137 |                       ipv6Addr.__u6_addr.__u6_addr8.5,
138 |                       ipv6Addr.__u6_addr.__u6_addr8.6,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
139 |                       ipv6Addr.__u6_addr.__u6_addr8.7,
140 |                       ipv6Addr.__u6_addr.__u6_addr8.8,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:139:32: error: value of type 'in6_addr' has no member '__u6_addr'
137 |                       ipv6Addr.__u6_addr.__u6_addr8.5,
138 |                       ipv6Addr.__u6_addr.__u6_addr8.6,
139 |                       ipv6Addr.__u6_addr.__u6_addr8.7,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
140 |                       ipv6Addr.__u6_addr.__u6_addr8.8,
141 |                       ipv6Addr.__u6_addr.__u6_addr8.9,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:140:32: error: value of type 'in6_addr' has no member '__u6_addr'
138 |                       ipv6Addr.__u6_addr.__u6_addr8.6,
139 |                       ipv6Addr.__u6_addr.__u6_addr8.7,
140 |                       ipv6Addr.__u6_addr.__u6_addr8.8,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
141 |                       ipv6Addr.__u6_addr.__u6_addr8.9,
142 |                       ipv6Addr.__u6_addr.__u6_addr8.10,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:141:32: error: value of type 'in6_addr' has no member '__u6_addr'
139 |                       ipv6Addr.__u6_addr.__u6_addr8.7,
140 |                       ipv6Addr.__u6_addr.__u6_addr8.8,
141 |                       ipv6Addr.__u6_addr.__u6_addr8.9,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
142 |                       ipv6Addr.__u6_addr.__u6_addr8.10,
143 |                       ipv6Addr.__u6_addr.__u6_addr8.11,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:142:32: error: value of type 'in6_addr' has no member '__u6_addr'
140 |                       ipv6Addr.__u6_addr.__u6_addr8.8,
141 |                       ipv6Addr.__u6_addr.__u6_addr8.9,
142 |                       ipv6Addr.__u6_addr.__u6_addr8.10,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
143 |                       ipv6Addr.__u6_addr.__u6_addr8.11,
144 |                       ipv6Addr.__u6_addr.__u6_addr8.12,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:143:32: error: value of type 'in6_addr' has no member '__u6_addr'
141 |                       ipv6Addr.__u6_addr.__u6_addr8.9,
142 |                       ipv6Addr.__u6_addr.__u6_addr8.10,
143 |                       ipv6Addr.__u6_addr.__u6_addr8.11,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
144 |                       ipv6Addr.__u6_addr.__u6_addr8.12,
145 |                       ipv6Addr.__u6_addr.__u6_addr8.13,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:144:32: error: value of type 'in6_addr' has no member '__u6_addr'
142 |                       ipv6Addr.__u6_addr.__u6_addr8.10,
143 |                       ipv6Addr.__u6_addr.__u6_addr8.11,
144 |                       ipv6Addr.__u6_addr.__u6_addr8.12,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
145 |                       ipv6Addr.__u6_addr.__u6_addr8.13,
146 |                       ipv6Addr.__u6_addr.__u6_addr8.14,
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:145:32: error: value of type 'in6_addr' has no member '__u6_addr'
143 |                       ipv6Addr.__u6_addr.__u6_addr8.11,
144 |                       ipv6Addr.__u6_addr.__u6_addr8.12,
145 |                       ipv6Addr.__u6_addr.__u6_addr8.13,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
146 |                       ipv6Addr.__u6_addr.__u6_addr8.14,
147 |                       ipv6Addr.__u6_addr.__u6_addr8.15
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:146:32: error: value of type 'in6_addr' has no member '__u6_addr'
144 |                       ipv6Addr.__u6_addr.__u6_addr8.12,
145 |                       ipv6Addr.__u6_addr.__u6_addr8.13,
146 |                       ipv6Addr.__u6_addr.__u6_addr8.14,
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
147 |                       ipv6Addr.__u6_addr.__u6_addr8.15
148 |         ).reversed()
/host/spi-builder-workspace/Sources/DNSClient/PTR.swift:147:32: error: value of type 'in6_addr' has no member '__u6_addr'
145 |                       ipv6Addr.__u6_addr.__u6_addr8.13,
146 |                       ipv6Addr.__u6_addr.__u6_addr8.14,
147 |                       ipv6Addr.__u6_addr.__u6_addr8.15
    |                                `- error: value of type 'in6_addr' has no member '__u6_addr'
148 |         ).reversed()
149 |          .map { "\($0)" }
[245/255] Compiling DNSClient MessageOptions.swift
[246/255] Compiling DNSClient DNSEncoder.swift
[247/255] Compiling DNSClient Errors.swift
[248/255] Compiling DNSClient Helpers.swift
/host/spi-builder-workspace/Sources/DNSClient/Messages/Message.swift:453:62: error: cannot force unwrap value of non-optional type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
451 |     /// Converts the UInt32 to a SocketAddress. This is used for converting the address of a DNS record to a SocketAddress.
452 |     func socketAddress(port: Int) throws -> SocketAddress {
453 |         let text = inet_ntoa(in_addr(s_addr: self.bigEndian))!
    |                                                              `- error: cannot force unwrap value of non-optional type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
454 |         let host = String(cString: text)
455 |
[249/255] Compiling DNSClient Message.swift
/host/spi-builder-workspace/Sources/DNSClient/Messages/Message.swift:453:62: error: cannot force unwrap value of non-optional type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
451 |     /// Converts the UInt32 to a SocketAddress. This is used for converting the address of a DNS record to a SocketAddress.
452 |     func socketAddress(port: Int) throws -> SocketAddress {
453 |         let text = inet_ntoa(in_addr(s_addr: self.bigEndian))!
    |                                                              `- error: cannot force unwrap value of non-optional type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
454 |         let host = String(cString: text)
455 |
[250/255] Compiling DNSClient DNSClient+Query.swift
/host/spi-builder-workspace/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/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 |
[251/255] Compiling DNSClient DNSDecoder.swift
/host/spi-builder-workspace/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/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 |
[252/255] Emitting module DNSClient
[253/255] Compiling DNSClient Client.swift
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:156:21: warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
154 |             .channelInitializer { channel in
155 |                 return channel.pipeline.addHandlers(
156 |                     ByteToMessageHandler(UInt16FrameDecoder()),
    |                     `- warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
157 |                     MessageToByteHandler(UInt16FrameEncoder()),
158 |                     dnsDecoder,
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Codec.swift:507:1: note: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' has been explicitly marked unavailable here
505 |
506 | @available(*, unavailable)
507 | extension ByteToMessageHandler: Sendable {}
    | `- note: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' has been explicitly marked unavailable here
508 |
509 | // MARK: ByteToMessageHandler: Test Helpers
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:157:21: warning: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
155 |                 return channel.pipeline.addHandlers(
156 |                     ByteToMessageHandler(UInt16FrameDecoder()),
157 |                     MessageToByteHandler(UInt16FrameEncoder()),
    |                     `- warning: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
158 |                     dnsDecoder,
159 |                     DNSEncoder()
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Codec.swift:810:1: note: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' has been explicitly marked unavailable here
808 |
809 | @available(*, unavailable)
810 | extension MessageToByteHandler: Sendable {}
    | `- note: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' has been explicitly marked unavailable here
811 |
812 | extension MessageToByteHandler {
[254/255] Compiling DNSClient DNSClient+Connect.swift
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:156:21: warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
154 |             .channelInitializer { channel in
155 |                 return channel.pipeline.addHandlers(
156 |                     ByteToMessageHandler(UInt16FrameDecoder()),
    |                     `- warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
157 |                     MessageToByteHandler(UInt16FrameEncoder()),
158 |                     dnsDecoder,
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Codec.swift:507:1: note: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' has been explicitly marked unavailable here
505 |
506 | @available(*, unavailable)
507 | extension ByteToMessageHandler: Sendable {}
    | `- note: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' has been explicitly marked unavailable here
508 |
509 | // MARK: ByteToMessageHandler: Test Helpers
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:157:21: warning: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
155 |                 return channel.pipeline.addHandlers(
156 |                     ByteToMessageHandler(UInt16FrameDecoder()),
157 |                     MessageToByteHandler(UInt16FrameEncoder()),
    |                     `- warning: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
158 |                     dnsDecoder,
159 |                     DNSEncoder()
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Codec.swift:810:1: note: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' has been explicitly marked unavailable here
808 |
809 | @available(*, unavailable)
810 | extension MessageToByteHandler: Sendable {}
    | `- note: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' has been explicitly marked unavailable here
811 |
812 | extension MessageToByteHandler {
[255/255] Compiling DNSClient SRV.swift
BUILD FAILURE 6.1 android