The Swift Package Index logo.Swift Package Index

Build Information

Successful build of async-kit with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/async-kit.git
Reference: 1.19.0
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/vapor/async-kit
 * tag               1.19.0     -> FETCH_HEAD
HEAD is now at 7ece208 Clean up and soft-deprecate AsyncKit  (#106)
Cloned https://github.com/vapor/async-kit.git
Revision (git rev-parse @):
7ece208cd401687641c88367a00e3ea2b04311f1
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/vapor/async-kit.git at 1.19.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/vapor/async-kit.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
[1/5181] Fetching swift-algorithms
[2/8350] Fetching swift-algorithms, swift-log
[8351/22096] Fetching swift-algorithms, swift-log, swift-collections
[22097/86619] Fetching swift-algorithms, swift-log, swift-collections, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (1.06s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.06s)
[24715/78269] Fetching swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (1.09s)
[11615/64523] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.29s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.0 (0.62s)
Fetching https://github.com/apple/swift-numerics.git
[1/5277] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.57s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.4 (0.67s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.0 (1.10s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.72s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.63.0 (1.02s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1563] Fetching swift-atomics
[33/4546] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.59s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.60s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.2.1 (0.74s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.62s)
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.5.4
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.63.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.2.1
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.0
Building for debugging...
[0/29] Write sources
[15/29] Compiling _AtomicsShims.c
[16/29] Compiling CNIOWindows WSAStartup.c
[16/29] Compiling CNIOWindows shim.c
[16/29] Write sources
[22/29] Compiling _NumericsShims _NumericsShims.c
[23/29] Compiling CNIODarwin shim.c
[24/29] Compiling CNIOLinux liburing_shims.c
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOLinux/shim.c:203:9: warning: 'RENAME_NOREPLACE' macro redefined [-Wmacro-redefined]
#define RENAME_NOREPLACE 1
        ^
/usr/include/stdio.h:164:10: note: previous definition is here
# define RENAME_NOREPLACE (1 << 0)
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOLinux/shim.c:204:9: warning: 'RENAME_EXCHANGE' macro redefined [-Wmacro-redefined]
#define RENAME_EXCHANGE  2
        ^
/usr/include/stdio.h:165:10: note: previous definition is here
# define RENAME_EXCHANGE (1 << 1)
         ^
2 warnings generated.
[25/29] Compiling CNIOLinux shim.c
[26/29] Write swift-version-24593BA9C3E375BF.txt
[28/86] Emitting module Logging
[29/86] Emitting module _CollectionsUtilities
[29/88] Compiling c-nioatomics.c
[30/88] Compiling c-atomics.c
[32/94] Emitting module Atomics
[33/96] Compiling _CollectionsUtilities UInt+reversed.swift
[34/96] Compiling _CollectionsUtilities _UnsafeBitSet+Index.swift
[35/96] Compiling _CollectionsUtilities _UnsafeBitSet+_Word.swift
[36/96] Compiling _CollectionsUtilities _UnsafeBitSet.swift
[37/96] Compiling _CollectionsUtilities UnsafeBufferPointer+Extras.swift
[38/96] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[39/96] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[40/96] Compiling _CollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[41/96] Compiling _CollectionsUtilities UnsafeRawPointer extensions.swift
[45/96] Compiling _CollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[46/96] Compiling _CollectionsUtilities Integer rank.swift
[47/96] Compiling _CollectionsUtilities UInt+first and last set bit.swift
[48/96] Compiling Atomics IntegerOperations.swift
[49/96] Compiling Atomics Unmanaged extensions.swift
[50/96] Compiling _CollectionsUtilities _SortedCollection.swift
[51/96] Compiling _CollectionsUtilities _UniqueCollection.swift
[52/96] Compiling _CollectionsUtilities Descriptions.swift
[53/96] Compiling _CollectionsUtilities RandomAccessCollection+Offsets.swift
[54/96] Compiling _CollectionsUtilities Specialize.swift
[55/96] Compiling _CollectionsUtilities Debugging.swift
[65/96] Compiling RealModule ElementaryFunctions.swift
[71/98] Emitting module RealModule
[74/98] Compiling RealModule Real.swift
[75/98] Compiling RealModule Float16+Real.swift
[76/98] Compiling RealModule Float80+Real.swift
[77/98] Compiling _NIOBase64 Base64.swift
[78/98] Emitting module _NIOBase64
[80/99] Compiling RealModule Float+Real.swift
[81/99] Compiling _NIODataStructures PriorityQueue.swift
[82/99] Compiling _NIODataStructures _TinyArray.swift
[83/99] Compiling RealModule RealFunctions.swift
[86/200] Emitting module NIOConcurrencyHelpers
[87/223] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[88/223] Compiling OrderedCollections _HashTable+Testing.swift
[89/223] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[90/231] Compiling HeapModule Heap+Invariants.swift
[91/231] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[93/280] Compiling HeapModule Heap+Descriptions.swift
[94/323] Compiling HeapModule _HeapNode.swift
[95/323] Compiling HeapModule Heap.swift
[96/323] Compiling HeapModule Heap+UnsafeHandle.swift
[97/323] Emitting module HeapModule
[99/324] Compiling DequeModule _DequeBuffer.swift
[100/324] Compiling DequeModule _DequeBufferHeader.swift
[101/326] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[102/326] Compiling DequeModule Deque+Extras.swift
[103/326] Compiling HashTreeCollections TreeDictionary+Collection.swift
[104/326] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[105/326] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[106/326] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[107/326] Compiling HashTreeCollections TreeDictionary.swift
[108/326] Compiling HashTreeCollections TreeSet+Codable.swift
[109/326] Compiling HashTreeCollections TreeSet+Collection.swift
[110/328] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[111/328] Compiling HashTreeCollections TreeSet+Debugging.swift
[112/328] Compiling HashTreeCollections TreeSet+Descriptions.swift
[113/328] Compiling HashTreeCollections TreeSet+Equatable.swift
[114/328] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[115/328] Compiling HashTreeCollections TreeSet+Extras.swift
[116/328] Compiling HashTreeCollections TreeSet+Filter.swift
[117/386] Compiling HashTreeCollections TreeSet+Hashable.swift
[118/386] Compiling HashTreeCollections TreeSet+Sendable.swift
[119/386] Compiling HashTreeCollections TreeSet+Sequence.swift
[120/386] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[121/386] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[122/386] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[123/386] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[124/386] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[125/386] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[126/386] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[127/396] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[128/396] Compiling BitCollections BitArray+Codable.swift
[129/396] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[130/396] Compiling BitCollections BitArray+BitwiseOperations.swift
[131/396] Compiling BitCollections BitArray+RandomBits.swift
[132/396] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[133/396] Compiling BitCollections BitArray+Shifts.swift
[134/396] Compiling BitCollections BitArray+Testing.swift
[135/396] Compiling BitCollections BitArray._UnsafeHandle.swift
[136/396] Compiling BitCollections BitArray.swift
[137/396] Compiling BitCollections BitSet+BidirectionalCollection.swift
[138/396] Compiling BitCollections BitSet+Codable.swift
[139/396] Compiling Logging MetadataProvider.swift
[140/396] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[141/396] Compiling NIOConcurrencyHelpers NIOLock.swift
[142/396] Compiling NIOConcurrencyHelpers lock.swift
[143/396] Emitting module _NIODataStructures
[144/396] Compiling _NIODataStructures Heap.swift
[145/397] Compiling BitCollections BitArray+Equatable.swift
[147/397] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[148/397] Compiling BitCollections BitSet+CustomReflectable.swift
[149/397] Compiling BitCollections BitSet+CustomStringConvertible.swift
[150/397] Compiling BitCollections BitSet+Equatable.swift
[151/397] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[152/397] Compiling BitCollections BitSet+Extras.swift
[153/397] Compiling BitCollections BitSet+Hashable.swift
[154/397] Compiling BitCollections BitSet+Initializers.swift
[155/397] Compiling BitCollections BitSet+Invariants.swift
[156/397] Compiling BitCollections BitSet+Random.swift
[157/397] Compiling BitCollections BitSet+SetAlgebra basics.swift
[158/397] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[159/397] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[160/397] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[161/397] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[162/397] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[167/397] Compiling BitCollections BitArray+Collection.swift
[168/397] Compiling BitCollections BitArray+Copy.swift
[169/397] Compiling BitCollections BitArray+CustomReflectable.swift
[170/397] Compiling BitCollections BitArray+Descriptions.swift
[172/397] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[173/397] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[174/397] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[175/397] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[176/397] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[177/397] Compiling BitCollections BitSet+SetAlgebra union.swift
[178/397] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[179/397] Compiling BitCollections BitSet.Counted.swift
[182/397] Compiling OrderedCollections OrderedSet+Sendable.swift
[183/397] Compiling OrderedCollections OrderedSet+SubSequence.swift
[184/397] Compiling OrderedCollections OrderedSet+Testing.swift
[185/397] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[186/397] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[187/397] Compiling OrderedCollections OrderedSet.swift
[188/397] Compiling OrderedCollections _UnsafeBitset.swift
[189/397] Compiling HashTreeCollections TreeDictionary+Merge.swift
[190/397] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[191/397] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[192/397] Compiling HashTreeCollections TreeDictionary+Values.swift
[193/397] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[194/397] Compiling NIOConcurrencyHelpers atomics.swift
[195/423] Compiling Algorithms Intersperse.swift
[196/423] Compiling Algorithms Joined.swift
[200/423] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[201/423] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[202/423] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[203/423] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[219/430] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[220/430] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[221/430] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[222/430] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[223/430] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[224/430] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[225/430] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[226/430] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[227/430] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[228/430] Compiling HashTreeCollections TreeSet.swift
[229/430] Compiling Logging LogHandler.swift
[230/430] Compiling Logging Locks.swift
[231/430] Compiling Logging Logging.swift
[232/431] Compiling Algorithms EitherSequence.swift
[233/431] Compiling Algorithms FirstNonNil.swift
[234/431] Compiling Algorithms AdjacentPairs.swift
[235/431] Compiling Algorithms Chain.swift
[236/431] Compiling Algorithms Chunked.swift
[238/431] Compiling Algorithms Compacted.swift
[239/431] Compiling Algorithms Cycle.swift
[245/431] Compiling Algorithms Combinations.swift
[255/440] Emitting module DequeModule
[264/442] Compiling Algorithms Indexed.swift
[267/442] Compiling Algorithms Keyed.swift
[268/442] Compiling Algorithms MinMax.swift
[269/442] Compiling Algorithms Partition.swift
[270/442] Compiling Algorithms Permutations.swift
[271/442] Compiling Algorithms Product.swift
[272/442] Compiling Algorithms RandomSample.swift
[273/442] Compiling Algorithms Reductions.swift
[274/498] Compiling NIOCore AddressedEnvelope.swift
[275/498] Compiling NIOCore AsyncAwaitSupport.swift
[276/498] Compiling NIOCore AsyncChannel.swift
[277/498] Compiling NIOCore AsyncChannelInboundStream.swift
[278/498] Compiling NIOCore AsyncChannelInboundStreamChannelHandler.swift
[279/498] Compiling NIOCore AsyncChannelOutboundWriter.swift
[280/498] Compiling NIOCore AsyncChannelOutboundWriterHandler.swift
[281/498] Compiling NIOCore NIOAsyncSequenceProducer.swift
[282/498] Compiling NIOCore PointerHelpers.swift
[283/498] Compiling NIOCore RecvByteBufferAllocator.swift
[284/498] Compiling BitCollections Slice+Utilities.swift
[285/498] Compiling BitCollections UInt+Tricks.swift
[286/498] Compiling BitCollections _Word.swift
[289/498] Compiling NIOCore EventLoop.swift
[290/498] Compiling NIOCore EventLoopFuture+Deprecated.swift
[291/498] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[292/498] Compiling NIOCore EventLoopFuture.swift
[293/498] Compiling NIOCore FileDescriptor.swift
[294/498] Compiling NIOCore FileHandle.swift
[295/498] Compiling NIOCore FileRegion.swift
[296/498] Compiling NIOCore GlobalSingletons.swift
[297/498] Compiling NIOCore IO.swift
[298/498] Compiling NIOCore IOData.swift
[299/498] Compiling NIOCore IPProtocol.swift
[300/498] Compiling NIOCore DeadChannel.swift
[301/498] Compiling NIOCore DispatchQueue+WithFuture.swift
[302/498] Compiling NIOCore EventLoop+Deprecated.swift
[312/501] Emitting module BitCollections
[321/501] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[322/501] Compiling NIOCore NIOAsyncWriter.swift
[323/501] Compiling NIOCore NIOLoopBound.swift
[324/501] Compiling NIOCore NIOSendable.swift
[330/501] Compiling NIOCore CircularBuffer.swift
[331/501] Compiling NIOCore Codec.swift
[332/501] Compiling NIOCore ConvenienceOptionSupport.swift
[335/501] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[336/501] Compiling NIOCore BSDSocketAPI.swift
[337/501] Compiling NIOCore ByteBuffer-aux.swift
[338/501] Compiling NIOCore ByteBuffer-conversions.swift
[339/501] Compiling NIOCore ByteBuffer-core.swift
[340/501] Compiling NIOCore ByteBuffer-hexdump.swift
[341/501] Compiling NIOCore ChannelOption.swift
[342/501] Compiling NIOCore ChannelPipeline.swift
[350/502] Emitting module OrderedCollections
[351/503] Compiling Algorithms Trim.swift
[352/503] Compiling Algorithms Unique.swift
[353/503] Compiling Algorithms Windows.swift
[369/503] Compiling NIOCore MarkedCircularBuffer.swift
[370/503] Compiling NIOCore MulticastChannel.swift
[371/503] Compiling NIOCore NIOAny.swift
[372/503] Compiling NIOCore NIOCloseOnErrorHandler.swift
[377/505] Emitting module HashTreeCollections
[378/511] Emitting module _RopeModule
[379/511] Compiling _RopeModule Rope+Join.swift
[380/511] Compiling _RopeModule Rope+MutatingForEach.swift
[381/511] Compiling _RopeModule Rope+Remove.swift
[382/511] Compiling _RopeModule Rope+RemoveSubrange.swift
[383/511] Compiling _RopeModule Rope+Split.swift
[384/511] Compiling _RopeModule Optional Utilities.swift
[385/511] Compiling _RopeModule String Utilities.swift
[386/511] Compiling _RopeModule String.Index+ABI.swift
[387/511] Compiling _RopeModule _CharacterRecognizer.swift
[415/511] Compiling NIOCore ByteBuffer-views.swift
[416/511] Compiling NIOCore Channel.swift
[417/511] Compiling NIOCore ChannelHandler.swift
[418/511] Compiling NIOCore ChannelHandlers.swift
[419/511] Compiling NIOCore ChannelInvoker.swift
[420/511] Compiling NIOCore EventLoop+SerialExecutor.swift
[438/512] Compiling NIOCore IntegerBitPacking.swift
[439/512] Compiling NIOCore IntegerTypes.swift
[440/512] Compiling NIOCore Interfaces.swift
[441/512] Compiling NIOCore Linux.swift
[450/512] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[451/512] Compiling NIOCore SocketAddresses.swift
[472/513] Emitting module Algorithms
[474/516] Compiling Collections Collections.swift
[475/516] Emitting module Collections
[479/517] Compiling NIOCore SocketOptionProvider.swift
[480/517] Compiling NIOCore SystemCallHelpers.swift
[481/517] Compiling NIOCore TimeAmount+Duration.swift
[482/517] Compiling NIOCore TypeAssistedChannelHandler.swift
[483/517] Compiling NIOCore UniversalBootstrapSupport.swift
[484/517] Compiling NIOCore Utilities.swift
[517/517] Emitting module NIOCore
[519/569] Compiling NIOPosix PooledRecvBufferAllocator.swift
[520/569] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[521/569] Compiling NIOPosix PosixSingletons.swift
[522/569] Compiling NIOPosix RawSocketBootstrap.swift
[523/569] Compiling NIOPosix Resolver.swift
[524/569] Compiling NIOPosix Selectable.swift
[525/575] Emitting module NIOEmbedded
[526/575] Compiling NIOEmbedded AsyncTestingChannel.swift
[527/575] Compiling NIOEmbedded Embedded.swift
[528/575] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[530/576] Emitting module NIOPosix
[531/576] Compiling NIOPosix ThreadPosix.swift
[532/576] Compiling NIOPosix ThreadWindows.swift
[533/576] Compiling NIOPosix UnsafeTransfer.swift
[534/576] Compiling NIOPosix Utilities.swift
[535/576] Compiling NIOPosix VsockAddress.swift
[536/576] Compiling NIOPosix VsockChannelEvents.swift
[537/576] Compiling NIOPosix Bootstrap.swift
[538/576] Compiling NIOPosix ControlMessage.swift
[539/576] Compiling NIOPosix DatagramVectorReadManager.swift
[540/576] Compiling NIOPosix FileDescriptor.swift
[541/576] Compiling NIOPosix GetaddrinfoResolver.swift
[542/576] Compiling NIOPosix HappyEyeballs.swift
[543/576] Compiling NIOPosix IO.swift
[544/576] Compiling NIOPosix SelectableChannel.swift
[545/576] Compiling NIOPosix SelectableEventLoop.swift
[546/576] Compiling NIOPosix SelectorEpoll.swift
[547/576] Compiling NIOPosix SelectorGeneric.swift
[548/576] Compiling NIOPosix SelectorKqueue.swift
[549/576] Compiling NIOPosix SelectorUring.swift
[550/576] Compiling NIOPosix IntegerBitPacking.swift
[551/576] Compiling NIOPosix IntegerTypes.swift
[552/576] Compiling NIOPosix Linux.swift
[553/576] Compiling NIOPosix LinuxCPUSet.swift
[554/576] Compiling NIOPosix LinuxUring.swift
[555/576] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[556/576] Compiling NIOPosix NIOThreadPool.swift
[557/576] Compiling NIOPosix ServerSocket.swift
[558/576] Compiling NIOPosix Socket.swift
[559/576] Compiling NIOPosix SocketChannel.swift
[560/576] Compiling NIOPosix SocketProtocols.swift
[561/576] Compiling NIOPosix System.swift
[562/576] Compiling NIOPosix Thread.swift
[563/576] Compiling NIOPosix NonBlockingFileIO.swift
[564/576] Compiling NIOPosix PendingDatagramWritesManager.swift
[565/576] Compiling NIOPosix PendingWritesManager.swift
[566/576] Compiling NIOPosix PipeChannel.swift
[567/576] Compiling NIOPosix PipePair.swift
[568/576] Compiling NIOPosix PointerHelpers.swift
[569/576] Compiling NIOPosix Pool.swift
[570/576] Compiling NIOPosix BSDSocketAPICommon.swift
[571/576] Compiling NIOPosix BSDSocketAPIPosix.swift
[572/576] Compiling NIOPosix BSDSocketAPIWindows.swift
[573/576] Compiling NIOPosix BaseSocket.swift
[574/576] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[575/576] Compiling NIOPosix BaseSocketChannel.swift
[576/576] Compiling NIOPosix BaseStreamSocketChannel.swift
[578/599] Compiling AsyncKit Future+Miscellaneous.swift
[579/599] Compiling AsyncKit Future+Nonempty.swift
[580/599] Compiling AsyncKit Future+Optional.swift
[581/601] Compiling AsyncKit Future+Transform.swift
[582/601] Compiling AsyncKit Future+Try.swift
[583/601] Compiling AsyncKit FutureOperators.swift
[584/601] Compiling AsyncKit Optional+StrictMap.swift
[585/601] Compiling AsyncKit Exports.swift
[586/601] Compiling AsyncKit ConnectionPoolError.swift
[587/601] Compiling AsyncKit ConnectionPoolItem.swift
[588/601] Compiling AsyncKit ConnectionPoolSource.swift
[589/601] Compiling AsyncKit EventLoopConnectionPool.swift
[590/601] Compiling AsyncKit EventLoopGroupConnectionPool.swift
[591/601] Compiling AsyncKit EventLoop+Concurrency.swift
[592/601] Emitting module AsyncKit
[593/601] Compiling AsyncKit EventLoopFutureQueue.swift
[594/601] Compiling AsyncKit Future+Collection.swift
[595/601] Compiling AsyncKit Future+Conjunctions.swift
[596/601] Compiling AsyncKit EventLoop+Flatten.swift
[597/601] Compiling AsyncKit EventLoop+Future.swift
[598/601] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[599/601] Compiling AsyncKit EventLoopGroup+Throwing.swift
[600/601] Compiling AsyncKit Collection+Flatten.swift
[601/601] Compiling AsyncKit EventLoopFutureQueue+Sequence.swift
Build complete! (91.00s)
Build complete.
Done.

Build Machine: Linux 1