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 swift-ntp, reference 0.3.0 (32d3c7), with Swift 6.1 for Wasm on 31 May 2025 01:09:28 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/apple/swift-ntp.git
Reference: 0.3.0
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/apple/swift-ntp
 * tag               0.3.0      -> FETCH_HEAD
HEAD is now at 32d3c75 doc updates (#1)
Cloned https://github.com/apple/swift-ntp.git
Revision (git rev-parse @):
32d3c756b0167354a04f87969bc1af0ad6ca7c6a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-ntp.git at 0.3.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/apple/swift-ntp.git
https://github.com/apple/swift-ntp.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.81.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.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" : "swift-ntp",
  "name" : "swift-ntp",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "NTPClient",
      "targets" : [
        "NTPClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "simpleclient",
      "targets" : [
        "simpleclient"
      ],
      "type" : {
        "snippet" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NTPTests",
      "module_type" : "SwiftTarget",
      "name" : "NTPTests",
      "path" : "Tests/NTPTests",
      "sources" : [
        "ByteBuffer+NTPPacketTests.swift",
        "NTPPacketTests.swift",
        "NTPTimeTests.swift"
      ],
      "target_dependencies" : [
        "NTP"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NTPClientTests",
      "module_type" : "SwiftTarget",
      "name" : "NTPClientTests",
      "path" : "Tests/NTPClientTests",
      "sources" : [
        "NTPClientTests.swift",
        "NTPResponseTests.swift"
      ],
      "target_dependencies" : [
        "NTPClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NTPClient",
      "module_type" : "SwiftTarget",
      "name" : "NTPClient",
      "path" : "Sources/NTPClient",
      "product_dependencies" : [
        "NIOPosix"
      ],
      "product_memberships" : [
        "NTPClient",
        "simpleclient"
      ],
      "sources" : [
        "Deadline.swift",
        "Handlers.swift",
        "NTPClient.swift",
        "NTPError.swift",
        "NTPResponse.swift",
        "NTPVersion.swift"
      ],
      "target_dependencies" : [
        "NTP"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NTP",
      "module_type" : "SwiftTarget",
      "name" : "NTP",
      "path" : "Sources/NTP",
      "product_dependencies" : [
        "NIOCore"
      ],
      "product_memberships" : [
        "NTPClient",
        "simpleclient"
      ],
      "sources" : [
        "ByteBuffer+NTPPacket.swift",
        "NTPPacket.swift",
        "NTPTime.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "simpleclient",
      "module_type" : "SwiftTarget",
      "name" : "simpleclient",
      "path" : "Snippets",
      "product_memberships" : [
        "simpleclient"
      ],
      "sources" : [
        "simpleclient.swift"
      ],
      "target_dependencies" : [
        "NTPClient"
      ],
      "type" : "snippet"
    }
  ],
  "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-docc-plugin
Fetching https://github.com/apple/swift-nio.git
[1/2049] Fetching swift-docc-plugin
[2050/78172] Fetching swift-docc-plugin, swift-nio
Fetched https://github.com/apple/swift-docc-plugin from cache (0.78s)
[1523/76123] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.72s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (10.67s)
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/4391] Fetching swift-system
[309/6108] Fetching swift-system, swift-atomics
[1512/22699] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.86s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.86s)
[4314/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.15s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.28s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.53s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.77s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (1.17s)
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.65s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.89s)
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
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-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-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.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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/36] Write sources
[12/36] Compiling CNIOWASI CNIOWASI.c
[13/36] Compiling CNIODarwin shim.c
[13/36] Compiling CNIOWindows shim.c
[14/36] Write sources
[16/36] Compiling CNIOWindows WSAStartup.c
[17/36] Compiling CNIOLinux liburing_shims.c
[18/36] Compiling _AtomicsShims.c
[19/36] Compiling CNIOLinux shim.c
[20/36] Write swift-version-24593BA9C3E375BF.txt
[21/75] Compiling c-nioatomics.c
[23/75] Compiling Atomics UnsafeAtomic.swift
[24/75] Compiling Atomics UnsafeAtomicLazyReference.swift
[25/77] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[26/77] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[27/77] Compiling InternalCollectionsUtilities Debugging.swift
[28/78] Compiling InternalCollectionsUtilities Descriptions.swift
[29/78] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[30/78] Compiling _NIODataStructures _TinyArray.swift
[31/78] Compiling _NIODataStructures PriorityQueue.swift
[32/78] Emitting module _NIOBase64
[33/78] Compiling _NIOBase64 Base64.swift
[34/78] Compiling Atomics PointerConformances.swift
[35/78] Compiling Atomics Primitives.native.swift
[36/79] Emitting module InternalCollectionsUtilities
[37/79] Compiling Atomics OptionalRawRepresentable.swift
[38/79] Compiling Atomics RawRepresentable.swift
[39/79] Compiling Atomics AtomicBool.swift
[40/79] Compiling Atomics IntegerConformances.swift
[41/79] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[42/79] Compiling InternalCollectionsUtilities _SortedCollection.swift
[43/79] Compiling Atomics ManagedAtomic.swift
[44/79] Compiling Atomics ManagedAtomicLazyReference.swift
[52/79] Compiling Atomics AtomicMemoryOrderings.swift
[53/79] Compiling Atomics DoubleWord.swift
[57/79] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[57/79] Compiling c-atomics.c
[59/80] Compiling Atomics IntegerOperations.swift
[60/80] Compiling Atomics Unmanaged extensions.swift
[62/80] Emitting module Atomics
[65/87] Wrapping AST for _NIOBase64 for debugging
[67/87] Wrapping AST for InternalCollectionsUtilities for debugging
[69/87] Emitting module _NIODataStructures
[70/87] Compiling _NIODataStructures Heap.swift
[71/103] Compiling NIOConcurrencyHelpers lock.swift
[71/103] Wrapping AST for Atomics for debugging
[74/103] Compiling NIOConcurrencyHelpers NIOLock.swift
[75/103] Compiling DequeModule Deque+CustomReflectable.swift
[76/103] Compiling DequeModule Deque+Descriptions.swift
[76/105] Wrapping AST for _NIODataStructures for debugging
[78/105] Compiling DequeModule _DequeBuffer.swift
[79/105] Compiling DequeModule _DequeBufferHeader.swift
[80/105] Compiling DequeModule Deque+Equatable.swift
[81/105] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[82/105] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[83/105] Compiling NIOConcurrencyHelpers atomics.swift
[84/105] Emitting module NIOConcurrencyHelpers
[85/105] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[87/106] Compiling DequeModule _DequeSlot.swift
[88/106] Compiling DequeModule _UnsafeWrappedBuffer.swift
[89/106] Compiling DequeModule Deque+Codable.swift
[90/106] Compiling DequeModule Deque+Collection.swift
[90/106] Wrapping AST for NIOConcurrencyHelpers for debugging
[92/106] Compiling DequeModule Deque+Extras.swift
[93/106] Compiling DequeModule Deque+Hashable.swift
[94/106] Compiling DequeModule Deque+Testing.swift
[95/106] Compiling DequeModule Deque._Storage.swift
[96/106] Compiling DequeModule Deque._UnsafeHandle.swift
[97/106] Compiling DequeModule Deque.swift
[98/106] Emitting module DequeModule
[99/107] Wrapping AST for DequeModule for debugging
[101/167] Compiling NIOCore MulticastChannel.swift
[102/167] Compiling NIOCore NIOAny.swift
[103/167] Compiling NIOCore NIOCloseOnErrorHandler.swift
[104/167] Compiling NIOCore NIOLoopBound.swift
[105/167] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[106/167] Compiling NIOCore NIOScheduledCallback.swift
[107/167] Compiling NIOCore NIOSendable.swift
[108/167] Compiling NIOCore RecvByteBufferAllocator.swift
[109/175] Compiling NIOCore CircularBuffer.swift
[110/175] Compiling NIOCore Codec.swift
[111/175] Compiling NIOCore ConvenienceOptionSupport.swift
[112/175] Compiling NIOCore DeadChannel.swift
[113/175] Compiling NIOCore DispatchQueue+WithFuture.swift
[114/175] Compiling NIOCore EventLoop+Deprecated.swift
[115/175] Compiling NIOCore EventLoop+SerialExecutor.swift
[116/175] Compiling NIOCore EventLoop.swift
[117/175] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[118/175] Compiling NIOCore SocketAddresses.swift
[119/175] Compiling NIOCore SocketOptionProvider.swift
[120/175] Compiling NIOCore SystemCallHelpers.swift
[121/175] Compiling NIOCore TimeAmount+Duration.swift
[122/175] Compiling NIOCore TypeAssistedChannelHandler.swift
[123/175] Compiling NIOCore UniversalBootstrapSupport.swift
[124/175] Compiling NIOCore Utilities.swift
[125/175] Compiling NIOCore AddressedEnvelope.swift
[126/175] Compiling NIOCore AsyncAwaitSupport.swift
[127/175] Compiling NIOCore AsyncChannel.swift
[128/175] Compiling NIOCore AsyncChannelHandler.swift
[129/175] Compiling NIOCore AsyncChannelInboundStream.swift
[130/175] Compiling NIOCore AsyncChannelOutboundWriter.swift
[131/175] Compiling NIOCore NIOAsyncSequenceProducer.swift
[132/175] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[133/175] Compiling NIOCore NIOAsyncWriter.swift
[134/175] Compiling NIOCore IO.swift
[135/175] Compiling NIOCore IOData.swift
[136/175] Compiling NIOCore IPProtocol.swift
[137/175] Compiling NIOCore IntegerBitPacking.swift
[138/175] Compiling NIOCore IntegerTypes.swift
[139/175] Compiling NIOCore Interfaces.swift
[140/175] Compiling NIOCore Linux.swift
[141/175] Compiling NIOCore MarkedCircularBuffer.swift
[142/175] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[143/175] Compiling NIOCore EventLoopFuture+Deprecated.swift
[144/175] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[145/175] Compiling NIOCore EventLoopFuture.swift
[146/175] Compiling NIOCore FileDescriptor.swift
[147/175] Compiling NIOCore FileHandle.swift
[148/175] Compiling NIOCore FileRegion.swift
[149/175] Compiling NIOCore GlobalSingletons.swift
[150/175] 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:
[151/175] 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:
[152/175] 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:
[153/175] 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:
[154/175] 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:
[155/175] 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:
[156/175] 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:
[157/175] 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:
[158/175] 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:
[159/175] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[160/175] Compiling NIOCore BSDSocketAPI.swift
[161/175] Compiling NIOCore ByteBuffer-aux.swift
[162/175] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[163/175] Compiling NIOCore ByteBuffer-conversions.swift
[164/175] Compiling NIOCore ByteBuffer-core.swift
[165/175] Compiling NIOCore ByteBuffer-hex.swift
[166/175] Compiling NIOCore ByteBuffer-int.swift
[167/175] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[168/175] 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/16] Write swift-version-24593BA9C3E375BF.txt
[4/61] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[5/62] Compiling Atomics OptionalRawRepresentable.swift
[6/62] Compiling Atomics RawRepresentable.swift
[7/62] Compiling Atomics AtomicBool.swift
[8/62] Compiling Atomics IntegerConformances.swift
[12/62] Compiling Atomics ManagedAtomic.swift
[13/62] Compiling Atomics ManagedAtomicLazyReference.swift
[14/62] Compiling Atomics UnsafeAtomic.swift
[15/62] Compiling Atomics UnsafeAtomicLazyReference.swift
[16/64] Compiling NIOConcurrencyHelpers lock.swift
[17/64] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[18/64] Compiling Atomics AtomicMemoryOrderings.swift
[19/64] Compiling Atomics DoubleWord.swift
[20/64] Compiling Atomics Primitives.shims.swift
[21/64] Compiling Atomics AtomicInteger.swift
[22/64] Compiling Atomics AtomicOptionalWrappable.swift
[23/64] Compiling Atomics AtomicReference.swift
[24/64] Compiling Atomics AtomicStorage.swift
[25/64] Compiling Atomics AtomicValue.swift
[26/64] Compiling Atomics IntegerOperations.swift
[27/64] Compiling Atomics Unmanaged extensions.swift
[28/64] Emitting module _NIODataStructures
[29/64] Compiling _NIODataStructures PriorityQueue.swift
[30/64] Compiling _NIODataStructures Heap.swift
[31/64] Compiling _NIODataStructures _TinyArray.swift
[32/65] Emitting module _NIOBase64
[33/65] Compiling _NIOBase64 Base64.swift
[36/65] Emitting module InternalCollectionsUtilities
[37/64] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[38/64] Emitting module NIOConcurrencyHelpers
[39/64] Compiling NIOConcurrencyHelpers atomics.swift
[40/64] Compiling NIOConcurrencyHelpers NIOLock.swift
[41/64] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[46/65] Compiling Atomics PointerConformances.swift
[47/65] Compiling Atomics Primitives.native.swift
[52/79] Emitting module Atomics
[53/79] Compiling DequeModule _DequeBuffer.swift
[54/79] Compiling DequeModule _DequeBufferHeader.swift
[55/81] Compiling DequeModule Deque+Extras.swift
[56/81] Compiling DequeModule Deque+Hashable.swift
[57/81] Compiling DequeModule Deque+Testing.swift
[58/81] Compiling DequeModule Deque._Storage.swift
[59/81] Compiling DequeModule Deque+Equatable.swift
[60/81] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[61/81] Compiling DequeModule Deque._UnsafeHandle.swift
[62/81] Compiling DequeModule Deque.swift
[66/82] Compiling DequeModule _DequeSlot.swift
[67/82] Compiling DequeModule _UnsafeWrappedBuffer.swift
[69/81] Compiling DequeModule Deque+CustomReflectable.swift
[70/81] Compiling DequeModule Deque+Descriptions.swift
[71/81] Compiling DequeModule Deque+Codable.swift
[72/81] Compiling DequeModule Deque+Collection.swift
[73/81] Emitting module DequeModule
[75/141] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[76/141] Compiling NIOCore EventLoopFuture+Deprecated.swift
[77/141] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[78/141] Compiling NIOCore EventLoopFuture.swift
[79/141] Compiling NIOCore FileDescriptor.swift
[80/141] Compiling NIOCore FileHandle.swift
[81/141] Compiling NIOCore FileRegion.swift
[82/141] Compiling NIOCore GlobalSingletons.swift
[83/149] Compiling NIOCore IO.swift
[84/149] Compiling NIOCore IOData.swift
[85/149] Compiling NIOCore IPProtocol.swift
[86/149] Compiling NIOCore IntegerBitPacking.swift
[87/149] Compiling NIOCore IntegerTypes.swift
[88/149] Compiling NIOCore Interfaces.swift
[89/149] Compiling NIOCore Linux.swift
[90/149] Compiling NIOCore MarkedCircularBuffer.swift
[91/149] Compiling NIOCore AddressedEnvelope.swift
[92/149] Compiling NIOCore AsyncAwaitSupport.swift
[93/149] Compiling NIOCore AsyncChannel.swift
[94/149] Compiling NIOCore AsyncChannelHandler.swift
[95/149] Compiling NIOCore AsyncChannelInboundStream.swift
[96/149] Compiling NIOCore AsyncChannelOutboundWriter.swift
[97/149] Compiling NIOCore NIOAsyncSequenceProducer.swift
[98/149] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[99/149] Compiling NIOCore NIOAsyncWriter.swift
[100/149] Compiling NIOCore MulticastChannel.swift
[101/149] Compiling NIOCore NIOAny.swift
[102/149] Compiling NIOCore NIOCloseOnErrorHandler.swift
[103/149] Compiling NIOCore NIOLoopBound.swift
[104/149] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[105/149] Compiling NIOCore NIOScheduledCallback.swift
[106/149] Compiling NIOCore NIOSendable.swift
[107/149] Compiling NIOCore RecvByteBufferAllocator.swift
[108/149] Compiling NIOCore CircularBuffer.swift
[109/149] Compiling NIOCore Codec.swift
[110/149] Compiling NIOCore ConvenienceOptionSupport.swift
[111/149] Compiling NIOCore DeadChannel.swift
[112/149] Compiling NIOCore DispatchQueue+WithFuture.swift
[113/149] Compiling NIOCore EventLoop+Deprecated.swift
[114/149] Compiling NIOCore EventLoop+SerialExecutor.swift
[115/149] Compiling NIOCore EventLoop.swift
[116/149] 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:
[117/149] 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:
[118/149] 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:
[119/149] 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:
[120/149] 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:
[121/149] 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:
[122/149] 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:
[123/149] 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:
[124/149] 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:
[125/149] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[126/149] Compiling NIOCore BSDSocketAPI.swift
[127/149] Compiling NIOCore ByteBuffer-aux.swift
[128/149] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[129/149] Compiling NIOCore ByteBuffer-conversions.swift
[130/149] Compiling NIOCore ByteBuffer-core.swift
[131/149] Compiling NIOCore ByteBuffer-hex.swift
[132/149] Compiling NIOCore ByteBuffer-int.swift
[133/149] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[134/149] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[135/149] Compiling NIOCore SocketAddresses.swift
[136/149] Compiling NIOCore SocketOptionProvider.swift
[137/149] Compiling NIOCore SystemCallHelpers.swift
[138/149] Compiling NIOCore TimeAmount+Duration.swift
[139/149] Compiling NIOCore TypeAssistedChannelHandler.swift
[140/149] Compiling NIOCore UniversalBootstrapSupport.swift
[141/149] Compiling NIOCore Utilities.swift
[142/149] Emitting module NIOCore
BUILD FAILURE 6.1 wasm