The Swift Package Index logo.Swift Package Index

Build Information

Successful build of MacroExpress with Swift 5.9 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-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/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.9
Building package at path:  $workDir
https://github.com/Macro-swift/MacroExpress.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/AlwaysRightInstitute/mustache.git
Fetching https://github.com/Macro-swift/Macro.git
[1/544] Fetching mustache
[7/2061] Fetching mustache, macro
Fetched https://github.com/Macro-swift/Macro.git (0.26s)
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.41s)
Computing version for https://github.com/Macro-swift/Macro.git
Computed https://github.com/Macro-swift/Macro.git at 1.0.1 (0.44s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-log.git
[1/3159] Fetching swift-log
[949/4722] Fetching swift-log, swift-atomics
Fetched https://github.com/apple/swift-log.git (0.39s)
Fetched https://github.com/apple/swift-atomics.git (0.43s)
[1/64354] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git (5.47s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.53s)
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.52s)
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.13s)
Fetched https://github.com/apple/swift-collections.git (1.16s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.2.1 (0.40s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.0.6 (0.41s)
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-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-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-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-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 _AtomicsShims.c
[2/11] Compiling CNIOWindows WSAStartup.c
[3/11] Compiling CNIOLinux liburing_shims.c
[4/11] Compiling CNIODarwin shim.c
[5/11] Compiling CNIOLLHTTP c_nio_http.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/11] Compiling CNIOLLHTTP c_nio_llhttp.c
[10/46] Emitting module mustache
[10/46] 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 Mustacheable.swift
[18/88] Compiling mustache HTMLEscape.swift
[19/88] Compiling Atomics AtomicMemoryOrderings.swift
[20/88] Compiling Atomics ManagedAtomic.swift
[21/88] Compiling Atomics DoubleWord.swift
[22/88] Compiling Atomics ManagedAtomicLazyReference.swift
[25/88] Compiling Atomics Primitives.shims.swift
[26/88] Compiling Atomics AtomicInteger.swift
[27/88] Compiling Atomics AtomicOptionalWrappable.swift
[28/88] Compiling Atomics AtomicReference.swift
[29/88] Compiling Atomics AtomicStorage.swift
[30/88] Compiling Atomics AtomicValue.swift
[31/88] Compiling Atomics IntegerConformances.swift
[32/88] Compiling Atomics PointerConformances.swift
[33/88] Compiling Atomics Primitives.native.swift
[34/88] Compiling Atomics OptionalRawRepresentable.swift
[35/88] Compiling Atomics RawRepresentable.swift
[36/88] Compiling Atomics AtomicBool.swift
[37/88] Emitting module DequeModule
[46/88] Compiling mustache MustacheRenderingContext.swift
[47/88] Emitting module _NIOBase64
[48/88] Compiling _NIOBase64 Base64.swift
[51/90] Compiling DequeModule _DequeSlot.swift
[52/90] Compiling DequeModule _UnsafeWrappedBuffer.swift
[53/90] Compiling _NIODataStructures _TinyArray.swift
[54/90] Compiling _NIODataStructures PriorityQueue.swift
[57/97] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[60/98] Emitting module xsys
[65/98] Compiling xsys timespec.swift
[66/98] Emitting module mime
[67/98] Compiling mime MIME.swift
[68/99] Compiling Logging MetadataProvider.swift
[69/99] Compiling mustache SimpleKVC.swift
[72/99] Compiling mustache Helpers.swift
[79/99] Compiling NIOConcurrencyHelpers lock.swift
[80/99] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[81/99] Emitting module NIOConcurrencyHelpers
[82/99] Compiling NIOConcurrencyHelpers NIOLock.swift
[83/100] Emitting module Logging
[84/100] Compiling Logging Locks.swift
[85/100] Compiling _NIODataStructures Heap.swift
[86/100] Emitting module _NIODataStructures
[88/101] Compiling mustache MustacheParser.swift
[89/101] Compiling mustache MustacheNode.swift
[90/103] Compiling NIOConcurrencyHelpers atomics.swift
[95/107] Compiling xsys timeval_any.swift
[100/109] Emitting module Atomics
[102/109] Compiling Logging LogHandler.swift
[103/109] Compiling Logging Logging.swift
[114/170] Compiling NIOCore AddressedEnvelope.swift
[115/170] Compiling NIOCore AsyncAwaitSupport.swift
[116/170] Compiling NIOCore AsyncChannel.swift
[117/170] Compiling NIOCore AsyncChannelInboundStream.swift
[118/170] Compiling NIOCore AsyncChannelInboundStreamChannelHandler.swift
[119/170] Compiling NIOCore AsyncChannelOutboundWriter.swift
[120/170] Compiling NIOCore AsyncChannelOutboundWriterHandler.swift
[121/170] Compiling NIOCore NIOAsyncSequenceProducer.swift
[122/178] Compiling NIOCore MarkedCircularBuffer.swift
[123/178] Compiling NIOCore MulticastChannel.swift
[124/178] Compiling NIOCore NIOAny.swift
[125/178] Compiling NIOCore NIOCloseOnErrorHandler.swift
[126/178] Compiling NIOCore NIOLoopBound.swift
[127/178] Compiling NIOCore NIOSendable.swift
[128/178] Compiling NIOCore PointerHelpers.swift
[129/178] Compiling NIOCore RecvByteBufferAllocator.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 ChannelOption.swift
[139/178] Compiling NIOCore ChannelPipeline.swift
[140/178] Compiling NIOCore CircularBuffer.swift
[141/178] Compiling NIOCore Codec.swift
[142/178] Compiling NIOCore ConvenienceOptionSupport.swift
[143/178] Compiling NIOCore DeadChannel.swift
[144/178] Compiling NIOCore DispatchQueue+WithFuture.swift
[145/178] Compiling NIOCore EventLoop+Deprecated.swift
[146/178] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[147/178] Compiling NIOCore SocketAddresses.swift
[148/178] Compiling NIOCore SocketOptionProvider.swift
[149/178] Compiling NIOCore SystemCallHelpers.swift
[150/178] Compiling NIOCore TimeAmount+Duration.swift
[151/178] Compiling NIOCore TypeAssistedChannelHandler.swift
[152/178] Compiling NIOCore UniversalBootstrapSupport.swift
[153/178] Compiling NIOCore Utilities.swift
[154/178] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[155/178] Compiling NIOCore NIOAsyncWriter.swift
[156/178] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[157/178] Compiling NIOCore BSDSocketAPI.swift
[158/178] Compiling NIOCore ByteBuffer-aux.swift
[159/178] Compiling NIOCore ByteBuffer-conversions.swift
[160/178] Compiling NIOCore ByteBuffer-core.swift
[161/178] Compiling NIOCore ByteBuffer-hexdump.swift
[162/178] Compiling NIOCore GlobalSingletons.swift
[163/178] Compiling NIOCore IO.swift
[164/178] Compiling NIOCore IOData.swift
[165/178] Compiling NIOCore IPProtocol.swift
[166/178] Compiling NIOCore IntegerBitPacking.swift
[167/178] Compiling NIOCore IntegerTypes.swift
[168/178] Compiling NIOCore Interfaces.swift
[169/178] Compiling NIOCore Linux.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] Emitting module NIOEmbedded
[182/231] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[183/231] Compiling NIOEmbedded Embedded.swift
[184/231] Compiling NIOEmbedded AsyncTestingChannel.swift
[187/233] Compiling NIOPosix IntegerBitPacking.swift
[188/233] Compiling NIOPosix IntegerTypes.swift
[189/233] Compiling NIOPosix Linux.swift
[190/233] Compiling NIOPosix LinuxCPUSet.swift
[191/233] Compiling NIOPosix LinuxUring.swift
[192/233] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[193/233] Compiling NIOPosix NIOThreadPool.swift
[194/239] Compiling NIOPosix SelectableChannel.swift
[195/239] Compiling NIOPosix SelectableEventLoop.swift
[196/239] Compiling NIOPosix SelectorEpoll.swift
[197/239] Compiling NIOPosix SelectorGeneric.swift
[198/239] Compiling NIOPosix SelectorKqueue.swift
[199/239] Compiling NIOPosix SelectorUring.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] Emitting module NIOPosix
[207/239] Compiling NIOPosix BSDSocketAPICommon.swift
[208/239] Compiling NIOPosix BSDSocketAPIPosix.swift
[209/239] Compiling NIOPosix BSDSocketAPIWindows.swift
[210/239] Compiling NIOPosix BaseSocket.swift
[211/239] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[212/239] Compiling NIOPosix BaseSocketChannel.swift
[213/239] Compiling NIOPosix BaseStreamSocketChannel.swift
[214/239] Compiling NIOPosix ThreadPosix.swift
[215/239] Compiling NIOPosix ThreadWindows.swift
[216/239] Compiling NIOPosix UnsafeTransfer.swift
[217/239] Compiling NIOPosix Utilities.swift
[218/239] Compiling NIOPosix VsockAddress.swift
[219/239] Compiling NIOPosix VsockChannelEvents.swift
[220/239] Compiling NIOPosix Bootstrap.swift
[221/239] Compiling NIOPosix ControlMessage.swift
[222/239] Compiling NIOPosix DatagramVectorReadManager.swift
[223/239] Compiling NIOPosix FileDescriptor.swift
[224/239] Compiling NIOPosix GetaddrinfoResolver.swift
[225/239] Compiling NIOPosix HappyEyeballs.swift
[226/239] Compiling NIOPosix IO.swift
[227/239] Compiling NIOPosix PooledRecvBufferAllocator.swift
[228/239] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[229/239] Compiling NIOPosix PosixSingletons.swift
[230/239] Compiling NIOPosix RawSocketBootstrap.swift
[231/239] Compiling NIOPosix Resolver.swift
[232/239] Compiling NIOPosix Selectable.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 JSONSerialization+ByteBuffer.swift
[247/265] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[248/265] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[249/265] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[250/265] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[251/265] Emitting module NIOFoundationCompat
[252/268] Emitting module NIOHTTP1
[255/269] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[256/269] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[257/269] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[258/269] Compiling NIOHTTP1 NIOHTTPObjectAggregator.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/306] Compiling MacroCore MacroCore.swift
[264/306] Compiling MacroCore ListenerType.swift
[265/306] Compiling MacroCore MacroError.swift
[266/306] Compiling MacroCore NextTick.swift
[267/306] Compiling MacroCore CommandLine.swift
[268/306] Compiling MacroCore DetectXcode.swift
[269/306] Compiling MacroCore Environment.swift
[270/311] Compiling MacroCore ErrorEmitter.swift
[271/311] Compiling MacroCore EventListenerSet.swift
[272/311] Compiling MacroCore Pipe.swift
[273/311] Compiling MacroCore ReadableByteStream.swift
[274/311] Compiling MacroCore ReadableByteStreamType.swift
[275/311] Compiling MacroCore ReadableStreamBase.swift
[276/311] Compiling MacroCore ReadableStreamType.swift
[277/311] Compiling MacroCore Console.swift
[278/311] Compiling MacroCore Dirname.swift
[279/311] Compiling MacroCore EnvironmentValues.swift
[281/312] Compiling MacroCore Process.swift
[282/312] Compiling MacroCore Warnings.swift
[283/312] Compiling MacroCore Regex.swift
[284/312] Compiling MacroCore Concat.swift
[285/312] Compiling MacroCore DuplexStreamType.swift
[287/313] Compiling MacroCore JSError.swift
[288/313] Compiling MacroCore JSON.swift
[289/313] Compiling MacroCore CollectionStubs.swift
[290/313] Compiling MacroCore Math.swift
[291/313] Compiling MacroCore Object.swift
[292/313] Compiling MacroCore StringStubs.swift
[293/313] Compiling MacroCore ToString.swift
[294/313] Compiling MacroCore LeftPad.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 ServerResponse.swift
[317/343] Compiling http HTTPHeadersHolder.swift
[318/344] Compiling fs StatStruct.swift
[319/344] Compiling http OutgoingMessage.swift
[320/345] Compiling http URLSessionClientRequest.swift
[321/345] Compiling http BasicAuth.swift
[322/345] Compiling http http.swift
[323/345] Compiling http Globals.swift
[324/345] Compiling http IncomingMessage.swift
[325/345] Compiling http QueryString.swift
[326/345] Compiling http Server.swift
[327/345] Compiling fs fs.swift
[330/345] Compiling fs Directory.swift
[331/345] Compiling fs FSWatcher.swift
[332/345] Emitting module http
[335/345] Compiling http URLRequestInit.swift
[336/345] Compiling http URLSessionAgent.swift
[339/345] Emitting module fs
[344/349] Emitting module dotenv
[345/349] Compiling dotenv dotenv.swift
[354/367] Emitting module connect
[355/368] Compiling connect BodyParser.swift
[356/368] Compiling connect CORS.swift
[357/368] Compiling connect TypeIs.swift
[358/368] Compiling connect Session.swift
[359/368] Compiling connect Middleware.swift
[360/368] Compiling connect Pause.swift
[361/368] Compiling connect Connect.swift
[362/368] Compiling connect CookieParser.swift
[363/368] Compiling connect Logger.swift
[364/368] Compiling connect MethodOverride.swift
[365/368] Compiling connect QS.swift
[366/368] Compiling connect ServeStatic.swift
[367/368] Compiling connect Cookies.swift
[368/368] Compiling connect CrossCompile.swift
[371/399] Compiling express BasicAuth.swift
[372/399] Compiling express ErrorMiddleware.swift
[373/399] Compiling express Module.swift
[374/399] Compiling express Mustache.swift
[375/399] Compiling express Express.swift
[376/399] Compiling express MiddlewareObject.swift
[377/399] Emitting module multer
[378/399] Compiling express IncomingMessage.swift
[379/399] Compiling express JSON.swift
[380/400] Compiling express RouteKeeper.swift
[381/400] Compiling express RouteMounts.swift
[382/400] Compiling express RoutePattern.swift
[383/400] Compiling express Router.swift
[384/402] Compiling multer PartType.swift
[385/402] Compiling express Render.swift
[386/402] Compiling express Route.swift
[389/402] Compiling multer ProcessingContext.swift
[390/402] Compiling multer Utilities.swift
[391/403] Emitting module express
[393/404] Compiling express ServerResponse.swift
[394/404] Compiling express Settings.swift
[404/404] Compiling express RouteFactories.swift
[407/408] Emitting module MacroExpress
[408/408] Compiling MacroExpress MacroExpress.swift
Build complete! (65.70s)
Build complete.
Done.

Build Machine: Linux 2