The Swift Package Index logo.Swift Package Index

Build Information

Successful build of MicroExpress 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/NozeIO/MicroExpress.git
Reference: master
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/NozeIO/MicroExpress
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 08760d0 Update README.md
Cloned https://github.com/NozeIO/MicroExpress.git
Revision (git rev-parse @):
08760d00f09f1cc17334290d97fdfc4bf04ea5a8
SUCCESS checkout https://github.com/NozeIO/MicroExpress.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/NozeIO/MicroExpress.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/AlwaysRightInstitute/mustache.git
Fetching https://github.com/apple/swift-nio.git
[1/544] Fetching mustache
[545/65041] Fetching mustache, swift-nio
Fetched https://github.com/AlwaysRightInstitute/mustache.git from cache (4.06s)
Fetched https://github.com/apple/swift-nio.git from cache (4.14s)
Computing version for https://github.com/AlwaysRightInstitute/mustache.git
Computed https://github.com/AlwaysRightInstitute/mustache.git at 0.5.9 (0.38s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.63.0 (0.58s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1563] Fetching swift-atomics
[439/4546] Fetching swift-atomics, swift-system
[4547/18292] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.41s)
[3488/15309] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.41s)
[2750/13746] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.05s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.2.1 (0.41s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.38s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.0 (0.66s)
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/AlwaysRightInstitute/mustache.git
Working copy of https://github.com/AlwaysRightInstitute/mustache.git resolved at 0.5.9
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
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
Building for debugging...
[0/25] Write sources
[12/25] Compiling CNIOWindows shim.c
[13/25] Compiling CNIOWindows WSAStartup.c
[14/25] Compiling CNIOLinux liburing_shims.c
[15/25] Compiling CNIODarwin shim.c
[16/25] Compiling CNIOLLHTTP c_nio_http.c
[16/25] Write sources
/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.
[18/25] Compiling CNIOLinux shim.c
[19/25] Compiling CNIOLLHTTP c_nio_api.c
[20/25] Compiling _AtomicsShims.c
[20/25] Write swift-version-24593BA9C3E375BF.txt
[22/75] Compiling CNIOLLHTTP c_nio_llhttp.c
[24/75] Emitting module mustache
[25/75] Emitting module _CollectionsUtilities
[25/77] Compiling c-nioatomics.c
[26/77] Compiling c-atomics.c
[28/83] Emitting module Atomics
[29/85] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[30/85] Compiling Atomics AtomicOptionalWrappable.swift
[31/85] Compiling Atomics AtomicReference.swift
[32/85] Compiling Atomics IntegerConformances.swift
[33/85] Compiling Atomics PointerConformances.swift
[34/85] Compiling Atomics Primitives.native.swift
[35/85] Compiling _CollectionsUtilities UnsafeBufferPointer+Extras.swift
[36/85] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[37/85] Compiling Atomics ManagedAtomic.swift
[38/85] Compiling Atomics ManagedAtomicLazyReference.swift
[39/85] Compiling Atomics OptionalRawRepresentable.swift
[40/85] Compiling Atomics RawRepresentable.swift
[41/85] Compiling Atomics AtomicBool.swift
[44/85] Compiling Atomics Primitives.shims.swift
[45/85] Compiling Atomics AtomicInteger.swift
[49/85] Compiling Atomics AtomicMemoryOrderings.swift
[50/85] Compiling Atomics DoubleWord.swift
[51/85] Compiling Atomics AtomicStorage.swift
[52/85] Compiling Atomics AtomicValue.swift
[53/85] Emitting module _NIOBase64
[54/85] Compiling _NIOBase64 Base64.swift
[55/86] Compiling mustache MustacheRenderingContext.swift
[58/87] Compiling mustache HTMLEscape.swift
[64/87] Compiling Atomics IntegerOperations.swift
[65/87] Compiling Atomics Unmanaged extensions.swift
[67/87] Compiling mustache MustacheNode.swift
[69/87] Compiling _NIODataStructures PriorityQueue.swift
[70/87] Compiling _NIODataStructures _TinyArray.swift
[71/103] Compiling DequeModule Deque+Descriptions.swift
[72/103] Compiling DequeModule Deque+Equatable.swift
[73/103] Compiling DequeModule Deque+Codable.swift
[74/103] Compiling DequeModule Deque+Collection.swift
[75/103] Compiling DequeModule Deque+CustomReflectable.swift
[76/103] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[78/104] Compiling DequeModule _DequeBuffer.swift
[79/104] Compiling DequeModule _DequeBufferHeader.swift
[82/106] Compiling mustache SimpleKVC.swift
[83/106] Compiling mustache Mustacheable.swift
[84/106] Compiling mustache Helpers.swift
[85/106] Compiling DequeModule _DequeSlot.swift
[86/106] Compiling DequeModule _UnsafeWrappedBuffer.swift
[87/106] Compiling NIOConcurrencyHelpers NIOLock.swift
[88/106] Emitting module NIOConcurrencyHelpers
[89/106] Compiling NIOConcurrencyHelpers lock.swift
[90/106] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[91/106] Compiling _NIODataStructures Heap.swift
[92/106] Emitting module _NIODataStructures
[93/107] Compiling DequeModule Deque+Hashable.swift
[94/107] Compiling DequeModule Deque+Sendable.swift
[95/107] Compiling DequeModule Deque+Testing.swift
[96/107] Compiling DequeModule Deque._Storage.swift
[97/107] Compiling DequeModule Deque._UnsafeHandle.swift
[98/107] Compiling DequeModule Deque.swift
[100/107] Compiling DequeModule Deque+Extras.swift
[101/107] Compiling mustache MustacheParser.swift
[104/108] Compiling NIOConcurrencyHelpers atomics.swift
[109/109] Emitting module DequeModule
[111/167] Compiling NIOCore MarkedCircularBuffer.swift
[112/167] Compiling NIOCore MulticastChannel.swift
[113/167] Compiling NIOCore NIOAny.swift
[114/167] Compiling NIOCore NIOCloseOnErrorHandler.swift
[115/167] Compiling NIOCore NIOLoopBound.swift
[116/167] Compiling NIOCore NIOSendable.swift
[117/167] Compiling NIOCore PointerHelpers.swift
[118/167] Compiling NIOCore RecvByteBufferAllocator.swift
[119/175] Compiling NIOCore GlobalSingletons.swift
[120/175] Compiling NIOCore IO.swift
[121/175] Compiling NIOCore IOData.swift
[122/175] Compiling NIOCore IPProtocol.swift
[123/175] Compiling NIOCore IntegerBitPacking.swift
[124/175] Compiling NIOCore IntegerTypes.swift
[125/175] Compiling NIOCore Interfaces.swift
[126/175] Compiling NIOCore Linux.swift
[127/175] Compiling NIOCore ChannelOption.swift
[128/175] Compiling NIOCore ChannelPipeline.swift
[129/175] Compiling NIOCore CircularBuffer.swift
[130/175] Compiling NIOCore Codec.swift
[131/175] Compiling NIOCore ConvenienceOptionSupport.swift
[132/175] Compiling NIOCore DeadChannel.swift
[133/175] Compiling NIOCore DispatchQueue+WithFuture.swift
[134/175] Compiling NIOCore EventLoop+Deprecated.swift
[135/175] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[136/175] Compiling NIOCore SocketAddresses.swift
[137/175] Compiling NIOCore SocketOptionProvider.swift
[138/175] Compiling NIOCore SystemCallHelpers.swift
[139/175] Compiling NIOCore TimeAmount+Duration.swift
[140/175] Compiling NIOCore TypeAssistedChannelHandler.swift
[141/175] Compiling NIOCore UniversalBootstrapSupport.swift
[142/175] Compiling NIOCore Utilities.swift
[143/175] Compiling NIOCore AddressedEnvelope.swift
[144/175] Compiling NIOCore AsyncAwaitSupport.swift
[145/175] Compiling NIOCore AsyncChannel.swift
[146/175] Compiling NIOCore AsyncChannelInboundStream.swift
[147/175] Compiling NIOCore AsyncChannelInboundStreamChannelHandler.swift
[148/175] Compiling NIOCore AsyncChannelOutboundWriter.swift
[149/175] Compiling NIOCore AsyncChannelOutboundWriterHandler.swift
[150/175] Compiling NIOCore NIOAsyncSequenceProducer.swift
[151/175] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[152/175] Compiling NIOCore NIOAsyncWriter.swift
[153/175] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[154/175] Compiling NIOCore BSDSocketAPI.swift
[155/175] Compiling NIOCore ByteBuffer-aux.swift
[156/175] Compiling NIOCore ByteBuffer-conversions.swift
[157/175] Compiling NIOCore ByteBuffer-core.swift
[158/175] Compiling NIOCore ByteBuffer-hexdump.swift
[159/175] Compiling NIOCore EventLoop+SerialExecutor.swift
[160/175] Compiling NIOCore EventLoop.swift
[161/175] Compiling NIOCore EventLoopFuture+Deprecated.swift
[162/175] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[163/175] Compiling NIOCore EventLoopFuture.swift
[164/175] Compiling NIOCore FileDescriptor.swift
[165/175] Compiling NIOCore FileHandle.swift
[166/175] Compiling NIOCore FileRegion.swift
[167/175] Compiling NIOCore ByteBuffer-int.swift
[168/175] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[169/175] Compiling NIOCore ByteBuffer-multi-int.swift
[170/175] Compiling NIOCore ByteBuffer-views.swift
[171/175] Compiling NIOCore Channel.swift
[172/175] Compiling NIOCore ChannelHandler.swift
[173/175] Compiling NIOCore ChannelHandlers.swift
[174/175] Compiling NIOCore ChannelInvoker.swift
[175/175] Emitting module NIOCore
[177/227] Emitting module NIOEmbedded
[178/227] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[179/227] Compiling NIOEmbedded Embedded.swift
[180/227] Compiling NIOEmbedded AsyncTestingChannel.swift
[182/228] Compiling NIOPosix PooledRecvBufferAllocator.swift
[183/228] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[184/228] Compiling NIOPosix PosixSingletons.swift
[185/228] Compiling NIOPosix RawSocketBootstrap.swift
[186/228] Compiling NIOPosix Resolver.swift
[187/228] Compiling NIOPosix Selectable.swift
[188/234] Compiling NIOPosix ThreadPosix.swift
[189/234] Compiling NIOPosix ThreadWindows.swift
[190/234] Compiling NIOPosix UnsafeTransfer.swift
[191/234] Compiling NIOPosix Utilities.swift
[192/234] Compiling NIOPosix VsockAddress.swift
[193/234] Compiling NIOPosix VsockChannelEvents.swift
[194/234] Compiling NIOPosix SelectableChannel.swift
[195/234] Compiling NIOPosix SelectableEventLoop.swift
[196/234] Compiling NIOPosix SelectorEpoll.swift
[197/234] Compiling NIOPosix SelectorGeneric.swift
[198/234] Compiling NIOPosix SelectorKqueue.swift
[199/234] Compiling NIOPosix SelectorUring.swift
[200/234] Compiling NIOPosix ServerSocket.swift
[201/234] Compiling NIOPosix Socket.swift
[202/234] Compiling NIOPosix SocketChannel.swift
[203/234] Compiling NIOPosix SocketProtocols.swift
[204/234] Compiling NIOPosix System.swift
[205/234] Compiling NIOPosix Thread.swift
[206/234] Compiling NIOPosix NonBlockingFileIO.swift
[207/234] Compiling NIOPosix PendingDatagramWritesManager.swift
[208/234] Compiling NIOPosix PendingWritesManager.swift
[209/234] Compiling NIOPosix PipeChannel.swift
[210/234] Compiling NIOPosix PipePair.swift
[211/234] Compiling NIOPosix PointerHelpers.swift
[212/234] Compiling NIOPosix Pool.swift
[213/234] Compiling NIOPosix IntegerBitPacking.swift
[214/234] Compiling NIOPosix IntegerTypes.swift
[215/234] Compiling NIOPosix Linux.swift
[216/234] Compiling NIOPosix LinuxCPUSet.swift
[217/234] Compiling NIOPosix LinuxUring.swift
[218/234] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[219/234] Compiling NIOPosix NIOThreadPool.swift
[220/234] Compiling NIOPosix BSDSocketAPICommon.swift
[221/234] Compiling NIOPosix BSDSocketAPIPosix.swift
[222/234] Compiling NIOPosix BSDSocketAPIWindows.swift
[223/234] Compiling NIOPosix BaseSocket.swift
[224/234] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[225/234] Compiling NIOPosix BaseSocketChannel.swift
[226/234] Compiling NIOPosix BaseStreamSocketChannel.swift
[227/234] Emitting module NIOPosix
[228/234] Compiling NIOPosix Bootstrap.swift
[229/234] Compiling NIOPosix ControlMessage.swift
[230/234] Compiling NIOPosix DatagramVectorReadManager.swift
[231/234] Compiling NIOPosix FileDescriptor.swift
[232/234] Compiling NIOPosix GetaddrinfoResolver.swift
[233/234] Compiling NIOPosix HappyEyeballs.swift
[234/234] Compiling NIOPosix IO.swift
[236/237] Emitting module NIO
[237/237] Compiling NIO Exports.swift
[239/254] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[240/254] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[241/256] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[242/256] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[243/256] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[244/256] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[245/256] Emitting module NIOHTTP1
[246/256] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[247/256] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[248/256] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[249/256] Compiling NIOHTTP1 HTTPTypes.swift
[250/256] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[251/256] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[252/256] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[253/256] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[254/256] Compiling NIOHTTP1 ByteCollectionUtils.swift
[255/256] Compiling NIOHTTP1 HTTPDecoder.swift
[256/256] Compiling NIOHTTP1 HTTPEncoder.swift
[258/265] Compiling MicroExpress IncomingMessage.swift
[259/266] Compiling MicroExpress Middleware.swift
[260/266] Compiling MicroExpress QueryString.swift
[261/266] Compiling MicroExpress Router.swift
[262/266] Compiling MicroExpress FS.swift
[263/266] Compiling MicroExpress CORS.swift
[264/266] Emitting module MicroExpress
[265/266] Compiling MicroExpress Express.swift
[266/266] Compiling MicroExpress ServerResponse.swift
Build complete! (55.96s)
Build complete.
Done.

Build Machine: Linux 1