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 main (cf186d), with Swift 6.1 for Android on 30 May 2025 20:25:27 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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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.63.1
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:         android
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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-nio.git
[1/76123] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.35s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (9.41s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[2504/6108] Fetching swift-system, swift-atomics
[5028/22699] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.05s)
Fetched https://github.com/apple/swift-system.git from cache (1.06s)
[4480/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.04s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.95s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.75s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.85s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.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.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.83.0
Building for debugging...
[0/26] Write sources
[14/26] Compiling CNIOWASI CNIOWASI.c
[14/26] Compiling CNIOWindows shim.c
[16/26] Compiling CNIOWindows WSAStartup.c
[16/26] Compiling _AtomicsShims.c
[17/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
[25/93] Emitting module _NIODataStructures
[25/93] Compiling c-nioatomics.c
[27/93] Emitting module Atomics
[28/93] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[29/93] Compiling InternalCollectionsUtilities Integer rank.swift
[30/93] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[31/93] Compiling SystemPackage MachPort.swift
[32/93] Compiling SystemPackage PlatformString.swift
[33/93] Compiling SystemPackage SystemString.swift
[34/98] Emitting module _NIOBase64
[35/98] Compiling _NIOBase64 Base64.swift
[36/99] Compiling InternalCollectionsUtilities Descriptions.swift
[37/99] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[38/99] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[39/99] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[40/99] Compiling InternalCollectionsUtilities UInt+reversed.swift
[42/99] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[43/100] Compiling SystemPackage FilePathWindows.swift
[44/100] Compiling SystemPackage FilePermissions.swift
[45/100] Compiling SystemPackage Backcompat.swift
[46/100] Compiling SystemPackage CInterop.swift
[47/100] Compiling _NIODataStructures Heap.swift
[48/100] Compiling _NIODataStructures PriorityQueue.swift
[49/100] Emitting module InternalCollectionsUtilities
[52/100] Compiling _NIODataStructures _TinyArray.swift
[53/100] Emitting module SystemPackage
[54/101] Compiling InternalCollectionsUtilities Debugging.swift
[57/101] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[58/101] Compiling InternalCollectionsUtilities _SortedCollection.swift
[59/101] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[61/101] Compiling SystemPackage FilePathTempPosix.swift
[62/101] Compiling SystemPackage FilePathTempWindows.swift
[83/101] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[84/102] Compiling Atomics IntegerOperations.swift
[85/102] Compiling Atomics Unmanaged extensions.swift
[88/116] Compiling SystemPackage Util+StringArray.swift
[89/116] Compiling SystemPackage Util.swift
[90/116] Compiling SystemPackage UtilConsumers.swift
[91/118] Compiling DequeModule _DequeBuffer.swift
[92/118] Compiling DequeModule _DequeBufferHeader.swift
[93/120] Compiling DequeModule Deque+CustomReflectable.swift
[94/120] Compiling DequeModule Deque+Descriptions.swift
[95/120] Compiling DequeModule Deque+Equatable.swift
[96/120] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[97/120] Compiling DequeModule Deque+Extras.swift
[98/120] Compiling DequeModule Deque+Hashable.swift
[99/120] Compiling DequeModule _DequeSlot.swift
[100/120] Compiling DequeModule _UnsafeWrappedBuffer.swift
[100/120] Compiling c-atomics.c
[102/120] Compiling DequeModule Deque+Testing.swift
[103/120] Compiling DequeModule Deque._Storage.swift
[104/120] Compiling DequeModule Deque._UnsafeHandle.swift
[105/120] Compiling DequeModule Deque.swift
[106/126] Emitting module DequeModule
[107/126] Compiling DequeModule Deque+Codable.swift
[108/126] Compiling DequeModule Deque+Collection.swift
[110/127] Compiling SystemPackage Mocking.swift
[111/127] Compiling SystemPackage RawBuffer.swift
[112/127] Compiling SystemPackage Syscalls.swift
[113/127] Compiling SystemPackage WindowsSyscallAdapters.swift
[114/127] Compiling NIOConcurrencyHelpers lock.swift
[124/128] Compiling NIOConcurrencyHelpers NIOLock.swift
[125/128] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[126/128] Emitting module NIOConcurrencyHelpers
[127/128] Compiling NIOConcurrencyHelpers atomics.swift
[128/128] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[130/189] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[131/189] Compiling NIOCore EventLoopFuture+Deprecated.swift
[132/189] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[133/189] Compiling NIOCore EventLoopFuture.swift
[134/189] Compiling NIOCore FileDescriptor.swift
[135/189] Compiling NIOCore FileHandle.swift
[136/189] Compiling NIOCore FileRegion.swift
[137/189] Compiling NIOCore GlobalSingletons.swift
[138/197] Compiling NIOCore CircularBuffer.swift
[139/197] Compiling NIOCore Codec.swift
[140/197] Compiling NIOCore ConvenienceOptionSupport.swift
[141/197] Compiling NIOCore DeadChannel.swift
[142/197] Compiling NIOCore DispatchQueue+WithFuture.swift
[143/197] Compiling NIOCore EventLoop+Deprecated.swift
[144/197] Compiling NIOCore EventLoop+SerialExecutor.swift
[145/197] Compiling NIOCore EventLoop.swift
[146/197] Compiling NIOCore IO.swift
[147/197] Compiling NIOCore IOData.swift
[148/197] Compiling NIOCore IPProtocol.swift
[149/197] Compiling NIOCore IntegerBitPacking.swift
[150/197] Compiling NIOCore IntegerTypes.swift
[151/197] Compiling NIOCore Interfaces.swift
[152/197] Compiling NIOCore Linux.swift
[153/197] Compiling NIOCore MarkedCircularBuffer.swift
[154/197] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[155/197] Compiling NIOCore BSDSocketAPI.swift
[156/197] Compiling NIOCore ByteBuffer-aux.swift
[157/197] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[158/197] Compiling NIOCore ByteBuffer-conversions.swift
[159/197] Compiling NIOCore ByteBuffer-core.swift
[160/197] Compiling NIOCore ByteBuffer-hex.swift
[161/197] Compiling NIOCore ByteBuffer-int.swift
[162/197] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[163/197] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[164/197] Compiling NIOCore SocketAddresses.swift
[165/197] Compiling NIOCore SocketOptionProvider.swift
[166/197] Compiling NIOCore SystemCallHelpers.swift
[167/197] Compiling NIOCore TimeAmount+Duration.swift
[168/197] Compiling NIOCore TypeAssistedChannelHandler.swift
[169/197] Compiling NIOCore UniversalBootstrapSupport.swift
[170/197] Compiling NIOCore Utilities.swift
[171/197] Compiling NIOCore ByteBuffer-multi-int.swift
[172/197] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[173/197] Compiling NIOCore ByteBuffer-views.swift
[174/197] Compiling NIOCore Channel.swift
[175/197] Compiling NIOCore ChannelHandler.swift
[176/197] Compiling NIOCore ChannelHandlers.swift
[177/197] Compiling NIOCore ChannelInvoker.swift
[178/197] Compiling NIOCore ChannelOption.swift
[179/197] Compiling NIOCore ChannelPipeline.swift
[180/197] Compiling NIOCore MulticastChannel.swift
[181/197] Compiling NIOCore NIOAny.swift
[182/197] Compiling NIOCore NIOCloseOnErrorHandler.swift
[183/197] Compiling NIOCore NIOLoopBound.swift
[184/197] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[185/197] Compiling NIOCore NIOScheduledCallback.swift
[186/197] Compiling NIOCore NIOSendable.swift
[187/197] Compiling NIOCore RecvByteBufferAllocator.swift
[188/197] Compiling NIOCore AddressedEnvelope.swift
[189/197] Compiling NIOCore AsyncAwaitSupport.swift
[190/197] Compiling NIOCore AsyncChannel.swift
[191/197] Compiling NIOCore AsyncChannelHandler.swift
[192/197] Compiling NIOCore AsyncChannelInboundStream.swift
[193/197] Compiling NIOCore AsyncChannelOutboundWriter.swift
[194/197] Compiling NIOCore NIOAsyncSequenceProducer.swift
[195/197] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[196/197] Compiling NIOCore NIOAsyncWriter.swift
[197/197] Emitting module NIOCore
[199/248] Compiling NIOPosix Pool.swift
[200/248] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[201/248] Compiling NIOPosix PosixSingletons.swift
[202/248] Compiling NIOPosix RawSocketBootstrap.swift
[203/248] Compiling NIOPosix Resolver.swift
[204/248] Compiling NIOPosix Selectable.swift
[205/254] Emitting module NIOEmbedded
[206/254] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[207/254] Compiling NIOEmbedded AsyncTestingChannel.swift
[208/254] Compiling NIOEmbedded Embedded.swift
[210/255] Compiling NIOPosix IO.swift
[211/255] Compiling NIOPosix IntegerBitPacking.swift
[212/255] Compiling NIOPosix IntegerTypes.swift
[213/255] Compiling NIOPosix Linux.swift
[214/255] Compiling NIOPosix LinuxCPUSet.swift
[215/255] Compiling NIOPosix LinuxUring.swift
[216/255] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[217/255] Compiling NIOPosix ThreadPosix.swift
[218/255] Compiling NIOPosix ThreadWindows.swift
[219/255] Compiling NIOPosix UnsafeTransfer.swift
[220/255] Compiling NIOPosix Utilities.swift
[221/255] Compiling NIOPosix VsockAddress.swift
[222/255] Compiling NIOPosix VsockChannelEvents.swift
[223/255] Emitting module NIOPosix
[224/255] Compiling NIOPosix SelectableChannel.swift
[225/255] Compiling NIOPosix SelectableEventLoop.swift
[226/255] Compiling NIOPosix SelectorEpoll.swift
[227/255] Compiling NIOPosix SelectorGeneric.swift
[228/255] Compiling NIOPosix SelectorKqueue.swift
[229/255] Compiling NIOPosix SelectorUring.swift
[230/255] Compiling NIOPosix ServerSocket.swift
[231/255] Compiling NIOPosix Socket.swift
[232/255] Compiling NIOPosix SocketChannel.swift
[233/255] Compiling NIOPosix SocketProtocols.swift
[234/255] Compiling NIOPosix System.swift
[235/255] Compiling NIOPosix Thread.swift
[236/255] Compiling NIOPosix NIOThreadPool.swift
[237/255] Compiling NIOPosix NonBlockingFileIO.swift
[238/255] Compiling NIOPosix PendingDatagramWritesManager.swift
[239/255] Compiling NIOPosix PendingWritesManager.swift
[240/255] Compiling NIOPosix PipeChannel.swift
[241/255] Compiling NIOPosix PipePair.swift
[242/255] Compiling NIOPosix BSDSocketAPICommon.swift
[243/255] Compiling NIOPosix BSDSocketAPIPosix.swift
[244/255] Compiling NIOPosix BSDSocketAPIWindows.swift
[245/255] Compiling NIOPosix BaseSocket.swift
[246/255] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[247/255] Compiling NIOPosix BaseSocketChannel.swift
[248/255] Compiling NIOPosix BaseStreamSocketChannel.swift
[249/255] Compiling NIOPosix Bootstrap.swift
[250/255] Compiling NIOPosix ControlMessage.swift
[251/255] Compiling NIOPosix DatagramVectorReadManager.swift
[252/255] Compiling NIOPosix Errors+Any.swift
[253/255] Compiling NIOPosix FileDescriptor.swift
[254/255] Compiling NIOPosix GetaddrinfoResolver.swift
[255/255] Compiling NIOPosix HappyEyeballs.swift
[257/293] Compiling NIO Exports.swift
[258/293] Emitting module NIO
[260/299] Emitting module _NIOFileSystem
[261/303] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[262/303] Compiling _NIOFileSystem Mocking.swift
[263/303] Compiling _NIOFileSystem Syscall.swift
[264/303] Compiling _NIOFileSystem Syscalls.swift
[265/303] Compiling _NIOFileSystem ParallelDirCopy.swift
[266/303] Compiling _NIOFileSystem ParallelRemoval.swift
[267/303] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[268/303] Compiling _NIOFileSystem CInterop.swift
[269/303] Compiling _NIOFileSystem Errno.swift
[270/303] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[271/303] Compiling _NIOFileSystem FileSystemError.swift
[272/303] Compiling _NIOFileSystem FileSystemProtocol.swift
[273/303] Compiling _NIOFileSystem FileType.swift
[274/303] Compiling _NIOFileSystem IOStrategy.swift
[275/303] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[276/303] Compiling _NIOFileSystem BufferedStream.swift
[277/303] Compiling _NIOFileSystem Cancellation.swift
[278/303] Compiling _NIOFileSystem TokenBucket.swift
[279/303] Compiling _NIOFileSystem UnsafeTransfer.swift
[280/303] Compiling _NIOFileSystem SystemFileHandle.swift
[281/303] Compiling _NIOFileSystem Utilities.swift
[282/303] Compiling _NIOFileSystem OpenOptions.swift
[283/303] Compiling _NIOFileSystem String+FileSystem.swift
[284/303] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[285/303] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[286/303] Emitting module NIOFoundationCompat
[287/303] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[288/303] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[290/304] Compiling _NIOFileSystem Array+FileSystem.swift
[291/304] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[292/304] Compiling _NIOFileSystem BufferedReader.swift
[293/304] Compiling _NIOFileSystem BufferedWriter.swift
[294/304] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[295/304] Compiling _NIOFileSystem ByteCount.swift
[296/304] Compiling _NIOFileSystem Convenience.swift
[297/304] Compiling _NIOFileSystem DirectoryEntries.swift
[298/304] Compiling _NIOFileSystem DirectoryEntry.swift
[299/304] Compiling _NIOFileSystem Exports.swift
[300/304] Compiling _NIOFileSystem FileChunks.swift
[301/304] Compiling _NIOFileSystem FileHandle.swift
[302/304] Compiling _NIOFileSystem FileHandleProtocol.swift
[303/304] Compiling _NIOFileSystem FileInfo.swift
[304/304] Compiling _NIOFileSystem FileSystem.swift
[306/307] Emitting module NIOFileSystem
[307/307] Compiling NIOFileSystem Exports.swift
[309/332] Emitting module LeafKit
[310/332] Compiling LeafKit Character+Identities.swift
[311/332] Compiling LeafKit LeafAST.swift
[312/332] Compiling LeafKit DefaultLeafCache.swift
[313/332] Compiling LeafKit LeafCache.swift
[314/335] Compiling LeafKit LeafSource.swift
[315/335] Compiling LeafKit LeafSources.swift
[316/335] Compiling LeafKit NIOLeafFiles.swift
[317/335] Compiling LeafKit LeafContext.swift
[318/335] Compiling LeafKit LeafSerializer.swift
[319/335] Compiling LeafKit ParameterResolver.swift
[320/335] Compiling LeafKit LeafRawTemplate.swift
[321/335] Compiling LeafKit LeafToken.swift
[322/335] Compiling LeafKit LeafParameter.swift
[323/335] Compiling LeafKit LeafParser.swift
[324/335] Compiling LeafKit LeafRenderer.swift
[325/335] Compiling LeafKit Dictionary+LeafData.swift
[326/335] Compiling LeafKit LeafError.swift
[327/335] Compiling LeafKit LeafLexer.swift
[328/335] Compiling LeafKit LeafParameterTypes.swift
[329/335] Compiling LeafKit LeafConfiguration.swift
[330/335] Compiling LeafKit LeafData.swift
[331/335] Compiling LeafKit LeafDataRepresentable.swift
[332/335] Compiling LeafKit LeafDataStorage.swift
[333/335] Compiling LeafKit LeafSyntax.swift
[334/335] Compiling LeafKit LeafTag.swift
[335/335] Compiling LeafKit String+HTMLEscape.swift
Build complete! (80.20s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.