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.4.4 (551fbd), with Swift 6.2 (beta) for Linux on 23 Jun 2025 01:38:57 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orlandos-nl/DNSClient.git
Reference: 2.4.4
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.4.4      -> FETCH_HEAD
HEAD is now at 551fbdd Merge tag '2.4.3'
Cloned https://github.com/orlandos-nl/DNSClient.git
Revision (git rev-parse @):
551fbddbf4fa728d4cd86f6a5208fe4f925f0549
SUCCESS checkout https://github.com/orlandos-nl/DNSClient.git at 2.4.4
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/orlandos-nl/DNSClient.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio.git
[1/2667] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.42s)
[1/76339] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.30s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (5.83s)
Fetching https://github.com/apple/swift-atomics.git
[1/1797] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.48s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.40s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4436] Fetching swift-system
[756/21076] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.13s)
Fetched https://github.com/apple/swift-collections.git from cache (1.17s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.64s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.38s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.75s)
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Building for debugging...
[0/24] Write sources
[13/24] Compiling CNIOWindows shim.c
[14/24] Compiling CNIOWASI CNIOWASI.c
[15/24] Compiling CNIOWindows WSAStartup.c
[15/24] Write sources
[15/24] Compiling CNIOLinux liburing_shims.c
[18/24] Compiling CNIODarwin shim.c
[19/24] Compiling _AtomicsShims.c
[20/24] Write swift-version-24593BA9C3E375BF.txt
[21/24] Compiling CNIOLinux shim.c
[23/62] Emitting module _NIOBase64
[23/62] Compiling c-nioatomics.c
[24/62] Compiling c-atomics.c
[26/68] Emitting module NIOConcurrencyHelpers
[27/68] Compiling Atomics AtomicStorage.swift
[28/68] Compiling Atomics AtomicValue.swift
[29/70] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[30/70] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[31/70] Compiling Atomics AtomicMemoryOrderings.swift
[32/70] Compiling Atomics PointerConformances.swift
[33/70] Compiling Atomics Primitives.native.swift
[34/70] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[35/70] Compiling Atomics AtomicInteger.swift
[36/70] Compiling Atomics AtomicOptionalWrappable.swift
[41/71] Compiling Atomics IntegerConformances.swift
[42/71] Compiling Atomics UnsafeAtomic.swift
[43/71] Compiling Atomics UnsafeAtomicLazyReference.swift
[45/71] Compiling Atomics DoubleWord.swift
[46/71] Compiling Atomics ManagedAtomic.swift
[47/71] Compiling Atomics ManagedAtomicLazyReference.swift
[48/71] Compiling Atomics OptionalRawRepresentable.swift
[49/71] Compiling Atomics RawRepresentable.swift
[50/71] Compiling Atomics AtomicBool.swift
[52/71] Compiling Atomics IntegerOperations.swift
[53/71] Compiling Atomics Unmanaged extensions.swift
[54/71] Emitting module InternalCollectionsUtilities
[55/71] Compiling NIOConcurrencyHelpers NIOLock.swift
[56/71] Compiling _NIOBase64 Base64.swift
[57/72] Compiling NIOConcurrencyHelpers lock.swift
[59/72] Emitting module _NIODataStructures
[66/72] Emitting module Atomics
[67/72] Compiling _NIODataStructures Heap.swift
[68/72] Compiling _NIODataStructures _TinyArray.swift
[69/72] Compiling _NIODataStructures PriorityQueue.swift
[70/74] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[74/75] Compiling NIOConcurrencyHelpers atomics.swift
[75/75] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[77/91] Compiling DequeModule _DequeBuffer.swift
[78/91] Compiling DequeModule _DequeBufferHeader.swift
[79/93] Compiling DequeModule Deque+Equatable.swift
[80/93] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[81/93] Compiling DequeModule Deque+Extras.swift
[82/93] Compiling DequeModule Deque+Hashable.swift
[83/93] Compiling DequeModule Deque+Testing.swift
[84/93] Compiling DequeModule Deque._Storage.swift
[85/93] Compiling DequeModule Deque._UnsafeHandle.swift
[86/93] Compiling DequeModule Deque.swift
[87/93] Compiling DequeModule _DequeSlot.swift
[88/93] Compiling DequeModule _UnsafeWrappedBuffer.swift
[89/93] Compiling DequeModule Deque+CustomReflectable.swift
[90/93] Compiling DequeModule Deque+Descriptions.swift
[91/93] Emitting module DequeModule
[92/93] Compiling DequeModule Deque+Codable.swift
[93/93] Compiling DequeModule Deque+Collection.swift
[95/154] Compiling NIOCore MulticastChannel.swift
[96/154] Compiling NIOCore NIOAny.swift
[97/154] Compiling NIOCore NIOCloseOnErrorHandler.swift
[98/154] Compiling NIOCore NIOLoopBound.swift
[99/154] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[100/154] Compiling NIOCore NIOScheduledCallback.swift
[101/154] Compiling NIOCore NIOSendable.swift
[102/154] Compiling NIOCore RecvByteBufferAllocator.swift
[103/162] Compiling NIOCore AddressedEnvelope.swift
[104/162] Compiling NIOCore AsyncAwaitSupport.swift
[105/162] Compiling NIOCore AsyncChannel.swift
[106/162] Compiling NIOCore AsyncChannelHandler.swift
[107/162] Compiling NIOCore AsyncChannelInboundStream.swift
[108/162] Compiling NIOCore AsyncChannelOutboundWriter.swift
[109/162] Compiling NIOCore NIOAsyncSequenceProducer.swift
[110/162] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[111/162] Compiling NIOCore NIOAsyncWriter.swift
[112/162] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[113/162] Compiling NIOCore BSDSocketAPI.swift
[114/162] Compiling NIOCore ByteBuffer-aux.swift
[115/162] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[116/162] Compiling NIOCore ByteBuffer-conversions.swift
[117/162] Compiling NIOCore ByteBuffer-core.swift
[118/162] Compiling NIOCore ByteBuffer-hex.swift
[119/162] Compiling NIOCore ByteBuffer-int.swift
[120/162] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[121/162] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[122/162] Compiling NIOCore SocketAddresses.swift
[123/162] Compiling NIOCore SocketOptionProvider.swift
[124/162] Compiling NIOCore SystemCallHelpers.swift
[125/162] Compiling NIOCore TimeAmount+Duration.swift
[126/162] Compiling NIOCore TypeAssistedChannelHandler.swift
[127/162] Compiling NIOCore UniversalBootstrapSupport.swift
[128/162] Compiling NIOCore Utilities.swift
[129/162] Compiling NIOCore CircularBuffer.swift
[130/162] Compiling NIOCore Codec.swift
[131/162] Compiling NIOCore ConvenienceOptionSupport.swift
[132/162] Compiling NIOCore DeadChannel.swift
[133/162] Compiling NIOCore DispatchQueue+WithFuture.swift
[134/162] Compiling NIOCore EventLoop+Deprecated.swift
[135/162] Compiling NIOCore EventLoop+SerialExecutor.swift
[136/162] Compiling NIOCore EventLoop.swift
[137/162] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[138/162] Compiling NIOCore EventLoopFuture+Deprecated.swift
[139/162] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[140/162] Compiling NIOCore EventLoopFuture.swift
[141/162] Compiling NIOCore FileDescriptor.swift
[142/162] Compiling NIOCore FileHandle.swift
[143/162] Compiling NIOCore FileRegion.swift
[144/162] Compiling NIOCore GlobalSingletons.swift
[145/162] Compiling NIOCore ByteBuffer-multi-int.swift
[146/162] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[147/162] Compiling NIOCore ByteBuffer-views.swift
[148/162] Compiling NIOCore Channel.swift
[149/162] Compiling NIOCore ChannelHandler.swift
[150/162] Compiling NIOCore ChannelHandlers.swift
[151/162] Compiling NIOCore ChannelInvoker.swift
[152/162] Compiling NIOCore ChannelOption.swift
[153/162] Compiling NIOCore ChannelPipeline.swift
[154/162] Compiling NIOCore IO.swift
[155/162] Compiling NIOCore IOData.swift
[156/162] Compiling NIOCore IPProtocol.swift
[157/162] Compiling NIOCore IntegerBitPacking.swift
[158/162] Compiling NIOCore IntegerTypes.swift
[159/162] Compiling NIOCore Interfaces.swift
[160/162] Compiling NIOCore Linux.swift
[161/162] Compiling NIOCore MarkedCircularBuffer.swift
[162/162] Emitting module NIOCore
[164/213] Compiling NIOEmbedded AsyncTestingChannel.swift
[165/213] Emitting module NIOEmbedded
[166/213] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[167/213] Compiling NIOEmbedded Embedded.swift
[169/214] Compiling NIOPosix Pool.swift
[170/214] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[171/214] Compiling NIOPosix PosixSingletons.swift
[172/214] Compiling NIOPosix RawSocketBootstrap.swift
[173/214] Compiling NIOPosix Resolver.swift
[174/214] Compiling NIOPosix Selectable.swift
[175/220] Compiling NIOPosix ThreadPosix.swift
[176/220] Compiling NIOPosix ThreadWindows.swift
[177/220] Compiling NIOPosix UnsafeTransfer.swift
[178/220] Compiling NIOPosix Utilities.swift
[179/220] Compiling NIOPosix VsockAddress.swift
[180/220] Compiling NIOPosix VsockChannelEvents.swift
[181/220] Compiling NIOPosix ServerSocket.swift
[182/220] Compiling NIOPosix Socket.swift
[183/220] Compiling NIOPosix SocketChannel.swift
[184/220] Compiling NIOPosix SocketProtocols.swift
[185/220] Compiling NIOPosix System.swift
[186/220] Compiling NIOPosix Thread.swift
[187/220] Compiling NIOPosix SelectableChannel.swift
[188/220] Compiling NIOPosix SelectableEventLoop.swift
[189/220] Compiling NIOPosix SelectorEpoll.swift
[190/220] Compiling NIOPosix SelectorGeneric.swift
[191/220] Compiling NIOPosix SelectorKqueue.swift
[192/220] Compiling NIOPosix SelectorUring.swift
[193/220] Compiling NIOPosix Bootstrap.swift
[194/220] Compiling NIOPosix ControlMessage.swift
[195/220] Compiling NIOPosix DatagramVectorReadManager.swift
[196/220] Compiling NIOPosix Errors+Any.swift
[197/220] Compiling NIOPosix FileDescriptor.swift
[198/220] Compiling NIOPosix GetaddrinfoResolver.swift
[199/220] Compiling NIOPosix HappyEyeballs.swift
[200/220] Compiling NIOPosix BSDSocketAPICommon.swift
[201/220] Compiling NIOPosix BSDSocketAPIPosix.swift
[202/220] Compiling NIOPosix BSDSocketAPIWindows.swift
[203/220] Compiling NIOPosix BaseSocket.swift
[204/220] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[205/220] Compiling NIOPosix BaseSocketChannel.swift
[206/220] Compiling NIOPosix BaseStreamSocketChannel.swift
[207/220] Emitting module NIOPosix
[208/220] Compiling NIOPosix IO.swift
[209/220] Compiling NIOPosix IntegerBitPacking.swift
[210/220] Compiling NIOPosix IntegerTypes.swift
[211/220] Compiling NIOPosix Linux.swift
[212/220] Compiling NIOPosix LinuxCPUSet.swift
[213/220] Compiling NIOPosix LinuxUring.swift
[214/220] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[215/220] Compiling NIOPosix NIOThreadPool.swift
[216/220] Compiling NIOPosix NonBlockingFileIO.swift
[217/220] Compiling NIOPosix PendingDatagramWritesManager.swift
[218/220] Compiling NIOPosix PendingWritesManager.swift
[219/220] Compiling NIOPosix PipeChannel.swift
[220/220] Compiling NIOPosix PipePair.swift
[222/223] Compiling NIO Exports.swift
[223/223] Emitting module NIO
[225/235] Compiling NIOTLS TLSEvents.swift
[226/235] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[227/235] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[228/235] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[229/235] Compiling NIOTLS SNIHandler.swift
[230/235] Emitting module NIOTLS
[232/236] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[233/236] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[234/236] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[235/236] Emitting module NIOFoundationCompat
[236/236] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[238/259] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[239/259] Compiling NIOTransportServices NIOTSErrors.swift
[240/259] Compiling NIOTransportServices NIOTSEventLoop.swift
[241/259] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[242/259] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[243/259] Compiling NIOTransportServices NIOTSListenerChannel.swift
[244/261] Compiling NIOTransportServices NIOTSBootstraps.swift
[245/261] Compiling NIOTransportServices NIOTSChannelOptions.swift
[246/261] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[247/261] Emitting module NIOTransportServices
[248/261] Compiling NIOTransportServices StateManagedChannel.swift
[249/261] Compiling NIOTransportServices StateManagedListenerChannel.swift
[250/261] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[251/261] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[252/261] Compiling NIOTransportServices NIOTSSingletons.swift
[253/261] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[254/261] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[255/261] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[256/261] Compiling NIOTransportServices AcceptHandler.swift
[257/261] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[258/261] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[259/261] Compiling NIOTransportServices NIOTSDatagramListener.swift
[260/261] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[261/261] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[263/274] Compiling DNSClient ConfigParser.swift
[264/275] Compiling DNSClient MessageOptions.swift
[265/275] Compiling DNSClient PTR.swift
[266/275] Compiling DNSClient SRV.swift
[267/275] Compiling DNSClient Client.swift
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:156:21: warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
154 |             .channelInitializer { channel in
155 |                 return channel.pipeline.addHandlers(
156 |                     ByteToMessageHandler(UInt16FrameDecoder()),
    |                     `- warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
157 |                     MessageToByteHandler(UInt16FrameEncoder()),
158 |                     dnsDecoder,
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Codec.swift:507:1: note: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' has been explicitly marked unavailable here
505 |
506 | @available(*, unavailable)
507 | extension ByteToMessageHandler: Sendable {}
    | `- note: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' has been explicitly marked unavailable here
508 |
509 | // MARK: ByteToMessageHandler: Test Helpers
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:157:21: warning: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
155 |                 return channel.pipeline.addHandlers(
156 |                     ByteToMessageHandler(UInt16FrameDecoder()),
157 |                     MessageToByteHandler(UInt16FrameEncoder()),
    |                     `- warning: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
158 |                     dnsDecoder,
159 |                     DNSEncoder()
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Codec.swift:810:1: note: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' has been explicitly marked unavailable here
808 |
809 | @available(*, unavailable)
810 | extension MessageToByteHandler: Sendable {}
    | `- note: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' has been explicitly marked unavailable here
811 |
812 | extension MessageToByteHandler {
[268/275] Compiling DNSClient DNSClient+Connect.swift
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:156:21: warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
154 |             .channelInitializer { channel in
155 |                 return channel.pipeline.addHandlers(
156 |                     ByteToMessageHandler(UInt16FrameDecoder()),
    |                     `- warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
157 |                     MessageToByteHandler(UInt16FrameEncoder()),
158 |                     dnsDecoder,
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Codec.swift:507:1: note: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' has been explicitly marked unavailable here
505 |
506 | @available(*, unavailable)
507 | extension ByteToMessageHandler: Sendable {}
    | `- note: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' has been explicitly marked unavailable here
508 |
509 | // MARK: ByteToMessageHandler: Test Helpers
/host/spi-builder-workspace/Sources/DNSClient/DNSClient+Connect.swift:157:21: warning: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
155 |                 return channel.pipeline.addHandlers(
156 |                     ByteToMessageHandler(UInt16FrameDecoder()),
157 |                     MessageToByteHandler(UInt16FrameEncoder()),
    |                     `- warning: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
158 |                     dnsDecoder,
159 |                     DNSEncoder()
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Codec.swift:810:1: note: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' has been explicitly marked unavailable here
808 |
809 | @available(*, unavailable)
810 | extension MessageToByteHandler: Sendable {}
    | `- note: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' has been explicitly marked unavailable here
811 |
812 | extension MessageToByteHandler {
[269/275] Emitting module DNSClient
[270/275] Compiling DNSClient DNSEncoder.swift
[271/275] Compiling DNSClient Errors.swift
[272/275] Compiling DNSClient DNSClient+Query.swift
[273/275] Compiling DNSClient DNSDecoder.swift
[274/275] Compiling DNSClient Helpers.swift
[275/275] Compiling DNSClient Message.swift
Build complete! (79.95s)
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.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.