Build Information
Failed to build NIOErrorKit with Swift 5.10 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/einstore/nioerrorkit.git
Reference: 0.0.1
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/einstore/nioerrorkit
* tag 0.0.1 -> FETCH_HEAD
HEAD is now at 7408484 initial upload
Cloned https://github.com/einstore/nioerrorkit.git
Revision (git rev-parse @):
74084844f7def572171311f450cb7d3df0da87c4
SUCCESS checkout https://github.com/einstore/nioerrorkit.git at 0.0.1
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $workDir
https://github.com/einstore/nioerrorkit.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/Einstore/WebErrorKit.git
Fetching https://github.com/apple/swift-nio.git
[1/28] Fetching weberrorkit
[29/64467] Fetching weberrorkit, swift-nio
Fetched https://github.com/Einstore/WebErrorKit.git from cache (4.20s)
Fetched https://github.com/apple/swift-nio.git from cache (4.27s)
Computing version for https://github.com/Einstore/WebErrorKit.git
Computed https://github.com/Einstore/WebErrorKit.git at 0.0.1 (0.43s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.4.0 (0.49s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.4.0
Creating working copy for https://github.com/Einstore/WebErrorKit.git
Working copy of https://github.com/Einstore/WebErrorKit.git resolved at 0.0.1
Building for debugging...
[0/12] Write sources
[5/12] Compiling CNIOLinux ifaddrs-android.c
[6/12] Compiling CNIODarwin shim.c
[7/12] Compiling CNIOLinux shim.c
[8/12] Compiling CNIOSHA1 c_nio_sha1.c
[9/12] Compiling CNIOHTTPParser c_nio_http_parser.c
[10/12] Write swift-version-24593BA9C3E375BF.txt
[11/20] Compiling c-atomics.c
[13/23] Compiling WebErrorKit WebError+RawRepresentable.swift
[14/23] Compiling WebErrorKit SerializableWebError.swift
[15/23] Compiling WebErrorKit String+Codify.swift
[16/23] Compiling WebErrorKit WebError.swift
[17/23] Compiling WebErrorKit WebErrorContent.swift
[18/23] Compiling WebErrorKit WebError+Serializable.swift
[19/23] Emitting module NIOConcurrencyHelpers
[20/23] Emitting module WebErrorKit
[21/23] Compiling WebErrorKit Exports.swift
[22/24] Compiling NIOConcurrencyHelpers lock.swift
[23/24] Compiling NIOConcurrencyHelpers atomics.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[26/75] Emitting module NIO
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift:106:1: error: type 'CircularBuffer<Element>' does not conform to protocol 'MutableCollection'
extension CircularBuffer: Collection, MutableCollection {
^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift:106:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'MutableCollection'
extension CircularBuffer: Collection, MutableCollection {
^
Swift.MutableCollection:8:12: note: 'subscript(_:)' declared here
public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get set }
^
Swift.MutableCollection:6:14: note: requirement 'subscript(_:)' declared here
override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get set }
^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/MarkedCircularBuffer.swift:132:1: error: type 'MarkedCircularBuffer<Element>' does not conform to protocol 'MutableCollection'
extension MarkedCircularBuffer: Collection, MutableCollection {
^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/MarkedCircularBuffer.swift:132:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'MutableCollection'
extension MarkedCircularBuffer: Collection, MutableCollection {
^
Swift.MutableCollection:8:12: note: 'subscript(_:)' declared here
public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get set }
^
Swift.MutableCollection:6:14: note: requirement 'subscript(_:)' declared here
override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get set }
^
[27/81] Compiling NIO NIOAny.swift
[28/81] Compiling NIO NIOCloseOnErrorHandler.swift
[29/81] Compiling NIO NIOThreadPool.swift
[30/81] Compiling NIO NonBlockingFileIO.swift
[31/81] Compiling NIO PendingDatagramWritesManager.swift
[32/81] Compiling NIO PendingWritesManager.swift
[33/81] Compiling NIO PriorityQueue.swift
[34/81] Compiling NIO IOData.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/MarkedCircularBuffer.swift:132:1: error: type 'MarkedCircularBuffer<Element>' does not conform to protocol 'MutableCollection'
extension MarkedCircularBuffer: Collection, MutableCollection {
^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/MarkedCircularBuffer.swift:132:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'MutableCollection'
extension MarkedCircularBuffer: Collection, MutableCollection {
^
Swift.MutableCollection:8:12: note: 'subscript(_:)' declared here
public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get set }
^
Swift.MutableCollection:6:14: note: requirement 'subscript(_:)' declared here
override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get set }
^
[35/81] Compiling NIO IntegerTypes.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/MarkedCircularBuffer.swift:132:1: error: type 'MarkedCircularBuffer<Element>' does not conform to protocol 'MutableCollection'
extension MarkedCircularBuffer: Collection, MutableCollection {
^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/MarkedCircularBuffer.swift:132:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'MutableCollection'
extension MarkedCircularBuffer: Collection, MutableCollection {
^
Swift.MutableCollection:8:12: note: 'subscript(_:)' declared here
public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get set }
^
Swift.MutableCollection:6:14: note: requirement 'subscript(_:)' declared here
override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get set }
^
[36/81] Compiling NIO Interfaces.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/MarkedCircularBuffer.swift:132:1: error: type 'MarkedCircularBuffer<Element>' does not conform to protocol 'MutableCollection'
extension MarkedCircularBuffer: Collection, MutableCollection {
^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/MarkedCircularBuffer.swift:132:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'MutableCollection'
extension MarkedCircularBuffer: Collection, MutableCollection {
^
Swift.MutableCollection:8:12: note: 'subscript(_:)' declared here
public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get set }
^
Swift.MutableCollection:6:14: note: requirement 'subscript(_:)' declared here
override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get set }
^
[37/81] Compiling NIO Linux.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/MarkedCircularBuffer.swift:132:1: error: type 'MarkedCircularBuffer<Element>' does not conform to protocol 'MutableCollection'
extension MarkedCircularBuffer: Collection, MutableCollection {
^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/MarkedCircularBuffer.swift:132:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'MutableCollection'
extension MarkedCircularBuffer: Collection, MutableCollection {
^
Swift.MutableCollection:8:12: note: 'subscript(_:)' declared here
public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get set }
^
Swift.MutableCollection:6:14: note: requirement 'subscript(_:)' declared here
override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get set }
^
[38/81] Compiling NIO LinuxCPUSet.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/MarkedCircularBuffer.swift:132:1: error: type 'MarkedCircularBuffer<Element>' does not conform to protocol 'MutableCollection'
extension MarkedCircularBuffer: Collection, MutableCollection {
^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/MarkedCircularBuffer.swift:132:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'MutableCollection'
extension MarkedCircularBuffer: Collection, MutableCollection {
^
Swift.MutableCollection:8:12: note: 'subscript(_:)' declared here
public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get set }
^
Swift.MutableCollection:6:14: note: requirement 'subscript(_:)' declared here
override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get set }
^
[39/81] Compiling NIO MarkedCircularBuffer.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/MarkedCircularBuffer.swift:132:1: error: type 'MarkedCircularBuffer<Element>' does not conform to protocol 'MutableCollection'
extension MarkedCircularBuffer: Collection, MutableCollection {
^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/MarkedCircularBuffer.swift:132:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'MutableCollection'
extension MarkedCircularBuffer: Collection, MutableCollection {
^
Swift.MutableCollection:8:12: note: 'subscript(_:)' declared here
public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get set }
^
Swift.MutableCollection:6:14: note: requirement 'subscript(_:)' declared here
override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get set }
^
[40/81] Compiling NIO MulticastChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/MarkedCircularBuffer.swift:132:1: error: type 'MarkedCircularBuffer<Element>' does not conform to protocol 'MutableCollection'
extension MarkedCircularBuffer: Collection, MutableCollection {
^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/MarkedCircularBuffer.swift:132:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'MutableCollection'
extension MarkedCircularBuffer: Collection, MutableCollection {
^
Swift.MutableCollection:8:12: note: 'subscript(_:)' declared here
public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get set }
^
Swift.MutableCollection:6:14: note: requirement 'subscript(_:)' declared here
override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get set }
^
[41/81] Compiling NIO FileDescriptor.swift
[42/81] Compiling NIO FileHandle.swift
[43/81] Compiling NIO FileRegion.swift
[44/81] Compiling NIO GetaddrinfoResolver.swift
[45/81] Compiling NIO HappyEyeballs.swift
[46/81] Compiling NIO Heap.swift
[47/81] Compiling NIO IO.swift
[48/81] Compiling NIO ByteBuffer-views.swift
[49/81] Compiling NIO Channel.swift
[50/81] Compiling NIO ChannelHandler.swift
[51/81] Compiling NIO ChannelHandlers.swift
[52/81] Compiling NIO ChannelInvoker.swift
[53/81] Compiling NIO ChannelOption.swift
[54/81] Compiling NIO ChannelPipeline.swift
[55/81] Compiling NIO CircularBuffer.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift:106:1: error: type 'CircularBuffer<Element>' does not conform to protocol 'MutableCollection'
extension CircularBuffer: Collection, MutableCollection {
^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift:106:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'MutableCollection'
extension CircularBuffer: Collection, MutableCollection {
^
Swift.MutableCollection:8:12: note: 'subscript(_:)' declared here
public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get set }
^
Swift.MutableCollection:6:14: note: requirement 'subscript(_:)' declared here
override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get set }
^
[56/81] Compiling NIO Codec.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift:106:1: error: type 'CircularBuffer<Element>' does not conform to protocol 'MutableCollection'
extension CircularBuffer: Collection, MutableCollection {
^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift:106:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'MutableCollection'
extension CircularBuffer: Collection, MutableCollection {
^
Swift.MutableCollection:8:12: note: 'subscript(_:)' declared here
public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get set }
^
Swift.MutableCollection:6:14: note: requirement 'subscript(_:)' declared here
override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get set }
^
[57/81] Compiling NIO DatagramVectorReadManager.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift:106:1: error: type 'CircularBuffer<Element>' does not conform to protocol 'MutableCollection'
extension CircularBuffer: Collection, MutableCollection {
^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift:106:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'MutableCollection'
extension CircularBuffer: Collection, MutableCollection {
^
Swift.MutableCollection:8:12: note: 'subscript(_:)' declared here
public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get set }
^
Swift.MutableCollection:6:14: note: requirement 'subscript(_:)' declared here
override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get set }
^
[58/81] Compiling NIO DeadChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift:106:1: error: type 'CircularBuffer<Element>' does not conform to protocol 'MutableCollection'
extension CircularBuffer: Collection, MutableCollection {
^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift:106:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'MutableCollection'
extension CircularBuffer: Collection, MutableCollection {
^
Swift.MutableCollection:8:12: note: 'subscript(_:)' declared here
public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get set }
^
Swift.MutableCollection:6:14: note: requirement 'subscript(_:)' declared here
override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get set }
^
[59/81] Compiling NIO Embedded.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift:106:1: error: type 'CircularBuffer<Element>' does not conform to protocol 'MutableCollection'
extension CircularBuffer: Collection, MutableCollection {
^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift:106:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'MutableCollection'
extension CircularBuffer: Collection, MutableCollection {
^
Swift.MutableCollection:8:12: note: 'subscript(_:)' declared here
public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get set }
^
Swift.MutableCollection:6:14: note: requirement 'subscript(_:)' declared here
override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get set }
^
[60/81] Compiling NIO EventLoop.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift:106:1: error: type 'CircularBuffer<Element>' does not conform to protocol 'MutableCollection'
extension CircularBuffer: Collection, MutableCollection {
^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift:106:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'MutableCollection'
extension CircularBuffer: Collection, MutableCollection {
^
Swift.MutableCollection:8:12: note: 'subscript(_:)' declared here
public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get set }
^
Swift.MutableCollection:6:14: note: requirement 'subscript(_:)' declared here
override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get set }
^
[61/81] Compiling NIO EventLoopFuture.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift:106:1: error: type 'CircularBuffer<Element>' does not conform to protocol 'MutableCollection'
extension CircularBuffer: Collection, MutableCollection {
^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift:106:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'MutableCollection'
extension CircularBuffer: Collection, MutableCollection {
^
Swift.MutableCollection:8:12: note: 'subscript(_:)' declared here
public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get set }
^
Swift.MutableCollection:6:14: note: requirement 'subscript(_:)' declared here
override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get set }
^
[62/81] Compiling NIO SocketChannel.swift
[63/81] Compiling NIO SocketOptionProvider.swift
[64/81] Compiling NIO System.swift
[65/81] Compiling NIO Thread.swift
[66/81] Compiling NIO TypeAssistedChannelHandler.swift
[67/81] Compiling NIO Utilities.swift
[68/81] Compiling NIO RecvByteBufferAllocator.swift
[69/81] Compiling NIO Resolver.swift
[70/81] Compiling NIO Selectable.swift
[71/81] Compiling NIO Selector.swift
[72/81] Compiling NIO ServerSocket.swift
[73/81] Compiling NIO Socket.swift
[74/81] Compiling NIO SocketAddresses.swift
[75/81] Compiling NIO AddressedEnvelope.swift
[76/81] Compiling NIO BaseSocket.swift
[77/81] Compiling NIO BaseSocketChannel.swift
[78/81] Compiling NIO Bootstrap.swift
[79/81] Compiling NIO ByteBuffer-aux.swift
[80/81] Compiling NIO ByteBuffer-core.swift
[81/81] Compiling NIO ByteBuffer-int.swift
error: fatalError
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/15] Compiling NIO MarkedCircularBuffer.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/MarkedCircularBuffer.swift:132:1: error: type 'MarkedCircularBuffer<Element>' does not conform to protocol 'MutableCollection'
extension MarkedCircularBuffer: Collection, MutableCollection {
^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/MarkedCircularBuffer.swift:132:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'MutableCollection'
extension MarkedCircularBuffer: Collection, MutableCollection {
^
Swift.MutableCollection:8:12: note: 'subscript(_:)' declared here
public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get set }
^
Swift.MutableCollection:6:14: note: requirement 'subscript(_:)' declared here
override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get set }
^
[3/16] Compiling NIO MulticastChannel.swift
[4/17] Compiling NIO CircularBuffer.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift:106:1: error: type 'CircularBuffer<Element>' does not conform to protocol 'MutableCollection'
extension CircularBuffer: Collection, MutableCollection {
^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift:106:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'MutableCollection'
extension CircularBuffer: Collection, MutableCollection {
^
Swift.MutableCollection:8:12: note: 'subscript(_:)' declared here
public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get set }
^
Swift.MutableCollection:6:14: note: requirement 'subscript(_:)' declared here
override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get set }
^
[5/17] Compiling NIO Codec.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift:106:1: error: type 'CircularBuffer<Element>' does not conform to protocol 'MutableCollection'
extension CircularBuffer: Collection, MutableCollection {
^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift:106:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'MutableCollection'
extension CircularBuffer: Collection, MutableCollection {
^
Swift.MutableCollection:8:12: note: 'subscript(_:)' declared here
public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get set }
^
Swift.MutableCollection:6:14: note: requirement 'subscript(_:)' declared here
override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get set }
^
[6/18] Compiling NIO Linux.swift
[7/18] Compiling NIO LinuxCPUSet.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/19] Emitting module NIO
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift:106:1: error: type 'CircularBuffer<Element>' does not conform to protocol 'MutableCollection'
extension CircularBuffer: Collection, MutableCollection {
^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift:106:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'MutableCollection'
extension CircularBuffer: Collection, MutableCollection {
^
Swift.MutableCollection:8:12: note: 'subscript(_:)' declared here
public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get set }
^
Swift.MutableCollection:6:14: note: requirement 'subscript(_:)' declared here
override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get set }
^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/MarkedCircularBuffer.swift:132:1: error: type 'MarkedCircularBuffer<Element>' does not conform to protocol 'MutableCollection'
extension MarkedCircularBuffer: Collection, MutableCollection {
^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/MarkedCircularBuffer.swift:132:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'MutableCollection'
extension MarkedCircularBuffer: Collection, MutableCollection {
^
Swift.MutableCollection:8:12: note: 'subscript(_:)' declared here
public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get set }
^
Swift.MutableCollection:6:14: note: requirement 'subscript(_:)' declared here
override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get set }
^
[9/23] Compiling NIO IntegerTypes.swift
[10/23] Compiling NIO Interfaces.swift
[11/27] Compiling NIO Bootstrap.swift
[12/30] Compiling NIO EventLoopFuture.swift
[13/30] Compiling NIO IOData.swift
[14/33] Compiling NIO Selector.swift
[15/36] Compiling NIO SocketChannel.swift
[16/39] Compiling NIO DatagramVectorReadManager.swift
[17/39] Compiling NIO DeadChannel.swift
[18/39] Compiling NIO Embedded.swift
[19/39] Compiling NIO EventLoop.swift
[20/42] Compiling NIO Channel.swift
[21/42] Compiling NIO ChannelHandlers.swift
[22/42] Compiling NIO ChannelInvoker.swift
[23/42] Compiling NIO ChannelOption.swift
[24/47] Compiling NIO IO.swift
[25/47] Compiling NIO NIOAny.swift
[26/47] Compiling NIO NIOThreadPool.swift
[27/48] Compiling NIO GetaddrinfoResolver.swift
[28/48] Compiling NIO HappyEyeballs.swift
[29/48] Compiling NIO Heap.swift
[30/49] Compiling NIO ChannelPipeline.swift
[31/49] Compiling NIO FileHandle.swift
[32/49] Compiling NIO FileRegion.swift
[33/50] Compiling NIO ByteBuffer-views.swift
[34/51] Compiling NIO AddressedEnvelope.swift
[35/51] Compiling NIO ByteBuffer-aux.swift
[36/52] Compiling NIO ChannelHandler.swift
[37/53] Compiling NIO NIOCloseOnErrorHandler.swift
[38/54] Compiling NIO TypeAssistedChannelHandler.swift
[39/55] Compiling NIO Socket.swift
[40/55] Compiling NIO SocketOptionProvider.swift
[41/55] Compiling NIO Utilities.swift
[42/55] Compiling NIO Resolver.swift
[43/55] Compiling NIO NonBlockingFileIO.swift
[44/55] Compiling NIO PendingDatagramWritesManager.swift
[45/55] Compiling NIO PendingWritesManager.swift
[46/55] Compiling NIO BaseSocket.swift
[47/55] Compiling NIO BaseSocketChannel.swift
[48/55] Compiling NIO ByteBuffer-core.swift
[49/55] Compiling NIO ByteBuffer-int.swift
[50/55] Compiling NIO PriorityQueue.swift
[51/55] Compiling NIO RecvByteBufferAllocator.swift
[52/55] Compiling NIO ServerSocket.swift
[53/55] Compiling NIO SocketAddresses.swift
[54/55] Compiling NIO System.swift
[55/55] Compiling NIO Thread.swift
error: fatalError
BUILD FAILURE 5.10 linux