The Swift Package Index logo.Swift Package Index

Build Information

Successful build of MacroApp with Swift 5.9 for Linux.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.28.9
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Macro-swift/MacroApp.git
Reference: develop
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
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 06bce4e Update README.md
Cloned https://github.com/Macro-swift/MacroApp.git
Revision (git rev-parse @):
06bce4eb69e48ea1d34073ba3f60815e64a90817
SUCCESS checkout https://github.com/Macro-swift/MacroApp.git at develop
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $workDir
https://github.com/Macro-swift/MacroApp.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/Macro-swift/Macro.git
Fetching https://github.com/Macro-swift/MacroExpress.git
[1/1171] Fetching macroexpress
[60/2688] Fetching macroexpress, macro
Fetched https://github.com/Macro-swift/MacroExpress.git (0.30s)
Fetched https://github.com/Macro-swift/Macro.git (0.30s)
Computing version for https://github.com/Macro-swift/Macro.git
Computed https://github.com/Macro-swift/Macro.git at 1.0.1 (0.41s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-atomics.git
[1/1563] Fetching swift-atomics
[533/4722] Fetching swift-atomics, swift-log
[4723/69076] Fetching swift-atomics, swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git (4.04s)
Fetched https://github.com/apple/swift-atomics.git (4.04s)
Fetched https://github.com/apple/swift-nio.git (4.12s)
Computing version for https://github.com/Macro-swift/MacroExpress.git
Computed https://github.com/Macro-swift/MacroExpress.git at 1.0.2 (0.52s)
Fetching https://github.com/AlwaysRightInstitute/mustache.git
[1/544] Fetching mustache
Fetched https://github.com/AlwaysRightInstitute/mustache.git (0.26s)
Computing version for https://github.com/AlwaysRightInstitute/mustache.git
Computed https://github.com/AlwaysRightInstitute/mustache.git at 1.0.1 (0.95s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.34s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.4 (0.34s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.63.0 (0.46s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/2981] Fetching swift-system
[2982/16561] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git (0.96s)
Fetched https://github.com/apple/swift-collections.git (0.98s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.2.1 (0.36s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.0.6 (0.39s)
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-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/AlwaysRightInstitute/mustache.git
Working copy of https://github.com/AlwaysRightInstitute/mustache.git resolved at 1.0.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/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.0.6
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
Building for debugging...
[0/11] Compiling CNIOWindows shim.c
[1/11] Compiling CNIOLinux liburing_shims.c
[2/11] Compiling CNIODarwin shim.c
[2/11] Compiling CNIOWindows WSAStartup.c
[4/11] Compiling _AtomicsShims.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.
[5/11] Compiling CNIOLinux shim.c
[6/11] Compiling CNIOLLHTTP c_nio_http.c
[7/11] Compiling CNIOLLHTTP c_nio_api.c
[8/36] Compiling CNIOLLHTTP c_nio_llhttp.c
[10/60] Emitting module _NIOBase64
[11/60] Emitting module xsys
[11/61] Compiling c-nioatomics.c
[12/66] Compiling c-atomics.c
[14/72] Emitting module DequeModule
[15/74] Compiling DequeModule _DequeBuffer.swift
[16/74] Compiling DequeModule _DequeBufferHeader.swift
[17/74] Compiling DequeModule Deque.swift
[18/74] Compiling DequeModule UnsafeMutableBufferPointer+Utilities.swift
[19/74] Compiling DequeModule Deque+Hashable.swift
[20/74] Compiling DequeModule Deque+Sendable.swift
[21/74] Compiling DequeModule Deque+Testing.swift
[22/74] Compiling DequeModule Deque+Equatable.swift
[23/74] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[24/74] Compiling DequeModule Deque+Extras.swift
[25/74] Compiling DequeModule Deque._Storage.swift
[26/74] Compiling DequeModule Deque._UnsafeHandle.swift
[27/74] Compiling DequeModule Compatibility.swift
[28/74] Compiling DequeModule Deque+Codable.swift
[29/74] Compiling DequeModule Deque+Collection.swift
[30/74] Compiling DequeModule Deque+CustomDebugStringConvertible.swift
[31/74] Compiling DequeModule Deque+CustomReflectable.swift
[32/74] Compiling DequeModule Deque+CustomStringConvertible.swift
[33/74] Compiling mustache MustacheRenderingContext.swift
[34/74] Compiling _NIOBase64 Base64.swift
[35/75] Compiling Logging LogHandler.swift
[38/76] Compiling _NIODataStructures PriorityQueue.swift
[39/76] Compiling _NIODataStructures _TinyArray.swift
[40/95] Compiling DequeModule _DequeSlot.swift
[41/95] Compiling DequeModule _UnsafeWrappedBuffer.swift
[43/97] Compiling Atomics Primitives.shims.swift
[44/97] Compiling Atomics AtomicInteger.swift
[45/97] Compiling Atomics AtomicOptionalWrappable.swift
[47/99] Compiling Atomics AtomicMemoryOrderings.swift
[48/99] Compiling Atomics DoubleWord.swift
[49/99] Compiling Atomics ManagedAtomic.swift
[50/99] Compiling Atomics ManagedAtomicLazyReference.swift
[51/99] Compiling Atomics UnsafeAtomic.swift
[52/99] Compiling Atomics UnsafeAtomicLazyReference.swift
[53/99] Compiling Atomics IntegerOperations.swift
[54/99] Compiling Atomics Unmanaged extensions.swift
[55/99] Compiling Atomics AtomicReference.swift
[56/99] Compiling Atomics AtomicStorage.swift
[57/99] Compiling Atomics AtomicValue.swift
[58/99] Compiling Logging MetadataProvider.swift
[59/99] Compiling xsys timeval_any.swift
[60/99] Compiling mustache Mustacheable.swift
[61/99] Compiling mustache SimpleKVC.swift
[62/99] Compiling Atomics RawRepresentable.swift
[63/99] Compiling Atomics AtomicBool.swift
[64/99] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[65/99] Compiling Atomics IntegerConformances.swift
[66/99] Compiling Atomics PointerConformances.swift
[67/99] Compiling Atomics Primitives.native.swift
[68/99] Compiling Atomics OptionalRawRepresentable.swift
[75/99] Compiling xsys timespec.swift
[76/100] Emitting module Logging
[77/100] Compiling Logging Locks.swift
[78/100] Compiling mime MIME.swift
[79/100] Emitting module mime
[80/100] Compiling NIOConcurrencyHelpers lock.swift
[81/100] Emitting module NIOConcurrencyHelpers
[82/100] Compiling NIOConcurrencyHelpers NIOLock.swift
[83/100] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[84/100] Compiling NIOConcurrencyHelpers atomics.swift
[85/101] Emitting module _NIODataStructures
[86/101] Compiling _NIODataStructures Heap.swift
[88/103] Compiling mustache MustacheNode.swift
[89/103] Compiling mustache MustacheParser.swift
[90/103] Compiling mustache Helpers.swift
[91/103] Compiling mustache HTMLEscape.swift
[92/103] Emitting module mustache
[102/109] Compiling Logging Logging.swift
[108/111] Emitting module Atomics
[114/170] Compiling NIOCore MarkedCircularBuffer.swift
[115/170] Compiling NIOCore MulticastChannel.swift
[116/170] Compiling NIOCore NIOAny.swift
[117/170] Compiling NIOCore NIOCloseOnErrorHandler.swift
[118/170] Compiling NIOCore NIOLoopBound.swift
[119/170] Compiling NIOCore NIOSendable.swift
[120/170] Compiling NIOCore PointerHelpers.swift
[121/170] Compiling NIOCore RecvByteBufferAllocator.swift
[122/178] Compiling NIOCore GlobalSingletons.swift
[123/178] Compiling NIOCore IO.swift
[124/178] Compiling NIOCore IOData.swift
[125/178] Compiling NIOCore IPProtocol.swift
[126/178] Compiling NIOCore IntegerBitPacking.swift
[127/178] Compiling NIOCore IntegerTypes.swift
[128/178] Compiling NIOCore Interfaces.swift
[129/178] Compiling NIOCore Linux.swift
[130/178] Compiling NIOCore EventLoop+SerialExecutor.swift
[131/178] Compiling NIOCore EventLoop.swift
[132/178] Compiling NIOCore EventLoopFuture+Deprecated.swift
[133/178] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[134/178] Compiling NIOCore EventLoopFuture.swift
[135/178] Compiling NIOCore FileDescriptor.swift
[136/178] Compiling NIOCore FileHandle.swift
[137/178] Compiling NIOCore FileRegion.swift
[138/178] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[139/178] Compiling NIOCore SocketAddresses.swift
[140/178] Compiling NIOCore SocketOptionProvider.swift
[141/178] Compiling NIOCore SystemCallHelpers.swift
[142/178] Compiling NIOCore TimeAmount+Duration.swift
[143/178] Compiling NIOCore TypeAssistedChannelHandler.swift
[144/178] Compiling NIOCore UniversalBootstrapSupport.swift
[145/178] Compiling NIOCore Utilities.swift
[146/178] Compiling NIOCore AddressedEnvelope.swift
[147/178] Compiling NIOCore AsyncAwaitSupport.swift
[148/178] Compiling NIOCore AsyncChannel.swift
[149/178] Compiling NIOCore AsyncChannelInboundStream.swift
[150/178] Compiling NIOCore AsyncChannelInboundStreamChannelHandler.swift
[151/178] Compiling NIOCore AsyncChannelOutboundWriter.swift
[152/178] Compiling NIOCore AsyncChannelOutboundWriterHandler.swift
[153/178] Compiling NIOCore NIOAsyncSequenceProducer.swift
[154/178] Compiling NIOCore ChannelOption.swift
[155/178] Compiling NIOCore ChannelPipeline.swift
[156/178] Compiling NIOCore CircularBuffer.swift
[157/178] Compiling NIOCore Codec.swift
[158/178] Compiling NIOCore ConvenienceOptionSupport.swift
[159/178] Compiling NIOCore DeadChannel.swift
[160/178] Compiling NIOCore DispatchQueue+WithFuture.swift
[161/178] Compiling NIOCore EventLoop+Deprecated.swift
[162/178] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[163/178] Compiling NIOCore NIOAsyncWriter.swift
[164/178] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[165/178] Compiling NIOCore BSDSocketAPI.swift
[166/178] Compiling NIOCore ByteBuffer-aux.swift
[167/178] Compiling NIOCore ByteBuffer-conversions.swift
[168/178] Compiling NIOCore ByteBuffer-core.swift
[169/178] Compiling NIOCore ByteBuffer-hexdump.swift
[170/178] Compiling NIOCore ByteBuffer-int.swift
[171/178] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[172/178] Compiling NIOCore ByteBuffer-multi-int.swift
[173/178] Compiling NIOCore ByteBuffer-views.swift
[174/178] Compiling NIOCore Channel.swift
[175/178] Compiling NIOCore ChannelHandler.swift
[176/178] Compiling NIOCore ChannelHandlers.swift
[177/178] Compiling NIOCore ChannelInvoker.swift
[178/178] Emitting module NIOCore
[181/231] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[182/231] Compiling NIOEmbedded AsyncTestingChannel.swift
[183/231] Compiling NIOEmbedded Embedded.swift
[184/231] Emitting module NIOEmbedded
[187/233] Emitting module NIOPosix
[188/233] Compiling NIOPosix BSDSocketAPICommon.swift
[189/233] Compiling NIOPosix BSDSocketAPIPosix.swift
[190/233] Compiling NIOPosix BSDSocketAPIWindows.swift
[191/233] Compiling NIOPosix BaseSocket.swift
[192/233] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[193/233] Compiling NIOPosix BaseSocketChannel.swift
[194/233] Compiling NIOPosix BaseStreamSocketChannel.swift
[195/239] Compiling NIOPosix ServerSocket.swift
[196/239] Compiling NIOPosix Socket.swift
[197/239] Compiling NIOPosix SocketChannel.swift
[198/239] Compiling NIOPosix SocketProtocols.swift
[199/239] Compiling NIOPosix System.swift
[200/239] Compiling NIOPosix Thread.swift
[201/239] Compiling NIOPosix ThreadPosix.swift
[202/239] Compiling NIOPosix ThreadWindows.swift
[203/239] Compiling NIOPosix UnsafeTransfer.swift
[204/239] Compiling NIOPosix Utilities.swift
[205/239] Compiling NIOPosix VsockAddress.swift
[206/239] Compiling NIOPosix VsockChannelEvents.swift
[207/239] Compiling NIOPosix SelectableChannel.swift
[208/239] Compiling NIOPosix SelectableEventLoop.swift
[209/239] Compiling NIOPosix SelectorEpoll.swift
[210/239] Compiling NIOPosix SelectorGeneric.swift
[211/239] Compiling NIOPosix SelectorKqueue.swift
[212/239] Compiling NIOPosix SelectorUring.swift
[213/239] Compiling NIOPosix Bootstrap.swift
[214/239] Compiling NIOPosix ControlMessage.swift
[215/239] Compiling NIOPosix DatagramVectorReadManager.swift
[216/239] Compiling NIOPosix FileDescriptor.swift
[217/239] Compiling NIOPosix GetaddrinfoResolver.swift
[218/239] Compiling NIOPosix HappyEyeballs.swift
[219/239] Compiling NIOPosix IO.swift
[220/239] Compiling NIOPosix IntegerBitPacking.swift
[221/239] Compiling NIOPosix IntegerTypes.swift
[222/239] Compiling NIOPosix Linux.swift
[223/239] Compiling NIOPosix LinuxCPUSet.swift
[224/239] Compiling NIOPosix LinuxUring.swift
[225/239] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[226/239] Compiling NIOPosix NIOThreadPool.swift
[227/239] Compiling NIOPosix NonBlockingFileIO.swift
[228/239] Compiling NIOPosix PendingDatagramWritesManager.swift
[229/239] Compiling NIOPosix PendingWritesManager.swift
[230/239] Compiling NIOPosix PipeChannel.swift
[231/239] Compiling NIOPosix PipePair.swift
[232/239] Compiling NIOPosix PointerHelpers.swift
[233/239] Compiling NIOPosix Pool.swift
[234/239] Compiling NIOPosix PooledRecvBufferAllocator.swift
[235/239] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[236/239] Compiling NIOPosix PosixSingletons.swift
[237/239] Compiling NIOPosix RawSocketBootstrap.swift
[238/239] Compiling NIOPosix Resolver.swift
[239/239] Compiling NIOPosix Selectable.swift
[242/243] Emitting module NIO
[243/243] Compiling NIO Exports.swift
[246/265] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[247/265] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[248/267] Emitting module NIOFoundationCompat
[249/267] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[250/267] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[251/267] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[252/267] Emitting module NIOHTTP1
[253/268] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[254/268] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[256/269] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[257/269] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[259/269] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[260/269] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[261/269] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[262/269] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[263/269] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[264/269] Compiling NIOHTTP1 HTTPTypes.swift
[265/269] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[266/269] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[267/269] Compiling NIOHTTP1 ByteCollectionUtils.swift
[268/269] Compiling NIOHTTP1 HTTPDecoder.swift
[269/269] Compiling NIOHTTP1 HTTPEncoder.swift
[272/308] Compiling MacroCore MacroError.swift
[273/308] Compiling MacroCore NextTick.swift
[274/308] Compiling MacroCore CommandLine.swift
[275/308] Compiling MacroCore DetectXcode.swift
[276/308] Compiling MacroCore Environment.swift
[277/313] Compiling MacroCore Console.swift
[278/313] Compiling MacroCore Dirname.swift
[279/313] Compiling MacroCore EnvironmentValues.swift
[280/313] Compiling MacroCore ErrorEmitter.swift
[281/313] Compiling MacroCore EventListenerSet.swift
[282/313] Compiling MacroCore Pipe.swift
[283/313] Compiling MacroCore ReadableByteStream.swift
[284/313] Compiling MacroCore ReadableByteStreamType.swift
[285/313] Compiling MacroCore ReadableStreamBase.swift
[286/313] Compiling MacroCore ReadableStreamType.swift
[287/313] Compiling MacroCore ListenerType.swift
[288/313] Compiling MacroCore JSError.swift
[289/313] Compiling MacroCore JSON.swift
[290/313] Compiling MacroCore CollectionStubs.swift
[291/313] Compiling MacroCore Math.swift
[292/313] Compiling MacroCore Object.swift
[293/313] Compiling MacroCore StringStubs.swift
[294/313] Compiling MacroCore ToString.swift
[295/313] Compiling MacroCore LeftPad.swift
[296/313] Compiling MacroCore MacroCore.swift
[297/313] Compiling MacroCore Process.swift
[298/313] Compiling MacroCore Warnings.swift
[299/313] Compiling MacroCore Regex.swift
[300/313] Compiling MacroCore Concat.swift
[301/313] Compiling MacroCore DuplexStreamType.swift
[302/313] Compiling MacroCore WritableByteStream.swift
[303/313] Compiling MacroCore WritableByteStreamType.swift
[304/313] Compiling MacroCore WritableStreamBase.swift
[305/313] Compiling MacroCore WritableStreamType.swift
[306/313] Compiling MacroCore StringEncoding.swift
[307/313] Emitting module MacroCore
[308/313] Compiling MacroCore Buffer.swift
[309/313] Compiling MacroCore BufferData.swift
[310/313] Compiling MacroCore BufferDeprecations.swift
[311/313] Compiling MacroCore BufferHexEncoding.swift
[312/313] Compiling MacroCore BufferStrings.swift
[313/313] Compiling MacroCore CollectionUtils.swift
[316/343] Compiling http OutgoingMessage.swift
[317/344] Compiling fs AsyncWrapper.swift
[318/344] Compiling fs ResultExtensions.swift
[319/344] Compiling fs StatStruct.swift
[320/345] Compiling fs Directory.swift
[321/345] Compiling http ClientRequest.swift
[322/345] Emitting module fs
[323/345] Compiling http http.swift
[324/345] Emitting module http
[327/345] Compiling fs fs.swift
[328/345] Compiling http URLRequestInit.swift
[329/345] Compiling http URLSessionAgent.swift
[330/345] Compiling http URLSessionClientRequest.swift
[331/345] Compiling http BasicAuth.swift
[336/345] Compiling fs FileStream.swift
[337/345] Compiling fs FileWriteStream.swift
[338/345] Compiling fs Promise.swift
[339/345] Compiling fs FileReadStream.swift
[342/349] Emitting module dotenv
[343/349] Compiling dotenv dotenv.swift
[354/367] Compiling connect Session.swift
[355/368] Compiling connect Logger.swift
[356/368] Compiling connect MethodOverride.swift
[357/368] Compiling connect Cookies.swift
[358/368] Compiling connect CrossCompile.swift
[359/368] Emitting module connect
[360/368] Compiling connect Connect.swift
[361/368] Compiling connect CookieParser.swift
[362/368] Compiling connect BodyParser.swift
[363/368] Compiling connect CORS.swift
[364/368] Compiling connect TypeIs.swift
[365/368] Compiling connect Middleware.swift
[366/368] Compiling connect Pause.swift
[367/368] Compiling connect QS.swift
[368/368] Compiling connect ServeStatic.swift
[371/399] Compiling express BasicAuth.swift
[372/399] Compiling express ErrorMiddleware.swift
[373/399] Emitting module multer
[374/399] Compiling express Express.swift
[375/399] Compiling express MiddlewareObject.swift
[376/400] Compiling express RoutePattern.swift
[377/400] Compiling express Router.swift
[378/402] Compiling express IncomingMessage.swift
[379/402] Compiling express JSON.swift
[380/402] Emitting module express
[381/402] Compiling multer ProcessingContext.swift
[382/402] Compiling multer PartType.swift
[383/402] Compiling multer Utilities.swift
[384/402] Compiling multer MemoryStorage.swift
[385/402] Compiling multer Middleware.swift
[386/402] Compiling multer MulterStorage.swift
[387/402] Compiling express RouteKeeper.swift
[388/402] Compiling express Module.swift
[389/402] Compiling express Route.swift
[390/403] Compiling express ServerResponse.swift
[391/403] Compiling express Settings.swift
[399/404] Compiling express Render.swift
[407/408] Emitting module MacroExpress
[408/408] Compiling MacroExpress MacroExpress.swift
[411/422] Compiling MacroApp RouteEndpoint.swift
[412/422] Compiling MacroApp Route.swift
[413/422] Compiling MacroApp Use.swift
[414/423] Compiling MacroApp Endpoints.swift
[415/423] Compiling MacroApp MethodEndpoints.swift
[416/423] Compiling MacroApp Mount.swift
[417/423] Compiling MacroApp Render.swift
[418/423] Compiling MacroApp ReExports.swift
[419/423] Compiling MacroApp App.swift
[420/423] Compiling MacroApp EndpointsBuilder.swift
[421/423] Emitting module MacroApp
[422/423] Compiling MacroApp EndpointsPrimitive.swift
[423/423] Compiling MacroApp Tuples.swift
Build complete! (55.82s)
Build complete.
Done.

Build Machine: Linux 1