The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftyUploader, reference 0.0.1 (cda342), with Swift 6.1 for Wasm on 28 May 2025 17:44:57 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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/kejinlu/SwiftyUploader.git
Reference: 0.0.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/kejinlu/SwiftyUploader
 * tag               0.0.1      -> FETCH_HEAD
HEAD is now at cda3423 readme
Cloned https://github.com/kejinlu/SwiftyUploader.git
Revision (git rev-parse @):
cda34238ac00f856e329f05b0ba6dd02a8d0350a
SUCCESS checkout https://github.com/kejinlu/SwiftyUploader.git at 0.0.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/kejinlu/SwiftyUploader.git
https://github.com/kejinlu/SwiftyUploader.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "default_localization" : "en",
  "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.git"
    }
  ],
  "manifest_display_name" : "SwiftyUploader",
  "name" : "SwiftyUploader",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftyUploader",
      "targets" : [
        "SwiftyUploader"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftyUploaderTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyUploaderTests",
      "path" : "Tests/SwiftyUploaderTests",
      "sources" : [
        "SwiftyUploaderTests.swift"
      ],
      "target_dependencies" : [
        "SwiftyUploader"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyUploader",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyUploader",
      "path" : "Sources/SwiftyUploader",
      "product_dependencies" : [
        "NIO",
        "NIOHTTP1"
      ],
      "product_memberships" : [
        "SwiftyUploader"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftyUploader/Resources/css",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftyUploader/Resources/en.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftyUploader/Resources/fonts",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftyUploader/Resources/index.html",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftyUploader/Resources/js",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftyUploader/Resources/zh-Hans.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "zh-hans"
            }
          }
        }
      ],
      "sources" : [
        "HTTPHandler.swift",
        "Processors/DataResourceProcessor.swift",
        "Processors/FileCreatetProcessor.swift",
        "Processors/FileDeleteProcessor.swift",
        "Processors/FileDownloadProcessor.swift",
        "Processors/FileListProcessor.swift",
        "Processors/FileMoveProcessor.swift",
        "Processors/IndexHtmlProcessor.swift",
        "Processors/MultipartFormDataParser.swift",
        "Processors/Processor.swift",
        "Processors/TextResourceProcessor.swift",
        "Responder.swift",
        "SwiftyUploader.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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.git
[1/76093] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.99s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (12.65s)
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
[36/6101] Fetching swift-atomics, swift-system
[3221/22692] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.57s)
Fetched https://github.com/apple/swift-system.git from cache (0.57s)
[2821/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (3.83s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (5.03s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.60s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.10s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Building for debugging...
[0/32] Copying Localizable.strings
[0/32] Write sources
[0/32] Copying index.html
[0/32] Write sources
[0/32] Copying Localizable.strings
[0/32] Copying Info.plist
[0/32] Write sources
[15/32] Copying js
[16/32] Copying fonts
[17/32] Copying css
[18/32] Compiling CNIOLinux liburing_shims.c
[19/32] Compiling CNIOWindows WSAStartup.c
[20/32] Compiling CNIOWindows shim.c
[20/32] Compiling _AtomicsShims.c
[22/32] Compiling CNIOWASI CNIOWASI.c
[23/32] Compiling CNIOLinux shim.c
[24/32] Write sources
[25/32] Compiling CNIODarwin shim.c
[26/32] Compiling CNIOLLHTTP c_nio_http.c
[27/32] Compiling CNIOLLHTTP c_nio_api.c
[28/32] Write swift-version-24593BA9C3E375BF.txt
[30/71] Emitting module _NIODataStructures
[30/71] Compiling CNIOLLHTTP c_nio_llhttp.c
[32/71] Emitting module Atomics
[33/73] Compiling Atomics Primitives.shims.swift
[34/73] Compiling Atomics AtomicInteger.swift
[35/73] Compiling Atomics AtomicOptionalWrappable.swift
[36/73] Compiling _NIOBase64 Base64.swift
[37/73] Emitting module _NIOBase64
[38/73] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[39/73] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[40/73] Compiling InternalCollectionsUtilities Debugging.swift
[41/74] Compiling InternalCollectionsUtilities Descriptions.swift
[42/74] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[43/75] Emitting module InternalCollectionsUtilities
[44/75] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[45/75] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[46/75] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[47/75] Compiling InternalCollectionsUtilities Integer rank.swift
[48/75] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[49/75] Compiling InternalCollectionsUtilities UInt+reversed.swift
[50/75] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[51/75] Compiling InternalCollectionsUtilities _SortedCollection.swift
[53/75] Compiling Atomics ManagedAtomicLazyReference.swift
[54/75] Compiling Atomics IntegerOperations.swift
[55/75] Compiling Atomics Unmanaged extensions.swift
[58/75] Compiling _NIODataStructures PriorityQueue.swift
[62/75] Compiling _NIODataStructures _TinyArray.swift
[66/75] Compiling Atomics UnsafeAtomic.swift
[67/75] Compiling Atomics UnsafeAtomicLazyReference.swift
[73/76] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[73/77] Compiling c-nioatomics.c
[76/77] Compiling _NIODataStructures Heap.swift
[78/93] Compiling DequeModule Deque+CustomReflectable.swift
[79/93] Compiling DequeModule Deque+Descriptions.swift
[80/95] Compiling DequeModule _DequeBuffer.swift
[81/95] Compiling DequeModule _DequeBufferHeader.swift
[81/95] Compiling c-atomics.c
[83/95] Compiling DequeModule Deque+Testing.swift
[84/95] Compiling DequeModule Deque._Storage.swift
[85/95] Compiling DequeModule Deque+Equatable.swift
[86/95] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[87/101] Compiling DequeModule _DequeSlot.swift
[88/101] Compiling DequeModule _UnsafeWrappedBuffer.swift
[89/101] Compiling NIOConcurrencyHelpers lock.swift
[90/101] Compiling DequeModule Deque+Extras.swift
[91/101] Compiling DequeModule Deque+Hashable.swift
[92/101] Compiling DequeModule Deque._UnsafeHandle.swift
[93/101] Compiling DequeModule Deque.swift
[94/101] Compiling DequeModule Deque+Codable.swift
[95/101] Compiling DequeModule Deque+Collection.swift
[96/101] Emitting module DequeModule
[97/102] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[98/102] Compiling NIOConcurrencyHelpers atomics.swift
[99/102] Emitting module NIOConcurrencyHelpers
[100/102] Compiling NIOConcurrencyHelpers NIOLock.swift
[101/102] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[104/163] Compiling NIOCore MulticastChannel.swift
[105/163] Compiling NIOCore NIOAny.swift
[106/163] Compiling NIOCore NIOCloseOnErrorHandler.swift
[107/163] Compiling NIOCore NIOLoopBound.swift
[108/163] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[109/163] Compiling NIOCore NIOScheduledCallback.swift
[110/163] Compiling NIOCore NIOSendable.swift
[111/163] Compiling NIOCore RecvByteBufferAllocator.swift
[112/171] Compiling NIOCore IO.swift
[113/171] Compiling NIOCore IOData.swift
[114/171] Compiling NIOCore IPProtocol.swift
[115/171] Compiling NIOCore IntegerBitPacking.swift
[116/171] Compiling NIOCore IntegerTypes.swift
[117/171] Compiling NIOCore Interfaces.swift
[118/171] Compiling NIOCore Linux.swift
[119/171] Compiling NIOCore MarkedCircularBuffer.swift
[120/171] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[121/171] Compiling NIOCore EventLoopFuture+Deprecated.swift
[122/171] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[123/171] Compiling NIOCore EventLoopFuture.swift
[124/171] Compiling NIOCore FileDescriptor.swift
[125/171] Compiling NIOCore FileHandle.swift
[126/171] Compiling NIOCore FileRegion.swift
[127/171] Compiling NIOCore GlobalSingletons.swift
[128/171] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[129/171] Compiling NIOCore SocketAddresses.swift
[130/171] Compiling NIOCore SocketOptionProvider.swift
[131/171] Compiling NIOCore SystemCallHelpers.swift
[132/171] Compiling NIOCore TimeAmount+Duration.swift
[133/171] Compiling NIOCore TypeAssistedChannelHandler.swift
[134/171] Compiling NIOCore UniversalBootstrapSupport.swift
[135/171] Compiling NIOCore Utilities.swift
[136/171] 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:
[137/171] 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:
[138/171] 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:
[139/171] 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:
[140/171] 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:
[141/171] 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:
[142/171] 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:
[143/171] 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:
[144/171] 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:
[145/171] Compiling NIOCore CircularBuffer.swift
[146/171] Compiling NIOCore Codec.swift
[147/171] Compiling NIOCore ConvenienceOptionSupport.swift
[148/171] Compiling NIOCore DeadChannel.swift
[149/171] Compiling NIOCore DispatchQueue+WithFuture.swift
[150/171] Compiling NIOCore EventLoop+Deprecated.swift
[151/171] Compiling NIOCore EventLoop+SerialExecutor.swift
[152/171] Compiling NIOCore EventLoop.swift
[153/171] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[154/171] Compiling NIOCore BSDSocketAPI.swift
[155/171] Compiling NIOCore ByteBuffer-aux.swift
[156/171] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[157/171] Compiling NIOCore ByteBuffer-conversions.swift
[158/171] Compiling NIOCore ByteBuffer-core.swift
[159/171] Compiling NIOCore ByteBuffer-hex.swift
[160/171] Compiling NIOCore ByteBuffer-int.swift
[161/171] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[162/171] Compiling NIOCore AddressedEnvelope.swift
[163/171] Compiling NIOCore AsyncAwaitSupport.swift
[164/171] Compiling NIOCore AsyncChannel.swift
[165/171] Compiling NIOCore AsyncChannelHandler.swift
[166/171] Compiling NIOCore AsyncChannelInboundStream.swift
[167/171] Compiling NIOCore AsyncChannelOutboundWriter.swift
[168/171] Compiling NIOCore NIOAsyncSequenceProducer.swift
[169/171] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[170/171] Compiling NIOCore NIOAsyncWriter.swift
[171/171] Emitting module NIOCore
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/1] Write swift-version-24593BA9C3E375BF.txt
[2/46] Compiling NIOConcurrencyHelpers lock.swift
[3/46] Compiling _NIODataStructures Heap.swift
[4/46] Compiling Atomics ManagedAtomic.swift
[5/46] Compiling Atomics ManagedAtomicLazyReference.swift
[6/48] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[7/49] Compiling Atomics IntegerConformances.swift
[8/49] Compiling Atomics PointerConformances.swift
[9/49] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[10/49] Compiling Atomics AtomicReference.swift
[11/49] Compiling Atomics UnsafeAtomic.swift
[12/49] Compiling Atomics UnsafeAtomicLazyReference.swift
[13/49] Compiling _NIOBase64 Base64.swift
[14/49] Emitting module _NIOBase64
[15/50] Compiling Atomics AtomicMemoryOrderings.swift
[16/50] Compiling Atomics DoubleWord.swift
[17/50] Compiling _NIODataStructures PriorityQueue.swift
[18/50] Emitting module _NIODataStructures
[19/50] Compiling _NIODataStructures _TinyArray.swift
[21/51] Compiling NIOConcurrencyHelpers NIOLock.swift
[22/51] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[23/51] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[24/51] Compiling NIOConcurrencyHelpers atomics.swift
[26/51] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[27/51] Emitting module NIOConcurrencyHelpers
[29/52] Compiling Atomics AtomicStorage.swift
[30/52] Compiling Atomics AtomicValue.swift
[31/52] Compiling Atomics Primitives.shims.swift
[32/52] Compiling Atomics AtomicInteger.swift
[33/52] Compiling Atomics AtomicOptionalWrappable.swift
[34/52] Compiling Atomics IntegerOperations.swift
[35/52] Compiling Atomics Unmanaged extensions.swift
[41/52] Emitting module InternalCollectionsUtilities
[47/68] Compiling DequeModule Deque+CustomReflectable.swift
[48/68] Compiling DequeModule Deque+Descriptions.swift
[49/70] Compiling DequeModule Deque+Equatable.swift
[50/70] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[51/70] Compiling DequeModule _DequeBuffer.swift
[52/70] Compiling DequeModule _DequeBufferHeader.swift
[53/70] Emitting module Atomics
[54/70] Compiling DequeModule Deque+Extras.swift
[55/70] Compiling DequeModule Deque+Hashable.swift
[56/70] Compiling DequeModule Deque+Testing.swift
[57/70] Compiling DequeModule Deque._Storage.swift
[58/70] Compiling DequeModule Deque._UnsafeHandle.swift
[59/70] Compiling DequeModule Deque.swift
[60/70] Emitting module DequeModule
[61/70] Compiling DequeModule Deque+Codable.swift
[62/70] Compiling DequeModule Deque+Collection.swift
[63/70] Compiling DequeModule _DequeSlot.swift
[64/70] Compiling DequeModule _UnsafeWrappedBuffer.swift
[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 SingleStepByteToMessageDecoder.swift
[82/140] Compiling NIOCore SocketAddresses.swift
[83/140] Compiling NIOCore SocketOptionProvider.swift
[84/140] Compiling NIOCore SystemCallHelpers.swift
[85/140] Compiling NIOCore TimeAmount+Duration.swift
[86/140] Compiling NIOCore TypeAssistedChannelHandler.swift
[87/140] Compiling NIOCore UniversalBootstrapSupport.swift
[88/140] Compiling NIOCore Utilities.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 IO.swift
[98/140] Compiling NIOCore IOData.swift
[99/140] Compiling NIOCore IPProtocol.swift
[100/140] Compiling NIOCore IntegerBitPacking.swift
[101/140] Compiling NIOCore IntegerTypes.swift
[102/140] Compiling NIOCore Interfaces.swift
[103/140] Compiling NIOCore Linux.swift
[104/140] Compiling NIOCore MarkedCircularBuffer.swift
[105/140] Compiling NIOCore CircularBuffer.swift
[106/140] Compiling NIOCore Codec.swift
[107/140] Compiling NIOCore ConvenienceOptionSupport.swift
[108/140] Compiling NIOCore DeadChannel.swift
[109/140] Compiling NIOCore DispatchQueue+WithFuture.swift
[110/140] Compiling NIOCore EventLoop+Deprecated.swift
[111/140] Compiling NIOCore EventLoop+SerialExecutor.swift
[112/140] Compiling NIOCore EventLoop.swift
[113/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:
[114/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:
[115/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:
[116/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:
[117/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:
[118/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:
[119/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:
[120/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:
[121/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:
[122/140] Compiling NIOCore AddressedEnvelope.swift
[123/140] Compiling NIOCore AsyncAwaitSupport.swift
[124/140] Compiling NIOCore AsyncChannel.swift
[125/140] Compiling NIOCore AsyncChannelHandler.swift
[126/140] Compiling NIOCore AsyncChannelInboundStream.swift
[127/140] Compiling NIOCore AsyncChannelOutboundWriter.swift
[128/140] Compiling NIOCore NIOAsyncSequenceProducer.swift
[129/140] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[130/140] Compiling NIOCore NIOAsyncWriter.swift
[131/140] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[132/140] Compiling NIOCore BSDSocketAPI.swift
[133/140] Compiling NIOCore ByteBuffer-aux.swift
[134/140] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[135/140] Compiling NIOCore ByteBuffer-conversions.swift
[136/140] Compiling NIOCore ByteBuffer-core.swift
[137/140] Compiling NIOCore ByteBuffer-hex.swift
[138/140] Compiling NIOCore ByteBuffer-int.swift
[139/140] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[140/140] Emitting module NIOCore
BUILD FAILURE 6.1 wasm