The Swift Package Index logo.Swift Package Index

Build Information

Successful build of MacroExpress 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/MacroExpress.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/MacroExpress
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 668b3fb Update README.md
Cloned https://github.com/Macro-swift/MacroExpress.git
Revision (git rev-parse @):
668b3fb26fcd82f3bde6e1f7d4987f2da4224a60
SUCCESS checkout https://github.com/Macro-swift/MacroExpress.git at develop
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/Macro-swift/MacroExpress.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/Macro.git
Fetching https://github.com/AlwaysRightInstitute/mustache.git
[1/544] Fetching mustache
[545/2061] Fetching mustache, macro
Fetched https://github.com/AlwaysRightInstitute/mustache.git from cache (0.22s)
Fetched https://github.com/Macro-swift/Macro.git from cache (0.22s)
Computing version for https://github.com/AlwaysRightInstitute/mustache.git
Computed https://github.com/AlwaysRightInstitute/mustache.git at 1.0.1 (0.38s)
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
[4733/69248] Fetching swift-log, swift-atomics, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (3.82s)
Fetched https://github.com/apple/swift-log.git from cache (3.82s)
Fetched https://github.com/apple/swift-nio.git from cache (3.90s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.37s)
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
[2984/16729] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.92s)
Fetched https://github.com/apple/swift-collections.git from cache (0.94s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.2.1 (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.63s)
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/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-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/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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.5.4
Building for debugging...
[0/36] Write sources
[23/36] Compiling CNIOWindows shim.c
[24/36] Compiling CNIOWindows WSAStartup.c
[24/36] Compiling CNIOLinux liburing_shims.c
[26/36] Compiling _AtomicsShims.c
[27/36] Compiling CNIOLLHTTP c_nio_http.c
[28/36] Write sources
[29/36] Compiling CNIODarwin shim.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.
[30/36] Compiling CNIOLinux shim.c
[31/36] Compiling CNIOLLHTTP c_nio_api.c
[32/36] Write swift-version-24593BA9C3E375BF.txt
[33/36] Compiling CNIOLLHTTP c_nio_llhttp.c
[35/83] Emitting module _NIODataStructures
[35/83] Compiling c-nioatomics.c
[37/83] Emitting module _CollectionsUtilities
[37/90] Compiling c-atomics.c
[39/109] Compiling Atomics AtomicStorage.swift
[40/109] Compiling Atomics AtomicValue.swift
[41/109] Compiling Atomics OptionalRawRepresentable.swift
[42/109] Compiling Atomics RawRepresentable.swift
[43/109] Compiling Atomics AtomicBool.swift
[44/111] Compiling Atomics AtomicOptionalWrappable.swift
[45/111] Compiling Atomics ManagedAtomic.swift
[46/111] Compiling Atomics UnsafeAtomic.swift
[47/111] Compiling Atomics UnsafeAtomicLazyReference.swift
[49/111] Compiling Atomics ManagedAtomicLazyReference.swift
[50/111] Compiling _NIODataStructures _TinyArray.swift
[51/111] Compiling Logging LogHandler.swift
[52/111] Compiling Atomics AtomicMemoryOrderings.swift
[53/111] Compiling Atomics DoubleWord.swift
[54/111] Compiling _NIODataStructures PriorityQueue.swift
[57/111] Compiling Atomics AtomicReference.swift
[60/111] Compiling Atomics Primitives.shims.swift
[61/111] Compiling Atomics AtomicInteger.swift
[65/111] Compiling Atomics IntegerConformances.swift
[66/111] Compiling Atomics PointerConformances.swift
[67/111] Compiling Atomics Primitives.native.swift
[72/111] Compiling mustache Mustacheable.swift
[76/112] Compiling Atomics IntegerOperations.swift
[77/112] Compiling Atomics Unmanaged extensions.swift
[78/112] Emitting module _NIOBase64
[79/112] Compiling _NIOBase64 Base64.swift
[82/135] Emitting module Atomics
[83/135] Compiling DequeModule Deque+Hashable.swift
[84/135] Compiling DequeModule Deque+Sendable.swift
[85/137] Compiling DequeModule _DequeBuffer.swift
[86/137] Compiling DequeModule _DequeBufferHeader.swift
[87/137] Compiling DequeModule Deque+Extras.swift
[88/137] Compiling DequeModule Deque+Descriptions.swift
[89/138] Compiling mime MIME.swift
[90/138] Emitting module mime
[93/138] Compiling DequeModule Deque+Equatable.swift
[94/138] Compiling DequeModule Deque+Testing.swift
[95/138] Compiling xsys timespec.swift
[96/138] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[98/138] Compiling NIOConcurrencyHelpers lock.swift
[99/138] Compiling Logging Locks.swift
[100/138] Emitting module Logging
[101/138] Compiling Logging MetadataProvider.swift
[102/138] Compiling mustache MustacheRenderingContext.swift
[103/138] Compiling mustache SimpleKVC.swift
[105/138] Compiling DequeModule Deque._Storage.swift
[108/138] Compiling DequeModule Deque+CustomReflectable.swift
[111/138] Compiling DequeModule Deque._UnsafeHandle.swift
[112/138] Compiling DequeModule _DequeSlot.swift
[113/138] Compiling DequeModule _UnsafeWrappedBuffer.swift
[114/139] Emitting module xsys
[115/139] Compiling DequeModule Deque+Codable.swift
[116/139] Compiling DequeModule Deque+Collection.swift
[117/139] Compiling _NIODataStructures Heap.swift
[119/140] Compiling xsys timeval_any.swift
[120/141] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[121/141] Compiling NIOConcurrencyHelpers NIOLock.swift
[122/141] Compiling NIOConcurrencyHelpers atomics.swift
[123/141] Compiling mustache MustacheNode.swift
[124/141] Compiling mustache Helpers.swift
[125/141] Compiling mustache HTMLEscape.swift
[126/141] Emitting module mustache
[127/141] Compiling mustache MustacheParser.swift
[128/142] Emitting module NIOConcurrencyHelpers
[129/142] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[135/143] Compiling DequeModule Deque.swift
[136/143] Compiling Logging Logging.swift
[145/145] Emitting module DequeModule
[147/203] Compiling NIOCore AddressedEnvelope.swift
[148/203] Compiling NIOCore AsyncAwaitSupport.swift
[149/203] Compiling NIOCore AsyncChannel.swift
[150/203] Compiling NIOCore AsyncChannelInboundStream.swift
[151/203] Compiling NIOCore AsyncChannelInboundStreamChannelHandler.swift
[152/203] Compiling NIOCore AsyncChannelOutboundWriter.swift
[153/203] Compiling NIOCore AsyncChannelOutboundWriterHandler.swift
[154/203] Compiling NIOCore NIOAsyncSequenceProducer.swift
[155/211] Compiling NIOCore GlobalSingletons.swift
[156/211] Compiling NIOCore IO.swift
[157/211] Compiling NIOCore IOData.swift
[158/211] Compiling NIOCore IPProtocol.swift
[159/211] Compiling NIOCore IntegerBitPacking.swift
[160/211] Compiling NIOCore IntegerTypes.swift
[161/211] Compiling NIOCore Interfaces.swift
[162/211] Compiling NIOCore Linux.swift
[163/211] Compiling NIOCore EventLoop+SerialExecutor.swift
[164/211] Compiling NIOCore EventLoop.swift
[165/211] Compiling NIOCore EventLoopFuture+Deprecated.swift
[166/211] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[167/211] Compiling NIOCore EventLoopFuture.swift
[168/211] Compiling NIOCore FileDescriptor.swift
[169/211] Compiling NIOCore FileHandle.swift
[170/211] Compiling NIOCore FileRegion.swift
[171/211] Compiling NIOCore MarkedCircularBuffer.swift
[172/211] Compiling NIOCore MulticastChannel.swift
[173/211] Compiling NIOCore NIOAny.swift
[174/211] Compiling NIOCore NIOCloseOnErrorHandler.swift
[175/211] Compiling NIOCore NIOLoopBound.swift
[176/211] Compiling NIOCore NIOSendable.swift
[177/211] Compiling NIOCore PointerHelpers.swift
[178/211] Compiling NIOCore RecvByteBufferAllocator.swift
[179/211] Compiling NIOCore ChannelOption.swift
[180/211] Compiling NIOCore ChannelPipeline.swift
[181/211] Compiling NIOCore CircularBuffer.swift
[182/211] Compiling NIOCore Codec.swift
[183/211] Compiling NIOCore ConvenienceOptionSupport.swift
[184/211] Compiling NIOCore DeadChannel.swift
[185/211] Compiling NIOCore DispatchQueue+WithFuture.swift
[186/211] Compiling NIOCore EventLoop+Deprecated.swift
[187/211] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[188/211] Compiling NIOCore SocketAddresses.swift
[189/211] Compiling NIOCore SocketOptionProvider.swift
[190/211] Compiling NIOCore SystemCallHelpers.swift
[191/211] Compiling NIOCore TimeAmount+Duration.swift
[192/211] Compiling NIOCore TypeAssistedChannelHandler.swift
[193/211] Compiling NIOCore UniversalBootstrapSupport.swift
[194/211] Compiling NIOCore Utilities.swift
[195/211] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[196/211] Compiling NIOCore NIOAsyncWriter.swift
[197/211] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[198/211] Compiling NIOCore BSDSocketAPI.swift
[199/211] Compiling NIOCore ByteBuffer-aux.swift
[200/211] Compiling NIOCore ByteBuffer-conversions.swift
[201/211] Compiling NIOCore ByteBuffer-core.swift
[202/211] Compiling NIOCore ByteBuffer-hexdump.swift
[203/211] Compiling NIOCore ByteBuffer-int.swift
[204/211] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[205/211] Compiling NIOCore ByteBuffer-multi-int.swift
[206/211] Compiling NIOCore ByteBuffer-views.swift
[207/211] Compiling NIOCore Channel.swift
[208/211] Compiling NIOCore ChannelHandler.swift
[209/211] Compiling NIOCore ChannelHandlers.swift
[210/211] Compiling NIOCore ChannelInvoker.swift
[211/211] Emitting module NIOCore
[213/263] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[214/263] Compiling NIOEmbedded Embedded.swift
[215/263] Compiling NIOEmbedded AsyncTestingChannel.swift
[216/263] Emitting module NIOEmbedded
[218/264] Emitting module NIOPosix
[219/270] Compiling NIOPosix IntegerBitPacking.swift
[220/270] Compiling NIOPosix IntegerTypes.swift
[221/270] Compiling NIOPosix Linux.swift
[222/270] Compiling NIOPosix LinuxCPUSet.swift
[223/270] Compiling NIOPosix LinuxUring.swift
[224/270] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[225/270] Compiling NIOPosix NIOThreadPool.swift
[226/270] Compiling NIOPosix PooledRecvBufferAllocator.swift
[227/270] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[228/270] Compiling NIOPosix PosixSingletons.swift
[229/270] Compiling NIOPosix RawSocketBootstrap.swift
[230/270] Compiling NIOPosix Resolver.swift
[231/270] Compiling NIOPosix Selectable.swift
[232/270] Compiling NIOPosix ThreadPosix.swift
[233/270] Compiling NIOPosix ThreadWindows.swift
[234/270] Compiling NIOPosix UnsafeTransfer.swift
[235/270] Compiling NIOPosix Utilities.swift
[236/270] Compiling NIOPosix VsockAddress.swift
[237/270] Compiling NIOPosix VsockChannelEvents.swift
[238/270] Compiling NIOPosix SelectableChannel.swift
[239/270] Compiling NIOPosix SelectableEventLoop.swift
[240/270] Compiling NIOPosix SelectorEpoll.swift
[241/270] Compiling NIOPosix SelectorGeneric.swift
[242/270] Compiling NIOPosix SelectorKqueue.swift
[243/270] Compiling NIOPosix SelectorUring.swift
[244/270] Compiling NIOPosix ServerSocket.swift
[245/270] Compiling NIOPosix Socket.swift
[246/270] Compiling NIOPosix SocketChannel.swift
[247/270] Compiling NIOPosix SocketProtocols.swift
[248/270] Compiling NIOPosix System.swift
[249/270] Compiling NIOPosix Thread.swift
[250/270] Compiling NIOPosix BSDSocketAPICommon.swift
[251/270] Compiling NIOPosix BSDSocketAPIPosix.swift
[252/270] Compiling NIOPosix BSDSocketAPIWindows.swift
[253/270] Compiling NIOPosix BaseSocket.swift
[254/270] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[255/270] Compiling NIOPosix BaseSocketChannel.swift
[256/270] Compiling NIOPosix BaseStreamSocketChannel.swift
[257/270] Compiling NIOPosix NonBlockingFileIO.swift
[258/270] Compiling NIOPosix PendingDatagramWritesManager.swift
[259/270] Compiling NIOPosix PendingWritesManager.swift
[260/270] Compiling NIOPosix PipeChannel.swift
[261/270] Compiling NIOPosix PipePair.swift
[262/270] Compiling NIOPosix PointerHelpers.swift
[263/270] Compiling NIOPosix Pool.swift
[264/270] Compiling NIOPosix Bootstrap.swift
[265/270] Compiling NIOPosix ControlMessage.swift
[266/270] Compiling NIOPosix DatagramVectorReadManager.swift
[267/270] Compiling NIOPosix FileDescriptor.swift
[268/270] Compiling NIOPosix GetaddrinfoResolver.swift
[269/270] Compiling NIOPosix HappyEyeballs.swift
[270/270] Compiling NIOPosix IO.swift
[272/273] Emitting module NIO
[273/273] Compiling NIO Exports.swift
[275/294] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[276/294] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[277/294] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[278/294] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[279/296] Emitting module NIOHTTP1
[280/296] Emitting module NIOFoundationCompat
[281/296] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[283/297] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[284/297] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[285/297] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[286/297] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[287/297] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[288/297] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[289/297] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[290/297] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[291/334] Compiling MacroCore Buffer.swift
[292/334] Compiling MacroCore BufferData.swift
[293/334] Compiling MacroCore MacroError.swift
[294/334] Compiling MacroCore NextTick.swift
[295/334] Compiling MacroCore CommandLine.swift
[296/334] Compiling MacroCore DetectXcode.swift
[297/334] Compiling MacroCore Environment.swift
[298/339] Compiling MacroCore Dirname.swift
[299/339] Compiling MacroCore EnvironmentValues.swift
[300/339] Compiling MacroCore ListenerType.swift
[301/339] Compiling MacroCore JSError.swift
[302/339] Compiling MacroCore JSON.swift
[303/339] Compiling MacroCore CollectionStubs.swift
[304/339] Compiling MacroCore Math.swift
[305/339] Compiling MacroCore Pipe.swift
[306/339] Compiling MacroCore ReadableByteStream.swift
[307/339] Compiling MacroCore ReadableByteStreamType.swift
[308/339] Compiling MacroCore ReadableStreamBase.swift
[309/339] Compiling MacroCore ReadableStreamType.swift
[310/339] Compiling MacroCore Object.swift
[311/339] Compiling MacroCore StringStubs.swift
[312/339] Compiling MacroCore ToString.swift
[313/339] Compiling MacroCore LeftPad.swift
[314/339] Compiling MacroCore MacroCore.swift
[315/339] Compiling MacroCore Process.swift
[316/339] Compiling MacroCore Warnings.swift
[317/339] Compiling MacroCore Regex.swift
[318/339] Compiling MacroCore Concat.swift
[319/339] Compiling MacroCore DuplexStreamType.swift
[320/339] Compiling MacroCore WritableByteStream.swift
[321/339] Compiling MacroCore WritableByteStreamType.swift
[322/339] Compiling MacroCore WritableStreamBase.swift
[323/339] Compiling MacroCore WritableStreamType.swift
[324/339] Compiling MacroCore StringEncoding.swift
[329/340] Emitting module MacroCore
[330/340] Compiling MacroCore Console.swift
[333/340] Compiling MacroCore ErrorEmitter.swift
[334/340] Compiling MacroCore EventListenerSet.swift
[337/340] Compiling MacroCore BufferDeprecations.swift
[338/340] Compiling MacroCore BufferHexEncoding.swift
[339/340] Compiling MacroCore BufferStrings.swift
[340/340] Compiling MacroCore CollectionUtils.swift
[342/369] Compiling fs AsyncWrapper.swift
[343/369] Compiling fs ResultExtensions.swift
[344/369] Compiling fs StatStruct.swift
[345/370] Compiling http OutgoingMessage.swift
[348/371] Emitting module http
[349/371] Compiling http URLRequestInit.swift
[350/371] Compiling http URLSessionAgent.swift
[351/371] Compiling http Globals.swift
[352/371] Compiling http IncomingMessage.swift
[353/371] Compiling http Agent.swift
[354/371] Compiling http ClientRequest.swift
[357/371] Compiling http http.swift
[358/371] Compiling fs fs.swift
[361/371] Compiling fs Promise.swift
[362/371] Compiling fs FileReadStream.swift
[363/371] Compiling fs FileStream.swift
[364/371] Compiling fs FileWriteStream.swift
[365/371] Emitting module fs
[367/374] Compiling dotenv dotenv.swift
[368/374] Emitting module dotenv
[377/390] Compiling connect Session.swift
[378/391] Compiling connect Logger.swift
[379/391] Compiling connect MethodOverride.swift
[380/391] Compiling connect BodyParser.swift
[381/391] Compiling connect CORS.swift
[382/391] Compiling connect Connect.swift
[383/391] Compiling connect CookieParser.swift
[384/391] Emitting module connect
[385/391] Compiling connect Cookies.swift
[386/391] Compiling connect CrossCompile.swift
[387/391] Compiling connect TypeIs.swift
[388/391] Compiling connect QS.swift
[389/391] Compiling connect ServeStatic.swift
[390/391] Compiling connect Middleware.swift
[391/391] Compiling connect Pause.swift
[393/421] Compiling express BasicAuth.swift
[394/421] Compiling express ErrorMiddleware.swift
[395/422] Emitting module multer
[396/422] Compiling express Router.swift
[397/422] Compiling express Mustache.swift
[398/422] Compiling express Express.swift
[399/422] Compiling express MiddlewareObject.swift
[400/422] Compiling multer PartType.swift
[401/422] Compiling multer MulterStorage.swift
[402/422] Compiling multer MultiPartParser.swift
[403/422] Compiling multer IncomingMessageMulter.swift
[404/422] Compiling express RoutePattern.swift
[405/422] Compiling multer ProcessingContext.swift
[406/422] Emitting module express
[407/424] Compiling multer Utilities.swift
[412/425] Compiling express Render.swift
[413/425] Compiling express IncomingMessage.swift
[414/425] Compiling express JSON.swift
[415/425] Compiling express ServerResponse.swift
[416/425] Compiling express Settings.swift
[417/425] Compiling express RouteKeeper.swift
[418/425] Compiling express RouteMounts.swift
[427/428] Compiling MacroExpress MacroExpress.swift
[428/428] Emitting module MacroExpress
Build complete! (50.63s)
Build complete.
Done.

Build Machine: Linux 1