The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of DNSClient, reference 2.5.0 (2d4174), with Swift 6.1 for Linux on 1 Sep 2025 18:21:47 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orlandos-nl/DNSClient.git
Reference: 2.5.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.5.0      -> FETCH_HEAD
HEAD is now at 2d4174e Merge pull request #39 from orlandos-nl/jo/update-test-matrix
Cloned https://github.com/orlandos-nl/DNSClient.git
Revision (git rev-parse @):
2d4174e4fbe75cc2f31d2fa2d384f486e5fe63b5
SUCCESS checkout https://github.com/orlandos-nl/DNSClient.git at 2.5.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.19.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-transport-services.git"
    }
  ],
  "manifest_display_name" : "DNSClient",
  "name" : "DNSClient",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "DNSClient",
      "targets" : [
        "DNSClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DNSClientTests",
      "module_type" : "SwiftTarget",
      "name" : "DNSClientTests",
      "path" : "Tests/DNSClientTests",
      "product_dependencies" : [
        "NIO"
      ],
      "sources" : [
        "DNSTCPClientTests.swift",
        "DNSUDPClientTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "DNSClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DNSClient",
      "module_type" : "SwiftTarget",
      "name" : "DNSClient",
      "path" : "Sources/DNSClient",
      "product_dependencies" : [
        "NIOTransportServices",
        "NIO"
      ],
      "product_memberships" : [
        "DNSClient"
      ],
      "sources" : [
        "Client.swift",
        "DNSClient+Connect.swift",
        "DNSClient+Query.swift",
        "DNSDecoder.swift",
        "DNSEncoder.swift",
        "Errors.swift",
        "Helpers.swift",
        "Messages/Message.swift",
        "Messages/MessageOptions.swift",
        "PTR.swift",
        "ResolvConf/ConfigParser.swift",
        "SRV.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2698] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.67s)
[1/77952] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (9.75s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (10.82s)
Fetching https://github.com/apple/swift-atomics.git
[1/1814] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.82s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (2.37s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4941] Fetching swift-system
[1978/22335] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.83s)
[3653/17394] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.37s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (3.49s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (1.17s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.38s)
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.86.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.1
Building for debugging...
[0/25] Write sources
[13/25] Compiling CNIOWASI CNIOWASI.c
[13/25] Compiling CNIOWindows shim.c
[13/25] Compiling _AtomicsShims.c
[16/25] Compiling CNIOLinux liburing_shims.c
[16/25] Write sources
[16/25] Compiling CNIOWindows WSAStartup.c
[19/25] Compiling CNIOPosix event_loop_id.c
[20/25] Compiling CNIODarwin shim.c
[21/25] Compiling CNIOLinux shim.c
[22/25] Write swift-version-24593BA9C3E375BF.txt
[24/63] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[24/64] Compiling c-nioatomics.c
[26/64] Emitting module _NIOBase64
[27/64] Compiling _NIOBase64 Base64.swift
[28/65] Compiling Atomics AtomicInteger.swift
[29/65] Compiling Atomics AtomicOptionalWrappable.swift
[30/65] Compiling Atomics AtomicReference.swift
[31/65] Compiling Atomics AtomicMemoryOrderings.swift
[32/65] Compiling Atomics DoubleWord.swift
[33/65] Emitting module Atomics
[34/67] Compiling Atomics UnsafeAtomic.swift
[35/67] Compiling Atomics UnsafeAtomicLazyReference.swift
[36/67] Compiling Atomics ManagedAtomic.swift
[37/67] Compiling Atomics ManagedAtomicLazyReference.swift
[40/67] Emitting module InternalCollectionsUtilities
[41/67] Compiling Atomics IntegerConformances.swift
[42/67] Compiling Atomics PointerConformances.swift
[45/67] Compiling Atomics Primitives.native.swift
[46/67] Compiling Atomics AtomicStorage.swift
[47/67] Compiling Atomics AtomicValue.swift
[48/67] Compiling Atomics OptionalRawRepresentable.swift
[49/67] Compiling _NIODataStructures PriorityQueue.swift
[50/67] Compiling Atomics RawRepresentable.swift
[51/67] Compiling Atomics AtomicBool.swift
[52/67] Compiling _NIODataStructures _TinyArray.swift
[62/67] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[63/68] Compiling Atomics IntegerOperations.swift
[64/68] Compiling Atomics Unmanaged extensions.swift
[66/69] Compiling c-atomics.c
[68/84] Compiling DequeModule Deque+CustomReflectable.swift
[69/84] Compiling DequeModule Deque+Descriptions.swift
[70/90] Compiling DequeModule _DequeBuffer.swift
[71/90] Compiling DequeModule _DequeBufferHeader.swift
[72/92] Emitting module _NIODataStructures
[73/92] Compiling _NIODataStructures Heap.swift
[75/93] Compiling DequeModule Deque+Equatable.swift
[76/93] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[77/93] Compiling DequeModule _DequeSlot.swift
[78/93] Compiling DequeModule _UnsafeWrappedBuffer.swift
[79/93] Compiling NIOConcurrencyHelpers lock.swift
[80/93] Compiling DequeModule Deque._UnsafeHandle.swift
[81/93] Compiling DequeModule Deque.swift
[82/93] Compiling DequeModule Deque+Testing.swift
[83/93] Compiling DequeModule Deque._Storage.swift
[84/93] Compiling DequeModule Deque+Extras.swift
[85/93] Compiling DequeModule Deque+Hashable.swift
[86/93] Compiling DequeModule Deque+Codable.swift
[87/93] Compiling DequeModule Deque+Collection.swift
[88/93] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[89/93] Compiling NIOConcurrencyHelpers NIOLock.swift
[90/93] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[91/93] Compiling NIOConcurrencyHelpers atomics.swift
[92/93] Emitting module NIOConcurrencyHelpers
[94/94] Emitting module DequeModule
[96/156] Compiling NIOCore NIOAny.swift
[97/156] Compiling NIOCore NIOCloseOnErrorHandler.swift
[98/156] Compiling NIOCore NIOCoreSendableMetatype.swift
[99/156] Compiling NIOCore NIOLoopBound.swift
[100/156] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[101/156] Compiling NIOCore NIOScheduledCallback.swift
[102/156] Compiling NIOCore NIOSendable.swift
[103/156] Compiling NIOCore RecvByteBufferAllocator.swift
[104/164] Compiling NIOCore IOData.swift
[105/164] Compiling NIOCore IPProtocol.swift
[106/164] Compiling NIOCore IntegerBitPacking.swift
[107/164] Compiling NIOCore IntegerTypes.swift
[108/164] Compiling NIOCore Interfaces.swift
[109/164] Compiling NIOCore Linux.swift
[110/164] Compiling NIOCore MarkedCircularBuffer.swift
[111/164] Compiling NIOCore MulticastChannel.swift
[112/164] Compiling NIOCore EventLoopFuture+Deprecated.swift
[113/164] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[114/164] Compiling NIOCore EventLoopFuture.swift
[115/164] Compiling NIOCore FileDescriptor.swift
[116/164] Compiling NIOCore FileHandle.swift
[117/164] Compiling NIOCore FileRegion.swift
[118/164] Compiling NIOCore GlobalSingletons.swift
[119/164] Compiling NIOCore IO.swift
[120/164] Compiling NIOCore CircularBuffer.swift
[121/164] Compiling NIOCore Codec.swift
[122/164] Compiling NIOCore ConvenienceOptionSupport.swift
[123/164] Compiling NIOCore DeadChannel.swift
[124/164] Compiling NIOCore DispatchQueue+WithFuture.swift
[125/164] Compiling NIOCore EventLoop+Deprecated.swift
[126/164] Compiling NIOCore EventLoop+SerialExecutor.swift
[127/164] Compiling NIOCore EventLoop.swift
[128/164] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[129/164] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[130/164] Compiling NIOCore SocketAddresses.swift
[131/164] Compiling NIOCore SocketOptionProvider.swift
[132/164] Compiling NIOCore SystemCallHelpers.swift
[133/164] Compiling NIOCore TimeAmount+Duration.swift
[134/164] Compiling NIOCore TypeAssistedChannelHandler.swift
[135/164] Compiling NIOCore UniversalBootstrapSupport.swift
[136/164] Compiling NIOCore Utilities.swift
[137/164] Compiling NIOCore AddressedEnvelope.swift
[138/164] Compiling NIOCore AsyncAwaitSupport.swift
[139/164] Compiling NIOCore AsyncChannel.swift
[140/164] Compiling NIOCore AsyncChannelHandler.swift
[141/164] Compiling NIOCore AsyncChannelInboundStream.swift
[142/164] Compiling NIOCore AsyncChannelOutboundWriter.swift
[143/164] Compiling NIOCore NIOAsyncSequenceProducer.swift
[144/164] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[145/164] Compiling NIOCore NIOAsyncWriter.swift
[146/164] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[147/164] Compiling NIOCore BSDSocketAPI.swift
[148/164] Compiling NIOCore ByteBuffer-aux.swift
[149/164] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[150/164] Compiling NIOCore ByteBuffer-conversions.swift
[151/164] Compiling NIOCore ByteBuffer-core.swift
[152/164] Compiling NIOCore ByteBuffer-hex.swift
[153/164] Compiling NIOCore ByteBuffer-int.swift
[154/164] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[155/164] Emitting module NIOCore
[156/164] Compiling NIOCore ByteBuffer-multi-int.swift
[157/164] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[158/164] Compiling NIOCore ByteBuffer-views.swift
[159/164] Compiling NIOCore Channel.swift
[160/164] Compiling NIOCore ChannelHandler.swift
[161/164] Compiling NIOCore ChannelHandlers.swift
[162/164] Compiling NIOCore ChannelInvoker.swift
[163/164] Compiling NIOCore ChannelOption.swift
[164/164] Compiling NIOCore ChannelPipeline.swift
[166/217] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[167/217] Compiling NIOEmbedded AsyncTestingChannel.swift
[168/217] Emitting module NIOEmbedded
[169/217] Compiling NIOEmbedded Embedded.swift
[171/218] Compiling NIOPosix BSDSocketAPICommon.swift
[172/218] Compiling NIOPosix BSDSocketAPIPosix.swift
[173/218] Compiling NIOPosix BSDSocketAPIWindows.swift
[174/218] Compiling NIOPosix BaseSocket.swift
[175/218] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[176/218] Compiling NIOPosix BaseSocketChannel.swift
[177/218] Compiling NIOPosix BaseStreamSocketChannel.swift
[178/218] Emitting module NIOPosix
[179/218] Compiling NIOPosix Bootstrap.swift
[180/218] Compiling NIOPosix ControlMessage.swift
[181/218] Compiling NIOPosix DatagramVectorReadManager.swift
[182/218] Compiling NIOPosix Errors+Any.swift
[183/218] Compiling NIOPosix FileDescriptor.swift
[184/218] Compiling NIOPosix GetaddrinfoResolver.swift
[185/218] Compiling NIOPosix HappyEyeballs.swift
[186/224] Compiling NIOPosix IO.swift
[187/224] Compiling NIOPosix IntegerBitPacking.swift
[188/224] Compiling NIOPosix IntegerTypes.swift
[189/224] Compiling NIOPosix Linux.swift
[190/224] Compiling NIOPosix LinuxCPUSet.swift
[191/224] Compiling NIOPosix LinuxUring.swift
[192/224] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[193/224] Compiling NIOPosix Pool.swift
[194/224] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[195/224] Compiling NIOPosix PosixSingletons.swift
[196/224] Compiling NIOPosix RawSocketBootstrap.swift
[197/224] Compiling NIOPosix Resolver.swift
[198/224] Compiling NIOPosix Selectable.swift
[199/224] Compiling NIOPosix SelectableChannel.swift
[200/224] Compiling NIOPosix SelectableEventLoop.swift
[201/224] Compiling NIOPosix SelectorEpoll.swift
[202/224] Compiling NIOPosix SelectorGeneric.swift
[203/224] Compiling NIOPosix SelectorKqueue.swift
[204/224] Compiling NIOPosix SelectorUring.swift
[205/224] Compiling NIOPosix ServerSocket.swift
[206/224] Compiling NIOPosix NIOPosixSendableMetatype.swift
[207/224] Compiling NIOPosix NIOThreadPool.swift
[208/224] Compiling NIOPosix NonBlockingFileIO.swift
[209/224] Compiling NIOPosix PendingDatagramWritesManager.swift
[210/224] Compiling NIOPosix PendingWritesManager.swift
[211/224] Compiling NIOPosix PipeChannel.swift
[212/224] Compiling NIOPosix PipePair.swift
[213/224] Compiling NIOPosix Socket.swift
[214/224] Compiling NIOPosix SocketChannel.swift
[215/224] Compiling NIOPosix SocketProtocols.swift
[216/224] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[217/224] Compiling NIOPosix System.swift
[218/224] Compiling NIOPosix Thread.swift
[219/224] Compiling NIOPosix ThreadPosix.swift
[220/224] Compiling NIOPosix ThreadWindows.swift
[221/224] Compiling NIOPosix UnsafeTransfer.swift
[222/224] Compiling NIOPosix Utilities.swift
[223/224] Compiling NIOPosix VsockAddress.swift
[224/224] Compiling NIOPosix VsockChannelEvents.swift
[226/227] Emitting module NIO
[227/227] Compiling NIO Exports.swift
[229/239] Compiling NIOTLS TLSEvents.swift
[230/239] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[231/239] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[232/239] Emitting module NIOTLS
[233/239] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[234/239] Compiling NIOTLS SNIHandler.swift
[236/240] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[237/240] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[238/240] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[239/240] Emitting module NIOFoundationCompat
[240/240] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[242/263] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[243/263] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[244/263] Compiling NIOTransportServices NIOTSListenerChannel.swift
[245/263] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[246/263] Compiling NIOTransportServices NIOTSSingletons.swift
[247/263] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[248/263] Compiling NIOTransportServices NIOTSBootstraps.swift
[249/263] Compiling NIOTransportServices NIOTSChannelOptions.swift
[250/263] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[251/265] Compiling NIOTransportServices AcceptHandler.swift
[252/265] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[253/265] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[254/265] Compiling NIOTransportServices StateManagedChannel.swift
[255/265] Compiling NIOTransportServices StateManagedListenerChannel.swift
[256/265] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[257/265] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[258/265] Compiling NIOTransportServices NIOTSErrors.swift
[259/265] Compiling NIOTransportServices NIOTSEventLoop.swift
[260/265] Emitting module NIOTransportServices
[261/265] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[262/265] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[263/265] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[264/265] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[265/265] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[267/278] Compiling DNSClient ConfigParser.swift
[268/279] Compiling DNSClient MessageOptions.swift
[269/279] Compiling DNSClient PTR.swift
[270/279] Compiling DNSClient SRV.swift
[271/279] Emitting module DNSClient
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:120:21: warning: type 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
118 |             .channelInitializer { channel in
119 |                 return channel.pipeline.addHandlers(
120 |                     EnvelopeInboundChannel(),
    |                     `- warning: type 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
121 |                     dnsDecoder,
122 |                     EnvelopeOutboundChannel(address: address),
/host/spi-builder-workspace/Sources/DNSClient/DNSDecoder.swift:4:13: note: class 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
  2 | import NIOConcurrencyHelpers
  3 |
  4 | final class EnvelopeInboundChannel: ChannelInboundHandler {
    |             `- note: class 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
  5 |     typealias InboundIn = AddressedEnvelope<ByteBuffer>
  6 |     typealias InboundOut = ByteBuffer
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:122:21: warning: type 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
120 |                     EnvelopeInboundChannel(),
121 |                     dnsDecoder,
122 |                     EnvelopeOutboundChannel(address: address),
    |                     `- warning: type 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
123 |                     DNSEncoder()
124 |                 )
/host/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:3:13: note: class 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
  1 | import NIO
  2 |
  3 | final class EnvelopeOutboundChannel: ChannelOutboundHandler {
    |             `- note: class 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
  4 |     typealias OutboundIn = ByteBuffer
  5 |     typealias OutboundOut = AddressedEnvelope<ByteBuffer>
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:123:21: warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
121 |                     dnsDecoder,
122 |                     EnvelopeOutboundChannel(address: address),
123 |                     DNSEncoder()
    |                     `- warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
124 |                 )
125 |         }
/host/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:50:20: note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
 48 | }
 49 |
 50 | public final class DNSEncoder: ChannelOutboundHandler {
    |                    `- note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
 51 |     public typealias OutboundIn = Message
 52 |     public typealias OutboundOut = ByteBuffer
[272/279] Compiling DNSClient DNSClient+Query.swift
[273/279] Compiling DNSClient DNSDecoder.swift
[274/279] Compiling DNSClient DNSEncoder.swift
[275/279] Compiling DNSClient Errors.swift
[276/279] Compiling DNSClient Helpers.swift
[277/279] Compiling DNSClient Message.swift
[278/279] Compiling DNSClient Client.swift
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:93:17: warning: type 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
 91 |         if let remoteAddress = remoteAddress {
 92 |             return channel.pipeline.addHandlers(
 93 |                 EnvelopeInboundChannel(),
    |                 `- warning: type 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
 94 |                 context.decoder,
 95 |                 EnvelopeOutboundChannel(address: remoteAddress),
/host/spi-builder-workspace/Sources/DNSClient/DNSDecoder.swift:4:13: note: class 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
  2 | import NIOConcurrencyHelpers
  3 |
  4 | final class EnvelopeInboundChannel: ChannelInboundHandler {
    |             `- note: class 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
  5 |     typealias InboundIn = AddressedEnvelope<ByteBuffer>
  6 |     typealias InboundOut = ByteBuffer
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:95:17: warning: type 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
 93 |                 EnvelopeInboundChannel(),
 94 |                 context.decoder,
 95 |                 EnvelopeOutboundChannel(address: remoteAddress),
    |                 `- warning: type 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
 96 |                 DNSEncoder()
 97 |             )
/host/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:3:13: note: class 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
  1 | import NIO
  2 |
  3 | final class EnvelopeOutboundChannel: ChannelOutboundHandler {
    |             `- note: class 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
  4 |     typealias OutboundIn = ByteBuffer
  5 |     typealias OutboundOut = AddressedEnvelope<ByteBuffer>
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:96:17: warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
 94 |                 context.decoder,
 95 |                 EnvelopeOutboundChannel(address: remoteAddress),
 96 |                 DNSEncoder()
    |                 `- warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
 97 |             )
 98 |         } else {
/host/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:50:20: note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
 48 | }
 49 |
 50 | public final class DNSEncoder: ChannelOutboundHandler {
    |                    `- note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
 51 |     public typealias OutboundIn = Message
 52 |     public typealias OutboundOut = ByteBuffer
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:99:66: warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
 97 |             )
 98 |         } else {
 99 |             return channel.pipeline.addHandlers(context.decoder, DNSEncoder())
    |                                                                  `- warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
100 |         }
101 |     }
/host/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:50:20: note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
 48 | }
 49 |
 50 | public final class DNSEncoder: ChannelOutboundHandler {
    |                    `- note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
 51 |     public typealias OutboundIn = Message
 52 |     public typealias OutboundOut = ByteBuffer
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:120:21: warning: type 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
118 |             .channelInitializer { channel in
119 |                 return channel.pipeline.addHandlers(
120 |                     EnvelopeInboundChannel(),
    |                     `- warning: type 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
121 |                     dnsDecoder,
122 |                     EnvelopeOutboundChannel(address: address),
/host/spi-builder-workspace/Sources/DNSClient/DNSDecoder.swift:4:13: note: class 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
  2 | import NIOConcurrencyHelpers
  3 |
  4 | final class EnvelopeInboundChannel: ChannelInboundHandler {
    |             `- note: class 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
  5 |     typealias InboundIn = AddressedEnvelope<ByteBuffer>
  6 |     typealias InboundOut = ByteBuffer
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:122:21: warning: type 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
120 |                     EnvelopeInboundChannel(),
121 |                     dnsDecoder,
122 |                     EnvelopeOutboundChannel(address: address),
    |                     `- warning: type 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
123 |                     DNSEncoder()
124 |                 )
/host/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:3:13: note: class 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
  1 | import NIO
  2 |
  3 | final class EnvelopeOutboundChannel: ChannelOutboundHandler {
    |             `- note: class 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
  4 |     typealias OutboundIn = ByteBuffer
  5 |     typealias OutboundOut = AddressedEnvelope<ByteBuffer>
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:123:21: warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
121 |                     dnsDecoder,
122 |                     EnvelopeOutboundChannel(address: address),
123 |                     DNSEncoder()
    |                     `- warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
124 |                 )
125 |         }
/host/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:50:20: note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
 48 | }
 49 |
 50 | public final class DNSEncoder: ChannelOutboundHandler {
    |                    `- note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
 51 |     public typealias OutboundIn = Message
 52 |     public typealias OutboundOut = ByteBuffer
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:156:21: warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
154 |             .channelInitializer { channel in
155 |                 return channel.pipeline.addHandlers(
156 |                     ByteToMessageHandler(UInt16FrameDecoder()),
    |                     `- warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
157 |                     MessageToByteHandler(UInt16FrameEncoder()),
158 |                     dnsDecoder,
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Codec.swift:507:1: note: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' has been explicitly marked unavailable here
505 |
506 | @available(*, unavailable)
507 | extension ByteToMessageHandler: Sendable {}
    | `- note: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' has been explicitly marked unavailable here
508 |
509 | // MARK: ByteToMessageHandler: Test Helpers
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:157:21: warning: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
155 |                 return channel.pipeline.addHandlers(
156 |                     ByteToMessageHandler(UInt16FrameDecoder()),
157 |                     MessageToByteHandler(UInt16FrameEncoder()),
    |                     `- warning: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
158 |                     dnsDecoder,
159 |                     DNSEncoder()
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Codec.swift:810:1: note: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' has been explicitly marked unavailable here
808 |
809 | @available(*, unavailable)
810 | extension MessageToByteHandler: Sendable {}
    | `- note: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' has been explicitly marked unavailable here
811 |
812 | extension MessageToByteHandler {
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:159:21: warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
157 |                     MessageToByteHandler(UInt16FrameEncoder()),
158 |                     dnsDecoder,
159 |                     DNSEncoder()
    |                     `- warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
160 |                 )
161 |             }
/host/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:50:20: note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
 48 | }
 49 |
 50 | public final class DNSEncoder: ChannelOutboundHandler {
    |                    `- note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
 51 |     public typealias OutboundIn = Message
 52 |     public typealias OutboundOut = ByteBuffer
[279/279] Compiling DNSClient DNSClient+Connect.swift
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:93:17: warning: type 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
 91 |         if let remoteAddress = remoteAddress {
 92 |             return channel.pipeline.addHandlers(
 93 |                 EnvelopeInboundChannel(),
    |                 `- warning: type 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
 94 |                 context.decoder,
 95 |                 EnvelopeOutboundChannel(address: remoteAddress),
/host/spi-builder-workspace/Sources/DNSClient/DNSDecoder.swift:4:13: note: class 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
  2 | import NIOConcurrencyHelpers
  3 |
  4 | final class EnvelopeInboundChannel: ChannelInboundHandler {
    |             `- note: class 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
  5 |     typealias InboundIn = AddressedEnvelope<ByteBuffer>
  6 |     typealias InboundOut = ByteBuffer
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:95:17: warning: type 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
 93 |                 EnvelopeInboundChannel(),
 94 |                 context.decoder,
 95 |                 EnvelopeOutboundChannel(address: remoteAddress),
    |                 `- warning: type 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
 96 |                 DNSEncoder()
 97 |             )
/host/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:3:13: note: class 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
  1 | import NIO
  2 |
  3 | final class EnvelopeOutboundChannel: ChannelOutboundHandler {
    |             `- note: class 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
  4 |     typealias OutboundIn = ByteBuffer
  5 |     typealias OutboundOut = AddressedEnvelope<ByteBuffer>
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:96:17: warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
 94 |                 context.decoder,
 95 |                 EnvelopeOutboundChannel(address: remoteAddress),
 96 |                 DNSEncoder()
    |                 `- warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
 97 |             )
 98 |         } else {
/host/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:50:20: note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
 48 | }
 49 |
 50 | public final class DNSEncoder: ChannelOutboundHandler {
    |                    `- note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
 51 |     public typealias OutboundIn = Message
 52 |     public typealias OutboundOut = ByteBuffer
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:99:66: warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
 97 |             )
 98 |         } else {
 99 |             return channel.pipeline.addHandlers(context.decoder, DNSEncoder())
    |                                                                  `- warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
100 |         }
101 |     }
/host/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:50:20: note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
 48 | }
 49 |
 50 | public final class DNSEncoder: ChannelOutboundHandler {
    |                    `- note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
 51 |     public typealias OutboundIn = Message
 52 |     public typealias OutboundOut = ByteBuffer
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:120:21: warning: type 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
118 |             .channelInitializer { channel in
119 |                 return channel.pipeline.addHandlers(
120 |                     EnvelopeInboundChannel(),
    |                     `- warning: type 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
121 |                     dnsDecoder,
122 |                     EnvelopeOutboundChannel(address: address),
/host/spi-builder-workspace/Sources/DNSClient/DNSDecoder.swift:4:13: note: class 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
  2 | import NIOConcurrencyHelpers
  3 |
  4 | final class EnvelopeInboundChannel: ChannelInboundHandler {
    |             `- note: class 'EnvelopeInboundChannel' does not conform to the 'Sendable' protocol
  5 |     typealias InboundIn = AddressedEnvelope<ByteBuffer>
  6 |     typealias InboundOut = ByteBuffer
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:122:21: warning: type 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
120 |                     EnvelopeInboundChannel(),
121 |                     dnsDecoder,
122 |                     EnvelopeOutboundChannel(address: address),
    |                     `- warning: type 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
123 |                     DNSEncoder()
124 |                 )
/host/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:3:13: note: class 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
  1 | import NIO
  2 |
  3 | final class EnvelopeOutboundChannel: ChannelOutboundHandler {
    |             `- note: class 'EnvelopeOutboundChannel' does not conform to the 'Sendable' protocol
  4 |     typealias OutboundIn = ByteBuffer
  5 |     typealias OutboundOut = AddressedEnvelope<ByteBuffer>
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:123:21: warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
121 |                     dnsDecoder,
122 |                     EnvelopeOutboundChannel(address: address),
123 |                     DNSEncoder()
    |                     `- warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
124 |                 )
125 |         }
/host/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:50:20: note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
 48 | }
 49 |
 50 | public final class DNSEncoder: ChannelOutboundHandler {
    |                    `- note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
 51 |     public typealias OutboundIn = Message
 52 |     public typealias OutboundOut = ByteBuffer
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:156:21: warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
154 |             .channelInitializer { channel in
155 |                 return channel.pipeline.addHandlers(
156 |                     ByteToMessageHandler(UInt16FrameDecoder()),
    |                     `- warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
157 |                     MessageToByteHandler(UInt16FrameEncoder()),
158 |                     dnsDecoder,
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Codec.swift:507:1: note: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' has been explicitly marked unavailable here
505 |
506 | @available(*, unavailable)
507 | extension ByteToMessageHandler: Sendable {}
    | `- note: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' has been explicitly marked unavailable here
508 |
509 | // MARK: ByteToMessageHandler: Test Helpers
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:157:21: warning: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
155 |                 return channel.pipeline.addHandlers(
156 |                     ByteToMessageHandler(UInt16FrameDecoder()),
157 |                     MessageToByteHandler(UInt16FrameEncoder()),
    |                     `- warning: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
158 |                     dnsDecoder,
159 |                     DNSEncoder()
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Codec.swift:810:1: note: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' has been explicitly marked unavailable here
808 |
809 | @available(*, unavailable)
810 | extension MessageToByteHandler: Sendable {}
    | `- note: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' has been explicitly marked unavailable here
811 |
812 | extension MessageToByteHandler {
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:159:21: warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
157 |                     MessageToByteHandler(UInt16FrameEncoder()),
158 |                     dnsDecoder,
159 |                     DNSEncoder()
    |                     `- warning: type 'DNSEncoder' does not conform to the 'Sendable' protocol
160 |                 )
161 |             }
/host/spi-builder-workspace/Sources/DNSClient/DNSEncoder.swift:50:20: note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
 48 | }
 49 |
 50 | public final class DNSEncoder: ChannelOutboundHandler {
    |                    `- note: class 'DNSEncoder' does not conform to the 'Sendable' protocol
 51 |     public typealias OutboundIn = Message
 52 |     public typealias OutboundOut = ByteBuffer
Build complete! (93.51s)
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.19.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-transport-services.git"
    }
  ],
  "manifest_display_name" : "DNSClient",
  "name" : "DNSClient",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "DNSClient",
      "targets" : [
        "DNSClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DNSClientTests",
      "module_type" : "SwiftTarget",
      "name" : "DNSClientTests",
      "path" : "Tests/DNSClientTests",
      "product_dependencies" : [
        "NIO"
      ],
      "sources" : [
        "DNSTCPClientTests.swift",
        "DNSUDPClientTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "DNSClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DNSClient",
      "module_type" : "SwiftTarget",
      "name" : "DNSClient",
      "path" : "Sources/DNSClient",
      "product_dependencies" : [
        "NIOTransportServices",
        "NIO"
      ],
      "product_memberships" : [
        "DNSClient"
      ],
      "sources" : [
        "Client.swift",
        "DNSClient+Connect.swift",
        "DNSClient+Query.swift",
        "DNSDecoder.swift",
        "DNSEncoder.swift",
        "Errors.swift",
        "Helpers.swift",
        "Messages/Message.swift",
        "Messages/MessageOptions.swift",
        "PTR.swift",
        "ResolvConf/ConfigParser.swift",
        "SRV.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.