The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of leaf-kit, reference 1.14.0 (0c325f), with Swift 6.1 for Linux on 22 Sep 2025 20:23:25 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/leaf-kit.git
Reference: 1.14.0
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/leaf-kit
 * tag               1.14.0     -> FETCH_HEAD
HEAD is now at 0c325fc Fix build error with NIO 2.86.1 and bump minimum Swift version (#142)
Cloned https://github.com/vapor/leaf-kit.git
Revision (git rev-parse @):
0c325fc46d42455914abd0105e88fe4561fc31a8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/leaf-kit.git at 1.14.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/vapor/leaf-kit.git
https://github.com/vapor/leaf-kit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.81.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    }
  ],
  "manifest_display_name" : "leaf-kit",
  "name" : "leaf-kit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "LeafKit",
      "targets" : [
        "LeafKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LeafKitTests",
      "module_type" : "SwiftTarget",
      "name" : "LeafKitTests",
      "path" : "Tests/LeafKitTests",
      "sources" : [
        "GHTests/VaporLeaf.swift",
        "GHTests/VaporLeafKit.swift",
        "HTMLEscapeTests.swift",
        "LeafErrorTests.swift",
        "LeafKitTests.swift",
        "LeafSerializerTests.swift",
        "LeafTests.swift",
        "TagTests.swift",
        "TestHelpers.swift"
      ],
      "target_dependencies" : [
        "LeafKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LeafKit",
      "module_type" : "SwiftTarget",
      "name" : "LeafKit",
      "path" : "Sources/LeafKit",
      "product_dependencies" : [
        "NIO",
        "_NIOFileSystem",
        "NIOFoundationCompat"
      ],
      "product_memberships" : [
        "LeafKit"
      ],
      "sources" : [
        "Character+Identities.swift",
        "LeafAST.swift",
        "LeafCache/DefaultLeafCache.swift",
        "LeafCache/LeafCache.swift",
        "LeafConfiguration.swift",
        "LeafData/LeafData.swift",
        "LeafData/LeafDataRepresentable.swift",
        "LeafData/LeafDataStorage.swift",
        "LeafError.swift",
        "LeafLexer/LeafLexer.swift",
        "LeafLexer/LeafParameterTypes.swift",
        "LeafLexer/LeafRawTemplate.swift",
        "LeafLexer/LeafToken.swift",
        "LeafParser/LeafParameter.swift",
        "LeafParser/LeafParser.swift",
        "LeafRenderer.swift",
        "LeafSerialize/Dictionary+LeafData.swift",
        "LeafSerialize/LeafContext.swift",
        "LeafSerialize/LeafSerializer.swift",
        "LeafSerialize/ParameterResolver.swift",
        "LeafSource/LeafSource.swift",
        "LeafSource/LeafSources.swift",
        "LeafSource/NIOLeafFiles.swift",
        "LeafSyntax/LeafSyntax.swift",
        "LeafSyntax/LeafTag.swift",
        "String+HTMLEscape.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-nio.git
[1/78436] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.78s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.1 (5.69s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1814] Fetching swift-atomics
[600/6822] Fetching swift-atomics, swift-system
[6823/24350] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.20s)
Fetched https://github.com/apple/swift-system.git from cache (1.21s)
Fetched https://github.com/apple/swift-collections.git from cache (1.24s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.73s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (0.59s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.69s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.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.3.0
Building for debugging...
[0/26] Write sources
[13/26] Compiling CNIOWindows shim.c
[13/26] Compiling CNIOWASI CNIOWASI.c
[15/26] Compiling CNIOWindows WSAStartup.c
[16/26] Compiling _AtomicsShims.c
[17/26] Compiling CNIOPosix event_loop_id.c
[18/26] Write sources
[19/26] Compiling CNIODarwin shim.c
[20/26] Compiling CNIOLinux liburing_shims.c
[21/26] Compiling CSystem shims.c
[22/26] Compiling CNIOLinux shim.c
[23/26] Write swift-version-24593BA9C3E375BF.txt
[24/95] Compiling c-nioatomics.c
[25/95] Compiling c-atomics.c
[27/101] Compiling Atomics AtomicMemoryOrderings.swift
[28/101] Compiling Atomics DoubleWord.swift
[29/101] Compiling Atomics AtomicStorage.swift
[30/101] Compiling Atomics AtomicValue.swift
[31/101] Compiling Atomics AtomicInteger.swift
[32/101] Compiling Atomics AtomicOptionalWrappable.swift
[33/101] Compiling Atomics AtomicReference.swift
[35/103] Compiling Atomics OptionalRawRepresentable.swift
[36/104] Compiling Atomics UnsafeAtomic.swift
[37/104] Compiling Atomics UnsafeAtomicLazyReference.swift
[38/104] Compiling Atomics IntegerConformances.swift
[39/104] Compiling Atomics PointerConformances.swift
[40/104] Compiling Atomics Primitives.native.swift
[42/104] Compiling Atomics RawRepresentable.swift
[43/104] Compiling Atomics AtomicBool.swift
[44/104] Emitting module _NIOBase64
[45/104] Compiling _NIOBase64 Base64.swift
[46/104] Emitting module SystemPackage
[49/104] Emitting module InternalCollectionsUtilities
[52/108] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[66/109] Compiling Atomics ManagedAtomic.swift
[67/109] Compiling Atomics ManagedAtomicLazyReference.swift
[72/109] Compiling _NIODataStructures PriorityQueue.swift
[73/109] Compiling _NIODataStructures _TinyArray.swift
[74/109] Emitting module Atomics
[79/109] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[80/110] Compiling Atomics IntegerOperations.swift
[81/110] Compiling Atomics Unmanaged extensions.swift
[84/126] Compiling _NIODataStructures Heap.swift
[85/126] Emitting module _NIODataStructures
[86/127] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[87/127] Emitting module NIOConcurrencyHelpers
[88/127] Compiling NIOConcurrencyHelpers atomics.swift
[89/127] Compiling NIOConcurrencyHelpers NIOLock.swift
[90/127] Compiling NIOConcurrencyHelpers lock.swift
[91/127] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[93/127] Compiling SystemPackage RawIORequest.swift
[94/127] Compiling SystemPackage Backcompat.swift
[95/127] Compiling SystemPackage CInterop.swift
[100/128] Compiling DequeModule _DequeBuffer.swift
[101/128] Compiling DequeModule _DequeBufferHeader.swift
[102/128] Compiling SystemPackage Syscalls.swift
[103/128] Compiling SystemPackage WindowsSyscallAdapters.swift
[104/128] Compiling SystemPackage MachPort.swift
[105/128] Compiling SystemPackage PlatformString.swift
[106/128] Compiling SystemPackage Constants.swift
[107/128] Compiling SystemPackage Exports.swift
[108/128] Compiling SystemPackage Mocking.swift
[109/128] Compiling SystemPackage RawBuffer.swift
[111/130] Compiling DequeModule Deque+Equatable.swift
[112/130] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[113/130] Compiling DequeModule Deque+Extras.swift
[114/130] Compiling DequeModule Deque+Hashable.swift
[116/130] Compiling SystemPackage SystemString.swift
[117/130] Compiling SystemPackage Util+StringArray.swift
[118/130] Compiling SystemPackage Util.swift
[119/130] Compiling SystemPackage UtilConsumers.swift
[121/131] Compiling DequeModule _DequeSlot.swift
[122/131] Compiling DequeModule _UnsafeWrappedBuffer.swift
[123/131] Compiling DequeModule Deque+Testing.swift
[124/131] Compiling DequeModule Deque._Storage.swift
[125/131] Compiling DequeModule Deque._UnsafeHandle.swift
[126/131] Compiling DequeModule Deque.swift
[127/131] Compiling DequeModule Deque+CustomReflectable.swift
[128/131] Compiling DequeModule Deque+Descriptions.swift
[129/131] Compiling DequeModule Deque+Codable.swift
[130/131] Compiling DequeModule Deque+Collection.swift
[131/131] Emitting module DequeModule
[133/193] Compiling NIOCore IOData.swift
[134/193] Compiling NIOCore IPProtocol.swift
[135/193] Compiling NIOCore IntegerBitPacking.swift
[136/193] Compiling NIOCore IntegerTypes.swift
[137/193] Compiling NIOCore Interfaces.swift
[138/193] Compiling NIOCore Linux.swift
[139/193] Compiling NIOCore MarkedCircularBuffer.swift
[140/193] Compiling NIOCore MulticastChannel.swift
[141/201] Compiling NIOCore EventLoopFuture+Deprecated.swift
[142/201] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[143/201] Compiling NIOCore EventLoopFuture.swift
[144/201] Compiling NIOCore FileDescriptor.swift
[145/201] Compiling NIOCore FileHandle.swift
[146/201] Compiling NIOCore FileRegion.swift
[147/201] Compiling NIOCore GlobalSingletons.swift
[148/201] Compiling NIOCore IO.swift
[149/201] Compiling NIOCore CircularBuffer.swift
[150/201] Compiling NIOCore Codec.swift
[151/201] Compiling NIOCore ConvenienceOptionSupport.swift
[152/201] Compiling NIOCore DeadChannel.swift
[153/201] Compiling NIOCore DispatchQueue+WithFuture.swift
[154/201] Compiling NIOCore EventLoop+Deprecated.swift
[155/201] Compiling NIOCore EventLoop+SerialExecutor.swift
[156/201] Compiling NIOCore EventLoop.swift
[157/201] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[158/201] Compiling NIOCore AddressedEnvelope.swift
[159/201] Compiling NIOCore AsyncAwaitSupport.swift
[160/201] Compiling NIOCore AsyncChannel.swift
[161/201] Compiling NIOCore AsyncChannelHandler.swift
[162/201] Compiling NIOCore AsyncChannelInboundStream.swift
[163/201] Compiling NIOCore AsyncChannelOutboundWriter.swift
[164/201] Compiling NIOCore NIOAsyncSequenceProducer.swift
[165/201] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[166/201] Compiling NIOCore NIOAsyncWriter.swift
[167/201] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[168/201] Compiling NIOCore SocketAddresses.swift
[169/201] Compiling NIOCore SocketOptionProvider.swift
[170/201] Compiling NIOCore SystemCallHelpers.swift
[171/201] Compiling NIOCore TimeAmount+Duration.swift
[172/201] Compiling NIOCore TypeAssistedChannelHandler.swift
[173/201] Compiling NIOCore UniversalBootstrapSupport.swift
[174/201] Compiling NIOCore Utilities.swift
[175/201] Compiling NIOCore NIOAny.swift
[176/201] Compiling NIOCore NIOCloseOnErrorHandler.swift
[177/201] Compiling NIOCore NIOCoreSendableMetatype.swift
[178/201] Compiling NIOCore NIOLoopBound.swift
[179/201] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[180/201] Compiling NIOCore NIOScheduledCallback.swift
[181/201] Compiling NIOCore NIOSendable.swift
[182/201] Compiling NIOCore RecvByteBufferAllocator.swift
[183/201] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[184/201] Compiling NIOCore BSDSocketAPI.swift
[185/201] Compiling NIOCore ByteBuffer-aux.swift
[186/201] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[187/201] Compiling NIOCore ByteBuffer-conversions.swift
[188/201] Compiling NIOCore ByteBuffer-core.swift
[189/201] Compiling NIOCore ByteBuffer-hex.swift
[190/201] Compiling NIOCore ByteBuffer-int.swift
[191/201] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[192/201] Emitting module NIOCore
[193/201] Compiling NIOCore ByteBuffer-multi-int.swift
[194/201] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[195/201] Compiling NIOCore ByteBuffer-views.swift
[196/201] Compiling NIOCore Channel.swift
[197/201] Compiling NIOCore ChannelHandler.swift
[198/201] Compiling NIOCore ChannelHandlers.swift
[199/201] Compiling NIOCore ChannelInvoker.swift
[200/201] Compiling NIOCore ChannelOption.swift
[201/201] Compiling NIOCore ChannelPipeline.swift
[203/256] Compiling NIOPosix IO.swift
[204/256] Compiling NIOPosix IntegerBitPacking.swift
[205/256] Compiling NIOPosix IntegerTypes.swift
[206/256] Compiling NIOPosix Linux.swift
[207/256] Compiling NIOPosix LinuxCPUSet.swift
[208/256] Compiling NIOPosix LinuxUring.swift
[209/256] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[210/262] Emitting module NIOEmbedded
[211/262] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[212/262] Compiling NIOEmbedded AsyncTestingChannel.swift
[213/262] Compiling NIOEmbedded Embedded.swift
[215/263] Compiling NIOPosix ThreadWindows.swift
[216/263] Compiling NIOPosix UnsafeTransfer.swift
[217/263] Compiling NIOPosix Utilities.swift
[218/263] Compiling NIOPosix VsockAddress.swift
[219/263] Compiling NIOPosix VsockChannelEvents.swift
[220/263] Compiling NIOPosix Windows.swift
[221/263] Emitting module NIOPosix
[222/263] Compiling NIOPosix SelectableEventLoop.swift
[223/263] Compiling NIOPosix SelectorEpoll.swift
[224/263] Compiling NIOPosix SelectorGeneric.swift
[225/263] Compiling NIOPosix SelectorKqueue.swift
[226/263] Compiling NIOPosix SelectorUring.swift
[227/263] Compiling NIOPosix SelectorWSAPoll.swift
[228/263] Compiling NIOPosix ServerSocket.swift
[229/263] Compiling NIOPosix BSDSocketAPICommon.swift
[230/263] Compiling NIOPosix BSDSocketAPIPosix.swift
[231/263] Compiling NIOPosix BSDSocketAPIWindows.swift
[232/263] Compiling NIOPosix BaseSocket.swift
[233/263] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[234/263] Compiling NIOPosix BaseSocketChannel.swift
[235/263] Compiling NIOPosix BaseStreamSocketChannel.swift
[236/263] Compiling NIOPosix Pool.swift
[237/263] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[238/263] Compiling NIOPosix PosixSingletons.swift
[239/263] Compiling NIOPosix RawSocketBootstrap.swift
[240/263] Compiling NIOPosix Resolver.swift
[241/263] Compiling NIOPosix Selectable.swift
[242/263] Compiling NIOPosix SelectableChannel.swift
[243/263] Compiling NIOPosix Socket.swift
[244/263] Compiling NIOPosix SocketChannel.swift
[245/263] Compiling NIOPosix SocketProtocols.swift
[246/263] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[247/263] Compiling NIOPosix System.swift
[248/263] Compiling NIOPosix Thread.swift
[249/263] Compiling NIOPosix ThreadPosix.swift
[250/263] Compiling NIOPosix NIOPosixSendableMetatype.swift
[251/263] Compiling NIOPosix NIOThreadPool.swift
[252/263] Compiling NIOPosix NonBlockingFileIO.swift
[253/263] Compiling NIOPosix PendingDatagramWritesManager.swift
[254/263] Compiling NIOPosix PendingWritesManager.swift
[255/263] Compiling NIOPosix PipeChannel.swift
[256/263] Compiling NIOPosix PipePair.swift
[257/263] Compiling NIOPosix Bootstrap.swift
[258/263] Compiling NIOPosix ControlMessage.swift
[259/263] Compiling NIOPosix DatagramVectorReadManager.swift
[260/263] Compiling NIOPosix Errors+Any.swift
[261/263] Compiling NIOPosix FileDescriptor.swift
[262/263] Compiling NIOPosix GetaddrinfoResolver.swift
[263/263] Compiling NIOPosix HappyEyeballs.swift
[265/302] Emitting module NIO
[266/302] Compiling NIO Exports.swift
[268/308] Compiling _NIOFileSystem Array+FileSystem.swift
[269/308] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[270/308] Compiling _NIOFileSystem BufferedReader.swift
[271/308] Compiling _NIOFileSystem BufferedWriter.swift
[272/308] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[273/313] Emitting module _NIOFileSystem
[274/313] Compiling _NIOFileSystem ByteCount.swift
[275/313] Compiling _NIOFileSystem Convenience.swift
[276/313] Compiling _NIOFileSystem DirectoryEntries.swift
[277/313] Compiling _NIOFileSystem DirectoryEntry.swift
[278/313] Compiling _NIOFileSystem Exports.swift
[279/313] Compiling _NIOFileSystem Utilities.swift
[280/313] Compiling _NIOFileSystem NIOFilePath.swift
[281/313] Compiling _NIOFileSystem NIOFileSystemSendableMetatype.swift
[282/313] Compiling _NIOFileSystem OpenOptions.swift
[283/313] Compiling _NIOFileSystem String+FileSystem.swift
[284/313] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[285/313] Compiling _NIOFileSystem FileSystemError.swift
[286/313] Compiling _NIOFileSystem FileSystemProtocol.swift
[287/313] Compiling _NIOFileSystem FileType.swift
[288/313] Compiling _NIOFileSystem IOStrategy.swift
[289/313] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[290/313] Compiling _NIOFileSystem BufferedStream.swift
[291/313] Compiling _NIOFileSystem Cancellation.swift
[292/313] Compiling _NIOFileSystem TokenBucket.swift
[293/313] Compiling _NIOFileSystem UnsafeTransfer.swift
[294/313] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[295/313] Compiling _NIOFileSystem Mocking.swift
[296/313] Compiling _NIOFileSystem Syscall.swift
[297/313] Compiling _NIOFileSystem Syscalls.swift
[298/313] Compiling _NIOFileSystem SystemFileHandle.swift
[299/313] Compiling _NIOFileSystem ParallelDirCopy.swift
[300/313] Compiling _NIOFileSystem ParallelRemoval.swift
[301/313] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[302/313] Compiling _NIOFileSystem CInterop.swift
[303/313] Compiling _NIOFileSystem Errno.swift
[304/313] Compiling _NIOFileSystem FileChunks.swift
[305/313] Compiling _NIOFileSystem FileHandle.swift
[306/313] Compiling _NIOFileSystem FileHandleProtocol.swift
[307/313] Compiling _NIOFileSystem FileInfo.swift
[308/313] Compiling _NIOFileSystem FileSystem.swift
[310/314] Emitting module NIOFoundationCompat
[311/314] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[312/314] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[313/314] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[314/314] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[316/339] Emitting module LeafKit
[317/342] Compiling LeafKit LeafParser.swift
[318/342] Compiling LeafKit LeafRenderer.swift
[319/342] Compiling LeafKit Dictionary+LeafData.swift
[320/342] Compiling LeafKit Character+Identities.swift
[321/342] Compiling LeafKit LeafAST.swift
[322/342] Compiling LeafKit DefaultLeafCache.swift
[323/342] Compiling LeafKit LeafCache.swift
[324/342] Compiling LeafKit LeafError.swift
[325/342] Compiling LeafKit LeafLexer.swift
[326/342] Compiling LeafKit LeafParameterTypes.swift
[327/342] Compiling LeafKit LeafSource.swift
[328/342] Compiling LeafKit LeafSources.swift
[329/342] Compiling LeafKit NIOLeafFiles.swift
[330/342] Compiling LeafKit LeafContext.swift
[331/342] Compiling LeafKit LeafSerializer.swift
[332/342] Compiling LeafKit ParameterResolver.swift
[333/342] Compiling LeafKit LeafRawTemplate.swift
[334/342] Compiling LeafKit LeafToken.swift
[335/342] Compiling LeafKit LeafParameter.swift
[336/342] Compiling LeafKit LeafConfiguration.swift
[337/342] Compiling LeafKit LeafData.swift
[338/342] Compiling LeafKit LeafDataRepresentable.swift
[339/342] Compiling LeafKit LeafDataStorage.swift
[340/342] Compiling LeafKit LeafSyntax.swift
[341/342] Compiling LeafKit LeafTag.swift
[342/342] Compiling LeafKit String+HTMLEscape.swift
Build complete! (48.34s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.81.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    }
  ],
  "manifest_display_name" : "leaf-kit",
  "name" : "leaf-kit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "LeafKit",
      "targets" : [
        "LeafKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LeafKitTests",
      "module_type" : "SwiftTarget",
      "name" : "LeafKitTests",
      "path" : "Tests/LeafKitTests",
      "sources" : [
        "GHTests/VaporLeaf.swift",
        "GHTests/VaporLeafKit.swift",
        "HTMLEscapeTests.swift",
        "LeafErrorTests.swift",
        "LeafKitTests.swift",
        "LeafSerializerTests.swift",
        "LeafTests.swift",
        "TagTests.swift",
        "TestHelpers.swift"
      ],
      "target_dependencies" : [
        "LeafKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LeafKit",
      "module_type" : "SwiftTarget",
      "name" : "LeafKit",
      "path" : "Sources/LeafKit",
      "product_dependencies" : [
        "NIO",
        "_NIOFileSystem",
        "NIOFoundationCompat"
      ],
      "product_memberships" : [
        "LeafKit"
      ],
      "sources" : [
        "Character+Identities.swift",
        "LeafAST.swift",
        "LeafCache/DefaultLeafCache.swift",
        "LeafCache/LeafCache.swift",
        "LeafConfiguration.swift",
        "LeafData/LeafData.swift",
        "LeafData/LeafDataRepresentable.swift",
        "LeafData/LeafDataStorage.swift",
        "LeafError.swift",
        "LeafLexer/LeafLexer.swift",
        "LeafLexer/LeafParameterTypes.swift",
        "LeafLexer/LeafRawTemplate.swift",
        "LeafLexer/LeafToken.swift",
        "LeafParser/LeafParameter.swift",
        "LeafParser/LeafParser.swift",
        "LeafRenderer.swift",
        "LeafSerialize/Dictionary+LeafData.swift",
        "LeafSerialize/LeafContext.swift",
        "LeafSerialize/LeafSerializer.swift",
        "LeafSerialize/ParameterResolver.swift",
        "LeafSource/LeafSource.swift",
        "LeafSource/LeafSources.swift",
        "LeafSource/NIOLeafFiles.swift",
        "LeafSyntax/LeafSyntax.swift",
        "LeafSyntax/LeafTag.swift",
        "String+HTMLEscape.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.