Build Information
Successful build of leaf-kit, reference main (743b1a
), with Swift 6.1 for Linux on 12 Aug 2025 18:46:57 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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.65.0
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 743b1a9 Bump actions/checkout from 4 to 5 in the dependencies group (#140)
Cloned https://github.com/vapor/leaf-kit.git
Revision (git rev-parse @):
743b1a9d87c3d2c5cd24a426012012969d149701
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-4609320-3":/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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
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/77391] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.37s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (6.03s)
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/1808] Fetching swift-atomics
[345/6682] Fetching swift-atomics, swift-system
[6683/23635] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.41s)
[6909/21827] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.12s)
Fetched https://github.com/apple/swift-collections.git from cache (1.15s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.82s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.54s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.66s)
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
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.2
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.0
Building for debugging...
[0/27] Write sources
[14/27] Compiling CNIOWASI CNIOWASI.c
[15/27] Compiling CNIOWindows shim.c
[15/27] Compiling _AtomicsShims.c
[17/27] Compiling CNIOWindows WSAStartup.c
[18/27] Compiling CNIODarwin shim.c
[18/27] Write sources
[18/27] Compiling CNIOLinux liburing_shims.c
[21/27] Compiling CNIOPosix event_loop_id.c
[22/27] Compiling CSystem shims.c
[23/27] Compiling CNIOLinux shim.c
[24/27] Write swift-version-24593BA9C3E375BF.txt
[26/96] Emitting module _NIOBase64
[27/96] Emitting module InternalCollectionsUtilities
[27/97] Compiling c-nioatomics.c
[29/97] Emitting module Atomics
[29/99] Compiling c-atomics.c
[31/99] Compiling Atomics IntegerOperations.swift
[32/99] Compiling Atomics Unmanaged extensions.swift
[33/99] Compiling Atomics UnsafeAtomic.swift
[34/99] Compiling Atomics UnsafeAtomicLazyReference.swift
[35/99] Compiling _NIODataStructures _TinyArray.swift
[36/99] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[37/99] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[38/99] Compiling _NIOBase64 Base64.swift
[39/100] Compiling Atomics AtomicMemoryOrderings.swift
[40/100] Compiling Atomics DoubleWord.swift
[41/100] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[42/100] Compiling Atomics ManagedAtomicLazyReference.swift
[43/100] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[44/100] Compiling InternalCollectionsUtilities Debugging.swift
[46/100] Compiling InternalCollectionsUtilities Descriptions.swift
[48/104] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[49/104] Compiling InternalCollectionsUtilities UInt+reversed.swift
[52/106] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[53/106] Compiling InternalCollectionsUtilities Integer rank.swift
[54/106] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[55/106] Compiling InternalCollectionsUtilities _SortedCollection.swift
[57/106] Compiling _NIODataStructures PriorityQueue.swift
[58/106] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[59/106] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[78/108] Emitting module SystemPackage
[81/127] Compiling DequeModule Deque+CustomReflectable.swift
[82/127] Compiling DequeModule Deque+Descriptions.swift
[83/129] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[84/129] Compiling DequeModule _DequeBuffer.swift
[85/129] Compiling DequeModule _DequeBufferHeader.swift
[86/129] Compiling DequeModule Deque+Equatable.swift
[87/129] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[88/129] Emitting module NIOConcurrencyHelpers
[89/129] Compiling NIOConcurrencyHelpers lock.swift
[90/129] Compiling NIOConcurrencyHelpers NIOLock.swift
[91/129] Compiling DequeModule _DequeSlot.swift
[92/129] Compiling DequeModule _UnsafeWrappedBuffer.swift
[95/129] Compiling DequeModule Deque+Extras.swift
[96/129] Compiling DequeModule Deque+Hashable.swift
[100/129] Compiling SystemPackage RawIORequest.swift
[101/129] Compiling SystemPackage Backcompat.swift
[102/129] Compiling SystemPackage CInterop.swift
[103/129] Compiling _NIODataStructures Heap.swift
[104/129] Emitting module _NIODataStructures
[105/130] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[106/130] Compiling NIOConcurrencyHelpers atomics.swift
[107/130] Compiling SystemPackage Syscalls.swift
[108/130] Compiling SystemPackage WindowsSyscallAdapters.swift
[109/130] Compiling SystemPackage MachPort.swift
[110/130] Compiling SystemPackage PlatformString.swift
[111/130] Compiling SystemPackage Constants.swift
[112/130] Compiling SystemPackage Exports.swift
[113/130] Compiling SystemPackage Mocking.swift
[114/130] Compiling SystemPackage RawBuffer.swift
[119/131] Compiling DequeModule Deque+Testing.swift
[120/131] Compiling DequeModule Deque._Storage.swift
[123/131] Compiling DequeModule Deque._UnsafeHandle.swift
[124/131] Compiling DequeModule Deque.swift
[125/131] Compiling SystemPackage SystemString.swift
[126/131] Compiling SystemPackage Util+StringArray.swift
[127/131] Compiling SystemPackage Util.swift
[128/131] Compiling SystemPackage UtilConsumers.swift
[129/132] Compiling DequeModule Deque+Codable.swift
[130/132] Compiling DequeModule Deque+Collection.swift
[131/132] Emitting module DequeModule
[134/194] Compiling NIOCore NIOAny.swift
[135/194] Compiling NIOCore NIOCloseOnErrorHandler.swift
[136/194] Compiling NIOCore NIOCoreSendableMetatype.swift
[137/194] Compiling NIOCore NIOLoopBound.swift
[138/194] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[139/194] Compiling NIOCore NIOScheduledCallback.swift
[140/194] Compiling NIOCore NIOSendable.swift
[141/194] Compiling NIOCore RecvByteBufferAllocator.swift
[142/202] Compiling NIOCore IOData.swift
[143/202] Compiling NIOCore IPProtocol.swift
[144/202] Compiling NIOCore IntegerBitPacking.swift
[145/202] Compiling NIOCore IntegerTypes.swift
[146/202] Compiling NIOCore Interfaces.swift
[147/202] Compiling NIOCore Linux.swift
[148/202] Compiling NIOCore MarkedCircularBuffer.swift
[149/202] Compiling NIOCore MulticastChannel.swift
[150/202] Compiling NIOCore EventLoopFuture+Deprecated.swift
[151/202] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[152/202] Compiling NIOCore EventLoopFuture.swift
[153/202] Compiling NIOCore FileDescriptor.swift
[154/202] Compiling NIOCore FileHandle.swift
[155/202] Compiling NIOCore FileRegion.swift
[156/202] Compiling NIOCore GlobalSingletons.swift
[157/202] Compiling NIOCore IO.swift
[158/202] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[159/202] Compiling NIOCore SocketAddresses.swift
[160/202] Compiling NIOCore SocketOptionProvider.swift
[161/202] Compiling NIOCore SystemCallHelpers.swift
[162/202] Compiling NIOCore TimeAmount+Duration.swift
[163/202] Compiling NIOCore TypeAssistedChannelHandler.swift
[164/202] Compiling NIOCore UniversalBootstrapSupport.swift
[165/202] Compiling NIOCore Utilities.swift
[166/202] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[167/202] Compiling NIOCore BSDSocketAPI.swift
[168/202] Compiling NIOCore ByteBuffer-aux.swift
[169/202] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[170/202] Compiling NIOCore ByteBuffer-conversions.swift
[171/202] Compiling NIOCore ByteBuffer-core.swift
[172/202] Compiling NIOCore ByteBuffer-hex.swift
[173/202] Compiling NIOCore ByteBuffer-int.swift
[174/202] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[175/202] Compiling NIOCore CircularBuffer.swift
[176/202] Compiling NIOCore Codec.swift
[177/202] Compiling NIOCore ConvenienceOptionSupport.swift
[178/202] Compiling NIOCore DeadChannel.swift
[179/202] Compiling NIOCore DispatchQueue+WithFuture.swift
[180/202] Compiling NIOCore EventLoop+Deprecated.swift
[181/202] Compiling NIOCore EventLoop+SerialExecutor.swift
[182/202] Compiling NIOCore EventLoop.swift
[183/202] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[184/202] Compiling NIOCore ByteBuffer-multi-int.swift
[185/202] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[186/202] Compiling NIOCore ByteBuffer-views.swift
[187/202] Compiling NIOCore Channel.swift
[188/202] Compiling NIOCore ChannelHandler.swift
[189/202] Compiling NIOCore ChannelHandlers.swift
[190/202] Compiling NIOCore ChannelInvoker.swift
[191/202] Compiling NIOCore ChannelOption.swift
[192/202] Compiling NIOCore ChannelPipeline.swift
[193/202] Compiling NIOCore AddressedEnvelope.swift
[194/202] Compiling NIOCore AsyncAwaitSupport.swift
[195/202] Compiling NIOCore AsyncChannel.swift
[196/202] Compiling NIOCore AsyncChannelHandler.swift
[197/202] Compiling NIOCore AsyncChannelInboundStream.swift
[198/202] Compiling NIOCore AsyncChannelOutboundWriter.swift
[199/202] Compiling NIOCore NIOAsyncSequenceProducer.swift
[200/202] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[201/202] Compiling NIOCore NIOAsyncWriter.swift
[202/202] Emitting module NIOCore
[204/255] Compiling NIOEmbedded Embedded.swift
[205/255] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[206/255] Compiling NIOEmbedded AsyncTestingChannel.swift
[207/255] Emitting module NIOEmbedded
[209/256] Emitting module NIOPosix
[210/262] Compiling NIOPosix ThreadPosix.swift
[211/262] Compiling NIOPosix ThreadWindows.swift
[212/262] Compiling NIOPosix UnsafeTransfer.swift
[213/262] Compiling NIOPosix Utilities.swift
[214/262] Compiling NIOPosix VsockAddress.swift
[215/262] Compiling NIOPosix VsockChannelEvents.swift
[216/262] Compiling NIOPosix Bootstrap.swift
[217/262] Compiling NIOPosix ControlMessage.swift
[218/262] Compiling NIOPosix DatagramVectorReadManager.swift
[219/262] Compiling NIOPosix Errors+Any.swift
[220/262] Compiling NIOPosix FileDescriptor.swift
[221/262] Compiling NIOPosix GetaddrinfoResolver.swift
[222/262] Compiling NIOPosix HappyEyeballs.swift
[223/262] Compiling NIOPosix Pool.swift
[224/262] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[225/262] Compiling NIOPosix PosixSingletons.swift
[226/262] Compiling NIOPosix RawSocketBootstrap.swift
[227/262] Compiling NIOPosix Resolver.swift
[228/262] Compiling NIOPosix Selectable.swift
[229/262] Compiling NIOPosix SelectableChannel.swift
[230/262] Compiling NIOPosix SelectableEventLoop.swift
[231/262] Compiling NIOPosix SelectorEpoll.swift
[232/262] Compiling NIOPosix SelectorGeneric.swift
[233/262] Compiling NIOPosix SelectorKqueue.swift
[234/262] Compiling NIOPosix SelectorUring.swift
[235/262] Compiling NIOPosix ServerSocket.swift
[236/262] Compiling NIOPosix Socket.swift
[237/262] Compiling NIOPosix SocketChannel.swift
[238/262] Compiling NIOPosix SocketProtocols.swift
[239/262] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[240/262] Compiling NIOPosix System.swift
[241/262] Compiling NIOPosix Thread.swift
[242/262] Compiling NIOPosix IO.swift
[243/262] Compiling NIOPosix IntegerBitPacking.swift
[244/262] Compiling NIOPosix IntegerTypes.swift
[245/262] Compiling NIOPosix Linux.swift
[246/262] Compiling NIOPosix LinuxCPUSet.swift
[247/262] Compiling NIOPosix LinuxUring.swift
[248/262] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[249/262] Compiling NIOPosix BSDSocketAPICommon.swift
[250/262] Compiling NIOPosix BSDSocketAPIPosix.swift
[251/262] Compiling NIOPosix BSDSocketAPIWindows.swift
[252/262] Compiling NIOPosix BaseSocket.swift
[253/262] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[254/262] Compiling NIOPosix BaseSocketChannel.swift
[255/262] Compiling NIOPosix BaseStreamSocketChannel.swift
[256/262] Compiling NIOPosix NIOPosixSendableMetatype.swift
[257/262] Compiling NIOPosix NIOThreadPool.swift
[258/262] Compiling NIOPosix NonBlockingFileIO.swift
[259/262] Compiling NIOPosix PendingDatagramWritesManager.swift
[260/262] Compiling NIOPosix PendingWritesManager.swift
[261/262] Compiling NIOPosix PipeChannel.swift
[262/262] Compiling NIOPosix PipePair.swift
[264/301] Compiling NIO Exports.swift
[265/301] Emitting module NIO
[267/307] Compiling _NIOFileSystem ParallelDirCopy.swift
[268/307] Compiling _NIOFileSystem ParallelRemoval.swift
[269/307] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[270/307] Compiling _NIOFileSystem CInterop.swift
[271/307] Compiling _NIOFileSystem Errno.swift
[272/312] Compiling _NIOFileSystem Array+FileSystem.swift
[273/312] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[274/312] Compiling _NIOFileSystem BufferedReader.swift
[275/312] Compiling _NIOFileSystem BufferedWriter.swift
[276/312] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[277/312] Emitting module _NIOFileSystem
[278/312] Compiling _NIOFileSystem ByteCount.swift
[279/312] Compiling _NIOFileSystem Convenience.swift
[280/312] Compiling _NIOFileSystem DirectoryEntries.swift
[281/312] Compiling _NIOFileSystem DirectoryEntry.swift
[282/312] Compiling _NIOFileSystem Exports.swift
[283/312] Compiling _NIOFileSystem Utilities.swift
[284/312] Compiling _NIOFileSystem NIOFilePath.swift
[285/312] Compiling _NIOFileSystem NIOFileSystemSendableMetatype.swift
[286/312] Compiling _NIOFileSystem OpenOptions.swift
[287/312] Compiling _NIOFileSystem String+FileSystem.swift
[288/312] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[289/312] Compiling _NIOFileSystem FileSystemError.swift
[290/312] Compiling _NIOFileSystem FileSystemProtocol.swift
[291/312] Compiling _NIOFileSystem FileType.swift
[292/312] Compiling _NIOFileSystem IOStrategy.swift
[293/312] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[294/312] Compiling _NIOFileSystem BufferedStream.swift
[295/312] Compiling _NIOFileSystem Cancellation.swift
[296/312] Compiling _NIOFileSystem TokenBucket.swift
[297/312] Compiling _NIOFileSystem UnsafeTransfer.swift
[298/312] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[299/312] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[300/312] Compiling _NIOFileSystem Mocking.swift
[301/312] Compiling _NIOFileSystem Syscall.swift
[302/312] Compiling _NIOFileSystem Syscalls.swift
[303/312] Compiling _NIOFileSystem SystemFileHandle.swift
[304/312] Compiling _NIOFileSystem FileChunks.swift
[305/312] Compiling _NIOFileSystem FileHandle.swift
[306/312] Compiling _NIOFileSystem FileHandleProtocol.swift
[307/312] Compiling _NIOFileSystem FileInfo.swift
[308/312] Compiling _NIOFileSystem FileSystem.swift
[309/313] Emitting module NIOFoundationCompat
[310/313] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[311/313] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[312/313] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[315/316] Compiling NIOFileSystem Exports.swift
[316/316] Emitting module NIOFileSystem
[318/341] Emitting module LeafKit
[319/344] Compiling LeafKit LeafContext.swift
[320/344] Compiling LeafKit LeafSerializer.swift
[321/344] Compiling LeafKit ParameterResolver.swift
[322/344] Compiling LeafKit LeafParser.swift
[323/344] Compiling LeafKit LeafRenderer.swift
[324/344] Compiling LeafKit Dictionary+LeafData.swift
[325/344] Compiling LeafKit Character+Identities.swift
[326/344] Compiling LeafKit LeafAST.swift
[327/344] Compiling LeafKit DefaultLeafCache.swift
[328/344] Compiling LeafKit LeafCache.swift
[329/344] Compiling LeafKit LeafError.swift
[330/344] Compiling LeafKit LeafLexer.swift
[331/344] Compiling LeafKit LeafParameterTypes.swift
[332/344] Compiling LeafKit LeafSource.swift
[333/344] Compiling LeafKit LeafSources.swift
[334/344] Compiling LeafKit NIOLeafFiles.swift
[335/344] Compiling LeafKit LeafConfiguration.swift
[336/344] Compiling LeafKit LeafData.swift
[337/344] Compiling LeafKit LeafDataRepresentable.swift
[338/344] Compiling LeafKit LeafDataStorage.swift
[339/344] Compiling LeafKit LeafRawTemplate.swift
[340/344] Compiling LeafKit LeafToken.swift
[341/344] Compiling LeafKit LeafParameter.swift
[342/344] Compiling LeafKit LeafSyntax.swift
[343/344] Compiling LeafKit LeafTag.swift
[344/344] Compiling LeafKit String+HTMLEscape.swift
Build complete! (70.35s)
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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.