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 master (aa67f5), with Swift 6.1 for Wasm on 28 May 2025 08:51:37 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/mihaelisaev/niocronscheduler
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
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-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/MihaelIsaev/SwifCron.git
[1/169] Fetching swifcron
[170/76224] Fetching swifcron, swift-nio
Fetched https://github.com/MihaelIsaev/SwifCron.git from cache (5.01s)
Fetched https://github.com/apple/swift-nio.git from cache (5.10s)
Computing version for https://github.com/MihaelIsaev/SwifCron.git
Computed https://github.com/MihaelIsaev/SwifCron.git at 2.0.0 (7.41s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.92s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[1/4391] Fetching swift-system
[309/6101] Fetching swift-system, swift-atomics
[5098/22692] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.52s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.53s)
[4314/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.24s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (4.58s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.59s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (5.28s)
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
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-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
Building for debugging...
[0/22] Write sources
[11/22] Compiling CNIOLinux shim.c
[12/22] Compiling CNIOLinux liburing_shims.c
[12/22] Compiling CNIOWindows WSAStartup.c
[13/22] Compiling _AtomicsShims.c
[14/22] Write sources
[16/22] Compiling CNIOWindows shim.c
[17/22] Compiling CNIOWASI CNIOWASI.c
[18/22] Compiling CNIODarwin shim.c
[19/22] Write swift-version-24593BA9C3E375BF.txt
[20/67] Compiling c-nioatomics.c
[22/67] Compiling _NIODataStructures PriorityQueue.swift
[23/67] Emitting module _NIOBase64
[24/67] Compiling _NIOBase64 Base64.swift
[25/67] Compiling Atomics UnsafeAtomic.swift
[26/67] Compiling Atomics UnsafeAtomicLazyReference.swift
[27/67] Compiling SwifCron SwifCronError.swift
[28/69] Compiling Atomics OptionalRawRepresentable.swift
[29/69] Compiling Atomics RawRepresentable.swift
[30/71] Compiling Atomics Primitives.shims.swift
[31/71] Compiling Atomics AtomicInteger.swift
[32/71] Compiling Atomics AtomicOptionalWrappable.swift
[33/71] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[34/71] Compiling Atomics AtomicValue.swift
[35/71] Compiling Atomics AtomicMemoryOrderings.swift
[36/71] Compiling Atomics DoubleWord.swift
[37/71] Compiling Atomics ManagedAtomic.swift
[38/71] Compiling Atomics AtomicReference.swift
[39/71] Compiling Atomics AtomicStorage.swift
[40/71] Compiling _NIODataStructures _TinyArray.swift
[41/71] Emitting module SwifCron
[48/71] Compiling Atomics ManagedAtomicLazyReference.swift
[49/71] Compiling Atomics AtomicBool.swift
[50/71] Compiling Atomics IntegerConformances.swift
[51/71] Compiling Atomics PointerConformances.swift
[52/71] Compiling Atomics Primitives.native.swift
[53/71] Emitting module InternalCollectionsUtilities
[55/71] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[57/72] Compiling Atomics IntegerOperations.swift
[58/72] Compiling Atomics Unmanaged extensions.swift
[59/87] Compiling DequeModule Deque+Codable.swift
[60/87] Compiling DequeModule Deque+Collection.swift
[61/87] Compiling DequeModule Deque+Extras.swift
[62/87] Emitting module Atomics
[63/87] Compiling DequeModule Deque+Hashable.swift
[64/87] Compiling DequeModule Deque+CustomReflectable.swift
[65/87] Compiling DequeModule Deque+Descriptions.swift
[66/88] Emitting module _NIODataStructures
[67/88] Compiling _NIODataStructures Heap.swift
[70/89] Compiling SwifCron SwifCron.swift
[71/89] Compiling SwifCron Helper.swift
[72/89] Compiling DequeModule _DequeBuffer.swift
[73/89] Compiling DequeModule _DequeBufferHeader.swift
[74/89] Compiling DequeModule Deque+Equatable.swift
[75/89] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[80/91] Compiling DequeModule Deque+Testing.swift
[81/91] Compiling DequeModule Deque._Storage.swift
[81/91] Compiling c-atomics.c
[83/91] Compiling SwifCron Array+Each.swift
[84/91] Compiling SwifCron ExpressionParser.swift
[86/92] Compiling DequeModule Deque._UnsafeHandle.swift
[87/92] Compiling DequeModule Deque.swift
[88/98] Compiling DequeModule _DequeSlot.swift
[89/98] Compiling DequeModule _UnsafeWrappedBuffer.swift
[90/98] Compiling NIOConcurrencyHelpers lock.swift
[93/98] Emitting module DequeModule
[94/99] Emitting module NIOConcurrencyHelpers
[96/99] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[97/99] Compiling NIOConcurrencyHelpers NIOLock.swift
[98/99] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[99/99] Compiling NIOConcurrencyHelpers atomics.swift
[101/160] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[102/160] Compiling NIOCore EventLoopFuture+Deprecated.swift
[103/160] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[104/160] Compiling NIOCore EventLoopFuture.swift
[105/160] Compiling NIOCore FileDescriptor.swift
[106/160] Compiling NIOCore FileHandle.swift
[107/160] Compiling NIOCore FileRegion.swift
[108/160] Compiling NIOCore GlobalSingletons.swift
[109/168] Compiling NIOCore AddressedEnvelope.swift
[110/168] Compiling NIOCore AsyncAwaitSupport.swift
[111/168] Compiling NIOCore AsyncChannel.swift
[112/168] Compiling NIOCore AsyncChannelHandler.swift
[113/168] Compiling NIOCore AsyncChannelInboundStream.swift
[114/168] Compiling NIOCore AsyncChannelOutboundWriter.swift
[115/168] Compiling NIOCore NIOAsyncSequenceProducer.swift
[116/168] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[117/168] Compiling NIOCore NIOAsyncWriter.swift
[118/168] Compiling NIOCore CircularBuffer.swift
[119/168] Compiling NIOCore Codec.swift
[120/168] Compiling NIOCore ConvenienceOptionSupport.swift
[121/168] Compiling NIOCore DeadChannel.swift
[122/168] Compiling NIOCore DispatchQueue+WithFuture.swift
[123/168] Compiling NIOCore EventLoop+Deprecated.swift
[124/168] Compiling NIOCore EventLoop+SerialExecutor.swift
[125/168] Compiling NIOCore EventLoop.swift
[126/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:
[127/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:
[128/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:
[129/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:
[130/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:
[131/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:
[132/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:
[133/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:
[134/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:
[135/168] Compiling NIOCore IO.swift
[136/168] Compiling NIOCore IOData.swift
[137/168] Compiling NIOCore IPProtocol.swift
[138/168] Compiling NIOCore IntegerBitPacking.swift
[139/168] Compiling NIOCore IntegerTypes.swift
[140/168] Compiling NIOCore Interfaces.swift
[141/168] Compiling NIOCore Linux.swift
[142/168] Compiling NIOCore MarkedCircularBuffer.swift
[143/168] Compiling NIOCore MulticastChannel.swift
[144/168] Compiling NIOCore NIOAny.swift
[145/168] Compiling NIOCore NIOCloseOnErrorHandler.swift
[146/168] Compiling NIOCore NIOLoopBound.swift
[147/168] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[148/168] Compiling NIOCore NIOScheduledCallback.swift
[149/168] Compiling NIOCore NIOSendable.swift
[150/168] Compiling NIOCore RecvByteBufferAllocator.swift
[151/168] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[152/168] Compiling NIOCore BSDSocketAPI.swift
[153/168] Compiling NIOCore ByteBuffer-aux.swift
[154/168] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[155/168] Compiling NIOCore ByteBuffer-conversions.swift
[156/168] Compiling NIOCore ByteBuffer-core.swift
[157/168] Compiling NIOCore ByteBuffer-hex.swift
[158/168] Compiling NIOCore ByteBuffer-int.swift
[159/168] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[160/168] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[161/168] Compiling NIOCore SocketAddresses.swift
[162/168] Compiling NIOCore SocketOptionProvider.swift
[163/168] Compiling NIOCore SystemCallHelpers.swift
[164/168] Compiling NIOCore TimeAmount+Duration.swift
[165/168] Compiling NIOCore TypeAssistedChannelHandler.swift
[166/168] Compiling NIOCore UniversalBootstrapSupport.swift
[167/168] Compiling NIOCore Utilities.swift
[168/168] Emitting module NIOCore
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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 InternalCollectionsUtilities Integer rank.swift
[3/52] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[4/52] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[5/54] Compiling SwifCron SwifCronError.swift
[6/54] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[7/54] Compiling InternalCollectionsUtilities Debugging.swift
[8/55] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[9/55] Compiling _NIODataStructures PriorityQueue.swift
[10/55] Compiling Atomics UnsafeAtomic.swift
[11/55] Compiling Atomics UnsafeAtomicLazyReference.swift
[12/55] Compiling NIOConcurrencyHelpers lock.swift
[13/55] Compiling InternalCollectionsUtilities Descriptions.swift
[14/55] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[15/55] Compiling SwifCron Array+Each.swift
[16/55] Emitting module SwifCron
[17/55] Compiling SwifCron ExpressionParser.swift
[18/55] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[19/55] Compiling InternalCollectionsUtilities UInt+reversed.swift
[20/55] Compiling SwifCron Helper.swift
[21/55] Compiling SwifCron SwifCron.swift
[23/56] Compiling _NIODataStructures Heap.swift
[26/56] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[27/56] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[30/56] Compiling Atomics IntegerOperations.swift
[31/56] Compiling Atomics Unmanaged extensions.swift
[32/56] Emitting module _NIODataStructures
[33/56] Emitting module _NIOBase64
[34/56] Compiling _NIOBase64 Base64.swift
[35/57] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[36/57] Emitting module NIOConcurrencyHelpers
[37/57] Compiling _NIODataStructures _TinyArray.swift
[39/58] Compiling Atomics ManagedAtomicLazyReference.swift
[42/58] Compiling Atomics AtomicReference.swift
[43/58] Compiling Atomics AtomicStorage.swift
[44/58] Compiling Atomics AtomicValue.swift
[46/58] Compiling NIOConcurrencyHelpers NIOLock.swift
[47/58] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[48/58] Compiling NIOConcurrencyHelpers atomics.swift
[49/58] Emitting module InternalCollectionsUtilities
[52/59] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[53/59] Compiling InternalCollectionsUtilities _SortedCollection.swift
[57/75] Compiling DequeModule Deque+CustomReflectable.swift
[58/75] Compiling DequeModule Deque+Descriptions.swift
[59/77] Compiling DequeModule _DequeBuffer.swift
[60/77] Compiling DequeModule _DequeBufferHeader.swift
[61/77] Compiling DequeModule Deque+Extras.swift
[62/77] Compiling DequeModule Deque+Hashable.swift
[63/77] Compiling DequeModule Deque+Equatable.swift
[64/77] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[65/77] Compiling DequeModule _DequeSlot.swift
[66/77] Compiling DequeModule _UnsafeWrappedBuffer.swift
[67/77] Emitting module Atomics
[68/77] Compiling DequeModule Deque+Testing.swift
[69/77] Compiling DequeModule Deque._Storage.swift
[70/77] Compiling DequeModule Deque._UnsafeHandle.swift
[71/77] Compiling DequeModule Deque.swift
[72/77] Compiling DequeModule Deque+Codable.swift
[73/77] Compiling DequeModule Deque+Collection.swift
[77/78] 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 SingleStepByteToMessageDecoder.swift
[105/147] Compiling NIOCore SocketAddresses.swift
[106/147] Compiling NIOCore SocketOptionProvider.swift
[107/147] Compiling NIOCore SystemCallHelpers.swift
[108/147] Compiling NIOCore TimeAmount+Duration.swift
[109/147] Compiling NIOCore TypeAssistedChannelHandler.swift
[110/147] Compiling NIOCore UniversalBootstrapSupport.swift
[111/147] Compiling NIOCore Utilities.swift
[112/147] Compiling NIOCore CircularBuffer.swift
[113/147] Compiling NIOCore Codec.swift
[114/147] Compiling NIOCore ConvenienceOptionSupport.swift
[115/147] Compiling NIOCore DeadChannel.swift
[116/147] Compiling NIOCore DispatchQueue+WithFuture.swift
[117/147] Compiling NIOCore EventLoop+Deprecated.swift
[118/147] Compiling NIOCore EventLoop+SerialExecutor.swift
[119/147] Compiling NIOCore EventLoop.swift
[120/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:
[121/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:
[122/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:
[123/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:
[124/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:
[125/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:
[126/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:
[127/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:
[128/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:
[129/147] Compiling NIOCore AddressedEnvelope.swift
[130/147] Compiling NIOCore AsyncAwaitSupport.swift
[131/147] Compiling NIOCore AsyncChannel.swift
[132/147] Compiling NIOCore AsyncChannelHandler.swift
[133/147] Compiling NIOCore AsyncChannelInboundStream.swift
[134/147] Compiling NIOCore AsyncChannelOutboundWriter.swift
[135/147] Compiling NIOCore NIOAsyncSequenceProducer.swift
[136/147] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[137/147] Compiling NIOCore NIOAsyncWriter.swift
[138/147] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[139/147] Compiling NIOCore BSDSocketAPI.swift
[140/147] Compiling NIOCore ByteBuffer-aux.swift
[141/147] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[142/147] Compiling NIOCore ByteBuffer-conversions.swift
[143/147] Compiling NIOCore ByteBuffer-core.swift
[144/147] Compiling NIOCore ByteBuffer-hex.swift
[145/147] Compiling NIOCore ByteBuffer-int.swift
[146/147] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[147/147] Emitting module NIOCore
BUILD FAILURE 6.1 wasm