Build Information
Failed to build swift-rtc, reference master (09388d
), with Swift 6.1 for Wasm on 29 May 2025 11:53:13 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/ngr-tc/swift-rtc.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/ngr-tc/swift-rtc
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 09388d5 add Alert
Cloned https://github.com/ngr-tc/swift-rtc.git
Revision (git rev-parse @):
09388d5a8a967e0fe717fcd4d465a92192456b3b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ngr-tc/swift-rtc.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/ngr-tc/swift-rtc.git
https://github.com/ngr-tc/swift-rtc.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.65.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "3.4.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
}
],
"manifest_display_name" : "swift-rtc",
"name" : "swift-rtc",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "DataChannel",
"targets" : [
"DataChannel"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DTLS",
"targets" : [
"DTLS"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "RTC",
"targets" : [
"RTC"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "RTCP",
"targets" : [
"RTCP"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "RTP",
"targets" : [
"RTP"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SCTP",
"targets" : [
"SCTP"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SDP",
"targets" : [
"SDP"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Shared",
"targets" : [
"Shared"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SRTP",
"targets" : [
"SRTP"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "STUN",
"targets" : [
"STUN"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SharedTests",
"module_type" : "SwiftTarget",
"name" : "SharedTests",
"path" : "Tests/SharedTests",
"sources" : [
"CRC32Tests.swift",
"FixedBigIntTests.swift",
"PaddingTests.swift",
"ReplayDetectorTests.swift",
"SocketAddressTests.swift",
"UrlTests.swift"
],
"target_dependencies" : [
"Shared"
],
"type" : "test"
},
{
"c99name" : "Shared",
"module_type" : "SwiftTarget",
"name" : "Shared",
"path" : "Sources/Shared",
"product_dependencies" : [
"NIOCore"
],
"product_memberships" : [
"DTLS",
"RTC",
"RTCP",
"RTP",
"SDP",
"Shared",
"SRTP",
"STUN"
],
"sources" : [
"Base64.swift",
"ByteBufferViewEx.swift",
"CRC32.swift",
"FixedBigInt.swift",
"KeyingMaterialExporter.swift",
"Marshal.swift",
"MatchRange.swift",
"Padding.swift",
"RTCHandler.swift",
"ReplayDetector.swift",
"SocketAddress.swift",
"StdExtensions.swift",
"Url.swift"
],
"type" : "library"
},
{
"c99name" : "STUNTests",
"module_type" : "SwiftTarget",
"name" : "STUNTests",
"path" : "Tests/STUNTests",
"sources" : [
"AddressTests.swift",
"AgentTests.swift",
"AttributeTests.swift",
"FingerprintTests.swift",
"MessageIntegrityTests.swift",
"STUNTests.swift",
"TextAttributeTests.swift",
"UnknownAttributesTests.swift",
"UriTests.swift",
"XorMappedAddressTests.swift"
],
"target_dependencies" : [
"STUN",
"Shared"
],
"type" : "test"
},
{
"c99name" : "STUN",
"module_type" : "SwiftTarget",
"name" : "STUN",
"path" : "Sources/STUN",
"product_dependencies" : [
"NIOCore",
"NIOFoundationCompat",
"Crypto"
],
"product_memberships" : [
"RTC",
"STUN"
],
"sources" : [
"Address.swift",
"Agent.swift",
"Attribute.swift",
"Checks.swift",
"Client.swift",
"ErrorCodeAttribute.swift",
"Fingerprint.swift",
"Message.swift",
"MessageIntegrity.swift",
"StunError.swift",
"TextAttribute.swift",
"UnknownAttribute.swift",
"Uri.swift",
"XorMappedAddress.swift"
],
"target_dependencies" : [
"Shared"
],
"type" : "library"
},
{
"c99name" : "SRTPTests",
"module_type" : "SwiftTarget",
"name" : "SRTPTests",
"path" : "Tests/SRTPTests",
"sources" : [
"CipherAeadAesGcmTests.swift",
"CipherAesCmHmacSha1Tests.swift",
"ContextTests.swift",
"KeyDerivationTests.swift"
],
"target_dependencies" : [
"SRTP",
"RTP"
],
"type" : "test"
},
{
"c99name" : "SRTP",
"module_type" : "SwiftTarget",
"name" : "SRTP",
"path" : "Sources/SRTP",
"product_dependencies" : [
"NIOCore",
"NIOFoundationCompat",
"Crypto",
"_CryptoExtras"
],
"product_memberships" : [
"SRTP"
],
"sources" : [
"Cipher/Cipher.swift",
"Cipher/CipherAeadAesGcm.swift",
"Cipher/CipherAesCmHmacSha1.swift",
"Config.swift",
"Context.swift",
"ContextOption.swift",
"KeyDerivation.swift",
"ProtectionProfile.swift",
"SrtpError.swift"
],
"target_dependencies" : [
"RTCP",
"RTP",
"Shared"
],
"type" : "library"
},
{
"c99name" : "SDPTests",
"module_type" : "SwiftTarget",
"name" : "SDPTests",
"path" : "Tests/SDPTests",
"sources" : [
"CommonDescriptionTests.swift",
"MediaDescriptionTests.swift",
"SessionDescriptionTests.swift"
],
"target_dependencies" : [
"SDP"
],
"type" : "test"
},
{
"c99name" : "SDP",
"module_type" : "SwiftTarget",
"name" : "SDP",
"path" : "Sources/SDP",
"product_dependencies" : [
"NIOCore"
],
"product_memberships" : [
"RTC",
"SDP"
],
"sources" : [
"CommonDescription.swift",
"Lexer.swift",
"MediaDescription.swift",
"SdpError.swift",
"SessionDescription.swift"
],
"target_dependencies" : [
"Shared"
],
"type" : "library"
},
{
"c99name" : "SCTPTests",
"module_type" : "SwiftTarget",
"name" : "SCTPTests",
"path" : "Tests/SCTPTests",
"sources" : [
"SCTPTests.swift"
],
"target_dependencies" : [
"SCTP"
],
"type" : "test"
},
{
"c99name" : "SCTP",
"module_type" : "SwiftTarget",
"name" : "SCTP",
"path" : "Sources/SCTP",
"product_memberships" : [
"SCTP"
],
"sources" : [
"SCTP.swift"
],
"type" : "library"
},
{
"c99name" : "RTPTests",
"module_type" : "SwiftTarget",
"name" : "RTPTests",
"path" : "Tests/RTPTests",
"sources" : [
"AbsSendTimeExtensionTests.swift",
"AudioLevelExtensionTests.swift",
"G7xxTests.swift",
"H264Tests.swift",
"OpusTests.swift",
"PacketTests.swift",
"PacketizerTests.swift",
"TransportCcExtensionTests.swift",
"VP8Tests.swift",
"VideoOrientationExtensionTests.swift"
],
"target_dependencies" : [
"RTP"
],
"type" : "test"
},
{
"c99name" : "RTP",
"module_type" : "SwiftTarget",
"name" : "RTP",
"path" : "Sources/RTP",
"product_dependencies" : [
"NIOCore"
],
"product_memberships" : [
"RTC",
"RTP",
"SRTP"
],
"sources" : [
"Codecs/G7xx.swift",
"Codecs/H264.swift",
"Codecs/Opus.swift",
"Codecs/VP8.swift",
"Extensions/AbsSendTimeExtesnion.swift",
"Extensions/AudioLevelExtension.swift",
"Extensions/TransportCcExtension.swift",
"Extensions/VideoOrientationExtension.swift",
"Header.swift",
"Packet.swift",
"Packetizer.swift",
"RtpError.swift",
"Sequence.swift"
],
"target_dependencies" : [
"Shared"
],
"type" : "library"
},
{
"c99name" : "RTCPTests",
"module_type" : "SwiftTarget",
"name" : "RTCPTests",
"path" : "Tests/RTCPTests",
"sources" : [
"CompoundPacketTests.swift",
"ExtendedReportTests.swift",
"FullIntraRequestTests.swift",
"GoodbyeTests.swift",
"HeaderTests.swift",
"PacketTests.swift",
"PictureLossIndicationTests.swift",
"RapidResynchronizationRequestTests.swift",
"RawPacketTests.swift",
"ReceiverEstimatedMaximumBitrateTests.swift",
"ReceiverReportTests.swift",
"SenderReportTests.swift",
"SliceLossIndicationTests.swift",
"SourceDescriptionTests.swift",
"TransportLayerCcTests.swift",
"TransportLayerNackTests.swift"
],
"target_dependencies" : [
"RTCP"
],
"type" : "test"
},
{
"c99name" : "RTCP",
"module_type" : "SwiftTarget",
"name" : "RTCP",
"path" : "Sources/RTCP",
"product_dependencies" : [
"NIOCore"
],
"product_memberships" : [
"RTCP",
"SRTP"
],
"sources" : [
"CompoundPacket.swift",
"ExtendedReport/DLRRReportBlock.swift",
"ExtendedReport/ExtendedReport.swift",
"ExtendedReport/PacketReceiptTimesReportBlock.swift",
"ExtendedReport/RLEReportBlock.swift",
"ExtendedReport/ReceiverReferenceTimeReportBlock.swift",
"ExtendedReport/StatisticsSummaryReportBlock.swift",
"ExtendedReport/UnknownReportBlock.swift",
"ExtendedReport/VoIPMetricsReportBlock.swift",
"Goodbye.swift",
"Header.swift",
"Packet.swift",
"PayloadFeedbacks/FullIntraRequest.swift",
"PayloadFeedbacks/PictureLossIndication.swift",
"PayloadFeedbacks/ReceiverEstimatedMaximumBitrate.swift",
"PayloadFeedbacks/SliceLossIndication.swift",
"RawPacket.swift",
"ReceiverReport.swift",
"ReceptionReport.swift",
"RtcpError.swift",
"SenderReport.swift",
"SourceDescription.swift",
"TransportFeedbacks/RapidResynchronizationRequest.swift",
"TransportFeedbacks/TransportLayerCc.swift",
"TransportFeedbacks/TransportLayerNack.swift"
],
"target_dependencies" : [
"Shared"
],
"type" : "library"
},
{
"c99name" : "RTC",
"module_type" : "SwiftTarget",
"name" : "RTC",
"path" : "Sources/RTC",
"product_memberships" : [
"RTC"
],
"sources" : [
"Exports.swift"
],
"target_dependencies" : [
"RTP",
"SDP",
"STUN"
],
"type" : "library"
},
{
"c99name" : "DataChannelTests",
"module_type" : "SwiftTarget",
"name" : "DataChannelTests",
"path" : "Tests/DataChannelTests",
"sources" : [
"DataChannelTests.swift"
],
"target_dependencies" : [
"DataChannel"
],
"type" : "test"
},
{
"c99name" : "DataChannel",
"module_type" : "SwiftTarget",
"name" : "DataChannel",
"path" : "Sources/DataChannel",
"product_memberships" : [
"DataChannel"
],
"sources" : [
"DataChannel.swift"
],
"type" : "library"
},
{
"c99name" : "DTLSTests",
"module_type" : "SwiftTarget",
"name" : "DTLSTests",
"path" : "Tests/DTLSTests",
"sources" : [
"AlertTests.swift"
],
"target_dependencies" : [
"DTLS"
],
"type" : "test"
},
{
"c99name" : "DTLS",
"module_type" : "SwiftTarget",
"name" : "DTLS",
"path" : "Sources/DTLS",
"product_dependencies" : [
"NIOCore",
"NIOFoundationCompat",
"Crypto",
"_CryptoExtras"
],
"product_memberships" : [
"DTLS"
],
"sources" : [
"Alert.swift",
"Content.swift",
"DtlsError.swift"
],
"target_dependencies" : [
"Shared"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-nio.git
[1/2049] Fetching swift-docc-plugin
[2050/15985] Fetching swift-docc-plugin, swift-crypto
[4141/92078] Fetching swift-docc-plugin, swift-crypto, swift-nio
Fetched https://github.com/apple/swift-docc-plugin from cache (1.62s)
[63397/90029] Fetching swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (4.90s)
Fetched https://github.com/apple/swift-nio.git from cache (4.97s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (8.45s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3391] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.55s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.66s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.32s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
[1/1710] Fetching swift-atomics
[1233/6101] Fetching swift-atomics, swift-system
[5619/22692] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.36s)
Fetched https://github.com/apple/swift-system.git from cache (1.37s)
Fetched https://github.com/apple/swift-collections.git from cache (1.41s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.39s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.50s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.94s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.03s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.36s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.30s)
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
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
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/394] Write sources
[23/394] Compiling CNIOLinux shim.c
[24/394] Compiling CNIOWindows shim.c
[25/394] Compiling CNIOWindows WSAStartup.c
[26/394] Compiling CNIOWASI CNIOWASI.c
[27/394] Compiling CNIOLinux liburing_shims.c
[28/394] Compiling _AtomicsShims.c
[28/394] Compiling CNIODarwin shim.c
[30/394] Compiling fiat_p256_adx_mul.S
[31/394] Compiling fiat_curve25519_adx_square.S
[32/394] Compiling fiat_p256_adx_sqr.S
[33/394] Compiling fiat_curve25519_adx_mul.S
[34/394] Compiling md5-x86_64-apple.S
[35/394] Compiling md5-x86_64-linux.S
[36/394] Compiling md5-586-linux.S
[37/394] Compiling md5-586-apple.S
[38/394] Compiling chacha20_poly1305_x86_64-apple.S
[39/394] Compiling chacha20_poly1305_x86_64-linux.S
[40/394] Compiling chacha20_poly1305_armv8-win.S
[41/394] Write swift-version-24593BA9C3E375BF.txt
[42/394] Compiling chacha20_poly1305_armv8-linux.S
[43/394] Compiling chacha20_poly1305_armv8-apple.S
[44/394] Compiling chacha-x86_64-linux.S
[45/394] Compiling chacha-x86_64-apple.S
[46/394] Compiling CCryptoBoringSSLShims shims.c
[47/431] Compiling err_data.cc
[48/435] Compiling c-nioatomics.c
[49/435] Compiling chacha-x86-linux.S
[50/435] Compiling chacha-x86-apple.S
[51/435] Compiling chacha-armv8-win.S
[52/435] Compiling chacha-armv8-linux.S
[53/435] Compiling chacha-armv8-apple.S
[54/435] Compiling chacha-armv4-linux.S
[55/435] Compiling aes128gcmsiv-x86_64-linux.S
[56/435] Compiling aes128gcmsiv-x86_64-apple.S
[57/435] Compiling x86_64-mont5-linux.S
[58/435] Compiling x86_64-mont5-apple.S
[59/435] Compiling x86_64-mont-linux.S
[60/435] Compiling x86_64-mont-apple.S
[61/435] Compiling x86-mont-linux.S
[62/435] Compiling x86-mont-apple.S
[63/435] Compiling vpaes-x86_64-linux.S
[64/435] Compiling vpaes-x86_64-apple.S
[66/435] Compiling SwiftASN1 ASN1OctetString.swift
[67/435] Compiling SwiftASN1 ASN1Strings.swift
[68/437] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[69/437] Compiling SwiftASN1 ArraySliceBigint.swift
[70/437] Compiling SwiftASN1 GeneralizedTime.swift
[71/437] Compiling SwiftASN1 TimeUtilities.swift
[72/437] Compiling SwiftASN1 UTCTime.swift
[73/437] Compiling _NIODataStructures _TinyArray.swift
[73/438] Compiling vpaes-x86-linux.S
[75/438] Emitting module _NIOBase64
[76/438] Compiling _NIOBase64 Base64.swift
[79/439] Compiling SwiftASN1 ASN1BitString.swift
[80/439] Compiling SwiftASN1 ASN1Boolean.swift
[81/439] Compiling SwiftASN1 ASN1Identifier.swift
[82/439] Compiling SwiftASN1 ASN1Integer.swift
[83/439] Compiling SwiftASN1 ASN1Null.swift
[84/439] Emitting module DataChannel
[85/439] Compiling DataChannel DataChannel.swift
[90/440] Emitting module InternalCollectionsUtilities
[91/440] Compiling SwiftASN1 ASN1Any.swift
[93/440] Compiling _NIODataStructures PriorityQueue.swift
[94/440] Emitting module SCTP
[95/440] Compiling SCTP SCTP.swift
[96/440] Compiling SwiftASN1 ASN1.swift
[97/440] Compiling SwiftASN1 BER.swift
[97/441] Compiling vpaes-x86-apple.S
[104/441] Compiling vpaes-armv8-win.S
[105/441] Compiling vpaes-armv8-linux.S
[106/441] Compiling c-atomics.c
[107/441] Compiling vpaes-armv8-apple.S
[108/441] Compiling sha512-armv8-win.S
[109/441] Compiling sha512-x86_64-apple.S
[110/441] Compiling sha512-x86_64-linux.S
[111/441] Compiling vpaes-armv7-linux.S
[112/441] Compiling sha512-armv8-linux.S
[114/441] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[114/442] Compiling sha512-armv4-linux.S
[115/442] Compiling sha512-586-linux.S
[116/442] Compiling sha512-armv8-apple.S
[117/442] Compiling sha512-586-apple.S
[119/442] Emitting module _NIODataStructures
[120/442] Compiling _NIODataStructures Heap.swift
[121/442] Compiling sha256-x86_64-linux.S
[122/443] Compiling sha256-armv8-win.S
[123/443] Compiling sha256-x86_64-apple.S
[124/443] Compiling sha256-armv8-linux.S
[126/443] Emitting module SwiftASN1
[128/446] Compiling sha256-586-apple.S
[130/446] Compiling SwiftASN1 ObjectIdentifier.swift
[131/446] Compiling SwiftASN1 PEMDocument.swift
[132/449] Compiling sha256-586-linux.S
[133/449] Compiling sha256-armv4-linux.S
[134/449] Compiling sha256-armv8-apple.S
[135/449] Compiling sha1-x86_64-linux.S
[136/449] Compiling sha1-x86_64-apple.S
[137/449] Compiling sha1-armv8-win.S
[138/449] Compiling sha1-armv4-large-linux.S
[139/449] Compiling sha1-armv8-apple.S
[140/449] Compiling sha1-armv8-linux.S
[141/455] Compiling sha1-586-linux.S
[142/460] Compiling sha1-586-apple.S
[143/464] Compiling rsaz-avx2-linux.S
[144/464] Compiling rsaz-avx2-apple.S
[145/464] Compiling rdrand-x86_64-linux.S
[146/464] Compiling p256_beeu-x86_64-asm-apple.S
[148/464] Compiling NIOConcurrencyHelpers lock.swift
[149/464] Compiling NIOConcurrencyHelpers NIOLock.swift
[149/464] Compiling rdrand-x86_64-apple.S
[151/464] Compiling SwiftASN1 DER.swift
[152/464] Compiling SwiftASN1 Errors.swift
[154/465] Compiling DequeModule Deque+CustomReflectable.swift
[155/465] Compiling DequeModule Deque+Descriptions.swift
[155/467] Compiling p256_beeu-armv8-asm-win.S
[156/467] Compiling p256_beeu-x86_64-asm-linux.S
[158/467] Compiling NIOConcurrencyHelpers atomics.swift
[159/467] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[160/467] Compiling DequeModule _DequeBuffer.swift
[161/467] Compiling DequeModule _DequeBufferHeader.swift
[161/467] Compiling p256_beeu-armv8-asm-linux.S
[162/467] Compiling p256_beeu-armv8-asm-apple.S
[163/467] Compiling p256-x86_64-asm-apple.S
[164/467] Compiling p256-x86_64-asm-linux.S
[166/467] Compiling DequeModule Deque+Equatable.swift
[167/467] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[168/467] Compiling DequeModule Deque+Extras.swift
[169/467] Compiling DequeModule Deque+Hashable.swift
[169/467] Compiling p256-armv8-asm-apple.S
[170/467] Compiling ghashv8-armv8-win.S
[171/467] Compiling p256-armv8-asm-win.S
[173/467] Compiling DequeModule Deque._UnsafeHandle.swift
[174/467] Compiling DequeModule Deque.swift
[175/467] Compiling DequeModule Deque+Testing.swift
[176/467] Compiling DequeModule Deque._Storage.swift
[176/467] Compiling ghashv8-armv8-linux.S
[177/467] Compiling p256-armv8-asm-linux.S
[178/467] Compiling ghashv8-armv8-apple.S
[180/467] Emitting module NIOConcurrencyHelpers
[181/467] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[181/468] Compiling ghashv8-armv7-linux.S
[182/468] Compiling ghash-x86_64-linux.S
[183/468] Compiling ghash-x86-apple.S
[184/468] Compiling ghash-x86_64-apple.S
[185/468] Compiling ghash-ssse3-x86_64-linux.S
[186/468] Compiling ghash-x86-linux.S
[188/468] Emitting module DequeModule
[189/468] Compiling DequeModule _DequeSlot.swift
[190/468] Compiling DequeModule _UnsafeWrappedBuffer.swift
[190/468] Compiling ghash-ssse3-x86_64-apple.S
[191/468] Compiling ghash-ssse3-x86-linux.S
[192/468] Compiling ghash-ssse3-x86-apple.S
[193/468] Compiling ghash-neon-armv8-win.S
[195/468] Compiling co-586-linux.S
[196/468] Compiling ghash-neon-armv8-linux.S
[197/468] Compiling ghash-neon-armv8-apple.S
[198/468] Compiling ghash-armv4-linux.S
[199/468] Compiling bn-armv8-win.S
[200/468] Compiling bsaes-armv7-linux.S
[201/468] Compiling co-586-apple.S
[202/468] Compiling bn-armv8-linux.S
[203/468] Compiling bn-armv8-apple.S
[205/468] Compiling DequeModule Deque+Codable.swift
[206/468] Compiling DequeModule Deque+Collection.swift
[206/468] Compiling bn-586-linux.S
[207/468] Compiling bn-586-apple.S
[208/469] Compiling armv4-mont-linux.S
[209/469] Compiling armv8-mont-apple.S
[210/469] Compiling armv8-mont-linux.S
[211/469] Compiling armv8-mont-win.S
[212/469] Compiling aesv8-gcm-armv8-win.S
[213/469] Compiling aesv8-gcm-armv8-apple.S
[214/469] Compiling aesv8-gcm-armv8-linux.S
[215/469] Compiling aesv8-armv8-win.S
[217/469] Compiling aesv8-armv8-linux.S
[218/469] Compiling aesv8-armv8-apple.S
[219/469] Compiling aesv8-armv7-linux.S
[220/469] Compiling aesni-x86_64-apple.S
[221/469] Compiling aesni-x86-linux.S
[222/469] Compiling aesni-x86-apple.S
[223/469] Compiling aesni-x86_64-linux.S
[224/469] Compiling aesni-gcm-x86_64-linux.S
[225/469] Compiling aes-gcm-avx10-x86_64-apple.S
[226/469] Compiling aes-gcm-avx10-x86_64-linux.S
[227/469] Compiling aesni-gcm-x86_64-apple.S
[228/469] Compiling x_req.cc
[229/469] Compiling x_x509.cc
[230/469] Compiling x_spki.cc
[231/469] Compiling x_sig.cc
[232/469] Compiling x_val.cc
[233/469] Compiling x_pubkey.cc
[234/469] Compiling x_name.cc
[235/469] Compiling x_x509a.cc
[236/469] Compiling x_exten.cc
[237/469] Compiling x_crl.cc
[238/469] Compiling x509spki.cc
[239/469] Compiling x_attrib.cc
[240/469] Compiling x_all.cc
[241/469] Compiling x_algor.cc
[242/469] Compiling x509rset.cc
[243/469] Compiling x509name.cc
[244/469] Compiling x509_vpm.cc
[245/469] Compiling x509_txt.cc
[246/469] Compiling x509_vfy.cc
[247/469] Compiling x509cset.cc
[248/469] Compiling x509_v3.cc
[249/469] Compiling x509_trs.cc
[250/469] Compiling x509_set.cc
[251/469] Compiling x509_req.cc
[252/469] Compiling x509_lu.cc
[253/469] Compiling x509_obj.cc
[254/469] Compiling x509_def.cc
[255/469] Compiling x509_ext.cc
[256/469] Compiling x509_d2.cc
[257/469] Compiling x509_cmp.cc
[258/469] Compiling x509_att.cc
[259/469] Compiling v3_utl.cc
[260/469] Compiling x509.cc
[261/469] Compiling v3_purp.cc
[262/469] Compiling v3_skey.cc
[263/469] Compiling v3_pmaps.cc
[264/469] Compiling v3_prn.cc
[265/469] Compiling v3_pcons.cc
[266/469] Compiling v3_ocsp.cc
[267/469] Compiling v3_lib.cc
[268/469] Compiling v3_ncons.cc
[269/469] Compiling v3_int.cc
[270/469] Compiling v3_info.cc
[271/469] Compiling v3_ia5.cc
[272/469] Compiling v3_genn.cc
[273/469] Compiling v3_enum.cc
[274/469] Compiling v3_extku.cc
[275/469] Compiling v3_crld.cc
[276/469] Compiling v3_conf.cc
[277/469] Compiling v3_cpols.cc
[278/469] Compiling v3_bcons.cc
[279/469] Compiling v3_bitst.cc
[280/469] Compiling v3_akeya.cc
[281/469] Compiling v3_akey.cc
[282/469] Compiling v3_alt.cc
[283/469] Compiling i2d_pr.cc
[284/469] Compiling rsa_pss.cc
[285/469] Compiling t_req.cc
[286/469] Compiling t_x509a.cc
[287/469] Compiling t_x509.cc
[288/469] Compiling t_crl.cc
[289/469] Compiling policy.cc
[290/469] Compiling by_file.cc
[291/469] Compiling name_print.cc
[292/469] Compiling algorithm.cc
[293/469] Compiling by_dir.cc
[294/469] Compiling a_verify.cc
[295/469] Compiling asn1_gen.cc
[296/469] Compiling a_sign.cc
[297/469] Compiling a_digest.cc
[298/469] Compiling voprf.cc
[299/469] Compiling trust_token.cc
[300/469] Compiling thread_win.cc
[301/469] Compiling thread_none.cc
[302/469] Compiling thread_pthread.cc
[303/469] Compiling thread.cc
[304/469] Compiling wots.cc
[305/469] Compiling pmbtoken.cc
[306/469] Compiling stack.cc
[307/469] Compiling thash.cc
[308/469] Compiling merkle.cc
[309/469] Compiling siphash.cc
[310/469] Compiling fors.cc
[311/469] Compiling sha512.cc
[312/469] Compiling slhdsa.cc
[313/469] Compiling sha256.cc
[314/469] Compiling sha1.cc
[315/469] Compiling rsa_print.cc
[316/469] Compiling rsa_extra.cc
[317/469] Compiling refcount.cc
[318/469] Compiling rc4.cc
[319/469] Compiling rsa_crypt.cc
[320/469] Compiling windows.cc
[321/469] Compiling rand_extra.cc
[322/469] Compiling rsa_asn1.cc
[323/469] Compiling trusty.cc
[324/469] Compiling urandom.cc
[325/469] Compiling getentropy.cc
[326/469] Compiling poly1305_arm_asm.S
[327/469] Compiling ios.cc
[328/469] Compiling poly1305_vec.cc
[329/469] Compiling passive.cc
[330/469] Compiling fork_detect.cc
[331/469] Compiling forkunsafe.cc
[332/469] Compiling deterministic.cc
[333/469] Compiling pool.cc
[334/469] Compiling poly1305_arm.cc
[335/469] Compiling poly1305.cc
[336/469] Compiling pkcs8_x509.cc
[337/469] Compiling pkcs7_x509.cc
[338/469] Compiling pkcs7.cc
[339/469] Compiling pkcs8.cc
[340/469] Compiling p5_pbev2.cc
[341/469] Compiling pem_xaux.cc
[342/469] Compiling pem_x509.cc
[343/469] Compiling pem_pk8.cc
[344/469] Compiling pem_oth.cc
[345/469] Compiling pem_pkey.cc
[346/469] Compiling pem_lib.cc
[347/469] Compiling pem_all.cc
[348/469] Compiling obj_xref.cc
[349/469] Compiling pem_info.cc
[350/469] Compiling obj.cc
[351/469] Compiling mldsa.cc
[352/469] Compiling md4.cc
[353/469] Compiling poly_rq_mul.S
[354/469] Compiling md5.cc
[355/469] Compiling fips_shared_support.cc
[356/469] Compiling mem.cc
[357/469] Compiling mlkem.cc
[358/469] Compiling lhash.cc
[359/469] Compiling kyber.cc
[360/469] Compiling hrss.cc
[361/469] Compiling ex_data.cc
[362/469] Compiling scrypt.cc
[363/469] Compiling sign.cc
[364/469] Compiling print.cc
[365/469] Compiling hpke.cc
[366/469] Compiling pbkdf.cc
[367/469] Compiling p_x25519_asn1.cc
[368/469] Compiling p_ed25519.cc
[369/469] Compiling p_x25519.cc
[370/469] Compiling p_rsa.cc
[371/469] Compiling p_hkdf.cc
[372/469] Compiling p_ed25519_asn1.cc
[372/469] Compiling p_rsa_asn1.cc
[374/469] Compiling p_ec_asn1.cc
[375/469] Compiling p_dh_asn1.cc
[376/469] Compiling evp_ctx.cc
[377/469] Compiling p_dh.cc
[378/469] Compiling evp_asn1.cc
[379/469] Compiling p_ec.cc
[380/469] Compiling evp.cc
[381/469] Compiling p_dsa_asn1.cc
[382/469] Compiling err.cc
[383/469] Compiling engine.cc
[384/469] Compiling hash_to_curve.cc
[385/469] Compiling ecdh_extra.cc
[386/469] Compiling ec_derive.cc
[387/469] Compiling ecdsa_asn1.cc
[388/469] Compiling ec_asn1.cc
[389/469] Compiling dsa.cc
[390/469] Compiling dsa_asn1.cc
[391/469] Compiling params.cc
[392/469] Compiling x25519-asm-arm.S
[393/469] Compiling bcm.cc
[394/469] Compiling digest_extra.cc
[395/469] Compiling des.cc
[396/469] Compiling spake25519.cc
[397/469] Compiling dh_asn1.cc
[398/469] Compiling curve25519_64_adx.cc
[399/469] Compiling cpu_arm_linux.cc
[400/469] Compiling crypto.cc
[401/469] Compiling cpu_aarch64_sysreg.cc
[402/469] Compiling cpu_intel.cc
[403/469] Compiling cpu_aarch64_win.cc
[404/469] Compiling cpu_aarch64_linux.cc
[405/469] Compiling cpu_arm_freebsd.cc
[406/469] Compiling curve25519.cc
[407/469] Compiling cpu_aarch64_fuchsia.cc
[408/469] Compiling conf.cc
[409/469] Compiling cpu_aarch64_openbsd.cc
[410/469] Compiling cpu_aarch64_apple.cc
[411/469] Compiling tls_cbc.cc
[412/469] Compiling e_tls.cc
[413/469] Compiling e_rc4.cc
[414/469] Compiling e_chacha20poly1305.cc
[415/469] Compiling e_null.cc
[416/469] Compiling e_rc2.cc
[417/469] Compiling e_aesctrhmac.cc
[418/469] Compiling e_des.cc
[419/469] Compiling e_aesgcmsiv.cc
[420/469] Compiling chacha.cc
[421/469] Compiling derive_key.cc
[422/469] Compiling cipher_extra.cc
[423/469] Compiling cbb.cc
[424/469] Compiling cbs.cc
[425/469] Compiling asn1_compat.cc
[426/469] Compiling ber.cc
[427/469] Compiling unicode.cc
[428/469] Compiling convert.cc
[429/469] Compiling buf.cc
[430/469] Compiling blake2.cc
[431/469] Compiling bn_asn1.cc
[432/469] Compiling printf.cc
[433/469] Compiling pair.cc
[434/469] Compiling hexdump.cc
[435/469] Compiling fd.cc
[436/469] Compiling errno.cc
[437/469] Compiling file.cc
[438/469] Compiling bio_mem.cc
[439/469] Compiling base64.cc
[440/469] Compiling tasn_utl.cc
[440/469] Compiling tasn_typ.cc
[442/469] Compiling tasn_enc.cc
[443/469] Compiling bio.cc
[444/469] Compiling tasn_fre.cc
[445/469] Compiling posix_time.cc
[446/469] Compiling tasn_new.cc
[447/469] Compiling tasn_dec.cc
[448/469] Compiling f_int.cc
[449/469] Compiling asn_pack.cc
[450/469] Compiling f_string.cc
[451/469] Compiling a_strnid.cc
[452/469] Compiling asn1_par.cc
[453/469] Compiling a_type.cc
[454/469] Compiling asn1_lib.cc
[455/469] Compiling a_utctm.cc
[456/469] Compiling a_time.cc
[457/469] Compiling a_octet.cc
[458/469] Compiling a_mbstr.cc
[459/469] Compiling a_strex.cc
[460/469] Compiling a_i2d_fp.cc
[461/469] Write sources
[462/488] Compiling a_dup.cc
[463/488] Compiling a_int.cc
[464/488] Compiling a_bool.cc
[465/488] Compiling a_bitstr.cc
[466/488] Compiling a_gentm.cc
[467/488] Compiling a_d2i_fp.cc
[468/488] Compiling a_object.cc
[470/492] Compiling Atomics ManagedAtomic.swift
[471/492] Compiling Atomics ManagedAtomicLazyReference.swift
[472/498] Compiling Atomics AtomicMemoryOrderings.swift
[473/498] Compiling Atomics DoubleWord.swift
[474/498] Compiling Atomics UnsafeAtomic.swift
[475/498] Compiling Atomics UnsafeAtomicLazyReference.swift
[476/498] Compiling Atomics Primitives.shims.swift
[477/498] Compiling Atomics AtomicInteger.swift
[478/498] Compiling Atomics AtomicOptionalWrappable.swift
[479/498] Compiling Atomics AtomicReference.swift
[480/498] Compiling Atomics AtomicStorage.swift
[481/498] Compiling Atomics AtomicValue.swift
[482/498] Compiling Atomics OptionalRawRepresentable.swift
[483/498] Compiling Atomics RawRepresentable.swift
[484/498] Compiling Atomics AtomicBool.swift
[485/498] Compiling Atomics IntegerOperations.swift
[486/498] Compiling Atomics Unmanaged extensions.swift
[487/498] Compiling CryptoBoringWrapper RandomBytes.swift
[488/498] Emitting module CryptoBoringWrapper
[489/498] Emitting module Atomics
[490/498] Compiling Atomics IntegerConformances.swift
[491/498] Compiling Atomics PointerConformances.swift
[492/498] Compiling Atomics Primitives.native.swift
[493/499] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[494/499] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[495/499] Compiling CryptoBoringWrapper EllipticCurve.swift
[496/499] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[497/499] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[498/499] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[501/631] Emitting module Crypto
[502/639] Compiling Crypto AESWrap.swift
[503/639] Compiling Crypto AESWrap_boring.swift
[504/639] Compiling Crypto Ed25519_boring.swift
[505/639] Compiling Crypto NISTCurvesKeys_boring.swift
[506/640] Compiling Crypto X25519Keys_boring.swift
[507/640] Compiling Crypto Curve25519.swift
[508/640] Compiling Crypto Ed25519Keys.swift
[509/640] Compiling Crypto NISTCurvesKeys.swift
[510/648] Compiling Crypto Nonces.swift
[511/648] Compiling Crypto ASN1.swift
[512/648] Compiling Crypto ASN1Any.swift
[513/648] Compiling Crypto ASN1BitString.swift
[514/648] Compiling Crypto ASN1Boolean.swift
[515/648] Compiling Crypto SymmetricKeys.swift
[516/648] Compiling Crypto HMAC.swift
[517/648] Compiling Crypto MACFunctions.swift
[518/648] Compiling NIOCore AddressedEnvelope.swift
[519/648] Compiling NIOCore AsyncAwaitSupport.swift
[520/648] Compiling NIOCore AsyncChannel.swift
[521/648] Compiling NIOCore AsyncChannelHandler.swift
[522/648] Compiling NIOCore AsyncChannelInboundStream.swift
[523/648] Compiling NIOCore AsyncChannelOutboundWriter.swift
[524/648] Compiling NIOCore NIOAsyncSequenceProducer.swift
[525/648] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[526/648] Compiling Crypto HPKE-KEM.swift
[527/648] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[531/648] Compiling Crypto MessageAuthenticationCode.swift
[532/648] Compiling Crypto AES.swift
[533/648] Compiling Crypto ECDSASignature_boring.swift
[534/648] Compiling Crypto ECDSA_boring.swift
[535/648] Compiling Crypto EdDSA_boring.swift
[536/648] Compiling Crypto ECDSA.swift
[537/648] Compiling Crypto Ed25519.swift
[538/648] Compiling Crypto HKDF.swift
[547/648] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[548/648] Compiling NIOCore SocketAddresses.swift
[549/648] Compiling NIOCore SocketOptionProvider.swift
[550/648] Compiling NIOCore SystemCallHelpers.swift
[551/648] Compiling NIOCore TimeAmount+Duration.swift
[552/648] Compiling NIOCore TypeAssistedChannelHandler.swift
[553/648] Compiling NIOCore UniversalBootstrapSupport.swift
[554/648] Compiling NIOCore Utilities.swift
[555/648] Compiling Crypto HashFunctions.swift
[556/648] Compiling Crypto HashFunctions_SHA2.swift
[557/648] Compiling Crypto HPKE-AEAD.swift
[566/648] Compiling Crypto ASN1Identifier.swift
[567/648] Compiling NIOCore ByteBuffer-aux.swift
[568/648] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[569/648] Compiling Crypto ASN1OctetString.swift
[570/648] Compiling NIOCore ByteBuffer-core.swift
[571/648] Compiling NIOCore ByteBuffer-hex.swift
[572/648] Compiling NIOCore ByteBuffer-int.swift
[573/648] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[574/648] Compiling NIOCore ByteBuffer-multi-int.swift
[575/648] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[576/648] Compiling Crypto AES-GCM.swift
[577/648] Compiling Crypto AES-GCM_boring.swift
[578/648] Compiling Crypto ChaChaPoly_boring.swift
[579/648] Compiling Crypto ChaChaPoly.swift
[580/648] Compiling Crypto Cipher.swift
[586/648] Compiling NIOCore ByteBuffer-views.swift
[587/648] Compiling NIOCore Channel.swift
[588/648] Compiling NIOCore ChannelHandler.swift
[589/648] Compiling NIOCore ChannelHandlers.swift
[590/648] Compiling Crypto Insecure.swift
[591/648] Compiling Crypto Insecure_HashFunctions.swift
[592/648] Compiling Crypto KEM.swift
[593/648] Compiling Crypto ECDH_boring.swift
[594/648] Compiling Crypto DH.swift
[595/648] Compiling Crypto ECDH.swift
[596/648] Compiling Crypto Signature.swift
[597/648] Compiling Crypto CryptoKitErrors_boring.swift
[598/648] Compiling Crypto RNG_boring.swift
[599/648] Compiling Crypto SafeCompare_boring.swift
[600/648] Compiling Crypto Zeroization_boring.swift
[601/648] Compiling Crypto PrettyBytes.swift
[602/648] Compiling Crypto SafeCompare.swift
[603/648] Compiling Crypto SecureBytes.swift
[604/648] Compiling Crypto Zeroization.swift
[614/695] Compiling _CryptoExtras AES_CBC.swift
[615/695] Compiling _CryptoExtras AES_CFB.swift
[616/695] Compiling _CryptoExtras AES_CTR.swift
[617/695] Compiling _CryptoExtras AES_GCM_SIV.swift
[618/695] Compiling _CryptoExtras Block Function.swift
[619/695] Compiling _CryptoExtras AES_CFB_boring.swift
[620/695] Compiling _CryptoExtras AES_CTR_boring.swift
[621/695] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[622/695] Compiling _CryptoExtras ARC+API.swift
[623/695] Compiling _CryptoExtras ChaCha20CTR.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:
[624/695] Compiling _CryptoExtras ECToolbox_boring.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:
[625/695] Compiling _CryptoExtras ECToolbox.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:
[626/695] Compiling _CryptoExtras Scrypt.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:
[627/695] Compiling _CryptoExtras OPRF.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:
[628/695] Compiling _CryptoExtras OPRFClient.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:
[629/695] Compiling _CryptoExtras OPRFServer.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:
[630/695] Compiling _CryptoExtras VOPRF+API.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:
[631/695] Compiling _CryptoExtras VOPRFClient.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:
[632/695] Compiling _CryptoExtras VOPRFServer.swift
[633/695] Compiling _CryptoExtras RSA+BlindSigning.swift
[634/695] Compiling _CryptoExtras RSA.swift
[635/695] Compiling _CryptoExtras RSA_boring.swift
[636/695] Compiling _CryptoExtras RSA_security.swift
[637/695] Compiling _CryptoExtras BoringSSLHelpers.swift
[638/695] Compiling _CryptoExtras HashToField.swift
[639/695] Compiling _CryptoExtras KDF.swift
[640/695] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[641/695] Compiling _CryptoExtras DigestType.swift
[642/695] Compiling _CryptoExtras Error.swift
[643/695] Compiling _CryptoExtras I2OSP.swift
[644/695] Compiling _CryptoExtras IntegerEncoding.swift
[645/695] Compiling _CryptoExtras PEMDocument.swift
[646/701] Compiling _CryptoExtras ARC.swift
[647/701] Compiling _CryptoExtras ARCCredential.swift
[648/701] Compiling _CryptoExtras ARCEncoding.swift
[649/701] Compiling _CryptoExtras ARCPrecredential.swift
[650/701] Compiling _CryptoExtras ARCPresentation.swift
[651/701] Compiling _CryptoExtras ARCRequest.swift
[652/701] Compiling _CryptoExtras ARCResponse.swift
[653/701] Compiling _CryptoExtras ARCServer.swift
[654/701] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[655/701] Emitting module _CryptoExtras
[656/701] Compiling _CryptoExtras PrettyBytes.swift
[657/701] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[658/701] Compiling _CryptoExtras DLEQ.swift
[659/701] Compiling _CryptoExtras Prover.swift
[660/701] Compiling _CryptoExtras Verifier.swift
[661/701] Compiling _CryptoExtras ZKPToolbox.swift
[689/701] Emitting module NIOCore
[692/701] Compiling _CryptoExtras PBKDF2_boring.swift
[693/701] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[694/701] Compiling _CryptoExtras PBKDF2.swift
[695/701] Compiling _CryptoExtras Scrypt_boring.swift
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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/37] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[5/61] Compiling SCTP SCTP.swift
[6/61] Emitting module SCTP
[7/61] Compiling DataChannel DataChannel.swift
[8/62] Emitting module DataChannel
[9/63] Compiling Atomics OptionalRawRepresentable.swift
[10/63] Compiling Atomics RawRepresentable.swift
[11/63] Compiling Atomics DoubleWord.swift
[12/63] Compiling Atomics AtomicReference.swift
[15/63] Compiling CryptoBoringWrapper RandomBytes.swift
[16/63] Compiling _NIODataStructures PriorityQueue.swift
[17/63] Compiling Atomics IntegerConformances.swift
[18/63] Compiling Atomics PointerConformances.swift
[19/63] Compiling NIOConcurrencyHelpers lock.swift
[20/63] Compiling Atomics ManagedAtomic.swift
[21/63] Compiling Atomics ManagedAtomicLazyReference.swift
[22/63] Compiling Atomics UnsafeAtomic.swift
[23/63] Compiling Atomics UnsafeAtomicLazyReference.swift
[24/65] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[25/65] Compiling _NIODataStructures Heap.swift
[26/65] Compiling Atomics AtomicMemoryOrderings.swift
[28/65] Compiling _NIOBase64 Base64.swift
[29/65] Emitting module _NIOBase64
[30/66] Compiling Atomics AtomicInteger.swift
[31/66] Compiling Atomics AtomicOptionalWrappable.swift
[32/66] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[33/66] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[36/66] Compiling Atomics AtomicBool.swift
[37/66] Emitting module _NIODataStructures
[38/75] Emitting module CryptoBoringWrapper
[39/75] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[41/83] Compiling SwiftASN1 ASN1OctetString.swift
[42/83] Compiling SwiftASN1 ASN1Strings.swift
[43/83] Emitting module InternalCollectionsUtilities
[44/83] Compiling SwiftASN1 ASN1Any.swift
[45/83] Compiling SwiftASN1 ASN1Integer.swift
[46/83] Compiling _NIODataStructures _TinyArray.swift
[47/85] Emitting module NIOConcurrencyHelpers
[48/85] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[49/85] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[50/85] Compiling NIOConcurrencyHelpers NIOLock.swift
[51/85] Compiling NIOConcurrencyHelpers atomics.swift
[53/86] Compiling Atomics IntegerOperations.swift
[54/86] Compiling Atomics Unmanaged extensions.swift
[55/86] Compiling SwiftASN1 GeneralizedTime.swift
[56/86] Compiling SwiftASN1 ObjectIdentifier.swift
[57/86] Compiling SwiftASN1 PEMDocument.swift
[59/86] Compiling SwiftASN1 ASN1Null.swift
[60/86] Compiling SwiftASN1 ASN1BitString.swift
[63/101] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[64/101] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[65/101] Compiling CryptoBoringWrapper EllipticCurve.swift
[67/102] Compiling DequeModule _DequeBuffer.swift
[68/102] Compiling DequeModule _DequeBufferHeader.swift
[69/104] Compiling DequeModule Deque+CustomReflectable.swift
[70/104] Compiling DequeModule Deque+Descriptions.swift
[73/106] Compiling DequeModule _DequeSlot.swift
[74/106] Compiling DequeModule _UnsafeWrappedBuffer.swift
[75/106] Compiling DequeModule Deque+Hashable.swift
[76/106] Compiling DequeModule Deque+Testing.swift
[77/106] Compiling DequeModule Deque._Storage.swift
[79/106] Compiling DequeModule Deque+Extras.swift
[80/122] Compiling Crypto ECDSASignature.swift
[81/122] Compiling Crypto PEMDocument.swift
[82/177] Compiling Crypto SubjectPublicKeyInfo.swift
[83/177] Compiling Crypto CryptoKitErrors.swift
[84/177] Compiling Crypto Digest_boring.swift
[85/177] Compiling Crypto Digest.swift
[86/177] Emitting module Atomics
[87/177] Compiling Crypto GeneralizedTime.swift
[88/177] Compiling Crypto ObjectIdentifier.swift
[89/177] Compiling Crypto ASN1Strings.swift
[90/177] Compiling Crypto ArraySliceBigint.swift
[95/177] Compiling Crypto ASN1Identifier.swift
[96/177] Compiling Crypto ASN1Integer.swift
[97/177] Compiling Crypto Digests.swift
[98/177] Compiling Crypto HashFunctions.swift
[101/177] Compiling Crypto ASN1Null.swift
[106/178] Emitting module SwiftASN1
[107/179] Emitting module DequeModule
[110/180] Emitting module Crypto
[111/189] Compiling Crypto SymmetricKeys.swift
[112/189] Compiling Crypto HMAC.swift
[113/189] Compiling Crypto MACFunctions.swift
[114/189] Compiling Crypto MessageAuthenticationCode.swift
[115/189] Compiling Crypto AES.swift
[116/189] Compiling Crypto ECDSASignature_boring.swift
[117/189] Compiling Crypto ECDSA_boring.swift
[118/189] Compiling Crypto EdDSA_boring.swift
[119/189] Compiling Crypto ECDSA.swift
[120/189] Compiling Crypto Ed25519.swift
[121/189] Compiling Crypto HKDF.swift
[122/189] Compiling Crypto AESWrap.swift
[123/189] Compiling Crypto AESWrap_boring.swift
[124/189] Compiling Crypto Ed25519_boring.swift
[125/189] Compiling Crypto NISTCurvesKeys_boring.swift
[126/189] Compiling Crypto X25519Keys_boring.swift
[127/189] Compiling Crypto Curve25519.swift
[128/189] Compiling Crypto Ed25519Keys.swift
[129/189] Compiling Crypto NISTCurvesKeys.swift
[130/189] Compiling Crypto X25519Keys.swift
[131/189] Compiling Crypto HPKE-Ciphersuite.swift
[132/189] Compiling Crypto HPKE-KDF.swift
[133/189] Compiling Crypto HPKE-KexKeyDerivation.swift
[134/189] Compiling Crypto HPKE-LabeledExtract.swift
[135/189] Compiling Crypto HPKE-Utils.swift
[136/189] Compiling Crypto DHKEM.swift
[137/189] Compiling Crypto HPKE-KEM-Curve25519.swift
[138/189] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[139/189] Compiling Crypto HPKE-KEM.swift
[140/189] Compiling Crypto HPKE-Errors.swift
[141/189] Compiling Crypto PKCS8PrivateKey.swift
[142/189] Compiling Crypto SEC1PrivateKey.swift
[149/189] Compiling Crypto HashFunctions_SHA2.swift
[150/189] Compiling Crypto HPKE-AEAD.swift
[151/189] Compiling Crypto AES-GCM.swift
[152/189] Compiling Crypto AES-GCM_boring.swift
[153/189] Compiling Crypto ChaChaPoly_boring.swift
[154/189] Compiling Crypto ChaChaPoly.swift
[155/189] Compiling Crypto Cipher.swift
[156/189] Compiling Crypto Nonces.swift
[157/189] Compiling Crypto ASN1.swift
[158/189] Compiling Crypto ASN1Any.swift
[159/189] Compiling Crypto ASN1BitString.swift
[160/189] Compiling Crypto ASN1Boolean.swift
[161/189] Compiling Crypto HPKE.swift
[162/189] Compiling Crypto HPKE-Context.swift
[163/189] Compiling Crypto HPKE-KeySchedule.swift
[164/189] Compiling Crypto HPKE-Modes.swift
[165/189] Compiling Crypto Insecure.swift
[166/189] Compiling Crypto Insecure_HashFunctions.swift
[167/189] Compiling Crypto KEM.swift
[168/189] Compiling Crypto ECDH_boring.swift
[169/189] Compiling Crypto DH.swift
[170/189] Compiling Crypto ECDH.swift
[171/249] Compiling NIOCore AddressedEnvelope.swift
[172/249] Compiling NIOCore AsyncAwaitSupport.swift
[173/249] Compiling NIOCore AsyncChannel.swift
[174/249] Compiling NIOCore AsyncChannelHandler.swift
[175/249] Compiling NIOCore AsyncChannelInboundStream.swift
[176/249] Compiling NIOCore AsyncChannelOutboundWriter.swift
[177/249] Compiling NIOCore NIOAsyncSequenceProducer.swift
[178/249] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[179/249] Compiling NIOCore NIOAsyncWriter.swift
[180/249] Compiling NIOCore ByteBuffer-multi-int.swift
[181/249] Compiling Crypto Signature.swift
[182/249] Compiling Crypto CryptoKitErrors_boring.swift
[183/249] Compiling Crypto RNG_boring.swift
[184/249] Compiling Crypto SafeCompare_boring.swift
[185/249] Compiling Crypto Zeroization_boring.swift
[186/249] Compiling Crypto PrettyBytes.swift
[187/249] Compiling Crypto SafeCompare.swift
[188/249] Compiling Crypto SecureBytes.swift
[189/249] Compiling Crypto Zeroization.swift
[191/296] Compiling _CryptoExtras PBKDF2_boring.swift
[192/296] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[193/296] Compiling _CryptoExtras PBKDF2.swift
[194/296] Compiling _CryptoExtras Scrypt_boring.swift
[195/296] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[196/296] Compiling _CryptoExtras DigestType.swift
[197/296] Compiling _CryptoExtras Error.swift
[198/296] Compiling _CryptoExtras I2OSP.swift
[199/296] Compiling _CryptoExtras IntegerEncoding.swift
[200/296] Compiling _CryptoExtras PEMDocument.swift
[201/296] Compiling NIOCore IPProtocol.swift
[202/296] Compiling NIOCore IntegerBitPacking.swift
[203/296] Compiling NIOCore IntegerTypes.swift
[204/296] Compiling NIOCore Interfaces.swift
[205/296] Compiling NIOCore Linux.swift
[206/296] Compiling NIOCore MarkedCircularBuffer.swift
[213/310] Compiling _CryptoExtras VOPRFServer.swift
[214/310] Compiling _CryptoExtras RSA+BlindSigning.swift
[215/310] Compiling _CryptoExtras RSA.swift
[216/310] Compiling _CryptoExtras RSA_boring.swift
[217/310] Compiling _CryptoExtras RSA_security.swift
[218/310] Compiling _CryptoExtras BoringSSLHelpers.swift
[219/310] Compiling _CryptoExtras HashToField.swift
[220/310] Compiling _CryptoExtras KDF.swift
[221/310] Compiling NIOCore CircularBuffer.swift
[222/310] Compiling NIOCore Codec.swift
[223/310] Compiling NIOCore ConvenienceOptionSupport.swift
[224/310] Compiling NIOCore DeadChannel.swift
[225/310] Compiling NIOCore DispatchQueue+WithFuture.swift
[226/310] Compiling NIOCore EventLoop+Deprecated.swift
[227/310] Compiling NIOCore EventLoop+SerialExecutor.swift
[228/310] Compiling NIOCore EventLoop.swift
[229/310] Compiling _CryptoExtras PrettyBytes.swift
[230/310] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[231/310] Compiling _CryptoExtras DLEQ.swift
[232/310] Compiling _CryptoExtras Prover.swift
[233/310] Compiling _CryptoExtras Verifier.swift
[234/310] Compiling _CryptoExtras ZKPToolbox.swift
[235/310] Compiling _CryptoExtras AES_CBC.swift
[236/310] Compiling _CryptoExtras AES_CFB.swift
[237/310] Compiling _CryptoExtras AES_CTR.swift
[238/310] Compiling _CryptoExtras AES_GCM_SIV.swift
[239/310] Compiling _CryptoExtras Block Function.swift
[240/310] Compiling _CryptoExtras AES_CFB_boring.swift
[241/310] Compiling _CryptoExtras AES_CTR_boring.swift
[242/310] Emitting module _CryptoExtras
[249/310] Compiling _CryptoExtras ARC.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:
[250/310] Compiling _CryptoExtras ARCCredential.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:
[251/310] Compiling _CryptoExtras ARCEncoding.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:
[252/310] Compiling _CryptoExtras ARCPrecredential.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:
[253/310] Compiling _CryptoExtras ARCPresentation.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:
[254/310] Compiling _CryptoExtras ARCRequest.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:
[255/310] Compiling _CryptoExtras ARCResponse.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:
[256/310] Compiling _CryptoExtras ARCServer.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:
[257/310] Compiling _CryptoExtras ChaCha20CTR_boring.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:
[258/310] Compiling _CryptoExtras ChaCha20CTR.swift
[259/310] Compiling _CryptoExtras ECToolbox_boring.swift
[260/310] Compiling _CryptoExtras ECToolbox.swift
[261/310] Compiling _CryptoExtras Scrypt.swift
[262/310] Compiling _CryptoExtras OPRF.swift
[263/310] Compiling _CryptoExtras OPRFClient.swift
[264/310] Compiling _CryptoExtras OPRFServer.swift
[265/310] Compiling _CryptoExtras VOPRF+API.swift
[266/310] Compiling _CryptoExtras VOPRFClient.swift
[267/310] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[268/310] Compiling NIOCore SocketAddresses.swift
[269/310] Compiling NIOCore SocketOptionProvider.swift
[270/310] Compiling NIOCore SystemCallHelpers.swift
[271/310] Compiling NIOCore TimeAmount+Duration.swift
[272/310] Compiling NIOCore TypeAssistedChannelHandler.swift
[273/310] Compiling NIOCore UniversalBootstrapSupport.swift
[274/310] Compiling NIOCore Utilities.swift
[275/310] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[276/310] Compiling _CryptoExtras ARC+API.swift
[298/310] Emitting module NIOCore
BUILD FAILURE 6.1 wasm