Build Information
Failed to build GraphQL with Swift 5.9 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4609320-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: master
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
* 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: 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-4609320-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/1827] Fetching runtime
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/nerdsupremacist/Runtime.git (3.40s)
warning: 'cwldemangle': skipping cache due to an error: Failed to clone repository https://github.com/mattgallagher/CwlDemangle.git:
Cloning into bare repository '/root/.cache/org.swift.swiftpm/repositories/CwlDemangle-42cf9dc0'...
error: RPC failed; HTTP 500 curl 22 The requested URL returned error: 500
fatal: expected flush after ref listing
warning: 'cruntime': skipping cache due to an error: Failed to clone repository https://github.com/nerdsupremacist/CRuntime.git:
Cloning into bare repository '/root/.cache/org.swift.swiftpm/repositories/CRuntime-fe8d705c'...
error: RPC failed; HTTP 500 curl 22 The requested URL returned error: 500
fatal: expected flush after ref listing
[1/276] Fetching cwldemangle
[79/399] Fetching cwldemangle, cruntime
Fetched https://github.com/mattgallagher/CwlDemangle.git (7.26s)
Fetched https://github.com/nerdsupremacist/CRuntime.git (7.26s)
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 (12.08s)
Computing version for https://github.com/nerdsupremacist/Runtime.git
Computed https://github.com/nerdsupremacist/Runtime.git at 2.1.2-beta.1 (0.61s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.14.0 (0.55s)
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 (1.20s)
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/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
Building for debugging...
[0/6] Compiling CNIOLinux ifaddrs-android.c
[1/6] Compiling CNIODarwin shim.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 atomics.swift
[8/12] Compiling NIOConcurrencyHelpers lock.swift
[9/12] Emitting module NIOConcurrencyHelpers
[10/12] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[13/69] 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 }
^
[14/69] 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 }
^
[15/69] 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 }
^
[16/69] 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 }
^
[17/69] 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 }
^
[18/69] 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 }
^
[19/69] 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 }
^
[20/69] 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 }
^
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 PendingDatagramWritesManager.swift
[23/76] Compiling NIO PendingWritesManager.swift
[24/76] Compiling NIO PipeChannel.swift
[25/76] Compiling NIO PipePair.swift
[26/76] Compiling NIO PriorityQueue.swift
[27/76] Compiling NIO RecvByteBufferAllocator.swift
[28/76] Compiling NIO Resolver.swift
[29/76] Compiling NIO Selectable.swift
[30/76] Compiling NIO SelectableEventLoop.swift
[31/76] Compiling NIO Selector.swift
[32/76] Compiling NIO ServerSocket.swift
[33/76] Compiling NIO SingleStepByteToMessageDecoder.swift
[34/76] Compiling NIO Socket.swift
[35/76] Compiling NIO SocketAddresses.swift
[36/76] Compiling NIO FileRegion.swift
[37/76] Compiling NIO GetaddrinfoResolver.swift
[38/76] Compiling NIO HappyEyeballs.swift
[39/76] Compiling NIO Heap.swift
[40/76] Compiling NIO IO.swift
[41/76] Compiling NIO IOData.swift
[42/76] Compiling NIO IntegerTypes.swift
[43/76] Compiling NIO Interfaces.swift
[44/76] Compiling NIO SocketChannel.swift
[45/76] Compiling NIO SocketOptionProvider.swift
[46/76] Compiling NIO SocketProtocols.swift
[47/76] Compiling NIO System.swift
[48/76] Compiling NIO Thread.swift
[49/76] Compiling NIO TypeAssistedChannelHandler.swift
[50/76] Compiling NIO Utilities.swift
[51/76] 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 }
^
[52/76] 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 }
^
[53/76] 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 }
^
[54/76] 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 }
^
[55/76] 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 }
^
[56/76] 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 }
^
[57/76] 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 }
^
[58/76] 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 }
^
[59/76] Emitting module CwlDemangle
[60/76] Compiling CwlDemangle CwlDemangle.swift
[63/78] Compiling NIO Codec.swift
[64/78] Compiling NIO DatagramVectorReadManager.swift
[65/78] Compiling NIO DeadChannel.swift
[66/78] Compiling NIO Embedded.swift
[67/78] Compiling NIO EventLoop.swift
[68/78] Compiling NIO EventLoopFuture.swift
[69/78] Compiling NIO FileDescriptor.swift
[70/78] Compiling NIO FileHandle.swift
[71/78] Compiling NIO AddressedEnvelope.swift
[72/78] Compiling NIO BaseSocket.swift
[73/78] Compiling NIO BaseSocketChannel.swift
[74/78] Compiling NIO BaseStreamSocketChannel.swift
[75/78] Compiling NIO Bootstrap.swift
[76/78] Compiling NIO ByteBuffer-aux.swift
[77/78] Compiling NIO ByteBuffer-core.swift
[78/78] Compiling NIO ByteBuffer-int.swift
error: fatalError
[0/1] Planning build
Building for debugging...
[0/4] Compiling CNIOSHA1 c_nio_sha1.c
[1/4] Compiling CNIOLinux shim.c
[2/5] Compiling c-nioatomics.c
[3/5] Compiling c-atomics.c
[5/6] Emitting module CwlDemangle
[6/7] Emitting module NIOConcurrencyHelpers
[11/69] Compiling NIO ByteBuffer-views.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)!
~^~~~~
[12/69] Compiling NIO Channel.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)!
~^~~~~
[13/69] Compiling NIO ChannelHandler.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)!
~^~~~~
[14/69] Compiling NIO ChannelHandlers.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)!
~^~~~~
[15/69] Compiling NIO ChannelInvoker.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)!
~^~~~~
[16/69] Compiling NIO ChannelOption.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)!
~^~~~~
[17/75] Emitting module Runtime
[18/75] Compiling NIO Linux.swift
[19/75] Compiling NIO LinuxCPUSet.swift
[20/75] Compiling NIO ChannelPipeline.swift
[21/75] Compiling NIO CircularBuffer.swift
[22/75] Compiling NIO MarkedCircularBuffer.swift
[23/75] Compiling NIO MulticastChannel.swift
[24/75] Compiling Runtime ProtocolTypeContainer.swift
[25/75] Compiling Runtime StructMetadataLayout.swift
[26/75] Compiling Runtime StructTypeDescriptor.swift
[27/75] Compiling Runtime TargetTypeGenericContextDescriptorHeader.swift
[28/75] Compiling Runtime TupleMetadataLayout.swift
[29/75] Compiling Runtime TypeDescriptor.swift
[30/75] Compiling Runtime FunctionInfo.swift
[31/75] Compiling Runtime Kind.swift
[32/75] Compiling Runtime MethodInfo.swift
[33/75] Compiling Runtime PropertyInfo.swift
[34/75] Compiling Runtime TypeInfo.swift
[35/75] Compiling Runtime TypeInfoConvertible.swift
[36/75] Compiling Runtime Pointers.swift
[37/75] Compiling Runtime RelativePointer.swift
[38/75] Compiling Runtime RelativeVectorPointer.swift
[39/75] Compiling Runtime Union.swift
[40/75] Compiling Runtime Vector.swift
[41/75] Compiling Runtime GettersSetters.swift
[42/75] Compiling NIO NIOAny.swift
[43/75] 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 }
^
/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/79] Compiling Runtime DefaultValue.swift
[47/79] Compiling Runtime Factory.swift
[48/79] Compiling Runtime ClassHeader.swift
[49/79] Compiling Runtime ClassMetadataLayout.swift
[50/79] Compiling Runtime ClassTypeDescriptor.swift
[51/79] Compiling Runtime EnumMetadataLayout.swift
[52/79] Compiling Runtime EnumTypeDescriptor.swift
[55/79] Compiling NIO NIOThreadPool.swift
[56/79] Compiling NIO NonBlockingFileIO.swift
[57/79] Compiling NIO BaseSocketChannel.swift
[58/79] Compiling NIO BaseStreamSocketChannel.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 }
^
/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 }
^
[67/87] Compiling Runtime Pointer+Extensions.swift
[68/87] Compiling Runtime RetainCounts.swift
[69/87] Compiling Runtime Sequence+first.swift
[70/87] Compiling Runtime String+Extensions.swift
[71/87] Compiling Runtime SwiftSymbol.swift
[72/87] Compiling Runtime TypeSymbol.swift
error: fatalError
BUILD FAILURE 5.9 linux