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 1.4.2 (e1caa1), with Swift 6.1 for Android on 30 May 2025 12:31:06 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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adam-fowler/compress-nio.git
Reference: 1.4.2
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
 * tag               1.4.2      -> FETCH_HEAD
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 1.4.2
========================================
Build
========================================
Selected platform:         android
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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-nio.git
[1/76111] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.03s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (9.96s)
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/1710] Fetching swift-atomics
[1609/18301] Fetching swift-atomics, swift-collections
[2158/22692] Fetching swift-atomics, swift-collections, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.86s)
Fetched https://github.com/apple/swift-system.git from cache (0.86s)
[4314/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.00s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (5.59s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.90s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.42s)
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.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.83.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
Building for debugging...
[0/19] Write sources
[7/19] Compiling CNIOWindows shim.c
[8/19] Compiling CNIOWASI CNIOWASI.c
[9/19] Compiling CNIOWindows WSAStartup.c
[9/19] Compiling _AtomicsShims.c
[9/19] Write sources
[12/19] Compiling CNIOLinux liburing_shims.c
[13/19] Compiling CNIODarwin shim.c
[14/19] Compiling CCompressZlib empty.c
[15/19] Compiling CNIOLinux shim.c
[16/19] Write swift-version-24593BA9C3E375BF.txt
[18/58] Emitting module _NIOBase64
[18/58] Compiling c-nioatomics.c
[19/58] Compiling c-atomics.c
[21/58] Compiling _NIODataStructures _TinyArray.swift
[22/62] Emitting module _NIODataStructures
[23/62] Compiling _NIODataStructures Heap.swift
[24/64] Emitting module InternalCollectionsUtilities
[25/65] Compiling Atomics OptionalRawRepresentable.swift
[26/65] Compiling Atomics RawRepresentable.swift
[27/65] Compiling Atomics AtomicBool.swift
[28/65] Compiling Atomics IntegerConformances.swift
[29/65] Compiling Atomics PointerConformances.swift
[30/65] Compiling Atomics Primitives.native.swift
[31/65] Emitting module Atomics
[32/65] Compiling Atomics UnsafeAtomic.swift
[33/65] Compiling Atomics UnsafeAtomicLazyReference.swift
[34/67] Compiling Atomics AtomicMemoryOrderings.swift
[35/67] Compiling Atomics DoubleWord.swift
[36/67] Compiling Atomics AtomicReference.swift
[37/67] Compiling Atomics AtomicStorage.swift
[38/67] Compiling Atomics AtomicValue.swift
[39/67] Compiling Atomics ManagedAtomic.swift
[40/67] Compiling Atomics ManagedAtomicLazyReference.swift
[47/67] Compiling Atomics Primitives.shims.swift
[48/67] Compiling Atomics AtomicInteger.swift
[49/67] Compiling Atomics AtomicOptionalWrappable.swift
[52/67] Compiling _NIOBase64 Base64.swift
[55/68] Compiling _NIODataStructures PriorityQueue.swift
[58/68] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[60/69] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[62/69] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[64/70] Compiling NIOConcurrencyHelpers NIOLock.swift
[65/70] Compiling NIOConcurrencyHelpers lock.swift
[66/70] Compiling Atomics IntegerOperations.swift
[67/70] Compiling Atomics Unmanaged extensions.swift
[68/71] Emitting module NIOConcurrencyHelpers
[69/71] Compiling NIOConcurrencyHelpers atomics.swift
[70/71] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[73/87] Compiling DequeModule _DequeBuffer.swift
[74/87] Compiling DequeModule _DequeBufferHeader.swift
[75/89] Compiling DequeModule Deque+Equatable.swift
[76/89] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[77/89] Compiling DequeModule Deque+Testing.swift
[78/89] Compiling DequeModule Deque._Storage.swift
[79/89] Compiling DequeModule Deque+Extras.swift
[80/89] Compiling DequeModule Deque+Hashable.swift
[81/89] Compiling DequeModule Deque._UnsafeHandle.swift
[82/89] Compiling DequeModule Deque.swift
[83/89] Compiling DequeModule _DequeSlot.swift
[84/89] Compiling DequeModule _UnsafeWrappedBuffer.swift
[85/89] Compiling DequeModule Deque+CustomReflectable.swift
[86/89] Compiling DequeModule Deque+Descriptions.swift
[87/89] Emitting module DequeModule
[88/89] Compiling DequeModule Deque+Codable.swift
[89/89] Compiling DequeModule Deque+Collection.swift
[91/150] Compiling NIOCore MulticastChannel.swift
[92/150] Compiling NIOCore NIOAny.swift
[93/150] Compiling NIOCore NIOCloseOnErrorHandler.swift
[94/150] Compiling NIOCore NIOLoopBound.swift
[95/150] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[96/150] Compiling NIOCore NIOScheduledCallback.swift
[97/150] Compiling NIOCore NIOSendable.swift
[98/150] Compiling NIOCore RecvByteBufferAllocator.swift
[99/150] Compiling NIOCore CircularBuffer.swift
[100/150] Compiling NIOCore Codec.swift
[101/150] Compiling NIOCore ConvenienceOptionSupport.swift
[102/150] Compiling NIOCore DeadChannel.swift
[103/150] Compiling NIOCore DispatchQueue+WithFuture.swift
[104/150] Compiling NIOCore EventLoop+Deprecated.swift
[105/150] Compiling NIOCore EventLoop+SerialExecutor.swift
[106/150] Compiling NIOCore EventLoop.swift
[107/150] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[108/150] Compiling NIOCore EventLoopFuture+Deprecated.swift
[109/150] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[110/150] Compiling NIOCore EventLoopFuture.swift
[111/150] Compiling NIOCore FileDescriptor.swift
[112/150] Compiling NIOCore FileHandle.swift
[113/150] Compiling NIOCore FileRegion.swift
[114/150] Compiling NIOCore GlobalSingletons.swift
[115/158] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[116/158] Compiling NIOCore BSDSocketAPI.swift
[117/158] Compiling NIOCore ByteBuffer-aux.swift
[118/158] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[119/158] Compiling NIOCore ByteBuffer-conversions.swift
[120/158] Compiling NIOCore ByteBuffer-core.swift
[121/158] Compiling NIOCore ByteBuffer-hex.swift
[122/158] Compiling NIOCore ByteBuffer-int.swift
[123/158] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[124/158] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[125/158] Compiling NIOCore SocketAddresses.swift
[126/158] Compiling NIOCore SocketOptionProvider.swift
[127/158] Compiling NIOCore SystemCallHelpers.swift
[128/158] Compiling NIOCore TimeAmount+Duration.swift
[129/158] Compiling NIOCore TypeAssistedChannelHandler.swift
[130/158] Compiling NIOCore UniversalBootstrapSupport.swift
[131/158] Compiling NIOCore Utilities.swift
[132/158] Compiling NIOCore IO.swift
[133/158] Compiling NIOCore IOData.swift
[134/158] Compiling NIOCore IPProtocol.swift
[135/158] Compiling NIOCore IntegerBitPacking.swift
[136/158] Compiling NIOCore IntegerTypes.swift
[137/158] Compiling NIOCore Interfaces.swift
[138/158] Compiling NIOCore Linux.swift
[139/158] Compiling NIOCore MarkedCircularBuffer.swift
[140/158] Compiling NIOCore ByteBuffer-multi-int.swift
[141/158] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[142/158] Compiling NIOCore ByteBuffer-views.swift
[143/158] Compiling NIOCore Channel.swift
[144/158] Compiling NIOCore ChannelHandler.swift
[145/158] Compiling NIOCore ChannelHandlers.swift
[146/158] Compiling NIOCore ChannelInvoker.swift
[147/158] Compiling NIOCore ChannelOption.swift
[148/158] Compiling NIOCore ChannelPipeline.swift
[149/158] Compiling NIOCore AddressedEnvelope.swift
[150/158] Compiling NIOCore AsyncAwaitSupport.swift
[151/158] Compiling NIOCore AsyncChannel.swift
[152/158] Compiling NIOCore AsyncChannelHandler.swift
[153/158] Compiling NIOCore AsyncChannelInboundStream.swift
[154/158] Compiling NIOCore AsyncChannelOutboundWriter.swift
[155/158] Compiling NIOCore NIOAsyncSequenceProducer.swift
[156/158] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[157/158] Compiling NIOCore NIOAsyncWriter.swift
[158/158] Emitting module NIOCore
[160/168] Compiling CompressNIO Error.swift
[161/168] Compiling CompressNIO Compressor.swift
[162/169] Compiling CompressNIO CompressionAlgorithm.swift
[163/169] Compiling CompressNIO ByteBuffer+compress.swift
[164/169] Compiling CompressNIO ByteBuffer+decompress.swift
[165/169] Emitting module CompressNIO
[166/169] Compiling CompressNIO ZlibWrapper.swift
[167/169] Compiling CompressNIO ByteBuffer+zlib+compress.swift
[168/169] Compiling CompressNIO ByteBuffer+zlib+decompress.swift
[169/169] Compiling CompressNIO Zlib.swift
Build complete! (49.13s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.