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