The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of leaf-kit, reference main (d0ca44), with Swift 5.9 for Linux on 3 Sep 2024 15:42:15 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: 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 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 main
========================================
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 (6.54s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.71.0 (0.83s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[1/1569] Fetching swift-atomics
[1241/5207] Fetching swift-atomics, swift-system
[3244/20206] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git (1.90s)
Fetched https://github.com/apple/swift-system.git (1.90s)
Fetched https://github.com/apple/swift-collections.git (1.93s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.49s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.3.2 (0.40s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.3 (0.57s)
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
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-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.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 CNIODarwin shim.c
[0/8] Compiling CNIOLinux liburing_shims.c
[2/8] Compiling CNIOWindows shim.c
[3/8] Compiling CNIOWindows WSAStartup.c
[4/8] Compiling _AtomicsShims.c
[5/8] Compiling CNIOLinux shim.c
[7/50] Emitting module _NIOBase64
[7/50] Compiling c-nioatomics.c
[8/50] Compiling c-atomics.c
[10/56] Emitting module Atomics
[11/58] Emitting module InternalCollectionsUtilities
[12/60] Compiling Atomics ManagedAtomic.swift
[13/60] Compiling Atomics ManagedAtomicLazyReference.swift
[14/60] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[15/60] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[16/60] Compiling Atomics Primitives.shims.swift
[17/60] Compiling Atomics AtomicInteger.swift
[18/60] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[19/60] Compiling Atomics IntegerConformances.swift
[20/60] Compiling Atomics PointerConformances.swift
[21/60] Compiling Atomics AtomicOptionalWrappable.swift
[22/60] Compiling Atomics OptionalRawRepresentable.swift
[23/60] Compiling Atomics RawRepresentable.swift
[24/60] Compiling InternalCollectionsUtilities _SortedCollection.swift
[25/60] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[26/60] Compiling _NIODataStructures _TinyArray.swift
[27/60] Compiling _NIODataStructures PriorityQueue.swift
[30/60] Compiling InternalCollectionsUtilities Debugging.swift
[31/60] Compiling InternalCollectionsUtilities Descriptions.swift
[32/60] Compiling Atomics IntegerOperations.swift
[33/60] Compiling Atomics Unmanaged extensions.swift
[34/60] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[35/60] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[40/61] Compiling _NIOBase64 Base64.swift
[57/65] Emitting module NIOConcurrencyHelpers
[60/81] Compiling DequeModule Deque+Equatable.swift
[61/81] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[62/83] Compiling DequeModule _DequeBuffer.swift
[63/83] Compiling DequeModule _DequeBufferHeader.swift
[64/83] Compiling DequeModule Deque+Extras.swift
[65/83] Compiling DequeModule Deque+Hashable.swift
[66/83] Compiling DequeModule Deque+Testing.swift
[67/83] Compiling DequeModule Deque._Storage.swift
[68/83] Compiling DequeModule _DequeSlot.swift
[69/83] Compiling DequeModule _UnsafeWrappedBuffer.swift
[70/83] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[71/83] Compiling NIOConcurrencyHelpers NIOLock.swift
[72/83] Compiling NIOConcurrencyHelpers lock.swift
[73/83] Emitting module _NIODataStructures
[74/83] Compiling _NIODataStructures Heap.swift
[75/84] Compiling DequeModule Deque+CustomReflectable.swift
[76/84] Compiling DequeModule Deque+Descriptions.swift
[77/84] Compiling DequeModule Deque+Codable.swift
[78/84] Compiling DequeModule Deque+Collection.swift
[79/84] Compiling DequeModule Deque._UnsafeHandle.swift
[80/84] Compiling DequeModule Deque.swift
[82/85] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[83/85] Compiling NIOConcurrencyHelpers atomics.swift
[86/87] 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 AddressedEnvelope.swift
[99/154] Compiling NIOCore AsyncAwaitSupport.swift
[100/154] Compiling NIOCore AsyncChannel.swift
[101/154] Compiling NIOCore AsyncChannelHandler.swift
[102/154] Compiling NIOCore AsyncChannelInboundStream.swift
[103/154] Compiling NIOCore AsyncChannelOutboundWriter.swift
[104/154] Compiling NIOCore NIOAsyncSequenceProducer.swift
[105/154] Compiling NIOCore NIOAsyncSequenceProducerStrategies.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 EventLoop.swift
[115/154] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[116/154] Compiling NIOCore EventLoopFuture+Deprecated.swift
[117/154] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[118/154] Compiling NIOCore EventLoopFuture.swift
[119/154] Compiling NIOCore FileDescriptor.swift
[120/154] Compiling NIOCore FileHandle.swift
[121/154] Compiling NIOCore FileRegion.swift
[122/154] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[123/154] Compiling NIOCore SocketAddresses.swift
[124/154] Compiling NIOCore SocketOptionProvider.swift
[125/154] Compiling NIOCore SystemCallHelpers.swift
[126/154] Compiling NIOCore TimeAmount+Duration.swift
[127/154] Compiling NIOCore TypeAssistedChannelHandler.swift
[128/154] Compiling NIOCore UniversalBootstrapSupport.swift
[129/154] Compiling NIOCore Utilities.swift
[130/154] Compiling NIOCore ChannelPipeline.swift
[131/154] Compiling NIOCore CircularBuffer.swift
[132/154] Compiling NIOCore Codec.swift
[133/154] Compiling NIOCore ConvenienceOptionSupport.swift
[134/154] Compiling NIOCore DeadChannel.swift
[135/154] Compiling NIOCore DispatchQueue+WithFuture.swift
[136/154] Compiling NIOCore EventLoop+Deprecated.swift
[137/154] Compiling NIOCore EventLoop+SerialExecutor.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] Emitting module NIOEmbedded
[159/208] Compiling NIOEmbedded Embedded.swift
[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] Emitting module NIOPosix
[171/216] Compiling NIOPosix SelectableChannel.swift
[172/216] Compiling NIOPosix SelectableEventLoop.swift
[173/216] Compiling NIOPosix SelectorEpoll.swift
[174/216] Compiling NIOPosix SelectorGeneric.swift
[175/216] Compiling NIOPosix SelectorKqueue.swift
[176/216] Compiling NIOPosix SelectorUring.swift
[177/216] Compiling NIOPosix ThreadPosix.swift
[178/216] Compiling NIOPosix ThreadWindows.swift
[179/216] Compiling NIOPosix UnsafeTransfer.swift
[180/216] Compiling NIOPosix Utilities.swift
[181/216] Compiling NIOPosix VsockAddress.swift
[182/216] Compiling NIOPosix VsockChannelEvents.swift
[183/216] Compiling NIOPosix ServerSocket.swift
[184/216] Compiling NIOPosix Socket.swift
[185/216] Compiling NIOPosix SocketChannel.swift
[186/216] Compiling NIOPosix SocketProtocols.swift
[187/216] Compiling NIOPosix System.swift
[188/216] Compiling NIOPosix Thread.swift
[189/216] Compiling NIOPosix BSDSocketAPICommon.swift
[190/216] Compiling NIOPosix BSDSocketAPIPosix.swift
[191/216] Compiling NIOPosix BSDSocketAPIWindows.swift
[192/216] Compiling NIOPosix BaseSocket.swift
[193/216] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[194/216] Compiling NIOPosix BaseSocketChannel.swift
[195/216] Compiling NIOPosix BaseStreamSocketChannel.swift
[196/216] Compiling NIOPosix Bootstrap.swift
[197/216] Compiling NIOPosix ControlMessage.swift
[198/216] Compiling NIOPosix DatagramVectorReadManager.swift
[199/216] Compiling NIOPosix Errors+Any.swift
[200/216] Compiling NIOPosix FileDescriptor.swift
[201/216] Compiling NIOPosix GetaddrinfoResolver.swift
[202/216] Compiling NIOPosix HappyEyeballs.swift
[203/216] Compiling NIOPosix IO.swift
[204/216] Compiling NIOPosix IntegerBitPacking.swift
[205/216] Compiling NIOPosix IntegerTypes.swift
[206/216] Compiling NIOPosix Linux.swift
[207/216] Compiling NIOPosix LinuxCPUSet.swift
[208/216] Compiling NIOPosix LinuxUring.swift
[209/216] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[210/216] Compiling NIOPosix NIOThreadPool.swift
[211/216] Compiling NIOPosix NonBlockingFileIO.swift
[212/216] Compiling NIOPosix PendingDatagramWritesManager.swift
[213/216] Compiling NIOPosix PendingWritesManager.swift
[214/216] Compiling NIOPosix PipeChannel.swift
[215/216] Compiling NIOPosix PipePair.swift
[216/216] Compiling NIOPosix PointerHelpers.swift
[219/220] Emitting module NIO
[220/220] Compiling NIO Exports.swift
[223/246] 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
[224/249] 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
[225/249] 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
[226/249] 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
[227/249] 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
[228/249] Compiling LeafKit LeafError.swift
[229/249] Compiling LeafKit LeafLexer.swift
[230/249] Compiling LeafKit LeafParameterTypes.swift
[231/249] Compiling LeafKit LeafRawTemplate.swift
[232/249] Compiling LeafKit LeafToken.swift
[233/249] Compiling LeafKit LeafParameter.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 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
[241/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
[242/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
[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! (38.05s)
Build complete.
Done.