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 OSCCore, reference 0.11.1 (b8119a), with Swift 6.1 for Wasm on 28 May 2025 05:51:31 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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/segabor/osccore.git
Reference: 0.11.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/segabor/osccore
 * tag               0.11.1     -> FETCH_HEAD
HEAD is now at b8119a0 Upgrade Swift toolchain version
Cloned https://github.com/segabor/osccore.git
Revision (git rev-parse @):
b8119a02adfe177005378a15d2a333042936d9bb
SUCCESS checkout https://github.com/segabor/osccore.git at 0.11.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/segabor/osccore.git
https://github.com/segabor/osccore.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio"
    }
  ],
  "manifest_display_name" : "OSCCore",
  "name" : "OSCCore",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "OSCCore",
      "targets" : [
        "OSCCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BasicListener",
      "targets" : [
        "BasicListener"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OSCCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "OSCCoreTests",
      "path" : "Tests/OSCCoreTests",
      "sources" : [
        "AddressMatcherTests.swift",
        "DispatcherTests.swift",
        "OSCBundleTests.swift",
        "OSCMessageTests.swift",
        "OSCTimeTagTests.swift",
        "ValueConversionTests.swift"
      ],
      "target_dependencies" : [
        "OSCCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OSCCore",
      "module_type" : "SwiftTarget",
      "name" : "OSCCore",
      "path" : "Source/OSCCore",
      "product_dependencies" : [
        "NIO"
      ],
      "product_memberships" : [
        "OSCCore",
        "BasicListener"
      ],
      "sources" : [
        "conversion/Array+OSCMessageArgument.swift",
        "conversion/Bool+OSCConvertible.swift",
        "conversion/Byte.swift",
        "conversion/Character+OSCConvertible.swift",
        "conversion/Data+OSCMessageArgument.swift",
        "conversion/Double+OSCMessageArgument.swift",
        "conversion/Float+OSCMessageArgument.swift",
        "conversion/Int+OSCMessageArgument.swift",
        "conversion/MIDI+OSCMessageArgument.swift",
        "conversion/OSCBundle+OSCConvertible.swift",
        "conversion/OSCConvertible.swift",
        "conversion/OSCMessage+OSCConvertible.swift",
        "conversion/OSCMessageArgument.swift",
        "conversion/OSCSymbol+OSCMessageArgument.swift",
        "conversion/OSCTimeTag+OSCMessageArgument.swift",
        "conversion/RGBA+OSCMessageArgument.swift",
        "conversion/String+OSCMessageArgument.swift",
        "conversion/alignment.swift",
        "conversion/extract.swift",
        "conversion/helpers.swift",
        "dispatch/BasicMessageDispatcher.swift",
        "dispatch/OSCBundle+MessageEventHandler.swift",
        "dispatch/events.swift",
        "dispatch/matcher.swift",
        "nio/OSCPacketReader.swift",
        "types/MIDI.swift",
        "types/OSCBundle.swift",
        "types/OSCMessage.swift",
        "types/OSCSymbol.swift",
        "types/OSCTimeTag.swift",
        "types/RGBA.swift",
        "types/TypeTagValues.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BasicListener",
      "module_type" : "SwiftTarget",
      "name" : "BasicListener",
      "path" : "Source/BasicListener",
      "product_dependencies" : [
        "NIO"
      ],
      "product_memberships" : [
        "BasicListener"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "OSCCore"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
[1/76055] Fetching swift-nio
Fetched https://github.com/apple/swift-nio from cache (7.72s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.83.0 (8.77s)
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/1710] Fetching swift-atomics
[1609/6101] Fetching swift-atomics, swift-system
[2590/22692] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.67s)
[8705/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.50s)
Fetched https://github.com/apple/swift-collections.git from cache (1.54s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.24s)
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 (0.84s)
Creating working copy for https://github.com/apple/swift-nio
Working copy of https://github.com/apple/swift-nio 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/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/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Building for debugging...
[0/36] Write sources
[10/36] Compiling CNIOLinux shim.c
[11/36] Compiling CNIOLinux liburing_shims.c
[12/36] Compiling CNIOWindows shim.c
[13/36] Write sources
[15/36] Compiling _AtomicsShims.c
[16/36] Compiling CNIOWASI CNIOWASI.c
[17/36] Compiling CNIODarwin shim.c
[18/36] Compiling CNIOWindows WSAStartup.c
[19/36] Compiling c-nioatomics.c
[20/36] Write swift-version-24593BA9C3E375BF.txt
[21/75] Compiling c-atomics.c
[23/81] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[24/82] Compiling Atomics ManagedAtomic.swift
[25/82] Compiling Atomics ManagedAtomicLazyReference.swift
[26/84] Compiling Atomics AtomicStorage.swift
[27/84] Compiling Atomics AtomicValue.swift
[28/84] Compiling _NIODataStructures _TinyArray.swift
[29/84] Compiling Atomics AtomicMemoryOrderings.swift
[30/84] Compiling Atomics DoubleWord.swift
[31/84] Emitting module Atomics
[32/84] Emitting module InternalCollectionsUtilities
[33/84] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[34/84] Compiling Atomics AtomicReference.swift
[37/84] Compiling NIOConcurrencyHelpers lock.swift
[38/84] Compiling Atomics UnsafeAtomic.swift
[39/84] Compiling Atomics UnsafeAtomicLazyReference.swift
[40/84] Emitting module _NIODataStructures
[41/84] Emitting module _NIOBase64
[42/84] Compiling _NIOBase64 Base64.swift
[44/85] Compiling NIOConcurrencyHelpers NIOLock.swift
[45/85] Compiling Atomics Primitives.shims.swift
[46/85] Compiling Atomics AtomicInteger.swift
[47/85] Compiling Atomics AtomicOptionalWrappable.swift
[52/85] Compiling Atomics OptionalRawRepresentable.swift
[53/85] Compiling Atomics RawRepresentable.swift
[54/85] Compiling Atomics AtomicBool.swift
[55/85] Compiling Atomics IntegerConformances.swift
[56/85] Compiling Atomics PointerConformances.swift
[57/85] Compiling Atomics Primitives.native.swift
[58/85] Compiling _NIODataStructures Heap.swift
[59/85] Compiling _NIODataStructures PriorityQueue.swift
[60/86] Emitting module NIOConcurrencyHelpers
[61/86] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[67/87] Wrapping AST for _NIOBase64 for debugging
[71/87] Compiling Atomics IntegerOperations.swift
[72/87] Compiling Atomics Unmanaged extensions.swift
[73/88] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[74/88] Compiling NIOConcurrencyHelpers atomics.swift
[76/89] Wrapping AST for InternalCollectionsUtilities for debugging
[77/89] Wrapping AST for _NIODataStructures for debugging
[78/89] Wrapping AST for Atomics for debugging
[79/100] Wrapping AST for NIOConcurrencyHelpers for debugging
[81/104] Compiling DequeModule Deque+CustomReflectable.swift
[82/104] Compiling DequeModule Deque+Descriptions.swift
[83/104] Compiling DequeModule Deque+Equatable.swift
[84/104] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[85/106] Compiling DequeModule _DequeBuffer.swift
[86/106] Compiling DequeModule _DequeBufferHeader.swift
[87/106] Compiling DequeModule Deque+Extras.swift
[88/106] Compiling DequeModule Deque+Hashable.swift
[89/106] Compiling DequeModule _DequeSlot.swift
[90/106] Compiling DequeModule _UnsafeWrappedBuffer.swift
[91/106] Compiling DequeModule Deque+Testing.swift
[92/106] Compiling DequeModule Deque._Storage.swift
[93/106] Compiling DequeModule Deque._UnsafeHandle.swift
[94/106] Compiling DequeModule Deque.swift
[95/106] Compiling DequeModule Deque+Codable.swift
[96/106] Compiling DequeModule Deque+Collection.swift
[97/106] Emitting module DequeModule
[98/107] Wrapping AST for DequeModule for debugging
[100/167] Compiling NIOCore MulticastChannel.swift
[101/167] Compiling NIOCore NIOAny.swift
[102/167] Compiling NIOCore NIOCloseOnErrorHandler.swift
[103/167] Compiling NIOCore NIOLoopBound.swift
[104/167] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[105/167] Compiling NIOCore NIOScheduledCallback.swift
[106/167] Compiling NIOCore NIOSendable.swift
[107/167] Compiling NIOCore RecvByteBufferAllocator.swift
[108/175] Compiling NIOCore IO.swift
[109/175] Compiling NIOCore IOData.swift
[110/175] Compiling NIOCore IPProtocol.swift
[111/175] Compiling NIOCore IntegerBitPacking.swift
[112/175] Compiling NIOCore IntegerTypes.swift
[113/175] Compiling NIOCore Interfaces.swift
[114/175] Compiling NIOCore Linux.swift
[115/175] Compiling NIOCore MarkedCircularBuffer.swift
[116/175] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[117/175] Compiling NIOCore EventLoopFuture+Deprecated.swift
[118/175] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[119/175] Compiling NIOCore EventLoopFuture.swift
[120/175] Compiling NIOCore FileDescriptor.swift
[121/175] Compiling NIOCore FileHandle.swift
[122/175] Compiling NIOCore FileRegion.swift
[123/175] Compiling NIOCore GlobalSingletons.swift
[124/175] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[125/175] Compiling NIOCore SocketAddresses.swift
[126/175] Compiling NIOCore SocketOptionProvider.swift
[127/175] Compiling NIOCore SystemCallHelpers.swift
[128/175] Compiling NIOCore TimeAmount+Duration.swift
[129/175] Compiling NIOCore TypeAssistedChannelHandler.swift
[130/175] Compiling NIOCore UniversalBootstrapSupport.swift
[131/175] Compiling NIOCore Utilities.swift
[132/175] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[133/175] Compiling NIOCore BSDSocketAPI.swift
[134/175] Compiling NIOCore ByteBuffer-aux.swift
[135/175] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[136/175] Compiling NIOCore ByteBuffer-conversions.swift
[137/175] Compiling NIOCore ByteBuffer-core.swift
[138/175] Compiling NIOCore ByteBuffer-hex.swift
[139/175] Compiling NIOCore ByteBuffer-int.swift
[140/175] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[141/175] Compiling NIOCore AddressedEnvelope.swift
[142/175] Compiling NIOCore AsyncAwaitSupport.swift
[143/175] Compiling NIOCore AsyncChannel.swift
[144/175] Compiling NIOCore AsyncChannelHandler.swift
[145/175] Compiling NIOCore AsyncChannelInboundStream.swift
[146/175] Compiling NIOCore AsyncChannelOutboundWriter.swift
[147/175] Compiling NIOCore NIOAsyncSequenceProducer.swift
[148/175] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[149/175] Compiling NIOCore NIOAsyncWriter.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 CircularBuffer.swift
[160/175] Compiling NIOCore Codec.swift
[161/175] Compiling NIOCore ConvenienceOptionSupport.swift
[162/175] Compiling NIOCore DeadChannel.swift
[163/175] Compiling NIOCore DispatchQueue+WithFuture.swift
[164/175] Compiling NIOCore EventLoop+Deprecated.swift
[165/175] Compiling NIOCore EventLoop+SerialExecutor.swift
[166/175] Compiling NIOCore EventLoop.swift
[167/175] Emitting module NIOCore
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/15] Write swift-version-24593BA9C3E375BF.txt
[2/60] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/61] Compiling Atomics OptionalRawRepresentable.swift
[4/61] Compiling Atomics RawRepresentable.swift
[5/61] Compiling NIOConcurrencyHelpers lock.swift
[6/61] Compiling Atomics DoubleWord.swift
[7/61] Compiling Atomics AtomicReference.swift
[8/61] Compiling Atomics AtomicOptionalWrappable.swift
[9/61] Compiling Atomics AtomicMemoryOrderings.swift
[10/61] Compiling Atomics UnsafeAtomic.swift
[11/61] Compiling Atomics UnsafeAtomicLazyReference.swift
[12/63] Compiling Atomics ManagedAtomic.swift
[13/63] Compiling Atomics ManagedAtomicLazyReference.swift
[14/63] Compiling NIOConcurrencyHelpers NIOLock.swift
[15/63] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[18/63] Compiling Atomics AtomicBool.swift
[19/63] Compiling Atomics IntegerConformances.swift
[20/63] Compiling _NIODataStructures PriorityQueue.swift
[21/63] Compiling _NIODataStructures _TinyArray.swift
[22/63] Compiling _NIODataStructures Heap.swift
[23/63] Emitting module InternalCollectionsUtilities
[24/63] Emitting module _NIODataStructures
[25/63] Emitting module _NIOBase64
[26/63] Compiling _NIOBase64 Base64.swift
[27/63] Compiling Atomics IntegerOperations.swift
[28/63] Compiling Atomics Unmanaged extensions.swift
[29/65] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[30/65] Compiling NIOConcurrencyHelpers atomics.swift
[31/65] Compiling Atomics Primitives.shims.swift
[32/65] Compiling Atomics AtomicInteger.swift
[34/65] Emitting module NIOConcurrencyHelpers
[35/65] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[37/66] Compiling Atomics PointerConformances.swift
[38/66] Compiling Atomics Primitives.native.swift
[43/66] Compiling Atomics AtomicStorage.swift
[44/66] Compiling Atomics AtomicValue.swift
[46/64] Wrapping AST for InternalCollectionsUtilities for debugging
[48/79] Compiling DequeModule _DequeBuffer.swift
[49/79] Compiling DequeModule _DequeBufferHeader.swift
[50/81] Compiling DequeModule Deque+Codable.swift
[51/81] Compiling DequeModule Deque+Collection.swift
[52/81] Compiling DequeModule Deque+CustomReflectable.swift
[53/81] Compiling DequeModule Deque+Descriptions.swift
[54/81] Compiling DequeModule Deque+Equatable.swift
[55/81] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[56/81] Compiling DequeModule Deque+Extras.swift
[57/81] Compiling DequeModule Deque+Hashable.swift
[62/81] Emitting module Atomics
[64/82] Compiling DequeModule _DequeSlot.swift
[65/82] Compiling DequeModule _UnsafeWrappedBuffer.swift
[66/82] Compiling DequeModule Deque._UnsafeHandle.swift
[67/82] Compiling DequeModule Deque.swift
[68/82] Compiling DequeModule Deque+Testing.swift
[69/82] Compiling DequeModule Deque._Storage.swift
[70/82] Emitting module DequeModule
[72/82] Wrapping AST for Atomics for debugging
[74/83] Wrapping AST for DequeModule for debugging
[76/143] Compiling NIOCore MulticastChannel.swift
[77/143] Compiling NIOCore NIOAny.swift
[78/143] Compiling NIOCore NIOCloseOnErrorHandler.swift
[79/143] Compiling NIOCore NIOLoopBound.swift
[80/143] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[81/143] Compiling NIOCore NIOScheduledCallback.swift
[82/143] Compiling NIOCore NIOSendable.swift
[83/143] Compiling NIOCore RecvByteBufferAllocator.swift
[84/151] Compiling NIOCore IO.swift
[85/151] Compiling NIOCore IOData.swift
[86/151] Compiling NIOCore IPProtocol.swift
[87/151] Compiling NIOCore IntegerBitPacking.swift
[88/151] Compiling NIOCore IntegerTypes.swift
[89/151] Compiling NIOCore Interfaces.swift
[90/151] Compiling NIOCore Linux.swift
[91/151] Compiling NIOCore MarkedCircularBuffer.swift
[92/151] Compiling NIOCore CircularBuffer.swift
[93/151] Compiling NIOCore Codec.swift
[94/151] Compiling NIOCore ConvenienceOptionSupport.swift
[95/151] Compiling NIOCore DeadChannel.swift
[96/151] Compiling NIOCore DispatchQueue+WithFuture.swift
[97/151] Compiling NIOCore EventLoop+Deprecated.swift
[98/151] Compiling NIOCore EventLoop+SerialExecutor.swift
[99/151] Compiling NIOCore EventLoop.swift
[100/151] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[101/151] Compiling NIOCore EventLoopFuture+Deprecated.swift
[102/151] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[103/151] Compiling NIOCore EventLoopFuture.swift
[104/151] Compiling NIOCore FileDescriptor.swift
[105/151] Compiling NIOCore FileHandle.swift
[106/151] Compiling NIOCore FileRegion.swift
[107/151] Compiling NIOCore GlobalSingletons.swift
[108/151] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[109/151] Compiling NIOCore SocketAddresses.swift
[110/151] Compiling NIOCore SocketOptionProvider.swift
[111/151] Compiling NIOCore SystemCallHelpers.swift
[112/151] Compiling NIOCore TimeAmount+Duration.swift
[113/151] Compiling NIOCore TypeAssistedChannelHandler.swift
[114/151] Compiling NIOCore UniversalBootstrapSupport.swift
[115/151] Compiling NIOCore Utilities.swift
[116/151] Compiling NIOCore AddressedEnvelope.swift
[117/151] Compiling NIOCore AsyncAwaitSupport.swift
[118/151] Compiling NIOCore AsyncChannel.swift
[119/151] Compiling NIOCore AsyncChannelHandler.swift
[120/151] Compiling NIOCore AsyncChannelInboundStream.swift
[121/151] Compiling NIOCore AsyncChannelOutboundWriter.swift
[122/151] Compiling NIOCore NIOAsyncSequenceProducer.swift
[123/151] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[124/151] Compiling NIOCore NIOAsyncWriter.swift
[125/151] 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:
[126/151] 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:
[127/151] 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:
[128/151] 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:
[129/151] 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:
[130/151] 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:
[131/151] 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:
[132/151] 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:
[133/151] 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:
[134/151] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[135/151] Compiling NIOCore BSDSocketAPI.swift
[136/151] Compiling NIOCore ByteBuffer-aux.swift
[137/151] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[138/151] Compiling NIOCore ByteBuffer-conversions.swift
[139/151] Compiling NIOCore ByteBuffer-core.swift
[140/151] Compiling NIOCore ByteBuffer-hex.swift
[141/151] Compiling NIOCore ByteBuffer-int.swift
[142/151] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[143/151] Emitting module NIOCore
BUILD FAILURE 6.1 wasm