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 1.11.1 (d0ca44), with Swift 5.9 for Linux on 3 Sep 2024 15:41:01 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.52.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/leaf-kit.git
Reference: 1.11.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/vapor/leaf-kit
 * tag               1.11.1     -> FETCH_HEAD
HEAD is now at d0ca441 Fix and add tests for `requireBody()` and `requireNoBody()` (#133)
Cloned https://github.com/vapor/leaf-kit.git
Revision (git rev-parse @):
d0ca4417166ef7868d28ad21bc77d36b8735a0fc
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/leaf-kit.git at 1.11.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD
https://github.com/vapor/leaf-kit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:907758cf9691f0f77ca4e2d6f778ef6c038667a789e74bf575a4b60f864d6863
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/apple/swift-nio.git
[1/69495] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git (5.76s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.71.0 (0.61s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1569] Fetching swift-atomics
[645/5207] Fetching swift-atomics, swift-system
[4663/20206] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git (0.57s)
[7988/18637] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git (1.09s)
Fetched https://github.com/apple/swift-collections.git (1.11s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.33s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.3.2 (0.31s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.3 (0.60s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.3.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.3
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.71.0
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/LeafKitTests/Templates/test.leaf
    /host/spi-builder-workspace/Tests/LeafKitTests/Templates/SubTemplates/test.leaf
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/LeafKit/Docs.docc
Building for debugging...
[0/8] Compiling CNIOWindows shim.c
[1/8] Compiling _AtomicsShims.c
[1/8] Compiling CNIOWindows WSAStartup.c
[1/8] Compiling CNIOLinux liburing_shims.c
[4/8] Compiling CNIODarwin shim.c
[5/8] Compiling CNIOLinux shim.c
[7/50] Emitting module _NIOBase64
[8/50] Emitting module InternalCollectionsUtilities
[9/52] Emitting module _NIODataStructures
[9/52] Compiling c-nioatomics.c
[10/52] Compiling c-atomics.c
[12/58] Emitting module NIOConcurrencyHelpers
[13/58] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[14/58] Compiling InternalCollectionsUtilities Specialize.swift
[15/60] Compiling InternalCollectionsUtilities UInt+reversed.swift
[16/60] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[17/60] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[20/60] Compiling InternalCollectionsUtilities Debugging.swift
[21/60] Compiling InternalCollectionsUtilities Descriptions.swift
[24/60] Compiling InternalCollectionsUtilities _SortedCollection.swift
[25/60] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[28/60] Emitting module Atomics
[29/60] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[30/60] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[31/60] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[32/60] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[33/60] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[37/60] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[38/60] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[43/60] Compiling InternalCollectionsUtilities Integer rank.swift
[44/60] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[47/61] Compiling _NIOBase64 Base64.swift
[50/64] Compiling _NIODataStructures _TinyArray.swift
[51/64] Compiling _NIODataStructures PriorityQueue.swift
[54/64] Compiling Atomics IntegerOperations.swift
[55/64] Compiling Atomics Unmanaged extensions.swift
[56/64] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[62/81] Compiling DequeModule Deque+Equatable.swift
[63/81] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[64/83] Compiling DequeModule _DequeBuffer.swift
[65/83] Compiling DequeModule _DequeBufferHeader.swift
[66/83] Compiling DequeModule Deque+Extras.swift
[67/83] Compiling DequeModule Deque+Hashable.swift
[68/83] Compiling DequeModule _DequeSlot.swift
[69/83] Compiling DequeModule _UnsafeWrappedBuffer.swift
[70/83] Compiling NIOConcurrencyHelpers lock.swift
[71/83] Compiling DequeModule Deque+Testing.swift
[72/83] Compiling DequeModule Deque._Storage.swift
[73/83] Compiling DequeModule Deque._UnsafeHandle.swift
[74/83] Compiling DequeModule Deque.swift
[75/83] Compiling DequeModule Deque+CustomReflectable.swift
[76/83] Compiling DequeModule Deque+Descriptions.swift
[77/83] Compiling _NIODataStructures Heap.swift
[80/85] Compiling DequeModule Deque+Codable.swift
[81/85] Compiling DequeModule Deque+Collection.swift
[82/85] Compiling NIOConcurrencyHelpers NIOLock.swift
[83/85] Compiling NIOConcurrencyHelpers atomics.swift
[84/85] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[85/86] Emitting module DequeModule
[90/146] Compiling NIOCore GlobalSingletons.swift
[91/146] Compiling NIOCore IO.swift
[92/146] Compiling NIOCore IOData.swift
[93/146] Compiling NIOCore IPProtocol.swift
[94/146] Compiling NIOCore IntegerBitPacking.swift
[95/146] Compiling NIOCore IntegerTypes.swift
[96/146] Compiling NIOCore Interfaces.swift
[97/146] Compiling NIOCore Linux.swift
[98/154] Compiling NIOCore EventLoop.swift
[99/154] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[100/154] Compiling NIOCore EventLoopFuture+Deprecated.swift
[101/154] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[102/154] Compiling NIOCore EventLoopFuture.swift
[103/154] Compiling NIOCore FileDescriptor.swift
[104/154] Compiling NIOCore FileHandle.swift
[105/154] Compiling NIOCore FileRegion.swift
[106/154] Compiling NIOCore MarkedCircularBuffer.swift
[107/154] Compiling NIOCore MulticastChannel.swift
[108/154] Compiling NIOCore NIOAny.swift
[109/154] Compiling NIOCore NIOCloseOnErrorHandler.swift
[110/154] Compiling NIOCore NIOLoopBound.swift
[111/154] Compiling NIOCore NIOSendable.swift
[112/154] Compiling NIOCore PointerHelpers.swift
[113/154] Compiling NIOCore RecvByteBufferAllocator.swift
[114/154] Compiling NIOCore AddressedEnvelope.swift
[115/154] Compiling NIOCore AsyncAwaitSupport.swift
[116/154] Compiling NIOCore AsyncChannel.swift
[117/154] Compiling NIOCore AsyncChannelHandler.swift
[118/154] Compiling NIOCore AsyncChannelInboundStream.swift
[119/154] Compiling NIOCore AsyncChannelOutboundWriter.swift
[120/154] Compiling NIOCore NIOAsyncSequenceProducer.swift
[121/154] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[122/154] Compiling NIOCore ChannelPipeline.swift
[123/154] Compiling NIOCore CircularBuffer.swift
[124/154] Compiling NIOCore Codec.swift
[125/154] Compiling NIOCore ConvenienceOptionSupport.swift
[126/154] Compiling NIOCore DeadChannel.swift
[127/154] Compiling NIOCore DispatchQueue+WithFuture.swift
[128/154] Compiling NIOCore EventLoop+Deprecated.swift
[129/154] Compiling NIOCore EventLoop+SerialExecutor.swift
[130/154] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[131/154] Compiling NIOCore SocketAddresses.swift
[132/154] Compiling NIOCore SocketOptionProvider.swift
[133/154] Compiling NIOCore SystemCallHelpers.swift
[134/154] Compiling NIOCore TimeAmount+Duration.swift
[135/154] Compiling NIOCore TypeAssistedChannelHandler.swift
[136/154] Compiling NIOCore UniversalBootstrapSupport.swift
[137/154] Compiling NIOCore Utilities.swift
[138/154] Compiling NIOCore NIOAsyncWriter.swift
[139/154] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[140/154] Compiling NIOCore BSDSocketAPI.swift
[141/154] Compiling NIOCore ByteBuffer-aux.swift
[142/154] Compiling NIOCore ByteBuffer-conversions.swift
[143/154] Compiling NIOCore ByteBuffer-core.swift
[144/154] Compiling NIOCore ByteBuffer-hexdump.swift
[145/154] Compiling NIOCore ByteBuffer-int.swift
[146/154] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[147/154] Compiling NIOCore ByteBuffer-multi-int.swift
[148/154] Compiling NIOCore ByteBuffer-views.swift
[149/154] Compiling NIOCore Channel.swift
[150/154] Compiling NIOCore ChannelHandler.swift
[151/154] Compiling NIOCore ChannelHandlers.swift
[152/154] Compiling NIOCore ChannelInvoker.swift
[153/154] Compiling NIOCore ChannelOption.swift
[154/154] Emitting module NIOCore
[157/208] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[158/208] Compiling NIOEmbedded Embedded.swift
[159/208] Emitting module NIOEmbedded
[160/208] Compiling NIOEmbedded AsyncTestingChannel.swift
[163/210] Compiling NIOPosix Pool.swift
[164/210] Compiling NIOPosix PooledRecvBufferAllocator.swift
[165/210] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[166/210] Compiling NIOPosix PosixSingletons.swift
[167/210] Compiling NIOPosix RawSocketBootstrap.swift
[168/210] Compiling NIOPosix Resolver.swift
[169/210] Compiling NIOPosix Selectable.swift
[170/216] Compiling NIOPosix SelectableChannel.swift
[171/216] Compiling NIOPosix SelectableEventLoop.swift
[172/216] Compiling NIOPosix SelectorEpoll.swift
[173/216] Compiling NIOPosix SelectorGeneric.swift
[174/216] Compiling NIOPosix SelectorKqueue.swift
[175/216] Compiling NIOPosix SelectorUring.swift
[176/216] Compiling NIOPosix ServerSocket.swift
[177/216] Compiling NIOPosix Socket.swift
[178/216] Compiling NIOPosix SocketChannel.swift
[179/216] Compiling NIOPosix SocketProtocols.swift
[180/216] Compiling NIOPosix System.swift
[181/216] Compiling NIOPosix Thread.swift
[182/216] Emitting module NIOPosix
[183/216] Compiling NIOPosix ThreadPosix.swift
[184/216] Compiling NIOPosix ThreadWindows.swift
[185/216] Compiling NIOPosix UnsafeTransfer.swift
[186/216] Compiling NIOPosix Utilities.swift
[187/216] Compiling NIOPosix VsockAddress.swift
[188/216] Compiling NIOPosix VsockChannelEvents.swift
[189/216] Compiling NIOPosix IO.swift
[190/216] Compiling NIOPosix IntegerBitPacking.swift
[191/216] Compiling NIOPosix IntegerTypes.swift
[192/216] Compiling NIOPosix Linux.swift
[193/216] Compiling NIOPosix LinuxCPUSet.swift
[194/216] Compiling NIOPosix LinuxUring.swift
[195/216] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[196/216] Compiling NIOPosix NIOThreadPool.swift
[197/216] Compiling NIOPosix NonBlockingFileIO.swift
[198/216] Compiling NIOPosix PendingDatagramWritesManager.swift
[199/216] Compiling NIOPosix PendingWritesManager.swift
[200/216] Compiling NIOPosix PipeChannel.swift
[201/216] Compiling NIOPosix PipePair.swift
[202/216] Compiling NIOPosix PointerHelpers.swift
[203/216] Compiling NIOPosix BSDSocketAPICommon.swift
[204/216] Compiling NIOPosix BSDSocketAPIPosix.swift
[205/216] Compiling NIOPosix BSDSocketAPIWindows.swift
[206/216] Compiling NIOPosix BaseSocket.swift
[207/216] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[208/216] Compiling NIOPosix BaseSocketChannel.swift
[209/216] Compiling NIOPosix BaseStreamSocketChannel.swift
[210/216] Compiling NIOPosix Bootstrap.swift
[211/216] Compiling NIOPosix ControlMessage.swift
[212/216] Compiling NIOPosix DatagramVectorReadManager.swift
[213/216] Compiling NIOPosix Errors+Any.swift
[214/216] Compiling NIOPosix FileDescriptor.swift
[215/216] Compiling NIOPosix GetaddrinfoResolver.swift
[216/216] Compiling NIOPosix HappyEyeballs.swift
[219/220] Compiling NIO Exports.swift
[220/220] Emitting module NIO
[223/246] Compiling LeafKit Exports.swift
/host/spi-builder-workspace/Sources/LeafKit/LeafCache/DefaultLeafCache.swift:76:24: warning: 'Lock' is deprecated: renamed to 'NIOLock'
    internal let lock: Lock
                       ^
/host/spi-builder-workspace/Sources/LeafKit/LeafCache/DefaultLeafCache.swift:76:24: note: use 'NIOLock' instead
    internal let lock: Lock
                       ^~~~
                       NIOLock
[224/246] Compiling LeafKit LeafAST.swift
/host/spi-builder-workspace/Sources/LeafKit/LeafCache/DefaultLeafCache.swift:76:24: warning: 'Lock' is deprecated: renamed to 'NIOLock'
    internal let lock: Lock
                       ^
/host/spi-builder-workspace/Sources/LeafKit/LeafCache/DefaultLeafCache.swift:76:24: note: use 'NIOLock' instead
    internal let lock: Lock
                       ^~~~
                       NIOLock
[225/246] Compiling LeafKit DefaultLeafCache.swift
/host/spi-builder-workspace/Sources/LeafKit/LeafCache/DefaultLeafCache.swift:76:24: warning: 'Lock' is deprecated: renamed to 'NIOLock'
    internal let lock: Lock
                       ^
/host/spi-builder-workspace/Sources/LeafKit/LeafCache/DefaultLeafCache.swift:76:24: note: use 'NIOLock' instead
    internal let lock: Lock
                       ^~~~
                       NIOLock
[226/246] Compiling LeafKit LeafCache.swift
/host/spi-builder-workspace/Sources/LeafKit/LeafCache/DefaultLeafCache.swift:76:24: warning: 'Lock' is deprecated: renamed to 'NIOLock'
    internal let lock: Lock
                       ^
/host/spi-builder-workspace/Sources/LeafKit/LeafCache/DefaultLeafCache.swift:76:24: note: use 'NIOLock' instead
    internal let lock: Lock
                       ^~~~
                       NIOLock
[227/249] Emitting module LeafKit
/host/spi-builder-workspace/Sources/LeafKit/LeafCache/DefaultLeafCache.swift:76:24: warning: 'Lock' is deprecated: renamed to 'NIOLock'
    internal let lock: Lock
                       ^
/host/spi-builder-workspace/Sources/LeafKit/LeafCache/DefaultLeafCache.swift:76:24: note: use 'NIOLock' instead
    internal let lock: Lock
                       ^~~~
                       NIOLock
/host/spi-builder-workspace/Sources/LeafKit/LeafSource/LeafSources.swift:55:23: warning: 'Lock' is deprecated: renamed to 'NIOLock'
    private let lock: Lock = .init()
                      ^
/host/spi-builder-workspace/Sources/LeafKit/LeafSource/LeafSources.swift:55:23: note: use 'NIOLock' instead
    private let lock: Lock = .init()
                      ^~~~
                      NIOLock
[228/249] Compiling LeafKit LeafSource.swift
/host/spi-builder-workspace/Sources/LeafKit/LeafSource/LeafSources.swift:55:23: warning: 'Lock' is deprecated: renamed to 'NIOLock'
    private let lock: Lock = .init()
                      ^
/host/spi-builder-workspace/Sources/LeafKit/LeafSource/LeafSources.swift:55:23: note: use 'NIOLock' instead
    private let lock: Lock = .init()
                      ^~~~
                      NIOLock
[229/249] Compiling LeafKit LeafSources.swift
/host/spi-builder-workspace/Sources/LeafKit/LeafSource/LeafSources.swift:55:23: warning: 'Lock' is deprecated: renamed to 'NIOLock'
    private let lock: Lock = .init()
                      ^
/host/spi-builder-workspace/Sources/LeafKit/LeafSource/LeafSources.swift:55:23: note: use 'NIOLock' instead
    private let lock: Lock = .init()
                      ^~~~
                      NIOLock
[230/249] Compiling LeafKit NIOLeafFiles.swift
/host/spi-builder-workspace/Sources/LeafKit/LeafSource/LeafSources.swift:55:23: warning: 'Lock' is deprecated: renamed to 'NIOLock'
    private let lock: Lock = .init()
                      ^
/host/spi-builder-workspace/Sources/LeafKit/LeafSource/LeafSources.swift:55:23: note: use 'NIOLock' instead
    private let lock: Lock = .init()
                      ^~~~
                      NIOLock
[231/249] Compiling LeafKit LeafError.swift
[232/249] Compiling LeafKit LeafLexer.swift
[233/249] Compiling LeafKit LeafParameterTypes.swift
[234/249] Compiling LeafKit LeafContext.swift
[235/249] Compiling LeafKit LeafSerializer.swift
[236/249] Compiling LeafKit ParameterResolver.swift
[237/249] Compiling LeafKit LeafParser.swift
[238/249] Compiling LeafKit LeafRenderer.swift
[239/249] Compiling LeafKit Dictionary+LeafData.swift
[240/249] Compiling LeafKit LeafRawTemplate.swift
[241/249] Compiling LeafKit LeafToken.swift
[242/249] Compiling LeafKit LeafParameter.swift
[243/249] Compiling LeafKit LeafConfiguration.swift
[244/249] Compiling LeafKit LeafData.swift
[245/249] Compiling LeafKit LeafDataRepresentable.swift
[246/249] Compiling LeafKit LeafDataStorage.swift
[247/249] Compiling LeafKit LeafSyntax.swift
[248/249] Compiling LeafKit LeafTag.swift
[249/249] Compiling LeafKit String+HTMLEscape.swift
Build complete! (50.33s)
Build complete.
Done.