The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of swift-nio, reference main (537c3f), with Swift 5.8 for Linux on 13 Oct 2024 07:50:30 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.55.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/johnnzhou/swift-nio.git
Reference: main
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/johnnzhou/swift-nio
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 537c3ff Merge branch 'apple:main' into main
Cloned https://github.com/johnnzhou/swift-nio.git
Revision (git rev-parse @):
537c3ff7d3f76d35d81d7a6d660fcea52d02fed7
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/johnnzhou/swift-nio.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $PWD
https://github.com/johnnzhou/swift-nio.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.8-latest: Pulling from finestructure/spi-images
Digest: sha256:5112a149cbb5cb7c4578603c13e2541eac53725a20fec231c9f83c98beab2b47
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.8-latest
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1569] Fetching swift-atomics
[817/5225] Fetching swift-atomics, swift-system
[5226/20670] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git (1.23s)
Fetched https://github.com/apple/swift-system.git (1.23s)
Fetched https://github.com/apple/swift-collections.git (1.25s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.30s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.3.2 (0.25s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.42s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.3.2
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
Building for debugging...
[0/68] Compiling CNIOWindows shim.c
[1/68] Compiling CNIOWASI CNIOWASI.c
[2/68] Compiling CNIOLinux liburing_shims.c
[3/68] Compiling _AtomicsShims.c
[4/68] Compiling CNIOWindows WSAStartup.c
[5/68] Compiling CSystem shims.c
[6/68] Compiling CNIODarwin shim.c
[7/68] Compiling CNIOSHA1 c_nio_sha1.c
[8/68] Compiling CNIOLLHTTP c_nio_http.c
[9/68] Compiling CNIOLinux shim.c
[10/68] Compiling CNIOLLHTTP c_nio_api.c
[11/70] Compiling CNIOLLHTTP c_nio_llhttp.c
[13/131] Emitting module _NIOBase64
[13/131] Compiling c-nioatomics.c
[15/131] Compiling SystemPackage FileOperations.swift
[16/131] Compiling SystemPackage FilePath.swift
[17/131] Compiling SystemPackage FilePathComponentView.swift
[18/133] Compiling SystemPackage Syscalls.swift
[19/133] Compiling SystemPackage WindowsSyscallAdapters.swift
[20/133] Compiling SystemPackage FilePathComponents.swift
[21/133] Compiling SystemPackage FilePathParsing.swift
[22/133] Compiling SystemPackage FilePathString.swift
[23/135] Compiling SystemPackage Exports.swift
[24/135] Compiling SystemPackage Mocking.swift
[25/135] Compiling SystemPackage Errno.swift
[26/135] Compiling SystemPackage FileDescriptor.swift
[27/135] Compiling SystemPackage FileHelpers.swift
[28/135] Emitting module SystemPackage
[33/137] Compiling Atomics IntegerOperations.swift
[34/137] Compiling Atomics Unmanaged extensions.swift
[35/137] Compiling SystemPackage FilePathSyntax.swift
[36/137] Compiling SystemPackage FilePathWindows.swift
[37/137] Compiling SystemPackage FilePermissions.swift
[38/137] Compiling SystemPackage CInterop.swift
[39/137] Compiling SystemPackage Constants.swift
[40/137] Compiling _NIOBase64 Base64.swift
[51/138] Emitting module InternalCollectionsUtilities
[54/139] Compiling c-atomics.c
[57/139] Compiling _NIODataStructures PriorityQueue.swift
[58/139] Compiling _NIODataStructures _TinyArray.swift
[59/139] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[60/139] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[60/140] Wrapping AST for _NIOBase64 for debugging
[71/140] Emitting module Atomics
[76/149] Wrapping AST for InternalCollectionsUtilities for debugging
[78/149] Compiling SystemPackage Util.swift
[79/149] Compiling SystemPackage UtilConsumers.swift
[80/149] Wrapping AST for Atomics for debugging
[82/164] Compiling DequeModule _DequeBuffer.swift
[83/164] Compiling DequeModule _DequeBufferHeader.swift
[84/166] Compiling DequeModule Deque+Equatable.swift
[85/166] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[86/166] Compiling DequeModule Deque+Extras.swift
[87/166] Compiling DequeModule Deque+Hashable.swift
[88/166] Compiling DequeModule _DequeSlot.swift
[89/166] Compiling DequeModule _UnsafeWrappedBuffer.swift
[96/166] Compiling DequeModule Deque+Descriptions.swift
[97/166] Compiling DequeModule Deque._UnsafeHandle.swift
[98/166] Compiling DequeModule Deque.swift
[99/167] Compiling DequeModule Deque+Testing.swift
[100/167] Compiling DequeModule Deque._Storage.swift
[101/167] Compiling DequeModule Deque+CustomReflectable.swift
[107/168] Compiling DequeModule Deque+Codable.swift
[108/168] Compiling DequeModule Deque+Collection.swift
[109/168] Emitting module DequeModule
[110/169] Emitting module _NIODataStructures
[111/169] Compiling _NIODataStructures Heap.swift
[111/170] Wrapping AST for SystemPackage for debugging
[116/172] Wrapping AST for DequeModule for debugging
[117/172] Wrapping AST for _NIODataStructures for debugging
[119/172] Compiling NIOConcurrencyHelpers lock.swift
[120/172] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[121/172] Compiling NIOConcurrencyHelpers NIOLock.swift
[122/172] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[123/172] Compiling NIOConcurrencyHelpers atomics.swift
[124/172] Emitting module NIOConcurrencyHelpers
[126/174] Wrapping AST for NIOConcurrencyHelpers for debugging
[128/234] Compiling NIOCore MulticastChannel.swift
[129/234] Compiling NIOCore NIOAny.swift
[130/234] Compiling NIOCore NIOCloseOnErrorHandler.swift
[131/234] Compiling NIOCore NIOLoopBound.swift
[132/234] Compiling NIOCore NIOScheduledCallback.swift
[133/234] Compiling NIOCore NIOSendable.swift
[134/234] Compiling NIOCore PointerHelpers.swift
[135/234] Compiling NIOCore RecvByteBufferAllocator.swift
[136/242] Compiling NIOCore IO.swift
[137/242] Compiling NIOCore IOData.swift
[138/242] Compiling NIOCore IPProtocol.swift
[139/242] Compiling NIOCore IntegerBitPacking.swift
[140/242] Compiling NIOCore IntegerTypes.swift
[141/242] Compiling NIOCore Interfaces.swift
[142/242] Compiling NIOCore Linux.swift
[143/242] Compiling NIOCore MarkedCircularBuffer.swift
[144/242] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[145/242] Compiling NIOCore EventLoopFuture+Deprecated.swift
[146/242] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[147/242] Compiling NIOCore EventLoopFuture.swift
[148/242] Compiling NIOCore FileDescriptor.swift
[149/242] Compiling NIOCore FileHandle.swift
[150/242] Compiling NIOCore FileRegion.swift
[151/242] Compiling NIOCore GlobalSingletons.swift
[152/242] Compiling NIOCore CircularBuffer.swift
[153/242] Compiling NIOCore Codec.swift
[154/242] Compiling NIOCore ConvenienceOptionSupport.swift
[155/242] Compiling NIOCore DeadChannel.swift
[156/242] Compiling NIOCore DispatchQueue+WithFuture.swift
[157/242] Compiling NIOCore EventLoop+Deprecated.swift
[158/242] Compiling NIOCore EventLoop+SerialExecutor.swift
[159/242] Compiling NIOCore EventLoop.swift
[160/242] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[161/242] Compiling NIOCore SocketAddresses.swift
[162/242] Compiling NIOCore SocketOptionProvider.swift
[163/242] Compiling NIOCore SystemCallHelpers.swift
[164/242] Compiling NIOCore TimeAmount+Duration.swift
[165/242] Compiling NIOCore TypeAssistedChannelHandler.swift
[166/242] Compiling NIOCore UniversalBootstrapSupport.swift
[167/242] Compiling NIOCore Utilities.swift
[168/242] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[169/242] Compiling NIOCore BSDSocketAPI.swift
[170/242] Compiling NIOCore ByteBuffer-aux.swift
[171/242] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[172/242] Compiling NIOCore ByteBuffer-conversions.swift
[173/242] Compiling NIOCore ByteBuffer-core.swift
[174/242] Compiling NIOCore ByteBuffer-hex.swift
[175/242] Compiling NIOCore ByteBuffer-int.swift
[176/242] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[177/242] Compiling NIOCore AddressedEnvelope.swift
[178/242] Compiling NIOCore AsyncAwaitSupport.swift
[179/242] Compiling NIOCore AsyncChannel.swift
[180/242] Compiling NIOCore AsyncChannelHandler.swift
[181/242] Compiling NIOCore AsyncChannelInboundStream.swift
[182/242] Compiling NIOCore AsyncChannelOutboundWriter.swift
[183/242] Compiling NIOCore NIOAsyncSequenceProducer.swift
[184/242] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[185/242] Compiling NIOCore NIOAsyncWriter.swift
[186/242] Emitting module NIOCore
[187/242] Compiling NIOCore ByteBuffer-multi-int.swift
[188/242] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[189/242] Compiling NIOCore ByteBuffer-views.swift
[190/242] Compiling NIOCore Channel.swift
[191/242] Compiling NIOCore ChannelHandler.swift
[192/242] Compiling NIOCore ChannelHandlers.swift
[193/242] Compiling NIOCore ChannelInvoker.swift
[194/242] Compiling NIOCore ChannelOption.swift
[195/242] Compiling NIOCore ChannelPipeline.swift
[197/244] Wrapping AST for NIOCore for debugging
[199/296] Emitting module NIOEmbedded
[200/296] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[201/296] Compiling NIOEmbedded Embedded.swift
[202/296] Compiling NIOEmbedded AsyncTestingChannel.swift
[204/298] Wrapping AST for NIOEmbedded for debugging
[206/298] Compiling NIOPosix IO.swift
[207/298] Compiling NIOPosix IntegerBitPacking.swift
[208/298] Compiling NIOPosix IntegerTypes.swift
[209/298] Compiling NIOPosix Linux.swift
[210/298] Compiling NIOPosix LinuxCPUSet.swift
[211/298] Compiling NIOPosix LinuxUring.swift
[212/298] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[213/304] Emitting module NIOPosix
[214/304] Compiling NIOPosix ThreadPosix.swift
[215/304] Compiling NIOPosix ThreadWindows.swift
[216/304] Compiling NIOPosix UnsafeTransfer.swift
[217/304] Compiling NIOPosix Utilities.swift
[218/304] Compiling NIOPosix VsockAddress.swift
[219/304] Compiling NIOPosix VsockChannelEvents.swift
[220/304] Compiling NIOPosix SelectableChannel.swift
[221/304] Compiling NIOPosix SelectableEventLoop.swift
[222/304] Compiling NIOPosix SelectorEpoll.swift
[223/304] Compiling NIOPosix SelectorGeneric.swift
[224/304] Compiling NIOPosix SelectorKqueue.swift
[225/304] Compiling NIOPosix SelectorUring.swift
[226/304] Compiling NIOPosix ServerSocket.swift
[227/304] Compiling NIOPosix Socket.swift
[228/304] Compiling NIOPosix SocketChannel.swift
[229/304] Compiling NIOPosix SocketProtocols.swift
[230/304] Compiling NIOPosix System.swift
[231/304] Compiling NIOPosix Thread.swift
[232/304] Compiling NIOPosix Pool.swift
[233/304] Compiling NIOPosix PooledRecvBufferAllocator.swift
[234/304] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[235/304] Compiling NIOPosix PosixSingletons.swift
[236/304] Compiling NIOPosix RawSocketBootstrap.swift
[237/304] Compiling NIOPosix Resolver.swift
[238/304] Compiling NIOPosix Selectable.swift
[239/304] Compiling NIOPosix NIOThreadPool.swift
[240/304] Compiling NIOPosix NonBlockingFileIO.swift
[241/304] Compiling NIOPosix PendingDatagramWritesManager.swift
[242/304] Compiling NIOPosix PendingWritesManager.swift
[243/304] Compiling NIOPosix PipeChannel.swift
[244/304] Compiling NIOPosix PipePair.swift
[245/304] Compiling NIOPosix PointerHelpers.swift
[246/304] Compiling NIOPosix BSDSocketAPICommon.swift
[247/304] Compiling NIOPosix BSDSocketAPIPosix.swift
[248/304] Compiling NIOPosix BSDSocketAPIWindows.swift
[249/304] Compiling NIOPosix BaseSocket.swift
[250/304] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[251/304] Compiling NIOPosix BaseSocketChannel.swift
[252/304] Compiling NIOPosix BaseStreamSocketChannel.swift
[253/304] Compiling NIOPosix Bootstrap.swift
[254/304] Compiling NIOPosix ControlMessage.swift
[255/304] Compiling NIOPosix DatagramVectorReadManager.swift
[256/304] Compiling NIOPosix Errors+Any.swift
[257/304] Compiling NIOPosix FileDescriptor.swift
[258/304] Compiling NIOPosix GetaddrinfoResolver.swift
[259/304] Compiling NIOPosix HappyEyeballs.swift
[262/350] Emitting module NIOTCPEchoClient
[263/350] Compiling NIOTCPEchoClient Client.swift
[264/351] Emitting module NIOTCPEchoServer
[265/351] Compiling NIOTCPEchoServer Server.swift
[268/354] Emitting module NIOEchoServer
[271/354] Emitting module NIOUDPEchoServer
[272/354] Compiling NIOUDPEchoServer main.swift
[273/354] Compiling NIOUDPEchoClient main.swift
[274/354] Compiling NIOEchoServer main.swift
[275/354] Emitting module NIOUDPEchoClient
[276/356] Compiling NIOEchoClient main.swift
[277/356] Emitting module NIOEchoClient
[278/358] Emitting module NIOMulticastChat
[279/358] Compiling NIOMulticastChat main.swift
[280/360] Compiling _NIOFileSystem UnsafeTransfer.swift
[281/360] Compiling _NIOFileSystem ParallelDirCopy.swift
[282/360] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[283/360] Compiling _NIOFileSystem CInterop.swift
[293/372] Wrapping AST for NIOUDPEchoServer for debugging
[294/372] Wrapping AST for NIOUDPEchoClient for debugging
[295/372] Wrapping AST for NIOTCPEchoServer for debugging
[296/372] Wrapping AST for NIOTCPEchoClient for debugging
[297/372] Wrapping AST for NIOPosix for debugging
[297/372] Wrapping AST for NIOMulticastChat for debugging
[300/372] Emitting module NIOChatClient
[301/372] Compiling NIOChatClient main.swift
[301/372] Wrapping AST for NIOEchoServer for debugging
[302/372] Wrapping AST for NIOEchoClient for debugging
[305/376] Emitting module NIO
[307/376] Compiling NIO Exports.swift
[308/376] Compiling NIOChatServer main.swift
[309/376] Emitting module NIOChatServer
[314/382] Compiling _NIOConcurrency Empty.swift
[315/382] Emitting module _NIOConcurrency
[315/383] Linking NIOTCPEchoServer
[316/383] Linking NIOTCPEchoClient
[318/384] Linking NIOUDPEchoClient
[319/384] Linking NIOUDPEchoServer
[322/384] Compiling _NIOFileSystem Errno.swift
[323/384] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[324/384] Compiling _NIOFileSystem Mocking.swift
[325/384] Compiling _NIOFileSystem Syscall.swift
[325/384] Linking NIOMulticastChat
[326/384] Wrapping AST for NIOChatServer for debugging
[327/384] Wrapping AST for _NIOConcurrency for debugging
[328/386] Wrapping AST for NIOChatClient for debugging
[329/410] Wrapping AST for NIO for debugging
[331/410] Compiling NIOTLS TLSEvents.swift
[331/410] Linking NIOEchoServer
[333/410] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[334/410] Emitting module NIOTLS
[335/410] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[336/410] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[337/412] Compiling _NIOFileSystem FileType.swift
[338/412] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[339/412] Compiling _NIOFileSystem BufferedStream.swift
[340/412] Compiling _NIOFileSystem Cancellation.swift
[341/412] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[342/412] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[343/412] Compiling NIOTLS SNIHandler.swift
[345/414] Linking NIOEchoClient
[346/414] Wrapping AST for NIOTLS for debugging
[347/414] Linking NIOChatServer
[348/414] Linking NIOChatClient
[350/414] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[351/414] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[352/414] Compiling _NIOFileSystem Syscalls.swift
[353/414] Compiling _NIOFileSystem SystemFileHandle.swift
[354/414] Compiling _NIOFileSystem Utilities.swift
[355/414] Compiling _NIOFileSystem OpenOptions.swift
[356/414] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[357/414] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[358/414] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[359/414] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[360/414] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[361/414] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[364/414] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[365/414] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[366/414] Emitting module _NIOFileSystem
[371/414] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[372/414] Compiling NIOHTTP1 ByteCollectionUtils.swift
[373/414] Compiling NIOHTTP1 HTTPTypes.swift
[374/414] Compiling NIOHTTP1 HTTPDecoder.swift
[375/414] Compiling NIOHTTP1 HTTPEncoder.swift
[386/416] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[387/416] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[391/416] Emitting module NIOHTTP1
[392/417] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[394/417] Emitting module NIOFoundationCompat
[394/419] Wrapping AST for _NIOFileSystem for debugging
[398/424] Wrapping AST for NIOHTTP1 for debugging
[399/424] Wrapping AST for NIOFoundationCompat for debugging
[401/425] Compiling NIOFileSystem Exports.swift
[402/425] Emitting module NIOFileSystem
[403/425] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[404/425] Emitting module _NIOFileSystemFoundationCompat
[409/450] Compiling NIOWebSocket WebSocketErrorCodes.swift
[409/451] Wrapping AST for NIOFileSystem for debugging
[411/451] Compiling NIOWebSocket WebSocketOpcode.swift
[411/451] Wrapping AST for _NIOFileSystemFoundationCompat for debugging
[413/451] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[414/451] Compiling NIOAsyncAwaitDemo AsyncChannelIO.swift
[415/451] Emitting module NIOAsyncAwaitDemo
[416/451] Emitting module NIOTestUtils
[417/451] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[418/451] Compiling NIOHTTP1Client main.swift
[419/451] Emitting module NIOHTTP1Client
[420/451] Compiling NIOTestUtils ByteToMessageDecoderVerifier.swift
[421/451] Emitting module NIOWebSocket
[422/451] Compiling NIOAsyncAwaitDemo main.swift
[423/451] Compiling NIOAsyncAwaitDemo FullRequestResponse.swift
[424/452] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[428/455] Compiling NIOWebSocket WebSocketFrame.swift
[429/455] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[430/455] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[431/455] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[432/455] Compiling NIOWebSocket SHA1.swift
[434/457] Wrapping AST for NIOAsyncAwaitDemo for debugging
[436/457] Compiling NIOTestUtils EventCounterHandler.swift
[437/457] Compiling NIOTestUtils NIOHTTP1TestServer.swift
[439/459] Wrapping AST for NIOHTTP1Client for debugging
[442/484] Emitting module NIOHTTP1Server
[443/484] Compiling NIOHTTP1Server main.swift
[444/494] Emitting module NIOWebSocketServer
[445/494] Compiling NIOWebSocketServer Server.swift
[447/498] Compiling NIOWebSocketClient Client.swift
[448/498] Emitting module NIOWebSocketClient
[452/501] Wrapping AST for NIOWebSocket for debugging
[454/501] Wrapping AST for NIOWebSocketServer for debugging
[456/501] Compiling NIOPerformanceTester WebSocketFrameDecoderBenchmark.swift
[457/501] Compiling NIOPerformanceTester WebSocketFrameEncoderBenchmark.swift
[457/503] Wrapping AST for NIOWebSocketClient for debugging
[458/503] Wrapping AST for NIOTestUtils for debugging
[459/503] Wrapping AST for NIOHTTP1Server for debugging
[461/503] Compiling NIOCrashTester CrashTests+Strict.swift
[462/503] Compiling NIOCrashTester CrashTests+HTTP.swift
[463/503] Compiling NIOCrashTester CrashTests+LoopBound.swift
[464/504] Emitting module NIOFileSystemTour
[465/504] Compiling NIOFileSystemTour NIOFileSystemTour.swift
[466/504] Compiling NIOCrashTester CrashTests+System.swift
[467/504] Compiling NIOCrashTester OutputGrepper.swift
[468/504] Compiling NIOCrashTester CrashTestSuites.swift
[469/504] Compiling NIOCrashTester CrashTests+ByteBuffer.swift
[470/504] Compiling NIOCrashTester CrashTests+EventLoop.swift
[471/505] Compiling NIOPerformanceTester DeadlineNowBenchmark.swift
[472/505] Compiling NIOPerformanceTester ExecuteBenchmark.swift
[473/505] Compiling NIOPerformanceTester LockBenchmark.swift
[474/505] Compiling NIOPerformanceTester ChannelPipelineBenchmark.swift
[475/505] Compiling NIOPerformanceTester CircularBufferCopyToArrayBenchmark.swift
[476/505] Compiling NIOPerformanceTester CircularBufferIntoByteBufferBenchmark.swift
[477/505] Compiling NIOPerformanceTester NIOAsyncSequenceProducerBenchmark.swift
[478/505] Compiling NIOPerformanceTester NIOAsyncWriterSingleWritesBenchmark.swift
[479/505] Compiling NIOPerformanceTester RunIfActiveBenchmark.swift
[482/506] Emitting module NIOCrashTester
[482/506] Linking NIOAsyncAwaitDemo
[483/506] Linking NIOHTTP1Client
[485/506] Emitting module NIOPerformanceTester
[486/506] Compiling NIOPerformanceTester Benchmark.swift
[487/506] Compiling NIOPerformanceTester ByteBufferViewContainsBenchmark.swift
[488/506] Compiling NIOPerformanceTester ByteBufferViewCopyToArrayBenchmark.swift
[491/506] Compiling NIOPerformanceTester ByteToMessageDecoderDecodeManySmallsBenchmark.swift
[492/506] Compiling NIOCrashTester main.swift
[492/507] Linking NIOWebSocketServer
[495/508] Linking NIOWebSocketClient
[496/508] Linking NIOHTTP1Server
[498/508] Compiling NIOPerformanceTester SchedulingAndRunningBenchmark.swift
[499/508] Compiling NIOPerformanceTester TCPThroughputBenchmark.swift
[500/508] Compiling NIOPerformanceTester UDPBenchmark.swift
[500/508] Wrapping AST for NIOFileSystemTour for debugging
[501/508] Wrapping AST for NIOCrashTester for debugging
[503/508] Compiling NIOPerformanceTester main.swift
[504/508] Compiling NIOPerformanceTester resources.swift
[506/510] Wrapping AST for NIOPerformanceTester for debugging
[507/510] Linking NIOCrashTester
[508/510] Linking NIOFileSystemTour
[509/510] Linking NIOPerformanceTester
Build complete! (40.69s)
Build complete.
Done.