The Swift Package Index logo.Swift Package Index

Build Information

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