Build Information
Successful build of swift-nio-transport-services, reference 1.24.0 (cd1e89
), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 16:18:31 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 -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
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-nio-transport-services.git
Reference: 1.24.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apple/swift-nio-transport-services
* tag 1.24.0 -> FETCH_HEAD
HEAD is now at cd1e898 Add `NWParameters` configurator to bootstraps (#230)
Cloned https://github.com/apple/swift-nio-transport-services.git
Revision (git rev-parse @):
cd1e89816d345d2523b11c55654570acd5cd4c56
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-nio-transport-services.git at 1.24.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.81.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
}
}
],
"targets" : [
{
"c99name" : "NIOTransportServicesTests",
"module_type" : "SwiftTarget",
"name" : "NIOTransportServicesTests",
"path" : "Tests/NIOTransportServicesTests",
"product_dependencies" : [
"NIOCore",
"NIOEmbedded",
"Atomics"
],
"sources" : [
"NIOFilterEmptyWritesHandlerTests.swift",
"NIOTSAsyncBootstrapTests.swift",
"NIOTSBootstrapTests.swift",
"NIOTSChannelMetadataTests.swift",
"NIOTSChannelOptionsTests.swift",
"NIOTSConnectionChannelTests.swift",
"NIOTSDatagramConnectionChannelTests.swift",
"NIOTSEndToEndTests.swift",
"NIOTSEventLoopTests.swift",
"NIOTSListenerChannelTests.swift",
"NIOTSSingletonTests.swift",
"NIOTSSocketOptionTests.swift",
"NIOTSSocketOptionsOnChannelTests.swift",
"NIOTSTestUtilities.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"
],
"sources" : [
"AcceptHandler.swift",
"Datagram/NIOTSDatagramBootstrap.swift",
"Datagram/NIOTSDatagramChannel.swift",
"Datagram/NIOTSDatagramListener.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"
}
],
"tools_version" : "5.8"
}
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 -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
Building for debugging...
[0/38] Write sources
[1/38] Copying PrivacyInfo.xcprivacy
[3/38] Write NIOTSHTTPServer-entitlement.plist
[4/38] Write sources
[10/38] Write NIOTSHTTPClient-entitlement.plist
[11/38] Write sources
[18/38] Compiling CNIOWindows WSAStartup.c
[18/38] Compiling CNIOWindows shim.c
[20/38] Write swift-version-2F0A5646E1D333AE.txt
[21/38] Compiling CNIOWASI CNIOWASI.c
[22/38] Compiling CNIOLinux liburing_shims.c
[23/38] Compiling CNIOLinux shim.c
[24/62] Compiling _AtomicsShims.c
[25/62] Write sources
[26/62] Compiling CNIOLLHTTP c_nio_http.c
[27/62] Compiling CNIOLLHTTP c_nio_api.c
[28/81] Compiling CNIOLLHTTP c_nio_llhttp.c
[29/81] Compiling CNIODarwin shim.c
[31/81] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[32/82] Compiling Atomics UnsafeAtomic.swift
[33/82] Compiling Atomics UnsafeAtomicLazyReference.swift
[34/82] Emitting module InternalCollectionsUtilities
[35/82] Compiling Atomics OptionalRawRepresentable.swift
[36/82] Compiling Atomics RawRepresentable.swift
[37/82] Compiling Atomics ManagedAtomic.swift
[38/82] Compiling Atomics ManagedAtomicLazyReference.swift
[39/82] Compiling Atomics AtomicOptionalWrappable.swift
[40/82] Compiling Atomics AtomicReference.swift
[41/82] Emitting module _NIOBase64
[42/82] Compiling _NIOBase64 Base64.swift
[43/82] Compiling Atomics PointerConformances.swift
[44/82] Compiling Atomics Primitives.native.swift
[45/82] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[50/82] Compiling Atomics AtomicStorage.swift
[51/82] Compiling Atomics AtomicValue.swift
[52/82] Compiling Atomics AtomicMemoryOrderings.swift
[53/82] Compiling Atomics DoubleWord.swift
[58/84] Compiling Atomics AtomicBool.swift
[59/84] Compiling Atomics IntegerConformances.swift
[60/84] Compiling Atomics Primitives.shims.swift
[61/84] Compiling Atomics AtomicInteger.swift
[64/84] Compiling Atomics IntegerOperations.swift
[65/84] Compiling Atomics Unmanaged extensions.swift
[66/100] Compiling _NIODataStructures PriorityQueue.swift
[67/100] Compiling _NIODataStructures _TinyArray.swift
[68/100] Compiling DequeModule _DequeBuffer.swift
[69/100] Compiling DequeModule _DequeBufferHeader.swift
[70/100] Compiling DequeModule _DequeSlot.swift
[71/101] Compiling DequeModule Deque+CustomReflectable.swift
[72/101] Compiling DequeModule Deque+Descriptions.swift
[73/101] Compiling DequeModule Deque+Extras.swift
[74/101] Compiling DequeModule Deque+Hashable.swift
[75/101] Compiling DequeModule Deque+Codable.swift
[76/101] Compiling DequeModule Deque+Collection.swift
[77/101] Emitting module Atomics
[78/101] Compiling _NIODataStructures Heap.swift
[79/101] Emitting module _NIODataStructures
[80/101] Compiling DequeModule _UnsafeWrappedBuffer.swift
[85/101] Compiling DequeModule Deque+Equatable.swift
[86/101] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[87/101] Compiling DequeModule Deque+Testing.swift
[88/101] Compiling DequeModule Deque._Storage.swift
[89/101] Compiling DequeModule Deque._UnsafeHandle.swift
[90/101] Compiling DequeModule Deque.swift
[91/101] Emitting module DequeModule
[93/101] Compiling c-nioatomics.c
[94/101] Compiling c-atomics.c
[96/107] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[97/107] Compiling NIOConcurrencyHelpers atomics.swift
[98/107] Compiling NIOConcurrencyHelpers lock.swift
[99/107] Emitting module NIOConcurrencyHelpers
[100/107] Compiling NIOConcurrencyHelpers NIOLock.swift
[101/107] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[102/168] Compiling NIOCore GlobalSingletons.swift
[103/168] Compiling NIOCore IO.swift
[104/168] Compiling NIOCore IOData.swift
[105/168] Compiling NIOCore IPProtocol.swift
[106/168] Compiling NIOCore IntegerBitPacking.swift
[107/168] Compiling NIOCore IntegerTypes.swift
[108/168] Compiling NIOCore Interfaces.swift
[109/168] Compiling NIOCore Linux.swift
[110/168] Compiling NIOCore MarkedCircularBuffer.swift
[111/168] Compiling NIOCore MulticastChannel.swift
[112/168] Compiling NIOCore NIOAny.swift
[113/168] Compiling NIOCore NIOCloseOnErrorHandler.swift
[114/174] Compiling NIOCore AddressedEnvelope.swift
[115/174] Compiling NIOCore AsyncAwaitSupport.swift
[116/174] Compiling NIOCore AsyncChannel.swift
[117/174] Compiling NIOCore AsyncChannelHandler.swift
[118/174] Compiling NIOCore AsyncChannelInboundStream.swift
[119/174] Compiling NIOCore AsyncChannelOutboundWriter.swift
[120/174] Compiling NIOCore NIOAsyncSequenceProducer.swift
[121/174] Compiling NIOCore SocketOptionProvider.swift
[122/174] Compiling NIOCore SystemCallHelpers.swift
[123/174] Compiling NIOCore TimeAmount+Duration.swift
[124/174] Compiling NIOCore TypeAssistedChannelHandler.swift
[125/174] Compiling NIOCore UniversalBootstrapSupport.swift
[126/174] Compiling NIOCore Utilities.swift
[127/174] Compiling NIOCore Codec.swift
[128/174] Compiling NIOCore ConvenienceOptionSupport.swift
[129/174] Compiling NIOCore DeadChannel.swift
[130/174] Compiling NIOCore DispatchQueue+WithFuture.swift
[131/174] Compiling NIOCore EventLoop+Deprecated.swift
[132/174] Compiling NIOCore EventLoop+SerialExecutor.swift
[133/174] Compiling NIOCore EventLoop.swift
[134/174] Compiling NIOCore NIOLoopBound.swift
[135/174] Compiling NIOCore NIOScheduledCallback.swift
[136/174] Compiling NIOCore NIOSendable.swift
[137/174] Compiling NIOCore RecvByteBufferAllocator.swift
[138/174] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[139/174] Compiling NIOCore SocketAddresses.swift
[140/174] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[141/174] Compiling NIOCore NIOAsyncWriter.swift
[142/174] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[143/174] Compiling NIOCore BSDSocketAPI.swift
[144/174] Compiling NIOCore ByteBuffer-aux.swift
[145/174] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[146/174] Compiling NIOCore ByteBuffer-conversions.swift
[147/174] Compiling NIOCore Channel.swift
[148/174] Compiling NIOCore ChannelHandler.swift
[149/174] Compiling NIOCore ChannelHandlers.swift
[150/174] Compiling NIOCore ChannelInvoker.swift
[151/174] Compiling NIOCore ChannelOption.swift
[152/174] Compiling NIOCore ChannelPipeline.swift
[153/174] Compiling NIOCore CircularBuffer.swift
[154/174] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[155/174] Compiling NIOCore EventLoopFuture+Deprecated.swift
[156/174] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[157/174] Compiling NIOCore EventLoopFuture.swift
[158/174] Compiling NIOCore FileDescriptor.swift
[159/174] Compiling NIOCore FileHandle.swift
[160/174] Compiling NIOCore FileRegion.swift
[161/174] Compiling NIOCore ByteBuffer-core.swift
[162/174] Compiling NIOCore ByteBuffer-hex.swift
[163/174] Compiling NIOCore ByteBuffer-int.swift
[164/174] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[165/174] Compiling NIOCore ByteBuffer-multi-int.swift
[166/174] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[167/174] Compiling NIOCore ByteBuffer-views.swift
[168/174] Emitting module NIOCore
[169/227] Compiling NIOEmbedded Embedded.swift
[170/227] Emitting module NIOEmbedded
[171/227] Compiling NIOEmbedded AsyncTestingChannel.swift
[172/227] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[173/227] Compiling NIOPosix SocketProtocols.swift
[174/227] Compiling NIOPosix System.swift
[175/227] Compiling NIOPosix Thread.swift
[176/227] Compiling NIOPosix ThreadPosix.swift
[177/227] Compiling NIOPosix ThreadWindows.swift
[178/232] Compiling NIOPosix GetaddrinfoResolver.swift
[179/232] Compiling NIOPosix HappyEyeballs.swift
[180/232] Compiling NIOPosix IO.swift
[181/232] Compiling NIOPosix IntegerBitPacking.swift
[182/232] Compiling NIOPosix IntegerTypes.swift
[183/232] Compiling NIOPosix Linux.swift
[184/232] Compiling NIOPosix Selectable.swift
[185/232] Compiling NIOPosix SelectableChannel.swift
[186/232] Compiling NIOPosix SelectableEventLoop.swift
[187/232] Compiling NIOPosix SelectorEpoll.swift
[188/232] Compiling NIOPosix SelectorGeneric.swift
[189/232] Compiling NIOPosix SelectorKqueue.swift
[190/232] Compiling NIOPosix SelectorUring.swift
[191/232] Compiling NIOPosix ServerSocket.swift
[192/232] Compiling NIOPosix Socket.swift
[193/232] Compiling NIOPosix SocketChannel.swift
[194/232] Compiling NIOPosix BSDSocketAPICommon.swift
[195/232] Compiling NIOPosix BSDSocketAPIPosix.swift
[196/232] Compiling NIOPosix BSDSocketAPIWindows.swift
[197/232] Compiling NIOPosix BaseSocket.swift
[198/232] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[199/232] Compiling NIOPosix BaseSocketChannel.swift
[200/232] Emitting module NIOPosix
[201/232] Compiling NIOPosix LinuxCPUSet.swift
[202/232] Compiling NIOPosix LinuxUring.swift
[203/232] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[204/232] Compiling NIOPosix NIOThreadPool.swift
[205/232] Compiling NIOPosix NonBlockingFileIO.swift
[206/232] Compiling NIOPosix PooledRecvBufferAllocator.swift
[207/232] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[208/232] Compiling NIOPosix PosixSingletons.swift
[209/232] Compiling NIOPosix RawSocketBootstrap.swift
[210/232] Compiling NIOPosix Resolver.swift
[211/232] Compiling NIOPosix PendingDatagramWritesManager.swift
[212/232] Compiling NIOPosix PendingWritesManager.swift
[213/232] Compiling NIOPosix PipeChannel.swift
[214/232] Compiling NIOPosix PipePair.swift
[215/232] Compiling NIOPosix Pool.swift
[216/232] Compiling NIOPosix BaseStreamSocketChannel.swift
[217/232] Compiling NIOPosix Bootstrap.swift
[218/232] Compiling NIOPosix ControlMessage.swift
[219/232] Compiling NIOPosix DatagramVectorReadManager.swift
[220/232] Compiling NIOPosix Errors+Any.swift
[221/232] Compiling NIOPosix FileDescriptor.swift
[222/232] Compiling NIOPosix UnsafeTransfer.swift
[223/232] Compiling NIOPosix Utilities.swift
[224/232] Compiling NIOPosix VsockAddress.swift
[225/232] Compiling NIOPosix VsockChannelEvents.swift
[226/232] Compiling NIOPosix resource_bundle_accessor.swift
[227/234] Emitting module NIO
[228/234] Compiling NIO Exports.swift
[229/262] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[230/262] Compiling NIOTLS TLSEvents.swift
[231/262] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[232/262] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[233/262] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[234/262] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[235/262] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[236/263] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[237/263] Compiling NIOTLS SNIHandler.swift
[238/263] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[239/263] Emitting module NIOTLS
[240/263] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[241/263] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[242/263] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[243/263] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[244/263] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[245/263] Emitting module NIOFoundationCompat
[246/264] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[247/285] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[248/285] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[249/285] Compiling NIOTransportServices NIOTSDatagramListener.swift
[250/285] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[251/285] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[252/285] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[253/285] Compiling NIOTransportServices NIOTSErrors.swift
[254/285] Compiling NIOTransportServices AcceptHandler.swift
[255/285] Compiling NIOTransportServices StateManagedListenerChannel.swift
[256/285] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[257/285] Emitting module NIOHTTP1
[258/285] Emitting module NIOTransportServices
[259/287] Compiling NIOTransportServices NIOTSEventLoop.swift
[260/287] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[261/287] Compiling NIOTransportServices NIOTSBootstraps.swift
[262/287] Compiling NIOTransportServices NIOTSChannelOptions.swift
[263/287] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[264/287] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[265/287] Compiling NIOTransportServices NIOTSSingletons.swift
[266/287] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[267/287] Compiling NIOTransportServices StateManagedChannel.swift
[268/287] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[269/287] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[276/287] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[277/287] Compiling NIOTransportServices NIOTSListenerChannel.swift
[282/291] Emitting module NIOTSHTTPServer
/Users/admin/builder/spi-builder-workspace/Sources/NIOTSHTTPServer/main.swift:46:49: warning: type 'HTTP1ServerHandler' does not conform to the 'Sendable' protocol
20 |
21 | @available(macOS 10.14, iOS 12.0, tvOS 12.0, watchOS 6.0, *)
22 | final class HTTP1ServerHandler: ChannelInboundHandler {
| `- note: class 'HTTP1ServerHandler' does not conform to the 'Sendable' protocol
23 | typealias InboundIn = HTTPServerRequestPart
24 | typealias OutboundOut = HTTPServerResponsePart
:
44 | channel.pipeline.configureHTTPServerPipeline(withPipeliningAssistance: true, withErrorHandling: true)
45 | .flatMap {
46 | channel.pipeline.addHandler(HTTP1ServerHandler())
| `- warning: type 'HTTP1ServerHandler' does not conform to the 'Sendable' protocol
47 | }
48 | }.bind(host: "127.0.0.1", port: 8888).wait()
[283/291] Compiling NIOTSHTTPServer main.swift
/Users/admin/builder/spi-builder-workspace/Sources/NIOTSHTTPServer/main.swift:46:49: warning: type 'HTTP1ServerHandler' does not conform to the 'Sendable' protocol
20 |
21 | @available(macOS 10.14, iOS 12.0, tvOS 12.0, watchOS 6.0, *)
22 | final class HTTP1ServerHandler: ChannelInboundHandler {
| `- note: class 'HTTP1ServerHandler' does not conform to the 'Sendable' protocol
23 | typealias InboundIn = HTTPServerRequestPart
24 | typealias OutboundOut = HTTPServerResponsePart
:
44 | channel.pipeline.configureHTTPServerPipeline(withPipeliningAssistance: true, withErrorHandling: true)
45 | .flatMap {
46 | channel.pipeline.addHandler(HTTP1ServerHandler())
| `- warning: type 'HTTP1ServerHandler' does not conform to the 'Sendable' protocol
47 | }
48 | }.bind(host: "127.0.0.1", port: 8888).wait()
[284/291] Emitting module NIOTSHTTPClient
/Users/admin/builder/spi-builder-workspace/Sources/NIOTSHTTPClient/main.swift:68:45: warning: type 'HTTP1ClientHandler' does not conform to the 'Sendable' protocol
20 |
21 | @available(OSX 10.14, iOS 12.0, tvOS 12.0, watchOS 6.0, *)
22 | final class HTTP1ClientHandler: ChannelInboundHandler {
| `- note: class 'HTTP1ClientHandler' does not conform to the 'Sendable' protocol
23 | typealias OutboundOut = HTTPClientRequestPart
24 | typealias InboundIn = HTTPClientResponsePart
:
66 | .channelInitializer { channel in
67 | channel.pipeline.addHTTPClientHandlers().flatMap {
68 | channel.pipeline.addHandler(HTTP1ClientHandler())
| `- warning: type 'HTTP1ClientHandler' does not conform to the 'Sendable' protocol
69 | }
70 | }.connect(host: "httpbin.org", port: 443).wait()
[285/291] Compiling NIOTSHTTPClient main.swift
/Users/admin/builder/spi-builder-workspace/Sources/NIOTSHTTPClient/main.swift:68:45: warning: type 'HTTP1ClientHandler' does not conform to the 'Sendable' protocol
20 |
21 | @available(OSX 10.14, iOS 12.0, tvOS 12.0, watchOS 6.0, *)
22 | final class HTTP1ClientHandler: ChannelInboundHandler {
| `- note: class 'HTTP1ClientHandler' does not conform to the 'Sendable' protocol
23 | typealias OutboundOut = HTTPClientRequestPart
24 | typealias InboundIn = HTTPClientResponsePart
:
66 | .channelInitializer { channel in
67 | channel.pipeline.addHTTPClientHandlers().flatMap {
68 | channel.pipeline.addHandler(HTTP1ClientHandler())
| `- warning: type 'HTTP1ClientHandler' does not conform to the 'Sendable' protocol
69 | }
70 | }.connect(host: "httpbin.org", port: 443).wait()
[285/291] Write Objects.LinkFileList
[287/291] Linking NIOTSHTTPServer
[288/291] Linking NIOTSHTTPClient
[289/291] Applying NIOTSHTTPServer
[290/291] Applying NIOTSHTTPClient
Build complete! (21.30s)
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 (0.92s)
Fetched https://github.com/apple/swift-nio.git from cache (0.92s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (2.25s)
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 (0.60s)
Fetched https://github.com/apple/swift-collections.git from cache (0.68s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.19s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.45s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.76s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.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.2.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.1.4
Build complete.
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.81.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
}
}
],
"targets" : [
{
"c99name" : "NIOTransportServicesTests",
"module_type" : "SwiftTarget",
"name" : "NIOTransportServicesTests",
"path" : "Tests/NIOTransportServicesTests",
"product_dependencies" : [
"NIOCore",
"NIOEmbedded",
"Atomics"
],
"sources" : [
"NIOFilterEmptyWritesHandlerTests.swift",
"NIOTSAsyncBootstrapTests.swift",
"NIOTSBootstrapTests.swift",
"NIOTSChannelMetadataTests.swift",
"NIOTSChannelOptionsTests.swift",
"NIOTSConnectionChannelTests.swift",
"NIOTSDatagramConnectionChannelTests.swift",
"NIOTSEndToEndTests.swift",
"NIOTSEventLoopTests.swift",
"NIOTSListenerChannelTests.swift",
"NIOTSSingletonTests.swift",
"NIOTSSocketOptionTests.swift",
"NIOTSSocketOptionsOnChannelTests.swift",
"NIOTSTestUtilities.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"
],
"sources" : [
"AcceptHandler.swift",
"Datagram/NIOTSDatagramBootstrap.swift",
"Datagram/NIOTSDatagramChannel.swift",
"Datagram/NIOTSDatagramListener.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"
}
],
"tools_version" : "5.8"
}
Done.