Build Information
Successful build of LeafMarkdown, reference 3.0.1 (ecec9a
), with Swift 6.1 for Linux on 26 Apr 2025 14:07:06 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor-community/leaf-markdown.git
Reference: 3.0.1
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/vapor-community/leaf-markdown
* tag 3.0.1 -> FETCH_HEAD
HEAD is now at ecec9a9 Update for UnsafeUnescapedLeafTag
Cloned https://github.com/vapor-community/leaf-markdown.git
Revision (git rev-parse @):
ecec9a93102139609aa5a84c51990fc305fbc1d6
SUCCESS checkout https://github.com/vapor-community/leaf-markdown.git at 3.0.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/vapor-community/leaf-markdown.git
https://github.com/vapor-community/leaf-markdown.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "markdown",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor-community/markdown.git"
},
{
"identity" : "leaf-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/leaf-kit.git"
}
],
"manifest_display_name" : "LeafMarkdown",
"name" : "LeafMarkdown",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "LeafMarkdown",
"targets" : [
"LeafMarkdown"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LeafMarkdownTests",
"module_type" : "SwiftTarget",
"name" : "LeafMarkdownTests",
"path" : "Tests/LeafMarkdownTests",
"product_dependencies" : [
"LeafKit"
],
"sources" : [
"LeafTests.swift"
],
"target_dependencies" : [
"LeafMarkdown"
],
"type" : "test"
},
{
"c99name" : "LeafMarkdown",
"module_type" : "SwiftTarget",
"name" : "LeafMarkdown",
"path" : "Sources/LeafMarkdown",
"product_dependencies" : [
"LeafKit",
"SwiftMarkdown"
],
"product_memberships" : [
"LeafMarkdown"
],
"sources" : [
"Tag.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/vapor/leaf-kit.git
Fetching https://github.com/vapor-community/markdown.git
[1/246] Fetching markdown
[247/5184] Fetching markdown, leaf-kit
Fetched https://github.com/vapor-community/markdown.git from cache (0.36s)
[593/4938] Fetching leaf-kit
Fetched https://github.com/vapor/leaf-kit.git from cache (1.01s)
Computing version for https://github.com/vapor-community/markdown.git
Computed https://github.com/vapor-community/markdown.git at 0.7.1 (1.98s)
Fetching https://github.com/brokenhandsio/cmark-gfm.git
[1/12300] Fetching cmark-gfm
Fetched https://github.com/brokenhandsio/cmark-gfm.git from cache (1.33s)
Computing version for https://github.com/brokenhandsio/cmark-gfm.git
Computed https://github.com/brokenhandsio/cmark-gfm.git at 2.1.0 (2.31s)
Computing version for https://github.com/vapor/leaf-kit.git
Computed https://github.com/vapor/leaf-kit.git at 1.13.1 (0.82s)
Fetching https://github.com/apple/swift-nio.git
[1/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.48s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (7.74s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/1705] Fetching swift-atomics
[1706/6058] Fetching swift-atomics, swift-system
[3448/22300] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.96s)
Fetched https://github.com/apple/swift-system.git from cache (1.96s)
Fetched https://github.com/apple/swift-collections.git from cache (2.00s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.03s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.98s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.25s)
Creating working copy for https://github.com/vapor/leaf-kit.git
Working copy of https://github.com/vapor/leaf-kit.git resolved at 1.13.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.82.0
Creating working copy for https://github.com/brokenhandsio/cmark-gfm.git
Working copy of https://github.com/brokenhandsio/cmark-gfm.git resolved at 2.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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/vapor-community/markdown.git
Working copy of https://github.com/vapor-community/markdown.git resolved at 0.7.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.4.2
Building for debugging...
[0/62] Write sources
[6/62] Compiling cmark cmark_ctype.c
[7/62] Compiling cmark xml.c
[8/62] Compiling cmark strikethrough.c
[9/62] Compiling cmark blocks.c
[9/62] Compiling cmark syntax_extension.c
[11/62] Compiling cmark tasklist.c
[12/62] Compiling cmark tagfilter.c
[13/62] Compiling cmark table.c
[14/62] Compiling cmark render.c
[15/62] Compiling cmark registry.c
[16/62] Compiling cmark references.c
[17/62] Compiling cmark utf8.c
[18/62] Compiling cmark plaintext.c
[19/62] Compiling cmark plugin.c
[20/62] Compiling cmark linked_list.c
[21/62] Compiling cmark iterator.c
[22/62] Write swift-version-24593BA9C3E375BF.txt
[23/62] Compiling cmark man.c
[24/62] Compiling cmark map.c
[25/62] Compiling cmark latex.c
[25/62] Compiling cmark node.c
[27/62] Compiling cmark houdini_html_e.c
[28/62] Compiling cmark core-extensions.c
[29/62] Compiling cmark houdini_href_e.c
[30/62] Compiling cmark html.c
[31/62] Compiling cmark footnotes.c
[32/62] Compiling cmark inlines.c
[33/62] Compiling cmark ext_scanners.c
[34/62] Write sources
[35/62] Compiling cmark cmark.c
[35/62] Write sources
[37/62] Compiling cmark commonmark.c
[38/62] Compiling cmark arena.c
[38/62] Write sources
[47/62] Compiling cmark buffer.c
[48/62] Compiling _AtomicsShims.c
[49/62] Compiling cmark houdini_html_u.c
[50/62] Compiling CNIOWindows shim.c
[51/62] Compiling cmark autolink.c
[52/62] Compiling CNIOWindows WSAStartup.c
[52/62] Compiling CSystem shims.c
[54/62] Compiling cmark scanners.c
[55/62] Compiling CNIOWASI CNIOWASI.c
[56/62] Compiling CNIODarwin shim.c
[57/62] Compiling CNIOLinux liburing_shims.c
[58/66] Compiling CNIOLinux shim.c
[59/66] Write sources
[61/134] Emitting module _NIODataStructures
[61/134] Compiling c-atomics.c
[63/134] Compiling Atomics AtomicStorage.swift
[64/134] Compiling Atomics AtomicValue.swift
[65/134] Emitting module InternalCollectionsUtilities
[66/136] Compiling _NIOBase64 Base64.swift
[67/136] Emitting module _NIOBase64
[68/137] Compiling Atomics ManagedAtomic.swift
[69/137] Compiling Atomics ManagedAtomicLazyReference.swift
[70/137] Compiling Atomics AtomicReference.swift
[73/137] Emitting module SystemPackage
[74/142] Compiling Atomics IntegerConformances.swift
[75/142] Compiling Atomics PointerConformances.swift
[76/142] Compiling Atomics Primitives.native.swift
[77/142] Compiling _NIODataStructures _TinyArray.swift
[78/142] Compiling Atomics OptionalRawRepresentable.swift
[79/142] Compiling Atomics RawRepresentable.swift
[80/142] Compiling Atomics AtomicBool.swift
[81/142] Compiling _NIODataStructures PriorityQueue.swift
[84/142] Compiling Atomics AtomicMemoryOrderings.swift
[85/142] Compiling Atomics DoubleWord.swift
[86/142] Compiling Atomics Primitives.shims.swift
[87/142] Compiling Atomics AtomicInteger.swift
[88/142] Compiling Atomics AtomicOptionalWrappable.swift
[89/142] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[90/142] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[95/142] Compiling SystemPackage MachPort.swift
[96/142] Compiling SystemPackage PlatformString.swift
[97/142] Compiling SystemPackage SystemString.swift
[109/142] Emitting module Atomics
[118/143] Compiling Atomics IntegerOperations.swift
[119/143] Compiling Atomics Unmanaged extensions.swift
[119/144] Compiling c-nioatomics.c
[123/144] Compiling SystemPackage Util+StringArray.swift
[124/144] Compiling SystemPackage Util.swift
[125/144] Compiling SystemPackage UtilConsumers.swift
[126/165] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[127/165] Compiling DequeModule Deque+CustomReflectable.swift
[128/165] Compiling DequeModule Deque+Descriptions.swift
[129/165] Compiling DequeModule Deque+Equatable.swift
[130/165] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[131/167] Compiling _NIODataStructures Heap.swift
[132/167] Compiling SwiftMarkdown SwiftMarkdown.swift
[133/167] Emitting module SwiftMarkdown
[134/169] Compiling SystemPackage Mocking.swift
[135/169] Compiling SystemPackage RawBuffer.swift
[136/169] Compiling SystemPackage Syscalls.swift
[137/169] Compiling SystemPackage WindowsSyscallAdapters.swift
[138/169] Compiling DequeModule _DequeBuffer.swift
[139/169] Compiling DequeModule _DequeBufferHeader.swift
[140/169] Compiling DequeModule Deque+Extras.swift
[141/169] Compiling DequeModule Deque+Hashable.swift
[144/169] Compiling DequeModule Deque._UnsafeHandle.swift
[145/169] Compiling DequeModule Deque.swift
[146/169] Compiling DequeModule _DequeSlot.swift
[147/169] Compiling DequeModule _UnsafeWrappedBuffer.swift
[155/170] Compiling NIOConcurrencyHelpers NIOLock.swift
[156/170] Compiling NIOConcurrencyHelpers lock.swift
[159/170] Emitting module NIOConcurrencyHelpers
[160/170] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[161/170] Compiling NIOConcurrencyHelpers atomics.swift
[164/170] Compiling DequeModule Deque+Testing.swift
[165/170] Compiling DequeModule Deque._Storage.swift
[169/171] Compiling DequeModule Deque+Codable.swift
[170/171] Compiling DequeModule Deque+Collection.swift
[171/171] Emitting module DequeModule
[173/231] Compiling NIOCore MarkedCircularBuffer.swift
[174/231] Compiling NIOCore MulticastChannel.swift
[175/231] Compiling NIOCore NIOAny.swift
[176/231] Compiling NIOCore NIOCloseOnErrorHandler.swift
[177/231] Compiling NIOCore NIOLoopBound.swift
[178/231] Compiling NIOCore NIOScheduledCallback.swift
[179/231] Compiling NIOCore NIOSendable.swift
[180/231] Compiling NIOCore RecvByteBufferAllocator.swift
[181/239] Compiling NIOCore GlobalSingletons.swift
[182/239] Compiling NIOCore IO.swift
[183/239] Compiling NIOCore IOData.swift
[184/239] Compiling NIOCore IPProtocol.swift
[185/239] Compiling NIOCore IntegerBitPacking.swift
[186/239] Compiling NIOCore IntegerTypes.swift
[187/239] Compiling NIOCore Interfaces.swift
[188/239] Compiling NIOCore Linux.swift
[189/239] Compiling NIOCore EventLoop.swift
[190/239] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[191/239] Compiling NIOCore EventLoopFuture+Deprecated.swift
[192/239] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[193/239] Compiling NIOCore EventLoopFuture.swift
[194/239] Compiling NIOCore FileDescriptor.swift
[195/239] Compiling NIOCore FileHandle.swift
[196/239] Compiling NIOCore FileRegion.swift
[197/239] Compiling NIOCore ChannelPipeline.swift
[198/239] Compiling NIOCore CircularBuffer.swift
[199/239] Compiling NIOCore Codec.swift
[200/239] Compiling NIOCore ConvenienceOptionSupport.swift
[201/239] Compiling NIOCore DeadChannel.swift
[202/239] Compiling NIOCore DispatchQueue+WithFuture.swift
[203/239] Compiling NIOCore EventLoop+Deprecated.swift
[204/239] Compiling NIOCore EventLoop+SerialExecutor.swift
[205/239] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[206/239] Compiling NIOCore SocketAddresses.swift
[207/239] Compiling NIOCore SocketOptionProvider.swift
[208/239] Compiling NIOCore SystemCallHelpers.swift
[209/239] Compiling NIOCore TimeAmount+Duration.swift
[210/239] Compiling NIOCore TypeAssistedChannelHandler.swift
[211/239] Compiling NIOCore UniversalBootstrapSupport.swift
[212/239] Compiling NIOCore Utilities.swift
[213/239] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[214/239] Compiling NIOCore BSDSocketAPI.swift
[215/239] Compiling NIOCore ByteBuffer-aux.swift
[216/239] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[217/239] Compiling NIOCore ByteBuffer-conversions.swift
[218/239] Compiling NIOCore ByteBuffer-core.swift
[219/239] Compiling NIOCore ByteBuffer-hex.swift
[220/239] Compiling NIOCore ByteBuffer-int.swift
[221/239] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[222/239] Compiling NIOCore ByteBuffer-multi-int.swift
[223/239] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[224/239] Compiling NIOCore ByteBuffer-views.swift
[225/239] Compiling NIOCore Channel.swift
[226/239] Compiling NIOCore ChannelHandler.swift
[227/239] Compiling NIOCore ChannelHandlers.swift
[228/239] Compiling NIOCore ChannelInvoker.swift
[229/239] Compiling NIOCore ChannelOption.swift
[230/239] Compiling NIOCore AddressedEnvelope.swift
[231/239] Compiling NIOCore AsyncAwaitSupport.swift
[232/239] Compiling NIOCore AsyncChannel.swift
[233/239] Compiling NIOCore AsyncChannelHandler.swift
[234/239] Compiling NIOCore AsyncChannelInboundStream.swift
[235/239] Compiling NIOCore AsyncChannelOutboundWriter.swift
[236/239] Compiling NIOCore NIOAsyncSequenceProducer.swift
[237/239] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[238/239] Compiling NIOCore NIOAsyncWriter.swift
[239/239] Emitting module NIOCore
[241/291] Compiling NIOEmbedded Embedded.swift
[242/291] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[243/291] Compiling NIOEmbedded AsyncTestingChannel.swift
[244/291] Emitting module NIOEmbedded
[246/292] Compiling NIOPosix BSDSocketAPICommon.swift
[247/292] Compiling NIOPosix BSDSocketAPIPosix.swift
[248/292] Compiling NIOPosix BSDSocketAPIWindows.swift
[249/292] Compiling NIOPosix BaseSocket.swift
[250/292] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[251/292] Compiling NIOPosix BaseSocketChannel.swift
[252/292] Compiling NIOPosix BaseStreamSocketChannel.swift
[253/298] Emitting module NIOPosix
[254/298] Compiling NIOPosix PooledRecvBufferAllocator.swift
[255/298] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[256/298] Compiling NIOPosix PosixSingletons.swift
[257/298] Compiling NIOPosix RawSocketBootstrap.swift
[258/298] Compiling NIOPosix Resolver.swift
[259/298] Compiling NIOPosix Selectable.swift
[260/298] Compiling NIOPosix SelectableChannel.swift
[261/298] Compiling NIOPosix SelectableEventLoop.swift
[262/298] Compiling NIOPosix SelectorEpoll.swift
[263/298] Compiling NIOPosix SelectorGeneric.swift
[264/298] Compiling NIOPosix SelectorKqueue.swift
[265/298] Compiling NIOPosix SelectorUring.swift
[266/298] Compiling NIOPosix ServerSocket.swift
[267/298] Compiling NIOPosix Socket.swift
[268/298] Compiling NIOPosix SocketChannel.swift
[269/298] Compiling NIOPosix SocketProtocols.swift
[270/298] Compiling NIOPosix System.swift
[271/298] Compiling NIOPosix Thread.swift
[272/298] Compiling NIOPosix ThreadPosix.swift
[273/298] Compiling NIOPosix ThreadWindows.swift
[274/298] Compiling NIOPosix UnsafeTransfer.swift
[275/298] Compiling NIOPosix Utilities.swift
[276/298] Compiling NIOPosix VsockAddress.swift
[277/298] Compiling NIOPosix VsockChannelEvents.swift
[278/298] Compiling NIOPosix Bootstrap.swift
[279/298] Compiling NIOPosix ControlMessage.swift
[280/298] Compiling NIOPosix DatagramVectorReadManager.swift
[281/298] Compiling NIOPosix Errors+Any.swift
[282/298] Compiling NIOPosix FileDescriptor.swift
[283/298] Compiling NIOPosix GetaddrinfoResolver.swift
[284/298] Compiling NIOPosix HappyEyeballs.swift
[285/298] Compiling NIOPosix IO.swift
[286/298] Compiling NIOPosix IntegerBitPacking.swift
[287/298] Compiling NIOPosix IntegerTypes.swift
[288/298] Compiling NIOPosix Linux.swift
[289/298] Compiling NIOPosix LinuxCPUSet.swift
[290/298] Compiling NIOPosix LinuxUring.swift
[291/298] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[292/298] Compiling NIOPosix NIOThreadPool.swift
[293/298] Compiling NIOPosix NonBlockingFileIO.swift
[294/298] Compiling NIOPosix PendingDatagramWritesManager.swift
[295/298] Compiling NIOPosix PendingWritesManager.swift
[296/298] Compiling NIOPosix PipeChannel.swift
[297/298] Compiling NIOPosix PipePair.swift
[298/298] Compiling NIOPosix Pool.swift
[300/336] Emitting module NIO
[301/336] Compiling NIO Exports.swift
[303/342] Emitting module _NIOFileSystem
[304/346] Compiling _NIOFileSystem ParallelDirCopy.swift
[305/346] Compiling _NIOFileSystem ParallelRemoval.swift
[306/346] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[307/346] Compiling _NIOFileSystem CInterop.swift
[308/346] Compiling _NIOFileSystem Errno.swift
[309/346] Compiling _NIOFileSystem Array+FileSystem.swift
[310/346] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[311/346] Compiling _NIOFileSystem BufferedReader.swift
[312/346] Compiling _NIOFileSystem BufferedWriter.swift
[313/346] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[314/346] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[315/346] Compiling _NIOFileSystem Mocking.swift
[316/346] Compiling _NIOFileSystem Syscall.swift
[317/346] Compiling _NIOFileSystem Syscalls.swift
[318/346] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[319/346] Compiling _NIOFileSystem BufferedStream.swift
[320/346] Compiling _NIOFileSystem Cancellation.swift
[321/346] Compiling _NIOFileSystem TokenBucket.swift
[322/346] Compiling _NIOFileSystem UnsafeTransfer.swift
[323/346] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[324/346] Compiling _NIOFileSystem FileSystemError.swift
[325/346] Compiling _NIOFileSystem FileSystemProtocol.swift
[326/346] Compiling _NIOFileSystem FileType.swift
[327/346] Compiling _NIOFileSystem IOStrategy.swift
[328/346] Compiling _NIOFileSystem SystemFileHandle.swift
[329/346] Compiling _NIOFileSystem Utilities.swift
[330/346] Compiling _NIOFileSystem OpenOptions.swift
[331/346] Compiling _NIOFileSystem String+FileSystem.swift
[332/346] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[333/346] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[334/346] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[335/346] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[336/346] Emitting module NIOFoundationCompat
[338/347] Compiling _NIOFileSystem ByteCount.swift
[339/347] Compiling _NIOFileSystem Convenience.swift
[340/347] Compiling _NIOFileSystem DirectoryEntries.swift
[341/347] Compiling _NIOFileSystem DirectoryEntry.swift
[342/347] Compiling _NIOFileSystem Exports.swift
[343/347] Compiling _NIOFileSystem FileChunks.swift
[344/347] Compiling _NIOFileSystem FileHandle.swift
[345/347] Compiling _NIOFileSystem FileHandleProtocol.swift
[346/347] Compiling _NIOFileSystem FileInfo.swift
[347/347] Compiling _NIOFileSystem FileSystem.swift
[349/350] Compiling NIOFileSystem Exports.swift
[350/350] Emitting module NIOFileSystem
[352/375] Compiling LeafKit LeafSource.swift
[353/375] Compiling LeafKit LeafSources.swift
[354/375] Compiling LeafKit NIOLeafFiles.swift
[355/378] Emitting module LeafKit
[356/378] Compiling LeafKit LeafError.swift
[357/378] Compiling LeafKit LeafLexer.swift
[358/378] Compiling LeafKit LeafParameterTypes.swift
[359/378] Compiling LeafKit LeafRawTemplate.swift
[360/378] Compiling LeafKit LeafToken.swift
[361/378] Compiling LeafKit LeafParameter.swift
[362/378] Compiling LeafKit LeafParser.swift
[363/378] Compiling LeafKit LeafRenderer.swift
[364/378] Compiling LeafKit Dictionary+LeafData.swift
[365/378] Compiling LeafKit LeafContext.swift
[366/378] Compiling LeafKit LeafSerializer.swift
[367/378] Compiling LeafKit ParameterResolver.swift
[368/378] Compiling LeafKit Character+Identities.swift
[369/378] Compiling LeafKit LeafAST.swift
[370/378] Compiling LeafKit DefaultLeafCache.swift
[371/378] Compiling LeafKit LeafCache.swift
[372/378] Compiling LeafKit LeafConfiguration.swift
[373/378] Compiling LeafKit LeafData.swift
[374/378] Compiling LeafKit LeafDataRepresentable.swift
[375/378] Compiling LeafKit LeafDataStorage.swift
[376/378] Compiling LeafKit LeafSyntax.swift
[377/378] Compiling LeafKit LeafTag.swift
[378/378] Compiling LeafKit String+HTMLEscape.swift
[380/381] Emitting module LeafMarkdown
[381/381] Compiling LeafMarkdown Tag.swift
Build complete! (92.34s)
Build complete.
{
"dependencies" : [
{
"identity" : "markdown",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor-community/markdown.git"
},
{
"identity" : "leaf-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/leaf-kit.git"
}
],
"manifest_display_name" : "LeafMarkdown",
"name" : "LeafMarkdown",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "LeafMarkdown",
"targets" : [
"LeafMarkdown"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LeafMarkdownTests",
"module_type" : "SwiftTarget",
"name" : "LeafMarkdownTests",
"path" : "Tests/LeafMarkdownTests",
"product_dependencies" : [
"LeafKit"
],
"sources" : [
"LeafTests.swift"
],
"target_dependencies" : [
"LeafMarkdown"
],
"type" : "test"
},
{
"c99name" : "LeafMarkdown",
"module_type" : "SwiftTarget",
"name" : "LeafMarkdown",
"path" : "Sources/LeafMarkdown",
"product_dependencies" : [
"LeafKit",
"SwiftMarkdown"
],
"product_memberships" : [
"LeafMarkdown"
],
"sources" : [
"Tag.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.