Build Information
Successful build of leaf-kit, reference main (cf186d
), with Swift 6.0 for Linux on 17 Apr 2025 23:37:05 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.60.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: linux
Swift version: 6.0
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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-nio.git
[1/75344] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.49s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.81.0 (2.57s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4246] Fetching swift-system
[1445/20349] Fetching swift-system, swift-collections
[3449/22054] Fetching swift-system, swift-collections, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.47s)
[8594/20349] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.32s)
Fetched https://github.com/apple/swift-collections.git from cache (1.37s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.09s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.01s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.44s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.81.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Building for debugging...
[0/26] Write sources
[14/26] Compiling CNIOWindows WSAStartup.c
[15/26] Compiling CNIOWindows shim.c
[15/26] Compiling CNIOWASI CNIOWASI.c
[17/26] Compiling _AtomicsShims.c
[17/26] Write sources
[19/26] Compiling CSystem shims.c
[20/26] Compiling CNIODarwin shim.c
[21/26] Compiling CNIOLinux liburing_shims.c
[22/26] Compiling CNIOLinux shim.c
[23/26] Write swift-version-24593BA9C3E375BF.txt
[25/96] Emitting module _NIOBase64
[26/96] Emitting module SystemPackage
[26/99] Compiling c-nioatomics.c
[27/99] Compiling c-atomics.c
[29/105] Compiling InternalCollectionsUtilities Debugging.swift
[30/105] Compiling InternalCollectionsUtilities Descriptions.swift
[31/107] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[32/107] Compiling InternalCollectionsUtilities Specialize.swift
[33/107] Compiling InternalCollectionsUtilities UInt+reversed.swift
[34/107] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[35/107] Emitting module NIOConcurrencyHelpers
[36/107] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[38/107] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[39/107] Compiling InternalCollectionsUtilities Integer rank.swift
[40/107] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[41/107] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[42/107] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[43/107] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[44/107] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[45/107] Emitting module InternalCollectionsUtilities
[46/107] Compiling _NIOBase64 Base64.swift
[47/108] Compiling InternalCollectionsUtilities _SortedCollection.swift
[48/108] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[52/108] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[53/108] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[54/108] Compiling SystemPackage Util+StringArray.swift
[55/108] Compiling SystemPackage Util.swift
[56/108] Compiling SystemPackage UtilConsumers.swift
[57/108] Compiling SystemPackage MachPort.swift
[58/108] Compiling SystemPackage PlatformString.swift
[59/108] Compiling SystemPackage SystemString.swift
[60/108] Compiling _NIODataStructures PriorityQueue.swift
[68/110] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[69/110] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[77/110] Compiling _NIODataStructures _TinyArray.swift
[86/110] Emitting module Atomics
[93/111] Compiling Atomics IntegerOperations.swift
[94/111] Compiling Atomics Unmanaged extensions.swift
[96/127] Compiling DequeModule Deque+Equatable.swift
[97/127] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[98/129] Compiling DequeModule Deque+CustomReflectable.swift
[99/129] Compiling DequeModule Deque+Descriptions.swift
[100/129] Compiling SystemPackage Mocking.swift
[101/129] Compiling SystemPackage RawBuffer.swift
[102/129] Compiling SystemPackage Syscalls.swift
[103/129] Compiling SystemPackage WindowsSyscallAdapters.swift
[104/129] Compiling NIOConcurrencyHelpers lock.swift
[105/129] Compiling NIOConcurrencyHelpers NIOLock.swift
[106/129] Emitting module _NIODataStructures
[107/129] Compiling _NIODataStructures Heap.swift
[112/129] Compiling DequeModule Deque+Extras.swift
[113/129] Compiling DequeModule Deque+Hashable.swift
[114/129] Compiling DequeModule _DequeSlot.swift
[115/129] Compiling DequeModule _UnsafeWrappedBuffer.swift
[116/131] Compiling DequeModule _DequeBuffer.swift
[117/131] Compiling DequeModule _DequeBufferHeader.swift
[118/131] Compiling NIOConcurrencyHelpers atomics.swift
[124/132] Compiling DequeModule Deque+Testing.swift
[125/132] Compiling DequeModule Deque._Storage.swift
[128/132] Compiling DequeModule Deque._UnsafeHandle.swift
[129/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 AddressedEnvelope.swift
[135/192] Compiling NIOCore AsyncAwaitSupport.swift
[136/192] Compiling NIOCore AsyncChannel.swift
[137/192] Compiling NIOCore AsyncChannelHandler.swift
[138/192] Compiling NIOCore AsyncChannelInboundStream.swift
[139/192] Compiling NIOCore AsyncChannelOutboundWriter.swift
[140/192] Compiling NIOCore NIOAsyncSequenceProducer.swift
[141/192] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[142/192] Compiling NIOCore NIOAsyncWriter.swift
[143/200] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[144/200] Compiling NIOCore SocketAddresses.swift
[145/200] Compiling NIOCore SocketOptionProvider.swift
[146/200] Compiling NIOCore SystemCallHelpers.swift
[147/200] Compiling NIOCore TimeAmount+Duration.swift
[148/200] Compiling NIOCore TypeAssistedChannelHandler.swift
[149/200] Compiling NIOCore UniversalBootstrapSupport.swift
[150/200] Compiling NIOCore Utilities.swift
[151/200] Compiling NIOCore ChannelPipeline.swift
[152/200] Compiling NIOCore CircularBuffer.swift
[153/200] Compiling NIOCore Codec.swift
[154/200] Compiling NIOCore ConvenienceOptionSupport.swift
[155/200] Compiling NIOCore DeadChannel.swift
[156/200] Compiling NIOCore DispatchQueue+WithFuture.swift
[157/200] Compiling NIOCore EventLoop+Deprecated.swift
[158/200] Compiling NIOCore EventLoop+SerialExecutor.swift
[159/200] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[160/200] Compiling NIOCore BSDSocketAPI.swift
[161/200] Compiling NIOCore ByteBuffer-aux.swift
[162/200] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[163/200] Compiling NIOCore ByteBuffer-conversions.swift
[164/200] Compiling NIOCore ByteBuffer-core.swift
[165/200] Compiling NIOCore ByteBuffer-hex.swift
[166/200] Compiling NIOCore ByteBuffer-int.swift
[167/200] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[168/200] Compiling NIOCore ByteBuffer-multi-int.swift
[169/200] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[170/200] Compiling NIOCore ByteBuffer-views.swift
[171/200] Compiling NIOCore Channel.swift
[172/200] Compiling NIOCore ChannelHandler.swift
[173/200] Compiling NIOCore ChannelHandlers.swift
[174/200] Compiling NIOCore ChannelInvoker.swift
[175/200] Compiling NIOCore ChannelOption.swift
[176/200] Compiling NIOCore MarkedCircularBuffer.swift
[177/200] Compiling NIOCore MulticastChannel.swift
[178/200] Compiling NIOCore NIOAny.swift
[179/200] Compiling NIOCore NIOCloseOnErrorHandler.swift
[180/200] Compiling NIOCore NIOLoopBound.swift
[181/200] Compiling NIOCore NIOScheduledCallback.swift
[182/200] Compiling NIOCore NIOSendable.swift
[183/200] Compiling NIOCore RecvByteBufferAllocator.swift
[184/200] Emitting module NIOCore
[185/200] Compiling NIOCore GlobalSingletons.swift
[186/200] Compiling NIOCore IO.swift
[187/200] Compiling NIOCore IOData.swift
[188/200] Compiling NIOCore IPProtocol.swift
[189/200] Compiling NIOCore IntegerBitPacking.swift
[190/200] Compiling NIOCore IntegerTypes.swift
[191/200] Compiling NIOCore Interfaces.swift
[192/200] Compiling NIOCore Linux.swift
[193/200] Compiling NIOCore EventLoop.swift
[194/200] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[195/200] Compiling NIOCore EventLoopFuture+Deprecated.swift
[196/200] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[197/200] Compiling NIOCore EventLoopFuture.swift
[198/200] Compiling NIOCore FileDescriptor.swift
[199/200] Compiling NIOCore FileHandle.swift
[200/200] Compiling NIOCore FileRegion.swift
[202/252] Emitting module NIOEmbedded
[203/252] Compiling NIOEmbedded AsyncTestingChannel.swift
[204/252] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[205/252] Compiling NIOEmbedded Embedded.swift
[207/253] Compiling NIOPosix BSDSocketAPICommon.swift
[208/253] Compiling NIOPosix BSDSocketAPIPosix.swift
[209/253] Compiling NIOPosix BSDSocketAPIWindows.swift
[210/253] Compiling NIOPosix BaseSocket.swift
[211/253] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[212/253] Compiling NIOPosix BaseSocketChannel.swift
[213/253] Compiling NIOPosix BaseStreamSocketChannel.swift
[214/259] Compiling NIOPosix ServerSocket.swift
[215/259] Compiling NIOPosix Socket.swift
[216/259] Compiling NIOPosix SocketChannel.swift
[217/259] Compiling NIOPosix SocketProtocols.swift
[218/259] Compiling NIOPosix System.swift
[219/259] Compiling NIOPosix Thread.swift
[220/259] Compiling NIOPosix PooledRecvBufferAllocator.swift
[221/259] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[222/259] Compiling NIOPosix PosixSingletons.swift
[223/259] Compiling NIOPosix RawSocketBootstrap.swift
[224/259] Compiling NIOPosix Resolver.swift
[225/259] Compiling NIOPosix Selectable.swift
[226/259] Compiling NIOPosix SelectableChannel.swift
[227/259] Compiling NIOPosix SelectableEventLoop.swift
[228/259] Compiling NIOPosix SelectorEpoll.swift
[229/259] Compiling NIOPosix SelectorGeneric.swift
[230/259] Compiling NIOPosix SelectorKqueue.swift
[231/259] Compiling NIOPosix SelectorUring.swift
[232/259] Emitting module NIOPosix
[233/259] Compiling NIOPosix ThreadPosix.swift
[234/259] Compiling NIOPosix ThreadWindows.swift
[235/259] Compiling NIOPosix UnsafeTransfer.swift
[236/259] Compiling NIOPosix Utilities.swift
[237/259] Compiling NIOPosix VsockAddress.swift
[238/259] Compiling NIOPosix VsockChannelEvents.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 NIOThreadPool.swift
[247/259] Compiling NIOPosix NonBlockingFileIO.swift
[248/259] Compiling NIOPosix PendingDatagramWritesManager.swift
[249/259] Compiling NIOPosix PendingWritesManager.swift
[250/259] Compiling NIOPosix PipeChannel.swift
[251/259] Compiling NIOPosix PipePair.swift
[252/259] Compiling NIOPosix Pool.swift
[253/259] Compiling NIOPosix Bootstrap.swift
[254/259] Compiling NIOPosix ControlMessage.swift
[255/259] Compiling NIOPosix DatagramVectorReadManager.swift
[256/259] Compiling NIOPosix Errors+Any.swift
[257/259] Compiling NIOPosix FileDescriptor.swift
[258/259] Compiling NIOPosix GetaddrinfoResolver.swift
[259/259] Compiling NIOPosix HappyEyeballs.swift
[261/297] Compiling NIO Exports.swift
[262/297] Emitting module NIO
[264/303] Emitting module _NIOFileSystem
[265/307] Compiling _NIOFileSystem ParallelDirCopy.swift
[266/307] Compiling _NIOFileSystem ParallelRemoval.swift
[267/307] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[268/307] Compiling _NIOFileSystem CInterop.swift
[269/307] Compiling _NIOFileSystem Errno.swift
[270/307] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[271/307] Compiling _NIOFileSystem Mocking.swift
[272/307] Compiling _NIOFileSystem Syscall.swift
[273/307] Compiling _NIOFileSystem Syscalls.swift
[274/307] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[275/307] Compiling _NIOFileSystem FileSystemError.swift
[276/307] Compiling _NIOFileSystem FileSystemProtocol.swift
[277/307] Compiling _NIOFileSystem FileType.swift
[278/307] Compiling _NIOFileSystem IOStrategy.swift
[279/307] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[280/307] Compiling _NIOFileSystem BufferedStream.swift
[281/307] Compiling _NIOFileSystem Cancellation.swift
[282/307] Compiling _NIOFileSystem TokenBucket.swift
[283/307] Compiling _NIOFileSystem UnsafeTransfer.swift
[284/307] Compiling _NIOFileSystem SystemFileHandle.swift
[285/307] Compiling _NIOFileSystem Utilities.swift
[286/307] Compiling _NIOFileSystem OpenOptions.swift
[287/307] Compiling _NIOFileSystem String+FileSystem.swift
[288/307] Compiling _NIOFileSystem Array+FileSystem.swift
[289/307] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[290/307] Compiling _NIOFileSystem BufferedReader.swift
[291/307] Compiling _NIOFileSystem BufferedWriter.swift
[292/307] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[293/307] Compiling _NIOFileSystem ByteCount.swift
[294/307] Compiling _NIOFileSystem Convenience.swift
[295/307] Compiling _NIOFileSystem DirectoryEntries.swift
[296/307] Compiling _NIOFileSystem DirectoryEntry.swift
[297/307] Compiling _NIOFileSystem Exports.swift
[298/307] Compiling _NIOFileSystem FileChunks.swift
[299/307] Compiling _NIOFileSystem FileHandle.swift
[300/307] Compiling _NIOFileSystem FileHandleProtocol.swift
[301/307] Compiling _NIOFileSystem FileInfo.swift
[302/307] Compiling _NIOFileSystem FileSystem.swift
[304/310] Emitting module NIOFileSystem
[305/310] Compiling NIOFileSystem Exports.swift
[307/311] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[308/311] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[309/311] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[310/311] Emitting module NIOFoundationCompat
[311/311] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[313/336] Compiling LeafKit Character+Identities.swift
[314/336] Compiling LeafKit LeafAST.swift
[315/336] Compiling LeafKit DefaultLeafCache.swift
[316/336] Compiling LeafKit LeafCache.swift
[317/339] Compiling LeafKit LeafRawTemplate.swift
[318/339] Compiling LeafKit LeafToken.swift
[319/339] Compiling LeafKit LeafParameter.swift
[320/339] Compiling LeafKit LeafSource.swift
[321/339] Compiling LeafKit LeafSources.swift
[322/339] Compiling LeafKit NIOLeafFiles.swift
[323/339] Compiling LeafKit LeafParser.swift
[324/339] Compiling LeafKit LeafRenderer.swift
[325/339] Compiling LeafKit Dictionary+LeafData.swift
[326/339] Emitting module LeafKit
[327/339] Compiling LeafKit LeafContext.swift
[328/339] Compiling LeafKit LeafSerializer.swift
[329/339] Compiling LeafKit ParameterResolver.swift
[330/339] Compiling LeafKit LeafError.swift
[331/339] Compiling LeafKit LeafLexer.swift
[332/339] Compiling LeafKit LeafParameterTypes.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! (91.26s)
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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.