The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of compress-nio, reference main (e1caa1), with Swift 6.1 for Linux on 30 Apr 2025 20:26:23 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.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.61.2
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:             6.1
Building package at path:  $PWD
https://github.com/adam-fowler/compress-nio.git
https://github.com/adam-fowler/compress-nio.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
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/75569] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.21s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (7.26s)
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/4367] Fetching swift-system
[2272/6072] Fetching swift-system, swift-atomics
[5426/22341] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.40s)
[5935/17974] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.97s)
Fetched https://github.com/apple/swift-collections.git from cache (0.99s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.46s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.48s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.64s)
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-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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
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
[8/19] Compiling _AtomicsShims.c
[9/19] Compiling CNIOWindows WSAStartup.c
[10/19] Compiling CNIOWASI CNIOWASI.c
[11/19] Write sources
[12/19] Compiling CNIODarwin shim.c
[13/19] Compiling CNIOLinux liburing_shims.c
[14/19] Compiling CNIOLinux shim.c
[15/19] Compiling CCompressZlib empty.c
[16/19] Write swift-version-24593BA9C3E375BF.txt
[18/61] Emitting module InternalCollectionsUtilities
[18/63] Compiling c-atomics.c
[19/63] Compiling c-nioatomics.c
[21/69] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[22/69] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[23/69] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[24/69] Compiling _NIODataStructures _TinyArray.swift
[25/69] Compiling _NIODataStructures PriorityQueue.swift
[26/69] Compiling Atomics UnsafeAtomic.swift
[27/69] Compiling Atomics UnsafeAtomicLazyReference.swift
[28/69] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[29/69] Compiling InternalCollectionsUtilities UInt+reversed.swift
[30/69] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[31/69] Compiling InternalCollectionsUtilities _SortedCollection.swift
[32/69] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[33/69] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[38/69] Compiling Atomics ManagedAtomic.swift
[39/69] Compiling Atomics ManagedAtomicLazyReference.swift
[42/71] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[43/71] Compiling InternalCollectionsUtilities Integer rank.swift
[44/71] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[45/71] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[46/71] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[47/71] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[50/71] Compiling _NIOBase64 Base64.swift
[51/71] Emitting module _NIOBase64
[62/72] Emitting module Atomics
[65/88] Compiling Atomics IntegerOperations.swift
[66/88] Compiling Atomics Unmanaged extensions.swift
[67/89] Compiling DequeModule Deque+CustomReflectable.swift
[68/89] Compiling DequeModule Deque+Descriptions.swift
[70/91] Compiling DequeModule _DequeBuffer.swift
[71/91] Compiling DequeModule _DequeBufferHeader.swift
[72/91] Compiling NIOConcurrencyHelpers NIOLock.swift
[73/91] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[74/91] Emitting module NIOConcurrencyHelpers
[75/91] Compiling DequeModule _DequeSlot.swift
[76/91] Compiling DequeModule _UnsafeWrappedBuffer.swift
[77/91] Emitting module _NIODataStructures
[78/91] Compiling _NIODataStructures Heap.swift
[79/92] Compiling NIOConcurrencyHelpers lock.swift
[80/92] Compiling NIOConcurrencyHelpers atomics.swift
[81/92] Compiling DequeModule Deque+Extras.swift
[82/92] Compiling DequeModule Deque+Hashable.swift
[83/92] Compiling DequeModule Deque+Equatable.swift
[84/92] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[85/92] Compiling DequeModule Deque+Testing.swift
[86/92] Compiling DequeModule Deque._Storage.swift
[87/92] Compiling DequeModule Deque._UnsafeHandle.swift
[88/92] Compiling DequeModule Deque.swift
[91/93] Compiling DequeModule Deque+Codable.swift
[92/93] Compiling DequeModule Deque+Collection.swift
[93/93] Emitting module DequeModule
[95/153] Compiling NIOCore MarkedCircularBuffer.swift
[96/153] Compiling NIOCore MulticastChannel.swift
[97/153] Compiling NIOCore NIOAny.swift
[98/153] Compiling NIOCore NIOCloseOnErrorHandler.swift
[99/153] Compiling NIOCore NIOLoopBound.swift
[100/153] Compiling NIOCore NIOScheduledCallback.swift
[101/153] Compiling NIOCore NIOSendable.swift
[102/153] Compiling NIOCore RecvByteBufferAllocator.swift
[103/161] Compiling NIOCore GlobalSingletons.swift
[104/161] Compiling NIOCore IO.swift
[105/161] Compiling NIOCore IOData.swift
[106/161] Compiling NIOCore IPProtocol.swift
[107/161] Compiling NIOCore IntegerBitPacking.swift
[108/161] Compiling NIOCore IntegerTypes.swift
[109/161] Compiling NIOCore Interfaces.swift
[110/161] Compiling NIOCore Linux.swift
[111/161] Compiling NIOCore EventLoop.swift
[112/161] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[113/161] Compiling NIOCore EventLoopFuture+Deprecated.swift
[114/161] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[115/161] Compiling NIOCore EventLoopFuture.swift
[116/161] Compiling NIOCore FileDescriptor.swift
[117/161] Compiling NIOCore FileHandle.swift
[118/161] Compiling NIOCore FileRegion.swift
[119/161] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[120/161] Compiling NIOCore SocketAddresses.swift
[121/161] Compiling NIOCore SocketOptionProvider.swift
[122/161] Compiling NIOCore SystemCallHelpers.swift
[123/161] Compiling NIOCore TimeAmount+Duration.swift
[124/161] Compiling NIOCore TypeAssistedChannelHandler.swift
[125/161] Compiling NIOCore UniversalBootstrapSupport.swift
[126/161] Compiling NIOCore Utilities.swift
[127/161] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[128/161] Compiling NIOCore BSDSocketAPI.swift
[129/161] Compiling NIOCore ByteBuffer-aux.swift
[130/161] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[131/161] Compiling NIOCore ByteBuffer-conversions.swift
[132/161] Compiling NIOCore ByteBuffer-core.swift
[133/161] Compiling NIOCore ByteBuffer-hex.swift
[134/161] Compiling NIOCore ByteBuffer-int.swift
[135/161] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[136/161] Compiling NIOCore AddressedEnvelope.swift
[137/161] Compiling NIOCore AsyncAwaitSupport.swift
[138/161] Compiling NIOCore AsyncChannel.swift
[139/161] Compiling NIOCore AsyncChannelHandler.swift
[140/161] Compiling NIOCore AsyncChannelInboundStream.swift
[141/161] Compiling NIOCore AsyncChannelOutboundWriter.swift
[142/161] Compiling NIOCore NIOAsyncSequenceProducer.swift
[143/161] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[144/161] Compiling NIOCore NIOAsyncWriter.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 Compressor.swift
[164/171] Compiling CompressNIO CompressionAlgorithm.swift
[165/172] Compiling CompressNIO ZlibWrapper.swift
[166/172] Compiling CompressNIO ByteBuffer+compress.swift
[167/172] Compiling CompressNIO ByteBuffer+decompress.swift
[168/172] Emitting module CompressNIO
[169/172] Compiling CompressNIO ByteBuffer+zlib+decompress.swift
[170/172] Compiling CompressNIO ByteBuffer+zlib+compress.swift
[171/172] Compiling CompressNIO Error.swift
[172/172] Compiling CompressNIO Zlib.swift
Build complete! (35.98s)
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-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.