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 master (3c0f84), with Swift 6.1 for Wasm on 28 May 2025 05:51:30 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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: 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/segabor/osccore
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 3c0f841 Switch to Swift 5.5 preparing for async/await
Cloned https://github.com/segabor/osccore.git
Revision (git rev-parse @):
3c0f8416a769d00d29e9d817bccc9b1537ed0542
SUCCESS checkout https://github.com/segabor/osccore.git at master
========================================
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
      }
    },
    {
      "name" : "SoundColliderClient",
      "targets" : [
        "SoundColliderClient"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SoundColliderClient",
      "module_type" : "SwiftTarget",
      "name" : "SoundColliderClient",
      "path" : "Examples/SoundColliderClient",
      "product_memberships" : [
        "SoundColliderClient"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "OSCCore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "OSCCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "OSCCoreTests",
      "path" : "Tests/OSCCoreTests",
      "sources" : [
        "AddressMatcherTests.swift",
        "DispatcherTests.swift",
        "OSCBundleTests.swift",
        "OSCMessageTests.swift",
        "OSCTimeTagTests.swift",
        "ValueConversionTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "OSCCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OSCCore",
      "module_type" : "SwiftTarget",
      "name" : "OSCCore",
      "path" : "Source/OSCCore",
      "product_dependencies" : [
        "NIO"
      ],
      "product_memberships" : [
        "OSCCore",
        "BasicListener",
        "SoundColliderClient"
      ],
      "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",
        "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" : "Examples/BasicListener",
      "product_memberships" : [
        "BasicListener"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "OSCCore"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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.25s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.83.0 (8.31s)
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
[677/6101] Fetching swift-atomics, swift-system
[3261/22692] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.62s)
[6024/18301] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.48s)
Fetched https://github.com/apple/swift-collections.git from cache (1.51s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.13s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.65s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.77s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.83.0
Building for debugging...
[0/40] Write sources
[11/40] Compiling CNIOWindows shim.c
[12/40] Compiling CNIOWASI CNIOWASI.c
[13/40] Compiling CNIOLinux shim.c
[13/40] Write sources
[16/40] Compiling CNIOLinux liburing_shims.c
[17/40] Write swift-version-24593BA9C3E375BF.txt
[18/40] Compiling CNIOWindows WSAStartup.c
[18/40] Compiling _AtomicsShims.c
[20/40] Compiling CNIODarwin shim.c
[21/79] Compiling c-atomics.c
[23/79] Emitting module Atomics
[24/81] Compiling _NIOBase64 Base64.swift
[25/81] Emitting module _NIOBase64
[26/82] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[27/82] Compiling InternalCollectionsUtilities _SortedCollection.swift
[28/83] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[29/83] Compiling c-nioatomics.c
[31/83] Compiling _NIODataStructures _TinyArray.swift
[32/89] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[33/89] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[34/89] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[35/89] Compiling _NIODataStructures PriorityQueue.swift
[36/89] Compiling Atomics IntegerOperations.swift
[37/89] Compiling Atomics Unmanaged extensions.swift
[38/89] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[39/89] Compiling InternalCollectionsUtilities Integer rank.swift
[40/89] Emitting module InternalCollectionsUtilities
[41/89] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[42/89] Compiling InternalCollectionsUtilities UInt+reversed.swift
[43/89] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[44/89] Compiling InternalCollectionsUtilities Debugging.swift
[48/89] Compiling Atomics AtomicMemoryOrderings.swift
[49/89] Compiling Atomics DoubleWord.swift
[50/89] Compiling InternalCollectionsUtilities Descriptions.swift
[51/89] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[52/90] Compiling Atomics UnsafeAtomic.swift
[53/90] Compiling Atomics UnsafeAtomicLazyReference.swift
[57/90] Compiling Atomics ManagedAtomic.swift
[58/90] Compiling Atomics ManagedAtomicLazyReference.swift
[58/90] Wrapping AST for _NIOBase64 for debugging
[68/91] Emitting module _NIODataStructures
[69/91] Compiling _NIODataStructures Heap.swift
[71/92] Compiling NIOConcurrencyHelpers lock.swift
[72/92] Emitting module NIOConcurrencyHelpers
[73/92] Compiling NIOConcurrencyHelpers NIOLock.swift
[74/92] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[75/92] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[76/92] Compiling NIOConcurrencyHelpers atomics.swift
[77/93] Wrapping AST for InternalCollectionsUtilities for debugging
[78/93] Wrapping AST for Atomics for debugging
[80/108] Compiling DequeModule Deque+Extras.swift
[81/108] Compiling DequeModule Deque+Hashable.swift
[82/108] Compiling DequeModule Deque+Equatable.swift
[83/108] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[84/108] Compiling DequeModule Deque+Testing.swift
[85/108] Compiling DequeModule Deque._Storage.swift
[86/108] Compiling DequeModule Deque+CustomReflectable.swift
[87/108] Compiling DequeModule Deque+Descriptions.swift
[87/110] Wrapping AST for _NIODataStructures for debugging
[88/110] Wrapping AST for NIOConcurrencyHelpers for debugging
[90/110] Compiling DequeModule _DequeBuffer.swift
[91/110] Compiling DequeModule _DequeBufferHeader.swift
[92/110] Compiling DequeModule Deque._UnsafeHandle.swift
[93/110] Compiling DequeModule Deque.swift
[94/110] Compiling DequeModule _DequeSlot.swift
[95/110] Compiling DequeModule _UnsafeWrappedBuffer.swift
[96/110] Emitting module DequeModule
[97/110] Compiling DequeModule Deque+Codable.swift
[98/110] Compiling DequeModule Deque+Collection.swift
[99/111] Wrapping AST for DequeModule for debugging
[101/171] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[102/171] Compiling NIOCore EventLoopFuture+Deprecated.swift
[103/171] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[104/171] Compiling NIOCore EventLoopFuture.swift
[105/171] Compiling NIOCore FileDescriptor.swift
[106/171] Compiling NIOCore FileHandle.swift
[107/171] Compiling NIOCore FileRegion.swift
[108/171] Compiling NIOCore GlobalSingletons.swift
[109/179] Compiling NIOCore IO.swift
[110/179] Compiling NIOCore IOData.swift
[111/179] Compiling NIOCore IPProtocol.swift
[112/179] Compiling NIOCore IntegerBitPacking.swift
[113/179] Compiling NIOCore IntegerTypes.swift
[114/179] Compiling NIOCore Interfaces.swift
[115/179] Compiling NIOCore Linux.swift
[116/179] Compiling NIOCore MarkedCircularBuffer.swift
[117/179] Compiling NIOCore MulticastChannel.swift
[118/179] Compiling NIOCore NIOAny.swift
[119/179] Compiling NIOCore NIOCloseOnErrorHandler.swift
[120/179] Compiling NIOCore NIOLoopBound.swift
[121/179] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[122/179] Compiling NIOCore NIOScheduledCallback.swift
[123/179] Compiling NIOCore NIOSendable.swift
[124/179] Compiling NIOCore RecvByteBufferAllocator.swift
[125/179] Compiling NIOCore CircularBuffer.swift
[126/179] Compiling NIOCore Codec.swift
[127/179] Compiling NIOCore ConvenienceOptionSupport.swift
[128/179] Compiling NIOCore DeadChannel.swift
[129/179] Compiling NIOCore DispatchQueue+WithFuture.swift
[130/179] Compiling NIOCore EventLoop+Deprecated.swift
[131/179] Compiling NIOCore EventLoop+SerialExecutor.swift
[132/179] Compiling NIOCore EventLoop.swift
[133/179] 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:
[134/179] 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:
[135/179] 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:
[136/179] 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:
[137/179] 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:
[138/179] 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:
[139/179] 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:
[140/179] 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:
[141/179] 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:
[142/179] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[143/179] Compiling NIOCore BSDSocketAPI.swift
[144/179] Compiling NIOCore ByteBuffer-aux.swift
[145/179] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[146/179] Compiling NIOCore ByteBuffer-conversions.swift
[147/179] Compiling NIOCore ByteBuffer-core.swift
[148/179] Compiling NIOCore ByteBuffer-hex.swift
[149/179] Compiling NIOCore ByteBuffer-int.swift
[150/179] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[151/179] Compiling NIOCore AddressedEnvelope.swift
[152/179] Compiling NIOCore AsyncAwaitSupport.swift
[153/179] Compiling NIOCore AsyncChannel.swift
[154/179] Compiling NIOCore AsyncChannelHandler.swift
[155/179] Compiling NIOCore AsyncChannelInboundStream.swift
[156/179] Compiling NIOCore AsyncChannelOutboundWriter.swift
[157/179] Compiling NIOCore NIOAsyncSequenceProducer.swift
[158/179] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[159/179] Compiling NIOCore NIOAsyncWriter.swift
[160/179] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[161/179] Compiling NIOCore SocketAddresses.swift
[162/179] Compiling NIOCore SocketOptionProvider.swift
[163/179] Compiling NIOCore SystemCallHelpers.swift
[164/179] Compiling NIOCore TimeAmount+Duration.swift
[165/179] Compiling NIOCore TypeAssistedChannelHandler.swift
[166/179] Compiling NIOCore UniversalBootstrapSupport.swift
[167/179] Compiling NIOCore Utilities.swift
[168/179] Emitting module NIOCore
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/18] Write swift-version-24593BA9C3E375BF.txt
[2/63] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/63] Compiling Atomics IntegerConformances.swift
[4/63] Compiling Atomics PointerConformances.swift
[5/63] Compiling Atomics AtomicStorage.swift
[6/63] Compiling Atomics AtomicValue.swift
[7/64] Compiling NIOConcurrencyHelpers lock.swift
[8/64] Compiling Atomics OptionalRawRepresentable.swift
[9/64] Compiling Atomics RawRepresentable.swift
[10/64] Compiling NIOConcurrencyHelpers NIOLock.swift
[11/64] Compiling Atomics ManagedAtomic.swift
[12/64] Compiling Atomics ManagedAtomicLazyReference.swift
[13/64] Compiling Atomics UnsafeAtomic.swift
[14/64] Compiling Atomics UnsafeAtomicLazyReference.swift
[15/66] Compiling _NIODataStructures Heap.swift
[16/66] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[17/66] Compiling Atomics AtomicMemoryOrderings.swift
[18/66] Compiling Atomics DoubleWord.swift
[19/66] Compiling _NIODataStructures PriorityQueue.swift
[20/66] Compiling _NIODataStructures _TinyArray.swift
[21/66] Compiling Atomics AtomicReference.swift
[24/66] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[25/66] Compiling NIOConcurrencyHelpers atomics.swift
[26/66] Emitting module NIOConcurrencyHelpers
[27/66] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[28/67] Emitting module _NIOBase64
[29/67] Compiling _NIOBase64 Base64.swift
[30/68] Emitting module _NIODataStructures
[31/69] Compiling Atomics AtomicInteger.swift
[32/69] Compiling Atomics AtomicOptionalWrappable.swift
[35/69] Compiling Atomics IntegerOperations.swift
[36/69] Compiling Atomics Unmanaged extensions.swift
[38/69] Compiling Atomics AtomicBool.swift
[39/69] Compiling Atomics Primitives.shims.swift
[40/69] Compiling Atomics Primitives.native.swift
[42/69] Emitting module InternalCollectionsUtilities
[43/67] Wrapping AST for InternalCollectionsUtilities for debugging
[45/82] Compiling DequeModule _DequeBuffer.swift
[46/82] Compiling DequeModule _DequeBufferHeader.swift
[47/84] Compiling DequeModule Deque+Equatable.swift
[48/84] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[49/84] Compiling DequeModule Deque+Extras.swift
[50/84] Compiling DequeModule Deque+Hashable.swift
[51/84] Emitting module Atomics
[52/84] Compiling DequeModule _DequeSlot.swift
[53/84] Compiling DequeModule _UnsafeWrappedBuffer.swift
[54/84] Compiling DequeModule Deque+Testing.swift
[55/84] Compiling DequeModule Deque._Storage.swift
[56/84] Compiling DequeModule Deque._UnsafeHandle.swift
[57/84] Compiling DequeModule Deque.swift
[58/84] Compiling DequeModule Deque+Codable.swift
[59/84] Compiling DequeModule Deque+Collection.swift
[60/84] Compiling DequeModule Deque+CustomReflectable.swift
[61/84] Compiling DequeModule Deque+Descriptions.swift
[71/85] Emitting module DequeModule
[73/86] Wrapping AST for DequeModule for debugging
[74/86] Wrapping AST for Atomics for debugging
[76/146] Compiling NIOCore MulticastChannel.swift
[77/146] Compiling NIOCore NIOAny.swift
[78/146] Compiling NIOCore NIOCloseOnErrorHandler.swift
[79/146] Compiling NIOCore NIOLoopBound.swift
[80/146] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[81/146] Compiling NIOCore NIOScheduledCallback.swift
[82/146] Compiling NIOCore NIOSendable.swift
[83/146] Compiling NIOCore RecvByteBufferAllocator.swift
[84/154] Compiling NIOCore IO.swift
[85/154] Compiling NIOCore IOData.swift
[86/154] Compiling NIOCore IPProtocol.swift
[87/154] Compiling NIOCore IntegerBitPacking.swift
[88/154] Compiling NIOCore IntegerTypes.swift
[89/154] Compiling NIOCore Interfaces.swift
[90/154] Compiling NIOCore Linux.swift
[91/154] Compiling NIOCore MarkedCircularBuffer.swift
[92/154] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[93/154] Compiling NIOCore EventLoopFuture+Deprecated.swift
[94/154] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[95/154] Compiling NIOCore EventLoopFuture.swift
[96/154] Compiling NIOCore FileDescriptor.swift
[97/154] Compiling NIOCore FileHandle.swift
[98/154] Compiling NIOCore FileRegion.swift
[99/154] Compiling NIOCore GlobalSingletons.swift
[100/154] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[101/154] Compiling NIOCore SocketAddresses.swift
[102/154] Compiling NIOCore SocketOptionProvider.swift
[103/154] Compiling NIOCore SystemCallHelpers.swift
[104/154] Compiling NIOCore TimeAmount+Duration.swift
[105/154] Compiling NIOCore TypeAssistedChannelHandler.swift
[106/154] Compiling NIOCore UniversalBootstrapSupport.swift
[107/154] Compiling NIOCore Utilities.swift
[108/154] Compiling NIOCore CircularBuffer.swift
[109/154] Compiling NIOCore Codec.swift
[110/154] Compiling NIOCore ConvenienceOptionSupport.swift
[111/154] Compiling NIOCore DeadChannel.swift
[112/154] Compiling NIOCore DispatchQueue+WithFuture.swift
[113/154] Compiling NIOCore EventLoop+Deprecated.swift
[114/154] Compiling NIOCore EventLoop+SerialExecutor.swift
[115/154] Compiling NIOCore EventLoop.swift
[116/154] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[117/154] Compiling NIOCore BSDSocketAPI.swift
[118/154] Compiling NIOCore ByteBuffer-aux.swift
[119/154] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[120/154] Compiling NIOCore ByteBuffer-conversions.swift
[121/154] Compiling NIOCore ByteBuffer-core.swift
[122/154] Compiling NIOCore ByteBuffer-hex.swift
[123/154] Compiling NIOCore ByteBuffer-int.swift
[124/154] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[125/154] 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/154] 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/154] 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/154] 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/154] 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/154] 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/154] 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/154] 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/154] 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/154] Compiling NIOCore AddressedEnvelope.swift
[135/154] Compiling NIOCore AsyncAwaitSupport.swift
[136/154] Compiling NIOCore AsyncChannel.swift
[137/154] Compiling NIOCore AsyncChannelHandler.swift
[138/154] Compiling NIOCore AsyncChannelInboundStream.swift
[139/154] Compiling NIOCore AsyncChannelOutboundWriter.swift
[140/154] Compiling NIOCore NIOAsyncSequenceProducer.swift
[141/154] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[142/154] Compiling NIOCore NIOAsyncWriter.swift
[143/154] Emitting module NIOCore
BUILD FAILURE 6.1 wasm