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 swift-nio-transport-services, reference 1.26.0 (60c3e1), with Swift 6.1 for macOS (SPM) on 24 Nov 2025 13:29:16 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-nio-transport-services.git
Reference: 1.26.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apple/swift-nio-transport-services
 * tag               1.26.0     -> FETCH_HEAD
HEAD is now at 60c3e18 Drop Swift 5.10 (#247)
Cloned https://github.com/apple/swift-nio-transport-services.git
Revision (git rev-parse @):
60c3e187154421171721c1a38e800b390680fb5d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-nio-transport-services.git at 1.26.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/apple/swift-nio-transport-services.git
https://github.com/apple/swift-nio-transport-services.git
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.83.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    }
  ],
  "manifest_display_name" : "swift-nio-transport-services",
  "name" : "swift-nio-transport-services",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "NIOTransportServices",
      "targets" : [
        "NIOTransportServices"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NIOTSHTTPServer",
      "targets" : [
        "NIOTSHTTPServer"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NIOTSHTTPClient",
      "targets" : [
        "NIOTSHTTPClient"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NIOTSEchoClient",
      "targets" : [
        "NIOTSEchoClient"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NIOTransportServicesTests",
      "module_type" : "SwiftTarget",
      "name" : "NIOTransportServicesTests",
      "path" : "Tests/NIOTransportServicesTests",
      "product_dependencies" : [
        "NIOCore",
        "NIOEmbedded",
        "NIOPosix",
        "Atomics"
      ],
      "sources" : [
        "NIOFilterEmptyWritesHandlerTests.swift",
        "NIOTSAsyncBootstrapTests.swift",
        "NIOTSBootstrapTests.swift",
        "NIOTSChannelMetadataTests.swift",
        "NIOTSChannelOptionsTests.swift",
        "NIOTSConnectionChannelTests.swift",
        "NIOTSDatagramBootstrapTests.swift",
        "NIOTSEndToEndTests.swift",
        "NIOTSEventLoopTests.swift",
        "NIOTSListenerChannelTests.swift",
        "NIOTSSingletonTests.swift",
        "NIOTSSocketOptionTests.swift",
        "NIOTSSocketOptionsOnChannelTests.swift",
        "NIOTSTestUtilities.swift",
        "NIOTSUDPMultiDatagramsPOSIXServerTests.swift",
        "NIOTSWorkaroundTests.swift"
      ],
      "target_dependencies" : [
        "NIOTransportServices"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NIOTransportServices",
      "module_type" : "SwiftTarget",
      "name" : "NIOTransportServices",
      "path" : "Sources/NIOTransportServices",
      "product_dependencies" : [
        "NIO",
        "NIOCore",
        "NIOFoundationCompat",
        "NIOTLS",
        "Atomics"
      ],
      "product_memberships" : [
        "NIOTransportServices",
        "NIOTSHTTPServer",
        "NIOTSHTTPClient",
        "NIOTSEchoClient"
      ],
      "sources" : [
        "AcceptHandler.swift",
        "Datagram/NIOTSDatagramConnectionBootstrap.swift",
        "Datagram/NIOTSDatagramConnectionChannel.swift",
        "Datagram/NIOTSDatagramListenerBootstrap.swift",
        "Datagram/NIOTSDatagramListenerChannel.swift",
        "NIOFilterEmptyWritesHandler.swift",
        "NIOTSBootstraps.swift",
        "NIOTSChannelOptions.swift",
        "NIOTSConnectionBootstrap.swift",
        "NIOTSConnectionChannel.swift",
        "NIOTSErrors.swift",
        "NIOTSEventLoop.swift",
        "NIOTSEventLoopGroup.swift",
        "NIOTSListenerBootstrap.swift",
        "NIOTSListenerChannel.swift",
        "NIOTSNetworkEvents.swift",
        "NIOTSSingletons.swift",
        "SocketAddress+NWEndpoint.swift",
        "StateManagedChannel.swift",
        "StateManagedListenerChannel.swift",
        "StateManagedNWConnectionChannel.swift",
        "TCPOptions+SocketChannelOption.swift",
        "UDPOptions+SocketChannelOption.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NIOTSHTTPServer",
      "module_type" : "SwiftTarget",
      "name" : "NIOTSHTTPServer",
      "path" : "Sources/NIOTSHTTPServer",
      "product_dependencies" : [
        "NIOCore",
        "NIOHTTP1"
      ],
      "product_memberships" : [
        "NIOTSHTTPServer"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "NIOTransportServices"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NIOTSHTTPClient",
      "module_type" : "SwiftTarget",
      "name" : "NIOTSHTTPClient",
      "path" : "Sources/NIOTSHTTPClient",
      "product_dependencies" : [
        "NIOCore",
        "NIOHTTP1"
      ],
      "product_memberships" : [
        "NIOTSHTTPClient"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "NIOTransportServices"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NIOTSEchoClient",
      "module_type" : "SwiftTarget",
      "name" : "NIOTSEchoClient",
      "path" : "Sources/NIOTSEchoClient",
      "product_dependencies" : [
        "NIOCore"
      ],
      "product_memberships" : [
        "NIOTSEchoClient"
      ],
      "sources" : [
        "NIOTSEchoClient.swift"
      ],
      "target_dependencies" : [
        "NIOTransportServices"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/44] Write sources
[5/44] Copying PrivacyInfo.xcprivacy
[5/44] Write NIOTSHTTPServer-entitlement.plist
[6/44] Write NIOTSHTTPClient-entitlement.plist
[7/44] Write sources
[10/44] Write NIOTSEchoClient-entitlement.plist
[11/44] Write sources
[20/44] Compiling CNIOWindows shim.c
[21/44] Compiling CNIOWindows WSAStartup.c
[22/44] Write swift-version-2F0A5646E1D333AE.txt
[23/44] Compiling CNIOWASI CNIOWASI.c
[24/44] Compiling CNIOLinux liburing_shims.c
[24/44] Compiling CNIOLinux shim.c
[26/67] Compiling _AtomicsShims.c
[27/67] Compiling CNIOPosix event_loop_id.c
[27/67] Write sources
[29/67] Compiling CNIOLLHTTP c_nio_http.c
[30/86] Compiling CNIOLLHTTP c_nio_api.c
[31/86] Compiling CNIOLLHTTP c_nio_llhttp.c
[32/86] Compiling CNIODarwin shim.c
[34/86] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[35/86] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[36/86] Compiling Atomics AtomicInteger.swift
[37/86] Compiling Atomics AtomicOptionalWrappable.swift
[38/87] Compiling Atomics DoubleWord.swift
[39/87] Compiling Atomics ManagedAtomic.swift
[40/87] Compiling Atomics OptionalRawRepresentable.swift
[41/87] Compiling Atomics RawRepresentable.swift
[42/87] Emitting module InternalCollectionsUtilities
[43/87] Emitting module _NIOBase64
[44/87] Compiling _NIOBase64 Base64.swift
[45/87] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[46/87] Compiling Atomics PointerConformances.swift
[47/87] Compiling Atomics Primitives.native.swift
[48/87] Compiling Atomics UnsafeAtomicLazyReference.swift
[49/87] Compiling Atomics IntegerOperations.swift
[50/87] Compiling Atomics AtomicBool.swift
[51/87] Compiling Atomics IntegerConformances.swift
[52/87] Compiling Atomics AtomicReference.swift
[53/87] Compiling Atomics AtomicStorage.swift
[54/87] Compiling Atomics ManagedAtomicLazyReference.swift
[55/87] Compiling Atomics UnsafeAtomic.swift
[60/87] Compiling Atomics AtomicValue.swift
[61/87] Compiling Atomics AtomicMemoryOrderings.swift
[70/104] Compiling DequeModule _DequeBufferHeader.swift
[71/105] Compiling _NIODataStructures _TinyArray.swift
[72/105] Compiling DequeModule _DequeBuffer.swift
[73/105] Compiling DequeModule _DequeSlot.swift
[74/105] Compiling Atomics Unmanaged extensions.swift
[75/105] Compiling DequeModule Deque+Testing.swift
[76/105] Compiling DequeModule Deque._Storage.swift
[77/105] Compiling DequeModule _UnsafeWrappedBuffer.swift
[80/105] Emitting module Atomics
[81/105] Compiling DequeModule Deque+CustomReflectable.swift
[82/105] Compiling DequeModule Deque+Descriptions.swift
[83/105] Compiling DequeModule Deque+Extras.swift
[84/105] Compiling DequeModule Deque+Hashable.swift
[85/105] Compiling DequeModule Deque._UnsafeHandle.swift
[86/105] Compiling DequeModule Deque.swift
[87/105] Compiling DequeModule Deque+Equatable.swift
[88/105] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[89/105] Compiling _NIODataStructures PriorityQueue.swift
[90/105] Emitting module _NIODataStructures
[91/105] Compiling _NIODataStructures Heap.swift
[92/105] Compiling DequeModule Deque+Codable.swift
[93/105] Compiling DequeModule Deque+Collection.swift
[94/105] Emitting module DequeModule
[94/105] Compiling c-nioatomics.c
[95/105] Compiling c-atomics.c
[97/111] Compiling NIOConcurrencyHelpers lock.swift
[98/111] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[99/111] Emitting module NIOConcurrencyHelpers
[100/111] Compiling NIOConcurrencyHelpers NIOLock.swift
[101/111] Compiling NIOConcurrencyHelpers atomics.swift
[102/111] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[103/175] Compiling NIOCore NIOLoopBound.swift
[104/175] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[105/175] Compiling NIOCore NIOScheduledCallback.swift
[106/175] Compiling NIOCore NIOSendable.swift
[107/175] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[108/175] Compiling NIOCore RecvByteBufferAllocator.swift
[109/175] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[110/182] Compiling NIOCore AddressedEnvelope.swift
[111/182] Compiling NIOCore AsyncAwaitSupport.swift
[112/182] Compiling NIOCore AsyncChannel.swift
[113/182] Compiling NIOCore AsyncChannelHandler.swift
[114/182] Compiling NIOCore AsyncChannelInboundStream.swift
[115/182] Compiling NIOCore AsyncChannelOutboundWriter.swift
[116/182] Compiling NIOCore NIOAsyncSequenceProducer.swift
[117/182] Compiling NIOCore Linux.swift
[118/182] Compiling NIOCore MarkedCircularBuffer.swift
[119/182] Compiling NIOCore MulticastChannel.swift
[120/182] Compiling NIOCore NIOAny.swift
[121/182] Compiling NIOCore NIOCloseOnErrorHandler.swift
[122/182] Compiling NIOCore NIOCoreSendableMetatype.swift
[123/182] Compiling NIOCore NIODecodedAsyncSequence.swift
[124/182] Compiling NIOCore Codec.swift
[125/182] Compiling NIOCore ConvenienceOptionSupport.swift
[126/182] Compiling NIOCore DeadChannel.swift
[127/182] Compiling NIOCore DispatchQueue+WithFuture.swift
[128/182] Compiling NIOCore EventLoop+Deprecated.swift
[129/182] Compiling NIOCore EventLoop+SerialExecutor.swift
[130/182] Compiling NIOCore EventLoop.swift
[131/182] Compiling NIOCore Channel.swift
[132/182] Compiling NIOCore ChannelHandler.swift
[133/182] Compiling NIOCore ChannelHandlers.swift
[134/182] Compiling NIOCore ChannelInvoker.swift
[135/182] Compiling NIOCore ChannelOption.swift
[136/182] Compiling NIOCore ChannelPipeline.swift
[137/182] Compiling NIOCore CircularBuffer.swift
[138/182] Compiling NIOCore SocketAddresses.swift
[139/182] Compiling NIOCore SocketOptionProvider.swift
[140/182] Compiling NIOCore SystemCallHelpers.swift
[141/182] Compiling NIOCore TimeAmount+Duration.swift
[142/182] Compiling NIOCore TypeAssistedChannelHandler.swift
[143/182] Compiling NIOCore UniversalBootstrapSupport.swift
[144/182] Compiling NIOCore Utilities.swift
[145/182] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[146/182] Compiling NIOCore NIOAsyncWriter.swift
[147/182] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[148/182] Compiling NIOCore BSDSocketAPI.swift
[149/182] Compiling NIOCore ByteBuffer-aux.swift
[150/182] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[151/182] Compiling NIOCore ByteBuffer-conversions.swift
[152/182] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[153/182] Compiling NIOCore EventLoopFuture+Deprecated.swift
[154/182] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[155/182] Compiling NIOCore EventLoopFuture.swift
[156/182] Compiling NIOCore FileDescriptor.swift
[157/182] Compiling NIOCore FileHandle.swift
[158/182] Compiling NIOCore FileRegion.swift
[159/182] Compiling NIOCore GlobalSingletons.swift
[160/182] Compiling NIOCore IO.swift
[161/182] Compiling NIOCore IOData.swift
[162/182] Compiling NIOCore IPProtocol.swift
[163/182] Compiling NIOCore IntegerBitPacking.swift
[164/182] Compiling NIOCore IntegerTypes.swift
[165/182] Compiling NIOCore Interfaces.swift
[166/182] Compiling NIOCore ByteBuffer-core.swift
[167/182] Compiling NIOCore ByteBuffer-hex.swift
[168/182] Compiling NIOCore ByteBuffer-int.swift
[169/182] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[170/182] Compiling NIOCore ByteBuffer-multi-int.swift
[171/182] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[172/182] Compiling NIOCore ByteBuffer-views.swift
[173/182] Emitting module NIOCore
[174/238] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[175/238] Compiling NIOEmbedded AsyncTestingChannel.swift
[176/238] Emitting module NIOEmbedded
[177/238] Compiling NIOEmbedded Embedded.swift
[178/238] Compiling NIOPosix System.swift
[179/238] Compiling NIOPosix Thread.swift
[180/238] Compiling NIOPosix ThreadPosix.swift
[181/238] Compiling NIOPosix ThreadWindows.swift
[182/238] Compiling NIOPosix UnsafeTransfer.swift
[183/243] Compiling NIOPosix PosixSingletons.swift
[184/243] Compiling NIOPosix RawSocketBootstrap.swift
[185/243] Compiling NIOPosix Resolver.swift
[186/243] Compiling NIOPosix Selectable.swift
[187/243] Compiling NIOPosix SelectableChannel.swift
[188/243] Compiling NIOPosix SelectableEventLoop.swift
[189/243] Compiling NIOPosix ServerSocket.swift
[190/243] Compiling NIOPosix Socket.swift
[191/243] Compiling NIOPosix SocketChannel.swift
[192/243] Compiling NIOPosix SocketProtocols.swift
[193/243] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[194/243] Emitting module NIOPosix
[195/243] Compiling NIOPosix GetaddrinfoResolver.swift
[196/243] Compiling NIOPosix HappyEyeballs.swift
[197/243] Compiling NIOPosix IO.swift
[198/243] Compiling NIOPosix IntegerBitPacking.swift
[199/243] Compiling NIOPosix IntegerTypes.swift
[200/243] Compiling NIOPosix Linux.swift
[201/243] Compiling NIOPosix BSDSocketAPICommon.swift
[202/243] Compiling NIOPosix BSDSocketAPIPosix.swift
[203/243] Compiling NIOPosix BSDSocketAPIWindows.swift
[204/243] Compiling NIOPosix BaseSocket.swift
[205/243] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[206/243] Compiling NIOPosix BaseSocketChannel.swift
[207/243] Compiling NIOPosix PendingDatagramWritesManager.swift
[208/243] Compiling NIOPosix PendingWritesManager.swift
[209/243] Compiling NIOPosix PipeChannel.swift
[210/243] Compiling NIOPosix PipePair.swift
[211/243] Compiling NIOPosix Pool.swift
[212/243] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[213/243] Compiling NIOPosix LinuxCPUSet.swift
[214/243] Compiling NIOPosix LinuxUring.swift
[215/243] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[216/243] Compiling NIOPosix NIOPosixSendableMetatype.swift
[217/243] Compiling NIOPosix NIOThreadPool.swift
[218/243] Compiling NIOPosix NonBlockingFileIO.swift
[219/243] Compiling NIOPosix SelectorEpoll.swift
[220/243] Compiling NIOPosix SelectorGeneric.swift
[221/243] Compiling NIOPosix SelectorKqueue.swift
[222/243] Compiling NIOPosix SelectorUring.swift
[223/243] Compiling NIOPosix SelectorWSAPoll.swift
[224/243] Compiling NIOPosix BaseStreamSocketChannel.swift
[225/243] Compiling NIOPosix Bootstrap.swift
[226/243] Compiling NIOPosix ControlMessage.swift
[227/243] Compiling NIOPosix DatagramVectorReadManager.swift
[228/243] Compiling NIOPosix Errors+Any.swift
[229/243] Compiling NIOPosix FileDescriptor.swift
[230/243] Compiling NIOPosix Utilities.swift
[231/243] Compiling NIOPosix VsockAddress.swift
[232/243] Compiling NIOPosix VsockChannelEvents.swift
[233/243] Compiling NIOPosix Windows.swift
[234/243] Compiling NIOPosix resource_bundle_accessor.swift
[235/245] Compiling NIO Exports.swift
[236/245] Emitting module NIO
[237/273] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[238/273] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[239/273] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[240/273] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[241/274] Compiling NIOTLS TLSEvents.swift
[242/274] Emitting module NIOTLS
[243/274] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[244/274] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[245/274] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[246/274] Compiling NIOTLS SNIHandler.swift
[247/274] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[248/274] Emitting module NIOFoundationCompat
[249/274] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[250/274] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[251/274] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[252/274] Compiling NIOHTTP1 HTTPEncoder.swift
[253/274] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[254/274] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[255/274] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[256/296] Emitting module NIOHTTP1
[257/296] Compiling NIOTransportServices AcceptHandler.swift
[258/296] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[259/296] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[260/296] Compiling NIOTransportServices StateManagedChannel.swift
[261/296] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[262/296] Compiling NIOTransportServices NIOTSSingletons.swift
[263/296] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[264/296] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[265/296] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[266/296] Emitting module NIOTransportServices
[269/298] Compiling NIOTransportServices NIOTSEventLoop.swift
[270/298] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[274/298] Compiling NIOTransportServices NIOTSBootstraps.swift
[275/298] Compiling NIOTransportServices NIOTSChannelOptions.swift
[276/298] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[277/298] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[278/298] Compiling NIOTransportServices NIOTSListenerChannel.swift
[279/298] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[280/298] Compiling NIOTransportServices NIOTSErrors.swift
[281/298] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[282/298] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[283/298] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[287/298] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[288/298] Compiling NIOTransportServices StateManagedListenerChannel.swift
[289/298] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[290/304] Compiling NIOTSHTTPServer main.swift
[291/304] Emitting module NIOTSHTTPServer
[292/304] Emitting module NIOTSEchoClient
[293/304] Compiling NIOTSEchoClient NIOTSEchoClient.swift
[294/304] Compiling NIOTSHTTPClient main.swift
[295/304] Emitting module NIOTSHTTPClient
[295/304] Write Objects.LinkFileList
[298/304] Linking NIOTSEchoClient
[299/304] Linking NIOTSHTTPClient
[300/304] Linking NIOTSHTTPServer
[301/304] Applying NIOTSEchoClient
[302/304] Applying NIOTSHTTPClient
[303/304] Applying NIOTSHTTPServer
Build complete! (23.07s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (2.11s)
Fetched https://github.com/apple/swift-nio.git from cache (2.17s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.66s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.90.1 (0.64s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (1.29s)
Fetched https://github.com/apple/swift-collections.git from cache (1.30s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.85s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.64s)
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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.90.1
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
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.83.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    }
  ],
  "manifest_display_name" : "swift-nio-transport-services",
  "name" : "swift-nio-transport-services",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "NIOTransportServices",
      "targets" : [
        "NIOTransportServices"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NIOTSHTTPServer",
      "targets" : [
        "NIOTSHTTPServer"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NIOTSHTTPClient",
      "targets" : [
        "NIOTSHTTPClient"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NIOTSEchoClient",
      "targets" : [
        "NIOTSEchoClient"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NIOTransportServicesTests",
      "module_type" : "SwiftTarget",
      "name" : "NIOTransportServicesTests",
      "path" : "Tests/NIOTransportServicesTests",
      "product_dependencies" : [
        "NIOCore",
        "NIOEmbedded",
        "NIOPosix",
        "Atomics"
      ],
      "sources" : [
        "NIOFilterEmptyWritesHandlerTests.swift",
        "NIOTSAsyncBootstrapTests.swift",
        "NIOTSBootstrapTests.swift",
        "NIOTSChannelMetadataTests.swift",
        "NIOTSChannelOptionsTests.swift",
        "NIOTSConnectionChannelTests.swift",
        "NIOTSDatagramBootstrapTests.swift",
        "NIOTSEndToEndTests.swift",
        "NIOTSEventLoopTests.swift",
        "NIOTSListenerChannelTests.swift",
        "NIOTSSingletonTests.swift",
        "NIOTSSocketOptionTests.swift",
        "NIOTSSocketOptionsOnChannelTests.swift",
        "NIOTSTestUtilities.swift",
        "NIOTSUDPMultiDatagramsPOSIXServerTests.swift",
        "NIOTSWorkaroundTests.swift"
      ],
      "target_dependencies" : [
        "NIOTransportServices"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NIOTransportServices",
      "module_type" : "SwiftTarget",
      "name" : "NIOTransportServices",
      "path" : "Sources/NIOTransportServices",
      "product_dependencies" : [
        "NIO",
        "NIOCore",
        "NIOFoundationCompat",
        "NIOTLS",
        "Atomics"
      ],
      "product_memberships" : [
        "NIOTransportServices",
        "NIOTSHTTPServer",
        "NIOTSHTTPClient",
        "NIOTSEchoClient"
      ],
      "sources" : [
        "AcceptHandler.swift",
        "Datagram/NIOTSDatagramConnectionBootstrap.swift",
        "Datagram/NIOTSDatagramConnectionChannel.swift",
        "Datagram/NIOTSDatagramListenerBootstrap.swift",
        "Datagram/NIOTSDatagramListenerChannel.swift",
        "NIOFilterEmptyWritesHandler.swift",
        "NIOTSBootstraps.swift",
        "NIOTSChannelOptions.swift",
        "NIOTSConnectionBootstrap.swift",
        "NIOTSConnectionChannel.swift",
        "NIOTSErrors.swift",
        "NIOTSEventLoop.swift",
        "NIOTSEventLoopGroup.swift",
        "NIOTSListenerBootstrap.swift",
        "NIOTSListenerChannel.swift",
        "NIOTSNetworkEvents.swift",
        "NIOTSSingletons.swift",
        "SocketAddress+NWEndpoint.swift",
        "StateManagedChannel.swift",
        "StateManagedListenerChannel.swift",
        "StateManagedNWConnectionChannel.swift",
        "TCPOptions+SocketChannelOption.swift",
        "UDPOptions+SocketChannelOption.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NIOTSHTTPServer",
      "module_type" : "SwiftTarget",
      "name" : "NIOTSHTTPServer",
      "path" : "Sources/NIOTSHTTPServer",
      "product_dependencies" : [
        "NIOCore",
        "NIOHTTP1"
      ],
      "product_memberships" : [
        "NIOTSHTTPServer"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "NIOTransportServices"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NIOTSHTTPClient",
      "module_type" : "SwiftTarget",
      "name" : "NIOTSHTTPClient",
      "path" : "Sources/NIOTSHTTPClient",
      "product_dependencies" : [
        "NIOCore",
        "NIOHTTP1"
      ],
      "product_memberships" : [
        "NIOTSHTTPClient"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "NIOTransportServices"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NIOTSEchoClient",
      "module_type" : "SwiftTarget",
      "name" : "NIOTSEchoClient",
      "path" : "Sources/NIOTSEchoClient",
      "product_dependencies" : [
        "NIOCore"
      ],
      "product_memberships" : [
        "NIOTSEchoClient"
      ],
      "sources" : [
        "NIOTSEchoClient.swift"
      ],
      "target_dependencies" : [
        "NIOTransportServices"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
Done.