The Swift Package Index logo.Swift Package Index

Build Information

Successful build of MacroApp 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/Macro-swift/MacroApp.git
Reference: 0.6.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/Macro-swift/MacroApp
 * tag               0.6.0      -> FETCH_HEAD
HEAD is now at 083e4fc Merge branch 'develop'
Cloned https://github.com/Macro-swift/MacroApp.git
Revision (git rev-parse @):
083e4fc170940be0be920758eb4d44f259d866b9
SUCCESS checkout https://github.com/Macro-swift/MacroApp.git at 0.6.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/Macro-swift/MacroApp.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/Macro-swift/MacroExpress.git
Fetching https://github.com/Macro-swift/Macro.git
[1/1171] Fetching macroexpress
[610/2688] Fetching macroexpress, macro
Fetched https://github.com/Macro-swift/Macro.git from cache (0.26s)
Fetched https://github.com/Macro-swift/MacroExpress.git from cache (0.26s)
Computing version for https://github.com/Macro-swift/Macro.git
Computed https://github.com/Macro-swift/Macro.git at 1.0.1 (0.43s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-atomics.git
[1/3169] Fetching swift-log
[572/4732] Fetching swift-log, swift-atomics
Fetched https://github.com/apple/swift-log.git from cache (0.43s)
[1/64497] Fetching swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (3.96s)
Fetched https://github.com/apple/swift-nio.git from cache (4.04s)
Computing version for https://github.com/Macro-swift/MacroExpress.git
Computed https://github.com/Macro-swift/MacroExpress.git at 1.0.2 (0.44s)
Fetching https://github.com/AlwaysRightInstitute/mustache.git
[1/544] Fetching mustache
Fetched https://github.com/AlwaysRightInstitute/mustache.git from cache (0.24s)
Computing version for https://github.com/AlwaysRightInstitute/mustache.git
Computed https://github.com/AlwaysRightInstitute/mustache.git at 1.0.1 (0.42s)
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-log.git
Computed https://github.com/apple/swift-log.git at 1.5.4 (0.43s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.63.0 (0.57s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/2983] Fetching swift-system
[2984/16729] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.03s)
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.45s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.0 (0.71s)
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/Macro-swift/Macro.git
Working copy of https://github.com/Macro-swift/Macro.git resolved at 1.0.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
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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/Macro-swift/MacroExpress.git
Working copy of https://github.com/Macro-swift/MacroExpress.git resolved at 1.0.2
Creating working copy for https://github.com/AlwaysRightInstitute/mustache.git
Working copy of https://github.com/AlwaysRightInstitute/mustache.git resolved at 1.0.1
Building for debugging...
[0/37] Write sources
[24/37] Compiling CNIOWindows shim.c
[25/37] Compiling CNIOWindows WSAStartup.c
[26/37] Compiling CNIOLinux liburing_shims.c
[27/37] Compiling CNIOLLHTTP c_nio_http.c
[28/37] Compiling CNIODarwin shim.c
[29/37] 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.
[30/37] Compiling CNIOLinux shim.c
[31/37] Compiling CNIOLLHTTP c_nio_api.c
[32/37] Write swift-version-24593BA9C3E375BF.txt
[33/37] Compiling _AtomicsShims.c
[34/67] Compiling CNIOLLHTTP c_nio_llhttp.c
[36/84] Emitting module mustache
[36/84] Compiling c-nioatomics.c
[38/84] Emitting module _CollectionsUtilities
[38/91] Compiling c-atomics.c
[40/91] Emitting module Logging
[41/97] Compiling _CollectionsUtilities RandomAccessCollection+Offsets.swift
[42/97] Compiling _CollectionsUtilities Specialize.swift
[43/97] Compiling _CollectionsUtilities Debugging.swift
[44/97] Compiling _CollectionsUtilities Descriptions.swift
[45/97] Compiling _CollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[46/97] Compiling _CollectionsUtilities Integer rank.swift
[47/97] Compiling _CollectionsUtilities UInt+first and last set bit.swift
[48/97] Compiling _CollectionsUtilities UnsafeBufferPointer+Extras.swift
[49/97] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[50/97] Compiling _CollectionsUtilities _UnsafeBitSet+_Word.swift
[51/97] Compiling _CollectionsUtilities _UnsafeBitSet.swift
[52/97] Compiling _CollectionsUtilities _SortedCollection.swift
[53/97] Compiling _CollectionsUtilities _UniqueCollection.swift
[54/97] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[55/97] Compiling _CollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[56/97] Compiling _CollectionsUtilities UnsafeRawPointer extensions.swift
[57/97] Compiling _CollectionsUtilities UInt+reversed.swift
[58/97] Compiling _CollectionsUtilities _UnsafeBitSet+Index.swift
[59/98] Emitting module _NIOBase64
[60/98] Compiling _NIOBase64 Base64.swift
[63/99] Compiling _NIODataStructures _TinyArray.swift
[64/99] Compiling _NIODataStructures PriorityQueue.swift
[65/99] Emitting module NIOConcurrencyHelpers
[66/99] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[67/134] Compiling DequeModule Deque+Hashable.swift
[68/134] Compiling DequeModule Deque+Sendable.swift
[69/136] Compiling DequeModule _DequeBuffer.swift
[70/136] Compiling DequeModule _DequeBufferHeader.swift
[71/136] Compiling DequeModule Deque._Storage.swift
[73/138] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[74/138] Compiling DequeModule Deque+Extras.swift
[75/138] Compiling DequeModule Deque+Descriptions.swift
[76/138] Compiling DequeModule Deque+Equatable.swift
[78/138] Compiling DequeModule _DequeSlot.swift
[79/138] Compiling DequeModule _UnsafeWrappedBuffer.swift
[80/138] Compiling Atomics UnsafeAtomicLazyReference.swift
[81/138] Compiling Atomics IntegerOperations.swift
[82/138] Compiling Atomics Unmanaged extensions.swift
[83/138] Compiling mustache Helpers.swift
[84/138] Compiling mustache HTMLEscape.swift
[85/138] Compiling xsys timespec.swift
[88/139] Emitting module mime
[89/139] Compiling mime MIME.swift
[90/139] Compiling DequeModule Deque+CustomReflectable.swift
[93/139] Compiling DequeModule Deque._UnsafeHandle.swift
[96/139] Compiling Logging MetadataProvider.swift
[97/139] Compiling DequeModule Deque.swift
[98/139] Compiling DequeModule Deque+Testing.swift
[99/139] Emitting module xsys
[100/139] Compiling DequeModule Deque+Codable.swift
[101/139] Compiling DequeModule Deque+Collection.swift
[104/139] Compiling mustache MustacheRenderingContext.swift
[105/139] Compiling mustache Mustacheable.swift
[106/139] Compiling mustache SimpleKVC.swift
[107/139] Emitting module _NIODataStructures
[108/139] Compiling _NIODataStructures Heap.swift
[115/140] Compiling Logging Locks.swift
[117/141] Compiling NIOConcurrencyHelpers lock.swift
[119/141] Compiling xsys timeval_any.swift
[120/142] Compiling mustache MustacheNode.swift
[121/142] Compiling mustache MustacheParser.swift
[128/143] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[129/143] Compiling NIOConcurrencyHelpers atomics.swift
[130/143] Compiling NIOConcurrencyHelpers NIOLock.swift
[135/144] Compiling Logging Logging.swift
[136/144] Compiling Logging LogHandler.swift
[138/145] Emitting module DequeModule
[140/146] Emitting module Atomics
[148/204] Compiling NIOCore AddressedEnvelope.swift
[149/204] Compiling NIOCore AsyncAwaitSupport.swift
[150/204] Compiling NIOCore AsyncChannel.swift
[151/204] Compiling NIOCore AsyncChannelInboundStream.swift
[152/204] Compiling NIOCore AsyncChannelInboundStreamChannelHandler.swift
[153/204] Compiling NIOCore AsyncChannelOutboundWriter.swift
[154/204] Compiling NIOCore AsyncChannelOutboundWriterHandler.swift
[155/204] Compiling NIOCore NIOAsyncSequenceProducer.swift
[156/212] Compiling NIOCore MarkedCircularBuffer.swift
[157/212] Compiling NIOCore MulticastChannel.swift
[158/212] Compiling NIOCore NIOAny.swift
[159/212] Compiling NIOCore NIOCloseOnErrorHandler.swift
[160/212] Compiling NIOCore NIOLoopBound.swift
[161/212] Compiling NIOCore NIOSendable.swift
[162/212] Compiling NIOCore PointerHelpers.swift
[163/212] Compiling NIOCore RecvByteBufferAllocator.swift
[164/212] Compiling NIOCore GlobalSingletons.swift
[165/212] Compiling NIOCore IO.swift
[166/212] Compiling NIOCore IOData.swift
[167/212] Compiling NIOCore IPProtocol.swift
[168/212] Compiling NIOCore IntegerBitPacking.swift
[169/212] Compiling NIOCore IntegerTypes.swift
[170/212] Compiling NIOCore Interfaces.swift
[171/212] Compiling NIOCore Linux.swift
[172/212] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[173/212] Compiling NIOCore SocketAddresses.swift
[174/212] Compiling NIOCore SocketOptionProvider.swift
[175/212] Compiling NIOCore SystemCallHelpers.swift
[176/212] Compiling NIOCore TimeAmount+Duration.swift
[177/212] Compiling NIOCore TypeAssistedChannelHandler.swift
[178/212] Compiling NIOCore UniversalBootstrapSupport.swift
[179/212] Compiling NIOCore Utilities.swift
[180/212] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[181/212] Compiling NIOCore NIOAsyncWriter.swift
[182/212] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[183/212] Compiling NIOCore BSDSocketAPI.swift
[184/212] Compiling NIOCore ByteBuffer-aux.swift
[185/212] Compiling NIOCore ByteBuffer-conversions.swift
[186/212] Compiling NIOCore ByteBuffer-core.swift
[187/212] Compiling NIOCore ByteBuffer-hexdump.swift
[188/212] Compiling NIOCore EventLoop+SerialExecutor.swift
[189/212] Compiling NIOCore EventLoop.swift
[190/212] Compiling NIOCore EventLoopFuture+Deprecated.swift
[191/212] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[192/212] Compiling NIOCore EventLoopFuture.swift
[193/212] Compiling NIOCore FileDescriptor.swift
[194/212] Compiling NIOCore FileHandle.swift
[195/212] Compiling NIOCore FileRegion.swift
[196/212] Compiling NIOCore ChannelOption.swift
[197/212] Compiling NIOCore ChannelPipeline.swift
[198/212] Compiling NIOCore CircularBuffer.swift
[199/212] Compiling NIOCore Codec.swift
[200/212] Compiling NIOCore ConvenienceOptionSupport.swift
[201/212] Compiling NIOCore DeadChannel.swift
[202/212] Compiling NIOCore DispatchQueue+WithFuture.swift
[203/212] Compiling NIOCore EventLoop+Deprecated.swift
[204/212] Compiling NIOCore ByteBuffer-int.swift
[205/212] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[206/212] Compiling NIOCore ByteBuffer-multi-int.swift
[207/212] Compiling NIOCore ByteBuffer-views.swift
[208/212] Compiling NIOCore Channel.swift
[209/212] Compiling NIOCore ChannelHandler.swift
[210/212] Compiling NIOCore ChannelHandlers.swift
[211/212] Compiling NIOCore ChannelInvoker.swift
[212/212] Emitting module NIOCore
[214/264] Emitting module NIOEmbedded
[215/264] Compiling NIOEmbedded AsyncTestingChannel.swift
[216/264] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[217/264] Compiling NIOEmbedded Embedded.swift
[219/265] Emitting module NIOPosix
[220/271] Compiling NIOPosix ServerSocket.swift
[221/271] Compiling NIOPosix Socket.swift
[222/271] Compiling NIOPosix SocketChannel.swift
[223/271] Compiling NIOPosix SocketProtocols.swift
[224/271] Compiling NIOPosix System.swift
[225/271] Compiling NIOPosix Thread.swift
[226/271] Compiling NIOPosix PooledRecvBufferAllocator.swift
[227/271] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[228/271] Compiling NIOPosix PosixSingletons.swift
[229/271] Compiling NIOPosix RawSocketBootstrap.swift
[230/271] Compiling NIOPosix Resolver.swift
[231/271] Compiling NIOPosix Selectable.swift
[232/271] Compiling NIOPosix ThreadPosix.swift
[233/271] Compiling NIOPosix ThreadWindows.swift
[234/271] Compiling NIOPosix UnsafeTransfer.swift
[235/271] Compiling NIOPosix Utilities.swift
[236/271] Compiling NIOPosix VsockAddress.swift
[237/271] Compiling NIOPosix VsockChannelEvents.swift
[238/271] Compiling NIOPosix Bootstrap.swift
[239/271] Compiling NIOPosix ControlMessage.swift
[240/271] Compiling NIOPosix DatagramVectorReadManager.swift
[241/271] Compiling NIOPosix FileDescriptor.swift
[242/271] Compiling NIOPosix GetaddrinfoResolver.swift
[243/271] Compiling NIOPosix HappyEyeballs.swift
[244/271] Compiling NIOPosix IO.swift
[245/271] Compiling NIOPosix SelectableChannel.swift
[246/271] Compiling NIOPosix SelectableEventLoop.swift
[247/271] Compiling NIOPosix SelectorEpoll.swift
[248/271] Compiling NIOPosix SelectorGeneric.swift
[249/271] Compiling NIOPosix SelectorKqueue.swift
[250/271] Compiling NIOPosix SelectorUring.swift
[251/271] Compiling NIOPosix BSDSocketAPICommon.swift
[252/271] Compiling NIOPosix BSDSocketAPIPosix.swift
[253/271] Compiling NIOPosix BSDSocketAPIWindows.swift
[254/271] Compiling NIOPosix BaseSocket.swift
[255/271] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[256/271] Compiling NIOPosix BaseSocketChannel.swift
[257/271] Compiling NIOPosix BaseStreamSocketChannel.swift
[258/271] Compiling NIOPosix IntegerBitPacking.swift
[259/271] Compiling NIOPosix IntegerTypes.swift
[260/271] Compiling NIOPosix Linux.swift
[261/271] Compiling NIOPosix LinuxCPUSet.swift
[262/271] Compiling NIOPosix LinuxUring.swift
[263/271] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[264/271] Compiling NIOPosix NIOThreadPool.swift
[265/271] Compiling NIOPosix NonBlockingFileIO.swift
[266/271] Compiling NIOPosix PendingDatagramWritesManager.swift
[267/271] Compiling NIOPosix PendingWritesManager.swift
[268/271] Compiling NIOPosix PipeChannel.swift
[269/271] Compiling NIOPosix PipePair.swift
[270/271] Compiling NIOPosix PointerHelpers.swift
[271/271] Compiling NIOPosix Pool.swift
[273/274] Emitting module NIO
[274/274] Compiling NIO Exports.swift
[276/295] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[277/295] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[278/295] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[279/295] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[280/297] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[281/297] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[282/297] Emitting module NIOFoundationCompat
[283/297] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[285/298] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[286/298] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[287/298] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[288/298] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[289/298] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[290/298] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[291/298] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[292/298] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[293/335] Compiling MacroCore Process.swift
[294/335] Compiling MacroCore Warnings.swift
[295/335] Compiling MacroCore MacroError.swift
[296/335] Compiling MacroCore NextTick.swift
[297/335] Compiling MacroCore CommandLine.swift
[298/335] Compiling MacroCore DetectXcode.swift
[299/335] Compiling MacroCore Environment.swift
[300/340] Emitting module NIOHTTP1
[301/340] Compiling MacroCore Buffer.swift
[302/340] Compiling MacroCore BufferData.swift
[303/340] Compiling MacroCore BufferDeprecations.swift
[305/341] Compiling MacroCore WritableByteStream.swift
[306/341] Compiling MacroCore WritableByteStreamType.swift
[307/341] Compiling MacroCore WritableStreamBase.swift
[308/341] Compiling MacroCore WritableStreamType.swift
[309/341] Compiling MacroCore StringEncoding.swift
[312/341] Compiling MacroCore Regex.swift
[313/341] Compiling MacroCore Concat.swift
[314/341] Compiling MacroCore DuplexStreamType.swift
[315/341] Compiling MacroCore ListenerType.swift
[316/341] Compiling MacroCore JSError.swift
[317/341] Compiling MacroCore JSON.swift
[318/341] Compiling MacroCore CollectionStubs.swift
[319/341] Compiling MacroCore Math.swift
[320/341] Compiling MacroCore Pipe.swift
[321/341] Compiling MacroCore ReadableByteStream.swift
[322/341] Compiling MacroCore ReadableByteStreamType.swift
[323/341] Compiling MacroCore ReadableStreamBase.swift
[324/341] Compiling MacroCore ReadableStreamType.swift
[325/341] Compiling MacroCore Object.swift
[326/341] Compiling MacroCore StringStubs.swift
[327/341] Compiling MacroCore ToString.swift
[328/341] Compiling MacroCore LeftPad.swift
[329/341] Compiling MacroCore MacroCore.swift
[330/341] Compiling MacroCore Console.swift
[331/341] Compiling MacroCore Dirname.swift
[332/341] Compiling MacroCore EnvironmentValues.swift
[333/341] Compiling MacroCore ErrorEmitter.swift
[334/341] Compiling MacroCore EventListenerSet.swift
[338/341] Compiling MacroCore BufferHexEncoding.swift
[339/341] Compiling MacroCore BufferStrings.swift
[340/341] Compiling MacroCore CollectionUtils.swift
[341/341] Emitting module MacroCore
[343/370] Compiling fs StatStruct.swift
[344/370] Compiling http QueryString.swift
[345/370] Compiling http Server.swift
[346/371] Compiling http OutgoingMessage.swift
[347/372] Compiling http Globals.swift
[348/372] Compiling http IncomingMessage.swift
[349/372] Compiling http URLRequestInit.swift
[350/372] Compiling http URLSessionAgent.swift
[351/372] Compiling fs fs.swift
[352/372] Compiling http Agent.swift
[353/372] Compiling http ClientRequest.swift
[354/372] Compiling http URLSessionClientRequest.swift
[355/372] Compiling http BasicAuth.swift
[356/372] Compiling http http.swift
[359/372] Emitting module http
[360/372] Compiling http ServerResponse.swift
[361/372] Compiling http HTTPHeadersHolder.swift
[362/372] Emitting module fs
[372/375] Compiling dotenv dotenv.swift
[373/375] Emitting module dotenv
[378/391] Compiling connect Session.swift
[379/392] Compiling connect TypeIs.swift
[380/392] Emitting module connect
[381/392] Compiling connect Middleware.swift
[382/392] Compiling connect Pause.swift
[383/392] Compiling connect Cookies.swift
[384/392] Compiling connect CrossCompile.swift
[385/392] Compiling connect Logger.swift
[386/392] Compiling connect MethodOverride.swift
[387/392] Compiling connect Connect.swift
[388/392] Compiling connect CookieParser.swift
[389/392] Compiling connect BodyParser.swift
[390/392] Compiling connect CORS.swift
[391/392] Compiling connect QS.swift
[392/392] Compiling connect ServeStatic.swift
[394/422] Compiling express IncomingMessage.swift
[395/422] Compiling express JSON.swift
[396/424] Compiling express Module.swift
[397/424] Compiling express Mustache.swift
[398/424] Compiling express BasicAuth.swift
[399/424] Compiling express ErrorMiddleware.swift
[400/425] Compiling express Express.swift
[401/425] Compiling express MiddlewareObject.swift
[402/425] Emitting module multer
[405/425] Compiling express RouteKeeper.swift
[406/425] Compiling express RouteMounts.swift
[407/425] Compiling express RoutePattern.swift
[408/425] Compiling express Router.swift
[409/425] Emitting module express
[413/425] Compiling multer MulterStorage.swift
[414/425] Compiling express Route.swift
[415/425] Compiling multer ProcessingContext.swift
[416/425] Compiling multer PartType.swift
[417/425] Compiling multer Utilities.swift
[418/426] Compiling express ServerResponse.swift
[419/426] Compiling express Settings.swift
[424/426] Compiling express RouteFactories.swift
[428/429] Emitting module MacroExpress
[429/429] Compiling MacroExpress MacroExpress.swift
[431/442] Compiling MacroApp RouteEndpoint.swift
[432/442] Compiling MacroApp Route.swift
[433/443] Compiling MacroApp Use.swift
[434/443] Compiling MacroApp Mount.swift
[435/443] Compiling MacroApp Render.swift
[436/443] Compiling MacroApp ReExports.swift
[437/443] Compiling MacroApp Endpoints.swift
[438/443] Compiling MacroApp MethodEndpoints.swift
[439/443] Emitting module MacroApp
[440/443] Compiling MacroApp App.swift
[441/443] Compiling MacroApp EndpointsBuilder.swift
[442/443] Compiling MacroApp EndpointsPrimitive.swift
[443/443] Compiling MacroApp Tuples.swift
Build complete! (76.88s)
Build complete.
Done.

Build Machine: Linux 1