Build Information
Successful build of WebSocketCompression, reference 0.1.200 (65c73e
), with Swift 6.2 (beta) for Linux on 18 Jun 2025 17:21:50 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kitura/Kitura-WebSocket-Compression.git
Reference: 0.1.200
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/Kitura/Kitura-WebSocket-Compression
* tag 0.1.200 -> FETCH_HEAD
HEAD is now at 65c73ed Merge pull request #6 from fouadhatem/patch-1
Cloned https://github.com/Kitura/Kitura-WebSocket-Compression.git
Revision (git rev-parse @):
65c73eddd8763624f7fd1c94e5b99263058786fd
SUCCESS checkout https://github.com/Kitura/Kitura-WebSocket-Compression.git at 0.1.200
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/Kitura/Kitura-WebSocket-Compression.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/apple/swift-nio.git
[1/76327] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (3.91s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (6.16s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/1797] Fetching swift-atomics
[1798/6225] Fetching swift-atomics, swift-system
[4942/22865] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.85s)
[6124/18437] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.47s)
Fetched https://github.com/apple/swift-collections.git from cache (1.50s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.94s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.52s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.63s)
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-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.3.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
warning: you may be able to install libz using your system-packager:
apt-get install libz-dev
warning: you may be able to install libz using your system-packager:
apt-get install libz-dev
Building for debugging...
[0/28] Write sources
[13/28] Compiling CNIOWindows shim.c
[14/28] Compiling CNIOWASI CNIOWASI.c
[15/28] Compiling CNIOWindows WSAStartup.c
[16/28] Compiling CNIOLinux liburing_shims.c
[17/28] Compiling CNIOLLHTTP c_nio_http.c
[18/28] Compiling CNIODarwin shim.c
[19/28] Compiling CNIOSHA1 c_nio_sha1.c
[19/28] Write sources
[21/28] Write swift-version-24593BA9C3E375BF.txt
[22/28] Compiling _AtomicsShims.c
[23/28] Compiling CNIOLinux shim.c
[24/31] Compiling CNIOLLHTTP c_nio_api.c
[25/66] Compiling CNIOLLHTTP c_nio_llhttp.c
[27/66] Emitting module Atomics
[27/68] Compiling c-nioatomics.c
[28/68] Compiling c-atomics.c
[30/74] Compiling Atomics AtomicInteger.swift
[31/74] Compiling Atomics AtomicOptionalWrappable.swift
[32/74] Compiling Atomics AtomicReference.swift
[33/74] Compiling Atomics AtomicStorage.swift
[34/74] Compiling Atomics AtomicValue.swift
[35/74] Compiling Atomics IntegerOperations.swift
[36/74] Compiling Atomics Unmanaged extensions.swift
[37/74] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[38/74] Compiling Atomics OptionalRawRepresentable.swift
[39/74] Compiling Atomics RawRepresentable.swift
[40/75] Compiling Atomics ManagedAtomic.swift
[41/75] Compiling Atomics ManagedAtomicLazyReference.swift
[42/75] Compiling Atomics UnsafeAtomic.swift
[43/75] Compiling Atomics UnsafeAtomicLazyReference.swift
[44/75] Compiling Atomics AtomicMemoryOrderings.swift
[45/75] Compiling Atomics DoubleWord.swift
[46/75] Compiling _NIOBase64 Base64.swift
[47/75] Emitting module _NIOBase64
[52/75] Emitting module InternalCollectionsUtilities
[53/76] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[59/76] Compiling Atomics AtomicBool.swift
[61/76] Compiling Atomics IntegerConformances.swift
[62/76] Compiling Atomics PointerConformances.swift
[63/76] Compiling Atomics Primitives.native.swift
[68/77] Compiling _NIODataStructures PriorityQueue.swift
[69/77] Compiling _NIODataStructures _TinyArray.swift
[70/77] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[72/78] Emitting module NIOConcurrencyHelpers
[73/78] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[74/93] Compiling DequeModule Deque+CustomReflectable.swift
[75/93] Compiling DequeModule Deque+Descriptions.swift
[76/95] Compiling DequeModule _DequeBuffer.swift
[77/95] Compiling DequeModule _DequeBufferHeader.swift
[78/95] Compiling DequeModule _DequeSlot.swift
[79/95] Compiling DequeModule _UnsafeWrappedBuffer.swift
[80/95] Compiling DequeModule Deque+Equatable.swift
[81/95] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[82/95] Compiling DequeModule Deque+Extras.swift
[83/95] Compiling DequeModule Deque+Hashable.swift
[84/95] Compiling NIOConcurrencyHelpers NIOLock.swift
[85/95] Emitting module _NIODataStructures
[86/95] Compiling _NIODataStructures Heap.swift
[87/96] Compiling NIOConcurrencyHelpers lock.swift
[89/96] Compiling DequeModule Deque._UnsafeHandle.swift
[90/96] Compiling DequeModule Deque.swift
[91/96] Compiling DequeModule Deque+Testing.swift
[92/96] Compiling DequeModule Deque._Storage.swift
[93/96] Compiling NIOConcurrencyHelpers atomics.swift
[95/97] Compiling DequeModule Deque+Codable.swift
[96/97] Compiling DequeModule Deque+Collection.swift
[97/97] Emitting module DequeModule
[99/158] Compiling NIOCore MulticastChannel.swift
[100/158] Compiling NIOCore NIOAny.swift
[101/158] Compiling NIOCore NIOCloseOnErrorHandler.swift
[102/158] Compiling NIOCore NIOLoopBound.swift
[103/158] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[104/158] Compiling NIOCore NIOScheduledCallback.swift
[105/158] Compiling NIOCore NIOSendable.swift
[106/158] Compiling NIOCore RecvByteBufferAllocator.swift
[107/166] Compiling NIOCore IO.swift
[108/166] Compiling NIOCore IOData.swift
[109/166] Compiling NIOCore IPProtocol.swift
[110/166] Compiling NIOCore IntegerBitPacking.swift
[111/166] Compiling NIOCore IntegerTypes.swift
[112/166] Compiling NIOCore Interfaces.swift
[113/166] Compiling NIOCore Linux.swift
[114/166] Compiling NIOCore MarkedCircularBuffer.swift
[115/166] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[116/166] Compiling NIOCore EventLoopFuture+Deprecated.swift
[117/166] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[118/166] Compiling NIOCore EventLoopFuture.swift
[119/166] Compiling NIOCore FileDescriptor.swift
[120/166] Compiling NIOCore FileHandle.swift
[121/166] Compiling NIOCore FileRegion.swift
[122/166] Compiling NIOCore GlobalSingletons.swift
[123/166] Compiling NIOCore CircularBuffer.swift
[124/166] Compiling NIOCore Codec.swift
[125/166] Compiling NIOCore ConvenienceOptionSupport.swift
[126/166] Compiling NIOCore DeadChannel.swift
[127/166] Compiling NIOCore DispatchQueue+WithFuture.swift
[128/166] Compiling NIOCore EventLoop+Deprecated.swift
[129/166] Compiling NIOCore EventLoop+SerialExecutor.swift
[130/166] Compiling NIOCore EventLoop.swift
[131/166] Compiling NIOCore AddressedEnvelope.swift
[132/166] Compiling NIOCore AsyncAwaitSupport.swift
[133/166] Compiling NIOCore AsyncChannel.swift
[134/166] Compiling NIOCore AsyncChannelHandler.swift
[135/166] Compiling NIOCore AsyncChannelInboundStream.swift
[136/166] Compiling NIOCore AsyncChannelOutboundWriter.swift
[137/166] Compiling NIOCore NIOAsyncSequenceProducer.swift
[138/166] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[139/166] Compiling NIOCore NIOAsyncWriter.swift
[140/166] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[141/166] Compiling NIOCore SocketAddresses.swift
[142/166] Compiling NIOCore SocketOptionProvider.swift
[143/166] Compiling NIOCore SystemCallHelpers.swift
[144/166] Compiling NIOCore TimeAmount+Duration.swift
[145/166] Compiling NIOCore TypeAssistedChannelHandler.swift
[146/166] Compiling NIOCore UniversalBootstrapSupport.swift
[147/166] Compiling NIOCore Utilities.swift
[148/166] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[149/166] Compiling NIOCore BSDSocketAPI.swift
[150/166] Compiling NIOCore ByteBuffer-aux.swift
[151/166] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[152/166] Compiling NIOCore ByteBuffer-conversions.swift
[153/166] Compiling NIOCore ByteBuffer-core.swift
[154/166] Compiling NIOCore ByteBuffer-hex.swift
[155/166] Compiling NIOCore ByteBuffer-int.swift
[156/166] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[157/166] Compiling NIOCore ByteBuffer-multi-int.swift
[158/166] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[159/166] Compiling NIOCore ByteBuffer-views.swift
[160/166] Compiling NIOCore Channel.swift
[161/166] Compiling NIOCore ChannelHandler.swift
[162/166] Compiling NIOCore ChannelHandlers.swift
[163/166] Compiling NIOCore ChannelInvoker.swift
[164/166] Compiling NIOCore ChannelOption.swift
[165/166] Compiling NIOCore ChannelPipeline.swift
[166/166] Emitting module NIOCore
[168/217] Compiling NIOEmbedded AsyncTestingChannel.swift
[169/217] Emitting module NIOEmbedded
[170/217] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[171/217] Compiling NIOEmbedded Embedded.swift
[173/218] Compiling NIOPosix Pool.swift
[174/218] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[175/218] Compiling NIOPosix PosixSingletons.swift
[176/218] Compiling NIOPosix RawSocketBootstrap.swift
[177/218] Compiling NIOPosix Resolver.swift
[178/218] Compiling NIOPosix Selectable.swift
[179/218] Compiling NIOPosix SelectableChannel.swift
[180/218] Compiling NIOPosix SelectableEventLoop.swift
[181/218] Compiling NIOPosix SelectorEpoll.swift
[182/218] Compiling NIOPosix SelectorGeneric.swift
[183/218] Compiling NIOPosix SelectorKqueue.swift
[184/218] Compiling NIOPosix SelectorUring.swift
[185/224] Compiling NIOPosix ServerSocket.swift
[186/224] Compiling NIOPosix Socket.swift
[187/224] Compiling NIOPosix SocketChannel.swift
[188/224] Compiling NIOPosix SocketProtocols.swift
[189/224] Compiling NIOPosix System.swift
[190/224] Compiling NIOPosix Thread.swift
[191/224] Emitting module NIOPosix
[192/224] Compiling NIOPosix ThreadPosix.swift
[193/224] Compiling NIOPosix ThreadWindows.swift
[194/224] Compiling NIOPosix UnsafeTransfer.swift
[195/224] Compiling NIOPosix Utilities.swift
[196/224] Compiling NIOPosix VsockAddress.swift
[197/224] Compiling NIOPosix VsockChannelEvents.swift
[198/224] Compiling NIOPosix Bootstrap.swift
[199/224] Compiling NIOPosix ControlMessage.swift
[200/224] Compiling NIOPosix DatagramVectorReadManager.swift
[201/224] Compiling NIOPosix Errors+Any.swift
[202/224] Compiling NIOPosix FileDescriptor.swift
[203/224] Compiling NIOPosix GetaddrinfoResolver.swift
[204/224] Compiling NIOPosix HappyEyeballs.swift
[205/224] Compiling NIOPosix BSDSocketAPICommon.swift
[206/224] Compiling NIOPosix BSDSocketAPIPosix.swift
[207/224] Compiling NIOPosix BSDSocketAPIWindows.swift
[208/224] Compiling NIOPosix BaseSocket.swift
[209/224] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[210/224] Compiling NIOPosix BaseSocketChannel.swift
[211/224] Compiling NIOPosix BaseStreamSocketChannel.swift
[212/224] Compiling NIOPosix IO.swift
[213/224] Compiling NIOPosix IntegerBitPacking.swift
[214/224] Compiling NIOPosix IntegerTypes.swift
[215/224] Compiling NIOPosix Linux.swift
[216/224] Compiling NIOPosix LinuxCPUSet.swift
[217/224] Compiling NIOPosix LinuxUring.swift
[218/224] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[219/224] Compiling NIOPosix NIOThreadPool.swift
[220/224] Compiling NIOPosix NonBlockingFileIO.swift
[221/224] Compiling NIOPosix PendingDatagramWritesManager.swift
[222/224] Compiling NIOPosix PendingWritesManager.swift
[223/224] Compiling NIOPosix PipeChannel.swift
[224/224] Compiling NIOPosix PipePair.swift
[226/227] Emitting module NIO
[227/227] Compiling NIO Exports.swift
[229/249] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[230/249] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[231/249] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[232/249] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[233/251] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[234/251] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[235/251] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[236/251] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[237/251] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[238/251] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[239/251] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[240/251] Compiling NIOHTTP1 HTTPTypes.swift
[241/251] Compiling NIOHTTP1 ByteCollectionUtils.swift
[242/251] Compiling NIOHTTP1 HTTPDecoder.swift
[243/251] Compiling NIOHTTP1 HTTPEncoder.swift
[244/251] Emitting module NIOHTTP1
[245/251] Emitting module NIOFoundationCompat
[246/251] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[247/251] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[249/262] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[250/262] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[251/262] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[252/262] Compiling NIOWebSocket WebSocketErrorCodes.swift
[253/263] Compiling NIOWebSocket WebSocketOpcode.swift
[254/263] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[256/264] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[257/264] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[258/264] Emitting module NIOWebSocket
[259/264] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[260/264] Compiling NIOWebSocket SHA1.swift
[261/264] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[262/264] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[263/264] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[264/264] Compiling NIOWebSocket WebSocketFrame.swift
[266/270] Compiling WebSocketCompression WebSocketDecompressor.swift
[267/270] Compiling WebSocketCompression WebSocketCompression.swift
[268/270] Compiling WebSocketCompression WebSocketCompressor.swift
[269/270] Emitting module WebSocketCompression
[270/270] Compiling WebSocketCompression PermessageDeflate.swift
Build complete! (86.47s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.8.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
}
],
"manifest_display_name" : "WebSocketCompression",
"name" : "WebSocketCompression",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "WebSocketCompression",
"targets" : [
"WebSocketCompression"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WebSocketCompressionTests",
"module_type" : "SwiftTarget",
"name" : "WebSocketCompressionTests",
"path" : "Tests/WebSocketCompressionTests",
"sources" : [
"WebSocketCompressionTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"WebSocketCompression"
],
"type" : "test"
},
{
"c99name" : "WebSocketCompression",
"module_type" : "SwiftTarget",
"name" : "WebSocketCompression",
"path" : "Sources/WebSocketCompression",
"product_dependencies" : [
"NIO",
"NIOFoundationCompat",
"NIOHTTP1",
"NIOWebSocket"
],
"product_memberships" : [
"WebSocketCompression"
],
"sources" : [
"PermessageDeflate.swift",
"WebSocketCompression.swift",
"WebSocketCompressor.swift",
"WebSocketDecompressor.swift"
],
"target_dependencies" : [
"CZlib"
],
"type" : "library"
},
{
"c99name" : "CZlib",
"module_type" : "SystemLibraryTarget",
"name" : "CZlib",
"path" : "Sources/CZlib",
"product_memberships" : [
"WebSocketCompression"
],
"sources" : [
],
"type" : "system-target"
}
],
"tools_version" : "5.0"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.