The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of LeafMarkdown, reference main (ecec9a), with Swift 6.1 for Linux on 26 Apr 2025 14:04:21 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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-0":/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.32s)
Fetched https://github.com/vapor/leaf-kit.git from cache (0.32s)
Computing version for https://github.com/vapor-community/markdown.git
Computed https://github.com/vapor-community/markdown.git at 0.7.1 (0.79s)
Fetching https://github.com/brokenhandsio/cmark-gfm.git
[1/12300] Fetching cmark-gfm
Fetched https://github.com/brokenhandsio/cmark-gfm.git from cache (0.56s)
Computing version for https://github.com/brokenhandsio/cmark-gfm.git
Computed https://github.com/brokenhandsio/cmark-gfm.git at 2.1.0 (1.02s)
Computing version for https://github.com/vapor/leaf-kit.git
Computed https://github.com/vapor/leaf-kit.git at 1.13.1 (0.42s)
Fetching https://github.com/apple/swift-nio.git
[1/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (3.98s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (4.68s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
[1/1705] Fetching swift-atomics
[530/6058] Fetching swift-atomics, swift-system
[6059/22300] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.41s)
[8739/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.88s)
Fetched https://github.com/apple/swift-collections.git from cache (0.90s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.33s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.42s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.63s)
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
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/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
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/vapor/leaf-kit.git
Working copy of https://github.com/vapor/leaf-kit.git resolved at 1.13.1
Building for debugging...
[0/62] Compiling cmark syntax_extension.c
[1/62] Compiling cmark registry.c
[1/62] Compiling cmark references.c
[3/62] Compiling cmark xml.c
[4/62] Compiling cmark render.c
[5/62] Compiling cmark tasklist.c
[6/62] Compiling cmark plugin.c
[7/62] Compiling cmark tagfilter.c
[8/62] Compiling cmark plaintext.c
[9/62] Compiling cmark table.c
[10/62] Compiling cmark map.c
[11/62] Compiling cmark man.c
[12/62] Compiling cmark linked_list.c
[13/62] Compiling cmark node.c
[14/62] Compiling cmark strikethrough.c
[14/62] Write swift-version-24593BA9C3E375BF.txt
[16/62] Compiling cmark utf8.c
[17/62] Compiling cmark iterator.c
[17/62] Compiling cmark latex.c
[19/62] Compiling cmark html.c
[20/62] Compiling cmark houdini_html_e.c
[21/62] Compiling cmark footnotes.c
[22/62] Compiling cmark houdini_href_e.c
[23/62] Compiling cmark core-extensions.c
[24/62] Compiling cmark inlines.c
[25/62] Compiling cmark cmark_ctype.c
[25/62] Compiling cmark ext_scanners.c
[27/62] Compiling cmark houdini_html_u.c
[27/62] Write sources
[31/62] Compiling cmark scanners.c
[32/62] Compiling cmark commonmark.c
[32/62] Compiling cmark cmark.c
[34/62] Write sources
[47/62] Compiling _AtomicsShims.c
[48/62] Compiling cmark arena.c
[49/62] Compiling cmark buffer.c
[50/62] Compiling cmark autolink.c
[51/62] Compiling CNIOWindows shim.c
[52/62] Compiling CSystem shims.c
[53/62] Compiling CNIOWindows WSAStartup.c
[54/62] Compiling CNIOWASI CNIOWASI.c
[55/62] Compiling CNIOLinux liburing_shims.c
[55/62] Compiling CNIODarwin shim.c
[57/62] Compiling cmark blocks.c
[58/62] Compiling CNIOLinux shim.c
[58/62] Write sources
[61/134] Emitting module Atomics
[61/136] Compiling c-nioatomics.c
[63/136] Compiling Atomics UnsafeAtomic.swift
[64/136] Compiling Atomics UnsafeAtomicLazyReference.swift
[65/136] Compiling Atomics RawRepresentable.swift
[66/136] Compiling Atomics AtomicBool.swift
[67/136] Compiling Atomics AtomicReference.swift
[68/136] Compiling Atomics AtomicStorage.swift
[69/136] Compiling SystemPackage MachPort.swift
[70/136] Compiling SystemPackage PlatformString.swift
[71/136] Compiling SystemPackage SystemString.swift
[72/136] Compiling Atomics AtomicValue.swift
[73/136] Compiling Atomics Primitives.shims.swift
[74/138] Compiling Atomics AtomicMemoryOrderings.swift
[75/138] Compiling Atomics DoubleWord.swift
[76/138] Compiling Atomics ManagedAtomic.swift
[77/138] Compiling Atomics ManagedAtomicLazyReference.swift
[78/141] Compiling Atomics IntegerOperations.swift
[79/141] Compiling Atomics Unmanaged extensions.swift
[80/141] Emitting module _NIOBase64
[81/141] Compiling _NIOBase64 Base64.swift
[82/141] Compiling Atomics IntegerConformances.swift
[83/141] Compiling Atomics PointerConformances.swift
[84/141] Compiling Atomics Primitives.native.swift
[85/141] Compiling Atomics OptionalRawRepresentable.swift
[91/142] Compiling _NIODataStructures PriorityQueue.swift
[92/142] Emitting module SystemPackage
[100/142] Compiling Atomics AtomicInteger.swift
[101/142] Compiling Atomics AtomicOptionalWrappable.swift
[103/142] Compiling _NIODataStructures _TinyArray.swift
[113/143] Emitting module InternalCollectionsUtilities
[118/143] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[119/143] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[119/144] Compiling c-atomics.c
[122/155] Compiling SystemPackage Util+StringArray.swift
[123/155] Compiling SystemPackage Util.swift
[124/155] Compiling SystemPackage UtilConsumers.swift
[125/165] Compiling DequeModule _DequeBuffer.swift
[126/165] Compiling DequeModule _DequeBufferHeader.swift
[129/165] Compiling DequeModule Deque+Testing.swift
[130/165] Compiling DequeModule Deque._Storage.swift
[131/165] Compiling DequeModule Deque._UnsafeHandle.swift
[132/165] Compiling DequeModule Deque.swift
[133/165] Compiling SystemPackage Backcompat.swift
[134/165] Compiling SystemPackage CInterop.swift
[135/165] Compiling SystemPackage Constants.swift
[136/165] Compiling SystemPackage Exports.swift
[141/165] Emitting module SwiftMarkdown
[142/165] Compiling SwiftMarkdown SwiftMarkdown.swift
[143/166] Emitting module _NIODataStructures
[144/166] Compiling _NIODataStructures Heap.swift
[145/168] Compiling DequeModule Deque+CustomReflectable.swift
[146/168] Compiling DequeModule Deque+Descriptions.swift
[152/170] Compiling NIOConcurrencyHelpers lock.swift
[153/170] Compiling DequeModule Deque+Equatable.swift
[154/170] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[157/170] Compiling DequeModule Deque+Extras.swift
[158/170] Compiling DequeModule Deque+Hashable.swift
[159/170] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[160/170] Compiling NIOConcurrencyHelpers NIOLock.swift
[161/170] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[162/170] Compiling NIOConcurrencyHelpers atomics.swift
[163/170] Emitting module NIOConcurrencyHelpers
[165/171] Compiling DequeModule _DequeSlot.swift
[166/171] Compiling DequeModule _UnsafeWrappedBuffer.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 EventLoop.swift
[182/239] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[183/239] Compiling NIOCore EventLoopFuture+Deprecated.swift
[184/239] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[185/239] Compiling NIOCore EventLoopFuture.swift
[186/239] Compiling NIOCore FileDescriptor.swift
[187/239] Compiling NIOCore FileHandle.swift
[188/239] Compiling NIOCore FileRegion.swift
[189/239] Compiling NIOCore GlobalSingletons.swift
[190/239] Compiling NIOCore IO.swift
[191/239] Compiling NIOCore IOData.swift
[192/239] Compiling NIOCore IPProtocol.swift
[193/239] Compiling NIOCore IntegerBitPacking.swift
[194/239] Compiling NIOCore IntegerTypes.swift
[195/239] Compiling NIOCore Interfaces.swift
[196/239] Compiling NIOCore Linux.swift
[197/239] Compiling NIOCore AddressedEnvelope.swift
[198/239] Compiling NIOCore AsyncAwaitSupport.swift
[199/239] Compiling NIOCore AsyncChannel.swift
[200/239] Compiling NIOCore AsyncChannelHandler.swift
[201/239] Compiling NIOCore AsyncChannelInboundStream.swift
[202/239] Compiling NIOCore AsyncChannelOutboundWriter.swift
[203/239] Compiling NIOCore NIOAsyncSequenceProducer.swift
[204/239] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[205/239] Compiling NIOCore NIOAsyncWriter.swift
[206/239] Compiling NIOCore ChannelPipeline.swift
[207/239] Compiling NIOCore CircularBuffer.swift
[208/239] Compiling NIOCore Codec.swift
[209/239] Compiling NIOCore ConvenienceOptionSupport.swift
[210/239] Compiling NIOCore DeadChannel.swift
[211/239] Compiling NIOCore DispatchQueue+WithFuture.swift
[212/239] Compiling NIOCore EventLoop+Deprecated.swift
[213/239] Compiling NIOCore EventLoop+SerialExecutor.swift
[214/239] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[215/239] Compiling NIOCore BSDSocketAPI.swift
[216/239] Compiling NIOCore ByteBuffer-aux.swift
[217/239] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[218/239] Compiling NIOCore ByteBuffer-conversions.swift
[219/239] Compiling NIOCore ByteBuffer-core.swift
[220/239] Compiling NIOCore ByteBuffer-hex.swift
[221/239] Compiling NIOCore ByteBuffer-int.swift
[222/239] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[223/239] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[224/239] Compiling NIOCore SocketAddresses.swift
[225/239] Compiling NIOCore SocketOptionProvider.swift
[226/239] Compiling NIOCore SystemCallHelpers.swift
[227/239] Compiling NIOCore TimeAmount+Duration.swift
[228/239] Compiling NIOCore TypeAssistedChannelHandler.swift
[229/239] Compiling NIOCore UniversalBootstrapSupport.swift
[230/239] Compiling NIOCore Utilities.swift
[231/239] Compiling NIOCore ByteBuffer-multi-int.swift
[232/239] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[233/239] Compiling NIOCore ByteBuffer-views.swift
[234/239] Compiling NIOCore Channel.swift
[235/239] Compiling NIOCore ChannelHandler.swift
[236/239] Compiling NIOCore ChannelHandlers.swift
[237/239] Compiling NIOCore ChannelInvoker.swift
[238/239] Compiling NIOCore ChannelOption.swift
[239/239] Emitting module NIOCore
[241/291] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[242/291] Compiling NIOEmbedded AsyncTestingChannel.swift
[243/291] Emitting module NIOEmbedded
[244/291] Compiling NIOEmbedded Embedded.swift
[246/292] Compiling NIOPosix IO.swift
[247/292] Compiling NIOPosix IntegerBitPacking.swift
[248/292] Compiling NIOPosix IntegerTypes.swift
[249/292] Compiling NIOPosix Linux.swift
[250/292] Compiling NIOPosix LinuxCPUSet.swift
[251/292] Compiling NIOPosix LinuxUring.swift
[252/292] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[253/298] Emitting module NIOPosix
[254/298] Compiling NIOPosix ThreadPosix.swift
[255/298] Compiling NIOPosix ThreadWindows.swift
[256/298] Compiling NIOPosix UnsafeTransfer.swift
[257/298] Compiling NIOPosix Utilities.swift
[258/298] Compiling NIOPosix VsockAddress.swift
[259/298] Compiling NIOPosix VsockChannelEvents.swift
[260/298] Compiling NIOPosix ServerSocket.swift
[261/298] Compiling NIOPosix Socket.swift
[262/298] Compiling NIOPosix SocketChannel.swift
[263/298] Compiling NIOPosix SocketProtocols.swift
[264/298] Compiling NIOPosix System.swift
[265/298] Compiling NIOPosix Thread.swift
[266/298] Compiling NIOPosix SelectableChannel.swift
[267/298] Compiling NIOPosix SelectableEventLoop.swift
[268/298] Compiling NIOPosix SelectorEpoll.swift
[269/298] Compiling NIOPosix SelectorGeneric.swift
[270/298] Compiling NIOPosix SelectorKqueue.swift
[271/298] Compiling NIOPosix SelectorUring.swift
[272/298] Compiling NIOPosix PooledRecvBufferAllocator.swift
[273/298] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[274/298] Compiling NIOPosix PosixSingletons.swift
[275/298] Compiling NIOPosix RawSocketBootstrap.swift
[276/298] Compiling NIOPosix Resolver.swift
[277/298] Compiling NIOPosix Selectable.swift
[278/298] Compiling NIOPosix BSDSocketAPICommon.swift
[279/298] Compiling NIOPosix BSDSocketAPIPosix.swift
[280/298] Compiling NIOPosix BSDSocketAPIWindows.swift
[281/298] Compiling NIOPosix BaseSocket.swift
[282/298] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[283/298] Compiling NIOPosix BaseSocketChannel.swift
[284/298] Compiling NIOPosix BaseStreamSocketChannel.swift
[285/298] Compiling NIOPosix Bootstrap.swift
[286/298] Compiling NIOPosix ControlMessage.swift
[287/298] Compiling NIOPosix DatagramVectorReadManager.swift
[288/298] Compiling NIOPosix Errors+Any.swift
[289/298] Compiling NIOPosix FileDescriptor.swift
[290/298] Compiling NIOPosix GetaddrinfoResolver.swift
[291/298] Compiling NIOPosix HappyEyeballs.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 Array+FileSystem.swift
[305/346] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[306/346] Compiling _NIOFileSystem BufferedReader.swift
[307/346] Compiling _NIOFileSystem BufferedWriter.swift
[308/346] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[309/346] Compiling _NIOFileSystem ParallelDirCopy.swift
[310/346] Compiling _NIOFileSystem ParallelRemoval.swift
[311/346] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[312/346] Compiling _NIOFileSystem CInterop.swift
[313/346] Compiling _NIOFileSystem Errno.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 ByteCount.swift
[319/346] Compiling _NIOFileSystem Convenience.swift
[320/346] Compiling _NIOFileSystem DirectoryEntries.swift
[321/346] Compiling _NIOFileSystem DirectoryEntry.swift
[322/346] Compiling _NIOFileSystem Exports.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 BufferedOrAnyStream.swift
[329/346] Compiling _NIOFileSystem BufferedStream.swift
[330/346] Compiling _NIOFileSystem Cancellation.swift
[331/346] Compiling _NIOFileSystem TokenBucket.swift
[332/346] Compiling _NIOFileSystem UnsafeTransfer.swift
[333/346] Emitting module NIOFoundationCompat
[334/346] Compiling _NIOFileSystem SystemFileHandle.swift
[335/346] Compiling _NIOFileSystem Utilities.swift
[336/346] Compiling _NIOFileSystem OpenOptions.swift
[337/346] Compiling _NIOFileSystem String+FileSystem.swift
[338/346] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[339/346] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[340/346] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[341/346] Compiling NIOFoundationCompat ByteBuffer-foundation.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] Emitting module NIOFileSystem
[350/350] Compiling NIOFileSystem Exports.swift
[352/375] Emitting module LeafKit
[353/378] Compiling LeafKit Character+Identities.swift
[354/378] Compiling LeafKit LeafAST.swift
[355/378] Compiling LeafKit DefaultLeafCache.swift
[356/378] Compiling LeafKit LeafCache.swift
[357/378] Compiling LeafKit LeafSource.swift
[358/378] Compiling LeafKit LeafSources.swift
[359/378] Compiling LeafKit NIOLeafFiles.swift
[360/378] Compiling LeafKit LeafParser.swift
[361/378] Compiling LeafKit LeafRenderer.swift
[362/378] Compiling LeafKit Dictionary+LeafData.swift
[363/378] Compiling LeafKit LeafError.swift
[364/378] Compiling LeafKit LeafLexer.swift
[365/378] Compiling LeafKit LeafParameterTypes.swift
[366/378] Compiling LeafKit LeafContext.swift
[367/378] Compiling LeafKit LeafSerializer.swift
[368/378] Compiling LeafKit ParameterResolver.swift
[369/378] Compiling LeafKit LeafRawTemplate.swift
[370/378] Compiling LeafKit LeafToken.swift
[371/378] Compiling LeafKit LeafParameter.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! (41.93s)
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.