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 IkigaJSON, reference 2.3.1 (e44168), with Swift 6.1 for Wasm on 31 May 2025 07:19:23 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/orlandos-nl/IkigaJSON.git
Reference: 2.3.1
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/orlandos-nl/IkigaJSON
 * tag               2.3.1      -> FETCH_HEAD
HEAD is now at e441686 Fix memory not being deallocated
Cloned https://github.com/orlandos-nl/IkigaJSON.git
Revision (git rev-parse @):
e441686bfc50b40b2172e73dea5a55353ddf9a35
SUCCESS checkout https://github.com/orlandos-nl/IkigaJSON.git at 2.3.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/orlandos-nl/IkigaJSON.git
https://github.com/orlandos-nl/IkigaJSON.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    }
  ],
  "manifest_display_name" : "IkigaJSON",
  "name" : "IkigaJSON",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "IkigaJSON",
      "targets" : [
        "IkigaJSON"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "_NIOJSON",
      "module_type" : "SwiftTarget",
      "name" : "_NIOJSON",
      "path" : "Sources/_NIOJSON",
      "product_dependencies" : [
        "NIOCore",
        "NIOFoundationCompat"
      ],
      "product_memberships" : [
        "IkigaJSON"
      ],
      "sources" : [
        "ByteBufferSupport.swift",
        "Codable/JSONDecoder.swift",
        "Codable/JSONDecoderError.swift",
        "Codable/JSONEncoder.swift",
        "Codable/NilValueCodingStrategy.swift",
        "Codable/StreamingJSONArrayDecoder.swift",
        "Codable/StreamingJSONLinesDecoder.swift",
        "Core/Bounds.swift",
        "Core/JSONDescription+Constants.swift",
        "Core/JSONDescription.swift",
        "Pointer+Helpers.swift",
        "Types/JSONArray.swift",
        "Types/JSONObject.swift",
        "Types/JSONValue.swift"
      ],
      "target_dependencies" : [
        "_JSONCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "_JSONCore",
      "module_type" : "SwiftTarget",
      "name" : "_JSONCore",
      "path" : "Sources/_JSONCore",
      "product_memberships" : [
        "IkigaJSON"
      ],
      "sources" : [
        "Bytes.swift",
        "Errors.swift",
        "Parser/JSONParser+Parsing.swift",
        "Parser/JSONTokenizer.swift",
        "Parser/JSONTokenizerDestination.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IkigaJSONTests",
      "module_type" : "SwiftTarget",
      "name" : "IkigaJSONTests",
      "path" : "Tests/IkigaJSONTests",
      "sources" : [
        "JSONTests.swift"
      ],
      "target_dependencies" : [
        "IkigaJSON"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IkigaJSON",
      "module_type" : "SwiftTarget",
      "name" : "IkigaJSON",
      "path" : "Sources/IkigaJSON",
      "product_dependencies" : [
        "NIOCore"
      ],
      "product_memberships" : [
        "IkigaJSON"
      ],
      "sources" : [
        "Exports.swift"
      ],
      "target_dependencies" : [
        "_JSONCore",
        "_NIOJSON"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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 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.git
[1/76123] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.39s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (8.48s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1717] Fetching swift-atomics
[362/6108] Fetching swift-atomics, swift-system
[886/22699] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.52s)
[6031/18308] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (5.59s)
Fetched https://github.com/apple/swift-collections.git from cache (5.62s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (12.05s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.82s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.35s)
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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Building for debugging...
[0/21] Write sources
[10/21] Compiling CNIOWASI CNIOWASI.c
[10/21] Compiling _AtomicsShims.c
[12/21] Compiling CNIOWindows shim.c
[13/21] Write sources
[14/21] Compiling CNIOLinux liburing_shims.c
[15/21] Compiling CNIOWindows WSAStartup.c
[16/21] Compiling CNIOLinux shim.c
[17/21] Compiling CNIODarwin shim.c
[18/21] Write swift-version-24593BA9C3E375BF.txt
[20/66] Emitting module InternalCollectionsUtilities
[21/67] Emitting module Atomics
[21/69] Compiling c-nioatomics.c
[23/69] Emitting module _JSONCore
[23/69] Compiling c-atomics.c
[25/69] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[26/69] Compiling InternalCollectionsUtilities UInt+reversed.swift
[27/69] Compiling Atomics IntegerOperations.swift
[28/69] Compiling Atomics Unmanaged extensions.swift
[29/69] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[30/69] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[31/69] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[32/69] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[33/69] Compiling InternalCollectionsUtilities _SortedCollection.swift
[34/69] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[35/69] Compiling InternalCollectionsUtilities Debugging.swift
[36/69] Compiling InternalCollectionsUtilities Descriptions.swift
[37/69] Compiling Atomics ManagedAtomic.swift
[38/69] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[39/69] Compiling Atomics ManagedAtomicLazyReference.swift
[40/69] Compiling Atomics AtomicMemoryOrderings.swift
[41/69] Compiling Atomics DoubleWord.swift
[42/69] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[43/69] Compiling Atomics UnsafeAtomic.swift
[44/69] Compiling Atomics UnsafeAtomicLazyReference.swift
[45/69] Emitting module _NIOBase64
[46/69] Compiling _JSONCore JSONTokenizer.swift
[47/69] Compiling _JSONCore JSONTokenizerDestination.swift
[48/69] Compiling _NIOBase64 Base64.swift
[49/70] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[50/70] Compiling InternalCollectionsUtilities Integer rank.swift
[51/70] Compiling _JSONCore Errors.swift
[52/70] Compiling _JSONCore Bytes.swift
[53/70] Compiling _JSONCore JSONParser+Parsing.swift
[66/73] Compiling _NIODataStructures PriorityQueue.swift
[67/73] Compiling _NIODataStructures _TinyArray.swift
[72/79] Emitting module _NIODataStructures
[73/79] Compiling _NIODataStructures Heap.swift
[74/91] Compiling NIOConcurrencyHelpers lock.swift
[76/95] Emitting module NIOConcurrencyHelpers
[77/95] Compiling NIOConcurrencyHelpers NIOLock.swift
[78/95] Compiling NIOConcurrencyHelpers atomics.swift
[79/95] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[80/95] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[81/96] Compiling DequeModule _DequeBuffer.swift
[82/96] Compiling DequeModule _DequeBufferHeader.swift
[83/96] Compiling DequeModule Deque+CustomReflectable.swift
[84/96] Compiling DequeModule Deque+Descriptions.swift
[85/96] Compiling DequeModule Deque+Equatable.swift
[86/96] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[87/98] Compiling DequeModule Deque+Extras.swift
[88/98] Compiling DequeModule Deque+Hashable.swift
[90/98] Compiling DequeModule Deque+Testing.swift
[91/98] Compiling DequeModule Deque._Storage.swift
[92/98] Compiling DequeModule Deque._UnsafeHandle.swift
[93/98] Compiling DequeModule Deque.swift
[94/98] Compiling DequeModule _DequeSlot.swift
[95/98] Compiling DequeModule _UnsafeWrappedBuffer.swift
[96/98] Compiling DequeModule Deque+Codable.swift
[97/98] Compiling DequeModule Deque+Collection.swift
[98/98] Emitting module DequeModule
[100/159] Compiling NIOCore MulticastChannel.swift
[101/159] Compiling NIOCore NIOAny.swift
[102/159] Compiling NIOCore NIOCloseOnErrorHandler.swift
[103/159] Compiling NIOCore NIOLoopBound.swift
[104/159] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[105/159] Compiling NIOCore NIOScheduledCallback.swift
[106/159] Compiling NIOCore NIOSendable.swift
[107/159] Compiling NIOCore RecvByteBufferAllocator.swift
[108/167] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[109/167] Compiling NIOCore SocketAddresses.swift
[110/167] Compiling NIOCore SocketOptionProvider.swift
[111/167] Compiling NIOCore SystemCallHelpers.swift
[112/167] Compiling NIOCore TimeAmount+Duration.swift
[113/167] Compiling NIOCore TypeAssistedChannelHandler.swift
[114/167] Compiling NIOCore UniversalBootstrapSupport.swift
[115/167] Compiling NIOCore Utilities.swift
[116/167] Compiling NIOCore AddressedEnvelope.swift
[117/167] Compiling NIOCore AsyncAwaitSupport.swift
[118/167] Compiling NIOCore AsyncChannel.swift
[119/167] Compiling NIOCore AsyncChannelHandler.swift
[120/167] Compiling NIOCore AsyncChannelInboundStream.swift
[121/167] Compiling NIOCore AsyncChannelOutboundWriter.swift
[122/167] Compiling NIOCore NIOAsyncSequenceProducer.swift
[123/167] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[124/167] Compiling NIOCore NIOAsyncWriter.swift
[125/167] Compiling NIOCore CircularBuffer.swift
[126/167] Compiling NIOCore Codec.swift
[127/167] Compiling NIOCore ConvenienceOptionSupport.swift
[128/167] Compiling NIOCore DeadChannel.swift
[129/167] Compiling NIOCore DispatchQueue+WithFuture.swift
[130/167] Compiling NIOCore EventLoop+Deprecated.swift
[131/167] Compiling NIOCore EventLoop+SerialExecutor.swift
[132/167] Compiling NIOCore EventLoop.swift
[133/167] Compiling NIOCore IO.swift
[134/167] Compiling NIOCore IOData.swift
[135/167] Compiling NIOCore IPProtocol.swift
[136/167] Compiling NIOCore IntegerBitPacking.swift
[137/167] Compiling NIOCore IntegerTypes.swift
[138/167] Compiling NIOCore Interfaces.swift
[139/167] Compiling NIOCore Linux.swift
[140/167] Compiling NIOCore MarkedCircularBuffer.swift
[141/167] 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:
[142/167] 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:
[143/167] 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:
[144/167] 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:
[145/167] 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:
[146/167] 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:
[147/167] 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:
[148/167] 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:
[149/167] 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:
[150/167] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[151/167] Compiling NIOCore EventLoopFuture+Deprecated.swift
[152/167] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[153/167] Compiling NIOCore EventLoopFuture.swift
[154/167] Compiling NIOCore FileDescriptor.swift
[155/167] Compiling NIOCore FileHandle.swift
[156/167] Compiling NIOCore FileRegion.swift
[157/167] Compiling NIOCore GlobalSingletons.swift
[158/167] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[159/167] Compiling NIOCore BSDSocketAPI.swift
[160/167] Compiling NIOCore ByteBuffer-aux.swift
[161/167] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[162/167] Compiling NIOCore ByteBuffer-conversions.swift
[163/167] Compiling NIOCore ByteBuffer-core.swift
[164/167] Compiling NIOCore ByteBuffer-hex.swift
[165/167] Compiling NIOCore ByteBuffer-int.swift
[166/167] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[167/167] 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
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/52] Compiling _JSONCore Errors.swift
[3/52] Emitting module _JSONCore
[4/52] Compiling NIOConcurrencyHelpers lock.swift
[5/52] Compiling Atomics UnsafeAtomic.swift
[6/52] Compiling Atomics UnsafeAtomicLazyReference.swift
[7/54] Compiling Atomics ManagedAtomic.swift
[8/54] Compiling Atomics ManagedAtomicLazyReference.swift
[9/54] Compiling _JSONCore Bytes.swift
[10/54] Compiling Atomics AtomicMemoryOrderings.swift
[11/54] Compiling Atomics DoubleWord.swift
[12/54] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[13/54] Compiling Atomics AtomicOptionalWrappable.swift
[15/54] Compiling Atomics AtomicBool.swift
[16/54] Compiling Atomics AtomicReference.swift
[17/55] Compiling _JSONCore JSONTokenizer.swift
[18/55] Compiling _JSONCore JSONParser+Parsing.swift
[19/55] Compiling _JSONCore JSONTokenizerDestination.swift
[20/56] Compiling _NIOBase64 Base64.swift
[21/56] Emitting module _NIOBase64
[22/57] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[23/57] Emitting module InternalCollectionsUtilities
[25/57] Emitting module NIOConcurrencyHelpers
[26/57] Emitting module _NIODataStructures
[27/57] Compiling Atomics OptionalRawRepresentable.swift
[28/57] Compiling Atomics RawRepresentable.swift
[31/57] Compiling Atomics Primitives.shims.swift
[32/57] Compiling Atomics AtomicInteger.swift
[33/57] Compiling Atomics AtomicStorage.swift
[34/57] Compiling Atomics AtomicValue.swift
[35/57] Compiling Atomics IntegerOperations.swift
[36/57] Compiling Atomics Unmanaged extensions.swift
[43/57] Compiling _NIODataStructures _TinyArray.swift
[44/57] Compiling _NIODataStructures PriorityQueue.swift
[45/57] Compiling _NIODataStructures Heap.swift
[47/58] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[48/58] Compiling NIOConcurrencyHelpers atomics.swift
[49/58] Compiling NIOConcurrencyHelpers NIOLock.swift
[50/58] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[54/75] Compiling DequeModule Deque+CustomReflectable.swift
[55/75] Compiling DequeModule Deque+Descriptions.swift
[56/75] Compiling DequeModule Deque+Extras.swift
[57/75] Compiling DequeModule Deque+Hashable.swift
[58/77] Compiling DequeModule _DequeBuffer.swift
[59/77] Compiling DequeModule _DequeBufferHeader.swift
[60/77] Compiling DequeModule _DequeSlot.swift
[61/77] Compiling DequeModule _UnsafeWrappedBuffer.swift
[62/77] Compiling DequeModule Deque+Equatable.swift
[63/77] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[64/77] Compiling DequeModule Deque._UnsafeHandle.swift
[65/77] Compiling DequeModule Deque.swift
[66/77] Compiling DequeModule Deque+Testing.swift
[67/77] Compiling DequeModule Deque._Storage.swift
[68/77] Compiling DequeModule Deque+Codable.swift
[69/77] Compiling DequeModule Deque+Collection.swift
[70/77] Emitting module DequeModule
[72/78] Emitting module Atomics
[80/139] Compiling NIOCore MulticastChannel.swift
[81/139] Compiling NIOCore NIOAny.swift
[82/139] Compiling NIOCore NIOCloseOnErrorHandler.swift
[83/139] Compiling NIOCore NIOLoopBound.swift
[84/139] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[85/139] Compiling NIOCore NIOScheduledCallback.swift
[86/139] Compiling NIOCore NIOSendable.swift
[87/139] Compiling NIOCore RecvByteBufferAllocator.swift
[88/139] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[89/139] Compiling NIOCore EventLoopFuture+Deprecated.swift
[90/139] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[91/139] Compiling NIOCore EventLoopFuture.swift
[92/139] Compiling NIOCore FileDescriptor.swift
[93/139] Compiling NIOCore FileHandle.swift
[94/139] Compiling NIOCore FileRegion.swift
[95/139] Compiling NIOCore GlobalSingletons.swift
[96/139] Compiling NIOCore CircularBuffer.swift
[97/139] Compiling NIOCore Codec.swift
[98/139] Compiling NIOCore ConvenienceOptionSupport.swift
[99/139] Compiling NIOCore DeadChannel.swift
[100/139] Compiling NIOCore DispatchQueue+WithFuture.swift
[101/139] Compiling NIOCore EventLoop+Deprecated.swift
[102/139] Compiling NIOCore EventLoop+SerialExecutor.swift
[103/139] Compiling NIOCore EventLoop.swift
[104/147] Compiling NIOCore AddressedEnvelope.swift
[105/147] Compiling NIOCore AsyncAwaitSupport.swift
[106/147] Compiling NIOCore AsyncChannel.swift
[107/147] Compiling NIOCore AsyncChannelHandler.swift
[108/147] Compiling NIOCore AsyncChannelInboundStream.swift
[109/147] Compiling NIOCore AsyncChannelOutboundWriter.swift
[110/147] Compiling NIOCore NIOAsyncSequenceProducer.swift
[111/147] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[112/147] Compiling NIOCore NIOAsyncWriter.swift
[113/147] Compiling NIOCore IO.swift
[114/147] Compiling NIOCore IOData.swift
[115/147] Compiling NIOCore IPProtocol.swift
[116/147] Compiling NIOCore IntegerBitPacking.swift
[117/147] Compiling NIOCore IntegerTypes.swift
[118/147] Compiling NIOCore Interfaces.swift
[119/147] Compiling NIOCore Linux.swift
[120/147] Compiling NIOCore MarkedCircularBuffer.swift
[121/147] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[122/147] Compiling NIOCore BSDSocketAPI.swift
[123/147] Compiling NIOCore ByteBuffer-aux.swift
[124/147] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[125/147] Compiling NIOCore ByteBuffer-conversions.swift
[126/147] Compiling NIOCore ByteBuffer-core.swift
[127/147] Compiling NIOCore ByteBuffer-hex.swift
[128/147] Compiling NIOCore ByteBuffer-int.swift
[129/147] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[130/147] 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:
[131/147] 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:
[132/147] 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:
[133/147] 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:
[134/147] 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:
[135/147] 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:
[136/147] 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:
[137/147] 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:
[138/147] 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:
[139/147] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[140/147] Compiling NIOCore SocketAddresses.swift
[141/147] Compiling NIOCore SocketOptionProvider.swift
[142/147] Compiling NIOCore SystemCallHelpers.swift
[143/147] Compiling NIOCore TimeAmount+Duration.swift
[144/147] Compiling NIOCore TypeAssistedChannelHandler.swift
[145/147] Compiling NIOCore UniversalBootstrapSupport.swift
[146/147] Compiling NIOCore Utilities.swift
[147/147] Emitting module NIOCore
BUILD FAILURE 6.1 wasm