Build Information
Failed to build SwiftSnmpKit, reference 0.2.0 (97e749), with Swift 6.1 for Wasm on 28 May 2025 11:47:31 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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/darrellroot/SwiftSnmpKit.git
Reference: 0.2.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/darrellroot/SwiftSnmpKit
* tag 0.2.0 -> FETCH_HEAD
HEAD is now at 97e7493 Updated documentation
Cloned https://github.com/darrellroot/SwiftSnmpKit.git
Revision (git rev-parse @):
97e7493e0030909048fb6a6e09bca51f5a6918cb
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/darrellroot/SwiftSnmpKit.git at 0.2.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/darrellroot/SwiftSnmpKit.git
https://github.com/darrellroot/SwiftSnmpKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "cryptoswift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/krzyzanowskim/CryptoSwift"
}
],
"manifest_display_name" : "SwiftSnmpKit",
"name" : "SwiftSnmpKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "SwiftSnmpKit",
"targets" : [
"SwiftSnmpKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftSnmpKitTests",
"module_type" : "SwiftTarget",
"name" : "SwiftSnmpKitTests",
"path" : "Tests/SwiftSnmpKitTests",
"sources" : [
"SnmpAgentTests.swift",
"SnmpV3Tests.swift",
"SwiftSnmpKitTests.swift"
],
"target_dependencies" : [
"SwiftSnmpKit"
],
"type" : "test"
},
{
"c99name" : "SwiftSnmpKit",
"module_type" : "SwiftTarget",
"name" : "SwiftSnmpKit",
"path" : "Sources/SwiftSnmpKit",
"product_dependencies" : [
"NIOCore",
"NIOPosix",
"Crypto",
"CryptoSwift"
],
"product_memberships" : [
"SwiftSnmpKit"
],
"sources" : [
"Enumerations/AsnValue.swift",
"Enumerations/SnmpError.swift",
"Enumerations/SnmpPduType.swift",
"Enumerations/SnmpV3Authentication.swift",
"Enumerations/SnmpVersion.swift",
"Extensions/Data+Extensions.swift",
"Extensions/Int+Extensions.swift",
"Extensions/String+Extensions.swift",
"Extensions/UInt8+Extensions.swift",
"Extensions/VariableBindings+Extensions.swift",
"Networking/SnmpReceiver.swift",
"Networking/SnmpSender.swift",
"Protocols/AsnData-Protocol.swift",
"SnmpOid.swift",
"SnmpPdu.swift",
"SnmpUtils.swift",
"SnmpV2Message.swift",
"SnmpV3Message.swift",
"SnmpVariableBinding.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
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-nio.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/krzyzanowskim/CryptoSwift
[1/12941] Fetching cryptoswift
[1813/26877] Fetching cryptoswift, swift-crypto
[3198/102961] Fetching cryptoswift, swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (4.40s)
Fetched https://github.com/krzyzanowskim/CryptoSwift from cache (4.40s)
Fetched https://github.com/apple/swift-nio.git from cache (4.46s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 2.6.0 (5.01s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift
Computed https://github.com/krzyzanowskim/CryptoSwift at 1.8.4 (1.74s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.36s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/16591] Fetching swift-collections
[665/20982] Fetching swift-collections, swift-system
[2261/22692] Fetching swift-collections, swift-system, swift-atomics
Fetched https://github.com/apple/swift-system.git from cache (0.49s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.51s)
[4480/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.12s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.62s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.60s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.62s)
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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift
Working copy of https://github.com/krzyzanowskim/CryptoSwift resolved at 1.8.4
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 2.6.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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Building for debugging...
[0/437] Write sources
[10/437] Copying PrivacyInfo.xcprivacy
[10/437] Write sources
[12/437] Compiling CNIOWASI CNIOWASI.c
[13/437] Compiling CNIOLinux liburing_shims.c
[14/437] Compiling _AtomicsShims.c
[15/437] Compiling CNIOWindows shim.c
[16/437] Compiling CNIOWindows WSAStartup.c
[17/437] Compiling CNIOLinux shim.c
[18/437] Compiling CNIODarwin shim.c
[19/437] Compiling fiat_curve25519_adx_square.S
[20/437] Compiling fiat_curve25519_adx_mul.S
[21/437] Write swift-version-24593BA9C3E375BF.txt
[22/437] Compiling v3_prn.c
[23/437] Compiling v3_skey.c
[24/437] Compiling v3_pmaps.c
[25/437] Compiling v3_utl.c
[26/437] Compiling CCryptoBoringSSLShims shims.c
[27/437] Compiling v3_purp.c
[28/457] Compiling v3_ocsp.c
[29/457] Compiling v3_pcons.c
[30/558] Compiling v3_ncons.c
[31/558] Compiling v3_lib.c
[32/558] Compiling v3_int.c
[34/558] Emitting module InternalCollectionsUtilities
[34/559] Compiling v3_info.c
[35/559] Compiling v3_ia5.c
[36/559] Compiling v3_genn.c
[37/559] Compiling v3_extku.c
[38/559] Compiling v3_crld.c
[39/559] Compiling v3_enum.c
[40/559] Compiling v3_cpols.c
[41/559] Compiling v3_conf.c
[42/559] Compiling v3_bitst.c
[43/559] Compiling v3_bcons.c
[44/559] Compiling v3_alt.c
[45/559] Compiling v3_akeya.c
[46/559] Compiling x_x509a.c
[47/559] Compiling v3_akey.c
[48/559] Compiling x_x509.c
[49/559] Compiling x_spki.c
[50/559] Compiling x_val.c
[51/559] Compiling c-nioatomics.c
[52/559] Compiling x_sig.c
[53/559] Compiling x_pubkey.c
[54/559] Compiling x_req.c
[56/559] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[57/559] Compiling CryptoSwift AES.Cryptors.swift
[58/559] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[58/559] Compiling x_pkey.c
[60/559] Compiling CryptoSwift Authenticator.swift
[61/559] Compiling CryptoSwift BatchedCollection.swift
[62/559] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[63/559] Compiling _NIODataStructures _TinyArray.swift
[64/559] Compiling _NIOBase64 Base64.swift
[65/559] Emitting module _NIOBase64
[66/559] Compiling _NIODataStructures PriorityQueue.swift
[67/560] Compiling CryptoSwift ASN1Scanner.swift
[68/560] Compiling CryptoSwift Array+Extension.swift
[69/560] Compiling CryptoSwift AES.swift
[70/560] Compiling CryptoSwift ASN1.swift
[71/560] Compiling CryptoSwift AEAD.swift
[72/560] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[73/560] Compiling CryptoSwift ASN1Decoder.swift
[74/560] Compiling CryptoSwift ASN1Encoder.swift
[75/561] Compiling x_info.c
[76/561] Compiling x_name.c
[78/561] Compiling x_exten.c
[79/561] Compiling x_attrib.c
[80/561] Compiling x_crl.c
[81/561] Compiling x_algor.c
[82/576] Compiling x_all.c
[83/576] Compiling x509spki.c
[85/576] Compiling DequeModule _DequeBuffer.swift
[86/576] Compiling DequeModule _DequeBufferHeader.swift
[86/578] Compiling x509rset.c
[87/578] Compiling c-atomics.c
[89/578] Emitting module _NIODataStructures
[90/578] Compiling _NIODataStructures Heap.swift
[90/579] Compiling x509cset.c
[91/579] Compiling x509name.c
[93/579] Compiling x509_vpm.c
[95/579] Compiling DequeModule Deque+CustomReflectable.swift
[96/579] Compiling DequeModule Deque+Descriptions.swift
[97/579] Compiling DequeModule Deque+Extras.swift
[98/579] Compiling DequeModule Deque+Hashable.swift
[98/579] Compiling x509_txt.c
[99/584] Compiling x509_v3.c
[101/585] Compiling DequeModule Deque+Equatable.swift
[102/585] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[102/585] Compiling x509_vfy.c
[103/585] Compiling x509_obj.c
[104/585] Compiling x509_set.c
[106/585] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[106/585] Compiling x509_trs.c
[108/585] Compiling DequeModule _DequeSlot.swift
[109/585] Compiling DequeModule _UnsafeWrappedBuffer.swift
[109/585] Compiling x509_req.c
[111/585] Compiling NIOConcurrencyHelpers lock.swift
[112/585] Compiling NIOConcurrencyHelpers NIOLock.swift
[112/585] Compiling x509_ext.c
[113/585] Compiling x509_def.c
[114/585] Compiling x509_lu.c
[115/585] Compiling x509_d2.c
[117/585] Compiling DequeModule Deque+Testing.swift
[118/585] Compiling DequeModule Deque._Storage.swift
[119/585] Compiling DequeModule Deque._UnsafeHandle.swift
[120/585] Compiling DequeModule Deque.swift
[120/585] Compiling x509_att.c
[122/585] Compiling DequeModule Deque+Codable.swift
[123/585] Compiling DequeModule Deque+Collection.swift
[123/585] Compiling x509.c
[125/585] Emitting module NIOConcurrencyHelpers
[126/585] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[126/585] Compiling x509_cmp.c
[127/585] Compiling t_x509a.c
[128/585] Compiling t_x509.c
[130/585] Emitting module DequeModule
[130/586] Compiling t_req.c
[133/586] Compiling NIOConcurrencyHelpers atomics.swift
[133/586] Compiling t_crl.c
[134/587] Compiling i2d_pr.c
[135/587] Compiling rsa_pss.c
[136/587] Compiling name_print.c
[138/587] Compiling policy.c
[139/587] Compiling by_dir.c
[140/587] Compiling by_file.c
[141/587] Compiling a_verify.c
[142/587] Compiling asn1_gen.c
[143/587] Compiling algorithm.c
[144/587] Compiling a_sign.c
[145/587] Compiling thread_win.c
[146/587] Compiling thread_none.c
[147/587] Compiling thread_pthread.c
[148/587] Compiling thread.c
[149/587] Compiling voprf.c
[150/587] Compiling trust_token.c
[151/587] Compiling a_digest.c
[152/587] Compiling siphash.c
[153/587] Compiling rsa_print.c
[154/587] Compiling rc4.c
[155/587] Compiling refcount.c
[156/587] Compiling stack.c
[157/587] Compiling pmbtoken.c
[158/587] Compiling rsa_asn1.c
[159/587] Compiling rand_extra.c
[160/587] Compiling trusty.c
[160/587] Compiling windows.c
[162/587] Compiling rsa_crypt.c
[163/587] Compiling ios.c
[164/587] Compiling passive.c
[165/587] Compiling getentropy.c
[166/587] Compiling forkunsafe.c
[167/587] Compiling poly1305_arm_asm.S
[168/587] Compiling deterministic.c
[169/587] Compiling poly1305.c
[170/587] Compiling pool.c
[171/587] Compiling poly1305_arm.c
[172/587] Compiling poly1305_vec.c
[174/587] Compiling CryptoSwift IntegerConversion.swift
[175/587] Compiling CryptoSwift Multiplication.swift
[176/587] Compiling CryptoSwift PrimeTest.swift
[177/587] Compiling CryptoSwift Random.swift
[178/587] Compiling CryptoSwift Shifts.swift
[179/587] Compiling CryptoSwift SquareRoot.swift
[180/587] Compiling CryptoSwift Strideable.swift
[181/587] Compiling CryptoSwift StringConversion.swift
[182/587] Compiling CryptoSwift Subtraction.swift
[183/587] Compiling CryptoSwift WordsAndBits.swift
[184/587] Compiling CryptoSwift ChaCha20.swift
[185/587] Compiling CryptoSwift Checksum.swift
[186/587] Compiling CryptoSwift Cipher.swift
[187/587] Compiling CryptoSwift Collection+Extension.swift
[188/587] Compiling CryptoSwift CMAC.swift
[189/587] Compiling CryptoSwift Addition.swift
[190/587] Compiling CryptoSwift BigInt.swift
[191/587] Compiling CryptoSwift BigUInt.swift
[192/587] Compiling CryptoSwift BitwiseOps.swift
[193/587] Compiling CryptoSwift CS.swift
[194/587] Compiling CryptoSwift Codable.swift
[195/587] Compiling CryptoSwift Comparable.swift
[196/587] Compiling CryptoSwift DataConversion.swift
[197/587] Compiling CryptoSwift Division.swift
[198/587] Compiling CryptoSwift Exponentiation.swift
[199/587] Compiling CryptoSwift FloatingPointConversion.swift
[200/587] Compiling CryptoSwift GCD.swift
[201/587] Compiling CryptoSwift Hashable.swift
[201/601] Compiling pkcs7.c
[202/601] Compiling pkcs8_x509.c
[203/601] Compiling pem_xaux.c
[204/601] Compiling p5_pbev2.c
[204/601] Compiling pkcs8.c
[206/601] Compiling pem_x509.c
[206/601] Compiling pkcs7_x509.c
[208/601] Compiling pem_pk8.c
[209/601] Compiling pem_pkey.c
[210/601] Compiling obj_xref.c
[211/601] Compiling pem_info.c
[212/601] Compiling mem.c
[213/601] Compiling lhash.c
[214/601] Compiling pem_lib.c
[215/601] Compiling pem_oth.c
[216/601] Compiling keccak.c
[217/601] Compiling obj.c
[218/601] Compiling poly_rq_mul.S
[219/601] Compiling hpke.c
[220/601] Compiling kyber.c
[221/601] Compiling pem_all.c
[222/601] Compiling x86_64-mont5-mac.mac.x86_64.S
[223/601] Compiling x86_64-mont5-linux.linux.x86_64.S
[224/601] Compiling x86_64-mont-mac.mac.x86_64.S
[225/601] Compiling x86-mont-linux.linux.x86.S
[226/601] Compiling x86-mont-windows.windows.x86.S
[227/601] Compiling x86_64-mont-linux.linux.x86_64.S
[228/601] Compiling hrss.c
[229/601] Compiling vpaes-x86_64-linux.linux.x86_64.S
[229/601] Compiling vpaes-x86-linux.linux.x86.S
[231/601] Compiling vpaes-x86_64-mac.mac.x86_64.S
[232/601] Compiling vpaes-armv8-linux.linux.aarch64.S
[232/601] Compiling vpaes-x86-windows.windows.x86.S
[234/601] Compiling vpaes-armv7-ios.ios.arm.S
[235/601] Compiling vpaes-armv8-ios.ios.aarch64.S
[236/601] Compiling vpaes-armv7-linux.linux.arm.S
[237/601] Compiling sha512-x86_64-linux.linux.x86_64.S
[238/601] Compiling sha512-x86_64-mac.mac.x86_64.S
[239/601] Compiling sha512-armv8-ios.ios.aarch64.S
[240/601] Compiling sha512-armv4-ios.ios.arm.S
[241/601] Compiling sha512-armv4-linux.linux.arm.S
[242/601] Compiling sha512-armv8-linux.linux.aarch64.S
[243/601] Compiling sha512-586-windows.windows.x86.S
[244/601] Compiling kdf.c
[245/601] Compiling sha256-x86_64-mac.mac.x86_64.S
[246/601] Compiling sha256-x86_64-linux.linux.x86_64.S
[246/601] Compiling sha512-586-linux.linux.x86.S
[248/601] Compiling sha256-armv8-ios.ios.aarch64.S
[249/601] Compiling sha256-armv8-linux.linux.aarch64.S
[250/601] Compiling sha256-armv4-linux.linux.arm.S
[251/601] Compiling sha256-armv4-ios.ios.arm.S
[252/601] Compiling sha1-x86_64-mac.mac.x86_64.S
[253/601] Compiling sha256-586-windows.windows.x86.S
[254/601] Compiling sha256-586-linux.linux.x86.S
[255/601] Compiling sha1-x86_64-linux.linux.x86_64.S
[256/601] Compiling sha1-armv8-linux.linux.aarch64.S
[257/601] Compiling sha1-armv8-ios.ios.aarch64.S
[258/601] Compiling sha1-586-linux.linux.x86.S
[259/601] Compiling sha1-armv4-large-linux.linux.arm.S
[259/601] Compiling sha1-armv4-large-ios.ios.arm.S
[261/601] Compiling sha1-586-windows.windows.x86.S
[262/601] Compiling rsaz-avx2-mac.mac.x86_64.S
[263/601] Compiling sha512.c
[264/601] Compiling fips.c
[264/601] Compiling sha256.c
[266/601] Compiling rsaz-avx2-linux.linux.x86_64.S
[267/601] Compiling sha1.c
[268/601] Compiling service_indicator.c
[269/601] Compiling self_check.c
[270/601] Compiling rdrand-x86_64-mac.mac.x86_64.S
[271/601] Compiling rdrand-x86_64-linux.linux.x86_64.S
[272/601] Compiling blinding.c
[273/601] Compiling rsa.c
[273/601] Compiling fork_detect.c
[275/601] Compiling padding.c
[275/601] Compiling urandom.c
[277/601] Compiling ctrdrbg.c
[278/601] Compiling rand.c
[279/601] Compiling rsa_impl.c
[280/601] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[281/601] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[282/601] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[283/601] Compiling p256-armv8-asm-linux.linux.aarch64.S
[284/601] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[285/601] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[286/601] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[287/601] Compiling p256-armv8-asm-ios.ios.aarch64.S
[288/601] Compiling polyval.c
[289/601] Compiling gcm.c
[290/601] Compiling ofb.c
[291/601] Compiling gcm_nohw.c
[292/601] Compiling cbc.c
[293/601] Compiling ctr.c
[294/601] Compiling md5-x86_64-mac.mac.x86_64.S
[295/601] Compiling md5-x86_64-linux.linux.x86_64.S
[295/601] Compiling md5.c
[297/601] Compiling md5-586-linux.linux.x86.S
[298/601] Compiling md5-586-windows.windows.x86.S
[299/601] Compiling cfb.c
[300/601] Compiling ghashv8-armv8-ios.ios.aarch64.S
[301/601] Compiling md4.c
[302/601] Compiling ghashv8-armv7-ios.ios.arm.S
[303/601] Compiling ghashv8-armv8-linux.linux.aarch64.S
[304/601] Compiling hkdf.c
[305/601] Compiling hmac.c
[307/601] Emitting module CryptoSwift
[307/601] Compiling ghashv8-armv7-linux.linux.arm.S
[308/601] Compiling ghash-x86_64-mac.mac.x86_64.S
[309/601] Compiling ghash-x86_64-linux.linux.x86_64.S
[310/601] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[311/601] Compiling ghash-x86-windows.windows.x86.S
[312/601] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[313/601] Compiling ghash-x86-linux.linux.x86.S
[313/601] Compiling ghash-ssse3-x86-windows.windows.x86.S
[315/601] Compiling ghash-ssse3-x86-linux.linux.x86.S
[316/601] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[317/601] Compiling ghash-armv4-linux.linux.arm.S
[318/601] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[318/601] Compiling fips_shared_support.c
[320/601] Compiling ghash-armv4-ios.ios.arm.S
[321/601] Compiling util.c
[322/601] Compiling ecdh.c
[323/601] Compiling scalar.c
[323/601] Compiling simple_mul.c
[325/601] Compiling simple.c
[326/601] Compiling wnaf.c
[327/601] Compiling ecdsa.c
[328/601] Compiling p256-nistz.c
[329/601] Compiling p224-64.c
[330/601] Compiling felem.c
[331/601] Compiling oct.c
[332/601] Compiling ec_montgomery.c
[333/601] Compiling ec_key.c
[334/601] Compiling digestsign.c
[335/601] Compiling digests.c
[335/601] Compiling check.c
[337/601] Compiling digest.c
[338/601] Compiling dh.c
[339/601] Compiling co-586-windows.windows.x86.S
[340/601] Compiling ec.c
[343/601] Compiling CryptoSwift BlockMode.swift
[343/601] Compiling co-586-linux.linux.x86.S
[345/601] Compiling CryptoSwift BlockModeOptions.swift
[346/601] Compiling CryptoSwift CBC.swift
[347/601] Compiling CryptoSwift CCM.swift
[348/601] Compiling CryptoSwift CFB.swift
[349/601] Compiling CryptoSwift CTR.swift
[350/601] Compiling CryptoSwift CipherModeWorker.swift
[351/601] Compiling CryptoSwift ECB.swift
[352/601] Compiling CryptoSwift GCM.swift
[353/601] Compiling CryptoSwift OCB.swift
[354/601] Compiling CryptoSwift OFB.swift
[355/601] Compiling CryptoSwift PCBC.swift
[356/601] Compiling CryptoSwift Blowfish.swift
[357/601] Compiling CryptoSwift CBCMAC.swift
[357/601] Compiling cmac.c
[358/601] Compiling aead.c
[359/601] Compiling cipher.c
[360/601] Compiling e_aesccm.c
[361/601] Compiling e_aes.c
[362/601] Compiling shift.c
[363/601] Compiling random.c
[364/601] Compiling rsaz_exp.c
[365/601] Compiling sqrt.c
[366/601] Compiling bsaes-armv7-linux.linux.arm.S
[366/601] Compiling prime.c
[383/601] Compiling bsaes-armv7-ios.ios.arm.S
[384/601] Compiling mul.c
[385/601] Compiling p256.c
[386/601] Compiling montgomery_inv.c
[387/601] Compiling gcd.c
[388/601] Compiling jacobi.c
[389/601] Compiling montgomery.c
[390/601] Compiling gcd_extra.c
[391/601] Compiling div_extra.c
[392/601] Compiling generic.c
[393/601] Compiling exponentiation.c
[394/601] Compiling ctx.c
[395/601] Compiling x86_64-gcc.c
[396/601] Compiling bytes.c
[397/601] Compiling cmp.c
[398/601] Compiling bn-armv8-linux.linux.aarch64.S
[399/601] Compiling bn.c
[400/601] Compiling div.c
[402/601] Compiling CryptoSwift Signature.swift
[403/601] Compiling CryptoSwift StreamDecryptor.swift
[404/601] Compiling CryptoSwift StreamEncryptor.swift
[405/601] Compiling CryptoSwift String+Extension.swift
[406/601] Compiling CryptoSwift UInt128.swift
[407/601] Compiling CryptoSwift UInt16+Extension.swift
[408/601] Compiling CryptoSwift UInt32+Extension.swift
[409/601] Compiling CryptoSwift UInt64+Extension.swift
[410/601] Compiling CryptoSwift UInt8+Extension.swift
[411/601] Compiling CryptoSwift Updatable.swift
[412/601] Compiling CryptoSwift Utils.swift
[413/601] Compiling CryptoSwift XChaCha20.swift
[414/601] Compiling CryptoSwift ZeroPadding.swift
[415/601] Compiling CryptoSwift resource_bundle_accessor.swift
[415/601] Compiling bn-armv8-ios.ios.aarch64.S
[416/601] Compiling add.c
[417/601] Compiling bn-586-linux.linux.x86.S
[418/601] Compiling bn-586-windows.windows.x86.S
[419/601] Compiling armv8-mont-linux.linux.aarch64.S
[420/601] Compiling armv8-mont-ios.ios.aarch64.S
[421/601] Compiling armv4-mont-linux.linux.arm.S
[422/601] Compiling armv4-mont-ios.ios.arm.S
[423/601] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[424/601] Compiling aesv8-armv8-ios.ios.aarch64.S
[425/601] Compiling aesv8-armv8-linux.linux.aarch64.S
[426/601] Compiling aesv8-armv7-linux.linux.arm.S
[427/601] Compiling aesv8-armv7-ios.ios.arm.S
[428/601] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[429/601] Compiling aesni-x86_64-linux.linux.x86_64.S
[430/601] Compiling aesni-x86_64-mac.mac.x86_64.S
[431/601] Compiling aesni-x86-windows.windows.x86.S
[432/601] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[433/601] Compiling aesni-x86-linux.linux.x86.S
[434/601] Compiling mode_wrappers.c
[434/601] Compiling key_wrap.c
[436/601] Compiling ex_data.c
[437/601] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[438/601] Compiling aes.c
[439/601] Compiling pbkdf.c
[440/601] Compiling scrypt.c
[441/601] Compiling sign.c
[442/601] Compiling aes_nohw.c
[443/601] Compiling p_x25519.c
[444/601] Compiling p_x25519_asn1.c
[445/601] Compiling print.c
[446/601] Compiling p_rsa.c
[447/601] Compiling p_ec_asn1.c
[448/601] Compiling p_rsa_asn1.c
[449/601] Compiling p_ed25519_asn1.c
[450/601] Compiling p_ed25519.c
[451/601] Compiling p_hkdf.c
[452/601] Compiling p_ec.c
[452/601] Compiling err_data.c
[454/601] Compiling p_dsa_asn1.c
[455/601] Compiling evp_asn1.c
[456/601] Compiling evp.c
[457/601] Compiling evp_ctx.c
[458/601] Compiling err.c
[459/601] Compiling engine.c
[460/601] Compiling ec_derive.c
[461/601] Compiling ecdsa_asn1.c
[462/601] Compiling ecdh_extra.c
[463/601] Compiling hash_to_curve.c
[464/601] Compiling dsa_asn1.c
[465/601] Compiling dh_asn1.c
[466/601] Compiling ec_asn1.c
[467/601] Compiling params.c
[468/601] Compiling dsa.c
[469/601] Compiling spake25519.c
[470/601] Compiling curve25519_64_adx.c
[471/601] Compiling x25519-asm-arm.S
[472/601] Compiling digest_extra.c
[473/601] Compiling cpu_intel.c
[474/601] Compiling crypto.c
[475/601] Compiling cpu_arm.c
[476/601] Compiling cpu_arm_freebsd.c
[477/601] Compiling des.c
[478/601] Compiling cpu_arm_linux.c
[479/601] Compiling cpu_aarch64_sysreg.c
[480/601] Compiling cpu_aarch64_win.c
[481/601] Compiling cpu_aarch64_openbsd.c
[482/601] Compiling cpu_aarch64_fuchsia.c
[483/601] Compiling cpu_aarch64_linux.c
[484/601] Compiling cpu_aarch64_apple.c
[485/601] Compiling conf.c
[486/601] Compiling e_tls.c
[487/601] Compiling e_rc4.c
[488/601] Compiling e_null.c
[489/601] Compiling e_rc2.c
[490/601] Compiling tls_cbc.c
[491/601] Compiling e_chacha20poly1305.c
[492/601] Compiling e_des.c
[493/601] Compiling derive_key.c
[494/601] Compiling e_aesgcmsiv.c
[495/601] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[496/601] Compiling cipher_extra.c
[497/601] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[499/601] Compiling CryptoSwift XChaCha20+Foundation.swift
[500/601] Compiling CryptoSwift Generics.swift
[501/601] Compiling CryptoSwift HKDF.swift
[502/601] Compiling CryptoSwift HMAC.swift
[503/601] Compiling CryptoSwift ISO10126Padding.swift
[504/601] Compiling CryptoSwift ISO78164Padding.swift
[505/601] Compiling CryptoSwift Int+Extension.swift
[506/601] Compiling CryptoSwift MD5.swift
[507/601] Compiling CryptoSwift NoPadding.swift
[508/601] Compiling CryptoSwift Operators.swift
[509/601] Compiling CryptoSwift DER.swift
[510/601] Compiling CryptoSwift PBKDF1.swift
[511/601] Compiling CryptoSwift PBKDF2.swift
[512/601] Compiling CryptoSwift PKCS1v15.swift
[513/601] Compiling CryptoSwift CompactMap.swift
[514/601] Compiling CryptoSwift Cryptor.swift
[515/601] Compiling CryptoSwift Cryptors.swift
[516/601] Compiling CryptoSwift Digest.swift
[517/601] Compiling CryptoSwift DigestType.swift
[518/601] Compiling CryptoSwift AES+Foundation.swift
[519/601] Compiling CryptoSwift Array+Foundation.swift
[520/601] Compiling CryptoSwift Blowfish+Foundation.swift
[521/601] Compiling CryptoSwift ChaCha20+Foundation.swift
[522/601] Compiling CryptoSwift Data+Extension.swift
[523/601] Compiling CryptoSwift HMAC+Foundation.swift
[524/601] Compiling CryptoSwift Rabbit+Foundation.swift
[525/601] Compiling CryptoSwift String+FoundationExtension.swift
[526/601] Compiling CryptoSwift Utils+Foundation.swift
[527/601] Compiling CryptoSwift PKCS5.swift
[528/601] Compiling CryptoSwift PKCS7.swift
[529/601] Compiling CryptoSwift PKCS7Padding.swift
[530/601] Compiling CryptoSwift Padding.swift
[531/601] Compiling CryptoSwift Poly1305.swift
[532/601] Compiling CryptoSwift RSA+Cipher.swift
[533/601] Compiling CryptoSwift RSA+Signature.swift
[534/601] Compiling CryptoSwift RSA.swift
[535/601] Compiling CryptoSwift Rabbit.swift
[536/601] Compiling CryptoSwift SHA1.swift
[537/601] Compiling CryptoSwift SHA2.swift
[538/601] Compiling CryptoSwift SHA3.swift
[539/601] Compiling CryptoSwift Scrypt.swift
[540/601] Compiling CryptoSwift SecureBytes.swift
[540/601] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[541/601] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[542/601] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[543/601] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[544/601] Compiling e_aesctrhmac.c
[545/601] Compiling chacha.c
[546/601] Compiling chacha-x86_64-mac.mac.x86_64.S
[547/602] Compiling chacha-x86_64-linux.linux.x86_64.S
[548/602] Compiling chacha-x86-windows.windows.x86.S
[549/602] Compiling chacha-armv8-linux.linux.aarch64.S
[550/602] Compiling chacha-x86-linux.linux.x86.S
[551/602] Compiling curve25519.c
[552/602] Compiling chacha-armv8-ios.ios.aarch64.S
[553/602] Compiling chacha-armv4-ios.ios.arm.S
[554/602] Compiling chacha-armv4-linux.linux.arm.S
[555/602] Compiling unicode.c
[556/602] Compiling asn1_compat.c
[558/602] Compiling ber.c
[559/602] Compiling bn_asn1.c
[560/602] Compiling convert.c
[561/602] Compiling buf.c
[562/602] Compiling cbb.c
[563/602] Compiling blake2.c
[564/602] Compiling printf.c
[565/602] Compiling hexdump.c
[566/602] Compiling pair.c
[567/602] Compiling errno.c
[567/602] Compiling cbs.c
[569/602] Compiling fd.c
[569/602] Compiling bio_mem.c
[571/602] Compiling file.c
[572/602] Compiling base64.c
[573/602] Compiling tasn_new.c
[574/602] Compiling tasn_fre.c
[575/602] Compiling bio.c
[576/602] Compiling posix_time.c
[577/602] Compiling f_string.c
[578/602] Compiling tasn_typ.c
[579/602] Compiling tasn_utl.c
[580/602] Compiling tasn_enc.c
[581/602] Compiling f_int.c
[582/602] Compiling asn1_lib.c
[583/602] Compiling tasn_dec.c
[584/602] Compiling asn_pack.c
[585/602] Compiling a_utctm.c
[586/602] Compiling a_type.c
[587/602] Compiling a_time.c
[588/602] Compiling asn1_par.c
[589/602] Compiling a_mbstr.c
[590/602] Compiling a_strex.c
[591/602] Compiling a_i2d_fp.c
[592/602] Compiling a_object.c
[593/602] Compiling a_dup.c
[594/602] Write sources
[595/602] Compiling a_gentm.c
[596/602] Compiling a_octet.c
[597/602] Compiling a_d2i_fp.c
[598/602] Compiling a_bool.c
[599/602] Compiling a_strnid.c
[600/602] Compiling a_int.c
[601/602] Compiling a_bitstr.c
[603/624] Compiling Atomics AtomicMemoryOrderings.swift
[604/624] Compiling Atomics DoubleWord.swift
[605/626] Compiling Atomics UnsafeAtomic.swift
[606/626] Compiling Atomics UnsafeAtomicLazyReference.swift
[607/626] Compiling Atomics ManagedAtomic.swift
[608/626] Compiling Atomics ManagedAtomicLazyReference.swift
[609/626] Emitting module CryptoBoringWrapper
[610/626] Compiling Atomics AtomicReference.swift
[611/626] Compiling Atomics AtomicStorage.swift
[612/626] Compiling Atomics AtomicValue.swift
[613/626] Compiling Atomics Primitives.shims.swift
[614/626] Compiling Atomics AtomicInteger.swift
[615/626] Compiling Atomics AtomicOptionalWrappable.swift
[616/626] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[617/626] Compiling Atomics IntegerOperations.swift
[618/626] Compiling Atomics Unmanaged extensions.swift
[619/626] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[621/687] Emitting module Atomics
[622/687] Compiling Crypto AES-GCM.swift
[623/687] Compiling Crypto AES-GCM_boring.swift
[624/687] Compiling Crypto ChaChaPoly_boring.swift
[625/687] Compiling Crypto ASN1BitString.swift
[626/687] Compiling Crypto ECDSASignature.swift
[627/687] Compiling Crypto PEMDocument.swift
[629/748] Compiling NIOCore MulticastChannel.swift
[630/748] Compiling NIOCore NIOAny.swift
[631/748] Compiling NIOCore NIOCloseOnErrorHandler.swift
[632/748] Compiling NIOCore NIOLoopBound.swift
[633/748] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[634/748] Compiling NIOCore NIOScheduledCallback.swift
[635/748] Compiling NIOCore NIOSendable.swift
[636/748] Compiling NIOCore RecvByteBufferAllocator.swift
[637/756] Compiling NIOCore CircularBuffer.swift
[638/756] Compiling NIOCore Codec.swift
[639/756] Compiling NIOCore ConvenienceOptionSupport.swift
[640/756] Compiling NIOCore DeadChannel.swift
[641/756] Compiling NIOCore DispatchQueue+WithFuture.swift
[642/756] Compiling NIOCore EventLoop+Deprecated.swift
[643/756] Compiling NIOCore EventLoop+SerialExecutor.swift
[644/756] Compiling NIOCore EventLoop.swift
[645/756] Emitting module Crypto
[654/764] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[655/764] Compiling NIOCore EventLoopFuture+Deprecated.swift
[656/764] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[657/764] Compiling NIOCore EventLoopFuture.swift
[658/764] Compiling NIOCore FileDescriptor.swift
[659/764] Compiling NIOCore FileHandle.swift
[660/764] Compiling NIOCore FileRegion.swift
[661/764] Compiling NIOCore GlobalSingletons.swift
[662/764] Compiling NIOCore ByteBuffer-multi-int.swift
[663/764] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[664/764] Compiling NIOCore ByteBuffer-views.swift
[665/764] Compiling NIOCore Channel.swift
[666/764] Compiling NIOCore ChannelHandler.swift
[667/764] Compiling NIOCore ChannelHandlers.swift
[668/764] Compiling NIOCore ChannelInvoker.swift
[669/764] Compiling NIOCore ChannelOption.swift
[670/764] Compiling NIOCore ChannelPipeline.swift
[671/764] Compiling NIOCore IO.swift
[672/764] Compiling NIOCore IOData.swift
[673/764] Compiling NIOCore IPProtocol.swift
[674/764] Compiling NIOCore IntegerBitPacking.swift
[675/764] Compiling NIOCore IntegerTypes.swift
[676/764] Compiling NIOCore Interfaces.swift
[677/764] Compiling NIOCore Linux.swift
[678/764] Compiling NIOCore MarkedCircularBuffer.swift
[687/764] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[688/764] Compiling NIOCore SocketAddresses.swift
[689/764] Compiling NIOCore SocketOptionProvider.swift
[690/764] Compiling NIOCore SystemCallHelpers.swift
[691/764] Compiling NIOCore TimeAmount+Duration.swift
[692/764] Compiling NIOCore TypeAssistedChannelHandler.swift
[693/764] Compiling NIOCore UniversalBootstrapSupport.swift
[694/764] Compiling NIOCore Utilities.swift
[695/764] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[696/764] Compiling NIOCore BSDSocketAPI.swift
[697/764] Compiling NIOCore ByteBuffer-aux.swift
[698/764] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[699/764] Compiling NIOCore ByteBuffer-conversions.swift
[700/764] Compiling NIOCore ByteBuffer-core.swift
[701/764] Compiling NIOCore ByteBuffer-hex.swift
[702/764] Compiling NIOCore ByteBuffer-int.swift
[703/764] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[704/764] Compiling NIOCore AddressedEnvelope.swift
[705/764] Compiling NIOCore AsyncAwaitSupport.swift
[706/764] Compiling NIOCore AsyncChannel.swift
[707/764] Compiling NIOCore AsyncChannelHandler.swift
[708/764] Compiling NIOCore AsyncChannelInboundStream.swift
[709/764] Compiling NIOCore AsyncChannelOutboundWriter.swift
[710/764] Compiling NIOCore NIOAsyncSequenceProducer.swift
[711/764] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[712/764] Compiling NIOCore NIOAsyncWriter.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:
[765/765] 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
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/49] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[3/49] Compiling Atomics UnsafeAtomic.swift
[4/49] Compiling Atomics UnsafeAtomicLazyReference.swift
[5/93] Compiling CryptoSwift ASN1Decoder.swift
[6/93] Compiling CryptoSwift ASN1Encoder.swift
[7/129] Compiling NIOConcurrencyHelpers lock.swift
[8/140] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[9/140] Compiling CryptoSwift AES.Cryptors.swift
[10/153] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[11/153] Compiling CryptoSwift Authenticator.swift
[12/153] Compiling CryptoSwift BatchedCollection.swift
[13/153] Compiling CryptoSwift Bit.swift
[14/153] Compiling CryptoSwift BlockCipher.swift
[15/153] Compiling CryptoSwift AEAD.swift
[16/153] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[17/153] Compiling NIOConcurrencyHelpers NIOLock.swift
[18/153] Compiling CryptoSwift ASN1Scanner.swift
[19/153] Compiling CryptoSwift Array+Extension.swift
[20/153] Compiling CryptoSwift AES.swift
[21/153] Compiling CryptoSwift ASN1.swift
[22/153] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[23/153] Compiling CryptoSwift BlockDecryptor.swift
[24/153] Compiling CryptoSwift BlockEncryptor.swift
[31/153] Emitting module CryptoBoringWrapper
[32/153] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[34/154] Compiling CryptoSwift CBC.swift
[35/154] Compiling CryptoSwift CCM.swift
[36/154] Emitting module _NIOBase64
[37/154] Compiling _NIOBase64 Base64.swift
[38/154] Compiling _NIODataStructures PriorityQueue.swift
[39/155] Emitting module _NIODataStructures
[40/155] Compiling _NIODataStructures Heap.swift
[41/155] Compiling _NIODataStructures _TinyArray.swift
[42/156] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[43/156] Emitting module NIOConcurrencyHelpers
[46/216] Emitting module InternalCollectionsUtilities
[47/217] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[48/217] Compiling NIOConcurrencyHelpers atomics.swift
[51/218] Emitting module Atomics
[52/218] Compiling Crypto ASN1Boolean.swift
[53/218] Compiling Crypto ASN1Identifier.swift
[54/218] Compiling Crypto ASN1Integer.swift
[55/218] Compiling Crypto AES-GCM.swift
[56/218] Compiling Crypto AES-GCM_boring.swift
[57/218] Compiling Crypto ChaChaPoly_boring.swift
[59/219] Compiling Crypto Ed25519.swift
[60/219] Compiling Crypto NISTCurvesKeys.swift
[61/219] Compiling Crypto X25519Keys.swift
[62/219] Compiling Crypto SymmetricKeys.swift
[63/219] Compiling Crypto HMAC.swift
[64/219] Compiling Crypto MACFunctions.swift
[65/219] Compiling Crypto MessageAuthenticationCode.swift
[66/219] Compiling Crypto AES.swift
[67/219] Compiling Crypto ECDSASignature_boring.swift
[68/219] Compiling Crypto ECDSA_boring.swift
[69/219] Compiling Crypto EdDSA_boring.swift
[70/219] Compiling Crypto ECDSA.swift
[71/219] Compiling Crypto EdDSA.swift
[72/219] Compiling Crypto Signature.swift
[73/219] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[74/219] Compiling Crypto CryptoKitErrors_boring.swift
[75/227] Compiling Crypto AESWrap.swift
[76/227] Compiling Crypto AESWrap_boring.swift
[77/227] Compiling Crypto Ed25519_boring.swift
[78/227] Compiling Crypto EllipticCurvePoint_boring.swift
[79/227] Compiling Crypto EllipticCurve_boring.swift
[80/227] Compiling Crypto NISTCurvesKeys_boring.swift
[81/227] Compiling Crypto X25519Keys_boring.swift
[82/227] Compiling Crypto Curve25519.swift
[83/227] Compiling Crypto HashFunctions.swift
[84/227] Compiling Crypto HashFunctions_SHA2.swift
[85/227] Compiling Crypto Insecure.swift
[86/227] Compiling Crypto Insecure_HashFunctions.swift
[87/227] Compiling Crypto ECDH_boring.swift
[88/227] Compiling Crypto DH.swift
[89/227] Compiling Crypto ECDH.swift
[90/227] Compiling Crypto HKDF.swift
[91/227] Emitting module Crypto
[92/227] Compiling Crypto ECDSASignature.swift
[93/227] Compiling Crypto PEMDocument.swift
[94/227] Compiling Crypto PKCS8PrivateKey.swift
[95/227] Compiling Crypto SEC1PrivateKey.swift
[96/227] Compiling Crypto SubjectPublicKeyInfo.swift
[97/227] Compiling Crypto CryptoKitErrors.swift
[98/227] Compiling Crypto Digest_boring.swift
[99/227] Compiling Crypto Digest.swift
[100/227] Compiling Crypto Digests.swift
[104/227] Compiling Crypto ASN1Null.swift
[105/227] Compiling Crypto ASN1OctetString.swift
[106/227] Compiling Crypto ASN1Strings.swift
[107/227] Compiling Crypto ArraySliceBigint.swift
[108/227] Compiling Crypto GeneralizedTime.swift
[109/227] Compiling Crypto ObjectIdentifier.swift
[113/227] Compiling Crypto ChaChaPoly.swift
[114/227] Compiling Crypto Cipher.swift
[115/227] Compiling Crypto Nonces.swift
[116/227] Compiling Crypto ASN1.swift
[117/227] Compiling Crypto ASN1Any.swift
[118/227] Compiling Crypto ASN1BitString.swift
[119/242] Compiling DequeModule Deque+CustomReflectable.swift
[120/242] Compiling DequeModule Deque+Descriptions.swift
[121/244] Compiling DequeModule _DequeBuffer.swift
[122/244] Compiling DequeModule _DequeBufferHeader.swift
[123/244] Emitting module CryptoSwift
[124/253] Compiling DequeModule Deque+Extras.swift
[125/253] Compiling DequeModule Deque+Hashable.swift
[154/258] Compiling DequeModule Deque+Equatable.swift
[155/258] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[156/258] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[157/258] Compiling Crypto RNG_boring.swift
[158/258] Compiling Crypto SafeCompare_boring.swift
[159/258] Compiling Crypto Zeroization_boring.swift
[160/258] Compiling Crypto PrettyBytes.swift
[161/258] Compiling Crypto SafeCompare.swift
[162/258] Compiling Crypto SecureBytes.swift
[163/258] Compiling Crypto Zeroization.swift
[165/259] Compiling DequeModule _DequeSlot.swift
[166/259] Compiling DequeModule _UnsafeWrappedBuffer.swift
[167/259] Compiling DequeModule Deque+Testing.swift
[168/259] Compiling DequeModule Deque._Storage.swift
[169/259] Compiling DequeModule Deque._UnsafeHandle.swift
[170/259] Compiling DequeModule Deque.swift
[186/259] Compiling DequeModule Deque+Codable.swift
[187/259] Compiling DequeModule Deque+Collection.swift
[188/259] Emitting module DequeModule
[205/292] Compiling CryptoSwift Signature.swift
[206/292] Compiling CryptoSwift StreamDecryptor.swift
[207/292] Compiling CryptoSwift StreamEncryptor.swift
[208/292] Compiling CryptoSwift String+Extension.swift
[209/292] Compiling CryptoSwift UInt128.swift
[210/292] Compiling CryptoSwift UInt16+Extension.swift
[211/292] Compiling CryptoSwift UInt32+Extension.swift
[212/292] Compiling CryptoSwift UInt64+Extension.swift
[213/292] Compiling CryptoSwift UInt8+Extension.swift
[214/292] Compiling CryptoSwift Updatable.swift
[215/292] Compiling CryptoSwift Utils.swift
[216/292] Compiling CryptoSwift XChaCha20.swift
[217/292] Compiling CryptoSwift ZeroPadding.swift
[218/292] Compiling CryptoSwift resource_bundle_accessor.swift
[219/320] Compiling CryptoSwift XChaCha20+Foundation.swift
[220/320] Compiling CryptoSwift Generics.swift
[221/320] Compiling CryptoSwift HKDF.swift
[222/320] Compiling CryptoSwift HMAC.swift
[223/320] Compiling CryptoSwift ISO10126Padding.swift
[224/320] Compiling CryptoSwift ISO78164Padding.swift
[225/320] Compiling CryptoSwift Int+Extension.swift
[226/320] Compiling CryptoSwift MD5.swift
[227/320] Compiling CryptoSwift NoPadding.swift
[228/320] Compiling CryptoSwift Operators.swift
[229/320] Compiling CryptoSwift DER.swift
[230/320] Compiling CryptoSwift PBKDF1.swift
[231/320] Compiling CryptoSwift PBKDF2.swift
[232/320] Compiling CryptoSwift PKCS1v15.swift
[233/320] Compiling CryptoSwift PKCS5.swift
[234/320] Compiling CryptoSwift PKCS7.swift
[235/320] Compiling CryptoSwift PKCS7Padding.swift
[236/320] Compiling CryptoSwift Padding.swift
[237/320] Compiling CryptoSwift Poly1305.swift
[238/320] Compiling CryptoSwift RSA+Cipher.swift
[239/320] Compiling CryptoSwift RSA+Signature.swift
[240/320] Compiling CryptoSwift RSA.swift
[241/320] Compiling CryptoSwift Rabbit.swift
[242/320] Compiling CryptoSwift SHA1.swift
[243/320] Compiling CryptoSwift SHA2.swift
[244/320] Compiling CryptoSwift SHA3.swift
[245/320] Compiling CryptoSwift Scrypt.swift
[246/320] Compiling CryptoSwift SecureBytes.swift
[247/320] Compiling NIOCore RecvByteBufferAllocator.swift
[256/320] Compiling CryptoSwift Data+Extension.swift
[257/320] Compiling CryptoSwift HMAC+Foundation.swift
[258/320] Compiling CryptoSwift Rabbit+Foundation.swift
[259/320] Compiling CryptoSwift String+FoundationExtension.swift
[260/320] Compiling CryptoSwift Utils+Foundation.swift
[262/321] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[263/321] Compiling NIOCore EventLoopFuture+Deprecated.swift
[264/321] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[265/321] Compiling NIOCore EventLoopFuture.swift
[266/321] Compiling NIOCore FileDescriptor.swift
[267/321] Compiling NIOCore FileHandle.swift
[268/321] Compiling NIOCore FileRegion.swift
[269/321] Compiling NIOCore GlobalSingletons.swift
[270/321] Compiling NIOCore MulticastChannel.swift
[271/321] Compiling NIOCore NIOAny.swift
[272/321] Compiling NIOCore NIOCloseOnErrorHandler.swift
[273/321] Compiling NIOCore NIOLoopBound.swift
[274/321] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[275/321] Compiling NIOCore NIOScheduledCallback.swift
[276/321] Compiling NIOCore NIOSendable.swift
[278/329] Compiling NIOCore IO.swift
[279/329] Compiling NIOCore IOData.swift
[280/329] Compiling NIOCore IPProtocol.swift
[281/329] Compiling NIOCore IntegerBitPacking.swift
[282/329] Compiling NIOCore IntegerTypes.swift
[283/329] Compiling NIOCore Interfaces.swift
[284/329] Compiling NIOCore Linux.swift
[285/329] Compiling NIOCore MarkedCircularBuffer.swift
[286/329] Compiling NIOCore CircularBuffer.swift
[287/329] Compiling NIOCore Codec.swift
[288/329] Compiling NIOCore ConvenienceOptionSupport.swift
[289/329] Compiling NIOCore DeadChannel.swift
[290/329] Compiling NIOCore DispatchQueue+WithFuture.swift
[291/329] Compiling NIOCore EventLoop+Deprecated.swift
[292/329] Compiling NIOCore EventLoop+SerialExecutor.swift
[293/329] Compiling NIOCore EventLoop.swift
[294/329] Compiling NIOCore ByteBuffer-multi-int.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 | case let .illegalMulticastAddress(address):
460 | "Illegal multicast address \(address)"
461 | case let .multicastNotSupported(interface):
| `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 | "Multicast not supported on interface \(interface)"
463 | case .inappropriateOperationForState:
[295/329] 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:
[296/329] 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:
[297/329] 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:
[298/329] 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:
[299/329] 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:
[300/329] 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:
[301/329] 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:
[302/329] 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:
[303/329] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[304/329] Compiling NIOCore BSDSocketAPI.swift
[305/329] Compiling NIOCore ByteBuffer-aux.swift
[306/329] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[307/329] Compiling NIOCore ByteBuffer-conversions.swift
[308/329] Compiling NIOCore ByteBuffer-core.swift
[309/329] Compiling NIOCore ByteBuffer-hex.swift
[310/329] Compiling NIOCore ByteBuffer-int.swift
[311/329] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[312/329] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[313/329] Compiling NIOCore SocketAddresses.swift
[314/329] Compiling NIOCore SocketOptionProvider.swift
[315/329] Compiling NIOCore SystemCallHelpers.swift
[316/329] Compiling NIOCore TimeAmount+Duration.swift
[317/329] Compiling NIOCore TypeAssistedChannelHandler.swift
[318/329] Compiling NIOCore UniversalBootstrapSupport.swift
[319/329] Compiling NIOCore Utilities.swift
[320/329] Emitting module NIOCore
[321/329] Compiling NIOCore AddressedEnvelope.swift
[322/329] Compiling NIOCore AsyncAwaitSupport.swift
[323/329] Compiling NIOCore AsyncChannel.swift
[324/329] Compiling NIOCore AsyncChannelHandler.swift
[325/329] Compiling NIOCore AsyncChannelInboundStream.swift
[326/329] Compiling NIOCore AsyncChannelOutboundWriter.swift
[327/329] Compiling NIOCore NIOAsyncSequenceProducer.swift
[328/329] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[329/329] Compiling NIOCore NIOAsyncWriter.swift
BUILD FAILURE 6.1 wasm