The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DNSClient, reference 2.7.0 (b869f3), with Swift 6.1 for macOS (SPM) on 19 Feb 2026 23:00:20 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orlandos-nl/DNSClient.git
Reference: 2.7.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/orlandos-nl/DNSClient
 * tag               2.7.0      -> FETCH_HEAD
HEAD is now at b869f31 Merge pull request #48 from camunro/feature/rfc2782_order
Cloned https://github.com/orlandos-nl/DNSClient.git
Revision (git rev-parse @):
b869f3175a66eb518924b66e2598faeee5862af6
SUCCESS checkout https://github.com/orlandos-nl/DNSClient.git at 2.7.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/orlandos-nl/DNSClient.git
https://github.com/orlandos-nl/DNSClient.git
{
  "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.25.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-transport-services.git"
    }
  ],
  "manifest_display_name" : "DNSClient",
  "name" : "DNSClient",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "DNSClient",
      "targets" : [
        "DNSClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DNSServer",
      "module_type" : "SwiftTarget",
      "name" : "DNSServer",
      "path" : "Sources/DNSServer",
      "product_dependencies" : [
        "NIO"
      ],
      "sources" : [
        "DNSServer.swift",
        "DNSServerDelegate.swift",
        "DNSServerTCPHandler.swift",
        "DNSServerUDPHandler.swift"
      ],
      "target_dependencies" : [
        "DNSProtocol"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DNSProtocol",
      "module_type" : "SwiftTarget",
      "name" : "DNSProtocol",
      "path" : "Sources/DNSProtocol",
      "product_dependencies" : [
        "NIO"
      ],
      "product_memberships" : [
        "DNSClient"
      ],
      "sources" : [
        "ByteBuffer+DNS.swift",
        "DNSEncoder.swift",
        "Errors.swift",
        "Message.swift",
        "MessageOptions.swift",
        "PTRRecord.swift",
        "SRVRecord.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DNSClientTests",
      "module_type" : "SwiftTarget",
      "name" : "DNSClientTests",
      "path" : "Tests/DNSClientTests",
      "product_dependencies" : [
        "NIO"
      ],
      "sources" : [
        "DNSServerTests.swift",
        "DNSTCPClientTests.swift",
        "DNSUDPClientTests.swift",
        "SRVAdditionalDataTests.swift",
        "SRVConnectTests.swift",
        "SRVDotTargetTests.swift",
        "SRVOrderingTests.swift",
        "SRVResolveTests+Encoding.swift",
        "SRVResolveTests.swift"
      ],
      "target_dependencies" : [
        "DNSClient",
        "DNSServer"
      ],
      "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",
        "MulticastDNSClient.swift",
        "PTR.swift",
        "ResolvConf/ConfigParser.swift"
      ],
      "target_dependencies" : [
        "DNSProtocol"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/29] Write sources
[2/29] Copying PrivacyInfo.xcprivacy
[2/29] Write sources
[16/29] Compiling CNIOWindows WSAStartup.c
[16/29] Compiling CNIOWindows shim.c
[18/29] Write swift-version-2F0A5646E1D333AE.txt
[19/29] Write sources
[20/33] Compiling CNIOWASI CNIOWASI.c
[21/33] Compiling CNIOOpenBSD shim.c
[22/33] Compiling CNIOLinux shim.c
[22/33] Compiling CNIOLinux liburing_shims.c
[24/52] Compiling CNIOPosix event_loop_id.c
[24/52] Compiling _AtomicsShims.c
[27/71] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[28/72] Compiling _NIOBase64 Base64.swift
[29/72] Emitting module _NIOBase64
[30/72] Compiling Atomics DoubleWord.swift
[31/72] Compiling Atomics ManagedAtomic.swift
[32/72] Compiling Atomics PointerConformances.swift
[33/72] Compiling Atomics Primitives.native.swift
[34/72] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[35/72] Compiling Atomics AtomicReference.swift
[36/72] Compiling Atomics AtomicStorage.swift
[37/72] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[37/72] Compiling CNIODarwin shim.c
[39/72] Compiling Atomics UnsafeAtomicLazyReference.swift
[40/72] Compiling Atomics IntegerOperations.swift
[41/72] Compiling Atomics AtomicValue.swift
[42/72] Compiling Atomics AtomicMemoryOrderings.swift
[43/72] Compiling Atomics AtomicBool.swift
[44/72] Compiling Atomics IntegerConformances.swift
[45/72] Compiling Atomics OptionalRawRepresentable.swift
[46/72] Compiling Atomics RawRepresentable.swift
[47/72] Emitting module InternalCollectionsUtilities
[52/72] Compiling Atomics ManagedAtomicLazyReference.swift
[53/72] Compiling Atomics UnsafeAtomic.swift
[56/89] Compiling Atomics Unmanaged extensions.swift
[57/89] Compiling DequeModule _DequeSlot.swift
[58/90] Compiling DequeModule _UnsafeWrappedBuffer.swift
[59/90] Compiling DequeModule _DequeBufferHeader.swift
[60/90] Compiling DequeModule _DequeBuffer.swift
[61/90] Compiling DequeModule Deque._UnsafeHandle.swift
[62/90] Compiling DequeModule Deque.swift
[63/90] Compiling DequeModule Deque+Testing.swift
[64/90] Compiling DequeModule Deque._Storage.swift
[65/90] Compiling DequeModule Deque+Equatable.swift
[66/90] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[67/90] Compiling DequeModule Deque+CustomReflectable.swift
[68/90] Compiling DequeModule Deque+Descriptions.swift
[69/90] Compiling DequeModule Deque+Extras.swift
[70/90] Compiling DequeModule Deque+Hashable.swift
[71/90] Compiling DequeModule Deque+Codable.swift
[72/90] Compiling DequeModule Deque+Collection.swift
[81/90] Compiling Atomics AtomicInteger.swift
[82/90] Compiling Atomics AtomicOptionalWrappable.swift
[83/90] Emitting module Atomics
[84/90] Compiling _NIODataStructures PriorityQueue.swift
[85/90] Emitting module _NIODataStructures
[86/90] Compiling _NIODataStructures _TinyArray.swift
[87/90] Compiling _NIODataStructures Heap.swift
[88/90] Emitting module DequeModule
[88/90] Compiling c-nioatomics.c
[89/90] Compiling c-atomics.c
[91/97] Compiling NIOConcurrencyHelpers lock.swift
[92/97] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[93/97] Compiling NIOConcurrencyHelpers NIOLock.swift
[94/97] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[95/97] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[96/97] Emitting module NIOConcurrencyHelpers
[97/97] Compiling NIOConcurrencyHelpers atomics.swift
[98/162] Compiling NIOCore AddressedEnvelope.swift
[99/162] Compiling NIOCore AsyncAwaitSupport.swift
[100/162] Compiling NIOCore AsyncChannel.swift
[101/162] Compiling NIOCore AsyncChannelHandler.swift
[102/162] Compiling NIOCore AsyncChannelInboundStream.swift
[103/162] Compiling NIOCore AsyncChannelOutboundWriter.swift
[104/162] Compiling NIOCore NIOAsyncSequenceProducer.swift
[105/162] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[106/169] Compiling NIOCore IO.swift
[107/169] Compiling NIOCore IOData.swift
[108/169] Compiling NIOCore IPProtocol.swift
[109/169] Compiling NIOCore IntegerBitPacking.swift
[110/169] Compiling NIOCore IntegerTypes.swift
[111/169] Compiling NIOCore Interfaces.swift
[112/169] Compiling NIOCore Linux.swift
[113/169] Compiling NIOCore ConvenienceOptionSupport.swift
[114/169] Compiling NIOCore DeadChannel.swift
[115/169] Compiling NIOCore DispatchQueue+WithFuture.swift
[116/169] Compiling NIOCore EventLoop+Deprecated.swift
[117/169] Compiling NIOCore EventLoop+SerialExecutor.swift
[118/169] Compiling NIOCore EventLoop.swift
[119/169] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[120/169] Compiling NIOCore EventLoopFuture+Deprecated.swift
[121/169] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[122/169] Compiling NIOCore EventLoopFuture.swift
[123/169] Compiling NIOCore FileDescriptor.swift
[124/169] Compiling NIOCore FileHandle.swift
[125/169] Compiling NIOCore FileRegion.swift
[126/169] Compiling NIOCore GlobalSingletons.swift
[127/169] Compiling NIOCore ChannelHandler.swift
[128/169] Compiling NIOCore ChannelHandlers.swift
[129/169] Compiling NIOCore ChannelInvoker.swift
[130/169] Compiling NIOCore ChannelOption.swift
[131/169] Compiling NIOCore ChannelPipeline.swift
[132/169] Compiling NIOCore CircularBuffer.swift
[133/169] Compiling NIOCore Codec.swift
[134/169] Compiling NIOCore SocketAddresses.swift
[135/169] Compiling NIOCore SocketOptionProvider.swift
[136/169] Compiling NIOCore SystemCallHelpers.swift
[137/169] Compiling NIOCore TimeAmount+Duration.swift
[138/169] Compiling NIOCore TypeAssistedChannelHandler.swift
[139/169] Compiling NIOCore UniversalBootstrapSupport.swift
[140/169] Compiling NIOCore Utilities.swift
[141/169] Compiling NIOCore NIOAsyncWriter.swift
[142/169] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[143/169] Compiling NIOCore BSDSocketAPI.swift
[144/169] Compiling NIOCore ByteBuffer-aux.swift
[145/169] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[146/169] Compiling NIOCore ByteBuffer-conversions.swift
[147/169] Compiling NIOCore ByteBuffer-core.swift
[148/169] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[149/169] Compiling NIOCore NIOScheduledCallback.swift
[150/169] Compiling NIOCore NIOSendable.swift
[151/169] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[152/169] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[153/169] Compiling NIOCore RecvByteBufferAllocator.swift
[154/169] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[155/169] Compiling NIOCore ByteBuffer-hex.swift
[156/169] Compiling NIOCore ByteBuffer-int.swift
[157/169] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[158/169] Compiling NIOCore ByteBuffer-multi-int.swift
[159/169] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[160/169] Compiling NIOCore ByteBuffer-views.swift
[161/169] Compiling NIOCore Channel.swift
[162/169] Compiling NIOCore MarkedCircularBuffer.swift
[163/169] Compiling NIOCore MulticastChannel.swift
[164/169] Compiling NIOCore NIOAny.swift
[165/169] Compiling NIOCore NIOCloseOnErrorHandler.swift
[166/169] Compiling NIOCore NIOCoreSendableMetatype.swift
[167/169] Compiling NIOCore NIODecodedAsyncSequence.swift
[168/169] Compiling NIOCore NIOLoopBound.swift
[169/169] Emitting module NIOCore
[170/225] Emitting module NIOEmbedded
[171/225] Compiling NIOEmbedded Embedded.swift
[172/225] Compiling NIOEmbedded AsyncTestingChannel.swift
[173/225] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[174/225] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[175/225] Compiling NIOPosix PosixSingletons.swift
[176/225] Compiling NIOPosix RawSocketBootstrap.swift
[177/225] Compiling NIOPosix Resolver.swift
[178/225] Compiling NIOPosix Selectable.swift
[179/225] Compiling NIOPosix SelectableChannel.swift
[180/230] Emitting module NIOPosix
[181/230] Compiling NIOPosix Linux.swift
[182/230] Compiling NIOPosix LinuxCPUSet.swift
[183/230] Compiling NIOPosix LinuxUring.swift
[184/230] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[185/230] Compiling NIOPosix NIOPosixSendableMetatype.swift
[186/230] Compiling NIOPosix NIOThreadPool.swift
[187/230] Compiling NIOPosix FileDescriptor.swift
[188/230] Compiling NIOPosix GetaddrinfoResolver.swift
[189/230] Compiling NIOPosix HappyEyeballs.swift
[190/230] Compiling NIOPosix IO.swift
[191/230] Compiling NIOPosix IntegerBitPacking.swift
[192/230] Compiling NIOPosix IntegerTypes.swift
[193/230] Compiling NIOPosix BSDSocketAPICommon.swift
[194/230] Compiling NIOPosix BSDSocketAPIPosix.swift
[195/230] Compiling NIOPosix BSDSocketAPIWindows.swift
[196/230] Compiling NIOPosix BaseSocket.swift
[197/230] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[198/230] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[199/230] Compiling NIOPosix SelectorWSAPoll.swift
[200/230] Compiling NIOPosix ServerSocket.swift
[201/230] Compiling NIOPosix Socket.swift
[202/230] Compiling NIOPosix SocketChannel.swift
[203/230] Compiling NIOPosix SocketProtocols.swift
[204/230] Compiling NIOPosix SelectableEventLoop.swift
[205/230] Compiling NIOPosix SelectorEpoll.swift
[206/230] Compiling NIOPosix SelectorGeneric.swift
[207/230] Compiling NIOPosix SelectorKqueue.swift
[208/230] Compiling NIOPosix SelectorUring.swift
[209/230] Compiling NIOPosix NonBlockingFileIO.swift
[210/230] Compiling NIOPosix PendingDatagramWritesManager.swift
[211/230] Compiling NIOPosix PendingWritesManager.swift
[212/230] Compiling NIOPosix PipeChannel.swift
[213/230] Compiling NIOPosix PipePair.swift
[214/230] Compiling NIOPosix Pool.swift
[215/230] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[216/230] Compiling NIOPosix System.swift
[217/230] Compiling NIOPosix Thread.swift
[218/230] Compiling NIOPosix ThreadPosix.swift
[219/230] Compiling NIOPosix ThreadWindows.swift
[220/230] Compiling NIOPosix BaseSocketChannel.swift
[221/230] Compiling NIOPosix BaseStreamSocketChannel.swift
[222/230] Compiling NIOPosix Bootstrap.swift
[223/230] Compiling NIOPosix ControlMessage.swift
[224/230] Compiling NIOPosix DatagramVectorReadManager.swift
[225/230] Compiling NIOPosix Errors+Any.swift
[226/230] Compiling NIOPosix Utilities.swift
[227/230] Compiling NIOPosix VsockAddress.swift
[228/230] Compiling NIOPosix VsockChannelEvents.swift
[229/230] Compiling NIOPosix Windows.swift
[230/230] Compiling NIOPosix resource_bundle_accessor.swift
[231/232] Emitting module NIO
[232/232] Compiling NIO Exports.swift
[233/251] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[234/251] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[235/251] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[236/251] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[237/251] Compiling NIOTLS TLSEvents.swift
[238/251] Compiling NIOTLS SNIHandler.swift
[239/251] Emitting module NIOTLS
[240/251] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[241/251] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[242/251] Emitting module NIOFoundationCompat
[243/251] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[244/273] Emitting module NIOTransportServices
[245/275] Compiling NIOTransportServices NIOTSEventLoop.swift
[246/275] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[247/275] Compiling NIOTransportServices AcceptHandler.swift
[248/275] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[249/275] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[250/275] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[251/275] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[252/275] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[253/275] Compiling NIOTransportServices StateManagedChannel.swift
[254/275] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[255/275] Compiling NIOTransportServices NIOTSListenerChannel.swift
[256/275] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[257/275] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[258/275] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[259/275] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[260/275] Compiling NIOTransportServices NIOTSSingletons.swift
[261/275] Compiling NIOTransportServices NIOTSBootstraps.swift
[262/275] Compiling NIOTransportServices NIOTSChannelOptions.swift
[263/275] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[264/275] Compiling NIOTransportServices StateManagedListenerChannel.swift
[265/275] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[266/275] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[267/275] Compiling NIOTransportServices NIOTSErrors.swift
[268/275] Compiling DNSProtocol SRVRecord.swift
[269/275] Compiling DNSProtocol PTRRecord.swift
[270/275] Compiling DNSProtocol MessageOptions.swift
[271/275] Compiling DNSProtocol Errors.swift
[272/275] Compiling DNSProtocol Message.swift
[273/275] Compiling DNSProtocol DNSEncoder.swift
[274/275] Compiling DNSProtocol ByteBuffer+DNS.swift
[275/275] Emitting module DNSProtocol
[276/290] Compiling DNSServer DNSServerDelegate.swift
[277/290] Compiling DNSServer DNSServerUDPHandler.swift
[278/290] Compiling DNSServer DNSServer.swift
/Users/admin/builder/spi-builder-workspace/Sources/DNSServer/DNSServer.swift:105:21: warning: type 'DNSServerUDPHandler' does not conform to the 'Sendable' protocol
103 |             .channelInitializer { [delegate, configuration] channel in
104 |                 channel.pipeline.addHandler(
105 |                     DNSServerUDPHandler(delegate: delegate, configuration: configuration)
    |                     `- warning: type 'DNSServerUDPHandler' does not conform to the 'Sendable' protocol
106 |                 )
107 |             }
/Users/admin/builder/spi-builder-workspace/Sources/DNSServer/DNSServerUDPHandler.swift:5:13: note: class 'DNSServerUDPHandler' does not conform to the 'Sendable' protocol
  3 |
  4 | /// Channel handler for UDP DNS server.
  5 | final class DNSServerUDPHandler: ChannelInboundHandler {
    |             `- note: class 'DNSServerUDPHandler' does not conform to the 'Sendable' protocol
  6 |     typealias InboundIn = AddressedEnvelope<ByteBuffer>
  7 |     typealias OutboundOut = AddressedEnvelope<ByteBuffer>
/Users/admin/builder/spi-builder-workspace/Sources/DNSServer/DNSServer.swift:118:21: warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable
116 |             .childChannelInitializer { [delegate] channel in
117 |                 channel.pipeline.addHandlers([
118 |                     ByteToMessageHandler(UInt16FrameDecoder()),
    |                     `- warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable
119 |                     MessageToByteHandler(UInt16FrameEncoder()),
120 |                     DNSServerTCPHandler(delegate: delegate)
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/DNSServer/DNSServer.swift:119:21: warning: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' is unavailable
117 |                 channel.pipeline.addHandlers([
118 |                     ByteToMessageHandler(UInt16FrameDecoder()),
119 |                     MessageToByteHandler(UInt16FrameEncoder()),
    |                     `- warning: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' is unavailable
120 |                     DNSServerTCPHandler(delegate: delegate)
121 |                 ])
/Users/admin/builder/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 {
/Users/admin/builder/spi-builder-workspace/Sources/DNSServer/DNSServer.swift:120:21: warning: type 'DNSServerTCPHandler' does not conform to the 'Sendable' protocol
118 |                     ByteToMessageHandler(UInt16FrameDecoder()),
119 |                     MessageToByteHandler(UInt16FrameEncoder()),
120 |                     DNSServerTCPHandler(delegate: delegate)
    |                     `- warning: type 'DNSServerTCPHandler' does not conform to the 'Sendable' protocol
121 |                 ])
122 |             }
/Users/admin/builder/spi-builder-workspace/Sources/DNSServer/DNSServerTCPHandler.swift:5:13: note: class 'DNSServerTCPHandler' does not conform to the 'Sendable' protocol
  3 |
  4 | /// Channel handler for TCP DNS server connections.
  5 | final class DNSServerTCPHandler: ChannelInboundHandler {
    |             `- note: class 'DNSServerTCPHandler' does not conform to the 'Sendable' protocol
  6 |     typealias InboundIn = ByteBuffer
  7 |     typealias OutboundOut = ByteBuffer
[279/290] Emitting module DNSServer
[280/290] Compiling DNSServer DNSServerTCPHandler.swift
[281/290] Compiling DNSClient PTR.swift
[282/290] Compiling DNSClient ConfigParser.swift
[283/290] Compiling DNSClient Client.swift
[284/290] Emitting module DNSClient
/Users/admin/builder/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:103:21: warning: type 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
101 |             .channelInitializer { channel in
102 |                 return channel.pipeline.addHandlers(
103 |                     EnvelopeInboundChannel(),
    |                     `- warning: type 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
104 |                     dnsDecoder,
105 |                     EnvelopeOutboundChannel(address: address),
/Users/admin/builder/spi-builder-workspace/Sources/DNSClient/DNSDecoder.swift:5:13: note: class 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
 3 | import DNSProtocol
 4 |
 5 | final class EnvelopeInboundChannel: ChannelInboundHandler {
   |             `- note: class 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
 6 |     typealias InboundIn = AddressedEnvelope<ByteBuffer>
 7 |     typealias InboundOut = ByteBuffer
/Users/admin/builder/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:105:21: warning: type 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
103 |                     EnvelopeInboundChannel(),
104 |                     dnsDecoder,
105 |                     EnvelopeOutboundChannel(address: address),
    |                     `- warning: type 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
106 |                     DNSEncoder()
107 |                 )
/Users/admin/builder/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:4:13: note: class 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
 2 | import DNSProtocol
 3 |
 4 | final class EnvelopeOutboundChannel: ChannelOutboundHandler {
   |             `- note: class 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
 5 |     typealias OutboundIn = ByteBuffer
 6 |     typealias OutboundOut = AddressedEnvelope<ByteBuffer>
/Users/admin/builder/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:106:21: warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
104 |                     dnsDecoder,
105 |                     EnvelopeOutboundChannel(address: address),
106 |                     DNSEncoder()
    |                     `- warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
107 |                 )
108 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:21:20: note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
19 | }
20 |
21 | public final class DNSEncoder: ChannelOutboundHandler {
   |                    `- note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
22 |     public typealias OutboundIn = Message
23 |     public typealias OutboundOut = ByteBuffer
/Users/admin/builder/spi-builder-workspace/Sources/DNSClient/MulticastDNSClient.swift:26:21: warning: type 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
 24 |             .channelInitializer { channel in
 25 |                 return channel.pipeline.addHandlers(
 26 |                     EnvelopeInboundChannel(),
    |                     `- warning: type 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
 27 |                     dnsDecoder,
 28 |                     EnvelopeOutboundChannel(address: address),
/Users/admin/builder/spi-builder-workspace/Sources/DNSClient/DNSDecoder.swift:5:13: note: class 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
 3 | import DNSProtocol
 4 |
 5 | final class EnvelopeInboundChannel: ChannelInboundHandler {
   |             `- note: class 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
 6 |     typealias InboundIn = AddressedEnvelope<ByteBuffer>
 7 |     typealias InboundOut = ByteBuffer
/Users/admin/builder/spi-builder-workspace/Sources/DNSClient/MulticastDNSClient.swift:28:21: warning: type 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
 26 |                     EnvelopeInboundChannel(),
 27 |                     dnsDecoder,
 28 |                     EnvelopeOutboundChannel(address: address),
    |                     `- warning: type 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
 29 |                     DNSEncoder()
 30 |                 )
/Users/admin/builder/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:4:13: note: class 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
 2 | import DNSProtocol
 3 |
 4 | final class EnvelopeOutboundChannel: ChannelOutboundHandler {
   |             `- note: class 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
 5 |     typealias OutboundIn = ByteBuffer
 6 |     typealias OutboundOut = AddressedEnvelope<ByteBuffer>
/Users/admin/builder/spi-builder-workspace/Sources/DNSClient/MulticastDNSClient.swift:29:21: warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
 27 |                     dnsDecoder,
 28 |                     EnvelopeOutboundChannel(address: address),
 29 |                     DNSEncoder()
    |                     `- warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
 30 |                 )
 31 |             }
/Users/admin/builder/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:21:20: note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
19 | }
20 |
21 | public final class DNSEncoder: ChannelOutboundHandler {
   |                    `- note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
22 |     public typealias OutboundIn = Message
23 |     public typealias OutboundOut = ByteBuffer
[285/290] Compiling DNSClient Errors.swift
[286/290] Compiling DNSClient MulticastDNSClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/DNSClient/MulticastDNSClient.swift:26:21: warning: type 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
 24 |             .channelInitializer { channel in
 25 |                 return channel.pipeline.addHandlers(
 26 |                     EnvelopeInboundChannel(),
    |                     `- warning: type 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
 27 |                     dnsDecoder,
 28 |                     EnvelopeOutboundChannel(address: address),
/Users/admin/builder/spi-builder-workspace/Sources/DNSClient/DNSDecoder.swift:5:13: note: class 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
 3 | import DNSProtocol
 4 |
 5 | final class EnvelopeInboundChannel: ChannelInboundHandler {
   |             `- note: class 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
 6 |     typealias InboundIn = AddressedEnvelope<ByteBuffer>
 7 |     typealias InboundOut = ByteBuffer
/Users/admin/builder/spi-builder-workspace/Sources/DNSClient/MulticastDNSClient.swift:28:21: warning: type 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
 26 |                     EnvelopeInboundChannel(),
 27 |                     dnsDecoder,
 28 |                     EnvelopeOutboundChannel(address: address),
    |                     `- warning: type 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
 29 |                     DNSEncoder()
 30 |                 )
/Users/admin/builder/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:4:13: note: class 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
 2 | import DNSProtocol
 3 |
 4 | final class EnvelopeOutboundChannel: ChannelOutboundHandler {
   |             `- note: class 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
 5 |     typealias OutboundIn = ByteBuffer
 6 |     typealias OutboundOut = AddressedEnvelope<ByteBuffer>
/Users/admin/builder/spi-builder-workspace/Sources/DNSClient/MulticastDNSClient.swift:29:21: warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
 27 |                     dnsDecoder,
 28 |                     EnvelopeOutboundChannel(address: address),
 29 |                     DNSEncoder()
    |                     `- warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
 30 |                 )
 31 |             }
/Users/admin/builder/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:21:20: note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
19 | }
20 |
21 | public final class DNSEncoder: ChannelOutboundHandler {
   |                    `- note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
22 |     public typealias OutboundIn = Message
23 |     public typealias OutboundOut = ByteBuffer
[287/290] Compiling DNSClient DNSEncoder.swift
[288/290] Compiling DNSClient DNSDecoder.swift
[289/290] Compiling DNSClient DNSClient+Connect.swift
/Users/admin/builder/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:76:17: warning: type 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
 74 |         if let remoteAddress = remoteAddress {
 75 |             return channel.pipeline.addHandlers(
 76 |                 EnvelopeInboundChannel(),
    |                 `- warning: type 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
 77 |                 context.decoder,
 78 |                 EnvelopeOutboundChannel(address: remoteAddress),
/Users/admin/builder/spi-builder-workspace/Sources/DNSClient/DNSDecoder.swift:5:13: note: class 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
 3 | import DNSProtocol
 4 |
 5 | final class EnvelopeInboundChannel: ChannelInboundHandler {
   |             `- note: class 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
 6 |     typealias InboundIn = AddressedEnvelope<ByteBuffer>
 7 |     typealias InboundOut = ByteBuffer
/Users/admin/builder/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:78:17: warning: type 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
 76 |                 EnvelopeInboundChannel(),
 77 |                 context.decoder,
 78 |                 EnvelopeOutboundChannel(address: remoteAddress),
    |                 `- warning: type 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
 79 |                 DNSEncoder()
 80 |             )
/Users/admin/builder/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:4:13: note: class 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
 2 | import DNSProtocol
 3 |
 4 | final class EnvelopeOutboundChannel: ChannelOutboundHandler {
   |             `- note: class 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
 5 |     typealias OutboundIn = ByteBuffer
 6 |     typealias OutboundOut = AddressedEnvelope<ByteBuffer>
/Users/admin/builder/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:79:17: warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
 77 |                 context.decoder,
 78 |                 EnvelopeOutboundChannel(address: remoteAddress),
 79 |                 DNSEncoder()
    |                 `- warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
 80 |             )
 81 |         } else {
/Users/admin/builder/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:21:20: note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
19 | }
20 |
21 | public final class DNSEncoder: ChannelOutboundHandler {
   |                    `- note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
22 |     public typealias OutboundIn = Message
23 |     public typealias OutboundOut = ByteBuffer
/Users/admin/builder/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:82:66: warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
 80 |             )
 81 |         } else {
 82 |             return channel.pipeline.addHandlers(context.decoder, DNSEncoder())
    |                                                                  `- warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
 83 |         }
 84 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:21:20: note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
19 | }
20 |
21 | public final class DNSEncoder: ChannelOutboundHandler {
   |                    `- note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
22 |     public typealias OutboundIn = Message
23 |     public typealias OutboundOut = ByteBuffer
/Users/admin/builder/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:103:21: warning: type 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
101 |             .channelInitializer { channel in
102 |                 return channel.pipeline.addHandlers(
103 |                     EnvelopeInboundChannel(),
    |                     `- warning: type 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
104 |                     dnsDecoder,
105 |                     EnvelopeOutboundChannel(address: address),
/Users/admin/builder/spi-builder-workspace/Sources/DNSClient/DNSDecoder.swift:5:13: note: class 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
 3 | import DNSProtocol
 4 |
 5 | final class EnvelopeInboundChannel: ChannelInboundHandler {
   |             `- note: class 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
 6 |     typealias InboundIn = AddressedEnvelope<ByteBuffer>
 7 |     typealias InboundOut = ByteBuffer
/Users/admin/builder/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:105:21: warning: type 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
103 |                     EnvelopeInboundChannel(),
104 |                     dnsDecoder,
105 |                     EnvelopeOutboundChannel(address: address),
    |                     `- warning: type 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
106 |                     DNSEncoder()
107 |                 )
/Users/admin/builder/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:4:13: note: class 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
 2 | import DNSProtocol
 3 |
 4 | final class EnvelopeOutboundChannel: ChannelOutboundHandler {
   |             `- note: class 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
 5 |     typealias OutboundIn = ByteBuffer
 6 |     typealias OutboundOut = AddressedEnvelope<ByteBuffer>
/Users/admin/builder/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:106:21: warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
104 |                     dnsDecoder,
105 |                     EnvelopeOutboundChannel(address: address),
106 |                     DNSEncoder()
    |                     `- warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
107 |                 )
108 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:21:20: note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
19 | }
20 |
21 | public final class DNSEncoder: ChannelOutboundHandler {
   |                    `- note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
22 |     public typealias OutboundIn = Message
23 |     public typealias OutboundOut = ByteBuffer
/Users/admin/builder/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:162:21: warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable
160 |             .channelInitializer { channel in
161 |                 return channel.pipeline.addHandlers(
162 |                     ByteToMessageHandler(UInt16FrameDecoder()),
    |                     `- warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable
163 |                     MessageToByteHandler(UInt16FrameEncoder()),
164 |                     dnsDecoder,
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:163:21: warning: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' is unavailable
161 |                 return channel.pipeline.addHandlers(
162 |                     ByteToMessageHandler(UInt16FrameDecoder()),
163 |                     MessageToByteHandler(UInt16FrameEncoder()),
    |                     `- warning: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' is unavailable
164 |                     dnsDecoder,
165 |                     DNSEncoder()
/Users/admin/builder/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 {
/Users/admin/builder/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:165:21: warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
163 |                     MessageToByteHandler(UInt16FrameEncoder()),
164 |                     dnsDecoder,
165 |                     DNSEncoder()
    |                     `- warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
166 |                 )
167 |             }
/Users/admin/builder/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:21:20: note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
19 | }
20 |
21 | public final class DNSEncoder: ChannelOutboundHandler {
   |                    `- note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
22 |     public typealias OutboundIn = Message
23 |     public typealias OutboundOut = ByteBuffer
/Users/admin/builder/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:220:61: warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
218 |
219 |         return NIOTSDatagramBootstrap(group: group).channelInitializer { channel in
220 |             return channel.pipeline.addHandlers(dnsDecoder, DNSEncoder())
    |                                                             `- warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
221 |         }
222 |         .connect(host: ipAddress, port: port)
/Users/admin/builder/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:21:20: note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
19 | }
20 |
21 | public final class DNSEncoder: ChannelOutboundHandler {
   |                    `- note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
22 |     public typealias OutboundIn = Message
23 |     public typealias OutboundOut = ByteBuffer
/Users/admin/builder/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:273:17: warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable
271 |         return NIOTSConnectionBootstrap(group: group).channelInitializer { channel in
272 |             return channel.pipeline.addHandlers(
273 |                 ByteToMessageHandler(UInt16FrameDecoder()),
    |                 `- warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable
274 |                 MessageToByteHandler(UInt16FrameEncoder()),
275 |                 dnsDecoder,
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:274:17: warning: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' is unavailable
272 |             return channel.pipeline.addHandlers(
273 |                 ByteToMessageHandler(UInt16FrameDecoder()),
274 |                 MessageToByteHandler(UInt16FrameEncoder()),
    |                 `- warning: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' is unavailable
275 |                 dnsDecoder,
276 |                 DNSEncoder()
/Users/admin/builder/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 {
/Users/admin/builder/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:276:17: warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
274 |                 MessageToByteHandler(UInt16FrameEncoder()),
275 |                 dnsDecoder,
276 |                 DNSEncoder()
    |                 `- warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
277 |             )
278 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:21:20: note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
19 | }
20 |
21 | public final class DNSEncoder: ChannelOutboundHandler {
   |                    `- note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
22 |     public typealias OutboundIn = Message
23 |     public typealias OutboundOut = ByteBuffer
[290/290] Compiling DNSClient DNSClient+Query.swift
Build complete! (26.95s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-nio-transport-services.git from cache
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.69s)
Fetched https://github.com/apple/swift-nio.git from cache (2.50s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (3.02s)
Fetching https://github.com/apple/swift-atomics.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (0.70s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.23s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.95.0 (0.64s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (1.13s)
Fetched https://github.com/apple/swift-collections.git from cache (1.31s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (1.85s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.62s)
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.26.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.95.0
Build complete.
{
  "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.25.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-transport-services.git"
    }
  ],
  "manifest_display_name" : "DNSClient",
  "name" : "DNSClient",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "DNSClient",
      "targets" : [
        "DNSClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DNSServer",
      "module_type" : "SwiftTarget",
      "name" : "DNSServer",
      "path" : "Sources/DNSServer",
      "product_dependencies" : [
        "NIO"
      ],
      "sources" : [
        "DNSServer.swift",
        "DNSServerDelegate.swift",
        "DNSServerTCPHandler.swift",
        "DNSServerUDPHandler.swift"
      ],
      "target_dependencies" : [
        "DNSProtocol"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DNSProtocol",
      "module_type" : "SwiftTarget",
      "name" : "DNSProtocol",
      "path" : "Sources/DNSProtocol",
      "product_dependencies" : [
        "NIO"
      ],
      "product_memberships" : [
        "DNSClient"
      ],
      "sources" : [
        "ByteBuffer+DNS.swift",
        "DNSEncoder.swift",
        "Errors.swift",
        "Message.swift",
        "MessageOptions.swift",
        "PTRRecord.swift",
        "SRVRecord.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DNSClientTests",
      "module_type" : "SwiftTarget",
      "name" : "DNSClientTests",
      "path" : "Tests/DNSClientTests",
      "product_dependencies" : [
        "NIO"
      ],
      "sources" : [
        "DNSServerTests.swift",
        "DNSTCPClientTests.swift",
        "DNSUDPClientTests.swift",
        "SRVAdditionalDataTests.swift",
        "SRVConnectTests.swift",
        "SRVDotTargetTests.swift",
        "SRVOrderingTests.swift",
        "SRVResolveTests+Encoding.swift",
        "SRVResolveTests.swift"
      ],
      "target_dependencies" : [
        "DNSClient",
        "DNSServer"
      ],
      "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",
        "MulticastDNSClient.swift",
        "PTR.swift",
        "ResolvConf/ConfigParser.swift"
      ],
      "target_dependencies" : [
        "DNSProtocol"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.