Build Information
Failed to build GraphQL with Swift 5.9 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
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 /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/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: linux
Swift version: 5.9
Building package at path: $PWD/checkout
https://github.com/nerdsupremacist/GraphQL.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/mattgallagher/CwlDemangle.git
Fetching https://github.com/nerdsupremacist/CRuntime.git
Fetching https://github.com/nerdsupremacist/Runtime.git
[1/123] Fetching cruntime
[124/1950] Fetching cruntime, runtime
[1330/2226] Fetching cruntime, runtime, cwldemangle
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/mattgallagher/CwlDemangle.git (0.24s)
Fetched https://github.com/nerdsupremacist/CRuntime.git (0.24s)
Fetched https://github.com/nerdsupremacist/Runtime.git (0.24s)
warning: 'swift-nio': skipping cache due to an error: Failed to clone repository https://github.com/apple/swift-nio.git:
Cloning into bare repository '/root/.cache/org.swift.swiftpm/repositories/swift-nio-b68c973e'...
remote: Internal Server Error
fatal: unable to access 'https://github.com/apple/swift-nio.git/': The requested URL returned error: 500
[1/64127] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git (9.77s)
Computing version for https://github.com/nerdsupremacist/Runtime.git
Computed https://github.com/nerdsupremacist/Runtime.git at 2.1.2-beta.1 (0.34s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.14.0 (0.38s)
Computing version for https://github.com/mattgallagher/CwlDemangle.git
Computed https://github.com/mattgallagher/CwlDemangle.git at 0.1.0 (0.35s)
Computing version for https://github.com/nerdsupremacist/CRuntime.git
Computed https://github.com/nerdsupremacist/CRuntime.git at 2.1.2 (0.95s)
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
Building for debugging...
[0/6] Compiling CNIODarwin shim.c
[1/6] Compiling CNIOLinux ifaddrs-android.c
[2/6] Compiling CNIOSHA1 c_nio_sha1.c
[3/6] Compiling CNIOLinux shim.c
[4/8] Compiling c-nioatomics.c
[5/8] Compiling c-atomics.c
[7/12] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[8/12] Compiling NIOConcurrencyHelpers lock.swift
[9/12] Emitting module NIOConcurrencyHelpers
[10/12] Compiling NIOConcurrencyHelpers atomics.swift
[13/69] Compiling NIO ByteBuffer-views.swift
/host/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 {
^
/host/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/69] Compiling NIO Channel.swift
/host/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 {
^
/host/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/69] Compiling NIO ChannelHandler.swift
/host/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 {
^
/host/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/69] Compiling NIO ChannelHandlers.swift
/host/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 {
^
/host/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/69] Compiling NIO ChannelInvoker.swift
/host/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 {
^
/host/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/69] Compiling NIO ChannelOption.swift
/host/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 {
^
/host/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 }
^
[19/69] Compiling NIO ChannelPipeline.swift
/host/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 {
^
/host/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 }
^
[20/69] Compiling NIO CircularBuffer.swift
/host/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 {
^
/host/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)
[21/76] Emitting module NIO
/host/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 {
^
/host/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 }
^
/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 }
^
[22/76] Compiling NIO FileRegion.swift
[23/76] Compiling NIO GetaddrinfoResolver.swift
[24/76] Compiling NIO HappyEyeballs.swift
[25/76] Compiling NIO Heap.swift
[26/76] Compiling NIO IO.swift
[27/76] Compiling NIO IOData.swift
[28/76] Compiling NIO IntegerTypes.swift
[29/76] Compiling NIO Interfaces.swift
[30/76] Compiling NIO PendingDatagramWritesManager.swift
[31/76] Compiling NIO PendingWritesManager.swift
[32/76] Compiling NIO PipeChannel.swift
[33/76] Compiling NIO PipePair.swift
[34/76] Compiling NIO PriorityQueue.swift
[35/76] Compiling NIO RecvByteBufferAllocator.swift
[36/76] Compiling NIO Resolver.swift
[37/76] Compiling NIO Selectable.swift
[38/76] Compiling NIO SelectableEventLoop.swift
[39/76] Compiling NIO Selector.swift
[40/76] Compiling NIO ServerSocket.swift
[41/76] Compiling NIO SingleStepByteToMessageDecoder.swift
[42/76] Compiling NIO Socket.swift
[43/76] Compiling NIO SocketAddresses.swift
[44/76] 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 }
^
[45/76] 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 }
^
[46/76] 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 }
^
[47/76] 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 }
^
[48/76] Compiling NIO NIOAny.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 }
^
[49/76] Compiling NIO NIOCloseOnErrorHandler.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 }
^
[50/76] Compiling NIO NIOThreadPool.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 }
^
[51/76] Compiling NIO NonBlockingFileIO.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 }
^
[52/76] Compiling NIO SocketChannel.swift
[53/76] Compiling NIO SocketOptionProvider.swift
[54/76] Compiling NIO SocketProtocols.swift
[55/76] Compiling NIO System.swift
[56/76] Compiling NIO Thread.swift
[57/76] Compiling NIO TypeAssistedChannelHandler.swift
[58/76] Compiling NIO Utilities.swift
[59/76] Emitting module CwlDemangle
[60/76] Compiling CwlDemangle CwlDemangle.swift
[63/122] Compiling Runtime StructMetadataLayout.swift
[64/122] Compiling Runtime StructTypeDescriptor.swift
[65/122] Compiling Runtime TargetTypeGenericContextDescriptorHeader.swift
[66/122] Compiling Runtime TupleMetadataLayout.swift
[67/122] Compiling Runtime TypeDescriptor.swift
[68/122] Compiling Runtime ExistentialContainter.swift
[69/122] Compiling Runtime FieldDescriptor.swift
[70/122] Compiling Runtime FunctionMetadataLayout.swift
[71/122] Compiling Runtime ProtocolTypeContainer.swift
[77/128] Compiling Runtime DefaultValue.swift
[78/128] Compiling Runtime Factory.swift
[79/128] Compiling Runtime ClassHeader.swift
[80/128] Compiling Runtime ClassMetadataLayout.swift
[81/128] Compiling Runtime ClassTypeDescriptor.swift
[82/128] Compiling Runtime EnumMetadataLayout.swift
[83/128] Compiling Runtime EnumTypeDescriptor.swift
[85/128] Compiling Runtime Pointers.swift
[86/128] Compiling Runtime RelativePointer.swift
[87/128] Compiling Runtime RelativeVectorPointer.swift
[88/128] Compiling Runtime Union.swift
[89/128] Compiling Runtime Vector.swift
[90/128] Compiling Runtime GettersSetters.swift
error: fatalError
[0/1] Planning build
Building for debugging...
[1/49] Compiling Runtime ProtocolMetadata.swift
[2/49] Compiling Runtime StructMetadata.swift
[3/49] Compiling Runtime TupleMetadata.swift
[4/49] Compiling Runtime Case.swift
[5/49] Compiling Runtime Errors.swift
[6/53] Emitting module Runtime
[7/54] Compiling Runtime TypeInfo.swift
[8/54] Compiling Runtime TypeInfoConvertible.swift
[9/54] Compiling Runtime Pointer+Extensions.swift
[10/54] Compiling Runtime RetainCounts.swift
[11/54] Compiling Runtime EnumTypeDescriptor.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 }
^
[12/54] Compiling Runtime ExistentialContainter.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 }
^
[13/54] Compiling Runtime ClassTypeDescriptor.swift
/host/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 {
^
/host/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/54] Compiling Runtime EnumMetadataLayout.swift
/host/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 {
^
/host/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/54] Compiling Runtime ClassHeader.swift
[16/54] Compiling Runtime ClassMetadataLayout.swift
[17/57] Compiling Runtime ProtocolMetadataLayout.swift
[18/57] Compiling Runtime ValueWitnessTable.swift
[19/57] Compiling Runtime MetadataLayoutType.swift
[20/57] Compiling Runtime ProtocolDescriptor.swift
[21/57] Compiling Runtime FieldDescriptor.swift
[22/57] Compiling Runtime FunctionMetadataLayout.swift
[23/82] Compiling Runtime DefaultValue.swift
[24/82] Compiling Runtime Factory.swift
[28/83] Compiling NIO DeadChannel.swift
[29/83] Compiling NIO FileRegion.swift
[30/83] Compiling NIO GetaddrinfoResolver.swift
[31/83] Compiling NIO HappyEyeballs.swift
[32/83] Compiling Runtime Pointers.swift
[38/86] Compiling NIO ByteBuffer-aux.swift
[39/86] Compiling NIO ByteBuffer-core.swift
[40/86] Compiling NIO ByteBuffer-int.swift
[41/86] Compiling NIO Codec.swift
[42/86] Compiling NIO DatagramVectorReadManager.swift
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/Runtime/Metadata/ClassMetadata.swift:89:47: error: cannot find type 'Dl_info' in scope
let result = UnsafeMutablePointer<Dl_info>.allocate(capacity: 1)
^~~~~~~
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/Runtime/Metadata/ClassMetadata.swift:90:13: error: cannot find 'dladdr' in scope
dladdr(impl, result)
^~~~~~
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/Runtime/Metadata/ClassMetadata.swift:99:30: error: cannot find 'Dl_info' in scope
var symbolInfo = Dl_info()
^~~~~~~
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/Runtime/Metadata/ClassMetadata.swift:100:13: error: cannot find 'dladdr' in scope
dladdr(functionPointer, &symbolInfo)
^~~~~~
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/Runtime/Metadata/ClassMetadata.swift:117:29: error: generic parameter 'Sequence2' could not be inferred
let arguments = zip(demangled.labelList ?? [], argumentTypes)
^
Swift.zip:1:24: note: in call to function 'zip'
@inlinable public func zip<Sequence1, Sequence2>(_ sequence1: Sequence1, _ sequence2: Sequence2) -> Zip2Sequence<Sequence1, Sequence2> where Sequence1 : Sequence, Sequence2 : Sequence
^
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/Runtime/Metadata/ClassMetadata.swift:121:62: error: cannot infer contextual base in reference to member 'ascii'
let cString = symbolName.cString(using: .ascii)!
~^~~~~
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/Runtime/Metadata/ClassMetadata.swift:89:47: error: cannot find type 'Dl_info' in scope
let result = UnsafeMutablePointer<Dl_info>.allocate(capacity: 1)
^~~~~~~
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/Runtime/Metadata/ClassMetadata.swift:90:13: error: cannot find 'dladdr' in scope
dladdr(impl, result)
^~~~~~
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/Runtime/Metadata/ClassMetadata.swift:99:30: error: cannot find 'Dl_info' in scope
var symbolInfo = Dl_info()
^~~~~~~
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/Runtime/Metadata/ClassMetadata.swift:100:13: error: cannot find 'dladdr' in scope
dladdr(functionPointer, &symbolInfo)
^~~~~~
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/Runtime/Metadata/ClassMetadata.swift:117:29: error: generic parameter 'Sequence2' could not be inferred
let arguments = zip(demangled.labelList ?? [], argumentTypes)
^
Swift.zip:1:24: note: in call to function 'zip'
@inlinable public func zip<Sequence1, Sequence2>(_ sequence1: Sequence1, _ sequence2: Sequence2) -> Zip2Sequence<Sequence1, Sequence2> where Sequence1 : Sequence, Sequence2 : Sequence
^
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/Runtime/Metadata/ClassMetadata.swift:121:62: error: cannot infer contextual base in reference to member 'ascii'
let cString = symbolName.cString(using: .ascii)!
~^~~~~
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/Runtime/Metadata/ClassMetadata.swift:89:47: error: cannot find type 'Dl_info' in scope
let result = UnsafeMutablePointer<Dl_info>.allocate(capacity: 1)
^~~~~~~
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/Runtime/Metadata/ClassMetadata.swift:90:13: error: cannot find 'dladdr' in scope
dladdr(impl, result)
^~~~~~
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/Runtime/Metadata/ClassMetadata.swift:99:30: error: cannot find 'Dl_info' in scope
var symbolInfo = Dl_info()
^~~~~~~
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/Runtime/Metadata/ClassMetadata.swift:100:13: error: cannot find 'dladdr' in scope
dladdr(functionPointer, &symbolInfo)
^~~~~~
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/Runtime/Metadata/ClassMetadata.swift:117:29: error: generic parameter 'Sequence2' could not be inferred
let arguments = zip(demangled.labelList ?? [], argumentTypes)
^
Swift.zip:1:24: note: in call to function 'zip'
@inlinable public func zip<Sequence1, Sequence2>(_ sequence1: Sequence1, _ sequence2: Sequence2) -> Zip2Sequence<Sequence1, Sequence2> where Sequence1 : Sequence, Sequence2 : Sequence
^
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/Runtime/Metadata/ClassMetadata.swift:121:62: error: cannot infer contextual base in reference to member 'ascii'
let cString = symbolName.cString(using: .ascii)!
~^~~~~
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/Runtime/Metadata/ClassMetadata.swift:89:47: error: cannot find type 'Dl_info' in scope
let result = UnsafeMutablePointer<Dl_info>.allocate(capacity: 1)
^~~~~~~
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/Runtime/Metadata/ClassMetadata.swift:90:13: error: cannot find 'dladdr' in scope
dladdr(impl, result)
^~~~~~
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/Runtime/Metadata/ClassMetadata.swift:99:30: error: cannot find 'Dl_info' in scope
var symbolInfo = Dl_info()
^~~~~~~
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/Runtime/Metadata/ClassMetadata.swift:100:13: error: cannot find 'dladdr' in scope
dladdr(functionPointer, &symbolInfo)
^~~~~~
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/Runtime/Metadata/ClassMetadata.swift:117:29: error: generic parameter 'Sequence2' could not be inferred
let arguments = zip(demangled.labelList ?? [], argumentTypes)
^
Swift.zip:1:24: note: in call to function 'zip'
@inlinable public func zip<Sequence1, Sequence2>(_ sequence1: Sequence1, _ sequence2: Sequence2) -> Zip2Sequence<Sequence1, Sequence2> where Sequence1 : Sequence, Sequence2 : Sequence
^
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/Runtime/Metadata/ClassMetadata.swift:121:62: error: cannot infer contextual base in reference to member 'ascii'
let cString = symbolName.cString(using: .ascii)!
~^~~~~
[47/86] Compiling NIO NIOThreadPool.swift
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/Runtime/Metadata/ClassMetadata.swift:89:47: error: cannot find type 'Dl_info' in scope
let result = UnsafeMutablePointer<Dl_info>.allocate(capacity: 1)
^~~~~~~
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/Runtime/Metadata/ClassMetadata.swift:90:13: error: cannot find 'dladdr' in scope
dladdr(impl, result)
^~~~~~
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/Runtime/Metadata/ClassMetadata.swift:99:30: error: cannot find 'Dl_info' in scope
var symbolInfo = Dl_info()
^~~~~~~
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/Runtime/Metadata/ClassMetadata.swift:100:13: error: cannot find 'dladdr' in scope
dladdr(functionPointer, &symbolInfo)
^~~~~~
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/Runtime/Metadata/ClassMetadata.swift:117:29: error: generic parameter 'Sequence2' could not be inferred
let arguments = zip(demangled.labelList ?? [], argumentTypes)
^
Swift.zip:1:24: note: in call to function 'zip'
@inlinable public func zip<Sequence1, Sequence2>(_ sequence1: Sequence1, _ sequence2: Sequence2) -> Zip2Sequence<Sequence1, Sequence2> where Sequence1 : Sequence, Sequence2 : Sequence
^
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/Runtime/Metadata/ClassMetadata.swift:121:62: error: cannot infer contextual base in reference to member 'ascii'
let cString = symbolName.cString(using: .ascii)!
~^~~~~
[48/88] Compiling Runtime StructMetadataLayout.swift
[49/89] Compiling Runtime TupleMetadataLayout.swift
[50/89] Compiling Runtime Union.swift
[51/91] Compiling Runtime RelativeVectorPointer.swift
[52/91] Compiling Runtime RelativePointer.swift
[53/92] Compiling Runtime GettersSetters.swift
[54/92] Compiling Runtime ProtocolTypeContainer.swift
[55/92] Compiling Runtime Vector.swift
[56/92] Compiling NIO EventLoopFuture.swift
[57/92] Compiling NIO FileDescriptor.swift
[58/92] Compiling NIO FileHandle.swift
[59/92] Compiling NIO IOData.swift
[60/92] Compiling Runtime TargetTypeGenericContextDescriptorHeader.swift
[61/92] Compiling Runtime TypeDescriptor.swift
[62/92] Compiling Runtime StructTypeDescriptor.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[65/92] Emitting module NIO
/host/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 {
^
/host/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 }
^
/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 }
^
error: fatalError
BUILD FAILURE 5.9 linux