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-1":/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: 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.10
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.10-latest swift build 2>&1
Fetching https://github.com/Macro-swift/MacroExpress.git
Fetching https://github.com/Macro-swift/Macro.git
[1/1517] Fetching macro
[1109/2688] Fetching macro, macroexpress
Fetched https://github.com/Macro-swift/MacroExpress.git from cache (0.26s)
Fetched https://github.com/Macro-swift/Macro.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-log.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-atomics.git
[1/3169] Fetching swift-log
[1269/4732] Fetching swift-log, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.38s)
Fetched https://github.com/apple/swift-log.git from cache (0.38s)
[1/64497] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.19s)
Computing version for https://github.com/Macro-swift/MacroExpress.git
Computed https://github.com/Macro-swift/MacroExpress.git at 1.0.2 (0.46s)
Fetching https://github.com/AlwaysRightInstitute/mustache.git
[1/544] Fetching mustache
Fetched https://github.com/AlwaysRightInstitute/mustache.git from cache (0.25s)
Computing version for https://github.com/AlwaysRightInstitute/mustache.git
Computed https://github.com/AlwaysRightInstitute/mustache.git at 1.0.1 (0.53s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.70s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.4 (0.39s)
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
Fetched https://github.com/apple/swift-system.git from cache (0.38s)
[1/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.39s)
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/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/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-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
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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.5.4
Building for debugging...
[0/37] Write sources
[24/37] Compiling CNIOWindows shim.c
[25/37] Compiling _AtomicsShims.c
[26/37] Compiling CNIOLinux liburing_shims.c
[27/37] Compiling CNIOWindows WSAStartup.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.
[28/37] Compiling CNIOLinux shim.c
[28/37] Write sources
[30/37] Compiling CNIODarwin shim.c
[31/37] Compiling CNIOLLHTTP c_nio_http.c
[32/37] Compiling CNIOLLHTTP c_nio_api.c
[33/37] Write swift-version-24593BA9C3E375BF.txt
[34/45] Compiling CNIOLLHTTP c_nio_llhttp.c
[35/84] Compiling c-nioatomics.c
[36/89] Compiling c-atomics.c
[38/108] Compiling Atomics Primitives.shims.swift
[39/108] Compiling Atomics AtomicInteger.swift
[40/108] Compiling Atomics AtomicOptionalWrappable.swift
[41/108] Compiling Atomics UnsafeAtomic.swift
[42/108] Compiling Atomics UnsafeAtomicLazyReference.swift
[43/110] Emitting module _CollectionsUtilities
[44/110] Compiling Atomics AtomicMemoryOrderings.swift
[45/110] Compiling Atomics DoubleWord.swift
[46/110] Compiling Atomics ManagedAtomic.swift
[47/110] Compiling Atomics ManagedAtomicLazyReference.swift
[48/110] Compiling Atomics IntegerConformances.swift
[49/110] Compiling Atomics PointerConformances.swift
[50/110] Compiling Atomics Primitives.native.swift
[51/112] Compiling mustache HTMLEscape.swift
[52/112] Emitting module mustache
[53/112] Compiling Atomics AtomicStorage.swift
[54/112] Compiling Atomics AtomicValue.swift
[56/112] Compiling Atomics AtomicReference.swift
[64/112] Compiling Atomics OptionalRawRepresentable.swift
[65/112] Compiling Atomics RawRepresentable.swift
[66/112] Compiling Atomics AtomicBool.swift
[69/112] Emitting module _NIOBase64
[70/112] Compiling _NIOBase64 Base64.swift
[72/113] Compiling _NIODataStructures _TinyArray.swift
[73/113] Compiling _NIODataStructures PriorityQueue.swift
[74/113] Compiling Atomics IntegerOperations.swift
[75/113] Compiling Atomics Unmanaged extensions.swift
[76/113] Compiling _CollectionsUtilities UnsafeBufferPointer+Extras.swift
[77/113] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[79/136] Compiling DequeModule Deque+Hashable.swift
[80/136] Compiling DequeModule Deque+Sendable.swift
[81/138] Compiling DequeModule _DequeBuffer.swift
[82/138] Compiling DequeModule _DequeBufferHeader.swift
[83/138] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[84/138] Compiling DequeModule Deque+Extras.swift
[85/138] Compiling DequeModule Deque+Descriptions.swift
[86/138] Compiling DequeModule Deque+Equatable.swift
[87/138] Compiling mustache Helpers.swift
[88/138] Emitting module xsys
[89/139] Emitting module Logging
[90/139] Compiling Logging Locks.swift
[91/139] Compiling Logging MetadataProvider.swift
[92/139] Emitting module mime
[93/139] Compiling mime MIME.swift
[94/139] Compiling mustache MustacheRenderingContext.swift
[95/139] Compiling mustache Mustacheable.swift
[96/139] Compiling mustache SimpleKVC.swift
[99/139] Compiling NIOConcurrencyHelpers lock.swift
[103/139] Compiling DequeModule Deque._UnsafeHandle.swift
[104/139] Compiling xsys timespec.swift
[107/139] Compiling DequeModule Deque+Codable.swift
[108/139] Compiling DequeModule Deque+Collection.swift
[109/139] Compiling DequeModule Deque+CustomReflectable.swift
[111/140] Compiling DequeModule _DequeSlot.swift
[112/140] Compiling DequeModule _UnsafeWrappedBuffer.swift
[113/140] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[114/140] Emitting module NIOConcurrencyHelpers
[115/140] Compiling _NIODataStructures Heap.swift
[116/140] Emitting module _NIODataStructures
[119/141] Compiling xsys timeval_any.swift
[120/141] Compiling mustache MustacheParser.swift
[121/142] Compiling mustache MustacheNode.swift
[122/142] Compiling NIOConcurrencyHelpers NIOLock.swift
[123/143] Compiling NIOConcurrencyHelpers atomics.swift
[124/143] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[128/144] Compiling Logging Logging.swift
[129/144] Compiling Logging LogHandler.swift
[130/145] Compiling DequeModule Deque+Testing.swift
[131/145] Compiling DequeModule Deque._Storage.swift
[133/145] Compiling DequeModule Deque.swift
[138/145] Emitting module DequeModule
[142/146] Emitting module Atomics
[148/204] Compiling NIOCore GlobalSingletons.swift
[149/204] Compiling NIOCore IO.swift
[150/204] Compiling NIOCore IOData.swift
[151/204] Compiling NIOCore IPProtocol.swift
[152/204] Compiling NIOCore IntegerBitPacking.swift
[153/204] Compiling NIOCore IntegerTypes.swift
[154/204] Compiling NIOCore Interfaces.swift
[155/204] Compiling NIOCore Linux.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 ChannelOption.swift
[165/212] Compiling NIOCore ChannelPipeline.swift
[166/212] Compiling NIOCore CircularBuffer.swift
[167/212] Compiling NIOCore Codec.swift
[168/212] Compiling NIOCore ConvenienceOptionSupport.swift
[169/212] Compiling NIOCore DeadChannel.swift
[170/212] Compiling NIOCore DispatchQueue+WithFuture.swift
[171/212] Compiling NIOCore EventLoop+Deprecated.swift
[172/212] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[173/212] Compiling NIOCore NIOAsyncWriter.swift
[174/212] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[175/212] Compiling NIOCore BSDSocketAPI.swift
[176/212] Compiling NIOCore ByteBuffer-aux.swift
[177/212] Compiling NIOCore ByteBuffer-conversions.swift
[178/212] Compiling NIOCore ByteBuffer-core.swift
[179/212] Compiling NIOCore ByteBuffer-hexdump.swift
[180/212] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[181/212] Compiling NIOCore SocketAddresses.swift
[182/212] Compiling NIOCore SocketOptionProvider.swift
[183/212] Compiling NIOCore SystemCallHelpers.swift
[184/212] Compiling NIOCore TimeAmount+Duration.swift
[185/212] Compiling NIOCore TypeAssistedChannelHandler.swift
[186/212] Compiling NIOCore UniversalBootstrapSupport.swift
[187/212] Compiling NIOCore Utilities.swift
[188/212] Compiling NIOCore ByteBuffer-int.swift
[189/212] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[190/212] Compiling NIOCore ByteBuffer-multi-int.swift
[191/212] Compiling NIOCore ByteBuffer-views.swift
[192/212] Compiling NIOCore Channel.swift
[193/212] Compiling NIOCore ChannelHandler.swift
[194/212] Compiling NIOCore ChannelHandlers.swift
[195/212] Compiling NIOCore ChannelInvoker.swift
[196/212] Compiling NIOCore AddressedEnvelope.swift
[197/212] Compiling NIOCore AsyncAwaitSupport.swift
[198/212] Compiling NIOCore AsyncChannel.swift
[199/212] Compiling NIOCore AsyncChannelInboundStream.swift
[200/212] Compiling NIOCore AsyncChannelInboundStreamChannelHandler.swift
[201/212] Compiling NIOCore AsyncChannelOutboundWriter.swift
[202/212] Compiling NIOCore AsyncChannelOutboundWriterHandler.swift
[203/212] Compiling NIOCore NIOAsyncSequenceProducer.swift
[204/212] Compiling NIOCore EventLoop+SerialExecutor.swift
[205/212] Compiling NIOCore EventLoop.swift
[206/212] Compiling NIOCore EventLoopFuture+Deprecated.swift
[207/212] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[208/212] Compiling NIOCore EventLoopFuture.swift
[209/212] Compiling NIOCore FileDescriptor.swift
[210/212] Compiling NIOCore FileHandle.swift
[211/212] Compiling NIOCore FileRegion.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] Compiling NIOPosix PooledRecvBufferAllocator.swift
[220/265] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[221/265] Compiling NIOPosix PosixSingletons.swift
[222/265] Compiling NIOPosix RawSocketBootstrap.swift
[223/265] Compiling NIOPosix Resolver.swift
[224/265] Compiling NIOPosix Selectable.swift
[225/271] Compiling NIOPosix SelectableChannel.swift
[226/271] Compiling NIOPosix SelectableEventLoop.swift
[227/271] Compiling NIOPosix SelectorEpoll.swift
[228/271] Compiling NIOPosix SelectorGeneric.swift
[229/271] Compiling NIOPosix SelectorKqueue.swift
[230/271] Compiling NIOPosix SelectorUring.swift
[231/271] Compiling NIOPosix ServerSocket.swift
[232/271] Compiling NIOPosix Socket.swift
[233/271] Compiling NIOPosix SocketChannel.swift
[234/271] Compiling NIOPosix SocketProtocols.swift
[235/271] Compiling NIOPosix System.swift
[236/271] Compiling NIOPosix Thread.swift
[237/271] Compiling NIOPosix BSDSocketAPICommon.swift
[238/271] Compiling NIOPosix BSDSocketAPIPosix.swift
[239/271] Compiling NIOPosix BSDSocketAPIWindows.swift
[240/271] Compiling NIOPosix BaseSocket.swift
[241/271] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[242/271] Compiling NIOPosix BaseSocketChannel.swift
[243/271] Compiling NIOPosix BaseStreamSocketChannel.swift
[244/271] Compiling NIOPosix ThreadPosix.swift
[245/271] Compiling NIOPosix ThreadWindows.swift
[246/271] Compiling NIOPosix UnsafeTransfer.swift
[247/271] Compiling NIOPosix Utilities.swift
[248/271] Compiling NIOPosix VsockAddress.swift
[249/271] Compiling NIOPosix VsockChannelEvents.swift
[250/271] Compiling NIOPosix IntegerBitPacking.swift
[251/271] Compiling NIOPosix IntegerTypes.swift
[252/271] Compiling NIOPosix Linux.swift
[253/271] Compiling NIOPosix LinuxCPUSet.swift
[254/271] Compiling NIOPosix LinuxUring.swift
[255/271] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[256/271] Compiling NIOPosix NIOThreadPool.swift
[257/271] Compiling NIOPosix NonBlockingFileIO.swift
[258/271] Compiling NIOPosix PendingDatagramWritesManager.swift
[259/271] Compiling NIOPosix PendingWritesManager.swift
[260/271] Compiling NIOPosix PipeChannel.swift
[261/271] Compiling NIOPosix PipePair.swift
[262/271] Compiling NIOPosix PointerHelpers.swift
[263/271] Compiling NIOPosix Pool.swift
[264/271] Compiling NIOPosix Bootstrap.swift
[265/271] Compiling NIOPosix ControlMessage.swift
[266/271] Compiling NIOPosix DatagramVectorReadManager.swift
[267/271] Compiling NIOPosix FileDescriptor.swift
[268/271] Compiling NIOPosix GetaddrinfoResolver.swift
[269/271] Compiling NIOPosix HappyEyeballs.swift
[270/271] Compiling NIOPosix IO.swift
[271/271] Emitting module NIOPosix
[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] Emitting module NIOHTTP1
[279/297] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[280/297] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[281/297] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[282/297] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[283/297] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[284/297] Emitting module NIOFoundationCompat
[286/335] Compiling MacroCore MacroError.swift
[287/335] Compiling MacroCore NextTick.swift
[288/335] Compiling MacroCore CommandLine.swift
[289/335] Compiling MacroCore DetectXcode.swift
[290/335] Compiling MacroCore Environment.swift
[291/340] Compiling MacroCore MacroCore.swift
[293/340] Compiling MacroCore Pipe.swift
[294/340] Compiling MacroCore ReadableByteStream.swift
[295/340] Compiling MacroCore ReadableByteStreamType.swift
[296/340] Compiling MacroCore ReadableStreamBase.swift
[297/340] Compiling MacroCore ReadableStreamType.swift
[298/340] Compiling MacroCore BufferHexEncoding.swift
[299/340] Compiling MacroCore BufferStrings.swift
[300/340] Compiling MacroCore JSError.swift
[301/340] Compiling MacroCore JSON.swift
[302/340] Compiling MacroCore CollectionUtils.swift
[303/340] Compiling MacroCore ListenerType.swift
[304/340] Compiling MacroCore CollectionStubs.swift
[305/340] Compiling MacroCore Math.swift
[306/340] Compiling MacroCore Process.swift
[307/340] Compiling MacroCore Warnings.swift
[308/340] Compiling MacroCore Regex.swift
[309/340] Compiling MacroCore Concat.swift
[310/340] Compiling MacroCore DuplexStreamType.swift
[311/340] Compiling MacroCore Object.swift
[312/340] Compiling MacroCore StringStubs.swift
[313/340] Compiling MacroCore ToString.swift
[314/340] Compiling MacroCore LeftPad.swift
[316/340] Compiling MacroCore WritableByteStream.swift
[317/340] Compiling MacroCore WritableByteStreamType.swift
[318/340] Compiling MacroCore WritableStreamBase.swift
[319/340] Compiling MacroCore WritableStreamType.swift
[320/340] Compiling MacroCore StringEncoding.swift
[321/340] Compiling MacroCore Buffer.swift
[322/340] Compiling MacroCore BufferData.swift
[323/340] Compiling MacroCore BufferDeprecations.swift
[325/341] Compiling MacroCore Console.swift
[326/341] Compiling MacroCore Dirname.swift
[327/341] Compiling MacroCore EnvironmentValues.swift
[328/341] Compiling MacroCore ErrorEmitter.swift
[329/341] Compiling MacroCore EventListenerSet.swift
[341/341] Emitting module MacroCore
[343/370] Compiling http Globals.swift
[344/370] Compiling http IncomingMessage.swift
[345/371] Compiling fs StatStruct.swift
[346/371] Compiling http OutgoingMessage.swift
[347/372] Compiling http Agent.swift
[348/372] Compiling http ClientRequest.swift
[349/372] Compiling fs fs.swift
[352/372] Compiling http http.swift
[353/372] Compiling http URLRequestInit.swift
[354/372] Compiling http URLSessionAgent.swift
[357/372] Compiling http ServerResponse.swift
[358/372] Compiling http HTTPHeadersHolder.swift
[359/372] Emitting module http
[360/372] Compiling http QueryString.swift
[361/372] Compiling http Server.swift
[362/372] Compiling http URLSessionClientRequest.swift
[363/372] Compiling http BasicAuth.swift
[366/372] Emitting module fs
[368/375] Emitting module dotenv
[369/375] Compiling dotenv dotenv.swift
[378/391] Compiling connect Session.swift
[379/392] Compiling connect Logger.swift
[380/392] Compiling connect MethodOverride.swift
[381/392] Compiling connect TypeIs.swift
[382/392] Emitting module connect
[383/392] Compiling connect Cookies.swift
[384/392] Compiling connect CrossCompile.swift
[385/392] Compiling connect BodyParser.swift
[386/392] Compiling connect CORS.swift
[387/392] Compiling connect Connect.swift
[388/392] Compiling connect CookieParser.swift
[389/392] Compiling connect Middleware.swift
[390/392] Compiling connect Pause.swift
[391/392] Compiling connect QS.swift
[392/392] Compiling connect ServeStatic.swift
[394/422] Compiling multer PartType.swift
[395/423] Compiling express IncomingMessage.swift
[396/423] Compiling express JSON.swift
[399/425] Emitting module multer
[400/425] Compiling express MiddlewareObject.swift
[401/425] Compiling express Module.swift
[402/425] Compiling express RouteKeeper.swift
[403/425] Compiling express RouteMounts.swift
[404/425] Compiling express RoutePattern.swift
[405/425] Compiling express Router.swift
[406/425] Compiling multer ProcessingContext.swift
[407/425] Compiling express ServerResponse.swift
[408/425] Compiling express Settings.swift
[409/425] Compiling multer Utilities.swift
[411/425] Compiling express Route.swift
[412/425] Compiling multer MemoryStorage.swift
[414/425] Compiling express RouteFactories.swift
[415/425] Compiling express Mustache.swift
[416/425] Compiling multer MulterStorage.swift
[417/425] Compiling multer MultiPartParser.swift
[419/426] Emitting module express
[424/426] Compiling express Render.swift
[428/429] Emitting module MacroExpress
[429/429] Compiling MacroExpress MacroExpress.swift
[431/442] Compiling MacroApp Route.swift
[432/442] Compiling MacroApp Use.swift
[433/442] Compiling MacroApp RouteEndpoint.swift
[434/443] Compiling MacroApp Endpoints.swift
[435/443] Compiling MacroApp MethodEndpoints.swift
[436/443] Compiling MacroApp Mount.swift
[437/443] Compiling MacroApp Render.swift
[438/443] Compiling MacroApp ReExports.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! (74.46s)
Build complete.
Done.

Build Machine: Linux 1