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 NIOCronScheduler, reference 2.1.0 (aa67f5), with Swift 6.1 for Wasm on 28 May 2025 08:52:08 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/mihaelisaev/niocronscheduler.git
Reference: 2.1.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/mihaelisaev/niocronscheduler
 * tag               2.1.0      -> FETCH_HEAD
HEAD is now at aa67f5e Update README.md
Cloned https://github.com/mihaelisaev/niocronscheduler.git
Revision (git rev-parse @):
aa67f5efde1c728772fcfc21a862412df83f14f1
SUCCESS checkout https://github.com/mihaelisaev/niocronscheduler.git at 2.1.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mihaelisaev/niocronscheduler.git
https://github.com/mihaelisaev/niocronscheduler.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.10.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swifcron",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/MihaelIsaev/SwifCron.git"
    }
  ],
  "manifest_display_name" : "NIOCronScheduler",
  "name" : "NIOCronScheduler",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "NIOCronScheduler",
      "targets" : [
        "NIOCronScheduler"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NIOCronSchedulerTests",
      "module_type" : "SwiftTarget",
      "name" : "NIOCronSchedulerTests",
      "path" : "Tests/NIOCronSchedulerTests",
      "sources" : [
        "NIOCronSchedulerTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "NIOCronScheduler"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NIOCronScheduler",
      "module_type" : "SwiftTarget",
      "name" : "NIOCronScheduler",
      "path" : "Sources/NIOCronScheduler",
      "product_dependencies" : [
        "NIO",
        "SwifCron"
      ],
      "product_memberships" : [
        "NIOCronScheduler"
      ],
      "sources" : [
        "NIOCronScheduler.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/MihaelIsaev/SwifCron.git
Fetching https://github.com/apple/swift-nio.git
[1/169] Fetching swifcron
Fetched https://github.com/MihaelIsaev/SwifCron.git from cache (0.43s)
[1/76055] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.09s)
Computing version for https://github.com/MihaelIsaev/SwifCron.git
Computed https://github.com/MihaelIsaev/SwifCron.git at 2.0.0 (11.83s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.14s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1710] Fetching swift-atomics
[1045/18301] Fetching swift-atomics, swift-collections
[1251/22692] Fetching swift-atomics, swift-collections, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.58s)
[8705/20982] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.39s)
Fetched https://github.com/apple/swift-collections.git from cache (1.45s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.51s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.66s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (3.58s)
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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/MihaelIsaev/SwifCron.git
Working copy of https://github.com/MihaelIsaev/SwifCron.git resolved at 2.0.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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Building for debugging...
[0/22] Write sources
[11/22] Compiling CNIOWASI CNIOWASI.c
[12/22] Compiling CNIOLinux shim.c
[13/22] Compiling CNIOWindows shim.c
[14/22] Write sources
[15/22] Compiling CNIOLinux liburing_shims.c
[16/22] Compiling CNIOWindows WSAStartup.c
[17/22] Compiling CNIODarwin shim.c
[18/22] Compiling _AtomicsShims.c
[19/22] Write swift-version-24593BA9C3E375BF.txt
[20/67] Compiling c-nioatomics.c
[22/67] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[23/68] Compiling SwifCron SwifCronError.swift
[24/68] Emitting module _NIOBase64
[25/68] Compiling _NIOBase64 Base64.swift
[26/68] Compiling Atomics AtomicReference.swift
[27/68] Compiling Atomics AtomicStorage.swift
[28/68] Compiling Atomics AtomicValue.swift
[30/68] Compiling Atomics OptionalRawRepresentable.swift
[31/68] Compiling Atomics UnsafeAtomic.swift
[32/68] Compiling Atomics UnsafeAtomicLazyReference.swift
[33/69] Compiling Atomics AtomicMemoryOrderings.swift
[34/69] Compiling Atomics DoubleWord.swift
[35/69] Compiling InternalCollectionsUtilities Descriptions.swift
[36/69] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[37/69] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[38/69] Compiling InternalCollectionsUtilities Debugging.swift
[39/69] Compiling Atomics ManagedAtomicLazyReference.swift
[46/71] Compiling Atomics RawRepresentable.swift
[47/71] Compiling Atomics AtomicBool.swift
[50/71] Emitting module InternalCollectionsUtilities
[51/71] Compiling _NIODataStructures _TinyArray.swift
[52/71] Compiling _NIODataStructures PriorityQueue.swift
[56/71] Compiling Atomics IntegerConformances.swift
[57/71] Compiling Atomics PointerConformances.swift
[58/71] Compiling Atomics Primitives.native.swift
[59/71] Emitting module Atomics
[61/71] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[63/72] Emitting module _NIODataStructures
[64/72] Compiling _NIODataStructures Heap.swift
[65/73] Compiling Atomics IntegerOperations.swift
[66/73] Compiling Atomics Unmanaged extensions.swift
[69/89] Compiling DequeModule _DequeBuffer.swift
[70/89] Compiling DequeModule _DequeBufferHeader.swift
[71/91] Compiling DequeModule Deque+Extras.swift
[72/91] Compiling DequeModule Deque+Hashable.swift
[73/91] Compiling SwifCron Helper.swift
[74/91] Compiling SwifCron SwifCron.swift
[74/91] Compiling c-atomics.c
[76/91] Compiling SwifCron Array+Each.swift
[77/91] Emitting module SwifCron
[78/91] Compiling SwifCron ExpressionParser.swift
[79/92] Compiling DequeModule Deque+CustomReflectable.swift
[80/92] Compiling DequeModule Deque+Descriptions.swift
[81/92] Compiling DequeModule Deque+Equatable.swift
[82/92] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[83/92] Compiling DequeModule Deque+Testing.swift
[84/92] Compiling DequeModule Deque._Storage.swift
[86/98] Compiling DequeModule _DequeSlot.swift
[87/98] Compiling DequeModule _UnsafeWrappedBuffer.swift
[88/98] Compiling DequeModule Deque._UnsafeHandle.swift
[89/98] Compiling DequeModule Deque.swift
[90/98] Compiling NIOConcurrencyHelpers lock.swift
[91/98] Compiling DequeModule Deque+Codable.swift
[92/98] Compiling DequeModule Deque+Collection.swift
[93/98] Emitting module NIOConcurrencyHelpers
[94/98] Emitting module DequeModule
[95/99] Compiling NIOConcurrencyHelpers NIOLock.swift
[96/99] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[97/99] Compiling NIOConcurrencyHelpers atomics.swift
[98/99] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[101/160] Compiling NIOCore MulticastChannel.swift
[102/160] Compiling NIOCore NIOAny.swift
[103/160] Compiling NIOCore NIOCloseOnErrorHandler.swift
[104/160] Compiling NIOCore NIOLoopBound.swift
[105/160] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[106/160] Compiling NIOCore NIOScheduledCallback.swift
[107/160] Compiling NIOCore NIOSendable.swift
[108/160] Compiling NIOCore RecvByteBufferAllocator.swift
[109/168] Compiling NIOCore IO.swift
[110/168] Compiling NIOCore IOData.swift
[111/168] Compiling NIOCore IPProtocol.swift
[112/168] Compiling NIOCore IntegerBitPacking.swift
[113/168] Compiling NIOCore IntegerTypes.swift
[114/168] Compiling NIOCore Interfaces.swift
[115/168] Compiling NIOCore Linux.swift
[116/168] Compiling NIOCore MarkedCircularBuffer.swift
[117/168] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[118/168] Compiling NIOCore EventLoopFuture+Deprecated.swift
[119/168] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[120/168] Compiling NIOCore EventLoopFuture.swift
[121/168] Compiling NIOCore FileDescriptor.swift
[122/168] Compiling NIOCore FileHandle.swift
[123/168] Compiling NIOCore FileRegion.swift
[124/168] Compiling NIOCore GlobalSingletons.swift
[125/168] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[126/168] Compiling NIOCore SocketAddresses.swift
[127/168] Compiling NIOCore SocketOptionProvider.swift
[128/168] Compiling NIOCore SystemCallHelpers.swift
[129/168] Compiling NIOCore TimeAmount+Duration.swift
[130/168] Compiling NIOCore TypeAssistedChannelHandler.swift
[131/168] Compiling NIOCore UniversalBootstrapSupport.swift
[132/168] Compiling NIOCore Utilities.swift
[133/168] Compiling NIOCore CircularBuffer.swift
[134/168] Compiling NIOCore Codec.swift
[135/168] Compiling NIOCore ConvenienceOptionSupport.swift
[136/168] Compiling NIOCore DeadChannel.swift
[137/168] Compiling NIOCore DispatchQueue+WithFuture.swift
[138/168] Compiling NIOCore EventLoop+Deprecated.swift
[139/168] Compiling NIOCore EventLoop+SerialExecutor.swift
[140/168] Compiling NIOCore EventLoop.swift
[141/168] 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/168] 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/168] 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/168] 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/168] 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/168] 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/168] 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/168] 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/168] 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/168] Compiling NIOCore AddressedEnvelope.swift
[151/168] Compiling NIOCore AsyncAwaitSupport.swift
[152/168] Compiling NIOCore AsyncChannel.swift
[153/168] Compiling NIOCore AsyncChannelHandler.swift
[154/168] Compiling NIOCore AsyncChannelInboundStream.swift
[155/168] Compiling NIOCore AsyncChannelOutboundWriter.swift
[156/168] Compiling NIOCore NIOAsyncSequenceProducer.swift
[157/168] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[158/168] Compiling NIOCore NIOAsyncWriter.swift
[159/168] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[160/168] Compiling NIOCore BSDSocketAPI.swift
[161/168] Compiling NIOCore ByteBuffer-aux.swift
[162/168] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[163/168] Compiling NIOCore ByteBuffer-conversions.swift
[164/168] Compiling NIOCore ByteBuffer-core.swift
[165/168] Compiling NIOCore ByteBuffer-hex.swift
[166/168] Compiling NIOCore ByteBuffer-int.swift
[167/168] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[168/168] Emitting module NIOCore
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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 NIOConcurrencyHelpers NIOLockedValueBox.swift
[3/52] Emitting module SwifCron
[4/52] Compiling Atomics UnsafeAtomic.swift
[5/52] Compiling Atomics UnsafeAtomicLazyReference.swift
[6/54] Emitting module _NIOBase64
[7/54] Compiling NIOConcurrencyHelpers lock.swift
[8/54] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[9/54] Compiling InternalCollectionsUtilities Debugging.swift
[10/54] Compiling InternalCollectionsUtilities Descriptions.swift
[11/54] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[12/55] Compiling SwifCron SwifCronError.swift
[13/55] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[14/55] Compiling NIOConcurrencyHelpers NIOLock.swift
[15/55] Compiling NIOConcurrencyHelpers atomics.swift
[16/55] Compiling Atomics IntegerOperations.swift
[17/55] Compiling Atomics Unmanaged extensions.swift
[18/55] Compiling Atomics ManagedAtomic.swift
[19/55] Compiling Atomics ManagedAtomicLazyReference.swift
[20/55] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[21/55] Compiling InternalCollectionsUtilities _SortedCollection.swift
[22/55] Compiling Atomics AtomicMemoryOrderings.swift
[23/55] Compiling Atomics DoubleWord.swift
[24/55] Compiling SwifCron Array+Each.swift
[25/55] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[26/55] Compiling InternalCollectionsUtilities Integer rank.swift
[27/55] Compiling SwifCron ExpressionParser.swift
[28/55] Compiling SwifCron Helper.swift
[29/55] Compiling SwifCron SwifCron.swift
[30/56] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[31/56] Compiling _NIODataStructures PriorityQueue.swift
[32/56] Emitting module _NIODataStructures
[33/56] Compiling _NIODataStructures Heap.swift
[34/56] Compiling _NIODataStructures _TinyArray.swift
[35/56] Compiling _NIOBase64 Base64.swift
[42/58] Emitting module NIOConcurrencyHelpers
[43/58] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[46/59] Emitting module InternalCollectionsUtilities
[48/59] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[49/59] Compiling InternalCollectionsUtilities UInt+reversed.swift
[50/59] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[51/59] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[54/75] Compiling DequeModule Deque+CustomReflectable.swift
[55/75] Compiling DequeModule Deque+Descriptions.swift
[56/77] Compiling DequeModule Deque+Equatable.swift
[57/77] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[58/77] Compiling DequeModule Deque+Extras.swift
[59/77] Compiling DequeModule Deque+Hashable.swift
[60/77] Compiling DequeModule _DequeBuffer.swift
[61/77] Compiling DequeModule _DequeBufferHeader.swift
[62/77] Emitting module Atomics
[63/77] Compiling DequeModule _DequeSlot.swift
[64/77] Compiling DequeModule _UnsafeWrappedBuffer.swift
[65/77] Compiling DequeModule Deque._UnsafeHandle.swift
[66/77] Compiling DequeModule Deque.swift
[67/77] Compiling DequeModule Deque+Testing.swift
[68/77] Compiling DequeModule Deque._Storage.swift
[69/77] Compiling DequeModule Deque+Codable.swift
[70/77] Compiling DequeModule Deque+Collection.swift
[71/77] Emitting module DequeModule
[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/147] Compiling NIOCore IO.swift
[89/147] Compiling NIOCore IOData.swift
[90/147] Compiling NIOCore IPProtocol.swift
[91/147] Compiling NIOCore IntegerBitPacking.swift
[92/147] Compiling NIOCore IntegerTypes.swift
[93/147] Compiling NIOCore Interfaces.swift
[94/147] Compiling NIOCore Linux.swift
[95/147] Compiling NIOCore MarkedCircularBuffer.swift
[96/147] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[97/147] Compiling NIOCore EventLoopFuture+Deprecated.swift
[98/147] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[99/147] Compiling NIOCore EventLoopFuture.swift
[100/147] Compiling NIOCore FileDescriptor.swift
[101/147] Compiling NIOCore FileHandle.swift
[102/147] Compiling NIOCore FileRegion.swift
[103/147] Compiling NIOCore GlobalSingletons.swift
[104/147] Compiling NIOCore CircularBuffer.swift
[105/147] Compiling NIOCore Codec.swift
[106/147] Compiling NIOCore ConvenienceOptionSupport.swift
[107/147] Compiling NIOCore DeadChannel.swift
[108/147] Compiling NIOCore DispatchQueue+WithFuture.swift
[109/147] Compiling NIOCore EventLoop+Deprecated.swift
[110/147] Compiling NIOCore EventLoop+SerialExecutor.swift
[111/147] Compiling NIOCore EventLoop.swift
[112/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:
[113/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:
[114/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:
[115/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:
[116/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:
[117/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:
[118/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:
[119/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:
[120/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:
[121/147] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[122/147] Compiling NIOCore SocketAddresses.swift
[123/147] Compiling NIOCore SocketOptionProvider.swift
[124/147] Compiling NIOCore SystemCallHelpers.swift
[125/147] Compiling NIOCore TimeAmount+Duration.swift
[126/147] Compiling NIOCore TypeAssistedChannelHandler.swift
[127/147] Compiling NIOCore UniversalBootstrapSupport.swift
[128/147] Compiling NIOCore Utilities.swift
[129/147] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[130/147] Compiling NIOCore BSDSocketAPI.swift
[131/147] Compiling NIOCore ByteBuffer-aux.swift
[132/147] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[133/147] Compiling NIOCore ByteBuffer-conversions.swift
[134/147] Compiling NIOCore ByteBuffer-core.swift
[135/147] Compiling NIOCore ByteBuffer-hex.swift
[136/147] Compiling NIOCore ByteBuffer-int.swift
[137/147] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[138/147] Compiling NIOCore AddressedEnvelope.swift
[139/147] Compiling NIOCore AsyncAwaitSupport.swift
[140/147] Compiling NIOCore AsyncChannel.swift
[141/147] Compiling NIOCore AsyncChannelHandler.swift
[142/147] Compiling NIOCore AsyncChannelInboundStream.swift
[143/147] Compiling NIOCore AsyncChannelOutboundWriter.swift
[144/147] Compiling NIOCore NIOAsyncSequenceProducer.swift
[145/147] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[146/147] Compiling NIOCore NIOAsyncWriter.swift
[147/147] Emitting module NIOCore
BUILD FAILURE 6.1 wasm