Build Information
Failed to build swift-rtc, reference v0.7.0 (ecff87
), with Swift 6.1 for Wasm on 29 May 2025 11:53:27 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ngr-tc/swift-rtc.git
Reference: v0.7.0
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
* tag v0.7.0 -> FETCH_HEAD
HEAD is now at ecff879 replace swift-extras-base64 dep with in-house Base64
Cloned https://github.com/ngr-tc/swift-rtc.git
Revision (git rev-parse @):
ecff879b7bf8c25c010fe2b642cb55d25956c2d3
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ngr-tc/swift-rtc.git at v0.7.0
========================================
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" : [
"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" : [
"DTLSTests.swift"
],
"target_dependencies" : [
"DTLS"
],
"type" : "test"
},
{
"c99name" : "DTLS",
"module_type" : "SwiftTarget",
"name" : "DTLS",
"path" : "Sources/DTLS",
"product_memberships" : [
"DTLS"
],
"sources" : [
"DTLS.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-nio.git
[1/2049] Fetching swift-docc-plugin
[206/15985] Fetching swift-docc-plugin, swift-crypto
[1453/92078] Fetching swift-docc-plugin, swift-crypto, swift-nio
Fetched https://github.com/apple/swift-docc-plugin from cache (8.66s)
Fetched https://github.com/apple/swift-crypto.git from cache (8.71s)
Fetched https://github.com/apple/swift-nio.git from cache (8.80s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (12.23s)
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.61s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.61s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (3.73s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[880/6101] Fetching swift-system, swift-atomics
[2289/22692] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.72s)
[6024/18301] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.96s)
Fetched https://github.com/apple/swift-collections.git from cache (1.99s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.94s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.80s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.01s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.37s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.86s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.73s)
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/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-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-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-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-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/394] Write sources
[23/394] Compiling CNIOWindows shim.c
[24/394] Compiling CNIOLinux shim.c
[25/394] Compiling CNIOWASI CNIOWASI.c
[26/394] Compiling CNIOWindows WSAStartup.c
[27/394] Compiling CNIOLinux liburing_shims.c
[28/394] Compiling CNIODarwin shim.c
[29/394] Compiling fiat_p256_adx_sqr.S
[30/394] Compiling fiat_p256_adx_mul.S
[31/394] Compiling fiat_curve25519_adx_square.S
[32/394] Compiling md5-x86_64-apple.S
[33/394] Compiling fiat_curve25519_adx_mul.S
[34/394] Compiling md5-x86_64-linux.S
[35/394] Compiling md5-586-linux.S
[36/394] Compiling md5-586-apple.S
[37/394] Compiling chacha20_poly1305_x86_64-linux.S
[38/394] Compiling _AtomicsShims.c
[39/394] Write swift-version-24593BA9C3E375BF.txt
[40/394] Compiling chacha20_poly1305_x86_64-apple.S
[41/394] Compiling chacha20_poly1305_armv8-apple.S
[42/394] Compiling chacha20_poly1305_armv8-win.S
[43/394] Compiling chacha20_poly1305_armv8-linux.S
[44/398] Compiling CCryptoBoringSSLShims shims.c
[45/433] Compiling err_data.cc
[47/435] Emitting module InternalCollectionsUtilities
[47/436] Compiling c-nioatomics.c
[48/438] Compiling c-atomics.c
[50/438] Emitting module DTLS
[51/438] Compiling DTLS DTLS.swift
[52/439] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[53/439] Compiling InternalCollectionsUtilities Debugging.swift
[54/439] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[55/439] Compiling InternalCollectionsUtilities _SortedCollection.swift
[56/439] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[57/441] Emitting module SCTP
[58/442] Compiling SCTP SCTP.swift
[59/442] Emitting module DataChannel
[60/442] Compiling DataChannel DataChannel.swift
[62/449] Compiling InternalCollectionsUtilities Descriptions.swift
[63/449] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[64/449] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[65/449] Compiling _NIODataStructures _TinyArray.swift
[66/449] Compiling InternalCollectionsUtilities UInt+reversed.swift
[67/449] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[68/449] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[69/449] Emitting module _NIOBase64
[70/449] Compiling _NIOBase64 Base64.swift
[73/450] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[75/450] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[76/450] Compiling InternalCollectionsUtilities Integer rank.swift
[84/451] Compiling _NIODataStructures PriorityQueue.swift
[88/451] Compiling chacha-x86_64-linux.S
[89/451] Compiling chacha-x86-linux.S
[90/451] Compiling chacha-x86_64-apple.S
[91/451] Compiling chacha-x86-apple.S
[92/451] Compiling chacha-armv8-win.S
[93/451] Compiling chacha-armv8-linux.S
[94/451] Compiling chacha-armv8-apple.S
[95/451] Compiling aes128gcmsiv-x86_64-linux.S
[96/451] Compiling chacha-armv4-linux.S
[97/451] Compiling aes128gcmsiv-x86_64-apple.S
[98/451] Compiling x86_64-mont5-linux.S
[100/451] Emitting module SwiftASN1
[100/451] Compiling x86_64-mont5-apple.S
[100/451] Compiling x86_64-mont-linux.S
[102/451] Compiling x86_64-mont-apple.S
[103/458] Compiling x86-mont-linux.S
[105/462] Emitting module NIOConcurrencyHelpers
[105/466] Compiling vpaes-x86_64-linux.S
[106/466] Compiling x86-mont-apple.S
[107/466] Compiling vpaes-x86_64-apple.S
[109/466] Compiling NIOConcurrencyHelpers lock.swift
[109/466] Compiling vpaes-x86-linux.S
[111/466] Compiling DequeModule Deque+CustomReflectable.swift
[112/466] Compiling DequeModule Deque+Descriptions.swift
[112/468] Compiling vpaes-armv8-win.S
[113/468] Compiling vpaes-armv8-linux.S
[114/468] Compiling vpaes-x86-apple.S
[115/468] Compiling vpaes-armv7-linux.S
[117/468] Compiling DequeModule _DequeBuffer.swift
[118/468] Compiling DequeModule _DequeBufferHeader.swift
[118/468] Compiling sha512-x86_64-apple.S
[118/468] Compiling sha512-x86_64-linux.S
[118/468] Compiling vpaes-armv8-apple.S
[122/468] Emitting module _NIODataStructures
[123/468] Compiling _NIODataStructures Heap.swift
[124/469] Compiling NIOConcurrencyHelpers NIOLock.swift
[125/469] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[126/469] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[127/469] Compiling NIOConcurrencyHelpers atomics.swift
[127/470] Compiling sha512-armv8-win.S
[128/470] Compiling sha512-armv4-linux.S
[129/470] Compiling sha512-armv8-apple.S
[132/470] Compiling sha512-armv8-linux.S
[134/470] Compiling DequeModule Deque+Extras.swift
[135/470] Compiling DequeModule Deque+Hashable.swift
[136/470] Compiling DequeModule _DequeSlot.swift
[137/470] Compiling DequeModule _UnsafeWrappedBuffer.swift
[138/470] Compiling sha512-586-linux.S
[139/470] Compiling sha512-586-apple.S
[141/470] Compiling DequeModule Deque+Equatable.swift
[142/470] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[143/470] Compiling sha256-x86_64-apple.S
[144/470] Compiling sha256-x86_64-linux.S
[145/470] Compiling sha256-armv8-win.S
[147/470] Compiling SwiftASN1 DER.swift
[148/470] Compiling SwiftASN1 Errors.swift
[148/471] Compiling sha256-armv8-apple.S
[149/471] Compiling sha256-armv8-linux.S
[150/471] Compiling sha256-armv4-linux.S
[152/471] Compiling DequeModule Deque+Testing.swift
[153/471] Compiling DequeModule Deque._Storage.swift
[153/471] Compiling sha256-586-linux.S
[154/471] Compiling sha1-x86_64-linux.S
[155/471] Compiling sha256-586-apple.S
[155/471] Compiling sha1-x86_64-apple.S
[158/471] Compiling sha1-armv8-linux.S
[159/471] Compiling sha1-armv8-win.S
[160/471] Compiling sha1-armv4-large-linux.S
[161/471] Compiling sha1-armv8-apple.S
[162/471] Compiling sha1-586-apple.S
[163/471] Compiling rsaz-avx2-linux.S
[164/471] Compiling sha1-586-linux.S
[165/471] Compiling p256_beeu-x86_64-asm-linux.S
[166/471] Compiling rsaz-avx2-apple.S
[167/471] Compiling rdrand-x86_64-linux.S
[168/471] Compiling rdrand-x86_64-apple.S
[169/471] Compiling p256_beeu-x86_64-asm-apple.S
[170/471] Compiling p256_beeu-armv8-asm-linux.S
[171/471] Compiling p256_beeu-armv8-asm-apple.S
[174/471] Compiling p256_beeu-armv8-asm-win.S
[175/471] Compiling p256-x86_64-asm-linux.S
[176/471] Compiling p256-x86_64-asm-apple.S
[177/471] Compiling p256-armv8-asm-apple.S
[178/471] Compiling p256-armv8-asm-win.S
[179/471] Compiling ghashv8-armv8-linux.S
[180/471] Compiling p256-armv8-asm-linux.S
[181/471] Compiling ghashv8-armv8-win.S
[182/471] Compiling ghash-x86-linux.S
[183/471] Compiling ghashv8-armv7-linux.S
[184/471] Compiling ghash-x86_64-linux.S
[185/471] Compiling ghashv8-armv8-apple.S
[186/471] Compiling ghash-x86_64-apple.S
[187/471] Compiling ghash-x86-apple.S
[188/471] Compiling ghash-ssse3-x86_64-linux.S
[189/471] Compiling ghash-ssse3-x86-linux.S
[190/471] Compiling ghash-ssse3-x86_64-apple.S
[191/471] Compiling ghash-ssse3-x86-apple.S
[192/471] Compiling ghash-neon-armv8-win.S
[193/471] Compiling ghash-neon-armv8-apple.S
[194/471] Compiling ghash-neon-armv8-linux.S
[195/471] Compiling co-586-linux.S
[196/471] Compiling ghash-armv4-linux.S
[198/471] Compiling DequeModule Deque._UnsafeHandle.swift
[199/471] Compiling DequeModule Deque.swift
[201/471] Compiling bn-armv8-win.S
[202/471] Compiling bsaes-armv7-linux.S
[203/471] Compiling bn-armv8-linux.S
[204/471] Compiling bn-armv8-apple.S
[205/471] Compiling co-586-apple.S
[206/471] Compiling bn-586-linux.S
[207/471] Compiling bn-586-apple.S
[208/471] Compiling armv8-mont-win.S
[210/471] Compiling DequeModule Deque+Codable.swift
[211/471] Compiling DequeModule Deque+Collection.swift
[211/471] Compiling armv8-mont-linux.S
[212/471] Compiling armv8-mont-apple.S
[213/471] Compiling armv4-mont-linux.S
[214/471] Compiling aesv8-gcm-armv8-apple.S
[215/471] Compiling aesv8-gcm-armv8-linux.S
[216/471] Compiling aesv8-gcm-armv8-win.S
[217/471] Compiling aesv8-armv7-linux.S
[218/471] Compiling aesv8-armv8-win.S
[219/471] Compiling aesv8-armv8-apple.S
[220/471] Compiling aesv8-armv8-linux.S
[221/471] Compiling aesni-x86_64-linux.S
[222/471] Compiling aesni-x86-linux.S
[223/471] Compiling aesni-x86_64-apple.S
[224/471] Compiling aesni-gcm-x86_64-linux.S
[225/471] Compiling aesni-x86-apple.S
[226/471] Compiling aes-gcm-avx10-x86_64-linux.S
[227/471] Compiling aesni-gcm-x86_64-apple.S
[228/471] Compiling aes-gcm-avx10-x86_64-apple.S
[230/471] Emitting module DequeModule
[231/472] Compiling x_x509a.cc
[232/472] Compiling x_sig.cc
[233/472] Compiling x_req.cc
[234/472] Compiling x_val.cc
[235/472] Compiling x_spki.cc
[236/472] Compiling x_exten.cc
[237/472] Compiling x_pubkey.cc
[238/472] Compiling x_x509.cc
[239/472] Compiling x_name.cc
[240/472] Compiling x_attrib.cc
[241/472] Compiling x_crl.cc
[242/472] Compiling x509rset.cc
[243/472] Compiling x_all.cc
[244/472] Compiling x_algor.cc
[245/472] Compiling x509spki.cc
[246/472] Compiling x509_vpm.cc
[247/472] Compiling x509name.cc
[248/472] Compiling x509cset.cc
[249/472] Compiling x509_v3.cc
[250/472] Compiling x509_trs.cc
[251/472] Compiling x509_vfy.cc
[252/472] Compiling x509_txt.cc
[253/472] Compiling x509_req.cc
[254/472] Compiling x509_set.cc
[255/472] Compiling x509_att.cc
[256/472] Compiling x509_obj.cc
[257/472] Compiling x509_def.cc
[258/472] Compiling x509_lu.cc
[259/472] Compiling x509.cc
[260/472] Compiling x509_ext.cc
[261/472] Compiling x509_cmp.cc
[262/472] Compiling x509_d2.cc
[263/472] Compiling v3_purp.cc
[264/472] Compiling v3_utl.cc
[265/472] Compiling v3_prn.cc
[266/472] Compiling v3_skey.cc
[267/472] Compiling v3_pcons.cc
[268/472] Compiling v3_pmaps.cc
[269/472] Compiling v3_ncons.cc
[270/472] Compiling v3_ocsp.cc
[271/472] Compiling v3_int.cc
[272/472] Compiling v3_enum.cc
[273/472] Compiling v3_lib.cc
[274/472] Compiling v3_extku.cc
[275/472] Compiling v3_info.cc
[276/472] Compiling v3_genn.cc
[277/472] Compiling v3_ia5.cc
[278/472] Compiling v3_cpols.cc
[279/472] Compiling v3_conf.cc
[280/472] Compiling v3_crld.cc
[281/472] Compiling v3_bitst.cc
[282/472] Compiling v3_akeya.cc
[283/472] Compiling t_x509a.cc
[284/472] Compiling v3_bcons.cc
[285/472] Compiling v3_alt.cc
[286/472] Compiling v3_akey.cc
[287/472] Compiling t_x509.cc
[288/472] Compiling rsa_pss.cc
[289/472] Compiling t_req.cc
[290/472] Compiling t_crl.cc
[291/472] Compiling policy.cc
[292/472] Compiling i2d_pr.cc
[293/472] Compiling name_print.cc
[294/472] Compiling by_file.cc
[295/472] Compiling by_dir.cc
[296/472] Compiling asn1_gen.cc
[297/472] Compiling algorithm.cc
[298/472] Compiling voprf.cc
[299/472] Compiling a_verify.cc
[300/472] Compiling a_sign.cc
[301/472] Compiling a_digest.cc
[302/472] Compiling thread_win.cc
[303/472] Compiling thread_pthread.cc
[304/472] Compiling trust_token.cc
[305/472] Compiling thread_none.cc
[306/472] Compiling stack.cc
[307/472] Compiling thread.cc
[308/472] Compiling pmbtoken.cc
[309/472] Compiling wots.cc
[310/472] Compiling thash.cc
[311/472] Compiling fors.cc
[312/472] Compiling merkle.cc
[313/472] Compiling sha512.cc
[314/472] Compiling sha256.cc
[315/472] Compiling siphash.cc
[316/472] Compiling slhdsa.cc
[317/472] Compiling sha1.cc
[318/472] Compiling rsa_extra.cc
[319/472] Compiling rsa_print.cc
[320/472] Compiling urandom.cc
[321/472] Compiling rc4.cc
[322/472] Compiling refcount.cc
[323/472] Compiling windows.cc
[324/472] Compiling rsa_crypt.cc
[325/472] Compiling rsa_asn1.cc
[326/472] Compiling rand_extra.cc
[327/472] Compiling trusty.cc
[328/472] Compiling passive.cc
[329/472] Compiling ios.cc
[330/472] Compiling getentropy.cc
[331/472] Compiling poly1305_arm_asm.S
[332/472] Compiling fork_detect.cc
[333/472] Compiling deterministic.cc
[334/472] Compiling forkunsafe.cc
[335/472] Compiling poly1305_arm.cc
[335/472] Compiling poly1305_vec.cc
[337/472] Compiling poly1305.cc
[338/472] Compiling pool.cc
[339/472] Compiling pkcs8.cc
[340/472] Compiling p5_pbev2.cc
[341/472] Compiling pkcs7.cc
[342/472] Compiling pkcs8_x509.cc
[343/472] Compiling pkcs7_x509.cc
[344/472] Compiling pem_xaux.cc
[345/472] Compiling pem_pkey.cc
[346/472] Compiling pem_x509.cc
[347/472] Compiling pem_pk8.cc
[348/472] Compiling obj_xref.cc
[349/472] Compiling pem_info.cc
[350/472] Compiling pem_oth.cc
[351/472] Compiling obj.cc
[352/472] Compiling mldsa.cc
[353/472] Compiling mlkem.cc
[354/472] Compiling mem.cc
[355/472] Compiling md5.cc
[356/472] Compiling pem_all.cc
[357/472] Compiling poly_rq_mul.S
[358/472] Compiling pem_lib.cc
[359/472] Compiling fips_shared_support.cc
[360/472] Compiling md4.cc
[361/472] Compiling lhash.cc
[362/472] Compiling hrss.cc
[363/472] Compiling kyber.cc
[364/472] Compiling hpke.cc
[365/472] Compiling sign.cc
[366/472] Compiling ex_data.cc
[367/472] Compiling scrypt.cc
[368/472] Compiling print.cc
[369/472] Compiling p_x25519.cc
[370/472] Compiling pbkdf.cc
[371/472] Compiling p_rsa_asn1.cc
[372/472] Compiling p_x25519_asn1.cc
[373/472] Compiling p_rsa.cc
[374/472] Compiling p_hkdf.cc
[375/472] Compiling p_ed25519.cc
[376/472] Compiling p_dsa_asn1.cc
[377/472] Compiling p_ec.cc
[378/472] Compiling p_ec_asn1.cc
[379/472] Compiling p_ed25519_asn1.cc
[380/472] Compiling p_dh_asn1.cc
[381/472] Compiling evp.cc
[382/472] Compiling err.cc
[383/472] Compiling p_dh.cc
[384/472] Compiling evp_ctx.cc
[385/472] Compiling evp_asn1.cc
[386/472] Compiling engine.cc
[387/472] Compiling ecdsa_asn1.cc
[388/472] Compiling ecdh_extra.cc
[389/472] Compiling hash_to_curve.cc
[390/472] Compiling ec_derive.cc
[391/472] Compiling params.cc
[392/472] Compiling dsa_asn1.cc
[393/472] Compiling dsa.cc
[394/472] Compiling digest_extra.cc
[395/472] Compiling ec_asn1.cc
[396/472] Compiling x25519-asm-arm.S
[397/472] Compiling dh_asn1.cc
[398/472] Compiling curve25519_64_adx.cc
[399/472] Compiling des.cc
[400/472] Compiling cpu_intel.cc
[401/472] Compiling bcm.cc
[402/472] Compiling spake25519.cc
[403/472] Compiling crypto.cc
[404/472] Compiling cpu_aarch64_win.cc
[405/472] Compiling curve25519.cc
[406/472] Compiling cpu_arm_linux.cc
[407/472] Compiling cpu_arm_freebsd.cc
[408/472] Compiling cpu_aarch64_openbsd.cc
[409/472] Compiling cpu_aarch64_linux.cc
[410/472] Compiling cpu_aarch64_sysreg.cc
[411/472] Compiling cpu_aarch64_fuchsia.cc
[412/472] Compiling cpu_aarch64_apple.cc
[413/472] Compiling e_tls.cc
[414/472] Compiling tls_cbc.cc
[415/472] Compiling conf.cc
[416/472] Compiling e_rc4.cc
[417/472] Compiling e_rc2.cc
[418/472] Compiling e_null.cc
[419/472] Compiling e_des.cc
[420/472] Compiling e_aesgcmsiv.cc
[421/472] Compiling e_chacha20poly1305.cc
[422/472] Compiling e_aesctrhmac.cc
[423/472] Compiling derive_key.cc
[424/472] Compiling cipher_extra.cc
[425/472] Compiling chacha.cc
[426/472] Compiling unicode.cc
[427/472] Compiling ber.cc
[428/472] Compiling buf.cc
[429/472] Compiling cbs.cc
[430/472] Compiling cbb.cc
[431/472] Compiling asn1_compat.cc
[432/472] Compiling bn_asn1.cc
[433/472] Compiling convert.cc
[434/472] Compiling blake2.cc
[435/472] Compiling hexdump.cc
[436/472] Compiling printf.cc
[437/472] Compiling pair.cc
[438/472] Compiling errno.cc
[439/472] Compiling fd.cc
[440/472] Compiling file.cc
[441/472] Compiling bio_mem.cc
[442/472] Compiling bio.cc
[443/472] Compiling base64.cc
[444/472] Compiling tasn_typ.cc
[445/472] Compiling tasn_utl.cc
[446/472] Compiling posix_time.cc
[447/472] Compiling tasn_fre.cc
[448/472] Compiling tasn_enc.cc
[448/472] Compiling tasn_new.cc
[450/472] Compiling tasn_dec.cc
[451/472] Compiling asn1_par.cc
[452/472] Compiling asn_pack.cc
[453/472] Compiling f_int.cc
[454/472] Compiling f_string.cc
[455/472] Compiling a_utctm.cc
[456/472] Compiling asn1_lib.cc
[457/472] Compiling a_type.cc
[458/472] Compiling a_octet.cc
[459/472] Compiling a_time.cc
[460/472] Compiling a_strnid.cc
[461/472] Compiling a_mbstr.cc
[462/472] Compiling a_int.cc
[462/472] Compiling a_strex.cc
[464/472] Write sources
[465/472] Compiling a_object.cc
[466/472] Compiling a_i2d_fp.cc
[467/472] Compiling a_gentm.cc
[468/491] Compiling a_dup.cc
[469/491] Compiling a_d2i_fp.cc
[470/491] Compiling a_bool.cc
[471/491] Compiling a_bitstr.cc
[473/499] Compiling Atomics UnsafeAtomic.swift
[474/499] Compiling Atomics UnsafeAtomicLazyReference.swift
[475/501] Compiling Atomics ManagedAtomic.swift
[476/501] Compiling Atomics ManagedAtomicLazyReference.swift
[477/501] Compiling Atomics AtomicMemoryOrderings.swift
[478/501] Compiling Atomics DoubleWord.swift
[479/501] Compiling Atomics Primitives.shims.swift
[480/501] Compiling Atomics AtomicInteger.swift
[481/501] Compiling Atomics AtomicOptionalWrappable.swift
[482/501] Compiling Atomics AtomicReference.swift
[483/501] Compiling Atomics AtomicStorage.swift
[484/501] Compiling Atomics AtomicValue.swift
[485/501] Compiling Atomics IntegerOperations.swift
[486/501] Compiling Atomics Unmanaged extensions.swift
[487/501] Compiling CryptoBoringWrapper RandomBytes.swift
[488/501] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[489/501] Emitting module CryptoBoringWrapper
[490/501] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[491/501] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[492/501] Compiling CryptoBoringWrapper EllipticCurve.swift
[493/501] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[494/501] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[496/502] Emitting module Atomics
[497/502] Compiling Atomics IntegerConformances.swift
[498/502] Compiling Atomics PointerConformances.swift
[499/502] Compiling Atomics Primitives.native.swift
[500/502] Compiling Atomics OptionalRawRepresentable.swift
[501/502] Compiling Atomics RawRepresentable.swift
[502/502] Compiling Atomics AtomicBool.swift
[504/634] Compiling NIOCore RecvByteBufferAllocator.swift
[505/634] Compiling NIOCore IO.swift
[506/634] Compiling NIOCore IOData.swift
[507/634] Compiling NIOCore IPProtocol.swift
[508/634] Compiling NIOCore IntegerBitPacking.swift
[509/634] Compiling NIOCore IntegerTypes.swift
[510/634] Compiling NIOCore Interfaces.swift
[511/634] Compiling NIOCore Linux.swift
[512/634] Compiling NIOCore MarkedCircularBuffer.swift
[513/634] Compiling Crypto Ed25519.swift
[514/643] Compiling NIOCore FileHandle.swift
[515/643] Compiling NIOCore FileRegion.swift
[516/643] Compiling NIOCore GlobalSingletons.swift
[517/643] Compiling NIOCore MulticastChannel.swift
[518/643] Compiling NIOCore NIOAny.swift
[519/643] Compiling NIOCore NIOCloseOnErrorHandler.swift
[520/643] Compiling NIOCore NIOLoopBound.swift
[521/643] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[522/643] Compiling NIOCore NIOScheduledCallback.swift
[523/643] Compiling NIOCore NIOSendable.swift
[524/643] Compiling NIOCore AsyncChannelInboundStream.swift
[525/643] Compiling NIOCore AsyncChannelOutboundWriter.swift
[526/643] Compiling NIOCore NIOAsyncSequenceProducer.swift
[527/643] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[528/643] Compiling NIOCore NIOAsyncWriter.swift
[529/643] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[530/643] Compiling NIOCore EventLoopFuture+Deprecated.swift
[531/643] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[532/643] Compiling NIOCore EventLoopFuture.swift
[533/643] Compiling NIOCore FileDescriptor.swift
[534/643] Compiling Crypto HPKE.swift
[535/643] Compiling Crypto HPKE-Context.swift
[536/643] Compiling Crypto HPKE-KeySchedule.swift
[537/643] Compiling Crypto HPKE-Modes.swift
[538/643] Compiling Crypto Insecure.swift
[539/643] Compiling Crypto Insecure_HashFunctions.swift
[540/643] Compiling Crypto KEM.swift
[541/643] Compiling Crypto ECDH_boring.swift
[542/643] Compiling Crypto DH.swift
[543/643] Compiling Crypto ECDH.swift
[552/651] Emitting module Crypto
[553/651] Compiling NIOCore ByteBuffer-multi-int.swift
[554/651] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[555/651] Compiling NIOCore ByteBuffer-views.swift
[556/651] Compiling NIOCore Channel.swift
[557/651] Compiling NIOCore ChannelHandler.swift
[558/651] Compiling NIOCore ChannelHandlers.swift
[559/651] Compiling NIOCore ChannelInvoker.swift
[560/651] Compiling NIOCore ChannelOption.swift
[561/651] Compiling NIOCore ChannelPipeline.swift
[562/651] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[571/651] Compiling NIOCore ConvenienceOptionSupport.swift
[572/651] Compiling NIOCore DeadChannel.swift
[573/651] Compiling NIOCore DispatchQueue+WithFuture.swift
[574/651] Compiling NIOCore EventLoop+Deprecated.swift
[575/651] Compiling NIOCore EventLoop+SerialExecutor.swift
[576/651] Compiling NIOCore EventLoop.swift
[577/651] Compiling NIOCore AddressedEnvelope.swift
[578/651] Compiling NIOCore AsyncAwaitSupport.swift
[579/651] Compiling NIOCore AsyncChannel.swift
[580/651] Compiling NIOCore AsyncChannelHandler.swift
[589/651] Compiling NIOCore BSDSocketAPI.swift
[590/651] Compiling NIOCore ByteBuffer-aux.swift
[591/651] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[592/651] Compiling NIOCore ByteBuffer-conversions.swift
[593/651] Compiling NIOCore ByteBuffer-core.swift
[594/651] Compiling NIOCore ByteBuffer-hex.swift
[595/651] Compiling NIOCore ByteBuffer-int.swift
[596/651] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[597/651] Compiling NIOCore CircularBuffer.swift
[598/651] Compiling NIOCore Codec.swift
[599/651] Compiling Crypto Signature.swift
[600/651] Compiling Crypto CryptoKitErrors_boring.swift
[601/651] Compiling Crypto RNG_boring.swift
[602/651] Compiling Crypto SafeCompare_boring.swift
[603/651] Compiling Crypto Zeroization_boring.swift
[604/651] Compiling Crypto PrettyBytes.swift
[605/651] Compiling Crypto SafeCompare.swift
[606/651] Compiling Crypto SecureBytes.swift
[607/651] Compiling Crypto Zeroization.swift
[609/652] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[610/652] Compiling NIOCore SocketAddresses.swift
[611/652] Compiling NIOCore SocketOptionProvider.swift
[612/652] Compiling NIOCore SystemCallHelpers.swift
[613/652] Compiling NIOCore TimeAmount+Duration.swift
[614/652] Compiling NIOCore TypeAssistedChannelHandler.swift
[615/652] Compiling NIOCore UniversalBootstrapSupport.swift
[616/652] Compiling NIOCore Utilities.swift
[617/698] Compiling _CryptoExtras ChaCha20CTR.swift
[618/698] Compiling _CryptoExtras ECToolbox_boring.swift
[619/698] Compiling _CryptoExtras ECToolbox.swift
[620/698] Compiling _CryptoExtras HashToField.swift
[621/698] Compiling _CryptoExtras KDF.swift
[622/698] Compiling _CryptoExtras PBKDF2_boring.swift
[623/698] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[624/698] Compiling _CryptoExtras PBKDF2.swift
[625/698] Compiling _CryptoExtras AES_CBC.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/698] Compiling _CryptoExtras AES_CFB.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/698] Compiling _CryptoExtras AES_CTR.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/698] Compiling _CryptoExtras AES_GCM_SIV.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/698] Compiling _CryptoExtras Block Function.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/698] Compiling _CryptoExtras AES_CFB_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:
[631/698] Compiling _CryptoExtras AES_CTR_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:
[632/698] Compiling _CryptoExtras AES_GCM_SIV_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:
[633/698] Compiling _CryptoExtras ARC+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:
[634/698] Compiling _CryptoExtras Scrypt_boring.swift
[635/698] Compiling _CryptoExtras Scrypt.swift
[636/698] Compiling _CryptoExtras OPRF.swift
[637/698] Compiling _CryptoExtras OPRFClient.swift
[638/698] Compiling _CryptoExtras OPRFServer.swift
[639/698] Compiling _CryptoExtras VOPRF+API.swift
[640/698] Compiling _CryptoExtras VOPRFClient.swift
[641/698] Compiling _CryptoExtras VOPRFServer.swift
[642/698] Compiling _CryptoExtras RSA+BlindSigning.swift
[643/698] Compiling _CryptoExtras ARC.swift
[644/698] Compiling _CryptoExtras ARCCredential.swift
[645/698] Compiling _CryptoExtras ARCEncoding.swift
[646/698] Compiling _CryptoExtras ARCPrecredential.swift
[647/698] Compiling _CryptoExtras ARCPresentation.swift
[648/698] Compiling _CryptoExtras ARCRequest.swift
[649/698] Compiling _CryptoExtras ARCResponse.swift
[650/698] Compiling _CryptoExtras ARCServer.swift
[651/698] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[652/698] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[653/698] Compiling _CryptoExtras DigestType.swift
[654/698] Compiling _CryptoExtras Error.swift
[655/698] Compiling _CryptoExtras I2OSP.swift
[656/698] Compiling _CryptoExtras IntegerEncoding.swift
[657/698] Compiling _CryptoExtras PEMDocument.swift
[671/704] Emitting module _CryptoExtras
[688/704] Compiling _CryptoExtras RSA.swift
[689/704] Compiling _CryptoExtras RSA_boring.swift
[690/704] Compiling _CryptoExtras RSA_security.swift
[691/704] Compiling _CryptoExtras BoringSSLHelpers.swift
[692/704] Emitting module NIOCore
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/40] Emitting module DataChannel
[5/41] Compiling DataChannel DataChannel.swift
[6/44] Compiling NIOConcurrencyHelpers lock.swift
[7/44] Emitting module SCTP
[8/44] Compiling InternalCollectionsUtilities Descriptions.swift
[9/44] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[11/45] Compiling SCTP SCTP.swift
[12/46] Compiling CryptoBoringWrapper RandomBytes.swift
[13/46] Compiling DTLS DTLS.swift
[14/46] Emitting module DTLS
[15/46] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[16/46] Compiling InternalCollectionsUtilities Debugging.swift
[17/47] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[19/47] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[20/47] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[21/47] Emitting module CryptoBoringWrapper
[23/47] Compiling NIOConcurrencyHelpers NIOLock.swift
[24/47] Emitting module _NIOBase64
[25/47] Compiling _NIOBase64 Base64.swift
[26/48] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[28/48] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[29/48] Compiling InternalCollectionsUtilities Integer rank.swift
[30/48] Compiling _NIODataStructures PriorityQueue.swift
[31/48] Compiling _NIODataStructures _TinyArray.swift
[32/48] Emitting module InternalCollectionsUtilities
[33/48] Compiling _NIODataStructures Heap.swift
[34/48] Emitting module _NIODataStructures
[35/49] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[36/49] Compiling InternalCollectionsUtilities UInt+reversed.swift
[38/49] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[39/49] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[40/49] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[41/49] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[42/49] Compiling InternalCollectionsUtilities _SortedCollection.swift
[43/50] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[44/50] Emitting module NIOConcurrencyHelpers
[45/50] Compiling NIOConcurrencyHelpers atomics.swift
[46/50] Compiling CryptoBoringWrapper EllipticCurve.swift
[47/50] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[48/50] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[49/50] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[53/174] Compiling Crypto ChaChaPoly.swift
[54/174] Compiling Crypto Cipher.swift
[55/174] Compiling Crypto Nonces.swift
[56/176] Compiling Crypto ASN1Null.swift
[57/176] Compiling Crypto ASN1OctetString.swift
[60/178] Compiling Crypto GeneralizedTime.swift
[61/178] Compiling Crypto ObjectIdentifier.swift
[62/178] Compiling DequeModule _DequeSlot.swift
[63/178] Compiling DequeModule _UnsafeWrappedBuffer.swift
[64/178] Compiling Crypto ASN1.swift
[65/178] Compiling Crypto ASN1Any.swift
[66/178] Compiling Crypto ASN1BitString.swift
[67/178] Compiling Crypto ASN1Boolean.swift
[69/178] Compiling Crypto ASN1Identifier.swift
[70/178] Compiling Crypto ASN1Integer.swift
[71/178] Compiling Atomics IntegerOperations.swift
[72/178] Compiling Atomics Unmanaged extensions.swift
[73/178] Compiling Crypto ChaChaPoly_boring.swift
[75/178] Emitting module DequeModule
[78/178] Compiling Crypto AES-GCM.swift
[79/178] Compiling Crypto AES-GCM_boring.swift
[94/181] Emitting module Crypto
[102/190] Emitting module Atomics
[103/190] Compiling SwiftASN1 DER.swift
[104/190] Compiling SwiftASN1 Errors.swift
[105/190] Emitting module SwiftASN1
[106/191] Compiling Crypto HPKE.swift
[107/191] Compiling Crypto HPKE-Context.swift
[108/191] Compiling Crypto HPKE-KeySchedule.swift
[109/191] Compiling Crypto HPKE-Modes.swift
[110/191] Compiling Crypto Insecure.swift
[111/191] Compiling Crypto Insecure_HashFunctions.swift
[112/191] Compiling Crypto KEM.swift
[113/191] Compiling Crypto ECDH_boring.swift
[114/191] Compiling Crypto DH.swift
[115/191] Compiling Crypto ECDH.swift
[117/191] Compiling Crypto HPKE-Ciphersuite.swift
[118/191] Compiling Crypto HPKE-KDF.swift
[119/191] Compiling Crypto HPKE-KexKeyDerivation.swift
[120/191] Compiling Crypto HPKE-LabeledExtract.swift
[121/191] Compiling Crypto HPKE-Utils.swift
[122/191] Compiling Crypto DHKEM.swift
[123/191] Compiling Crypto HPKE-KEM-Curve25519.swift
[124/191] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[125/191] Compiling Crypto HPKE-KEM.swift
[126/191] Compiling Crypto HPKE-Errors.swift
[127/191] Compiling Crypto SymmetricKeys.swift
[128/191] Compiling Crypto HMAC.swift
[129/191] Compiling Crypto MACFunctions.swift
[130/191] Compiling Crypto MessageAuthenticationCode.swift
[131/191] Compiling Crypto AES.swift
[132/191] Compiling Crypto ECDSASignature_boring.swift
[133/191] Compiling Crypto ECDSA_boring.swift
[134/191] Compiling Crypto EdDSA_boring.swift
[135/191] Compiling Crypto ECDSA.swift
[136/191] Compiling Crypto Ed25519.swift
[137/191] Compiling Crypto HKDF.swift
[138/191] Compiling Crypto AESWrap.swift
[139/191] Compiling Crypto AESWrap_boring.swift
[140/191] Compiling Crypto Ed25519_boring.swift
[141/191] Compiling Crypto NISTCurvesKeys_boring.swift
[142/191] Compiling Crypto X25519Keys_boring.swift
[143/191] Compiling Crypto Curve25519.swift
[144/191] Compiling Crypto Ed25519Keys.swift
[145/191] Compiling Crypto NISTCurvesKeys.swift
[146/191] Compiling Crypto X25519Keys.swift
[153/192] Compiling Crypto PKCS8PrivateKey.swift
[154/192] Compiling Crypto SEC1PrivateKey.swift
[155/192] Compiling Crypto SubjectPublicKeyInfo.swift
[156/192] Compiling Crypto CryptoKitErrors.swift
[157/192] Compiling Crypto Digest_boring.swift
[158/192] Compiling Crypto Digest.swift
[159/192] Compiling Crypto Digests.swift
[160/192] Compiling Crypto HashFunctions.swift
[161/192] Compiling Crypto HashFunctions_SHA2.swift
[162/192] Compiling Crypto HPKE-AEAD.swift
[184/192] Compiling Crypto Signature.swift
[185/192] Compiling Crypto CryptoKitErrors_boring.swift
[186/192] Compiling Crypto RNG_boring.swift
[187/192] Compiling Crypto SafeCompare_boring.swift
[188/192] Compiling Crypto Zeroization_boring.swift
[189/192] Compiling Crypto PrettyBytes.swift
[190/192] Compiling Crypto SafeCompare.swift
[191/192] Compiling Crypto SecureBytes.swift
[192/192] Compiling Crypto Zeroization.swift
[194/299] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[195/299] Compiling _CryptoExtras DigestType.swift
[196/299] Compiling _CryptoExtras Error.swift
[197/299] Compiling _CryptoExtras I2OSP.swift
[198/299] Compiling _CryptoExtras IntegerEncoding.swift
[199/299] Compiling _CryptoExtras PEMDocument.swift
[200/299] Emitting module _CryptoExtras
[201/305] Compiling _CryptoExtras AES_CBC.swift
[202/305] Compiling _CryptoExtras AES_CFB.swift
[203/305] Compiling _CryptoExtras AES_CTR.swift
[204/305] Compiling _CryptoExtras AES_GCM_SIV.swift
[205/305] Compiling _CryptoExtras Block Function.swift
[206/305] Compiling _CryptoExtras AES_CFB_boring.swift
[207/305] Compiling _CryptoExtras AES_CTR_boring.swift
[208/305] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[210/313] Compiling _CryptoExtras ARC+API.swift
[211/313] Compiling _CryptoExtras ARC.swift
[212/313] Compiling _CryptoExtras ARCCredential.swift
[213/313] Compiling _CryptoExtras ARCEncoding.swift
[214/313] Compiling _CryptoExtras ARCPrecredential.swift
[215/313] Compiling _CryptoExtras ARCPresentation.swift
[223/313] Compiling _CryptoExtras ARCRequest.swift
[224/313] Compiling _CryptoExtras ARCResponse.swift
[225/313] Compiling _CryptoExtras ARCServer.swift
[226/313] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[227/313] Compiling _CryptoExtras ChaCha20CTR.swift
[228/313] Compiling _CryptoExtras ECToolbox_boring.swift
[229/313] Compiling _CryptoExtras ECToolbox.swift
[230/313] Compiling _CryptoExtras VOPRFServer.swift
[231/313] Compiling _CryptoExtras RSA+BlindSigning.swift
[232/313] Compiling _CryptoExtras RSA.swift
[233/313] Compiling _CryptoExtras RSA_boring.swift
[234/313] Compiling _CryptoExtras RSA_security.swift
[235/313] Compiling _CryptoExtras BoringSSLHelpers.swift
[244/313] Compiling _CryptoExtras PBKDF2.swift
[245/313] Compiling _CryptoExtras Scrypt_boring.swift
[246/313] Compiling _CryptoExtras Scrypt.swift
[247/313] Compiling _CryptoExtras OPRF.swift
[248/313] Compiling _CryptoExtras OPRFClient.swift
[249/313] Compiling _CryptoExtras OPRFServer.swift
[250/313] Compiling _CryptoExtras VOPRF+API.swift
[251/313] Compiling _CryptoExtras VOPRFClient.swift
[255/313] Compiling _CryptoExtras PrettyBytes.swift
[256/313] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[257/313] Compiling _CryptoExtras DLEQ.swift
[258/313] Compiling _CryptoExtras Prover.swift
[259/313] Compiling _CryptoExtras Verifier.swift
[260/313] Compiling _CryptoExtras ZKPToolbox.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:
[261/313] 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:
[262/313] 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:
[263/313] 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:
[264/313] 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:
[265/313] 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:
[266/313] 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:
[267/313] 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:
[268/313] 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:
[275/313] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[276/313] Compiling NIOCore SocketAddresses.swift
[277/313] Compiling NIOCore SocketOptionProvider.swift
[278/313] Compiling NIOCore SystemCallHelpers.swift
[279/313] Compiling NIOCore TimeAmount+Duration.swift
[280/313] Compiling NIOCore TypeAssistedChannelHandler.swift
[281/313] Compiling NIOCore UniversalBootstrapSupport.swift
[282/313] Compiling NIOCore Utilities.swift
[288/313] Compiling _CryptoExtras HashToField.swift
[289/313] Compiling _CryptoExtras KDF.swift
[290/313] Compiling _CryptoExtras PBKDF2_boring.swift
[291/313] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[301/313] Emitting module NIOCore
BUILD FAILURE 6.1 wasm