The Swift Package Index logo.Swift Package Index

Build Information

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

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

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 /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
 * 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:         linux
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.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" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio.git
[1/2809] Fetching swift-nio-transport-services
[2810/85042] Fetching swift-nio-transport-services, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (11.56s)
Fetched https://github.com/apple/swift-nio.git from cache (11.69s)
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 (12.72s)
Fetching https://github.com/apple/swift-atomics.git
[1/1820] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.62s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.75s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.95.0 (1.84s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/19726] Fetching swift-collections
[1777/25289] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.00s)
[6116/19726] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.33s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (3.52s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.39s)
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-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-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-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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.95.0
Building for debugging...
[0/28] Write sources
[15/28] Compiling CNIOWASI CNIOWASI.c
[16/28] Compiling CNIOWindows WSAStartup.c
[17/28] Compiling CNIOPosix event_loop_id.c
[18/28] Compiling _AtomicsShims.c
[19/28] Compiling CNIOOpenBSD shim.c
[20/28] Write sources
[21/28] Compiling CNIODarwin shim.c
[22/28] Compiling CNIOLinux liburing_shims.c
[23/28] Compiling CNIOLinux shim.c
[24/28] Write swift-version-24593BA9C3E375BF.txt
[25/28] Compiling CNIOWindows shim.c
[27/68] Emitting module InternalCollectionsUtilities
[27/70] Compiling c-nioatomics.c
[29/70] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[30/70] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[31/70] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[32/70] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[33/70] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[34/70] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[35/70] Compiling _NIOBase64 Base64.swift
[36/70] Emitting module _NIOBase64
[37/71] Compiling InternalCollectionsUtilities UInt+reversed.swift
[38/71] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[41/73] Compiling InternalCollectionsUtilities _SortedCollection.swift
[42/73] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[43/73] Compiling InternalCollectionsUtilities Debugging.swift
[44/73] Compiling InternalCollectionsUtilities Descriptions.swift
[45/73] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[46/73] Compiling InternalCollectionsUtilities Integer rank.swift
[47/73] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[48/73] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[49/73] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[50/74] Compiling _NIODataStructures PriorityQueue.swift
[51/74] Compiling _NIODataStructures _TinyArray.swift
[61/74] Emitting module Atomics
[69/74] Compiling c-atomics.c
[71/75] Compiling Atomics IntegerOperations.swift
[72/75] Compiling Atomics Unmanaged extensions.swift
[74/97] Compiling DequeModule _DequeBuffer.swift
[75/97] Compiling DequeModule _DequeBufferHeader.swift
[76/99] Compiling DequeModule Deque+CustomReflectable.swift
[77/99] Compiling DequeModule Deque+Descriptions.swift
[78/99] Compiling DequeModule Deque+Equatable.swift
[79/99] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[80/99] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[81/99] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[82/99] Compiling NIOConcurrencyHelpers NIOLock.swift
[83/99] Emitting module _NIODataStructures
[84/99] Compiling _NIODataStructures Heap.swift
[86/100] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[87/100] Compiling NIOConcurrencyHelpers lock.swift
[88/100] Compiling DequeModule Deque+Extras.swift
[89/100] Compiling DequeModule Deque+Hashable.swift
[90/100] Compiling DequeModule Deque+Testing.swift
[91/100] Compiling DequeModule Deque._Storage.swift
[92/100] Compiling DequeModule Deque._UnsafeHandle.swift
[93/100] Compiling DequeModule Deque.swift
[94/100] Compiling DequeModule _DequeSlot.swift
[95/100] Compiling DequeModule _UnsafeWrappedBuffer.swift
[96/100] Compiling NIOConcurrencyHelpers atomics.swift
[97/100] Emitting module NIOConcurrencyHelpers
[99/101] Compiling DequeModule Deque+Codable.swift
[100/101] Compiling DequeModule Deque+Collection.swift
[101/101] Emitting module DequeModule
[103/166] Compiling NIOCore NIOCoreSendableMetatype.swift
[104/166] Compiling NIOCore NIODecodedAsyncSequence.swift
[105/166] Compiling NIOCore NIOLoopBound.swift
[106/166] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[107/166] Compiling NIOCore NIOScheduledCallback.swift
[108/166] Compiling NIOCore NIOSendable.swift
[109/166] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[110/166] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[111/166] Compiling NIOCore RecvByteBufferAllocator.swift
[112/174] Compiling NIOCore IPProtocol.swift
[113/174] Compiling NIOCore IntegerBitPacking.swift
[114/174] Compiling NIOCore IntegerTypes.swift
[115/174] Compiling NIOCore Interfaces.swift
[116/174] Compiling NIOCore Linux.swift
[117/174] Compiling NIOCore MarkedCircularBuffer.swift
[118/174] Compiling NIOCore MulticastChannel.swift
[119/174] Compiling NIOCore NIOAny.swift
[120/174] Compiling NIOCore NIOCloseOnErrorHandler.swift
[121/174] Compiling NIOCore EventLoopFuture+Deprecated.swift
[122/174] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[123/174] Compiling NIOCore EventLoopFuture.swift
[124/174] Compiling NIOCore FileDescriptor.swift
[125/174] Compiling NIOCore FileHandle.swift
[126/174] Compiling NIOCore FileRegion.swift
[127/174] Compiling NIOCore GlobalSingletons.swift
[128/174] Compiling NIOCore IO.swift
[129/174] Compiling NIOCore IOData.swift
[130/174] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[131/174] Compiling NIOCore SocketAddresses.swift
[132/174] Compiling NIOCore SocketOptionProvider.swift
[133/174] Compiling NIOCore SystemCallHelpers.swift
[134/174] Compiling NIOCore TimeAmount+Duration.swift
[135/174] Compiling NIOCore TypeAssistedChannelHandler.swift
[136/174] Compiling NIOCore UniversalBootstrapSupport.swift
[137/174] Compiling NIOCore Utilities.swift
[138/174] Compiling NIOCore CircularBuffer.swift
[139/174] Compiling NIOCore Codec.swift
[140/174] Compiling NIOCore ConvenienceOptionSupport.swift
[141/174] Compiling NIOCore DeadChannel.swift
[142/174] Compiling NIOCore DispatchQueue+WithFuture.swift
[143/174] Compiling NIOCore EventLoop+Deprecated.swift
[144/174] Compiling NIOCore EventLoop+SerialExecutor.swift
[145/174] Compiling NIOCore EventLoop.swift
[146/174] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[147/174] Compiling NIOCore AddressedEnvelope.swift
[148/174] Compiling NIOCore AsyncAwaitSupport.swift
[149/174] Compiling NIOCore AsyncChannel.swift
[150/174] Compiling NIOCore AsyncChannelHandler.swift
[151/174] Compiling NIOCore AsyncChannelInboundStream.swift
[152/174] Compiling NIOCore AsyncChannelOutboundWriter.swift
[153/174] Compiling NIOCore NIOAsyncSequenceProducer.swift
[154/174] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[155/174] Compiling NIOCore NIOAsyncWriter.swift
[156/174] Emitting module NIOCore
[157/174] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[158/174] Compiling NIOCore BSDSocketAPI.swift
[159/174] Compiling NIOCore ByteBuffer-aux.swift
[160/174] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[161/174] Compiling NIOCore ByteBuffer-conversions.swift
[162/174] Compiling NIOCore ByteBuffer-core.swift
[163/174] Compiling NIOCore ByteBuffer-hex.swift
[164/174] Compiling NIOCore ByteBuffer-int.swift
[165/174] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[166/174] Compiling NIOCore ByteBuffer-multi-int.swift
[167/174] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[168/174] Compiling NIOCore ByteBuffer-views.swift
[169/174] Compiling NIOCore Channel.swift
[170/174] Compiling NIOCore ChannelHandler.swift
[171/174] Compiling NIOCore ChannelHandlers.swift
[172/174] Compiling NIOCore ChannelInvoker.swift
[173/174] Compiling NIOCore ChannelOption.swift
[174/174] Compiling NIOCore ChannelPipeline.swift
[176/229] Compiling NIOEmbedded AsyncTestingChannel.swift
[177/229] Compiling NIOEmbedded Embedded.swift
[178/229] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[179/229] Emitting module NIOEmbedded
[180/229] Compiling NIOPosix PipePair.swift
[181/229] Compiling NIOPosix Pool.swift
[182/229] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[183/229] Compiling NIOPosix PosixSingletons.swift
[184/229] Compiling NIOPosix RawSocketBootstrap.swift
[185/229] Compiling NIOPosix Resolver.swift
[186/229] Compiling NIOPosix Selectable.swift
[188/236] Compiling NIOPosix ThreadPosix.swift
[189/236] Compiling NIOPosix ThreadWindows.swift
[190/236] Compiling NIOPosix Utilities.swift
[191/236] Compiling NIOPosix VsockAddress.swift
[192/236] Compiling NIOPosix VsockChannelEvents.swift
[193/236] Compiling NIOPosix Windows.swift
[194/236] Emitting module NIOPosix
[195/236] Compiling NIOPosix SelectableChannel.swift
[196/236] Compiling NIOPosix SelectableEventLoop.swift
[197/236] Compiling NIOPosix SelectorEpoll.swift
[198/236] Compiling NIOPosix SelectorGeneric.swift
[199/236] Compiling NIOPosix SelectorKqueue.swift
[200/236] Compiling NIOPosix SelectorUring.swift
[201/236] Compiling NIOPosix SelectorWSAPoll.swift
[202/236] Compiling NIOPosix ServerSocket.swift
[203/236] Compiling NIOPosix Socket.swift
[204/236] Compiling NIOPosix SocketChannel.swift
[205/236] Compiling NIOPosix SocketProtocols.swift
[206/236] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[207/236] Compiling NIOPosix System.swift
[208/236] Compiling NIOPosix Thread.swift
[209/236] Compiling NIOPosix BSDSocketAPICommon.swift
[210/236] Compiling NIOPosix BSDSocketAPIPosix.swift
[211/236] Compiling NIOPosix BSDSocketAPIWindows.swift
[212/236] Compiling NIOPosix BaseSocket.swift
[213/236] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[214/236] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[215/236] Compiling NIOPosix BaseSocketChannel.swift
[216/236] Compiling NIOPosix HappyEyeballs.swift
[217/236] Compiling NIOPosix IO.swift
[218/236] Compiling NIOPosix IntegerBitPacking.swift
[219/236] Compiling NIOPosix IntegerTypes.swift
[220/236] Compiling NIOPosix Linux.swift
[221/236] Compiling NIOPosix LinuxCPUSet.swift
[222/236] Compiling NIOPosix LinuxUring.swift
[223/236] Compiling NIOPosix BaseStreamSocketChannel.swift
[224/236] Compiling NIOPosix Bootstrap.swift
[225/236] Compiling NIOPosix ControlMessage.swift
[226/236] Compiling NIOPosix DatagramVectorReadManager.swift
[227/236] Compiling NIOPosix Errors+Any.swift
[228/236] Compiling NIOPosix FileDescriptor.swift
[229/236] Compiling NIOPosix GetaddrinfoResolver.swift
[230/236] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[231/236] Compiling NIOPosix NIOPosixSendableMetatype.swift
[232/236] Compiling NIOPosix NIOThreadPool.swift
[233/236] Compiling NIOPosix NonBlockingFileIO.swift
[234/236] Compiling NIOPosix PendingDatagramWritesManager.swift
[235/236] Compiling NIOPosix PendingWritesManager.swift
[236/236] Compiling NIOPosix PipeChannel.swift
[238/239] Emitting module NIO
[239/239] Compiling NIO Exports.swift
[241/259] Compiling NIOTLS TLSEvents.swift
[242/259] Emitting module NIOTLS
[243/259] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[244/259] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[245/259] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[246/259] Compiling NIOTLS SNIHandler.swift
[248/260] Compiling DNSProtocol Errors.swift
[249/260] Compiling DNSProtocol DNSEncoder.swift
[250/260] Emitting module DNSProtocol
[251/260] Compiling DNSProtocol ByteBuffer+DNS.swift
[252/260] Compiling DNSProtocol PTRRecord.swift
[253/260] Compiling DNSProtocol SRVRecord.swift
[254/260] Compiling DNSProtocol MessageOptions.swift
[255/260] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[256/260] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[257/260] Emitting module NIOFoundationCompat
[258/260] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[259/260] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[261/261] Compiling DNSProtocol Message.swift
[263/289] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[264/289] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[265/289] Compiling NIOTransportServices NIOTSListenerChannel.swift
[266/291] Compiling NIOTransportServices NIOTSBootstraps.swift
[267/291] Compiling NIOTransportServices NIOTSChannelOptions.swift
[268/291] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[269/291] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[270/291] Compiling NIOTransportServices NIOTSSingletons.swift
[271/291] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[272/291] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[273/291] Compiling NIOTransportServices NIOTSErrors.swift
[274/291] Compiling NIOTransportServices NIOTSEventLoop.swift
[275/291] Compiling NIOTransportServices StateManagedChannel.swift
[276/291] Compiling NIOTransportServices StateManagedListenerChannel.swift
[277/291] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[278/291] Compiling NIOTransportServices AcceptHandler.swift
[279/291] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[280/291] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[281/291] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[282/291] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[283/291] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[284/291] Emitting module NIOTransportServices
[285/291] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[286/291] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[288/292] Compiling DNSServer DNSServer.swift
/host/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 |             }
/host/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>
/host/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)
/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/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 |                 ])
/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/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 |             }
/host/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
[289/292] Emitting module DNSServer
[290/292] Compiling DNSServer DNSServerUDPHandler.swift
[291/292] Compiling DNSServer DNSServerTCPHandler.swift
[292/292] Compiling DNSServer DNSServerDelegate.swift
[294/302] Compiling DNSClient PTR.swift
[295/303] Compiling DNSClient DNSEncoder.swift
[296/303] Compiling DNSClient Errors.swift
[297/303] Compiling DNSClient MulticastDNSClient.swift
/host/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),
/host/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
/host/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 |                 )
/host/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>
/host/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 |             }
/host/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
[298/303] Compiling DNSClient DNSDecoder.swift
[299/303] Emitting module DNSClient
/host/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),
/host/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
/host/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 |                 )
/host/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>
/host/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 |         }
/host/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
/host/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),
/host/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
/host/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 |                 )
/host/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>
/host/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 |             }
/host/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
[300/303] Compiling DNSClient Client.swift
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:12:36: warning: 'init(contentsOfFile:)' is deprecated: Use `init(contentsOfFile:encoding:)` instead
 10 |     public static func connect(on group: EventLoopGroup) -> EventLoopFuture<DNSClient> {
 11 |         do {
 12 |             let configString = try String(contentsOfFile: "/etc/resolv.conf")
    |                                    `- warning: 'init(contentsOfFile:)' is deprecated: Use `init(contentsOfFile:encoding:)` instead
 13 |             let config = try ResolvConf(from: configString)
 14 |
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:43:36: warning: 'init(contentsOfFile:)' is deprecated: Use `init(contentsOfFile:encoding:)` instead
 41 |     public static func connectTCP(on group: EventLoopGroup) -> EventLoopFuture<DNSClient> {
 42 |         do {
 43 |             let configString = try String(contentsOfFile: "/etc/resolv.conf")
    |                                    `- warning: 'init(contentsOfFile:)' is deprecated: Use `init(contentsOfFile:encoding:)` instead
 44 |             let config = try ResolvConf(from: configString)
 45 |
/host/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),
/host/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
/host/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 |             )
/host/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>
/host/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 {
/host/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
/host/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 |     }
/host/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
/host/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),
/host/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
/host/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 |                 )
/host/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>
/host/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 |         }
/host/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
/host/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,
/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: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()
/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: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 |             }
/host/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
[301/303] Compiling DNSClient DNSClient+Connect.swift
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:12:36: warning: 'init(contentsOfFile:)' is deprecated: Use `init(contentsOfFile:encoding:)` instead
 10 |     public static func connect(on group: EventLoopGroup) -> EventLoopFuture<DNSClient> {
 11 |         do {
 12 |             let configString = try String(contentsOfFile: "/etc/resolv.conf")
    |                                    `- warning: 'init(contentsOfFile:)' is deprecated: Use `init(contentsOfFile:encoding:)` instead
 13 |             let config = try ResolvConf(from: configString)
 14 |
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:43:36: warning: 'init(contentsOfFile:)' is deprecated: Use `init(contentsOfFile:encoding:)` instead
 41 |     public static func connectTCP(on group: EventLoopGroup) -> EventLoopFuture<DNSClient> {
 42 |         do {
 43 |             let configString = try String(contentsOfFile: "/etc/resolv.conf")
    |                                    `- warning: 'init(contentsOfFile:)' is deprecated: Use `init(contentsOfFile:encoding:)` instead
 44 |             let config = try ResolvConf(from: configString)
 45 |
/host/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),
/host/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
/host/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 |             )
/host/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>
/host/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 {
/host/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
/host/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 |     }
/host/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
/host/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),
/host/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
/host/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 |                 )
/host/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>
/host/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 |         }
/host/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
/host/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,
/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: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()
/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: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 |             }
/host/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
[302/303] Compiling DNSClient DNSClient+Query.swift
[303/303] Compiling DNSClient ConfigParser.swift
Build complete! (90.30s)
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" : "/host/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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.