The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build mqtt-nio, reference main (493ca8), with Swift 6.1 for Wasm on 31 May 2025 02:47:41 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-server-community/mqtt-nio.git
Reference: main
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/swift-server-community/mqtt-nio
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 493ca8b End publish listener on connection close if clean session is set to true (#171)
Cloned https://github.com/swift-server-community/mqtt-nio.git
Revision (git rev-parse @):
493ca8bae5b3e93f9246a1a182a87efe25b5e6ba
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-server-community/mqtt-nio.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swift-server-community/mqtt-nio.git
https://github.com/swift-server-community/mqtt-nio.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.80.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.14.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    },
    {
      "identity" : "swift-nio-transport-services",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.20.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-transport-services.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "mqtt-nio",
  "name" : "mqtt-nio",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "MQTTNIO",
      "targets" : [
        "MQTTNIO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MQTTNIOTests",
      "module_type" : "SwiftTarget",
      "name" : "MQTTNIOTests",
      "path" : "Tests/MQTTNIOTests",
      "sources" : [
        "CoreMQTTTests.swift",
        "MQTTNIOTests+async.swift",
        "MQTTNIOTests.swift",
        "MQTTNIOv5Tests.swift"
      ],
      "target_dependencies" : [
        "MQTTNIO"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MQTTNIO",
      "module_type" : "SwiftTarget",
      "name" : "MQTTNIO",
      "path" : "Sources/MQTTNIO",
      "product_dependencies" : [
        "Atomics",
        "Logging",
        "NIO",
        "NIOConcurrencyHelpers",
        "NIOHTTP1",
        "NIOWebSocket",
        "NIOSSL",
        "NIOTransportServices"
      ],
      "product_memberships" : [
        "MQTTNIO"
      ],
      "sources" : [
        "AsyncAwaitSupport/MQTTClient+async.swift",
        "AsyncAwaitSupport/MQTTClientV5+async.swift",
        "AsyncAwaitSupport/Sendable.swift",
        "ChannelHandlers/MQTTMessageDecoder.swift",
        "ChannelHandlers/MQTTMessageHandler.swift",
        "ChannelHandlers/MQTTTaskHandler.swift",
        "ChannelHandlers/PingreqHandler.swift",
        "ChannelHandlers/WebSocketHandler.swift",
        "ChannelHandlers/WebSocketInitialRequest.swift",
        "MQTTClient.swift",
        "MQTTClientV5.swift",
        "MQTTConfiguration.swift",
        "MQTTConnection.swift",
        "MQTTCoreTypes.swift",
        "MQTTCoreTypesV5.swift",
        "MQTTError.swift",
        "MQTTInflight.swift",
        "MQTTListeners.swift",
        "MQTTPacket.swift",
        "MQTTProperties.swift",
        "MQTTReason.swift",
        "MQTTSerializer.swift",
        "MQTTTask.swift",
        "TSTLSConfiguration.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-atomics.git
[1/2667] Fetching swift-nio-transport-services
[1922/4716] Fetching swift-nio-transport-services, swift-docc-plugin
[2894/8552] Fetching swift-nio-transport-services, swift-docc-plugin, swift-log
[4180/10269] Fetching swift-nio-transport-services, swift-docc-plugin, swift-log, swift-atomics
[10270/25112] Fetching swift-nio-transport-services, swift-docc-plugin, swift-log, swift-atomics, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.47s)
[7751/22445] Fetching swift-docc-plugin, swift-log, swift-atomics, swift-nio-ssl
[7752/98568] Fetching swift-docc-plugin, swift-log, swift-atomics, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (0.65s)
Fetched https://github.com/apple/swift-log.git from cache (0.65s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.66s)
[5737/90966] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (9.76s)
Fetched https://github.com/apple/swift-nio.git from cache (9.83s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (18.57s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[2417/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.85s)
Fetched https://github.com/apple/swift-collections.git from cache (1.95s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.94s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.60s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.82s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.63s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.68s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3392] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.63s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.47s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.92s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.78s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.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.83.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/33] Write sources
[18/33] Compiling CNIOWindows shim.c
[18/33] Compiling CNIOWASI CNIOWASI.c
[18/33] Compiling CNIOWindows WSAStartup.c
[21/33] Compiling CNIOLinux liburing_shims.c
[21/33] Compiling CNIOLinux shim.c
[23/33] Compiling CNIOLLHTTP c_nio_http.c
[24/33] Compiling CNIOSHA1 c_nio_sha1.c
[25/33] Write sources
[26/33] Compiling CNIODarwin shim.c
[27/33] Compiling CNIOLLHTTP c_nio_api.c
[28/33] Write swift-version-24593BA9C3E375BF.txt
[29/33] Compiling _AtomicsShims.c
[31/77] Emitting module Logging
[32/77] Emitting module _NIODataStructures
[32/77] Compiling CNIOLLHTTP c_nio_llhttp.c
[33/77] Compiling c-nioatomics.c
[34/77] Compiling c-atomics.c
[36/77] Compiling Atomics UnsafeAtomic.swift
[37/77] Compiling Atomics UnsafeAtomicLazyReference.swift
[38/77] Compiling Logging Locks.swift
[39/79] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[40/80] Compiling InternalCollectionsUtilities Descriptions.swift
[41/80] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[42/80] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[43/80] Compiling InternalCollectionsUtilities Debugging.swift
[44/80] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[45/80] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[46/80] Compiling _NIOBase64 Base64.swift
[47/80] Emitting module _NIOBase64
[48/80] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[49/80] Compiling InternalCollectionsUtilities _SortedCollection.swift
[50/80] Emitting module InternalCollectionsUtilities
[51/80] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[52/80] Compiling InternalCollectionsUtilities Integer rank.swift
[53/80] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[54/80] Compiling InternalCollectionsUtilities UInt+reversed.swift
[58/81] Compiling _NIODataStructures _TinyArray.swift
[59/84] Compiling Atomics ManagedAtomic.swift
[60/84] Compiling Atomics ManagedAtomicLazyReference.swift
[64/87] Emitting module Atomics
[72/87] Compiling _NIODataStructures PriorityQueue.swift
[73/87] Compiling Atomics AtomicMemoryOrderings.swift
[74/87] Compiling Atomics DoubleWord.swift
[75/87] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[77/88] Compiling Atomics IntegerOperations.swift
[78/88] Compiling Atomics Unmanaged extensions.swift
[80/89] Compiling NIOConcurrencyHelpers NIOLock.swift
[81/89] Compiling NIOConcurrencyHelpers lock.swift
[82/89] Compiling _NIODataStructures Heap.swift
[83/90] Compiling Logging MetadataProvider.swift
[84/90] Emitting module NIOConcurrencyHelpers
[85/90] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[86/90] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[87/90] Compiling NIOConcurrencyHelpers atomics.swift
[90/91] Compiling Logging LogHandler.swift
[91/91] Compiling Logging Logging.swift
[93/107] Compiling DequeModule _DequeBuffer.swift
[94/107] Compiling DequeModule _DequeBufferHeader.swift
[95/109] Compiling DequeModule Deque+Extras.swift
[96/109] Compiling DequeModule Deque+Hashable.swift
[97/109] Compiling DequeModule Deque+Testing.swift
[98/109] Compiling DequeModule Deque._Storage.swift
[99/109] Compiling DequeModule Deque+Equatable.swift
[100/109] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[101/109] Compiling DequeModule Deque._UnsafeHandle.swift
[102/109] Compiling DequeModule Deque.swift
[103/109] Compiling DequeModule _DequeSlot.swift
[104/109] Compiling DequeModule _UnsafeWrappedBuffer.swift
[105/109] Compiling DequeModule Deque+CustomReflectable.swift
[106/109] Compiling DequeModule Deque+Descriptions.swift
[107/109] Compiling DequeModule Deque+Codable.swift
[108/109] Compiling DequeModule Deque+Collection.swift
[109/109] Emitting module DequeModule
[111/170] Compiling NIOCore AddressedEnvelope.swift
[112/170] Compiling NIOCore AsyncAwaitSupport.swift
[113/170] Compiling NIOCore AsyncChannel.swift
[114/170] Compiling NIOCore AsyncChannelHandler.swift
[115/170] Compiling NIOCore AsyncChannelInboundStream.swift
[116/170] Compiling NIOCore AsyncChannelOutboundWriter.swift
[117/170] Compiling NIOCore NIOAsyncSequenceProducer.swift
[118/170] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[119/170] Compiling NIOCore NIOAsyncWriter.swift
[120/170] Compiling NIOCore CircularBuffer.swift
[121/170] Compiling NIOCore Codec.swift
[122/170] Compiling NIOCore ConvenienceOptionSupport.swift
[123/170] Compiling NIOCore DeadChannel.swift
[124/170] Compiling NIOCore DispatchQueue+WithFuture.swift
[125/170] Compiling NIOCore EventLoop+Deprecated.swift
[126/170] Compiling NIOCore EventLoop+SerialExecutor.swift
[127/170] Compiling NIOCore EventLoop.swift
[128/178] Compiling NIOCore ByteBuffer-multi-int.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[129/178] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[130/178] Compiling NIOCore ByteBuffer-views.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[131/178] Compiling NIOCore Channel.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[132/178] Compiling NIOCore ChannelHandler.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[133/178] Compiling NIOCore ChannelHandlers.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[134/178] Compiling NIOCore ChannelInvoker.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[135/178] Compiling NIOCore ChannelOption.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[136/178] Compiling NIOCore ChannelPipeline.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[137/178] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[138/178] Compiling NIOCore BSDSocketAPI.swift
[139/178] Compiling NIOCore ByteBuffer-aux.swift
[140/178] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[141/178] Compiling NIOCore ByteBuffer-conversions.swift
[142/178] Compiling NIOCore ByteBuffer-core.swift
[143/178] Compiling NIOCore ByteBuffer-hex.swift
[144/178] Compiling NIOCore ByteBuffer-int.swift
[145/178] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[146/178] Compiling NIOCore MulticastChannel.swift
[147/178] Compiling NIOCore NIOAny.swift
[148/178] Compiling NIOCore NIOCloseOnErrorHandler.swift
[149/178] Compiling NIOCore NIOLoopBound.swift
[150/178] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[151/178] Compiling NIOCore NIOScheduledCallback.swift
[152/178] Compiling NIOCore NIOSendable.swift
[153/178] Compiling NIOCore RecvByteBufferAllocator.swift
[154/178] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[155/178] Compiling NIOCore EventLoopFuture+Deprecated.swift
[156/178] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[157/178] Compiling NIOCore EventLoopFuture.swift
[158/178] Compiling NIOCore FileDescriptor.swift
[159/178] Compiling NIOCore FileHandle.swift
[160/178] Compiling NIOCore FileRegion.swift
[161/178] Compiling NIOCore GlobalSingletons.swift
[162/178] Compiling NIOCore IO.swift
[163/178] Compiling NIOCore IOData.swift
[164/178] Compiling NIOCore IPProtocol.swift
[165/178] Compiling NIOCore IntegerBitPacking.swift
[166/178] Compiling NIOCore IntegerTypes.swift
[167/178] Compiling NIOCore Interfaces.swift
[168/178] Compiling NIOCore Linux.swift
[169/178] Compiling NIOCore MarkedCircularBuffer.swift
[170/178] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[171/178] Compiling NIOCore SocketAddresses.swift
[172/178] Compiling NIOCore SocketOptionProvider.swift
[173/178] Compiling NIOCore SystemCallHelpers.swift
[174/178] Compiling NIOCore TimeAmount+Duration.swift
[175/178] Compiling NIOCore TypeAssistedChannelHandler.swift
[176/178] Compiling NIOCore UniversalBootstrapSupport.swift
[177/178] Compiling NIOCore Utilities.swift
[178/178] Emitting module NIOCore
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/53] Compiling Logging LogHandler.swift
[5/53] Compiling Atomics OptionalRawRepresentable.swift
[6/53] Compiling Atomics RawRepresentable.swift
[7/53] Compiling NIOConcurrencyHelpers lock.swift
[8/54] Compiling Logging Locks.swift
[9/54] Emitting module Logging
[10/54] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[11/54] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[12/54] Compiling Logging MetadataProvider.swift
[13/54] Compiling Atomics UnsafeAtomic.swift
[14/54] Compiling Atomics UnsafeAtomicLazyReference.swift
[15/56] Compiling Atomics PointerConformances.swift
[16/56] Compiling Atomics Primitives.native.swift
[17/56] Compiling _NIODataStructures _TinyArray.swift
[18/56] Compiling Atomics AtomicOptionalWrappable.swift
[19/56] Compiling Atomics ManagedAtomic.swift
[20/56] Compiling _NIODataStructures PriorityQueue.swift
[22/56] Compiling Atomics ManagedAtomicLazyReference.swift
[23/56] Compiling NIOConcurrencyHelpers NIOLock.swift
[24/56] Emitting module _NIODataStructures
[25/56] Emitting module NIOConcurrencyHelpers
[26/56] Compiling Atomics AtomicMemoryOrderings.swift
[27/56] Compiling Atomics DoubleWord.swift
[28/56] Compiling _NIOBase64 Base64.swift
[29/56] Emitting module _NIOBase64
[30/56] Compiling Atomics AtomicBool.swift
[31/56] Compiling Atomics IntegerConformances.swift
[32/57] Compiling Atomics IntegerOperations.swift
[33/57] Compiling Atomics Unmanaged extensions.swift
[34/57] Compiling _NIODataStructures Heap.swift
[35/58] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[37/58] Compiling Atomics AtomicReference.swift
[38/58] Compiling Atomics AtomicStorage.swift
[39/58] Compiling Atomics AtomicValue.swift
[40/58] Compiling Atomics Primitives.shims.swift
[41/58] Compiling Atomics AtomicInteger.swift
[43/58] Emitting module InternalCollectionsUtilities
[45/58] Compiling NIOConcurrencyHelpers atomics.swift
[48/58] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[53/60] Compiling Logging Logging.swift
[55/76] Compiling DequeModule Deque+CustomReflectable.swift
[56/76] Compiling DequeModule Deque+Descriptions.swift
[57/78] Compiling DequeModule _DequeBuffer.swift
[58/78] Compiling DequeModule _DequeBufferHeader.swift
[59/78] Compiling DequeModule Deque+Extras.swift
[60/78] Compiling DequeModule Deque+Hashable.swift
[61/78] Compiling DequeModule Deque+Equatable.swift
[62/78] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[63/78] Compiling DequeModule _DequeSlot.swift
[64/78] Compiling DequeModule _UnsafeWrappedBuffer.swift
[65/78] Emitting module Atomics
[66/78] Compiling DequeModule Deque._UnsafeHandle.swift
[67/78] Compiling DequeModule Deque.swift
[68/78] Compiling DequeModule Deque+Testing.swift
[69/78] Compiling DequeModule Deque._Storage.swift
[70/78] Emitting module DequeModule
[71/78] Compiling DequeModule Deque+Codable.swift
[72/78] Compiling DequeModule Deque+Collection.swift
[81/140] Compiling NIOCore MulticastChannel.swift
[82/140] Compiling NIOCore NIOAny.swift
[83/140] Compiling NIOCore NIOCloseOnErrorHandler.swift
[84/140] Compiling NIOCore NIOLoopBound.swift
[85/140] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[86/140] Compiling NIOCore NIOScheduledCallback.swift
[87/140] Compiling NIOCore NIOSendable.swift
[88/140] Compiling NIOCore RecvByteBufferAllocator.swift
[89/148] Compiling NIOCore IO.swift
[90/148] Compiling NIOCore IOData.swift
[91/148] Compiling NIOCore IPProtocol.swift
[92/148] Compiling NIOCore IntegerBitPacking.swift
[93/148] Compiling NIOCore IntegerTypes.swift
[94/148] Compiling NIOCore Interfaces.swift
[95/148] Compiling NIOCore Linux.swift
[96/148] Compiling NIOCore MarkedCircularBuffer.swift
[97/148] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[98/148] Compiling NIOCore EventLoopFuture+Deprecated.swift
[99/148] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[100/148] Compiling NIOCore EventLoopFuture.swift
[101/148] Compiling NIOCore FileDescriptor.swift
[102/148] Compiling NIOCore FileHandle.swift
[103/148] Compiling NIOCore FileRegion.swift
[104/148] Compiling NIOCore GlobalSingletons.swift
[105/148] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[106/148] Compiling NIOCore SocketAddresses.swift
[107/148] Compiling NIOCore SocketOptionProvider.swift
[108/148] Compiling NIOCore SystemCallHelpers.swift
[109/148] Compiling NIOCore TimeAmount+Duration.swift
[110/148] Compiling NIOCore TypeAssistedChannelHandler.swift
[111/148] Compiling NIOCore UniversalBootstrapSupport.swift
[112/148] Compiling NIOCore Utilities.swift
[113/148] Compiling NIOCore CircularBuffer.swift
[114/148] Compiling NIOCore Codec.swift
[115/148] Compiling NIOCore ConvenienceOptionSupport.swift
[116/148] Compiling NIOCore DeadChannel.swift
[117/148] Compiling NIOCore DispatchQueue+WithFuture.swift
[118/148] Compiling NIOCore EventLoop+Deprecated.swift
[119/148] Compiling NIOCore EventLoop+SerialExecutor.swift
[120/148] Compiling NIOCore EventLoop.swift
[121/148] Compiling NIOCore ByteBuffer-multi-int.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[122/148] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[123/148] Compiling NIOCore ByteBuffer-views.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[124/148] Compiling NIOCore Channel.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[125/148] Compiling NIOCore ChannelHandler.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[126/148] Compiling NIOCore ChannelHandlers.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[127/148] Compiling NIOCore ChannelInvoker.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[128/148] Compiling NIOCore ChannelOption.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[129/148] Compiling NIOCore ChannelPipeline.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[130/148] Compiling NIOCore AddressedEnvelope.swift
[131/148] Compiling NIOCore AsyncAwaitSupport.swift
[132/148] Compiling NIOCore AsyncChannel.swift
[133/148] Compiling NIOCore AsyncChannelHandler.swift
[134/148] Compiling NIOCore AsyncChannelInboundStream.swift
[135/148] Compiling NIOCore AsyncChannelOutboundWriter.swift
[136/148] Compiling NIOCore NIOAsyncSequenceProducer.swift
[137/148] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[138/148] Compiling NIOCore NIOAsyncWriter.swift
[139/148] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[140/148] Compiling NIOCore BSDSocketAPI.swift
[141/148] Compiling NIOCore ByteBuffer-aux.swift
[142/148] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[143/148] Compiling NIOCore ByteBuffer-conversions.swift
[144/148] Compiling NIOCore ByteBuffer-core.swift
[145/148] Compiling NIOCore ByteBuffer-hex.swift
[146/148] Compiling NIOCore ByteBuffer-int.swift
[147/148] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[148/148] Emitting module NIOCore
BUILD FAILURE 6.1 wasm