The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-nio, reference main (f71c8d), with Swift 6.2 for Linux on 23 Apr 2026 17:38:48 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/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/apple/swift-nio
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f71c8d2 Move historycal dependency back to NIOFoundationCompat (#3581)
Cloned https://github.com/apple/swift-nio.git
Revision (git rev-parse @):
f71c8d2a5e74a2c6d11a0fbe324774b5d6084237
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-nio.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/apple/swift-nio.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:0ddb100795e64f71518020a73ad8441aeb43832ede7f1202ae7f8de93664f90d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[1/1820] Fetching swift-atomics
[784/7421] Fetching swift-atomics, swift-system
[785/31101] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.91s)
Fetched https://github.com/apple/swift-system.git from cache (0.99s)
[1895/23680] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.83s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (3.55s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.78s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (1.02s)
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.4
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Building for debugging...
[0/131] Write sources
[40/131] Compiling CNIODarwin shim.c
[41/131] Compiling _AtomicsShims.c
[42/131] Compiling CNIOWindows shim.c
[43/131] Compiling CNIOWindows WSAStartup.c
[44/131] Write swift-version-24593BA9C3E375BF.txt
[45/131] Compiling CNIOLLHTTP c_nio_http.c
[46/131] Compiling CNIOWASI CNIOWASI.c
[47/131] Compiling CNIOLLHTTP c_nio_api.c
[48/131] Compiling CSystem shims.c
[49/131] Compiling CNIOPosix event_loop_id.c
[50/131] Compiling CNIOOpenBSD shim.c
[51/131] Compiling CNIOSHA1 c_nio_sha1.c
[52/137] Compiling CNIOLinux liburing_shims.c
[53/186] Compiling CNIOLinux shim.c
[53/186] Write sources
[55/204] Compiling CNIOLLHTTP c_nio_llhttp.c
[56/204] Compiling c-nioatomics.c
[57/204] Compiling c-atomics.c
[59/211] Compiling Atomics UnsafeAtomic.swift
[60/211] Compiling Atomics UnsafeAtomicLazyReference.swift
[63/215] Compiling Atomics AtomicInteger.swift
[64/215] Compiling Atomics AtomicOptionalWrappable.swift
[65/215] Compiling Atomics ManagedAtomic.swift
[66/215] Compiling Atomics ManagedAtomicLazyReference.swift
[67/215] Emitting module InternalCollectionsUtilities
[68/215] Compiling Atomics OptionalRawRepresentable.swift
[69/215] Compiling Atomics RawRepresentable.swift
[70/215] Compiling Atomics AtomicBool.swift
[71/215] Compiling Atomics IntegerConformances.swift
[72/215] Compiling Atomics PointerConformances.swift
[73/215] Compiling Atomics Primitives.native.swift
[74/215] Compiling Atomics AtomicMemoryOrderings.swift
[75/215] Compiling Atomics DoubleWord.swift
[76/215] Compiling Atomics AtomicReference.swift
[77/215] Compiling Atomics AtomicStorage.swift
[78/215] Compiling Atomics AtomicValue.swift
[84/215] Emitting module Atomics
[96/215] Compiling InternalCollectionsUtilities _SortedCollection.swift
[97/215] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[106/220] Emitting module _NIOBase64
[107/220] Compiling _NIOBase64 Base64.swift
[113/221] Emitting module SystemPackage
[116/221] Compiling _NIODataStructures _TinyArray.swift
[117/221] Compiling _NIODataStructures PriorityQueue.swift
[117/221] Wrapping AST for InternalCollectionsUtilities for debugging
[118/221] Wrapping AST for _NIOBase64 for debugging
[120/254] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[121/254] Compiling ContainersPreview RandomAccessContainer.swift
[122/254] Compiling ContainersPreview RangeExpression2.swift
[123/254] Compiling ContainersPreview RangeReplaceableContainer.swift
[124/254] Compiling ContainersPreview Drain+Map.swift
[125/258] Compiling ContainersPreview Drain+Reduce.swift
[126/258] Compiling ContainersPreview Drain.swift
[127/258] Compiling ContainersPreview Producer+Collect.swift
[128/258] Compiling ContainersPreview Producer+Filter.swift
[129/258] Compiling ContainersPreview Producer+Map.swift
[130/258] Compiling ContainersPreview Producer+Reduce.swift
[131/258] Compiling ContainersPreview Producer.swift
[132/258] Compiling ContainersPreview Borrow.swift
[133/258] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[134/258] Compiling ContainersPreview BorrowingSequence.swift
[135/258] Compiling ContainersPreview BidirectionalContainer.swift
[136/258] Compiling ContainersPreview Container+Filter.swift
[137/258] Compiling ContainersPreview Container+SpanwiseZip.swift
[138/258] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[139/258] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[140/258] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[141/258] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[142/258] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[143/258] Compiling ContainersPreview Container.swift
[144/258] Compiling ContainersPreview ContainerIterator.swift
[145/258] Compiling ContainersPreview DynamicContainer.swift
[146/258] Compiling ContainersPreview MutableContainer.swift
[147/258] Compiling ContainersPreview PermutableContainer.swift
[151/259] Emitting module ContainersPreview
[152/259] Compiling ContainersPreview Box.swift
[153/259] Compiling ContainersPreview Inout.swift
[154/259] Compiling ContainersPreview InputSpan.swift
[155/259] Compiling ContainersPreview Shared.swift
[155/259] Wrapping AST for Atomics for debugging
[157/259] Compiling ContainersPreview OutputSpan+Extras.swift
[158/259] Compiling ContainersPreview TemporaryAllocation.swift
[159/259] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[160/259] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[161/259] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[162/260] Wrapping AST for ContainersPreview for debugging
[164/300] Emitting module NIOConcurrencyHelpers
[165/300] Compiling NIOConcurrencyHelpers NIOLock.swift
[166/300] Compiling NIOConcurrencyHelpers lock.swift
[167/300] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[168/300] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[169/300] Compiling DequeModule RigidDeque+Equatable.swift
[170/300] Compiling DequeModule RigidDeque+Experimental.swift
[171/300] Compiling DequeModule RigidDeque+Hashable.swift
[172/300] Compiling DequeModule RigidDeque+Initializers.swift
[173/300] Compiling _NIODataStructures Heap.swift
[174/300] Emitting module _NIODataStructures
[176/301] Compiling DequeModule _DequeBuffer.swift
[177/301] Compiling DequeModule _DequeBufferHeader.swift
[178/301] Compiling DequeModule RigidDeque+Append.swift
[179/301] Compiling DequeModule RigidDeque+Consumption.swift
[180/301] Compiling DequeModule RigidDeque+Container.swift
[181/301] Compiling DequeModule RigidDeque+Descriptions.swift
[181/306] Wrapping AST for _NIODataStructures for debugging
[183/306] Compiling DequeModule UniqueDeque+Consumption.swift
[184/306] Compiling DequeModule UniqueDeque+Container.swift
[185/306] Compiling DequeModule UniqueDeque+Descriptions.swift
[186/306] Compiling DequeModule UniqueDeque+Equatable.swift
[187/306] Compiling DequeModule UniqueDeque+Experimental.swift
[188/306] Compiling DequeModule UniqueDeque+Hashable.swift
[189/306] Compiling DequeModule UniqueDeque+Initializers.swift
[190/306] Compiling DequeModule UniqueDeque+Insertions.swift
[191/306] Compiling DequeModule UniqueDeque+Prepend.swift
[192/306] Compiling DequeModule UniqueDeque+Removals.swift
[193/306] Compiling NIOConcurrencyHelpers atomics.swift
[199/307] Compiling DequeModule RigidDeque+Insertions.swift
[200/307] Compiling DequeModule RigidDeque+Prepend.swift
[201/307] Compiling DequeModule RigidDeque+Removals.swift
[202/307] Compiling DequeModule RigidDeque+Replacements.swift
[203/307] Compiling DequeModule RigidDeque+Testing.swift
[204/307] Compiling DequeModule RigidDeque.swift
[205/307] Compiling DequeModule UniqueDeque+Append.swift
[205/307] Wrapping AST for NIOConcurrencyHelpers for debugging
[211/307] Compiling DequeModule Deque+Codable.swift
[212/307] Compiling DequeModule Deque+Collection.swift
[213/307] Compiling DequeModule Deque+CustomReflectable.swift
[214/307] Compiling DequeModule Deque+Descriptions.swift
[215/307] Compiling DequeModule Deque+Equatable.swift
[216/307] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[217/307] Compiling DequeModule Deque+Extras.swift
[218/307] Compiling DequeModule Deque+Hashable.swift
[219/307] Compiling DequeModule Deque+Testing.swift
[220/307] Compiling DequeModule Deque._Storage.swift
[221/307] Compiling DequeModule Deque._UnsafeHandle.swift
[222/307] Compiling DequeModule Deque.swift
[235/308] Wrapping AST for SystemPackage for debugging
[237/308] Emitting module DequeModule
[238/308] Compiling DequeModule UniqueDeque+Replacements.swift
[239/308] Compiling DequeModule UniqueDeque.swift
[240/308] Compiling DequeModule _DequeSlot.swift
[241/308] Compiling DequeModule _UnsafeDequeHandle.swift
[242/308] Compiling DequeModule _UnsafeDequeSegments.swift
[243/309] Wrapping AST for DequeModule for debugging
[245/373] Compiling NIOCore NIOCoreSendableMetatype.swift
[246/373] Compiling NIOCore NIODecodedAsyncSequence.swift
[247/373] Compiling NIOCore NIOLoopBound.swift
[248/373] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[249/373] Compiling NIOCore NIOScheduledCallback.swift
[250/373] Compiling NIOCore NIOSendable.swift
[251/373] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[252/373] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[253/373] Compiling NIOCore RecvByteBufferAllocator.swift
[254/381] Compiling NIOCore EventLoopFuture+Deprecated.swift
[255/381] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[256/381] Compiling NIOCore EventLoopFuture.swift
[257/381] Compiling NIOCore FileDescriptor.swift
[258/381] Compiling NIOCore FileHandle.swift
[259/381] Compiling NIOCore FileRegion.swift
[260/381] Compiling NIOCore GlobalSingletons.swift
[261/381] Compiling NIOCore IO.swift
[262/381] Compiling NIOCore IOData.swift
[263/381] Compiling NIOCore IPProtocol.swift
[264/381] Compiling NIOCore IntegerBitPacking.swift
[265/381] Compiling NIOCore IntegerTypes.swift
[266/381] Compiling NIOCore Interfaces.swift
[267/381] Compiling NIOCore Linux.swift
[268/381] Compiling NIOCore MarkedCircularBuffer.swift
[269/381] Compiling NIOCore MulticastChannel.swift
[270/381] Compiling NIOCore NIOAny.swift
[271/381] Compiling NIOCore NIOCloseOnErrorHandler.swift
[272/381] Compiling NIOCore AddressedEnvelope.swift
[273/381] Compiling NIOCore AsyncAwaitSupport.swift
[274/381] Compiling NIOCore AsyncChannel.swift
[275/381] Compiling NIOCore AsyncChannelHandler.swift
[276/381] Compiling NIOCore AsyncChannelInboundStream.swift
[277/381] Compiling NIOCore AsyncChannelOutboundWriter.swift
[278/381] Compiling NIOCore NIOAsyncSequenceProducer.swift
[279/381] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[280/381] Compiling NIOCore NIOAsyncWriter.swift
[281/381] Compiling NIOCore CircularBuffer.swift
[282/381] Compiling NIOCore Codec.swift
[283/381] Compiling NIOCore ConvenienceOptionSupport.swift
[284/381] Compiling NIOCore DeadChannel.swift
[285/381] Compiling NIOCore DispatchQueue+WithFuture.swift
[286/381] Compiling NIOCore EventLoop+Deprecated.swift
[287/381] Compiling NIOCore EventLoop+SerialExecutor.swift
[288/381] Compiling NIOCore EventLoop.swift
[289/381] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[290/381] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[291/381] Compiling NIOCore SocketAddresses.swift
[292/381] Compiling NIOCore SocketOptionProvider.swift
[293/381] Compiling NIOCore SystemCallHelpers.swift
[294/381] Compiling NIOCore TimeAmount+Duration.swift
[295/381] Compiling NIOCore TypeAssistedChannelHandler.swift
[296/381] Compiling NIOCore UniversalBootstrapSupport.swift
[297/381] Compiling NIOCore Utilities.swift
[298/381] Compiling NIOCore ByteBuffer-multi-int.swift
[299/381] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[300/381] Compiling NIOCore ByteBuffer-views.swift
[301/381] Compiling NIOCore Channel.swift
[302/381] Compiling NIOCore ChannelHandler.swift
[303/381] Compiling NIOCore ChannelHandlers.swift
[304/381] Compiling NIOCore ChannelInvoker.swift
[305/381] Compiling NIOCore ChannelOption.swift
[306/381] Compiling NIOCore ChannelPipeline.swift
[307/381] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[308/381] Compiling NIOCore BSDSocketAPI.swift
[309/381] Compiling NIOCore ByteBuffer-aux.swift
[310/381] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[311/381] Compiling NIOCore ByteBuffer-conversions.swift
[312/381] Compiling NIOCore ByteBuffer-core.swift
[313/381] Compiling NIOCore ByteBuffer-hex.swift
[314/381] Compiling NIOCore ByteBuffer-int.swift
[315/381] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[316/381] Emitting module NIOCore
[317/386] Wrapping AST for NIOCore for debugging
[319/439] Compiling NIOEmbedded Embedded.swift
[320/439] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[321/439] Compiling NIOEmbedded AsyncTestingChannel.swift
[322/439] Emitting module NIOEmbedded
[323/440] Wrapping AST for NIOEmbedded for debugging
[325/440] Compiling NIOPosix PipePair.swift
[326/440] Compiling NIOPosix Pool.swift
[327/440] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[328/440] Compiling NIOPosix PosixSingletons.swift
[329/440] Compiling NIOPosix RawSocketBootstrap.swift
[330/440] Compiling NIOPosix Resolver.swift
[331/440] Compiling NIOPosix Selectable.swift
[332/440] Compiling NIOPosix HappyEyeballs.swift
[333/440] Compiling NIOPosix IO.swift
[334/440] Compiling NIOPosix IntegerBitPacking.swift
[335/440] Compiling NIOPosix IntegerTypes.swift
[336/440] Compiling NIOPosix Linux.swift
[337/440] Compiling NIOPosix LinuxCPUSet.swift
[338/440] Compiling NIOPosix LinuxUring.swift
[339/446] Compiling NIOFoundationEssentialsCompat Codable+ByteBuffer.swift
[340/446] Emitting module NIOFoundationEssentialsCompat
[341/446] Compiling NIOFoundationEssentialsCompat ByteBuffer-foundation.swift
[343/447] Compiling NIOPosix ThreadPosix.swift
[344/447] Compiling NIOPosix ThreadWindows.swift
[345/447] Compiling NIOPosix Utilities.swift
[346/447] Compiling NIOPosix VsockAddress.swift
[347/447] Compiling NIOPosix VsockChannelEvents.swift
[348/447] Compiling NIOPosix Windows.swift
[349/447] Emitting module NIOPosix
[349/447] Wrapping AST for NIOFoundationEssentialsCompat for debugging
[351/447] Compiling NIOPosix BSDSocketAPICommon.swift
[352/447] Compiling NIOPosix BSDSocketAPIPosix.swift
[353/447] Compiling NIOPosix BSDSocketAPIWindows.swift
[354/447] Compiling NIOPosix BaseSocket.swift
[355/447] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[356/447] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[357/447] Compiling NIOPosix BaseSocketChannel.swift
[358/447] Compiling NIOPosix SelectableChannel.swift
[359/447] Compiling NIOPosix SelectableEventLoop.swift
[360/447] Compiling NIOPosix SelectorEpoll.swift
[361/447] Compiling NIOPosix SelectorGeneric.swift
[362/447] Compiling NIOPosix SelectorKqueue.swift
[363/447] Compiling NIOPosix SelectorUring.swift
[364/447] Compiling NIOPosix SelectorWSAPoll.swift
[365/447] Compiling NIOPosix BaseStreamSocketChannel.swift
[366/447] Compiling NIOPosix Bootstrap.swift
[367/447] Compiling NIOPosix ControlMessage.swift
[368/447] Compiling NIOPosix DatagramVectorReadManager.swift
[369/447] Compiling NIOPosix Errors+Any.swift
[370/447] Compiling NIOPosix FileDescriptor.swift
[371/447] Compiling NIOPosix GetaddrinfoResolver.swift
[372/447] Compiling NIOPosix ServerSocket.swift
[373/447] Compiling NIOPosix Socket.swift
[374/447] Compiling NIOPosix SocketChannel.swift
[375/447] Compiling NIOPosix SocketProtocols.swift
[376/447] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[377/447] Compiling NIOPosix System.swift
[378/447] Compiling NIOPosix Thread.swift
[379/447] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[380/447] Compiling NIOPosix NIOPosixSendableMetatype.swift
[381/447] Compiling NIOPosix NIOThreadPool.swift
[382/447] Compiling NIOPosix NonBlockingFileIO.swift
[383/447] Compiling NIOPosix PendingDatagramWritesManager.swift
[384/447] Compiling NIOPosix PendingWritesManager.swift
[385/447] Compiling NIOPosix PipeChannel.swift
[386/452] Wrapping AST for NIOPosix for debugging
[388/532] Emitting module NIOTCPEchoClient
[389/532] Compiling NIOUDPEchoClient main.swift
[390/532] Emitting module NIOUDPEchoClient
[392/535] Emitting module NIOEchoServer
[393/535] Compiling NIOEchoServer main.swift
[394/535] Emitting module NIOUDPEchoServer
[395/535] Compiling NIOUDPEchoServer main.swift
[396/535] Emitting module NIOMulticastChat
[397/535] Compiling NIOMulticastChat main.swift
[398/535] Compiling NIOTCPEchoClient Client.swift
[399/535] Emitting module NIOEchoClient
[400/537] Emitting module NIOTCPEchoServer
[401/537] Compiling NIOTCPEchoServer Server.swift
[407/544] Compiling NIOEchoClient main.swift
[407/544] Wrapping AST for NIOUDPEchoClient for debugging
[408/544] Write Objects.LinkFileList
[409/545] Wrapping AST for NIOUDPEchoServer for debugging
[410/545] Write Objects.LinkFileList
[413/547] Compiling NIO Exports.swift
[414/547] Emitting module NIO
[414/547] Wrapping AST for NIOTCPEchoServer for debugging
[415/547] Write Objects.LinkFileList
[416/548] Wrapping AST for NIOTCPEchoClient for debugging
[419/548] Emitting module NIOChatClient
[420/548] Compiling NIOChatClient main.swift
[421/549] Write Objects.LinkFileList
[423/549] Emitting module NIOFS
[424/555] Emitting module NIOChatServer
[425/555] Compiling NIOChatServer main.swift
[426/562] Linking NIOUDPEchoServer
[427/562] Linking NIOUDPEchoClient
[429/562] Emitting module _NIOConcurrency
[430/562] Compiling _NIOConcurrency Empty.swift
[432/575] Compiling NIOTLS TLSEvents.swift
[433/575] Emitting module NIOTLS
[433/583] Linking NIOTCPEchoServer
[435/583] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[435/583] Wrapping AST for NIOMulticastChat for debugging
[436/583] Write Objects.LinkFileList
[438/583] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[438/583] Wrapping AST for _NIOConcurrency for debugging
[439/583] Wrapping AST for NIOEchoServer for debugging
[440/583] Wrapping AST for NIOEchoClient for debugging
[441/583] Write Objects.LinkFileList
[443/583] Compiling NIOFS NIOFilePath.swift
[444/583] Compiling NIOFS NIOFileSystemSendableMetatype.swift
[445/583] Compiling NIOFS OpenOptions.swift
[446/583] Compiling NIOFS String+FileSystem.swift
[447/583] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[448/583] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[449/585] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[450/585] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[451/585] Compiling NIOFS FileSystemProtocol.swift
[452/585] Compiling NIOFS FileType.swift
[453/585] Compiling NIOFS IOStrategy.swift
[453/585] Linking NIOTCPEchoClient
[454/585] Write Objects.LinkFileList
[456/585] Emitting module NIOFoundationCompat
[457/585] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[458/585] Compiling NIOTLS SNIHandler.swift
[458/586] Linking NIOEchoServer
[460/586] Wrapping AST for NIOChatServer for debugging
[462/586] Compiling NIOFS ParallelRemoval.swift
[463/586] Compiling NIOFS String+UnsafeUnititializedCapacity.swift
[464/586] Compiling NIOFS CInterop.swift
[465/586] Compiling NIOFS Errno.swift
[466/586] Compiling NIOFS FileDescriptor+Syscalls.swift
[467/586] Compiling NIOFS Mocking.swift
[468/586] Compiling NIOFS Syscall.swift
[469/586] Compiling NIOFS Syscalls.swift
[470/586] Compiling NIOFS SystemFileHandle.swift
[471/586] Compiling NIOFS Utilities.swift
[471/586] Write Objects.LinkFileList
[472/590] Linking NIOMulticastChat
[473/590] Wrapping AST for NIOChatClient for debugging
[474/590] Write Objects.LinkFileList
[476/590] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[477/590] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[477/590] Wrapping AST for NIO for debugging
[479/590] Compiling NIOFoundationCompat Exports.swift
[480/590] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[480/590] Wrapping AST for NIOTLS for debugging
[482/590] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[483/590] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[484/590] Compiling NIOFS BufferedOrAnyStream.swift
[485/590] Compiling NIOFS BufferedStream.swift
[486/590] Compiling NIOFS Cancellation.swift
[487/590] Compiling NIOFS TokenBucket.swift
[488/590] Compiling NIOFS ParallelDirCopy.swift
[494/590] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[495/591] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[496/591] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[497/591] Linking NIOEchoClient
[498/591] Linking NIOChatServer
[499/591] Wrapping AST for NIOFoundationCompat for debugging
[503/591] Compiling _NIOFileSystem NIOFilePath.swift
[504/591] Compiling _NIOFileSystem NIOFileSystemSendableMetatype.swift
[505/591] Compiling _NIOFileSystem OpenOptions.swift
[506/591] Compiling _NIOFileSystem String+FileSystem.swift
[521/591] Linking NIOChatClient
[523/591] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[524/591] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[525/591] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[526/591] Compiling NIOHTTP1 HTTPTypes.swift
[527/591] Emitting module NIOHTTP1
[528/591] Compiling NIOHTTP1 ByteCollectionUtils.swift
[529/591] Compiling NIOHTTP1 HTTPDecoder.swift
[530/591] Compiling NIOHTTP1 HTTPEncoder.swift
[547/592] Emitting module _NIOFileSystem
[548/593] Wrapping AST for NIOHTTP1 for debugging
[550/621] Emitting module NIOHTTP1Client
[551/621] Compiling NIOAsyncAwaitDemo FullRequestResponse.swift
[552/621] Compiling NIOAsyncAwaitDemo AsyncChannelIO.swift
[553/621] Emitting module NIOAsyncAwaitDemo
[554/621] Compiling NIOHTTP1Client main.swift
[555/621] Emitting module NIOFileSystem
[556/621] Compiling NIOFileSystem Exports.swift
[558/622] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[559/623] Compiling NIOWebSocket WebSocketErrorCodes.swift
[560/624] Compiling NIOAsyncAwaitDemo main.swift
[566/625] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[567/625] Compiling NIOWebSocket SHA1.swift
[568/625] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[569/625] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[577/625] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[578/625] Emitting module _NIOFileSystemFoundationCompat
[580/627] Compiling NIOWebSocket WebSocketOpcode.swift
[583/627] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[584/627] Compiling NIOTestUtils ByteToMessageDecoderVerifier.swift
[585/627] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[588/627] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[589/627] Emitting module NIOWebSocket
[592/627] Compiling NIOTestUtils EventCounterHandler.swift
[593/627] Compiling NIOTestUtils ManualTaskExecutor.swift
[594/627] Emitting module NIOTestUtils
[595/627] Compiling NIOTestUtils NIOHTTP1TestServer.swift
[597/628] Emitting module NIOHTTP1Server
[598/628] Compiling NIOHTTP1Server main.swift
[599/628] Compiling NIOWebSocket WebSocketFrame.swift
[601/630] Wrapping AST for NIOFileSystem for debugging
[602/630] Wrapping AST for NIOAsyncAwaitDemo for debugging
[603/630] Wrapping AST for _NIOFileSystemFoundationCompat for debugging
[604/630] Wrapping AST for _NIOFileSystem for debugging
[605/630] Wrapping AST for NIOHTTP1Client for debugging
[606/630] Wrapping AST for NIOHTTP1Server for debugging
[607/635] Wrapping AST for NIOWebSocket for debugging
[607/635] Write Objects.LinkFileList
[611/639] Wrapping AST for NIOTestUtils for debugging
[613/670] Emitting module NIOFSFoundationCompat
[614/670] Compiling NIOFSFoundationCompat Data+FileSystem.swift
[615/670] Compiling NIOFSFoundationCompat Date+FileInfo.swift
[616/671] Compiling NIOFileSystemTour NIOFileSystemTour.swift
[617/671] Emitting module NIOFileSystemTour
[618/671] Compiling NIOCrashTester CrashTests+LoopBound.swift
[619/672] Compiling NIOCrashTester CrashTests+EventLoop.swift
[620/672] Compiling NIOCrashTester CrashTests+HTTP.swift
[622/672] Compiling NIOCrashTester CrashTests+System.swift
[623/672] Compiling NIOCrashTester CrashTests+Strict.swift
[624/672] Compiling NIOCrashTester OutputGrepper.swift
[625/673] Emitting module NIOCrashTester
[626/673] Compiling NIOPerformanceTester Benchmark.swift
[627/673] Compiling NIOPerformanceTester ByteBufferViewContainsBenchmark.swift
[628/673] Emitting module NIOWebSocketClient
[629/673] Compiling NIOWebSocketClient Client.swift
[631/673] Compiling NIOPerformanceTester CircularBufferIntoByteBufferBenchmark.swift
[632/673] Compiling NIOPerformanceTester DeadlineNowBenchmark.swift
[633/673] Compiling NIOPerformanceTester ExecuteBenchmark.swift
[634/676] Compiling NIOPerformanceTester LockBenchmark.swift
[635/676] Compiling NIOPerformanceTester NIOAsyncSequenceProducerBenchmark.swift
[636/676] Compiling NIOPerformanceTester NIOAsyncWriterSingleWritesBenchmark.swift
[637/677] Compiling NIOPerformanceTester ChannelPipelineBenchmark.swift
[638/677] Compiling NIOPerformanceTester ChannelPipelineInstantiationBenchmark.swift
[639/677] Compiling NIOPerformanceTester CircularBufferCopyToArrayBenchmark.swift
[639/677] Wrapping AST for NIOFileSystemTour for debugging
[640/677] Write Objects.LinkFileList
[642/677] Linking NIOHTTP1Client
[643/677] Wrapping AST for NIOWebSocketClient for debugging
[644/677] Write Objects.LinkFileList
[645/677] Compiling NIOWebSocketServer Server.swift
[646/677] Emitting module NIOWebSocketServer
[647/677] Linking NIOHTTP1Server
[652/678] Compiling NIOPerformanceTester ByteBufferViewCopyToArrayBenchmark.swift
[653/678] Compiling NIOPerformanceTester ByteBufferViewIteratorBenchmark.swift
[654/678] Compiling NIOPerformanceTester ByteBufferWriteMultipleBenchmarks.swift
[655/678] Compiling NIOPerformanceTester ByteToMessageDecoderDecodeManySmallsBenchmark.swift
[656/678] Emitting module NIOPerformanceTester
[657/678] Compiling NIOCrashTester main.swift
[658/679] Linking NIOAsyncAwaitDemo
[660/679] Compiling NIOPerformanceTester TCPThroughputBenchmark.swift
[661/679] Compiling NIOPerformanceTester UDPBenchmark.swift
[662/679] Compiling NIOPerformanceTester WebSocketFrameDecoderBenchmark.swift
[663/679] Compiling NIOPerformanceTester NIOThreadPoolSubmitBenchmark.swift
[664/679] Compiling NIOPerformanceTester RunIfActiveBenchmark.swift
[665/679] Compiling NIOPerformanceTester SchedulingAndRunningBenchmark.swift
[665/679] Wrapping AST for NIOWebSocketServer for debugging
[666/679] Write Objects.LinkFileList
[667/679] Wrapping AST for NIOCrashTester for debugging
[668/679] Write Objects.LinkFileList
[669/679] Linking NIOWebSocketClient
[670/679] Linking NIOFileSystemTour
[671/679] Linking NIOWebSocketServer
[672/679] Linking NIOCrashTester
[674/679] Compiling NIOPerformanceTester WebSocketFrameEncoderBenchmark.swift
[675/679] Compiling NIOPerformanceTester main.swift
[676/679] Compiling NIOPerformanceTester resources.swift
[677/680] Wrapping AST for NIOPerformanceTester for debugging
[678/680] Write Objects.LinkFileList
[679/680] Linking NIOPerformanceTester
Build complete! (131.89s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system.git"
    }
  ],
  "manifest_display_name" : "swift-nio",
  "name" : "swift-nio",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "NIOCore",
      "targets" : [
        "NIOCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NIO",
      "targets" : [
        "NIO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NIOEmbedded",
      "targets" : [
        "NIOEmbedded"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NIOPosix",
      "targets" : [
        "NIOPosix"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "_NIOConcurrency",
      "targets" : [
        "_NIOConcurrency"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NIOTLS",
      "targets" : [
        "NIOTLS"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NIOHTTP1",
      "targets" : [
        "NIOHTTP1"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NIOConcurrencyHelpers",
      "targets" : [
        "NIOConcurrencyHelpers"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NIOFoundationEssentialsCompat",
      "targets" : [
        "NIOFoundationEssentialsCompat"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NIOFoundationCompat",
      "targets" : [
        "NIOFoundationCompat"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NIOWebSocket",
      "targets" : [
        "NIOWebSocket"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NIOTestUtils",
      "targets" : [
        "NIOTestUtils"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "_NIOFileSystem",
      "targets" : [
        "_NIOFileSystem",
        "NIOFileSystem"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "_NIOFileSystemFoundationCompat",
      "targets" : [
        "_NIOFileSystemFoundationCompat"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NIOWebSocketServer",
      "targets" : [
        "NIOWebSocketServer"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NIOWebSocketClient",
      "targets" : [
        "NIOWebSocketClient"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NIOUDPEchoServer",
      "targets" : [
        "NIOUDPEchoServer"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NIOUDPEchoClient",
      "targets" : [
        "NIOUDPEchoClient"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NIOTCPEchoServer",
      "targets" : [
        "NIOTCPEchoServer"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NIOTCPEchoClient",
      "targets" : [
        "NIOTCPEchoClient"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NIOPerformanceTester",
      "targets" : [
        "NIOPerformanceTester"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NIOMulticastChat",
      "targets" : [
        "NIOMulticastChat"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NIOHTTP1Server",
      "targets" : [
        "NIOHTTP1Server"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NIOHTTP1Client",
      "targets" : [
        "NIOHTTP1Client"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NIOEchoServer",
      "targets" : [
        "NIOEchoServer"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NIOEchoClient",
      "targets" : [
        "NIOEchoClient"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NIOCrashTester",
      "targets" : [
        "NIOCrashTester"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NIOChatServer",
      "targets" : [
        "NIOChatServer"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NIOChatClient",
      "targets" : [
        "NIOChatClient"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NIOAsyncAwaitDemo",
      "targets" : [
        "NIOAsyncAwaitDemo"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NIOFileSystemTour",
      "targets" : [
        "NIOFileSystemTour"
      ],
      "type" : {
        "snippet" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "_NIOFileSystemFoundationCompat",
      "module_type" : "SwiftTarget",
      "name" : "_NIOFileSystemFoundationCompat",
      "path" : "Sources/_NIOFileSystemFoundationCompat",
      "product_memberships" : [
        "_NIOFileSystemFoundationCompat",
        "NIOFileSystemTour"
      ],
      "sources" : [
        "Data+FileSystem.swift",
        "Date+FileInfo.swift"
      ],
      "target_dependencies" : [
        "_NIOFileSystem",
        "NIOFoundationEssentialsCompat"
      ],
      "type" : "library"
    },
    {
      "c99name" : "_NIOFileSystem",
      "module_type" : "SwiftTarget",
      "name" : "_NIOFileSystem",
      "path" : "Sources/_NIOFileSystem",
      "product_dependencies" : [
        "Atomics",
        "DequeModule",
        "SystemPackage"
      ],
      "product_memberships" : [
        "_NIOFileSystem",
        "_NIOFileSystemFoundationCompat",
        "NIOFileSystemTour"
      ],
      "sources" : [
        "Array+FileSystem.swift",
        "ArraySlice+FileSystem.swift",
        "BufferedReader.swift",
        "BufferedWriter.swift",
        "ByteBuffer+FileSystem.swift",
        "ByteCount.swift",
        "Convenience.swift",
        "DirectoryEntries.swift",
        "DirectoryEntry.swift",
        "Exports.swift",
        "FileChunks.swift",
        "FileHandle.swift",
        "FileHandleProtocol.swift",
        "FileInfo.swift",
        "FileSystem.swift",
        "FileSystemError+Syscall.swift",
        "FileSystemError.swift",
        "FileSystemProtocol.swift",
        "FileType.swift",
        "IOStrategy.swift",
        "Internal/BufferedOrAnyStream.swift",
        "Internal/BufferedStream.swift",
        "Internal/Cancellation.swift",
        "Internal/Concurrency Primitives/TokenBucket.swift",
        "Internal/ParallelDirCopy.swift",
        "Internal/ParallelRemoval.swift",
        "Internal/String+UnsafeUnititializedCapacity.swift",
        "Internal/System Calls/CInterop.swift",
        "Internal/System Calls/Errno.swift",
        "Internal/System Calls/FileDescriptor+Syscalls.swift",
        "Internal/System Calls/Mocking.swift",
        "Internal/System Calls/Syscall.swift",
        "Internal/System Calls/Syscalls.swift",
        "Internal/SystemFileHandle.swift",
        "Internal/Utilities.swift",
        "NIOFilePath.swift",
        "NIOFileSystemSendableMetatype.swift",
        "OpenOptions.swift",
        "String+FileSystem.swift"
      ],
      "target_dependencies" : [
        "NIOCore",
        "NIOPosix",
        "CNIOLinux",
        "CNIODarwin"
      ],
      "type" : "library"
    },
    {
      "c99name" : "_NIODataStructures",
      "module_type" : "SwiftTarget",
      "name" : "_NIODataStructures",
      "path" : "Sources/_NIODataStructures",
      "product_memberships" : [
        "NIOCore",
        "NIO",
        "NIOEmbedded",
        "NIOPosix",
        "_NIOConcurrency",
        "NIOTLS",
        "NIOHTTP1",
        "NIOFoundationEssentialsCompat",
        "NIOFoundationCompat",
        "NIOWebSocket",
        "NIOTestUtils",
        "_NIOFileSystem",
        "_NIOFileSystemFoundationCompat",
        "NIOWebSocketServer",
        "NIOWebSocketClient",
        "NIOUDPEchoServer",
        "NIOUDPEchoClient",
        "NIOTCPEchoServer",
        "NIOTCPEchoClient",
        "NIOPerformanceTester",
        "NIOMulticastChat",
        "NIOHTTP1Server",
        "NIOHTTP1Client",
        "NIOEchoServer",
        "NIOEchoClient",
        "NIOCrashTester",
        "NIOChatServer",
        "NIOChatClient",
        "NIOAsyncAwaitDemo",
        "NIOFileSystemTour"
      ],
      "sources" : [
        "Heap.swift",
        "PriorityQueue.swift",
        "_TinyArray.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "_NIOConcurrency",
      "module_type" : "SwiftTarget",
      "name" : "_NIOConcurrency",
      "path" : "Sources/_NIOConcurrency",
      "product_memberships" : [
        "_NIOConcurrency",
        "NIOFileSystemTour"
      ],
      "sources" : [
        "Empty.swift"
      ],
      "target_dependencies" : [
        "NIO",
        "NIOCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "_NIOBase64",
      "module_type" : "SwiftTarget",
      "name" : "_NIOBase64",
      "path" : "Sources/_NIOBase64",
      "product_memberships" : [
        "NIOCore",
        "NIO",
        "NIOEmbedded",
        "NIOPosix",
        "_NIOConcurrency",
        "NIOTLS",
        "NIOHTTP1",
        "NIOFoundationEssentialsCompat",
        "NIOFoundationCompat",
        "NIOWebSocket",
        "NIOTestUtils",
        "_NIOFileSystem",
        "_NIOFileSystemFoundationCompat",
        "NIOWebSocketServer",
        "NIOWebSocketClient",
        "NIOUDPEchoServer",
        "NIOUDPEchoClient",
        "NIOTCPEchoServer",
        "NIOTCPEchoClient",
        "NIOPerformanceTester",
        "NIOMulticastChat",
        "NIOHTTP1Server",
        "NIOHTTP1Client",
        "NIOEchoServer",
        "NIOEchoClient",
        "NIOCrashTester",
        "NIOChatServer",
        "NIOChatClient",
        "NIOAsyncAwaitDemo",
        "NIOFileSystemTour"
      ],
      "sources" : [
        "Base64.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NIOWebSocketTests",
      "module_type" : "SwiftTarget",
      "name" : "NIOWebSocketTests",
      "path" : "Tests/NIOWebSocketTests",
      "sources" : [
        "ByteBufferWebSocketTests.swift",
        "NIOWebSocketClientUpgraderTests.swift",
        "NIOWebSocketFrameAggregatorTests.swift",
        "WebSocketClientEndToEndTests.swift",
        "WebSocketFrameDecoderTest.swift",
        "WebSocketFrameEncoderTest.swift",
        "WebSocketMaskingKeyTests.swift",
        "WebSocketServerEndToEndTests.swift"
      ],
      "target_dependencies" : [
        "NIOCore",
        "NIOEmbedded",
        "NIOWebSocket"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NIOWebSocketServer",
      "module_type" : "SwiftTarget",
      "name" : "NIOWebSocketServer",
      "path" : "Sources/NIOWebSocketServer",
      "product_memberships" : [
        "NIOWebSocketServer"
      ],
      "sources" : [
        "Server.swift"
      ],
      "target_dependencies" : [
        "NIOPosix",
        "NIOCore",
        "NIOHTTP1",
        "NIOWebSocket"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NIOWebSocketClient",
      "module_type" : "SwiftTarget",
      "name" : "NIOWebSocketClient",
      "path" : "Sources/NIOWebSocketClient",
      "product_memberships" : [
        "NIOWebSocketClient"
      ],
      "sources" : [
        "Client.swift"
      ],
      "target_dependencies" : [
        "NIOPosix",
        "NIOCore",
        "NIOHTTP1",
        "NIOWebSocket"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NIOWebSocket",
      "module_type" : "SwiftTarget",
      "name" : "NIOWebSocket",
      "path" : "Sources/NIOWebSocket",
      "product_memberships" : [
        "NIOWebSocket",
        "NIOWebSocketServer",
        "NIOWebSocketClient",
        "NIOPerformanceTester",
        "NIOCrashTester",
        "NIOFileSystemTour"
      ],
      "sources" : [
        "NIOWebSocketClientUpgrader.swift",
        "NIOWebSocketFrameAggregator.swift",
        "NIOWebSocketServerUpgrader.swift",
        "SHA1.swift",
        "WebSocketErrorCodes.swift",
        "WebSocketFrame.swift",
        "WebSocketFrameDecoder.swift",
        "WebSocketFrameEncoder.swift",
        "WebSocketOpcode.swift",
        "WebSocketProtocolErrorHandler.swift"
      ],
      "target_dependencies" : [
        "NIO",
        "NIOCore",
        "NIOHTTP1",
        "CNIOSHA1",
        "_NIOBase64"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NIOUDPEchoServer",
      "module_type" : "SwiftTarget",
      "name" : "NIOUDPEchoServer",
      "path" : "Sources/NIOUDPEchoServer",
      "product_memberships" : [
        "NIOUDPEchoServer"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "NIOPosix",
        "NIOCore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NIOUDPEchoClient",
      "module_type" : "SwiftTarget",
      "name" : "NIOUDPEchoClient",
      "path" : "Sources/NIOUDPEchoClient",
      "product_memberships" : [
        "NIOUDPEchoClient"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "NIOPosix",
        "NIOCore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NIOTests",
      "module_type" : "SwiftTarget",
      "name" : "NIOTests",
      "path" : "Tests/NIOTests",
      "sources" : [
        "NIOTests.swift"
      ],
      "target_dependencies" : [
        "NIO"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NIOTestUtilsTests",
      "module_type" : "SwiftTarget",
      "name" : "NIOTestUtilsTests",
      "path" : "Tests/NIOTestUtilsTests",
      "sources" : [
        "ByteToMessageDecoderVerifierTest.swift",
        "EventCounterHandlerTest.swift",
        "ManualTaskExecutorTest.swift",
        "NIOHTTP1TestServerTest.swift"
      ],
      "target_dependencies" : [
        "NIOTestUtils",
        "NIOCore",
        "NIOEmbedded",
        "NIOPosix"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NIOTestUtils",
      "module_type" : "SwiftTarget",
      "name" : "NIOTestUtils",
      "path" : "Sources/NIOTestUtils",
      "product_dependencies" : [
        "Atomics"
      ],
      "product_memberships" : [
        "NIOTestUtils",
        "NIOFileSystemTour"
      ],
      "sources" : [
        "ByteToMessageDecoderVerifier.swift",
        "EventCounterHandler.swift",
        "ManualTaskExecutor.swift",
        "NIOHTTP1TestServer.swift"
      ],
      "target_dependencies" : [
        "NIOPosix",
        "NIOCore",
        "NIOEmbedded",
        "NIOHTTP1"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NIOTLSTests",
      "module_type" : "SwiftTarget",
      "name" : "NIOTLSTests",
      "path" : "Tests/NIOTLSTests",
      "sources" : [
        "ApplicationProtocolNegotiationHandlerTests.swift",
        "NIOTypedApplicationProtocolNegotiationHandlerTests.swift",
        "SNIHandlerTests.swift"
      ],
      "target_dependencies" : [
        "NIOCore",
        "NIOEmbedded",
        "NIOTLS",
        "NIOFoundationCompat",
        "NIOTestUtils"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NIOTLS",
      "module_type" : "SwiftTarget",
      "name" : "NIOTLS",
      "path" : "Sources/NIOTLS",
      "product_dependencies" : [
        "DequeModule"
      ],
      "product_memberships" : [
        "NIOTLS",
        "NIOFileSystemTour"
      ],
      "sources" : [
        "ApplicationProtocolNegotiationHandler.swift",
        "NIOTypedApplicationProtocolNegotiationHandler.swift",
        "ProtocolNegotiationHandlerStateMachine.swift",
        "SNIHandler.swift",
        "TLSEvents.swift"
      ],
      "target_dependencies" : [
        "NIO",
        "NIOCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NIOTCPEchoServer",
      "module_type" : "SwiftTarget",
      "name" : "NIOTCPEchoServer",
      "path" : "Sources/NIOTCPEchoServer",
      "product_memberships" : [
        "NIOTCPEchoServer"
      ],
      "sources" : [
        "Server.swift"
      ],
      "target_dependencies" : [
        "NIOPosix",
        "NIOCore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NIOTCPEchoClient",
      "module_type" : "SwiftTarget",
      "name" : "NIOTCPEchoClient",
      "path" : "Sources/NIOTCPEchoClient",
      "product_memberships" : [
        "NIOTCPEchoClient"
      ],
      "sources" : [
        "Client.swift"
      ],
      "target_dependencies" : [
        "NIOPosix",
        "NIOCore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NIOSingletonsTests",
      "module_type" : "SwiftTarget",
      "name" : "NIOSingletonsTests",
      "path" : "Tests/NIOSingletonsTests",
      "sources" : [
        "GlobalSingletonsTests.swift"
      ],
      "target_dependencies" : [
        "NIOCore",
        "NIOPosix"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NIOPosixTests",
      "module_type" : "SwiftTarget",
      "name" : "NIOPosixTests",
      "path" : "Tests/NIOPosixTests",
      "sources" : [
        "AcceptBackoffHandlerTest.swift",
        "AsyncChannelBootstrapTests.swift",
        "BlockingIOThreadPoolTest.swift",
        "BootstrapTest.swift",
        "ChannelNotificationTest.swift",
        "ChannelPipelineTest.swift",
        "ChannelTests.swift",
        "CoWValue.swift",
        "CodecTest.swift",
        "ControlMessageTests.swift",
        "DatagramChannelTests.swift",
        "EchoServerClientTest.swift",
        "EventLoopFutureIsolatedTests.swift",
        "EventLoopFutureTest.swift",
        "EventLoopMetricsDelegateTests.swift",
        "EventLoopTest.swift",
        "FileRegionTest.swift",
        "GetAddrInfoResolverTest.swift",
        "HappyEyeballsTest.swift",
        "IPv4Header.swift",
        "IdleStateHandlerTest.swift",
        "IntegerBitPackingTests.swift",
        "MulticastTest.swift",
        "NIOFileHandleTest.swift",
        "NIOLoopBoundTests.swift",
        "NIOScheduledCallbackTests.swift",
        "NIOThreadPoolTest.swift",
        "NIOTransportAccessibleChannelCoreTests.swift",
        "NonBlockingFileIOTest.swift",
        "PendingDatagramWritesManagerTests.swift",
        "PipeChannelTest.swift",
        "RawSocketBootstrapTests.swift",
        "SALChannelTests.swift",
        "SALEventLoopTests.swift",
        "SelectorTest.swift",
        "SerialExecutorTests.swift",
        "SocketAddressTest.swift",
        "SocketChannelTest.swift",
        "SocketOptionProviderTest.swift",
        "StreamChannelsTest.swift",
        "SyscallAbstractionLayer.swift",
        "SyscallAbstractionLayerContext.swift",
        "SystemCallWrapperHelpers.swift",
        "SystemTest.swift",
        "TestUtils.swift",
        "ThreadTest.swift",
        "UniversalBootstrapSupportTest.swift",
        "VsockAddressTest.swift",
        "XCTest+AsyncAwait.swift"
      ],
      "target_dependencies" : [
        "NIOPosix",
        "NIOCore",
        "NIOFoundationCompat",
        "NIOTestUtils",
        "NIOConcurrencyHelpers",
        "NIOEmbedded",
        "CNIOOpenBSD",
        "CNIOLinux",
        "CNIODarwin",
        "NIOTLS"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NIOPosix",
      "module_type" : "SwiftTarget",
      "name" : "NIOPosix",
      "path" : "Sources/NIOPosix",
      "product_dependencies" : [
        "Atomics"
      ],
      "product_memberships" : [
        "NIO",
        "NIOPosix",
        "_NIOConcurrency",
        "NIOTLS",
        "NIOHTTP1",
        "NIOFoundationCompat",
        "NIOWebSocket",
        "NIOTestUtils",
        "_NIOFileSystem",
        "_NIOFileSystemFoundationCompat",
        "NIOWebSocketServer",
        "NIOWebSocketClient",
        "NIOUDPEchoServer",
        "NIOUDPEchoClient",
        "NIOTCPEchoServer",
        "NIOTCPEchoClient",
        "NIOPerformanceTester",
        "NIOMulticastChat",
        "NIOHTTP1Server",
        "NIOHTTP1Client",
        "NIOEchoServer",
        "NIOEchoClient",
        "NIOCrashTester",
        "NIOChatServer",
        "NIOChatClient",
        "NIOAsyncAwaitDemo",
        "NIOFileSystemTour"
      ],
      "sources" : [
        "BSDSocketAPICommon.swift",
        "BSDSocketAPIPosix.swift",
        "BSDSocketAPIWindows.swift",
        "BaseSocket.swift",
        "BaseSocketChannel+AccessibleTransport.swift",
        "BaseSocketChannel+SocketOptionProvider.swift",
        "BaseSocketChannel.swift",
        "BaseStreamSocketChannel.swift",
        "Bootstrap.swift",
        "ControlMessage.swift",
        "DatagramVectorReadManager.swift",
        "Errors+Any.swift",
        "FileDescriptor.swift",
        "GetaddrinfoResolver.swift",
        "HappyEyeballs.swift",
        "IO.swift",
        "IntegerBitPacking.swift",
        "IntegerTypes.swift",
        "Linux.swift",
        "LinuxCPUSet.swift",
        "LinuxUring.swift",
        "MultiThreadedEventLoopGroup.swift",
        "NIOPosixSendableMetatype.swift",
        "NIOThreadPool.swift",
        "NonBlockingFileIO.swift",
        "PendingDatagramWritesManager.swift",
        "PendingWritesManager.swift",
        "PipeChannel.swift",
        "PipePair.swift",
        "Pool.swift",
        "PosixSingletons+ConcurrencyTakeOver.swift",
        "PosixSingletons.swift",
        "RawSocketBootstrap.swift",
        "Resolver.swift",
        "Selectable.swift",
        "SelectableChannel.swift",
        "SelectableEventLoop.swift",
        "SelectorEpoll.swift",
        "SelectorGeneric.swift",
        "SelectorKqueue.swift",
        "SelectorUring.swift",
        "SelectorWSAPoll.swift",
        "ServerSocket.swift",
        "Socket.swift",
        "SocketChannel.swift",
        "SocketProtocols.swift",
        "StructuredConcurrencyHelpers.swift",
        "System.swift",
        "Thread.swift",
        "ThreadPosix.swift",
        "ThreadWindows.swift",
        "Utilities.swift",
        "VsockAddress.swift",
        "VsockChannelEvents.swift",
        "Windows.swift"
      ],
      "target_dependencies" : [
        "CNIOOpenBSD",
        "CNIOLinux",
        "CNIODarwin",
        "CNIOWindows",
        "NIOConcurrencyHelpers",
        "NIOCore",
        "_NIODataStructures",
        "CNIOPosix"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NIOPerformanceTester",
      "module_type" : "SwiftTarget",
      "name" : "NIOPerformanceTester",
      "path" : "Sources/NIOPerformanceTester",
      "product_memberships" : [
        "NIOPerformanceTester"
      ],
      "sources" : [
        "Benchmark.swift",
        "ByteBufferViewContainsBenchmark.swift",
        "ByteBufferViewCopyToArrayBenchmark.swift",
        "ByteBufferViewIteratorBenchmark.swift",
        "ByteBufferWriteMultipleBenchmarks.swift",
        "ByteToMessageDecoderDecodeManySmallsBenchmark.swift",
        "ChannelPipelineBenchmark.swift",
        "ChannelPipelineInstantiationBenchmark.swift",
        "CircularBufferCopyToArrayBenchmark.swift",
        "CircularBufferIntoByteBufferBenchmark.swift",
        "DeadlineNowBenchmark.swift",
        "ExecuteBenchmark.swift",
        "LockBenchmark.swift",
        "NIOAsyncSequenceProducerBenchmark.swift",
        "NIOAsyncWriterSingleWritesBenchmark.swift",
        "NIOThreadPoolSubmitBenchmark.swift",
        "RunIfActiveBenchmark.swift",
        "SchedulingAndRunningBenchmark.swift",
        "TCPThroughputBenchmark.swift",
        "UDPBenchmark.swift",
        "WebSocketFrameDecoderBenchmark.swift",
        "WebSocketFrameEncoderBenchmark.swift",
        "main.swift",
        "resources.swift"
      ],
      "target_dependencies" : [
        "NIOPosix",
        "NIOCore",
        "NIOEmbedded",
        "NIOHTTP1",
        "NIOFoundationCompat",
        "NIOWebSocket"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NIOMulticastChat",
      "module_type" : "SwiftTarget",
      "name" : "NIOMulticastChat",
      "path" : "Sources/NIOMulticastChat",
      "product_memberships" : [
        "NIOMulticastChat"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "NIOPosix",
        "NIOCore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NIOHTTP1Tests",
      "module_type" : "SwiftTarget",
      "name" : "NIOHTTP1Tests",
      "path" : "Tests/NIOHTTP1Tests",
      "sources" : [
        "ByteBufferUtilsTest.swift",
        "ContentLengthTests.swift",
        "HTTPClientUpgradeTests.swift",
        "HTTPDecoderLengthTest.swift",
        "HTTPDecoderTest.swift",
        "HTTPHeaderValidationTests.swift",
        "HTTPHeadersTest.swift",
        "HTTPRequestEncoderTest.swift",
        "HTTPResponseEncoderTest.swift",
        "HTTPResponseStatusTests.swift",
        "HTTPServerClientTest.swift",
        "HTTPServerPipelineHandlerTest.swift",
        "HTTPServerProtocolErrorHandlerTest.swift",
        "HTTPServerUpgradeTests.swift",
        "HTTPTest.swift",
        "HTTPTypesTest.swift",
        "NIOHTTPObjectAggregatorTest.swift",
        "TestUtils.swift"
      ],
      "target_dependencies" : [
        "NIOCore",
        "NIOEmbedded",
        "NIOPosix",
        "NIOHTTP1",
        "NIOFoundationCompat",
        "NIOTestUtils"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NIOHTTP1Server",
      "module_type" : "SwiftTarget",
      "name" : "NIOHTTP1Server",
      "path" : "Sources/NIOHTTP1Server",
      "product_memberships" : [
        "NIOHTTP1Server"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "NIOPosix",
        "NIOCore",
        "NIOHTTP1",
        "NIOConcurrencyHelpers"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NIOHTTP1Client",
      "module_type" : "SwiftTarget",
      "name" : "NIOHTTP1Client",
      "path" : "Sources/NIOHTTP1Client",
      "product_memberships" : [
        "NIOHTTP1Client"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "NIOPosix",
        "NIOCore",
        "NIOHTTP1",
        "NIOConcurrencyHelpers"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NIOHTTP1",
      "module_type" : "SwiftTarget",
      "name" : "NIOHTTP1",
      "path" : "Sources/NIOHTTP1",
      "product_dependencies" : [
        "DequeModule"
      ],
      "product_memberships" : [
        "NIOHTTP1",
        "NIOWebSocket",
        "NIOTestUtils",
        "NIOWebSocketServer",
        "NIOWebSocketClient",
        "NIOPerformanceTester",
        "NIOHTTP1Server",
        "NIOHTTP1Client",
        "NIOCrashTester",
        "NIOAsyncAwaitDemo",
        "NIOFileSystemTour"
      ],
      "sources" : [
        "ByteCollectionUtils.swift",
        "HTTPDecoder.swift",
        "HTTPEncoder.swift",
        "HTTPHeaderValidator.swift",
        "HTTPHeaders+Validation.swift",
        "HTTPPipelineSetup.swift",
        "HTTPServerPipelineHandler.swift",
        "HTTPServerProtocolErrorHandler.swift",
        "HTTPServerUpgradeHandler.swift",
        "HTTPTypedPipelineSetup.swift",
        "HTTPTypes.swift",
        "NIOHTTPClientUpgradeHandler.swift",
        "NIOHTTPObjectAggregator.swift",
        "NIOTypedHTTPClientUpgradeHandler.swift",
        "NIOTypedHTTPClientUpgraderStateMachine.swift",
        "NIOTypedHTTPServerUpgradeHandler.swift",
        "NIOTypedHTTPServerUpgraderStateMachine.swift"
      ],
      "target_dependencies" : [
        "NIO",
        "NIOCore",
        "NIOConcurrencyHelpers",
        "CNIOLLHTTP"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NIOFoundationEssentialsCompat",
      "module_type" : "SwiftTarget",
      "name" : "NIOFoundationEssentialsCompat",
      "path" : "Sources/NIOFoundationEssentialsCompat",
      "product_memberships" : [
        "NIOFoundationEssentialsCompat",
        "NIOFoundationCompat",
        "_NIOFileSystemFoundationCompat",
        "NIOPerformanceTester",
        "NIOCrashTester",
        "NIOFileSystemTour"
      ],
      "sources" : [
        "ByteBuffer-foundation.swift",
        "Codable+ByteBuffer.swift"
      ],
      "target_dependencies" : [
        "NIOCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NIOFoundationCompatTests",
      "module_type" : "SwiftTarget",
      "name" : "NIOFoundationCompatTests",
      "path" : "Tests/NIOFoundationCompatTests",
      "sources" : [
        "ByteBuffer+UUIDTests.swift",
        "ByteBufferDataProtocolTests.swift",
        "ByteBufferView+MutableDataProtocolTest.swift",
        "Codable+ByteBufferTest.swift",
        "JSONSerialization+ByteBufferTest.swift",
        "WaitSpinningRunLoopTests.swift"
      ],
      "target_dependencies" : [
        "NIOCore",
        "NIOFoundationCompat"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NIOFoundationCompat",
      "module_type" : "SwiftTarget",
      "name" : "NIOFoundationCompat",
      "path" : "Sources/NIOFoundationCompat",
      "product_memberships" : [
        "NIOFoundationCompat",
        "NIOPerformanceTester",
        "NIOCrashTester",
        "NIOFileSystemTour"
      ],
      "sources" : [
        "Exports.swift",
        "JSONSerialization+ByteBuffer.swift",
        "WaitSpinningRunLoop.swift"
      ],
      "target_dependencies" : [
        "NIO",
        "NIOFoundationEssentialsCompat"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NIOFileSystem",
      "module_type" : "SwiftTarget",
      "name" : "NIOFileSystem",
      "path" : "Sources/NIOFileSystem",
      "product_memberships" : [
        "_NIOFileSystem",
        "NIOFileSystemTour"
      ],
      "sources" : [
        "Exports.swift"
      ],
      "target_dependencies" : [
        "_NIOFileSystem"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NIOFSTests",
      "module_type" : "SwiftTarget",
      "name" : "NIOFSTests",
      "path" : "Tests/NIOFSTests",
      "product_dependencies" : [
        "Atomics",
        "DequeModule",
        "SystemPackage"
      ],
      "sources" : [
        "ByteCountTests.swift",
        "DirectoryEntriesTests.swift",
        "FileChunksTests.swift",
        "FileHandleTests.swift",
        "FileInfoTests.swift",
        "FileOpenOptionsTests.swift",
        "FilePathTests.swift",
        "FileSystemErrorTests.swift",
        "FileTypeTests.swift",
        "Internal/CancellationTests.swift",
        "Internal/Concurrency Primitives/BufferedStreamTests.swift",
        "Internal/MockingInfrastructure.swift",
        "Internal/SyscallTests.swift",
        "XCTestExtensions.swift"
      ],
      "target_dependencies" : [
        "NIOCore",
        "NIOFS"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NIOFSIntegrationTests",
      "module_type" : "SwiftTarget",
      "name" : "NIOFSIntegrationTests",
      "path" : "Tests/NIOFSIntegrationTests",
      "sources" : [
        "BufferedReaderTests.swift",
        "BufferedWriterTests.swift",
        "ConvenienceTests.swift",
        "FileHandleTests.swift",
        "FileSystemTests+SPI.swift",
        "FileSystemTests.swift",
        "XCTestExtensions.swift"
      ],
      "target_dependencies" : [
        "NIOCore",
        "NIOPosix",
        "NIOFS",
        "NIOFoundationCompat"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NIOFSFoundationCompatTests",
      "module_type" : "SwiftTarget",
      "name" : "NIOFSFoundationCompatTests",
      "path" : "Tests/NIOFSFoundationCompatTests",
      "sources" : [
        "FileSystemFoundationCompatTests.swift"
      ],
      "target_dependencies" : [
        "NIOFS",
        "NIOFSFoundationCompat"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NIOFSFoundationCompat",
      "module_type" : "SwiftTarget",
      "name" : "NIOFSFoundationCompat",
      "path" : "Sources/NIOFSFoundationCompat",
      "sources" : [
        "Data+FileSystem.swift",
        "Date+FileInfo.swift"
      ],
      "target_dependencies" : [
        "NIOFS",
        "NIOFoundationEssentialsCompat"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NIOFS",
      "module_type" : "SwiftTarget",
      "name" : "NIOFS",
      "path" : "Sources/NIOFS",
      "product_dependencies" : [
        "Atomics",
        "DequeModule",
        "SystemPackage"
      ],
      "sources" : [
        "Array+FileSystem.swift",
        "ArraySlice+FileSystem.swift",
        "BufferedReader.swift",
        "BufferedWriter.swift",
        "ByteBuffer+FileSystem.swift",
        "ByteCount.swift",
        "Convenience.swift",
        "DirectoryEntries.swift",
        "DirectoryEntry.swift",
        "Exports.swift",
        "FileChunks.swift",
        "FileHandle.swift",
        "FileHandleProtocol.swift",
        "FileInfo.swift",
        "FileSystem.swift",
        "FileSystemError+Syscall.swift",
        "FileSystemError.swift",
        "FileSystemProtocol.swift",
        "FileType.swift",
        "IOStrategy.swift",
        "Internal/BufferedOrAnyStream.swift",
        "Internal/BufferedStream.swift",
        "Internal/Cancellation.swift",
        "Internal/Concurrency Primitives/TokenBucket.swift",
        "Internal/ParallelDirCopy.swift",
        "Internal/ParallelRemoval.swift",
        "Internal/String+UnsafeUnititializedCapacity.swift",
        "Internal/System Calls/CInterop.swift",
        "Internal/System Calls/Errno.swift",
        "Internal/System Calls/FileDescriptor+Syscalls.swift",
        "Internal/System Calls/Mocking.swift",
        "Internal/System Calls/Syscall.swift",
        "Internal/System Calls/Syscalls.swift",
        "Internal/SystemFileHandle.swift",
        "Internal/Utilities.swift",
        "NIOFilePath.swift",
        "NIOFileSystemSendableMetatype.swift",
        "OpenOptions.swift",
        "String+FileSystem.swift"
      ],
      "target_dependencies" : [
        "NIOCore",
        "NIOPosix",
        "CNIOLinux",
        "CNIODarwin"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NIOEmbeddedTests",
      "module_type" : "SwiftTarget",
      "name" : "NIOEmbeddedTests",
      "path" : "Tests/NIOEmbeddedTests",
      "sources" : [
        "AsyncTestingChannelTests.swift",
        "AsyncTestingEventLoopTests.swift",
        "EmbeddedChannelTest.swift",
        "EmbeddedEventLoopTest.swift",
        "TestUtils.swift",
        "XCTest+AsyncAwait.swift"
      ],
      "target_dependencies" : [
        "NIOConcurrencyHelpers",
        "NIOCore",
        "NIOEmbedded"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NIOEmbedded",
      "module_type" : "SwiftTarget",
      "name" : "NIOEmbedded",
      "path" : "Sources/NIOEmbedded",
      "product_dependencies" : [
        "Atomics",
        "DequeModule"
      ],
      "product_memberships" : [
        "NIO",
        "NIOEmbedded",
        "_NIOConcurrency",
        "NIOTLS",
        "NIOHTTP1",
        "NIOFoundationCompat",
        "NIOWebSocket",
        "NIOTestUtils",
        "NIOWebSocketServer",
        "NIOWebSocketClient",
        "NIOPerformanceTester",
        "NIOHTTP1Server",
        "NIOHTTP1Client",
        "NIOCrashTester",
        "NIOAsyncAwaitDemo",
        "NIOFileSystemTour"
      ],
      "sources" : [
        "AsyncTestingChannel.swift",
        "AsyncTestingEventLoop.swift",
        "Embedded.swift"
      ],
      "target_dependencies" : [
        "NIOCore",
        "NIOConcurrencyHelpers",
        "_NIODataStructures"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NIOEchoServer",
      "module_type" : "SwiftTarget",
      "name" : "NIOEchoServer",
      "path" : "Sources/NIOEchoServer",
      "product_memberships" : [
        "NIOEchoServer"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "NIOPosix",
        "NIOCore",
        "NIOConcurrencyHelpers"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NIOEchoClient",
      "module_type" : "SwiftTarget",
      "name" : "NIOEchoClient",
      "path" : "Sources/NIOEchoClient",
      "product_memberships" : [
        "NIOEchoClient"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "NIOPosix",
        "NIOCore",
        "NIOConcurrencyHelpers"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NIODataStructuresTests",
      "module_type" : "SwiftTarget",
      "name" : "NIODataStructuresTests",
      "path" : "Tests/NIODataStructuresTests",
      "sources" : [
        "HeapTests.swift",
        "PriorityQueueTests.swift"
      ],
      "target_dependencies" : [
        "_NIODataStructures"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NIOCrashTester",
      "module_type" : "SwiftTarget",
      "name" : "NIOCrashTester",
      "path" : "Sources/NIOCrashTester",
      "product_memberships" : [
        "NIOCrashTester"
      ],
      "sources" : [
        "CrashTestSuites.swift",
        "CrashTests+ByteBuffer.swift",
        "CrashTests+EventLoop.swift",
        "CrashTests+HTTP.swift",
        "CrashTests+LoopBound.swift",
        "CrashTests+Strict.swift",
        "CrashTests+System.swift",
        "OutputGrepper.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "NIOPosix",
        "NIOCore",
        "NIOEmbedded",
        "NIOHTTP1",
        "NIOWebSocket",
        "NIOFoundationCompat"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NIOCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "NIOCoreTests",
      "path" : "Tests/NIOCoreTests",
      "product_dependencies" : [
        "Atomics"
      ],
      "sources" : [
        "AddressedEnvelopeTests.swift",
        "AsyncChannel/AsyncChannelInboundStreamTests.swift",
        "AsyncChannel/AsyncChannelOutboundWriterTests.swift",
        "AsyncChannel/AsyncChannelTests.swift",
        "AsyncSequenceTests.swift",
        "AsyncSequences/NIOAsyncSequenceProducer+HighLowWatermarkBackPressureStrategyTests.swift",
        "AsyncSequences/NIOAsyncSequenceTests.swift",
        "AsyncSequences/NIOAsyncWriterTests.swift",
        "AsyncSequences/NIOThrowingAsyncSequenceTests.swift",
        "BaseObjectsTest.swift",
        "ByteBufferBinaryEncodedLengthPrefixTests.swift",
        "ByteBufferCustomAllocatorTest.swift",
        "ByteBufferLengthPrefixTests.swift",
        "ByteBufferQUICBinaryEncodingStrategyTests.swift",
        "ByteBufferSpanTests.swift",
        "ByteBufferTest.swift",
        "ChannelOptionStorageTest.swift",
        "CircularBufferTests.swift",
        "CustomChannelTests.swift",
        "DispatchQueue+WithFutureTest.swift",
        "IOErrorTest.swift",
        "IntegerTypesTest.swift",
        "LinuxTest.swift",
        "MarkedCircularBufferTests.swift",
        "NIOAnyDebugTest.swift",
        "NIOCloseOnErrorHandlerTest.swift",
        "NIODecodedAsyncSequenceTests.swift",
        "NIOIsolatedEventLoopTests.swift",
        "NIOPooledRecvBufferAllocatorTests.swift",
        "NIOSplitLinesMessageDecoderTests.swift",
        "RecvByteBufAllocatorTest.swift",
        "SingleStepByteToMessageDecoderTest.swift",
        "TimeAmount+DurationTests.swift",
        "TimeAmountTests.swift",
        "TypeAssistedChannelHandlerTests.swift",
        "UtilitiesTest.swift",
        "XCTest+AsyncAwait.swift",
        "XCTest+Extensions.swift"
      ],
      "target_dependencies" : [
        "NIOConcurrencyHelpers",
        "NIOCore",
        "NIOEmbedded",
        "NIOFoundationCompat",
        "NIOTestUtils"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NIOCore",
      "module_type" : "SwiftTarget",
      "name" : "NIOCore",
      "path" : "Sources/NIOCore",
      "product_dependencies" : [
        "DequeModule",
        "Atomics"
      ],
      "product_memberships" : [
        "NIOCore",
        "NIO",
        "NIOEmbedded",
        "NIOPosix",
        "_NIOConcurrency",
        "NIOTLS",
        "NIOHTTP1",
        "NIOFoundationEssentialsCompat",
        "NIOFoundationCompat",
        "NIOWebSocket",
        "NIOTestUtils",
        "_NIOFileSystem",
        "_NIOFileSystemFoundationCompat",
        "NIOWebSocketServer",
        "NIOWebSocketClient",
        "NIOUDPEchoServer",
        "NIOUDPEchoClient",
        "NIOTCPEchoServer",
        "NIOTCPEchoClient",
        "NIOPerformanceTester",
        "NIOMulticastChat",
        "NIOHTTP1Server",
        "NIOHTTP1Client",
        "NIOEchoServer",
        "NIOEchoClient",
        "NIOCrashTester",
        "NIOChatServer",
        "NIOChatClient",
        "NIOAsyncAwaitDemo",
        "NIOFileSystemTour"
      ],
      "sources" : [
        "AddressedEnvelope.swift",
        "AsyncAwaitSupport.swift",
        "AsyncChannel/AsyncChannel.swift",
        "AsyncChannel/AsyncChannelHandler.swift",
        "AsyncChannel/AsyncChannelInboundStream.swift",
        "AsyncChannel/AsyncChannelOutboundWriter.swift",
        "AsyncSequences/NIOAsyncSequenceProducer.swift",
        "AsyncSequences/NIOAsyncSequenceProducerStrategies.swift",
        "AsyncSequences/NIOAsyncWriter.swift",
        "AsyncSequences/NIOThrowingAsyncSequenceProducer.swift",
        "BSDSocketAPI.swift",
        "ByteBuffer-aux.swift",
        "ByteBuffer-binaryEncodedLengthPrefix.swift",
        "ByteBuffer-conversions.swift",
        "ByteBuffer-core.swift",
        "ByteBuffer-hex.swift",
        "ByteBuffer-int.swift",
        "ByteBuffer-lengthPrefix.swift",
        "ByteBuffer-multi-int.swift",
        "ByteBuffer-quicBinaryEncodingStrategy.swift",
        "ByteBuffer-views.swift",
        "Channel.swift",
        "ChannelHandler.swift",
        "ChannelHandlers.swift",
        "ChannelInvoker.swift",
        "ChannelOption.swift",
        "ChannelPipeline.swift",
        "CircularBuffer.swift",
        "Codec.swift",
        "ConvenienceOptionSupport.swift",
        "DeadChannel.swift",
        "DispatchQueue+WithFuture.swift",
        "EventLoop+Deprecated.swift",
        "EventLoop+SerialExecutor.swift",
        "EventLoop.swift",
        "EventLoopFuture+AssumeIsolated.swift",
        "EventLoopFuture+Deprecated.swift",
        "EventLoopFuture+WithEventLoop.swift",
        "EventLoopFuture.swift",
        "FileDescriptor.swift",
        "FileHandle.swift",
        "FileRegion.swift",
        "GlobalSingletons.swift",
        "IO.swift",
        "IOData.swift",
        "IPProtocol.swift",
        "IntegerBitPacking.swift",
        "IntegerTypes.swift",
        "Interfaces.swift",
        "Linux.swift",
        "MarkedCircularBuffer.swift",
        "MulticastChannel.swift",
        "NIOAny.swift",
        "NIOCloseOnErrorHandler.swift",
        "NIOCoreSendableMetatype.swift",
        "NIODecodedAsyncSequence.swift",
        "NIOLoopBound.swift",
        "NIOPooledRecvBufferAllocator.swift",
        "NIOScheduledCallback.swift",
        "NIOSendable.swift",
        "NIOSplitLinesMessageDecoder.swift",
        "NIOTransportAccessibleChannelCore.swift",
        "RecvByteBufferAllocator.swift",
        "SingleStepByteToMessageDecoder.swift",
        "SocketAddresses.swift",
        "SocketOptionProvider.swift",
        "SystemCallHelpers.swift",
        "TimeAmount+Duration.swift",
        "TypeAssistedChannelHandler.swift",
        "UniversalBootstrapSupport.swift",
        "Utilities.swift"
      ],
      "target_dependencies" : [
        "NIOConcurrencyHelpers",
        "_NIOBase64",
        "CNIOOpenBSD",
        "CNIODarwin",
        "CNIOLinux",
        "CNIOWindows",
        "CNIOWASI",
        "_NIODataStructures"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NIOConcurrencyHelpersTests",
      "module_type" : "SwiftTarget",
      "name" : "NIOConcurrencyHelpersTests",
      "path" : "Tests/NIOConcurrencyHelpersTests",
      "sources" : [
        "NIOConcurrencyHelpersTests.swift"
      ],
      "target_dependencies" : [
        "NIOConcurrencyHelpers",
        "NIOCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NIOConcurrencyHelpers",
      "module_type" : "SwiftTarget",
      "name" : "NIOConcurrencyHelpers",
      "path" : "Sources/NIOConcurrencyHelpers",
      "product_memberships" : [
        "NIOCore",
        "NIO",
        "NIOEmbedded",
        "NIOPosix",
        "_NIOConcurrency",
        "NIOTLS",
        "NIOHTTP1",
        "NIOConcurrencyHelpers",
        "NIOFoundationEssentialsCompat",
        "NIOFoundationCompat",
        "NIOWebSocket",
        "NIOTestUtils",
        "_NIOFileSystem",
        "_NIOFileSystemFoundationCompat",
        "NIOWebSocketServer",
        "NIOWebSocketClient",
        "NIOUDPEchoServer",
        "NIOUDPEchoClient",
        "NIOTCPEchoServer",
        "NIOTCPEchoClient",
        "NIOPerformanceTester",
        "NIOMulticastChat",
        "NIOHTTP1Server",
        "NIOHTTP1Client",
        "NIOEchoServer",
        "NIOEchoClient",
        "NIOCrashTester",
        "NIOChatServer",
        "NIOChatClient",
        "NIOAsyncAwaitDemo",
        "NIOFileSystemTour"
      ],
      "sources" : [
        "NIOAtomic.swift",
        "NIOLock.swift",
        "NIOLockedValueBox.swift",
        "NIOThreadPoolWorkAvailable.swift",
        "atomics.swift",
        "lock.swift"
      ],
      "target_dependencies" : [
        "CNIOAtomics"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NIOChatServer",
      "module_type" : "SwiftTarget",
      "name" : "NIOChatServer",
      "path" : "Sources/NIOChatServer",
      "product_memberships" : [
        "NIOChatServer"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "NIOPosix",
        "NIOCore",
        "NIOConcurrencyHelpers"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NIOChatClient",
      "module_type" : "SwiftTarget",
      "name" : "NIOChatClient",
      "path" : "Sources/NIOChatClient",
      "product_memberships" : [
        "NIOChatClient"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "NIOPosix",
        "NIOCore",
        "NIOConcurrencyHelpers"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NIOBase64Tests",
      "module_type" : "SwiftTarget",
      "name" : "NIOBase64Tests",
      "path" : "Tests/NIOBase64Tests",
      "sources" : [
        "Base64Test.swift"
      ],
      "target_dependencies" : [
        "_NIOBase64"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NIOAsyncAwaitDemo",
      "module_type" : "SwiftTarget",
      "name" : "NIOAsyncAwaitDemo",
      "path" : "Sources/NIOAsyncAwaitDemo",
      "product_memberships" : [
        "NIOAsyncAwaitDemo"
      ],
      "sources" : [
        "AsyncChannelIO.swift",
        "FullRequestResponse.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "NIOPosix",
        "NIOCore",
        "NIOHTTP1"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NIO",
      "module_type" : "SwiftTarget",
      "name" : "NIO",
      "path" : "Sources/NIO",
      "product_memberships" : [
        "NIO",
        "_NIOConcurrency",
        "NIOTLS",
        "NIOHTTP1",
        "NIOFoundationCompat",
        "NIOWebSocket",
        "NIOTestUtils",
        "NIOWebSocketServer",
        "NIOWebSocketClient",
        "NIOPerformanceTester",
        "NIOHTTP1Server",
        "NIOHTTP1Client",
        "NIOCrashTester",
        "NIOAsyncAwaitDemo",
        "NIOFileSystemTour"
      ],
      "sources" : [
        "Exports.swift"
      ],
      "target_dependencies" : [
        "NIOCore",
        "NIOEmbedded",
        "NIOPosix"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CNIOWindows",
      "module_type" : "ClangTarget",
      "name" : "CNIOWindows",
      "path" : "Sources/CNIOWindows",
      "product_memberships" : [
        "NIOCore",
        "NIO",
        "NIOEmbedded",
        "NIOPosix",
        "_NIOConcurrency",
        "NIOTLS",
        "NIOHTTP1",
        "NIOFoundationEssentialsCompat",
        "NIOFoundationCompat",
        "NIOWebSocket",
        "NIOTestUtils",
        "_NIOFileSystem",
        "_NIOFileSystemFoundationCompat",
        "NIOWebSocketServer",
        "NIOWebSocketClient",
        "NIOUDPEchoServer",
        "NIOUDPEchoClient",
        "NIOTCPEchoServer",
        "NIOTCPEchoClient",
        "NIOPerformanceTester",
        "NIOMulticastChat",
        "NIOHTTP1Server",
        "NIOHTTP1Client",
        "NIOEchoServer",
        "NIOEchoClient",
        "NIOCrashTester",
        "NIOChatServer",
        "NIOChatClient",
        "NIOAsyncAwaitDemo",
        "NIOFileSystemTour"
      ],
      "sources" : [
        "WSAStartup.c",
        "shim.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CNIOWASI",
      "module_type" : "ClangTarget",
      "name" : "CNIOWASI",
      "path" : "Sources/CNIOWASI",
      "product_memberships" : [
        "NIOCore",
        "NIO",
        "NIOEmbedded",
        "NIOPosix",
        "_NIOConcurrency",
        "NIOTLS",
        "NIOHTTP1",
        "NIOFoundationEssentialsCompat",
        "NIOFoundationCompat",
        "NIOWebSocket",
        "NIOTestUtils",
        "_NIOFileSystem",
        "_NIOFileSystemFoundationCompat",
        "NIOWebSocketServer",
        "NIOWebSocketClient",
        "NIOUDPEchoServer",
        "NIOUDPEchoClient",
        "NIOTCPEchoServer",
        "NIOTCPEchoClient",
        "NIOPerformanceTester",
        "NIOMulticastChat",
        "NIOHTTP1Server",
        "NIOHTTP1Client",
        "NIOEchoServer",
        "NIOEchoClient",
        "NIOCrashTester",
        "NIOChatServer",
        "NIOChatClient",
        "NIOAsyncAwaitDemo",
        "NIOFileSystemTour"
      ],
      "sources" : [
        "CNIOWASI.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CNIOSHA1",
      "module_type" : "ClangTarget",
      "name" : "CNIOSHA1",
      "path" : "Sources/CNIOSHA1",
      "product_memberships" : [
        "NIOWebSocket",
        "NIOWebSocketServer",
        "NIOWebSocketClient",
        "NIOPerformanceTester",
        "NIOCrashTester",
        "NIOFileSystemTour"
      ],
      "sources" : [
        "c_nio_sha1.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CNIOPosix",
      "module_type" : "ClangTarget",
      "name" : "CNIOPosix",
      "path" : "Sources/CNIOPosix",
      "product_memberships" : [
        "NIO",
        "NIOPosix",
        "_NIOConcurrency",
        "NIOTLS",
        "NIOHTTP1",
        "NIOFoundationCompat",
        "NIOWebSocket",
        "NIOTestUtils",
        "_NIOFileSystem",
        "_NIOFileSystemFoundationCompat",
        "NIOWebSocketServer",
        "NIOWebSocketClient",
        "NIOUDPEchoServer",
        "NIOUDPEchoClient",
        "NIOTCPEchoServer",
        "NIOTCPEchoClient",
        "NIOPerformanceTester",
        "NIOMulticastChat",
        "NIOHTTP1Server",
        "NIOHTTP1Client",
        "NIOEchoServer",
        "NIOEchoClient",
        "NIOCrashTester",
        "NIOChatServer",
        "NIOChatClient",
        "NIOAsyncAwaitDemo",
        "NIOFileSystemTour"
      ],
      "sources" : [
        "event_loop_id.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CNIOOpenBSD",
      "module_type" : "ClangTarget",
      "name" : "CNIOOpenBSD",
      "path" : "Sources/CNIOOpenBSD",
      "product_memberships" : [
        "NIOCore",
        "NIO",
        "NIOEmbedded",
        "NIOPosix",
        "_NIOConcurrency",
        "NIOTLS",
        "NIOHTTP1",
        "NIOFoundationEssentialsCompat",
        "NIOFoundationCompat",
        "NIOWebSocket",
        "NIOTestUtils",
        "_NIOFileSystem",
        "_NIOFileSystemFoundationCompat",
        "NIOWebSocketServer",
        "NIOWebSocketClient",
        "NIOUDPEchoServer",
        "NIOUDPEchoClient",
        "NIOTCPEchoServer",
        "NIOTCPEchoClient",
        "NIOPerformanceTester",
        "NIOMulticastChat",
        "NIOHTTP1Server",
        "NIOHTTP1Client",
        "NIOEchoServer",
        "NIOEchoClient",
        "NIOCrashTester",
        "NIOChatServer",
        "NIOChatClient",
        "NIOAsyncAwaitDemo",
        "NIOFileSystemTour"
      ],
      "sources" : [
        "shim.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CNIOLinux",
      "module_type" : "ClangTarget",
      "name" : "CNIOLinux",
      "path" : "Sources/CNIOLinux",
      "product_memberships" : [
        "NIOCore",
        "NIO",
        "NIOEmbedded",
        "NIOPosix",
        "_NIOConcurrency",
        "NIOTLS",
        "NIOHTTP1",
        "NIOFoundationEssentialsCompat",
        "NIOFoundationCompat",
        "NIOWebSocket",
        "NIOTestUtils",
        "_NIOFileSystem",
        "_NIOFileSystemFoundationCompat",
        "NIOWebSocketServer",
        "NIOWebSocketClient",
        "NIOUDPEchoServer",
        "NIOUDPEchoClient",
        "NIOTCPEchoServer",
        "NIOTCPEchoClient",
        "NIOPerformanceTester",
        "NIOMulticastChat",
        "NIOHTTP1Server",
        "NIOHTTP1Client",
        "NIOEchoServer",
        "NIOEchoClient",
        "NIOCrashTester",
        "NIOChatServer",
        "NIOChatClient",
        "NIOAsyncAwaitDemo",
        "NIOFileSystemTour"
      ],
      "sources" : [
        "liburing_shims.c",
        "shim.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CNIOLLHTTP",
      "module_type" : "ClangTarget",
      "name" : "CNIOLLHTTP",
      "path" : "Sources/CNIOLLHTTP",
      "product_memberships" : [
        "NIOHTTP1",
        "NIOWebSocket",
        "NIOTestUtils",
        "NIOWebSocketServer",
        "NIOWebSocketClient",
        "NIOPerformanceTester",
        "NIOHTTP1Server",
        "NIOHTTP1Client",
        "NIOCrashTester",
        "NIOAsyncAwaitDemo",
        "NIOFileSystemTour"
      ],
      "sources" : [
        "c_nio_api.c",
        "c_nio_http.c",
        "c_nio_llhttp.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CNIODarwin",
      "module_type" : "ClangTarget",
      "name" : "CNIODarwin",
      "path" : "Sources/CNIODarwin",
      "product_memberships" : [
        "NIOCore",
        "NIO",
        "NIOEmbedded",
        "NIOPosix",
        "_NIOConcurrency",
        "NIOTLS",
        "NIOHTTP1",
        "NIOFoundationEssentialsCompat",
        "NIOFoundationCompat",
        "NIOWebSocket",
        "NIOTestUtils",
        "_NIOFileSystem",
        "_NIOFileSystemFoundationCompat",
        "NIOWebSocketServer",
        "NIOWebSocketClient",
        "NIOUDPEchoServer",
        "NIOUDPEchoClient",
        "NIOTCPEchoServer",
        "NIOTCPEchoClient",
        "NIOPerformanceTester",
        "NIOMulticastChat",
        "NIOHTTP1Server",
        "NIOHTTP1Client",
        "NIOEchoServer",
        "NIOEchoClient",
        "NIOCrashTester",
        "NIOChatServer",
        "NIOChatClient",
        "NIOAsyncAwaitDemo",
        "NIOFileSystemTour"
      ],
      "sources" : [
        "shim.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CNIOAtomics",
      "module_type" : "ClangTarget",
      "name" : "CNIOAtomics",
      "path" : "Sources/CNIOAtomics",
      "product_memberships" : [
        "NIOCore",
        "NIO",
        "NIOEmbedded",
        "NIOPosix",
        "_NIOConcurrency",
        "NIOTLS",
        "NIOHTTP1",
        "NIOConcurrencyHelpers",
        "NIOFoundationEssentialsCompat",
        "NIOFoundationCompat",
        "NIOWebSocket",
        "NIOTestUtils",
        "_NIOFileSystem",
        "_NIOFileSystemFoundationCompat",
        "NIOWebSocketServer",
        "NIOWebSocketClient",
        "NIOUDPEchoServer",
        "NIOUDPEchoClient",
        "NIOTCPEchoServer",
        "NIOTCPEchoClient",
        "NIOPerformanceTester",
        "NIOMulticastChat",
        "NIOHTTP1Server",
        "NIOHTTP1Client",
        "NIOEchoServer",
        "NIOEchoClient",
        "NIOCrashTester",
        "NIOChatServer",
        "NIOChatClient",
        "NIOAsyncAwaitDemo",
        "NIOFileSystemTour"
      ],
      "sources" : [
        "src/c-atomics.c",
        "src/c-nioatomics.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NIOFileSystemTour",
      "module_type" : "SwiftTarget",
      "name" : "NIOFileSystemTour",
      "path" : "Snippets",
      "product_memberships" : [
        "NIOFileSystemTour"
      ],
      "sources" : [
        "NIOFileSystemTour.swift"
      ],
      "target_dependencies" : [
        "_NIOFileSystemFoundationCompat",
        "_NIOFileSystem",
        "_NIOConcurrency",
        "NIOWebSocket",
        "NIOTestUtils",
        "NIOTLS",
        "NIOPosix",
        "NIOHTTP1",
        "NIOFoundationEssentialsCompat",
        "NIOFoundationCompat",
        "NIOFileSystem",
        "NIOEmbedded",
        "NIOCore",
        "NIOConcurrencyHelpers",
        "NIO"
      ],
      "type" : "snippet"
    }
  ],
  "tools_version" : "6.1"
}
basic-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:0ddb100795e64f71518020a73ad8441aeb43832ede7f1202ae7f8de93664f90d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest
Done.