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 SpeziFileFormats, reference main (d9e903), with Swift 6.1 for Wasm on 30 May 2025 12:33:24 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/StanfordSpezi/SpeziFileFormats.git
Reference: main
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/StanfordSpezi/SpeziFileFormats
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d9e9031 Migrate to Swift Testing (#14)
Cloned https://github.com/StanfordSpezi/SpeziFileFormats.git
Revision (git rev-parse @):
d9e903199a7cc7d9100a412c9989147f58b13038
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/StanfordSpezi/SpeziFileFormats.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/StanfordSpezi/SpeziFileFormats.git
https://github.com/StanfordSpezi/SpeziFileFormats.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "spezinetworking",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.2",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/StanfordSpezi/SpeziNetworking.git"
    }
  ],
  "manifest_display_name" : "SpeziFileFormats",
  "name" : "SpeziFileFormats",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "EDFFormat",
      "targets" : [
        "EDFFormat"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EDFFormatTests",
      "module_type" : "SwiftTarget",
      "name" : "EDFFormatTests",
      "path" : "Tests/EDFFormatTests",
      "product_dependencies" : [
        "ByteCoding"
      ],
      "sources" : [
        "Defaults.swift",
        "EDFEncodingTests.swift"
      ],
      "target_dependencies" : [
        "EDFFormat"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EDFFormat",
      "module_type" : "SwiftTarget",
      "name" : "EDFFormat",
      "path" : "Sources/EDFFormat",
      "product_dependencies" : [
        "ByteCoding",
        "SpeziNumerics"
      ],
      "product_memberships" : [
        "EDFFormat"
      ],
      "sources" : [
        "Dimension/AngleDimension.swift",
        "Dimension/SoundPressureLevelDimension.swift",
        "Dimension/TemperatureDimension.swift",
        "GenericFileWriter.swift",
        "Information/EEGLocation.swift",
        "Information/FileFormat.swift",
        "Information/FileInformation.swift",
        "Information/RecordingFormat.swift",
        "Information/RecordingIdentification.swift",
        "Information/SubjectIdentification.swift",
        "Signal/Channel.swift",
        "Signal/DataRecord.swift",
        "Signal/DimensionPrefix.swift",
        "Signal/Sample.swift",
        "Signal/Signal.swift",
        "Signal/SignalLabel.swift",
        "Signal/SignalType.swift",
        "Utils/ByteBuffer+EDFAscii.swift",
        "Utils/EDFEncodingError.swift",
        "Utils/EDFRepresentable.swift",
        "Utils/VerifyAsciiInput.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
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/StanfordSpezi/SpeziNetworking.git
[1/310] Fetching spezinetworking
Fetched https://github.com/StanfordSpezi/SpeziNetworking.git from cache (0.34s)
Computing version for https://github.com/StanfordSpezi/SpeziNetworking.git
Computed https://github.com/StanfordSpezi/SpeziNetworking.git at 2.3.0 (3.70s)
Fetching https://github.com/apple/swift-nio.git
[1/76111] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (7.72s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (8.76s)
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
[532/6101] Fetching swift-atomics, swift-system
[3605/22692] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.55s)
[7212/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.39s)
Fetched https://github.com/apple/swift-collections.git from cache (1.42s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.68s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.67s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.76s)
Creating working copy for https://github.com/StanfordSpezi/SpeziNetworking.git
Working copy of https://github.com/StanfordSpezi/SpeziNetworking.git resolved at 2.3.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
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Building for debugging...
[0/21] Write sources
[10/21] Compiling CNIOLinux shim.c
[11/21] Compiling CNIOWASI CNIOWASI.c
[12/21] Compiling CNIOLinux liburing_shims.c
[13/21] Write sources
[14/21] Compiling _AtomicsShims.c
[15/21] Compiling CNIODarwin shim.c
[16/21] Compiling CNIOWindows WSAStartup.c
[17/21] Compiling CNIOWindows shim.c
[18/21] Write swift-version-24593BA9C3E375BF.txt
[20/60] Emitting module InternalCollectionsUtilities
[21/61] Emitting module _NIODataStructures
[21/61] Compiling c-nioatomics.c
[23/61] Compiling Atomics AtomicReference.swift
[24/61] Compiling Atomics AtomicStorage.swift
[25/61] Compiling Atomics AtomicValue.swift
[26/61] Compiling Atomics AtomicMemoryOrderings.swift
[27/61] Compiling Atomics DoubleWord.swift
[28/61] Compiling Atomics Primitives.shims.swift
[29/61] Compiling Atomics AtomicInteger.swift
[30/61] Compiling Atomics AtomicOptionalWrappable.swift
[31/63] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[32/63] Compiling Atomics ManagedAtomic.swift
[33/63] Compiling Atomics ManagedAtomicLazyReference.swift
[34/63] Compiling Atomics Primitives.native.swift
[36/63] Emitting module Atomics
[37/63] Emitting module _NIOBase64
[38/63] Compiling _NIOBase64 Base64.swift
[39/63] Compiling Atomics OptionalRawRepresentable.swift
[40/63] Compiling Atomics RawRepresentable.swift
[41/64] Compiling Atomics AtomicBool.swift
[43/64] Compiling Atomics IntegerConformances.swift
[44/64] Compiling Atomics PointerConformances.swift
[47/64] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[50/65] Compiling Atomics UnsafeAtomic.swift
[51/65] Compiling Atomics UnsafeAtomicLazyReference.swift
[52/65] Compiling _NIODataStructures PriorityQueue.swift
[53/65] Compiling _NIODataStructures _TinyArray.swift
[60/65] Compiling Atomics IntegerOperations.swift
[61/65] Compiling Atomics Unmanaged extensions.swift
[63/66] Compiling c-atomics.c
[66/87] Compiling DequeModule _DequeBuffer.swift
[67/87] Compiling DequeModule _DequeBufferHeader.swift
[68/89] Compiling NIOConcurrencyHelpers lock.swift
[69/89] Compiling _NIODataStructures Heap.swift
[70/90] Compiling DequeModule Deque+Testing.swift
[71/90] Compiling DequeModule Deque._Storage.swift
[73/90] Compiling NIOConcurrencyHelpers NIOLock.swift
[74/90] Compiling DequeModule _DequeSlot.swift
[75/90] Compiling DequeModule _UnsafeWrappedBuffer.swift
[76/90] Compiling DequeModule Deque+Extras.swift
[77/90] Compiling DequeModule Deque+Hashable.swift
[78/90] Compiling DequeModule Deque+Equatable.swift
[79/90] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[80/90] Compiling DequeModule Deque+CustomReflectable.swift
[81/90] Compiling DequeModule Deque+Descriptions.swift
[82/90] Compiling DequeModule Deque._UnsafeHandle.swift
[83/90] Compiling DequeModule Deque.swift
[84/90] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[85/90] Emitting module NIOConcurrencyHelpers
[86/90] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[87/90] Compiling NIOConcurrencyHelpers atomics.swift
[89/91] Compiling DequeModule Deque+Codable.swift
[90/91] Compiling DequeModule Deque+Collection.swift
[91/91] Emitting module DequeModule
[93/152] Compiling NIOCore MulticastChannel.swift
[94/152] Compiling NIOCore NIOAny.swift
[95/152] Compiling NIOCore NIOCloseOnErrorHandler.swift
[96/152] Compiling NIOCore NIOLoopBound.swift
[97/152] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[98/152] Compiling NIOCore NIOScheduledCallback.swift
[99/152] Compiling NIOCore NIOSendable.swift
[100/152] Compiling NIOCore RecvByteBufferAllocator.swift
[101/160] Compiling NIOCore IO.swift
[102/160] Compiling NIOCore IOData.swift
[103/160] Compiling NIOCore IPProtocol.swift
[104/160] Compiling NIOCore IntegerBitPacking.swift
[105/160] Compiling NIOCore IntegerTypes.swift
[106/160] Compiling NIOCore Interfaces.swift
[107/160] Compiling NIOCore Linux.swift
[108/160] Compiling NIOCore MarkedCircularBuffer.swift
[109/160] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[110/160] Compiling NIOCore EventLoopFuture+Deprecated.swift
[111/160] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[112/160] Compiling NIOCore EventLoopFuture.swift
[113/160] Compiling NIOCore FileDescriptor.swift
[114/160] Compiling NIOCore FileHandle.swift
[115/160] Compiling NIOCore FileRegion.swift
[116/160] Compiling NIOCore GlobalSingletons.swift
[117/160] 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:
[118/160] 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:
[119/160] 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:
[120/160] 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:
[121/160] 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:
[122/160] 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:
[123/160] 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:
[124/160] 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:
[125/160] 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:
[126/160] Compiling NIOCore CircularBuffer.swift
[127/160] Compiling NIOCore Codec.swift
[128/160] Compiling NIOCore ConvenienceOptionSupport.swift
[129/160] Compiling NIOCore DeadChannel.swift
[130/160] Compiling NIOCore DispatchQueue+WithFuture.swift
[131/160] Compiling NIOCore EventLoop+Deprecated.swift
[132/160] Compiling NIOCore EventLoop+SerialExecutor.swift
[133/160] Compiling NIOCore EventLoop.swift
[134/160] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[135/160] Compiling NIOCore SocketAddresses.swift
[136/160] Compiling NIOCore SocketOptionProvider.swift
[137/160] Compiling NIOCore SystemCallHelpers.swift
[138/160] Compiling NIOCore TimeAmount+Duration.swift
[139/160] Compiling NIOCore TypeAssistedChannelHandler.swift
[140/160] Compiling NIOCore UniversalBootstrapSupport.swift
[141/160] Compiling NIOCore Utilities.swift
[142/160] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[143/160] Compiling NIOCore BSDSocketAPI.swift
[144/160] Compiling NIOCore ByteBuffer-aux.swift
[145/160] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[146/160] Compiling NIOCore ByteBuffer-conversions.swift
[147/160] Compiling NIOCore ByteBuffer-core.swift
[148/160] Compiling NIOCore ByteBuffer-hex.swift
[149/160] Compiling NIOCore ByteBuffer-int.swift
[150/160] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[151/160] Compiling NIOCore AddressedEnvelope.swift
[152/160] Compiling NIOCore AsyncAwaitSupport.swift
[153/160] Compiling NIOCore AsyncChannel.swift
[154/160] Compiling NIOCore AsyncChannelHandler.swift
[155/160] Compiling NIOCore AsyncChannelInboundStream.swift
[156/160] Compiling NIOCore AsyncChannelOutboundWriter.swift
[157/160] Compiling NIOCore NIOAsyncSequenceProducer.swift
[158/160] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[159/160] Compiling NIOCore NIOAsyncWriter.swift
[160/160] 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/46] Compiling NIOConcurrencyHelpers NIOLock.swift
[3/46] Compiling NIOConcurrencyHelpers lock.swift
[4/46] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[5/47] Compiling Atomics UnsafeAtomic.swift
[6/47] Compiling Atomics UnsafeAtomicLazyReference.swift
[7/47] Compiling Atomics ManagedAtomic.swift
[8/47] Compiling Atomics ManagedAtomicLazyReference.swift
[9/49] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[10/49] Compiling InternalCollectionsUtilities Debugging.swift
[11/49] Compiling InternalCollectionsUtilities Descriptions.swift
[12/49] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[13/49] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[14/49] Compiling InternalCollectionsUtilities Integer rank.swift
[15/49] Compiling InternalCollectionsUtilities _SortedCollection.swift
[19/49] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[20/49] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[22/49] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[27/49] Compiling Atomics AtomicStorage.swift
[28/49] Compiling Atomics AtomicValue.swift
[29/49] Compiling _NIOBase64 Base64.swift
[30/49] Emitting module _NIOBase64
[31/50] Compiling _NIODataStructures PriorityQueue.swift
[32/50] Compiling _NIODataStructures _TinyArray.swift
[33/50] Compiling _NIODataStructures Heap.swift
[34/50] Emitting module _NIODataStructures
[36/51] Compiling Atomics IntegerOperations.swift
[37/51] Compiling Atomics Unmanaged extensions.swift
[38/51] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[39/51] Compiling NIOConcurrencyHelpers atomics.swift
[40/51] Emitting module NIOConcurrencyHelpers
[41/51] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[43/52] Emitting module InternalCollectionsUtilities
[44/52] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[45/52] Compiling InternalCollectionsUtilities UInt+reversed.swift
[47/52] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[50/53] Emitting module Atomics
[55/69] Compiling DequeModule _DequeBuffer.swift
[56/69] Compiling DequeModule _DequeBufferHeader.swift
[57/71] Compiling DequeModule _DequeSlot.swift
[58/71] Compiling DequeModule _UnsafeWrappedBuffer.swift
[59/71] Compiling DequeModule Deque+Extras.swift
[60/71] Compiling DequeModule Deque+Hashable.swift
[61/71] Compiling DequeModule Deque+Testing.swift
[62/71] Compiling DequeModule Deque._Storage.swift
[63/71] Compiling DequeModule Deque+Equatable.swift
[64/71] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[65/71] Compiling DequeModule Deque._UnsafeHandle.swift
[66/71] Compiling DequeModule Deque.swift
[67/71] Compiling DequeModule Deque+CustomReflectable.swift
[68/71] Compiling DequeModule Deque+Descriptions.swift
[69/71] Compiling DequeModule Deque+Codable.swift
[70/71] Compiling DequeModule Deque+Collection.swift
[71/71] Emitting module DequeModule
[73/132] Compiling NIOCore MulticastChannel.swift
[74/132] Compiling NIOCore NIOAny.swift
[75/132] Compiling NIOCore NIOCloseOnErrorHandler.swift
[76/132] Compiling NIOCore NIOLoopBound.swift
[77/132] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[78/132] Compiling NIOCore NIOScheduledCallback.swift
[79/132] Compiling NIOCore NIOSendable.swift
[80/132] Compiling NIOCore RecvByteBufferAllocator.swift
[81/140] Compiling NIOCore IO.swift
[82/140] Compiling NIOCore IOData.swift
[83/140] Compiling NIOCore IPProtocol.swift
[84/140] Compiling NIOCore IntegerBitPacking.swift
[85/140] Compiling NIOCore IntegerTypes.swift
[86/140] Compiling NIOCore Interfaces.swift
[87/140] Compiling NIOCore Linux.swift
[88/140] Compiling NIOCore MarkedCircularBuffer.swift
[89/140] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[90/140] Compiling NIOCore EventLoopFuture+Deprecated.swift
[91/140] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[92/140] Compiling NIOCore EventLoopFuture.swift
[93/140] Compiling NIOCore FileDescriptor.swift
[94/140] Compiling NIOCore FileHandle.swift
[95/140] Compiling NIOCore FileRegion.swift
[96/140] Compiling NIOCore GlobalSingletons.swift
[97/140] Compiling NIOCore CircularBuffer.swift
[98/140] Compiling NIOCore Codec.swift
[99/140] Compiling NIOCore ConvenienceOptionSupport.swift
[100/140] Compiling NIOCore DeadChannel.swift
[101/140] Compiling NIOCore DispatchQueue+WithFuture.swift
[102/140] Compiling NIOCore EventLoop+Deprecated.swift
[103/140] Compiling NIOCore EventLoop+SerialExecutor.swift
[104/140] Compiling NIOCore EventLoop.swift
[105/140] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[106/140] Compiling NIOCore SocketAddresses.swift
[107/140] Compiling NIOCore SocketOptionProvider.swift
[108/140] Compiling NIOCore SystemCallHelpers.swift
[109/140] Compiling NIOCore TimeAmount+Duration.swift
[110/140] Compiling NIOCore TypeAssistedChannelHandler.swift
[111/140] Compiling NIOCore UniversalBootstrapSupport.swift
[112/140] Compiling NIOCore Utilities.swift
[113/140] Compiling NIOCore AddressedEnvelope.swift
[114/140] Compiling NIOCore AsyncAwaitSupport.swift
[115/140] Compiling NIOCore AsyncChannel.swift
[116/140] Compiling NIOCore AsyncChannelHandler.swift
[117/140] Compiling NIOCore AsyncChannelInboundStream.swift
[118/140] Compiling NIOCore AsyncChannelOutboundWriter.swift
[119/140] Compiling NIOCore NIOAsyncSequenceProducer.swift
[120/140] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[121/140] Compiling NIOCore NIOAsyncWriter.swift
[122/140] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[123/140] Compiling NIOCore BSDSocketAPI.swift
[124/140] Compiling NIOCore ByteBuffer-aux.swift
[125/140] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[126/140] Compiling NIOCore ByteBuffer-conversions.swift
[127/140] Compiling NIOCore ByteBuffer-core.swift
[128/140] Compiling NIOCore ByteBuffer-hex.swift
[129/140] Compiling NIOCore ByteBuffer-int.swift
[130/140] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[131/140] 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:
[132/140] 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:
[133/140] 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:
[134/140] 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:
[135/140] 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:
[136/140] 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:
[137/140] 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:
[138/140] 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:
[139/140] 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:
[140/140] Emitting module NIOCore
BUILD FAILURE 6.1 wasm