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 compress-nio, reference main (e1caa1), with Swift 5.10 for Linux on 9 Mar 2025 08:48:52 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adam-fowler/compress-nio.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/adam-fowler/compress-nio
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e1caa19 Only assert on STREAM ERROR
Cloned https://github.com/adam-fowler/compress-nio.git
Revision (git rev-parse @):
e1caa19077dda4b00441142ef57da3db02acd466
SUCCESS checkout https://github.com/adam-fowler/compress-nio.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/adam-fowler/compress-nio.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:8b386ca1081dd55ec0944429387f246ccb59ef99c9c8cbb418b0abd78460b38f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/apple/swift-nio.git
[1/73983] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.29s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.81.0 (1.60s)
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/4209] Fetching swift-system
[44/5914] Fetching swift-system, swift-atomics
[5194/21798] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.10s)
Fetched https://github.com/apple/swift-system.git from cache (1.10s)
Fetched https://github.com/apple/swift-collections.git from cache (1.13s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.41s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.37s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.58s)
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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.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
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
Building for debugging...
[0/19] Write sources
[7/19] Compiling CNIOWindows shim.c
[7/19] Compiling CNIOWindows WSAStartup.c
[9/19] Compiling CNIOWASI CNIOWASI.c
[10/19] Compiling CNIOLinux liburing_shims.c
[11/19] Write sources
[12/19] Compiling _AtomicsShims.c
[13/19] Compiling CNIODarwin shim.c
[14/19] Compiling CNIOLinux shim.c
[15/19] Compiling CCompressZlib empty.c
[16/19] Write swift-version-24593BA9C3E375BF.txt
[17/61] Compiling c-atomics.c
[19/61] Emitting module InternalCollectionsUtilities
[19/63] Compiling c-nioatomics.c
[21/69] Compiling Atomics ManagedAtomic.swift
[22/69] Compiling Atomics ManagedAtomicLazyReference.swift
[23/71] Compiling Atomics UnsafeAtomicLazyReference.swift
[24/71] Compiling Atomics OptionalRawRepresentable.swift
[25/71] Compiling Atomics AtomicMemoryOrderings.swift
[26/71] Compiling Atomics DoubleWord.swift
[27/71] Compiling Atomics IntegerConformances.swift
[28/71] Compiling Atomics PointerConformances.swift
[29/71] Compiling Atomics Primitives.native.swift
[30/71] Compiling Atomics Primitives.shims.swift
[31/71] Emitting module _NIOBase64
[32/71] Compiling _NIOBase64 Base64.swift
[33/72] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[34/72] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[36/72] Compiling Atomics AtomicInteger.swift
[37/72] Compiling Atomics AtomicOptionalWrappable.swift
[38/72] Compiling Atomics AtomicReference.swift
[39/72] Compiling Atomics AtomicStorage.swift
[40/72] Compiling Atomics AtomicValue.swift
[48/72] Compiling Atomics UnsafeAtomic.swift
[54/73] Compiling _NIODataStructures PriorityQueue.swift
[55/73] Compiling _NIODataStructures _TinyArray.swift
[58/73] Compiling Atomics IntegerOperations.swift
[59/73] Compiling Atomics Unmanaged extensions.swift
[60/88] Compiling DequeModule Deque+Codable.swift
[61/88] Compiling DequeModule Deque+Collection.swift
[62/88] Compiling DequeModule Deque+CustomReflectable.swift
[63/88] Compiling DequeModule Deque+Descriptions.swift
[64/88] Compiling DequeModule Deque+Equatable.swift
[65/88] Emitting module Atomics
[68/91] Compiling DequeModule _DequeBuffer.swift
[69/91] Compiling DequeModule _DequeBufferHeader.swift
[71/91] Compiling DequeModule Deque+Extras.swift
[72/91] Compiling DequeModule Deque+Hashable.swift
[74/91] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[75/91] Emitting module _NIODataStructures
[76/91] Compiling _NIODataStructures Heap.swift
[77/92] Compiling NIOConcurrencyHelpers lock.swift
[79/92] Compiling DequeModule _DequeSlot.swift
[80/92] Compiling DequeModule _UnsafeWrappedBuffer.swift
[81/92] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[82/92] Emitting module NIOConcurrencyHelpers
[83/92] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[84/92] Compiling NIOConcurrencyHelpers NIOLock.swift
[85/92] Compiling NIOConcurrencyHelpers atomics.swift
[86/93] Compiling DequeModule Deque+Testing.swift
[87/93] Compiling DequeModule Deque._Storage.swift
[88/93] Compiling DequeModule Deque._UnsafeHandle.swift
[89/93] Compiling DequeModule Deque.swift
[93/93] Emitting module DequeModule
[95/153] Compiling NIOCore GlobalSingletons.swift
[96/153] Compiling NIOCore IO.swift
[97/153] Compiling NIOCore IOData.swift
[98/153] Compiling NIOCore IPProtocol.swift
[99/153] Compiling NIOCore IntegerBitPacking.swift
[100/153] Compiling NIOCore IntegerTypes.swift
[101/153] Compiling NIOCore Interfaces.swift
[102/153] Compiling NIOCore Linux.swift
[103/161] Compiling NIOCore EventLoop.swift
[104/161] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[105/161] Compiling NIOCore EventLoopFuture+Deprecated.swift
[106/161] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[107/161] Compiling NIOCore EventLoopFuture.swift
[108/161] Compiling NIOCore FileDescriptor.swift
[109/161] Compiling NIOCore FileHandle.swift
[110/161] Compiling NIOCore FileRegion.swift
[111/161] Compiling NIOCore AddressedEnvelope.swift
[112/161] Compiling NIOCore AsyncAwaitSupport.swift
[113/161] Compiling NIOCore AsyncChannel.swift
[114/161] Compiling NIOCore AsyncChannelHandler.swift
[115/161] Compiling NIOCore AsyncChannelInboundStream.swift
[116/161] Compiling NIOCore AsyncChannelOutboundWriter.swift
[117/161] Compiling NIOCore NIOAsyncSequenceProducer.swift
[118/161] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[119/161] Compiling NIOCore NIOAsyncWriter.swift
[120/161] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[121/161] Compiling NIOCore BSDSocketAPI.swift
[122/161] Compiling NIOCore ByteBuffer-aux.swift
[123/161] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[124/161] Compiling NIOCore ByteBuffer-conversions.swift
[125/161] Compiling NIOCore ByteBuffer-core.swift
[126/161] Compiling NIOCore ByteBuffer-hex.swift
[127/161] Compiling NIOCore ByteBuffer-int.swift
[128/161] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[129/161] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[130/161] Compiling NIOCore SocketAddresses.swift
[131/161] Compiling NIOCore SocketOptionProvider.swift
[132/161] Compiling NIOCore SystemCallHelpers.swift
[133/161] Compiling NIOCore TimeAmount+Duration.swift
[134/161] Compiling NIOCore TypeAssistedChannelHandler.swift
[135/161] Compiling NIOCore UniversalBootstrapSupport.swift
[136/161] Compiling NIOCore Utilities.swift
[137/161] Compiling NIOCore MarkedCircularBuffer.swift
[138/161] Compiling NIOCore MulticastChannel.swift
[139/161] Compiling NIOCore NIOAny.swift
[140/161] Compiling NIOCore NIOCloseOnErrorHandler.swift
[141/161] Compiling NIOCore NIOLoopBound.swift
[142/161] Compiling NIOCore NIOScheduledCallback.swift
[143/161] Compiling NIOCore NIOSendable.swift
[144/161] Compiling NIOCore RecvByteBufferAllocator.swift
[145/161] Compiling NIOCore ChannelPipeline.swift
[146/161] Compiling NIOCore CircularBuffer.swift
[147/161] Compiling NIOCore Codec.swift
[148/161] Compiling NIOCore ConvenienceOptionSupport.swift
[149/161] Compiling NIOCore DeadChannel.swift
[150/161] Compiling NIOCore DispatchQueue+WithFuture.swift
[151/161] Compiling NIOCore EventLoop+Deprecated.swift
[152/161] Compiling NIOCore EventLoop+SerialExecutor.swift
[153/161] Compiling NIOCore ByteBuffer-multi-int.swift
[154/161] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[155/161] Compiling NIOCore ByteBuffer-views.swift
[156/161] Compiling NIOCore Channel.swift
[157/161] Compiling NIOCore ChannelHandler.swift
[158/161] Compiling NIOCore ChannelHandlers.swift
[159/161] Compiling NIOCore ChannelInvoker.swift
[160/161] Compiling NIOCore ChannelOption.swift
[161/161] Emitting module NIOCore
[163/171] Compiling CompressNIO CompressionAlgorithm.swift
[164/172] Compiling CompressNIO Compressor.swift
[165/172] Compiling CompressNIO ZlibWrapper.swift
[166/172] Compiling CompressNIO Zlib.swift
[167/172] Compiling CompressNIO ByteBuffer+zlib+compress.swift
[168/172] Compiling CompressNIO ByteBuffer+zlib+decompress.swift
[169/172] Compiling CompressNIO Error.swift
[170/172] Emitting module CompressNIO
[171/172] Compiling CompressNIO ByteBuffer+compress.swift
[172/172] Compiling CompressNIO ByteBuffer+decompress.swift
Build complete! (32.79s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.40.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    }
  ],
  "manifest_display_name" : "compress-nio",
  "name" : "compress-nio",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "CompressNIO",
      "targets" : [
        "CompressNIO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CompressNIOTests",
      "module_type" : "SwiftTarget",
      "name" : "CompressNIOTests",
      "path" : "Tests/CompressNIOTests",
      "sources" : [
        "NIOCompressTests.swift",
        "ZlibCompressTests.swift"
      ],
      "target_dependencies" : [
        "CompressNIO"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CompressNIO",
      "module_type" : "SwiftTarget",
      "name" : "CompressNIO",
      "path" : "Sources/CompressNIO",
      "product_dependencies" : [
        "NIOCore"
      ],
      "product_memberships" : [
        "CompressNIO"
      ],
      "sources" : [
        "ByteBuffer+compress.swift",
        "ByteBuffer+decompress.swift",
        "CompressionAlgorithm.swift",
        "Compressor.swift",
        "Error.swift",
        "zlib/ByteBuffer+zlib+compress.swift",
        "zlib/ByteBuffer+zlib+decompress.swift",
        "zlib/Zlib.swift",
        "zlib/ZlibWrapper.swift"
      ],
      "target_dependencies" : [
        "CCompressZlib"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CCompressZlib",
      "module_type" : "ClangTarget",
      "name" : "CCompressZlib",
      "path" : "Sources/CCompressZlib",
      "product_memberships" : [
        "CompressNIO"
      ],
      "sources" : [
        "empty.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:8b386ca1081dd55ec0944429387f246ccb59ef99c9c8cbb418b0abd78460b38f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.