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 leaf-kit, reference main (cf186d), with Swift 6.1 for Linux on 1 May 2025 10:54:59 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/leaf-kit.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/leaf-kit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at cf186d8 Fix comparisons between non-`nil` values and `nil` (#138)
Cloned https://github.com/vapor/leaf-kit.git
Revision (git rev-parse @):
cf186d8f2ef33e16fd1dd78df36466c22c2e632f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/leaf-kit.git at main
========================================
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" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/apple/swift-nio.git
[1/75576] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (7.50s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (11.41s)
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/6072] Fetching swift-atomics, swift-system
[3960/22378] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.54s)
[6108/18011] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.40s)
Fetched https://github.com/apple/swift-collections.git from cache (1.43s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.12s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (2.09s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.89s)
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-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-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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Building for debugging...
[0/26] Write sources
[14/26] Compiling _AtomicsShims.c
[15/26] Compiling CNIOWindows WSAStartup.c
[16/26] Compiling CNIOWindows shim.c
[17/26] Compiling CNIOLinux liburing_shims.c
[18/26] Write sources
[19/26] Compiling CNIOWASI CNIOWASI.c
[20/26] Compiling CSystem shims.c
[21/26] Compiling CNIODarwin shim.c
[22/26] Compiling CNIOLinux shim.c
[23/26] Write swift-version-24593BA9C3E375BF.txt
[25/96] Emitting module InternalCollectionsUtilities
[25/98] Compiling c-nioatomics.c
[27/98] Emitting module Atomics
[27/100] Compiling c-atomics.c
[29/100] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[30/100] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[33/100] Compiling Atomics IntegerOperations.swift
[34/100] Compiling Atomics Unmanaged extensions.swift
[37/107] Compiling Atomics ManagedAtomic.swift
[38/107] Compiling Atomics ManagedAtomicLazyReference.swift
[39/108] Compiling Atomics AtomicStorage.swift
[40/108] Compiling Atomics AtomicValue.swift
[42/108] Compiling Atomics AtomicReference.swift
[43/109] Compiling Atomics IntegerConformances.swift
[44/109] Compiling Atomics PointerConformances.swift
[45/109] Compiling Atomics OptionalRawRepresentable.swift
[46/109] Compiling Atomics RawRepresentable.swift
[47/109] Compiling Atomics AtomicBool.swift
[48/109] Compiling Atomics DoubleWord.swift
[50/109] Compiling Atomics Primitives.shims.swift
[51/109] Compiling Atomics AtomicInteger.swift
[52/109] Compiling Atomics AtomicOptionalWrappable.swift
[53/109] Emitting module SystemPackage
[56/109] Compiling Atomics Primitives.native.swift
[59/109] Compiling Atomics AtomicMemoryOrderings.swift
[60/109] Compiling _NIOBase64 Base64.swift
[61/109] Emitting module _NIOBase64
[65/109] Compiling _NIODataStructures PriorityQueue.swift
[76/111] Compiling _NIODataStructures _TinyArray.swift
[80/112] Compiling SystemPackage MachPort.swift
[81/112] Compiling SystemPackage PlatformString.swift
[82/112] Compiling SystemPackage SystemString.swift
[94/127] Compiling DequeModule Deque+CustomReflectable.swift
[95/127] Compiling DequeModule Deque+Descriptions.swift
[96/129] Compiling DequeModule Deque+Equatable.swift
[97/129] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[98/129] Compiling DequeModule Deque+Extras.swift
[99/129] Compiling DequeModule Deque+Hashable.swift
[100/129] Compiling DequeModule _DequeBuffer.swift
[101/129] Compiling DequeModule _DequeBufferHeader.swift
[102/129] Compiling SystemPackage Util+StringArray.swift
[103/129] Compiling SystemPackage Util.swift
[104/129] Compiling SystemPackage UtilConsumers.swift
[105/129] Compiling DequeModule _DequeSlot.swift
[106/129] Compiling DequeModule _UnsafeWrappedBuffer.swift
[107/129] Compiling SystemPackage Mocking.swift
[108/129] Compiling SystemPackage RawBuffer.swift
[109/129] Compiling SystemPackage Syscalls.swift
[110/129] Compiling SystemPackage WindowsSyscallAdapters.swift
[111/129] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[112/129] Compiling NIOConcurrencyHelpers atomics.swift
[113/129] Compiling NIOConcurrencyHelpers lock.swift
[114/129] Emitting module _NIODataStructures
[115/129] Compiling _NIODataStructures Heap.swift
[116/130] Emitting module NIOConcurrencyHelpers
[117/130] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[118/130] Compiling NIOConcurrencyHelpers NIOLock.swift
[125/132] Compiling DequeModule Deque+Testing.swift
[126/132] Compiling DequeModule Deque._Storage.swift
[127/132] Compiling DequeModule Deque._UnsafeHandle.swift
[128/132] Compiling DequeModule Deque.swift
[130/132] Compiling DequeModule Deque+Codable.swift
[131/132] Compiling DequeModule Deque+Collection.swift
[132/132] Emitting module DequeModule
[134/192] Compiling NIOCore EventLoop.swift
[135/192] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[136/192] Compiling NIOCore EventLoopFuture+Deprecated.swift
[137/192] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[138/192] Compiling NIOCore EventLoopFuture.swift
[139/192] Compiling NIOCore FileDescriptor.swift
[140/192] Compiling NIOCore FileHandle.swift
[141/192] Compiling NIOCore FileRegion.swift
[142/192] Compiling NIOCore GlobalSingletons.swift
[143/192] Compiling NIOCore IO.swift
[144/192] Compiling NIOCore IOData.swift
[145/192] Compiling NIOCore IPProtocol.swift
[146/192] Compiling NIOCore IntegerBitPacking.swift
[147/192] Compiling NIOCore IntegerTypes.swift
[148/192] Compiling NIOCore Interfaces.swift
[149/192] Compiling NIOCore Linux.swift
[150/200] Compiling NIOCore AddressedEnvelope.swift
[151/200] Compiling NIOCore AsyncAwaitSupport.swift
[152/200] Compiling NIOCore AsyncChannel.swift
[153/200] Compiling NIOCore AsyncChannelHandler.swift
[154/200] Compiling NIOCore AsyncChannelInboundStream.swift
[155/200] Compiling NIOCore AsyncChannelOutboundWriter.swift
[156/200] Compiling NIOCore NIOAsyncSequenceProducer.swift
[157/200] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[158/200] Compiling NIOCore NIOAsyncWriter.swift
[159/200] Compiling NIOCore MarkedCircularBuffer.swift
[160/200] Compiling NIOCore MulticastChannel.swift
[161/200] Compiling NIOCore NIOAny.swift
[162/200] Compiling NIOCore NIOCloseOnErrorHandler.swift
[163/200] Compiling NIOCore NIOLoopBound.swift
[164/200] Compiling NIOCore NIOScheduledCallback.swift
[165/200] Compiling NIOCore NIOSendable.swift
[166/200] Compiling NIOCore RecvByteBufferAllocator.swift
[167/200] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[168/200] Compiling NIOCore BSDSocketAPI.swift
[169/200] Compiling NIOCore ByteBuffer-aux.swift
[170/200] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[171/200] Compiling NIOCore ByteBuffer-conversions.swift
[172/200] Compiling NIOCore ByteBuffer-core.swift
[173/200] Compiling NIOCore ByteBuffer-hex.swift
[174/200] Compiling NIOCore ByteBuffer-int.swift
[175/200] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[176/200] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[177/200] Compiling NIOCore SocketAddresses.swift
[178/200] Compiling NIOCore SocketOptionProvider.swift
[179/200] Compiling NIOCore SystemCallHelpers.swift
[180/200] Compiling NIOCore TimeAmount+Duration.swift
[181/200] Compiling NIOCore TypeAssistedChannelHandler.swift
[182/200] Compiling NIOCore UniversalBootstrapSupport.swift
[183/200] Compiling NIOCore Utilities.swift
[184/200] Compiling NIOCore ChannelPipeline.swift
[185/200] Compiling NIOCore CircularBuffer.swift
[186/200] Compiling NIOCore Codec.swift
[187/200] Compiling NIOCore ConvenienceOptionSupport.swift
[188/200] Compiling NIOCore DeadChannel.swift
[189/200] Compiling NIOCore DispatchQueue+WithFuture.swift
[190/200] Compiling NIOCore EventLoop+Deprecated.swift
[191/200] Compiling NIOCore EventLoop+SerialExecutor.swift
[192/200] Compiling NIOCore ByteBuffer-multi-int.swift
[193/200] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[194/200] Compiling NIOCore ByteBuffer-views.swift
[195/200] Compiling NIOCore Channel.swift
[196/200] Compiling NIOCore ChannelHandler.swift
[197/200] Compiling NIOCore ChannelHandlers.swift
[198/200] Compiling NIOCore ChannelInvoker.swift
[199/200] Compiling NIOCore ChannelOption.swift
[200/200] Emitting module NIOCore
[202/252] Compiling NIOEmbedded AsyncTestingChannel.swift
[203/252] Emitting module NIOEmbedded
[204/252] Compiling NIOPosix PooledRecvBufferAllocator.swift
[205/252] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[206/252] Compiling NIOPosix PosixSingletons.swift
[207/252] Compiling NIOPosix RawSocketBootstrap.swift
[208/252] Compiling NIOPosix Resolver.swift
[209/252] Compiling NIOPosix Selectable.swift
[210/258] Compiling NIOEmbedded Embedded.swift
[211/258] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[213/259] Compiling NIOPosix ThreadPosix.swift
[214/259] Compiling NIOPosix ThreadWindows.swift
[215/259] Compiling NIOPosix UnsafeTransfer.swift
[216/259] Compiling NIOPosix Utilities.swift
[217/259] Compiling NIOPosix VsockAddress.swift
[218/259] Compiling NIOPosix VsockChannelEvents.swift
[219/259] Compiling NIOPosix BSDSocketAPICommon.swift
[220/259] Compiling NIOPosix BSDSocketAPIPosix.swift
[221/259] Compiling NIOPosix BSDSocketAPIWindows.swift
[222/259] Compiling NIOPosix BaseSocket.swift
[223/259] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[224/259] Compiling NIOPosix BaseSocketChannel.swift
[225/259] Compiling NIOPosix BaseStreamSocketChannel.swift
[226/259] Emitting module NIOPosix
[227/259] Compiling NIOPosix ServerSocket.swift
[228/259] Compiling NIOPosix Socket.swift
[229/259] Compiling NIOPosix SocketChannel.swift
[230/259] Compiling NIOPosix SocketProtocols.swift
[231/259] Compiling NIOPosix System.swift
[232/259] Compiling NIOPosix Thread.swift
[233/259] Compiling NIOPosix SelectableChannel.swift
[234/259] Compiling NIOPosix SelectableEventLoop.swift
[235/259] Compiling NIOPosix SelectorEpoll.swift
[236/259] Compiling NIOPosix SelectorGeneric.swift
[237/259] Compiling NIOPosix SelectorKqueue.swift
[238/259] Compiling NIOPosix SelectorUring.swift
[239/259] Compiling NIOPosix IO.swift
[240/259] Compiling NIOPosix IntegerBitPacking.swift
[241/259] Compiling NIOPosix IntegerTypes.swift
[242/259] Compiling NIOPosix Linux.swift
[243/259] Compiling NIOPosix LinuxCPUSet.swift
[244/259] Compiling NIOPosix LinuxUring.swift
[245/259] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[246/259] Compiling NIOPosix Bootstrap.swift
[247/259] Compiling NIOPosix ControlMessage.swift
[248/259] Compiling NIOPosix DatagramVectorReadManager.swift
[249/259] Compiling NIOPosix Errors+Any.swift
[250/259] Compiling NIOPosix FileDescriptor.swift
[251/259] Compiling NIOPosix GetaddrinfoResolver.swift
[252/259] Compiling NIOPosix HappyEyeballs.swift
[253/259] Compiling NIOPosix NIOThreadPool.swift
[254/259] Compiling NIOPosix NonBlockingFileIO.swift
[255/259] Compiling NIOPosix PendingDatagramWritesManager.swift
[256/259] Compiling NIOPosix PendingWritesManager.swift
[257/259] Compiling NIOPosix PipeChannel.swift
[258/259] Compiling NIOPosix PipePair.swift
[259/259] Compiling NIOPosix Pool.swift
[261/297] Compiling NIO Exports.swift
[262/297] Emitting module NIO
[264/303] Emitting module _NIOFileSystem
[265/303] Compiling _NIOFileSystem Array+FileSystem.swift
[266/303] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[267/303] Compiling _NIOFileSystem BufferedReader.swift
[268/303] Compiling _NIOFileSystem BufferedWriter.swift
[269/303] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[270/307] Compiling _NIOFileSystem ParallelDirCopy.swift
[271/307] Compiling _NIOFileSystem ParallelRemoval.swift
[272/307] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[273/307] Compiling _NIOFileSystem CInterop.swift
[274/307] Compiling _NIOFileSystem Errno.swift
[275/307] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[276/307] Compiling _NIOFileSystem Mocking.swift
[277/307] Compiling _NIOFileSystem Syscall.swift
[278/307] Compiling _NIOFileSystem Syscalls.swift
[279/307] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[280/307] Compiling _NIOFileSystem FileSystemError.swift
[281/307] Compiling _NIOFileSystem FileSystemProtocol.swift
[282/307] Compiling _NIOFileSystem FileType.swift
[283/307] Compiling _NIOFileSystem IOStrategy.swift
[284/307] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[285/307] Compiling _NIOFileSystem BufferedStream.swift
[286/307] Compiling _NIOFileSystem Cancellation.swift
[287/307] Compiling _NIOFileSystem TokenBucket.swift
[288/307] Compiling _NIOFileSystem UnsafeTransfer.swift
[289/307] Compiling _NIOFileSystem SystemFileHandle.swift
[290/307] Compiling _NIOFileSystem Utilities.swift
[291/307] Compiling _NIOFileSystem OpenOptions.swift
[292/307] Compiling _NIOFileSystem String+FileSystem.swift
[293/307] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[294/307] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[295/307] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[296/307] Emitting module NIOFoundationCompat
[297/307] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[298/308] Compiling _NIOFileSystem FileChunks.swift
[299/308] Compiling _NIOFileSystem FileHandle.swift
[300/308] Compiling _NIOFileSystem FileHandleProtocol.swift
[301/308] Compiling _NIOFileSystem FileInfo.swift
[302/308] Compiling _NIOFileSystem FileSystem.swift
[303/308] Compiling _NIOFileSystem ByteCount.swift
[304/308] Compiling _NIOFileSystem Convenience.swift
[305/308] Compiling _NIOFileSystem DirectoryEntries.swift
[306/308] Compiling _NIOFileSystem DirectoryEntry.swift
[307/308] Compiling _NIOFileSystem Exports.swift
[310/311] Emitting module NIOFileSystem
[311/311] Compiling NIOFileSystem Exports.swift
[313/336] Emitting module LeafKit
[314/339] Compiling LeafKit LeafSource.swift
[315/339] Compiling LeafKit LeafSources.swift
[316/339] Compiling LeafKit NIOLeafFiles.swift
[317/339] Compiling LeafKit LeafParser.swift
[318/339] Compiling LeafKit LeafRenderer.swift
[319/339] Compiling LeafKit Dictionary+LeafData.swift
[320/339] Compiling LeafKit LeafError.swift
[321/339] Compiling LeafKit LeafLexer.swift
[322/339] Compiling LeafKit LeafParameterTypes.swift
[323/339] Compiling LeafKit LeafRawTemplate.swift
[324/339] Compiling LeafKit LeafToken.swift
[325/339] Compiling LeafKit LeafParameter.swift
[326/339] Compiling LeafKit LeafContext.swift
[327/339] Compiling LeafKit LeafSerializer.swift
[328/339] Compiling LeafKit ParameterResolver.swift
[329/339] Compiling LeafKit Character+Identities.swift
[330/339] Compiling LeafKit LeafAST.swift
[331/339] Compiling LeafKit DefaultLeafCache.swift
[332/339] Compiling LeafKit LeafCache.swift
[333/339] Compiling LeafKit LeafConfiguration.swift
[334/339] Compiling LeafKit LeafData.swift
[335/339] Compiling LeafKit LeafDataRepresentable.swift
[336/339] Compiling LeafKit LeafDataStorage.swift
[337/339] Compiling LeafKit LeafSyntax.swift
[338/339] Compiling LeafKit LeafTag.swift
[339/339] Compiling LeafKit String+HTMLEscape.swift
Build complete! (93.36s)
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" : "5.10"
}
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.