The Swift Package Index logo.Swift Package Index

Build Information

Successful build of MacroApp with Swift 5.8 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-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.8
Building package at path:  $workDir
https://github.com/Macro-swift/MacroApp.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-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
[669/2688] Fetching macro, macroexpress
Fetched https://github.com/Macro-swift/MacroExpress.git (0.27s)
Fetched https://github.com/Macro-swift/Macro.git (0.27s)
Computing version for https://github.com/Macro-swift/Macro.git
Computed https://github.com/Macro-swift/Macro.git at 1.0.1 (0.39s)
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/3159] Fetching swift-log
[949/4722] Fetching swift-log, swift-atomics
[4723/69076] Fetching swift-log, swift-atomics, swift-nio
Fetched https://github.com/apple/swift-log.git (4.87s)
Fetched https://github.com/apple/swift-atomics.git (4.87s)
Fetched https://github.com/apple/swift-nio.git (4.95s)
Computing version for https://github.com/Macro-swift/MacroExpress.git
Computed https://github.com/Macro-swift/MacroExpress.git at 1.0.2 (0.41s)
Fetching https://github.com/AlwaysRightInstitute/mustache.git
[1/544] Fetching mustache
Fetched https://github.com/AlwaysRightInstitute/mustache.git (0.24s)
Computing version for https://github.com/AlwaysRightInstitute/mustache.git
Computed https://github.com/AlwaysRightInstitute/mustache.git at 1.0.1 (0.33s)
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.38s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.63.0 (0.54s)
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 (1.29s)
Fetched https://github.com/apple/swift-collections.git (1.32s)
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.0.6 (0.36s)
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-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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.63.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-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
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
Building for debugging...
[0/11] Compiling CNIOWindows shim.c
[1/11] Compiling CNIOLinux liburing_shims.c
[2/11] Compiling CNIOWindows WSAStartup.c
[3/11] Compiling _AtomicsShims.c
[4/11] Compiling CNIOLLHTTP c_nio_http.c
[5/11] 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.
[6/11] Compiling CNIOLinux shim.c
[7/11] Compiling CNIOLLHTTP c_nio_api.c
[8/58] Compiling CNIOLLHTTP c_nio_llhttp.c
[10/60] Emitting module _NIODataStructures
[10/60] Compiling c-nioatomics.c
[11/65] Compiling c-atomics.c
[13/84] Compiling Atomics UnsafeAtomic.swift
[14/84] Compiling Atomics UnsafeAtomicLazyReference.swift
[15/86] Compiling mustache MustacheRenderingContext.swift
[16/86] Compiling Atomics AtomicMemoryOrderings.swift
[17/86] Compiling Atomics DoubleWord.swift
[18/86] Compiling Atomics OptionalRawRepresentable.swift
[19/86] Compiling Atomics RawRepresentable.swift
[20/86] Compiling Atomics AtomicBool.swift
[21/86] Emitting module DequeModule
[22/88] Compiling Atomics AtomicOptionalWrappable.swift
[23/88] Compiling Atomics AtomicReference.swift
[24/88] Compiling Atomics AtomicStorage.swift
[25/88] Compiling Atomics AtomicValue.swift
[28/88] Compiling Atomics ManagedAtomic.swift
[29/88] Compiling Atomics ManagedAtomicLazyReference.swift
[31/88] Compiling Atomics IntegerConformances.swift
[32/88] Compiling Atomics PointerConformances.swift
[33/88] Compiling Atomics Primitives.native.swift
[35/88] Compiling Atomics Primitives.shims.swift
[36/88] Compiling Atomics AtomicInteger.swift
[37/88] Compiling _NIOBase64 Base64.swift
[38/88] Emitting module _NIOBase64
[44/90] Compiling _NIODataStructures PriorityQueue.swift
[45/90] Compiling _NIODataStructures _TinyArray.swift
[46/90] Compiling DequeModule _DequeSlot.swift
[47/90] Compiling DequeModule _UnsafeWrappedBuffer.swift
[60/98] Emitting module mustache
[61/98] Compiling mustache Helpers.swift
[62/98] Emitting module xsys
[63/99] Emitting module mime
[64/99] Compiling mime MIME.swift
[65/99] Compiling mustache SimpleKVC.swift
[66/99] Compiling mustache Mustacheable.swift
[67/99] Compiling NIOConcurrencyHelpers NIOLock.swift
[68/99] Compiling _NIODataStructures Heap.swift
[81/100] Compiling xsys timespec.swift
[83/102] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[84/102] Compiling Logging MetadataProvider.swift
[90/103] Compiling NIOConcurrencyHelpers lock.swift
[92/103] Compiling xsys timeval_any.swift
[95/105] Compiling mustache MustacheNode.swift
[96/105] Compiling mustache HTMLEscape.swift
[97/105] Compiling mustache MustacheParser.swift
[100/107] Compiling NIOConcurrencyHelpers atomics.swift
[101/107] Emitting module NIOConcurrencyHelpers
[102/107] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[104/109] Compiling Logging LogHandler.swift
[105/109] Compiling Logging Logging.swift
[106/109] Compiling Logging Locks.swift
[107/109] Emitting module Logging
[109/110] 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 ChannelOption.swift
[147/178] Compiling NIOCore ChannelPipeline.swift
[148/178] Compiling NIOCore CircularBuffer.swift
[149/178] Compiling NIOCore Codec.swift
[150/178] Compiling NIOCore ConvenienceOptionSupport.swift
[151/178] Compiling NIOCore DeadChannel.swift
[152/178] Compiling NIOCore DispatchQueue+WithFuture.swift
[153/178] Compiling NIOCore EventLoop+Deprecated.swift
[154/178] Compiling NIOCore AddressedEnvelope.swift
[155/178] Compiling NIOCore AsyncAwaitSupport.swift
[156/178] Compiling NIOCore AsyncChannel.swift
[157/178] Compiling NIOCore AsyncChannelInboundStream.swift
[158/178] Compiling NIOCore AsyncChannelInboundStreamChannelHandler.swift
[159/178] Compiling NIOCore AsyncChannelOutboundWriter.swift
[160/178] Compiling NIOCore AsyncChannelOutboundWriterHandler.swift
[161/178] Compiling NIOCore NIOAsyncSequenceProducer.swift
[162/178] Emitting module NIOCore
[163/178] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[164/178] Compiling NIOCore NIOAsyncWriter.swift
[165/178] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[166/178] Compiling NIOCore BSDSocketAPI.swift
[167/178] Compiling NIOCore ByteBuffer-aux.swift
[168/178] Compiling NIOCore ByteBuffer-conversions.swift
[169/178] Compiling NIOCore ByteBuffer-core.swift
[170/178] Compiling NIOCore ByteBuffer-hexdump.swift
[171/178] Compiling NIOCore ByteBuffer-int.swift
[172/178] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[173/178] Compiling NIOCore ByteBuffer-multi-int.swift
[174/178] Compiling NIOCore ByteBuffer-views.swift
[175/178] Compiling NIOCore Channel.swift
[176/178] Compiling NIOCore ChannelHandler.swift
[177/178] Compiling NIOCore ChannelHandlers.swift
[178/178] Compiling NIOCore ChannelInvoker.swift
[181/231] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[182/231] Emitting module NIOEmbedded
[183/231] Compiling NIOEmbedded AsyncTestingChannel.swift
[184/231] Compiling NIOEmbedded Embedded.swift
[187/233] Emitting module NIOPosix
[188/239] Compiling NIOPosix PooledRecvBufferAllocator.swift
[189/239] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[190/239] Compiling NIOPosix PosixSingletons.swift
[191/239] Compiling NIOPosix RawSocketBootstrap.swift
[192/239] Compiling NIOPosix Resolver.swift
[193/239] Compiling NIOPosix Selectable.swift
[194/239] Compiling NIOPosix ThreadPosix.swift
[195/239] Compiling NIOPosix ThreadWindows.swift
[196/239] Compiling NIOPosix UnsafeTransfer.swift
[197/239] Compiling NIOPosix Utilities.swift
[198/239] Compiling NIOPosix VsockAddress.swift
[199/239] Compiling NIOPosix VsockChannelEvents.swift
[200/239] Compiling NIOPosix ServerSocket.swift
[201/239] Compiling NIOPosix Socket.swift
[202/239] Compiling NIOPosix SocketChannel.swift
[203/239] Compiling NIOPosix SocketProtocols.swift
[204/239] Compiling NIOPosix System.swift
[205/239] Compiling NIOPosix Thread.swift
[206/239] Compiling NIOPosix SelectableChannel.swift
[207/239] Compiling NIOPosix SelectableEventLoop.swift
[208/239] Compiling NIOPosix SelectorEpoll.swift
[209/239] Compiling NIOPosix SelectorGeneric.swift
[210/239] Compiling NIOPosix SelectorKqueue.swift
[211/239] Compiling NIOPosix SelectorUring.swift
[212/239] Compiling NIOPosix BSDSocketAPICommon.swift
[213/239] Compiling NIOPosix BSDSocketAPIPosix.swift
[214/239] Compiling NIOPosix BSDSocketAPIWindows.swift
[215/239] Compiling NIOPosix BaseSocket.swift
[216/239] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[217/239] Compiling NIOPosix BaseSocketChannel.swift
[218/239] Compiling NIOPosix BaseStreamSocketChannel.swift
[219/239] Compiling NIOPosix IntegerBitPacking.swift
[220/239] Compiling NIOPosix IntegerTypes.swift
[221/239] Compiling NIOPosix Linux.swift
[222/239] Compiling NIOPosix LinuxCPUSet.swift
[223/239] Compiling NIOPosix LinuxUring.swift
[224/239] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[225/239] Compiling NIOPosix NIOThreadPool.swift
[226/239] Compiling NIOPosix Bootstrap.swift
[227/239] Compiling NIOPosix ControlMessage.swift
[228/239] Compiling NIOPosix DatagramVectorReadManager.swift
[229/239] Compiling NIOPosix FileDescriptor.swift
[230/239] Compiling NIOPosix GetaddrinfoResolver.swift
[231/239] Compiling NIOPosix HappyEyeballs.swift
[232/239] Compiling NIOPosix IO.swift
[233/239] Compiling NIOPosix NonBlockingFileIO.swift
[234/239] Compiling NIOPosix PendingDatagramWritesManager.swift
[235/239] Compiling NIOPosix PendingWritesManager.swift
[236/239] Compiling NIOPosix PipeChannel.swift
[237/239] Compiling NIOPosix PipePair.swift
[238/239] Compiling NIOPosix PointerHelpers.swift
[239/239] Compiling NIOPosix Pool.swift
[242/243] Emitting module NIO
[243/243] Compiling NIO Exports.swift
[246/265] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[247/265] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[248/265] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[249/265] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[250/267] Emitting module NIOHTTP1
[251/267] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[252/267] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[253/267] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[254/267] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[255/267] Emitting module NIOFoundationCompat
[256/267] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[259/269] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[260/269] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[261/269] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[262/269] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[263/269] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[264/269] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[265/306] Compiling MacroCore Concat.swift
[266/306] Compiling MacroCore DuplexStreamType.swift
[267/306] Compiling MacroCore Buffer.swift
[268/306] Compiling MacroCore BufferData.swift
[269/306] Compiling MacroCore MacroError.swift
[270/306] Compiling MacroCore BufferDeprecations.swift
[271/306] Compiling MacroCore NextTick.swift
[272/306] Compiling MacroCore CommandLine.swift
[273/306] Compiling MacroCore DetectXcode.swift
[274/306] Compiling MacroCore Environment.swift
[275/311] Compiling MacroCore Process.swift
[276/311] Compiling MacroCore Warnings.swift
[277/311] Compiling MacroCore Regex.swift
[282/313] Compiling MacroCore WritableByteStream.swift
[283/313] Compiling MacroCore WritableByteStreamType.swift
[284/313] Compiling MacroCore WritableStreamBase.swift
[285/313] Compiling MacroCore WritableStreamType.swift
[286/313] Compiling MacroCore StringEncoding.swift
[287/313] Emitting module MacroCore
[291/313] Compiling MacroCore BufferHexEncoding.swift
[292/313] Compiling MacroCore BufferStrings.swift
[293/313] Compiling MacroCore CollectionUtils.swift
[294/313] Compiling MacroCore Pipe.swift
[295/313] Compiling MacroCore ReadableByteStream.swift
[296/313] Compiling MacroCore ReadableByteStreamType.swift
[297/313] Compiling MacroCore ReadableStreamBase.swift
[298/313] Compiling MacroCore ReadableStreamType.swift
[299/313] Compiling MacroCore ListenerType.swift
[300/313] Compiling MacroCore JSError.swift
[301/313] Compiling MacroCore JSON.swift
[302/313] Compiling MacroCore CollectionStubs.swift
[303/313] Compiling MacroCore Math.swift
[304/313] Compiling MacroCore Object.swift
[305/313] Compiling MacroCore StringStubs.swift
[306/313] Compiling MacroCore ToString.swift
[307/313] Compiling MacroCore LeftPad.swift
[308/313] Compiling MacroCore MacroCore.swift
[309/313] Compiling MacroCore Console.swift
[310/313] Compiling MacroCore Dirname.swift
[311/313] Compiling MacroCore EnvironmentValues.swift
[312/313] Compiling MacroCore ErrorEmitter.swift
[313/313] Compiling MacroCore EventListenerSet.swift
[316/343] Compiling http OutgoingMessage.swift
[317/344] Compiling http http.swift
[318/344] Compiling http Globals.swift
[319/344] Compiling http IncomingMessage.swift
[320/344] Compiling fs StatStruct.swift
[321/345] Compiling fs Directory.swift
[322/345] Compiling fs FSWatcher.swift
[323/345] Compiling fs File.swift
[324/345] Compiling fs JSONFile.swift
[325/345] Compiling fs Path.swift
[326/345] Compiling fs PosixWrappers.swift
[327/345] Emitting module fs
[328/345] Compiling http QueryString.swift
[329/345] Compiling http Server.swift
[330/345] Emitting module http
[331/345] Compiling fs fs.swift
[338/345] Compiling http ServerResponse.swift
[339/345] Compiling http HTTPHeadersHolder.swift
[344/349] Emitting module dotenv
[345/349] Compiling dotenv dotenv.swift
[354/367] Compiling connect Connect.swift
[355/367] Compiling connect CookieParser.swift
[356/368] Compiling connect Cookies.swift
[357/368] Compiling connect CrossCompile.swift
[358/368] Compiling connect Session.swift
[359/368] Compiling connect TypeIs.swift
[360/368] Emitting module connect
[361/368] Compiling connect BodyParser.swift
[362/368] Compiling connect CORS.swift
[363/368] Compiling connect Middleware.swift
[364/368] Compiling connect Pause.swift
[365/368] Compiling connect Logger.swift
[366/368] Compiling connect MethodOverride.swift
[367/368] Compiling connect QS.swift
[368/368] Compiling connect ServeStatic.swift
[371/399] Compiling express RouteKeeper.swift
[372/399] Compiling express RouteMounts.swift
[373/401] Compiling multer PartType.swift
[374/402] Compiling express MiddlewareObject.swift
[375/402] Compiling express Module.swift
[376/402] Compiling multer ProcessingContext.swift
[377/402] Compiling multer Utilities.swift
[378/402] Compiling express RouteFactories.swift
[379/402] Compiling express IncomingMessage.swift
[380/402] Compiling express Express.swift
[381/402] Compiling express Route.swift
[382/402] Compiling express JSON.swift
[383/402] Compiling express Mustache.swift
[384/402] Emitting module multer
[387/402] Compiling express BasicAuth.swift
[388/402] Compiling express ErrorMiddleware.swift
[389/403] Compiling express RoutePattern.swift
[390/403] Compiling express Router.swift
[392/404] Compiling express ServerResponse.swift
[393/404] Compiling express Settings.swift
[396/404] Compiling express Render.swift
[401/404] Emitting module express
[407/408] Emitting module MacroExpress
[408/408] Compiling MacroExpress MacroExpress.swift
[411/422] Compiling MacroApp Route.swift
[412/423] Compiling MacroApp RouteEndpoint.swift
[413/423] Compiling MacroApp Use.swift
[414/423] Emitting module MacroApp
[415/423] Compiling MacroApp App.swift
[416/423] Compiling MacroApp EndpointsBuilder.swift
[417/423] Compiling MacroApp Endpoints.swift
[418/423] Compiling MacroApp MethodEndpoints.swift
[419/423] Compiling MacroApp Mount.swift
[420/423] Compiling MacroApp Render.swift
[421/423] Compiling MacroApp ReExports.swift
[422/423] Compiling MacroApp EndpointsPrimitive.swift
[423/423] Compiling MacroApp Tuples.swift
Build complete! (56.66s)
Build complete.
Done.

Build Machine: Linux 2