Build Information
Failed to build GraphQL with Swift 5.10 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nerdsupremacist/GraphQL.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/nerdsupremacist/GraphQL
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
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 master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/nerdsupremacist/GraphQL.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/12] Write sources
[5/12] Compiling CNIOLinux ifaddrs-android.c
[6/12] Compiling CNIOLinux shim.c
[7/12] Write swift-version--423B1241ED78D482.txt
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOSHA1/c_nio_sha1.c:102:1: warning: a function definition 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/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOSHA1/c_nio_sha1.c:187:1: warning: a function definition 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/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOSHA1/c_nio_sha1.c:199:1: warning: a function definition 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/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOSHA1/c_nio_sha1.c:234:1: warning: a function definition 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)
^
4 warnings generated.
[8/14] Compiling CNIOSHA1 c_nio_sha1.c
[9/14] Compiling CNIODarwin shim.c
[10/14] Compiling c-nioatomics.c
[11/14] Compiling c-atomics.c
[13/18] Compiling NIOConcurrencyHelpers lock.swift
[14/18] Emitting module NIOConcurrencyHelpers
[15/18] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[16/18] Compiling NIOConcurrencyHelpers atomics.swift
[17/73] Compiling NIO Linux.swift
/Users/builder/builds/UKfvDsi8u/3/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/UKfvDsi8u/3/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 }
^
[18/73] Compiling NIO LinuxCPUSet.swift
/Users/builder/builds/UKfvDsi8u/3/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/UKfvDsi8u/3/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 }
^
[19/73] Compiling NIO MarkedCircularBuffer.swift
/Users/builder/builds/UKfvDsi8u/3/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/UKfvDsi8u/3/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/73] Compiling NIO MulticastChannel.swift
/Users/builder/builds/UKfvDsi8u/3/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/UKfvDsi8u/3/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 }
^
[21/73] Compiling NIO NIOAny.swift
/Users/builder/builds/UKfvDsi8u/3/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/UKfvDsi8u/3/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/73] Compiling NIO NIOCloseOnErrorHandler.swift
/Users/builder/builds/UKfvDsi8u/3/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/UKfvDsi8u/3/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 }
^
[23/73] Compiling NIO NIOThreadPool.swift
/Users/builder/builds/UKfvDsi8u/3/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/UKfvDsi8u/3/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 }
^
[24/73] Compiling NIO NonBlockingFileIO.swift
/Users/builder/builds/UKfvDsi8u/3/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/UKfvDsi8u/3/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 }
^
[25/80] Compiling NIO ByteBuffer-views.swift
/Users/builder/builds/UKfvDsi8u/3/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/UKfvDsi8u/3/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 }
^
[26/80] Compiling NIO Channel.swift
/Users/builder/builds/UKfvDsi8u/3/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/UKfvDsi8u/3/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 }
^
[27/80] Compiling NIO ChannelHandler.swift
/Users/builder/builds/UKfvDsi8u/3/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/UKfvDsi8u/3/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 }
^
[28/80] Compiling NIO ChannelHandlers.swift
/Users/builder/builds/UKfvDsi8u/3/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/UKfvDsi8u/3/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 }
^
[29/80] Compiling NIO ChannelInvoker.swift
/Users/builder/builds/UKfvDsi8u/3/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/UKfvDsi8u/3/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 }
^
[30/80] Compiling NIO ChannelOption.swift
/Users/builder/builds/UKfvDsi8u/3/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/UKfvDsi8u/3/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 }
^
[31/80] Compiling NIO ChannelPipeline.swift
/Users/builder/builds/UKfvDsi8u/3/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/UKfvDsi8u/3/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 }
^
[32/80] Compiling NIO CircularBuffer.swift
/Users/builder/builds/UKfvDsi8u/3/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/UKfvDsi8u/3/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)
[33/80] Emitting module NIO
/Users/builder/builds/UKfvDsi8u/3/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/UKfvDsi8u/3/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/UKfvDsi8u/3/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/UKfvDsi8u/3/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 }
^
[34/80] Compiling NIO FileRegion.swift
[35/80] Compiling NIO GetaddrinfoResolver.swift
[36/80] Compiling NIO HappyEyeballs.swift
[37/80] Compiling NIO Heap.swift
[38/80] Compiling NIO IO.swift
[39/80] Compiling NIO IOData.swift
[40/80] Compiling NIO IntegerTypes.swift
[41/80] Compiling NIO Interfaces.swift
[42/80] Compiling NIO PendingDatagramWritesManager.swift
[43/80] Compiling NIO PendingWritesManager.swift
[44/80] Compiling NIO PipeChannel.swift
[45/80] Compiling NIO PipePair.swift
[46/80] Compiling NIO PriorityQueue.swift
[47/80] Compiling NIO RecvByteBufferAllocator.swift
[48/80] Compiling NIO Resolver.swift
[49/80] Compiling NIO Selectable.swift
[50/80] Compiling NIO SelectableEventLoop.swift
[51/80] Compiling NIO Selector.swift
[52/80] Compiling NIO ServerSocket.swift
[53/80] Compiling NIO SingleStepByteToMessageDecoder.swift
[54/80] Compiling NIO Socket.swift
[55/80] Compiling NIO SocketAddresses.swift
[56/80] Compiling NIO SocketChannel.swift
[57/80] Compiling NIO SocketOptionProvider.swift
[58/80] Compiling NIO SocketProtocols.swift
[59/80] Compiling NIO System.swift
[60/80] Compiling NIO Thread.swift
[61/80] Compiling NIO TypeAssistedChannelHandler.swift
[62/80] Compiling NIO Utilities.swift
[63/80] Compiling NIO Codec.swift
[64/80] Compiling NIO DatagramVectorReadManager.swift
[65/80] Compiling NIO DeadChannel.swift
[66/80] Compiling NIO Embedded.swift
[67/80] Compiling NIO EventLoop.swift
[68/80] Compiling NIO EventLoopFuture.swift
[69/80] Compiling NIO FileDescriptor.swift
[70/80] Compiling NIO FileHandle.swift
[71/80] Compiling NIO AddressedEnvelope.swift
[72/80] Compiling NIO BaseSocket.swift
[73/80] Compiling NIO BaseSocketChannel.swift
[74/80] Compiling NIO BaseStreamSocketChannel.swift
[75/80] Compiling NIO Bootstrap.swift
[76/80] Compiling NIO ByteBuffer-aux.swift
[77/80] Compiling NIO ByteBuffer-core.swift
[78/80] Compiling NIO ByteBuffer-int.swift
error: fatalError
[79/80] Emitting module CwlDemangle
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/nerdsupremacist/Runtime.git from cache
Fetching https://github.com/mattgallagher/CwlDemangle.git from cache
Fetching https://github.com/nerdsupremacist/CRuntime.git from cache
Fetched https://github.com/nerdsupremacist/Runtime.git from cache (0.16s)
Fetched https://github.com/nerdsupremacist/CRuntime.git from cache (0.16s)
Fetched https://github.com/mattgallagher/CwlDemangle.git from cache (0.16s)
Fetched https://github.com/apple/swift-nio.git from cache (0.37s)
Computing version for https://github.com/nerdsupremacist/Runtime.git
Computed https://github.com/nerdsupremacist/Runtime.git at 2.1.2-beta.1 (0.45s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.14.0 (0.36s)
Computing version for https://github.com/mattgallagher/CwlDemangle.git
Computed https://github.com/mattgallagher/CwlDemangle.git at 0.1.0 (0.41s)
Computing version for https://github.com/nerdsupremacist/CRuntime.git
Computed https://github.com/nerdsupremacist/CRuntime.git at 2.1.2 (0.46s)
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/nerdsupremacist/Runtime.git
Working copy of https://github.com/nerdsupremacist/Runtime.git resolved at 2.1.2-beta.1
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
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version--423B1241ED78D482.txt
[2/18] Compiling NIO NIOAny.swift
[3/18] Compiling NIO NIOCloseOnErrorHandler.swift
[4/18] Compiling NIO ChannelHandler.swift
[5/18] Compiling NIO ChannelHandlers.swift
[6/18] Compiling NIO MarkedCircularBuffer.swift
/Users/builder/builds/UKfvDsi8u/3/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/UKfvDsi8u/3/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/18] Compiling NIO MulticastChannel.swift
/Users/builder/builds/UKfvDsi8u/3/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/UKfvDsi8u/3/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 }
^
[8/22] Compiling NIO Codec.swift
[9/22] Compiling NIO Bootstrap.swift
[10/24] Compiling NIO NIOThreadPool.swift
[11/24] Compiling NIO NonBlockingFileIO.swift
[12/26] Compiling NIO TypeAssistedChannelHandler.swift
[13/27] Compiling NIO ChannelInvoker.swift
[14/27] Compiling NIO ChannelOption.swift
[15/27] Compiling NIO ChannelPipeline.swift
/Users/builder/builds/UKfvDsi8u/3/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/UKfvDsi8u/3/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/27] Compiling NIO CircularBuffer.swift
/Users/builder/builds/UKfvDsi8u/3/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/UKfvDsi8u/3/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/27] Compiling NIO Linux.swift
[18/27] Compiling NIO LinuxCPUSet.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/27] Compiling NIO ByteBuffer-views.swift
[20/27] Compiling NIO Channel.swift
[21/27] Emitting module NIO
/Users/builder/builds/UKfvDsi8u/3/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/UKfvDsi8u/3/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/UKfvDsi8u/3/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/UKfvDsi8u/3/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/32] Compiling NIO Embedded.swift
[23/33] Compiling NIO DeadChannel.swift
[24/36] Compiling NIO SingleStepByteToMessageDecoder.swift
[25/39] Compiling NIO EventLoop.swift
[26/42] Compiling NIO SocketChannel.swift
[27/45] Compiling NIO PipeChannel.swift
[28/45] Compiling NIO HappyEyeballs.swift
[29/45] Compiling NIO Selector.swift
[30/53] Compiling NIO BaseSocketChannel.swift
[31/53] Compiling NIO BaseStreamSocketChannel.swift
[32/55] Compiling NIO DatagramVectorReadManager.swift
[33/55] Compiling NIO EventLoopFuture.swift
[34/55] Compiling NIO FileDescriptor.swift
[35/56] Compiling NIO FileRegion.swift
[36/56] Compiling NIO GetaddrinfoResolver.swift
[37/56] Compiling NIO Heap.swift
[38/57] Compiling NIO BaseSocket.swift
[39/57] Compiling NIO ByteBuffer-core.swift
[40/57] Compiling NIO ByteBuffer-int.swift
[41/58] Compiling NIO IO.swift
[42/58] Compiling NIO IOData.swift
[43/58] Compiling NIO IntegerTypes.swift
[44/58] Compiling NIO ByteBuffer-aux.swift
[45/58] Compiling NIO FileHandle.swift
[46/58] Compiling NIO PipePair.swift
[47/58] Compiling NIO System.swift
[48/58] Compiling NIO Thread.swift
[49/58] Compiling NIO PriorityQueue.swift
[50/58] Compiling NIO RecvByteBufferAllocator.swift
[51/58] Compiling NIO SelectableEventLoop.swift
[52/58] Compiling NIO SocketAddresses.swift
[53/58] Compiling NIO SocketOptionProvider.swift
[54/58] Compiling NIO Interfaces.swift
[55/58] Compiling NIO PendingDatagramWritesManager.swift
[56/58] Compiling NIO PendingWritesManager.swift
error: fatalError
[57/58] Emitting module CwlDemangle
BUILD FAILURE 5.10 macosSpm