Build Information
Failed to build GraphQL with Swift 5.8 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.28.6
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nerdsupremacist/GraphQL.git
Reference: 0.12.1-beta.6
Initialized empty Git repository in /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/nerdsupremacist/GraphQL
* tag 0.12.1-beta.6 -> FETCH_HEAD
HEAD is now at 253b6ef Fixing string escaping
Cloned https://github.com/nerdsupremacist/GraphQL.git
Revision (git rev-parse @):
253b6efa4fdac99a0feef631023232729864a7c1
SUCCESS checkout https://github.com/nerdsupremacist/GraphQL.git at 0.12.1-beta.6
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.8
Building package at path: $PWD/checkout
https://github.com/nerdsupremacist/GraphQL.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Compiling CNIOLinux shim.c
[1/6] Compiling CNIOLinux ifaddrs-android.c
[2/8] Compiling CNIODarwin shim.c
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOSHA1/c_nio_sha1.c:102:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
sha1_step(ctxt)
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOSHA1/c_nio_sha1.c:102:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOSHA1/c_nio_sha1.c:187:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
c_nio_sha1_init(ctxt)
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOSHA1/c_nio_sha1.c:199:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
c_nio_sha1_pad(ctxt)
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOSHA1/c_nio_sha1.c:234:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
c_nio_sha1_loop(ctxt, input, len)
^
5 warnings generated.
[3/8] Compiling CNIOSHA1 c_nio_sha1.c
[4/8] Compiling c-nioatomics.c
[5/8] Compiling c-atomics.c
[7/12] Compiling NIOConcurrencyHelpers lock.swift
[8/12] Compiling NIOConcurrencyHelpers atomics.swift
[9/12] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[10/12] Emitting module NIOConcurrencyHelpers
[11/67] Compiling NIO ByteBuffer-views.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift:114:1: error: type 'CircularBuffer<Element>' does not conform to protocol 'MutableCollection'
extension CircularBuffer: Collection, MutableCollection {
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift:114: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 }
^
[12/67] Compiling NIO Channel.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift:114:1: error: type 'CircularBuffer<Element>' does not conform to protocol 'MutableCollection'
extension CircularBuffer: Collection, MutableCollection {
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift:114: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 }
^
[13/67] Compiling NIO ChannelHandler.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift:114:1: error: type 'CircularBuffer<Element>' does not conform to protocol 'MutableCollection'
extension CircularBuffer: Collection, MutableCollection {
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift:114: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 }
^
[14/67] Compiling NIO ChannelHandlers.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift:114:1: error: type 'CircularBuffer<Element>' does not conform to protocol 'MutableCollection'
extension CircularBuffer: Collection, MutableCollection {
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift:114: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 }
^
[15/67] Compiling NIO ChannelInvoker.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift:114:1: error: type 'CircularBuffer<Element>' does not conform to protocol 'MutableCollection'
extension CircularBuffer: Collection, MutableCollection {
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift:114: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 }
^
[16/67] Compiling NIO ChannelOption.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift:114:1: error: type 'CircularBuffer<Element>' does not conform to protocol 'MutableCollection'
extension CircularBuffer: Collection, MutableCollection {
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift:114: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 }
^
[17/67] Compiling NIO ChannelPipeline.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift:114:1: error: type 'CircularBuffer<Element>' does not conform to protocol 'MutableCollection'
extension CircularBuffer: Collection, MutableCollection {
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift:114: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 }
^
[18/67] Compiling NIO CircularBuffer.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift:114:1: error: type 'CircularBuffer<Element>' does not conform to protocol 'MutableCollection'
extension CircularBuffer: Collection, MutableCollection {
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift:114: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 }
^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/74] Emitting module NIO
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift:114:1: error: type 'CircularBuffer<Element>' does not conform to protocol 'MutableCollection'
extension CircularBuffer: Collection, MutableCollection {
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift:114: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 }
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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 {
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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 }
^
[20/74] Compiling NIO PendingDatagramWritesManager.swift
[21/74] Compiling NIO PendingWritesManager.swift
[22/74] Compiling NIO PipeChannel.swift
[23/74] Compiling NIO PipePair.swift
[24/74] Compiling NIO PriorityQueue.swift
[25/74] Compiling NIO RecvByteBufferAllocator.swift
[26/74] Compiling NIO Resolver.swift
[27/74] Compiling NIO FileRegion.swift
[28/74] Compiling NIO GetaddrinfoResolver.swift
[29/74] Compiling NIO HappyEyeballs.swift
[30/74] Compiling NIO Heap.swift
[31/74] Compiling NIO IO.swift
[32/74] Compiling NIO IOData.swift
[33/74] Compiling NIO IntegerTypes.swift
[34/74] Compiling NIO Interfaces.swift
[35/74] Compiling NIO Selectable.swift
[36/74] Compiling NIO SelectableEventLoop.swift
[37/74] Compiling NIO Selector.swift
[38/74] Compiling NIO ServerSocket.swift
[39/74] Compiling NIO SingleStepByteToMessageDecoder.swift
[40/74] Compiling NIO Socket.swift
[41/74] Compiling NIO SocketAddresses.swift
[42/74] Compiling NIO Linux.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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 {
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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 }
^
[43/74] Compiling NIO LinuxCPUSet.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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 {
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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 }
^
[44/74] Compiling NIO MarkedCircularBuffer.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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 {
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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 }
^
[45/74] Compiling NIO MulticastChannel.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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 {
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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 }
^
[46/74] Compiling NIO NIOAny.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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 {
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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 }
^
[47/74] Compiling NIO NIOCloseOnErrorHandler.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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 {
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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 }
^
[48/74] Compiling NIO NIOThreadPool.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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 {
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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 }
^
[49/74] Compiling NIO NonBlockingFileIO.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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 {
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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 }
^
[50/74] Compiling NIO SocketChannel.swift
[51/74] Compiling NIO SocketOptionProvider.swift
[52/74] Compiling NIO SocketProtocols.swift
[53/74] Compiling NIO System.swift
[54/74] Compiling NIO Thread.swift
[55/74] Compiling NIO TypeAssistedChannelHandler.swift
[56/74] Compiling NIO Utilities.swift
[57/74] Compiling NIO Codec.swift
[58/74] Compiling NIO DatagramVectorReadManager.swift
[59/74] Compiling NIO DeadChannel.swift
[60/74] Compiling NIO Embedded.swift
[61/74] Compiling NIO EventLoop.swift
[62/74] Compiling NIO EventLoopFuture.swift
[63/74] Compiling NIO FileDescriptor.swift
[64/74] Compiling NIO FileHandle.swift
[65/74] Compiling NIO AddressedEnvelope.swift
[66/74] Compiling NIO BaseSocket.swift
[67/74] Compiling NIO BaseSocketChannel.swift
[68/74] Compiling NIO BaseStreamSocketChannel.swift
[69/74] Compiling NIO Bootstrap.swift
[70/74] Compiling NIO ByteBuffer-aux.swift
[71/74] Compiling NIO ByteBuffer-core.swift
[72/74] Compiling NIO ByteBuffer-int.swift
[73/74] Emitting module CwlDemangle
Fetching https://github.com/mattgallagher/CwlDemangle.git from cache
Fetching https://github.com/nerdsupremacist/Runtime.git from cache
Fetching https://github.com/apple/swift-nio.git from cache
Fetched https://github.com/mattgallagher/CwlDemangle.git (0.28s)
Fetching https://github.com/nerdsupremacist/CRuntime.git from cache
Fetched https://github.com/nerdsupremacist/Runtime.git (0.29s)
Fetched https://github.com/nerdsupremacist/CRuntime.git (0.18s)
Fetched https://github.com/apple/swift-nio.git (1.30s)
Computing version for https://github.com/nerdsupremacist/Runtime.git
Computed https://github.com/nerdsupremacist/Runtime.git at 2.1.2-beta.1 (0.44s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.14.0 (0.44s)
Computing version for https://github.com/mattgallagher/CwlDemangle.git
Computed https://github.com/mattgallagher/CwlDemangle.git at 0.1.0 (0.47s)
Computing version for https://github.com/nerdsupremacist/CRuntime.git
Computed https://github.com/nerdsupremacist/CRuntime.git at 2.1.2 (0.50s)
Creating working copy for https://github.com/nerdsupremacist/CRuntime.git
Working copy of https://github.com/nerdsupremacist/CRuntime.git resolved at 2.1.2
Creating working copy for https://github.com/mattgallagher/CwlDemangle.git
Working copy of https://github.com/mattgallagher/CwlDemangle.git resolved at 0.1.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.14.0
Creating working copy for https://github.com/nerdsupremacist/Runtime.git
Working copy of https://github.com/nerdsupremacist/Runtime.git resolved at 2.1.2-beta.1
[0/1] Planning build
Building for debugging...
[1/17] Compiling NIO Linux.swift
[2/17] Compiling NIO LinuxCPUSet.swift
[3/19] Compiling NIO NIOAny.swift
[4/19] Compiling NIO NIOCloseOnErrorHandler.swift
[5/19] Compiling NIO MarkedCircularBuffer.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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 {
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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 }
^
[6/19] Compiling NIO MulticastChannel.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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 {
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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 }
^
[7/23] Compiling NIO ChannelHandler.swift
[8/23] Compiling NIO ChannelHandlers.swift
[9/25] Compiling NIO ByteBuffer-views.swift
[10/25] Compiling NIO Channel.swift
[11/27] Compiling NIO ChannelInvoker.swift
[12/27] Compiling NIO ChannelOption.swift
[13/27] Compiling NIO ChannelPipeline.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift:114:1: error: type 'CircularBuffer<Element>' does not conform to protocol 'MutableCollection'
extension CircularBuffer: Collection, MutableCollection {
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift:114: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 }
^
[14/27] Compiling NIO CircularBuffer.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift:114:1: error: type 'CircularBuffer<Element>' does not conform to protocol 'MutableCollection'
extension CircularBuffer: Collection, MutableCollection {
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift:114: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 }
^
[15/30] Compiling NIO SingleStepByteToMessageDecoder.swift
[16/31] Compiling NIO NIOThreadPool.swift
[17/31] Compiling NIO NonBlockingFileIO.swift
[18/32] Compiling NIO DeadChannel.swift
[19/32] Compiling NIO Embedded.swift
[20/36] Compiling NIO TypeAssistedChannelHandler.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/39] Emitting module NIO
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift:114:1: error: type 'CircularBuffer<Element>' does not conform to protocol 'MutableCollection'
extension CircularBuffer: Collection, MutableCollection {
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/CircularBuffer.swift:114: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 }
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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 {
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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 }
^
[22/42] Compiling NIO Bootstrap.swift
[23/42] Compiling NIO Codec.swift
[24/42] Compiling NIO BaseSocketChannel.swift
[25/42] Compiling NIO BaseStreamSocketChannel.swift
[26/48] Compiling NIO FileHandle.swift
[27/48] Compiling NIO FileRegion.swift
[28/48] Compiling NIO GetaddrinfoResolver.swift
[29/51] Compiling NIO SocketChannel.swift
[30/54] Compiling NIO EventLoop.swift
[31/54] Compiling NIO HappyEyeballs.swift
[32/57] Compiling NIO PipeChannel.swift
[33/57] Compiling NIO Selector.swift
[34/57] Compiling NIO DatagramVectorReadManager.swift
[35/57] Compiling NIO EventLoopFuture.swift
[36/57] Compiling NIO FileDescriptor.swift
[37/57] Compiling NIO PendingWritesManager.swift
[38/57] Compiling NIO PipePair.swift
[39/57] Compiling NIO PriorityQueue.swift
[40/57] Compiling NIO SocketOptionProvider.swift
[41/57] Compiling NIO System.swift
[42/57] Compiling NIO Thread.swift
[43/57] Compiling NIO BaseSocket.swift
[44/57] Compiling NIO ByteBuffer-aux.swift
[45/57] Compiling NIO ByteBuffer-core.swift
[46/57] Compiling NIO ByteBuffer-int.swift
[47/57] Compiling NIO IntegerTypes.swift
[48/57] Compiling NIO Interfaces.swift
[49/57] Compiling NIO PendingDatagramWritesManager.swift
[50/57] Compiling NIO Heap.swift
[51/57] Compiling NIO IO.swift
[52/57] Compiling NIO IOData.swift
[53/57] Compiling NIO RecvByteBufferAllocator.swift
[54/57] Compiling NIO SelectableEventLoop.swift
[55/57] Compiling NIO SocketAddresses.swift
[56/57] Emitting module CwlDemangle
BUILD FAILURE 5.8 macosSpm