The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build ErrorKit, reference 1.2.1 (94d087), with Swift 6.1 for Wasm on 4 Jun 2025 11:57:06 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/FlineDev/ErrorKit.git
Reference: 1.2.1
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/FlineDev/ErrorKit
 * tag               1.2.1      -> FETCH_HEAD
HEAD is now at 94d0876 Add convenience overloads for Logger & correct doc sample code
Cloned https://github.com/FlineDev/ErrorKit.git
Revision (git rev-parse @):
94d08765d65a7fc7b64730b0a9920ce4246d9fa0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/FlineDev/ErrorKit.git at 1.2.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/FlineDev/ErrorKit.git
https://github.com/FlineDev/ErrorKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.11.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    }
  ],
  "manifest_display_name" : "ErrorKit",
  "name" : "ErrorKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "ErrorKit",
      "targets" : [
        "ErrorKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ErrorKitTests",
      "module_type" : "SwiftTarget",
      "name" : "ErrorKitTests",
      "path" : "Tests/ErrorKitTests",
      "sources" : [
        "ErrorKitTests.swift",
        "ThrowableTests.swift"
      ],
      "target_dependencies" : [
        "ErrorKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ErrorKit",
      "module_type" : "SwiftTarget",
      "name" : "ErrorKit",
      "path" : "Sources/ErrorKit",
      "product_dependencies" : [
        "Crypto"
      ],
      "product_memberships" : [
        "ErrorKit"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/ErrorKit/Resources/Localizable.xcstrings",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/ErrorKit/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "BuiltInErrors/DatabaseError.swift",
        "BuiltInErrors/FileError.swift",
        "BuiltInErrors/GenericError.swift",
        "BuiltInErrors/NetworkError.swift",
        "BuiltInErrors/OperationError.swift",
        "BuiltInErrors/ParsingError.swift",
        "BuiltInErrors/PermissionError.swift",
        "BuiltInErrors/StateError.swift",
        "BuiltInErrors/ValidationError.swift",
        "Catching.swift",
        "ErrorKit.swift",
        "ErrorMapper.swift",
        "ErrorMappers/CoreDataErrorMapper.swift",
        "ErrorMappers/FoundationErrorMapper.swift",
        "ErrorMappers/MapKitErrorMapper.swift",
        "Helpers/Logger+ErrorKit.swift",
        "Helpers/String+ErrorKit.swift",
        "Logging/ErrorKit+OSLog.swift",
        "Logging/MailAttachment.swift",
        "Logging/MailComposerModifier.swift",
        "Logging/MailComposerView.swift",
        "Throwable.swift",
        "TypedOverloads/FileManager+ErrorKit.swift",
        "TypedOverloads/URLSession+ErrorKit.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-crypto.git
[1/14660] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.58s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (4.45s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.29s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.82s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Building for debugging...
[0/367] Write sources
[0/367] Copying Info.plist
[0/367] Copying PrivacyInfo.xcprivacy
[0/367] Write sources
[4/367] Copying Localizable.xcstrings
[4/367] Write sources
[6/367] Compiling fiat_p256_adx_mul.S
[7/367] Compiling fiat_curve25519_adx_square.S
[8/367] Compiling fiat_p256_adx_sqr.S
[9/367] Compiling fiat_curve25519_adx_mul.S
[10/367] Compiling md5-x86_64-linux.S
[11/367] Compiling md5-x86_64-apple.S
[12/367] Compiling md5-586-linux.S
[13/367] Compiling chacha20_poly1305_x86_64-linux.S
[14/367] Compiling md5-586-apple.S
[15/367] Compiling chacha20_poly1305_x86_64-apple.S
[16/367] Compiling CCryptoBoringSSLShims shims.c
[17/367] Compiling chacha20_poly1305_armv8-win.S
[18/367] Compiling chacha20_poly1305_armv8-linux.S
[19/367] Compiling chacha20_poly1305_armv8-apple.S
[20/367] Compiling chacha-x86_64-linux.S
[21/367] Compiling chacha-x86_64-apple.S
[22/367] Compiling chacha-x86-linux.S
[23/367] Compiling chacha-x86-apple.S
[24/367] Compiling chacha-armv8-win.S
[25/367] Compiling chacha-armv8-linux.S
[26/367] Compiling base64.cc
[27/367] Compiling a_strex.cc
[28/367] Write swift-version-24593BA9C3E375BF.txt
[29/367] Compiling a_strnid.cc
[30/367] Compiling err_data.cc
[31/367] Compiling chacha-armv8-apple.S
[32/367] Compiling chacha-armv4-linux.S
[33/367] Compiling aes128gcmsiv-x86_64-linux.S
[34/367] Compiling x86_64-mont5-apple.S
[35/367] Compiling x86_64-mont-apple.S
[36/367] Compiling x86_64-mont-linux.S
[37/367] Compiling aes128gcmsiv-x86_64-apple.S
[38/367] Compiling x86_64-mont5-linux.S
[39/367] Compiling x86-mont-linux.S
[40/367] Compiling vpaes-x86_64-linux.S
[41/367] Compiling x86-mont-apple.S
[42/367] Compiling vpaes-x86_64-apple.S
[43/367] Compiling vpaes-armv8-win.S
[44/367] Compiling vpaes-x86-apple.S
[45/367] Compiling vpaes-x86-linux.S
[46/367] Compiling vpaes-armv8-linux.S
[47/367] Compiling sha512-armv8-win.S
[47/367] Compiling vpaes-armv7-linux.S
[49/367] Compiling sha512-x86_64-linux.S
[49/367] Compiling vpaes-armv8-apple.S
[49/367] Compiling sha512-x86_64-apple.S
[52/367] Compiling sha512-armv8-linux.S
[52/367] Compiling sha512-armv8-apple.S
[54/367] Compiling sha512-armv4-linux.S
[55/367] Compiling sha256-x86_64-linux.S
[55/367] Compiling sha512-586-apple.S
[57/367] Compiling sha256-x86_64-apple.S
[58/367] Compiling sha256-armv8-apple.S
[59/367] Compiling sha512-586-linux.S
[60/367] Compiling sha256-armv8-win.S
[61/367] Compiling sha256-armv8-linux.S
[62/367] Compiling sha256-armv4-linux.S
[63/367] Compiling sha1-x86_64-linux.S
[64/367] Compiling sha1-x86_64-apple.S
[65/367] Compiling sha256-586-linux.S
[66/367] Compiling sha256-586-apple.S
[67/367] Compiling sha1-armv8-apple.S
[68/367] Compiling sha1-armv8-linux.S
[69/367] Compiling sha1-armv4-large-linux.S
[70/367] Compiling sha1-armv8-win.S
[71/367] Compiling sha1-586-apple.S
[72/367] Compiling sha1-586-linux.S
[73/367] Compiling rsaz-avx2-linux.S
[74/367] Compiling rsaz-avx2-apple.S
[75/367] Compiling p256_beeu-x86_64-asm-linux.S
[75/367] Compiling p256_beeu-x86_64-asm-apple.S
[77/367] Compiling rdrand-x86_64-linux.S
[78/367] Compiling rdrand-x86_64-apple.S
[78/367] Compiling p256_beeu-armv8-asm-win.S
[80/367] Compiling p256_beeu-armv8-asm-linux.S
[81/367] Compiling p256_beeu-armv8-asm-apple.S
[82/367] Compiling p256-x86_64-asm-linux.S
[83/367] Compiling p256-x86_64-asm-apple.S
[84/367] Compiling p256-armv8-asm-linux.S
[85/367] Compiling p256-armv8-asm-win.S
[86/367] Compiling p256-armv8-asm-apple.S
[87/367] Compiling ghashv8-armv8-win.S
[88/367] Compiling ghashv8-armv8-apple.S
[89/367] Compiling ghash-x86_64-linux.S
[90/367] Compiling ghashv8-armv7-linux.S
[91/367] Compiling ghashv8-armv8-linux.S
[92/367] Compiling ghash-x86-apple.S
[93/367] Compiling ghash-x86_64-apple.S
[94/367] Compiling ghash-ssse3-x86_64-linux.S
[95/367] Compiling ghash-x86-linux.S
[96/367] Compiling ghash-ssse3-x86_64-apple.S
[97/367] Compiling ghash-ssse3-x86-apple.S
[98/367] Compiling ghash-ssse3-x86-linux.S
[99/367] Compiling ghash-neon-armv8-win.S
[100/367] Compiling ghash-neon-armv8-linux.S
[101/367] Compiling ghash-neon-armv8-apple.S
[102/367] Compiling ghash-armv4-linux.S
[103/367] Compiling co-586-apple.S
[104/367] Compiling bsaes-armv7-linux.S
[105/367] Compiling bn-armv8-win.S
[105/367] Compiling bn-armv8-linux.S
[105/367] Compiling co-586-linux.S
[108/367] Compiling bn-586-linux.S
[109/367] Compiling bn-armv8-apple.S
[110/367] Compiling armv8-mont-win.S
[111/367] Compiling bn-586-apple.S
[112/367] Compiling armv8-mont-apple.S
[113/367] Compiling armv4-mont-linux.S
[114/367] Compiling aesv8-gcm-armv8-win.S
[115/367] Compiling aesv8-gcm-armv8-linux.S
[116/367] Compiling armv8-mont-linux.S
[117/367] Compiling aesv8-gcm-armv8-apple.S
[118/367] Compiling aesv8-armv8-win.S
[119/367] Compiling aesv8-armv8-linux.S
[120/367] Compiling aesv8-armv7-linux.S
[121/367] Compiling aesv8-armv8-apple.S
[122/367] Compiling aesni-x86_64-apple.S
[123/367] Compiling aesni-x86_64-linux.S
[124/367] Compiling aesni-x86-linux.S
[125/367] Compiling aesni-x86-apple.S
[126/367] Compiling aesni-gcm-x86_64-apple.S
[127/367] Compiling aesni-gcm-x86_64-linux.S
[128/367] Compiling aes-gcm-avx10-x86_64-linux.S
[129/367] Compiling aes-gcm-avx10-x86_64-apple.S
[130/367] Compiling x_spki.cc
[131/367] Compiling x_sig.cc
[132/367] Compiling x_x509a.cc
[133/367] Compiling x_req.cc
[134/367] Compiling x_name.cc
[135/367] Compiling x_pubkey.cc
[136/367] Compiling x_x509.cc
[137/367] Compiling x_val.cc
[138/367] Compiling x_exten.cc
[139/367] Compiling x_crl.cc
[139/367] Compiling x509spki.cc
[141/367] Compiling x_all.cc
[142/367] Compiling x_attrib.cc
[143/367] Compiling x509name.cc
[144/367] Compiling x_algor.cc
[145/367] Compiling x509rset.cc
[146/367] Compiling x509_v3.cc
[147/367] Compiling x509_vpm.cc
[148/367] Compiling x509_txt.cc
[149/367] Compiling x509cset.cc
[150/367] Compiling x509_vfy.cc
[151/367] Compiling x509_trs.cc
[152/367] Compiling x509_set.cc
[153/367] Compiling x509_req.cc
[154/367] Compiling x509_obj.cc
[155/367] Compiling x509_d2.cc
[156/367] Compiling x509_def.cc
[157/367] Compiling x509_lu.cc
[158/367] Compiling x509_cmp.cc
[159/367] Compiling x509_ext.cc
[160/367] Compiling x509_att.cc
[161/367] Compiling x509.cc
[162/367] Compiling v3_purp.cc
[163/367] Compiling v3_skey.cc
[164/367] Compiling v3_pmaps.cc
[165/367] Compiling v3_utl.cc
[166/367] Compiling v3_pcons.cc
[167/367] Compiling v3_ocsp.cc
[168/367] Compiling v3_prn.cc
[169/367] Compiling v3_ncons.cc
[170/367] Compiling v3_ia5.cc
[171/367] Compiling v3_int.cc
[172/367] Compiling v3_lib.cc
[173/367] Compiling v3_info.cc
[174/367] Compiling v3_genn.cc
[175/367] Compiling v3_enum.cc
[176/367] Compiling v3_extku.cc
[177/367] Compiling v3_crld.cc
[178/367] Compiling v3_bitst.cc
[179/367] Compiling v3_conf.cc
[180/367] Compiling v3_cpols.cc
[181/367] Compiling v3_bcons.cc
[182/367] Compiling v3_alt.cc
[183/367] Compiling v3_akey.cc
[184/367] Compiling t_x509a.cc
[185/367] Compiling v3_akeya.cc
[186/367] Compiling t_req.cc
[187/367] Compiling t_x509.cc
[188/367] Compiling i2d_pr.cc
[189/367] Compiling rsa_pss.cc
[190/367] Compiling t_crl.cc
[191/367] Compiling policy.cc
[192/367] Compiling name_print.cc
[193/367] Compiling by_file.cc
[194/367] Compiling by_dir.cc
[195/367] Compiling a_verify.cc
[196/367] Compiling asn1_gen.cc
[197/367] Compiling voprf.cc
[198/367] Compiling a_digest.cc
[199/367] Compiling algorithm.cc
[200/367] Compiling a_sign.cc
[201/367] Compiling trust_token.cc
[202/367] Compiling thread_win.cc
[203/367] Compiling thread_pthread.cc
[204/367] Compiling thread_none.cc
[205/367] Compiling thread.cc
[206/367] Compiling wots.cc
[207/367] Compiling pmbtoken.cc
[208/367] Compiling stack.cc
[209/367] Compiling thash.cc
[210/367] Compiling merkle.cc
[211/367] Compiling slhdsa.cc
[212/367] Compiling sha512.cc
[213/367] Compiling fors.cc
[214/367] Compiling sha256.cc
[215/367] Compiling sha1.cc
[216/367] Compiling rsa_print.cc
[217/367] Compiling rsa_extra.cc
[218/367] Compiling siphash.cc
[219/367] Compiling urandom.cc
[220/367] Compiling trusty.cc
[221/367] Compiling refcount.cc
[222/367] Compiling rsa_crypt.cc
[222/367] Compiling windows.cc
[224/367] Compiling rc4.cc
[225/367] Compiling rand_extra.cc
[226/367] Compiling rsa_asn1.cc
[227/367] Compiling ios.cc
[228/367] Compiling passive.cc
[229/367] Compiling fork_detect.cc
[230/367] Compiling getentropy.cc
[231/367] Compiling poly1305_arm_asm.S
[232/367] Compiling poly1305_vec.cc
[233/367] Compiling forkunsafe.cc
[234/367] Compiling deterministic.cc
[235/367] Compiling pool.cc
[236/367] Compiling poly1305.cc
[237/367] Compiling poly1305_arm.cc
[238/367] Compiling pkcs7.cc
[239/367] Compiling pkcs8_x509.cc
[240/367] Compiling pkcs8.cc
[241/367] Compiling p5_pbev2.cc
[242/367] Compiling pkcs7_x509.cc
[243/367] Compiling pem_xaux.cc
[244/367] Compiling pem_pkey.cc
[245/367] Compiling pem_x509.cc
[246/367] Compiling pem_oth.cc
[247/367] Compiling pem_info.cc
[248/367] Compiling pem_lib.cc
[249/367] Compiling pem_pk8.cc
[250/367] Compiling obj_xref.cc
[251/367] Compiling pem_all.cc
[252/367] Compiling mldsa.cc
[253/367] Compiling mem.cc
[254/367] Compiling obj.cc
[255/367] Compiling mlkem.cc
[256/367] Compiling md4.cc
[257/367] Compiling md5.cc
[258/367] Compiling lhash.cc
[259/367] Compiling fips_shared_support.cc
[260/367] Compiling kyber.cc
[261/367] Compiling hrss.cc
[262/367] Compiling poly_rq_mul.S
[263/367] Compiling ex_data.cc
[264/367] Compiling scrypt.cc
[264/367] Compiling sign.cc
[266/367] Compiling pbkdf.cc
[267/367] Compiling print.cc
[268/367] Compiling hpke.cc
[269/367] Compiling p_x25519_asn1.cc
[270/367] Compiling p_x25519.cc
[271/367] Compiling p_rsa.cc
[272/367] Compiling p_ed25519.cc
[273/367] Compiling p_rsa_asn1.cc
[274/367] Compiling p_ec_asn1.cc
[275/367] Compiling p_ed25519_asn1.cc
[275/367] Compiling p_hkdf.cc
[277/367] Compiling p_ec.cc
[278/367] Compiling p_dh_asn1.cc
[279/367] Compiling p_dsa_asn1.cc
[280/367] Compiling evp_ctx.cc
[281/367] Compiling evp.cc
[282/367] Compiling p_dh.cc
[283/367] Compiling err.cc
[284/367] Compiling evp_asn1.cc
[285/367] Compiling engine.cc
[286/367] Compiling ec_derive.cc
[287/367] Compiling ecdsa_asn1.cc
[288/367] Compiling ecdh_extra.cc
[289/367] Compiling hash_to_curve.cc
[290/367] Compiling ec_asn1.cc
[291/367] Compiling dsa_asn1.cc
[292/367] Compiling dsa.cc
[293/367] Compiling params.cc
[294/367] Compiling digest_extra.cc
[295/367] Compiling dh_asn1.cc
[296/367] Compiling x25519-asm-arm.S
[297/367] Compiling des.cc
[298/367] Compiling bcm.cc
[299/367] Compiling curve25519_64_adx.cc
[299/367] Compiling spake25519.cc
[299/367] Compiling crypto.cc
[299/367] Compiling cpu_intel.cc
[299/367] Compiling curve25519.cc
[299/367] Compiling cpu_aarch64_win.cc
[299/367] Compiling cpu_aarch64_openbsd.cc
[306/367] Compiling cpu_arm_linux.cc
[307/367] Compiling cpu_arm_freebsd.cc
[308/367] Compiling cpu_aarch64_sysreg.cc
[309/367] Compiling cpu_aarch64_linux.cc
[310/367] Compiling cpu_aarch64_fuchsia.cc
[311/367] Compiling cpu_aarch64_apple.cc
[312/367] Compiling conf.cc
[313/367] Compiling tls_cbc.cc
[314/367] Compiling e_tls.cc
[315/367] Compiling e_rc4.cc
[316/367] Compiling e_rc2.cc
[317/367] Compiling e_des.cc
[318/367] Compiling e_null.cc
[319/367] Compiling e_chacha20poly1305.cc
[320/367] Compiling e_aesgcmsiv.cc
[321/367] Compiling derive_key.cc
[322/367] Compiling e_aesctrhmac.cc
[323/367] Compiling cipher_extra.cc
[324/367] Compiling chacha.cc
[325/367] Compiling cbs.cc
[326/367] Compiling ber.cc
[327/367] Compiling cbb.cc
[328/367] Compiling unicode.cc
[329/367] Compiling blake2.cc
[330/367] Compiling printf.cc
[331/367] Compiling bn_asn1.cc
[332/367] Compiling buf.cc
[333/367] Compiling asn1_compat.cc
[334/367] Compiling convert.cc
[335/367] Compiling pair.cc
[336/367] Compiling hexdump.cc
[337/367] Compiling errno.cc
[338/367] Compiling file.cc
[339/367] Compiling bio_mem.cc
[340/367] Compiling bio.cc
[341/367] Compiling fd.cc
[342/367] Compiling tasn_typ.cc
[343/367] Compiling tasn_fre.cc
[344/367] Compiling tasn_utl.cc
[345/367] Compiling posix_time.cc
[346/367] Compiling tasn_enc.cc
[347/367] Compiling tasn_new.cc
[348/367] Compiling f_string.cc
[349/367] Compiling tasn_dec.cc
[350/367] Compiling asn_pack.cc
[351/367] Compiling f_int.cc
[352/367] Compiling asn1_par.cc
[353/367] Compiling asn1_lib.cc
[354/367] Compiling a_type.cc
[355/367] Compiling a_utctm.cc
[356/367] Compiling a_time.cc
[357/367] Compiling a_octet.cc
[358/367] Compiling a_i2d_fp.cc
[359/367] Compiling a_d2i_fp.cc
[360/367] Compiling a_object.cc
[361/367] Compiling a_mbstr.cc
[362/367] Compiling a_int.cc
[363/367] Compiling a_gentm.cc
[364/367] Compiling a_dup.cc
[365/367] Compiling a_bool.cc
[366/367] Compiling a_bitstr.cc
[368/375] Compiling CryptoBoringWrapper RandomBytes.swift
[369/375] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[370/375] Emitting module CryptoBoringWrapper
[371/375] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[372/375] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[373/375] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[374/375] Compiling CryptoBoringWrapper EllipticCurve.swift
[375/375] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[377/447] Compiling Crypto HKDF.swift
[378/447] Compiling Crypto AESWrap.swift
[379/447] Compiling Crypto AESWrap_boring.swift
[380/447] Compiling Crypto Ed25519_boring.swift
[381/447] Compiling Crypto NISTCurvesKeys_boring.swift
[382/447] Compiling Crypto X25519Keys_boring.swift
[383/447] Compiling Crypto Curve25519.swift
[384/447] Compiling Crypto Ed25519Keys.swift
[385/447] Compiling Crypto NISTCurvesKeys.swift
[386/447] Compiling Crypto X25519Keys.swift
[387/456] Compiling Crypto SymmetricKeys.swift
[388/456] Compiling Crypto HMAC.swift
[389/456] Compiling Crypto MACFunctions.swift
[390/456] Compiling Crypto MessageAuthenticationCode.swift
[391/456] Compiling Crypto AES.swift
[392/456] Compiling Crypto ECDSASignature_boring.swift
[393/456] Compiling Crypto ECDSA_boring.swift
[394/456] Compiling Crypto EdDSA_boring.swift
[395/456] Compiling Crypto ECDSA.swift
[396/456] Compiling Crypto Ed25519.swift
[397/456] Compiling Crypto HPKE-Ciphersuite.swift
[398/456] Compiling Crypto HPKE-KDF.swift
[399/456] Compiling Crypto HPKE-KexKeyDerivation.swift
[400/456] Compiling Crypto HPKE-LabeledExtract.swift
[401/456] Compiling Crypto HPKE-Utils.swift
[402/456] Compiling Crypto DHKEM.swift
[403/456] Compiling Crypto HPKE-KEM-Curve25519.swift
[404/456] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[405/456] Compiling Crypto HPKE-KEM.swift
[406/456] Compiling Crypto HPKE-Errors.swift
[407/456] Compiling Crypto AES-GCM.swift
[408/456] Compiling Crypto AES-GCM_boring.swift
[409/456] Compiling Crypto ChaChaPoly_boring.swift
[410/456] Compiling Crypto ChaChaPoly.swift
[411/456] Compiling Crypto Cipher.swift
[412/456] Compiling Crypto Nonces.swift
[413/456] Compiling Crypto ASN1.swift
[414/456] Compiling Crypto ASN1Any.swift
[415/456] Compiling Crypto ASN1BitString.swift
[416/456] Compiling Crypto ASN1Boolean.swift
[417/456] Emitting module Crypto
[418/456] Compiling Crypto PKCS8PrivateKey.swift
[419/456] Compiling Crypto SEC1PrivateKey.swift
[420/456] Compiling Crypto SubjectPublicKeyInfo.swift
[421/456] Compiling Crypto CryptoKitErrors.swift
[422/456] Compiling Crypto Digest_boring.swift
[423/456] Compiling Crypto Digest.swift
[424/456] Compiling Crypto Digests.swift
[425/456] Compiling Crypto HashFunctions.swift
[426/456] Compiling Crypto HashFunctions_SHA2.swift
[427/456] Compiling Crypto HPKE-AEAD.swift
[428/456] Compiling Crypto HPKE.swift
[429/456] Compiling Crypto HPKE-Context.swift
[430/456] Compiling Crypto HPKE-KeySchedule.swift
[431/456] Compiling Crypto HPKE-Modes.swift
[432/456] Compiling Crypto Insecure.swift
[433/456] Compiling Crypto Insecure_HashFunctions.swift
[434/456] Compiling Crypto KEM.swift
[435/456] Compiling Crypto ECDH_boring.swift
[436/456] Compiling Crypto DH.swift
[437/456] Compiling Crypto ECDH.swift
[438/456] Compiling Crypto ASN1Identifier.swift
[439/456] Compiling Crypto ASN1Integer.swift
[440/456] Compiling Crypto ASN1Null.swift
[441/456] Compiling Crypto ASN1OctetString.swift
[442/456] Compiling Crypto ASN1Strings.swift
[443/456] Compiling Crypto ArraySliceBigint.swift
[444/456] Compiling Crypto GeneralizedTime.swift
[445/456] Compiling Crypto ObjectIdentifier.swift
[446/456] Compiling Crypto ECDSASignature.swift
[447/456] Compiling Crypto PEMDocument.swift
[448/456] Compiling Crypto Signature.swift
[449/456] Compiling Crypto CryptoKitErrors_boring.swift
[450/456] Compiling Crypto RNG_boring.swift
[451/456] Compiling Crypto SafeCompare_boring.swift
[452/456] Compiling Crypto Zeroization_boring.swift
[453/456] Compiling Crypto PrettyBytes.swift
[454/456] Compiling Crypto SafeCompare.swift
[455/456] Compiling Crypto SecureBytes.swift
[456/456] Compiling Crypto Zeroization.swift
[458/480] Compiling ErrorKit MailComposerModifier.swift
[459/480] Compiling ErrorKit MailComposerView.swift
[460/480] Compiling ErrorKit Throwable.swift
[461/480] Compiling ErrorKit ErrorKit.swift
/host/spi-builder-workspace/Sources/ErrorKit/ErrorKit.swift:329:43: error: cannot find 'DispatchQueue' in scope
327 |
328 |    /// A built-in sync mechanism to avoid concurrent access to ``errorMappers``.
329 |    private static let errorMappersQueue = DispatchQueue(label: "ErrorKit.ErrorMappers", attributes: .concurrent)
    |                                           `- error: cannot find 'DispatchQueue' in scope
330 |
331 |    /// The collection of error mappers that ErrorKit uses to generate user-friendly messages.
/host/spi-builder-workspace/Sources/ErrorKit/ErrorKit.swift:329:102: error: cannot infer contextual base in reference to member 'concurrent'
327 |
328 |    /// A built-in sync mechanism to avoid concurrent access to ``errorMappers``.
329 |    private static let errorMappersQueue = DispatchQueue(label: "ErrorKit.ErrorMappers", attributes: .concurrent)
    |                                                                                                      `- error: cannot infer contextual base in reference to member 'concurrent'
330 |
331 |    /// The collection of error mappers that ErrorKit uses to generate user-friendly messages.
/host/spi-builder-workspace/Sources/ErrorKit/ErrorKit.swift:323:44: error: cannot infer contextual base in reference to member 'barrier'
321 |    /// - Parameter mapper: The error mapper type to register
322 |    public static func registerMapper(_ mapper: ErrorMapper.Type) {
323 |       self.errorMappersQueue.async(flags: .barrier) {
    |                                            `- error: cannot infer contextual base in reference to member 'barrier'
324 |          self._errorMappers.append(mapper)
325 |       }
[462/480] Compiling ErrorKit ErrorMapper.swift
/host/spi-builder-workspace/Sources/ErrorKit/ErrorKit.swift:329:43: error: cannot find 'DispatchQueue' in scope
327 |
328 |    /// A built-in sync mechanism to avoid concurrent access to ``errorMappers``.
329 |    private static let errorMappersQueue = DispatchQueue(label: "ErrorKit.ErrorMappers", attributes: .concurrent)
    |                                           `- error: cannot find 'DispatchQueue' in scope
330 |
331 |    /// The collection of error mappers that ErrorKit uses to generate user-friendly messages.
/host/spi-builder-workspace/Sources/ErrorKit/ErrorKit.swift:329:102: error: cannot infer contextual base in reference to member 'concurrent'
327 |
328 |    /// A built-in sync mechanism to avoid concurrent access to ``errorMappers``.
329 |    private static let errorMappersQueue = DispatchQueue(label: "ErrorKit.ErrorMappers", attributes: .concurrent)
    |                                                                                                      `- error: cannot infer contextual base in reference to member 'concurrent'
330 |
331 |    /// The collection of error mappers that ErrorKit uses to generate user-friendly messages.
/host/spi-builder-workspace/Sources/ErrorKit/ErrorKit.swift:323:44: error: cannot infer contextual base in reference to member 'barrier'
321 |    /// - Parameter mapper: The error mapper type to register
322 |    public static func registerMapper(_ mapper: ErrorMapper.Type) {
323 |       self.errorMappersQueue.async(flags: .barrier) {
    |                                            `- error: cannot infer contextual base in reference to member 'barrier'
324 |          self._errorMappers.append(mapper)
325 |       }
[463/480] Compiling ErrorKit CoreDataErrorMapper.swift
/host/spi-builder-workspace/Sources/ErrorKit/ErrorKit.swift:329:43: error: cannot find 'DispatchQueue' in scope
327 |
328 |    /// A built-in sync mechanism to avoid concurrent access to ``errorMappers``.
329 |    private static let errorMappersQueue = DispatchQueue(label: "ErrorKit.ErrorMappers", attributes: .concurrent)
    |                                           `- error: cannot find 'DispatchQueue' in scope
330 |
331 |    /// The collection of error mappers that ErrorKit uses to generate user-friendly messages.
/host/spi-builder-workspace/Sources/ErrorKit/ErrorKit.swift:329:102: error: cannot infer contextual base in reference to member 'concurrent'
327 |
328 |    /// A built-in sync mechanism to avoid concurrent access to ``errorMappers``.
329 |    private static let errorMappersQueue = DispatchQueue(label: "ErrorKit.ErrorMappers", attributes: .concurrent)
    |                                                                                                      `- error: cannot infer contextual base in reference to member 'concurrent'
330 |
331 |    /// The collection of error mappers that ErrorKit uses to generate user-friendly messages.
/host/spi-builder-workspace/Sources/ErrorKit/ErrorKit.swift:323:44: error: cannot infer contextual base in reference to member 'barrier'
321 |    /// - Parameter mapper: The error mapper type to register
322 |    public static func registerMapper(_ mapper: ErrorMapper.Type) {
323 |       self.errorMappersQueue.async(flags: .barrier) {
    |                                            `- error: cannot infer contextual base in reference to member 'barrier'
324 |          self._errorMappers.append(mapper)
325 |       }
[464/480] Compiling ErrorKit String+ErrorKit.swift
[465/480] Compiling ErrorKit ErrorKit+OSLog.swift
[466/480] Compiling ErrorKit MailAttachment.swift
[467/483] Compiling ErrorKit StateError.swift
[468/483] Compiling ErrorKit ValidationError.swift
[469/483] Compiling ErrorKit Catching.swift
[470/483] Compiling ErrorKit FoundationErrorMapper.swift
[471/483] Compiling ErrorKit MapKitErrorMapper.swift
[472/483] Compiling ErrorKit Logger+ErrorKit.swift
[473/483] Compiling ErrorKit OperationError.swift
[474/483] Compiling ErrorKit ParsingError.swift
[475/483] Compiling ErrorKit PermissionError.swift
[476/483] Compiling ErrorKit DatabaseError.swift
[477/483] Compiling ErrorKit FileError.swift
[478/483] Compiling ErrorKit GenericError.swift
[479/483] Compiling ErrorKit NetworkError.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[480/483] Emitting module ErrorKit
/host/spi-builder-workspace/Sources/ErrorKit/ErrorKit.swift:329:43: error: cannot find 'DispatchQueue' in scope
327 |
328 |    /// A built-in sync mechanism to avoid concurrent access to ``errorMappers``.
329 |    private static let errorMappersQueue = DispatchQueue(label: "ErrorKit.ErrorMappers", attributes: .concurrent)
    |                                           `- error: cannot find 'DispatchQueue' in scope
330 |
331 |    /// The collection of error mappers that ErrorKit uses to generate user-friendly messages.
/host/spi-builder-workspace/Sources/ErrorKit/ErrorKit.swift:329:102: error: cannot infer contextual base in reference to member 'concurrent'
327 |
328 |    /// A built-in sync mechanism to avoid concurrent access to ``errorMappers``.
329 |    private static let errorMappersQueue = DispatchQueue(label: "ErrorKit.ErrorMappers", attributes: .concurrent)
    |                                                                                                      `- error: cannot infer contextual base in reference to member 'concurrent'
330 |
331 |    /// The collection of error mappers that ErrorKit uses to generate user-friendly messages.
/host/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/URLSession+ErrorKit.swift:176:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
174 | }
175 |
176 | extension URLSession {
    | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
177 |    /// A typed-throws overload of `data(for:)` that maps known errors to a custom `URLSessionError` enum for enhanced error handling.
178 |    public func throwableData(for request: URLRequest) async throws -> (Data, URLResponse) {
[481/483] Compiling ErrorKit FileManager+ErrorKit.swift
/host/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/URLSession+ErrorKit.swift:176:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
174 | }
175 |
176 | extension URLSession {
    | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
177 |    /// A typed-throws overload of `data(for:)` that maps known errors to a custom `URLSessionError` enum for enhanced error handling.
178 |    public func throwableData(for request: URLRequest) async throws -> (Data, URLResponse) {
/host/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/URLSession+ErrorKit.swift:178:43: error: cannot find type 'URLRequest' in scope
176 | extension URLSession {
177 |    /// A typed-throws overload of `data(for:)` that maps known errors to a custom `URLSessionError` enum for enhanced error handling.
178 |    public func throwableData(for request: URLRequest) async throws -> (Data, URLResponse) {
    |                                           `- error: cannot find type 'URLRequest' in scope
179 |       do {
180 |          return try await self.data(for: request)
[482/483] Compiling ErrorKit URLSession+ErrorKit.swift
/host/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/URLSession+ErrorKit.swift:176:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
174 | }
175 |
176 | extension URLSession {
    | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
177 |    /// A typed-throws overload of `data(for:)` that maps known errors to a custom `URLSessionError` enum for enhanced error handling.
178 |    public func throwableData(for request: URLRequest) async throws -> (Data, URLResponse) {
/host/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/URLSession+ErrorKit.swift:178:43: error: cannot find type 'URLRequest' in scope
176 | extension URLSession {
177 |    /// A typed-throws overload of `data(for:)` that maps known errors to a custom `URLSessionError` enum for enhanced error handling.
178 |    public func throwableData(for request: URLRequest) async throws -> (Data, URLResponse) {
    |                                           `- error: cannot find type 'URLRequest' in scope
179 |       do {
180 |          return try await self.data(for: request)
[483/483] Compiling ErrorKit resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/URLSession+ErrorKit.swift:176:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
174 | }
175 |
176 | extension URLSession {
    | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
177 |    /// A typed-throws overload of `data(for:)` that maps known errors to a custom `URLSessionError` enum for enhanced error handling.
178 |    public func throwableData(for request: URLRequest) async throws -> (Data, URLResponse) {
/host/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/URLSession+ErrorKit.swift:178:43: error: cannot find type 'URLRequest' in scope
176 | extension URLSession {
177 |    /// A typed-throws overload of `data(for:)` that maps known errors to a custom `URLSessionError` enum for enhanced error handling.
178 |    public func throwableData(for request: URLRequest) async throws -> (Data, URLResponse) {
    |                                           `- error: cannot find type 'URLRequest' in scope
179 |       do {
180 |          return try await self.data(for: request)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/9] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[3/9] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[4/9] Compiling CryptoBoringWrapper RandomBytes.swift
[5/9] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[6/9] Emitting module CryptoBoringWrapper
[7/9] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[8/9] Compiling CryptoBoringWrapper EllipticCurve.swift
[9/9] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[11/81] Compiling Crypto HPKE-Ciphersuite.swift
[12/81] Compiling Crypto HPKE-KDF.swift
[13/81] Compiling Crypto HPKE-KexKeyDerivation.swift
[14/81] Compiling Crypto HPKE-LabeledExtract.swift
[15/81] Compiling Crypto HPKE-Utils.swift
[16/81] Compiling Crypto DHKEM.swift
[17/81] Compiling Crypto HPKE-KEM-Curve25519.swift
[18/81] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[19/81] Compiling Crypto HPKE-KEM.swift
[20/81] Compiling Crypto HPKE-Errors.swift
[21/90] Compiling Crypto SymmetricKeys.swift
[22/90] Compiling Crypto HMAC.swift
[23/90] Compiling Crypto MACFunctions.swift
[24/90] Compiling Crypto MessageAuthenticationCode.swift
[25/90] Compiling Crypto AES.swift
[26/90] Compiling Crypto ECDSASignature_boring.swift
[27/90] Compiling Crypto ECDSA_boring.swift
[28/90] Compiling Crypto EdDSA_boring.swift
[29/90] Compiling Crypto ECDSA.swift
[30/90] Compiling Crypto Ed25519.swift
[31/90] Compiling Crypto HKDF.swift
[32/90] Compiling Crypto AESWrap.swift
[33/90] Compiling Crypto AESWrap_boring.swift
[34/90] Compiling Crypto Ed25519_boring.swift
[35/90] Compiling Crypto NISTCurvesKeys_boring.swift
[36/90] Compiling Crypto X25519Keys_boring.swift
[37/90] Compiling Crypto Curve25519.swift
[38/90] Compiling Crypto Ed25519Keys.swift
[39/90] Compiling Crypto NISTCurvesKeys.swift
[40/90] Compiling Crypto X25519Keys.swift
[41/90] Compiling Crypto PKCS8PrivateKey.swift
[42/90] Compiling Crypto SEC1PrivateKey.swift
[43/90] Compiling Crypto SubjectPublicKeyInfo.swift
[44/90] Compiling Crypto CryptoKitErrors.swift
[45/90] Compiling Crypto Digest_boring.swift
[46/90] Compiling Crypto Digest.swift
[47/90] Compiling Crypto Digests.swift
[48/90] Compiling Crypto HashFunctions.swift
[49/90] Compiling Crypto HashFunctions_SHA2.swift
[50/90] Compiling Crypto HPKE-AEAD.swift
[51/90] Compiling Crypto AES-GCM.swift
[52/90] Compiling Crypto AES-GCM_boring.swift
[53/90] Compiling Crypto ChaChaPoly_boring.swift
[54/90] Compiling Crypto ChaChaPoly.swift
[55/90] Compiling Crypto Cipher.swift
[56/90] Compiling Crypto Nonces.swift
[57/90] Compiling Crypto ASN1.swift
[58/90] Compiling Crypto ASN1Any.swift
[59/90] Compiling Crypto ASN1BitString.swift
[60/90] Compiling Crypto ASN1Boolean.swift
[61/90] Emitting module Crypto
[62/90] Compiling Crypto HPKE.swift
[63/90] Compiling Crypto HPKE-Context.swift
[64/90] Compiling Crypto HPKE-KeySchedule.swift
[65/90] Compiling Crypto HPKE-Modes.swift
[66/90] Compiling Crypto Insecure.swift
[67/90] Compiling Crypto Insecure_HashFunctions.swift
[68/90] Compiling Crypto KEM.swift
[69/90] Compiling Crypto ECDH_boring.swift
[70/90] Compiling Crypto DH.swift
[71/90] Compiling Crypto ECDH.swift
[72/90] Compiling Crypto Signature.swift
[73/90] Compiling Crypto CryptoKitErrors_boring.swift
[74/90] Compiling Crypto RNG_boring.swift
[75/90] Compiling Crypto SafeCompare_boring.swift
[76/90] Compiling Crypto Zeroization_boring.swift
[77/90] Compiling Crypto PrettyBytes.swift
[78/90] Compiling Crypto SafeCompare.swift
[79/90] Compiling Crypto SecureBytes.swift
[80/90] Compiling Crypto Zeroization.swift
[81/90] Compiling Crypto ASN1Identifier.swift
[82/90] Compiling Crypto ASN1Integer.swift
[83/90] Compiling Crypto ASN1Null.swift
[84/90] Compiling Crypto ASN1OctetString.swift
[85/90] Compiling Crypto ASN1Strings.swift
[86/90] Compiling Crypto ArraySliceBigint.swift
[87/90] Compiling Crypto GeneralizedTime.swift
[88/90] Compiling Crypto ObjectIdentifier.swift
[89/90] Compiling Crypto ECDSASignature.swift
[90/90] Compiling Crypto PEMDocument.swift
[92/114] Compiling ErrorKit String+ErrorKit.swift
[93/114] Compiling ErrorKit ErrorKit+OSLog.swift
[94/114] Compiling ErrorKit MailAttachment.swift
[95/114] Compiling ErrorKit MailComposerModifier.swift
[96/114] Compiling ErrorKit MailComposerView.swift
[97/114] Compiling ErrorKit Throwable.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[98/117] Emitting module ErrorKit
/host/spi-builder-workspace/Sources/ErrorKit/ErrorKit.swift:329:43: error: cannot find 'DispatchQueue' in scope
327 |
328 |    /// A built-in sync mechanism to avoid concurrent access to ``errorMappers``.
329 |    private static let errorMappersQueue = DispatchQueue(label: "ErrorKit.ErrorMappers", attributes: .concurrent)
    |                                           `- error: cannot find 'DispatchQueue' in scope
330 |
331 |    /// The collection of error mappers that ErrorKit uses to generate user-friendly messages.
/host/spi-builder-workspace/Sources/ErrorKit/ErrorKit.swift:329:102: error: cannot infer contextual base in reference to member 'concurrent'
327 |
328 |    /// A built-in sync mechanism to avoid concurrent access to ``errorMappers``.
329 |    private static let errorMappersQueue = DispatchQueue(label: "ErrorKit.ErrorMappers", attributes: .concurrent)
    |                                                                                                      `- error: cannot infer contextual base in reference to member 'concurrent'
330 |
331 |    /// The collection of error mappers that ErrorKit uses to generate user-friendly messages.
/host/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/URLSession+ErrorKit.swift:176:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
174 | }
175 |
176 | extension URLSession {
    | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
177 |    /// A typed-throws overload of `data(for:)` that maps known errors to a custom `URLSessionError` enum for enhanced error handling.
178 |    public func throwableData(for request: URLRequest) async throws -> (Data, URLResponse) {
[99/117] Compiling ErrorKit FoundationErrorMapper.swift
[100/117] Compiling ErrorKit MapKitErrorMapper.swift
[101/117] Compiling ErrorKit Logger+ErrorKit.swift
[102/117] Compiling ErrorKit ErrorKit.swift
/host/spi-builder-workspace/Sources/ErrorKit/ErrorKit.swift:329:43: error: cannot find 'DispatchQueue' in scope
327 |
328 |    /// A built-in sync mechanism to avoid concurrent access to ``errorMappers``.
329 |    private static let errorMappersQueue = DispatchQueue(label: "ErrorKit.ErrorMappers", attributes: .concurrent)
    |                                           `- error: cannot find 'DispatchQueue' in scope
330 |
331 |    /// The collection of error mappers that ErrorKit uses to generate user-friendly messages.
/host/spi-builder-workspace/Sources/ErrorKit/ErrorKit.swift:329:102: error: cannot infer contextual base in reference to member 'concurrent'
327 |
328 |    /// A built-in sync mechanism to avoid concurrent access to ``errorMappers``.
329 |    private static let errorMappersQueue = DispatchQueue(label: "ErrorKit.ErrorMappers", attributes: .concurrent)
    |                                                                                                      `- error: cannot infer contextual base in reference to member 'concurrent'
330 |
331 |    /// The collection of error mappers that ErrorKit uses to generate user-friendly messages.
/host/spi-builder-workspace/Sources/ErrorKit/ErrorKit.swift:323:44: error: cannot infer contextual base in reference to member 'barrier'
321 |    /// - Parameter mapper: The error mapper type to register
322 |    public static func registerMapper(_ mapper: ErrorMapper.Type) {
323 |       self.errorMappersQueue.async(flags: .barrier) {
    |                                            `- error: cannot infer contextual base in reference to member 'barrier'
324 |          self._errorMappers.append(mapper)
325 |       }
[103/117] Compiling ErrorKit ErrorMapper.swift
/host/spi-builder-workspace/Sources/ErrorKit/ErrorKit.swift:329:43: error: cannot find 'DispatchQueue' in scope
327 |
328 |    /// A built-in sync mechanism to avoid concurrent access to ``errorMappers``.
329 |    private static let errorMappersQueue = DispatchQueue(label: "ErrorKit.ErrorMappers", attributes: .concurrent)
    |                                           `- error: cannot find 'DispatchQueue' in scope
330 |
331 |    /// The collection of error mappers that ErrorKit uses to generate user-friendly messages.
/host/spi-builder-workspace/Sources/ErrorKit/ErrorKit.swift:329:102: error: cannot infer contextual base in reference to member 'concurrent'
327 |
328 |    /// A built-in sync mechanism to avoid concurrent access to ``errorMappers``.
329 |    private static let errorMappersQueue = DispatchQueue(label: "ErrorKit.ErrorMappers", attributes: .concurrent)
    |                                                                                                      `- error: cannot infer contextual base in reference to member 'concurrent'
330 |
331 |    /// The collection of error mappers that ErrorKit uses to generate user-friendly messages.
/host/spi-builder-workspace/Sources/ErrorKit/ErrorKit.swift:323:44: error: cannot infer contextual base in reference to member 'barrier'
321 |    /// - Parameter mapper: The error mapper type to register
322 |    public static func registerMapper(_ mapper: ErrorMapper.Type) {
323 |       self.errorMappersQueue.async(flags: .barrier) {
    |                                            `- error: cannot infer contextual base in reference to member 'barrier'
324 |          self._errorMappers.append(mapper)
325 |       }
[104/117] Compiling ErrorKit CoreDataErrorMapper.swift
/host/spi-builder-workspace/Sources/ErrorKit/ErrorKit.swift:329:43: error: cannot find 'DispatchQueue' in scope
327 |
328 |    /// A built-in sync mechanism to avoid concurrent access to ``errorMappers``.
329 |    private static let errorMappersQueue = DispatchQueue(label: "ErrorKit.ErrorMappers", attributes: .concurrent)
    |                                           `- error: cannot find 'DispatchQueue' in scope
330 |
331 |    /// The collection of error mappers that ErrorKit uses to generate user-friendly messages.
/host/spi-builder-workspace/Sources/ErrorKit/ErrorKit.swift:329:102: error: cannot infer contextual base in reference to member 'concurrent'
327 |
328 |    /// A built-in sync mechanism to avoid concurrent access to ``errorMappers``.
329 |    private static let errorMappersQueue = DispatchQueue(label: "ErrorKit.ErrorMappers", attributes: .concurrent)
    |                                                                                                      `- error: cannot infer contextual base in reference to member 'concurrent'
330 |
331 |    /// The collection of error mappers that ErrorKit uses to generate user-friendly messages.
/host/spi-builder-workspace/Sources/ErrorKit/ErrorKit.swift:323:44: error: cannot infer contextual base in reference to member 'barrier'
321 |    /// - Parameter mapper: The error mapper type to register
322 |    public static func registerMapper(_ mapper: ErrorMapper.Type) {
323 |       self.errorMappersQueue.async(flags: .barrier) {
    |                                            `- error: cannot infer contextual base in reference to member 'barrier'
324 |          self._errorMappers.append(mapper)
325 |       }
[105/117] Compiling ErrorKit DatabaseError.swift
[106/117] Compiling ErrorKit FileError.swift
[107/117] Compiling ErrorKit GenericError.swift
[108/117] Compiling ErrorKit NetworkError.swift
[109/117] Compiling ErrorKit OperationError.swift
[110/117] Compiling ErrorKit ParsingError.swift
[111/117] Compiling ErrorKit PermissionError.swift
[112/117] Compiling ErrorKit StateError.swift
[113/117] Compiling ErrorKit ValidationError.swift
[114/117] Compiling ErrorKit Catching.swift
[115/117] Compiling ErrorKit FileManager+ErrorKit.swift
/host/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/URLSession+ErrorKit.swift:176:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
174 | }
175 |
176 | extension URLSession {
    | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
177 |    /// A typed-throws overload of `data(for:)` that maps known errors to a custom `URLSessionError` enum for enhanced error handling.
178 |    public func throwableData(for request: URLRequest) async throws -> (Data, URLResponse) {
/host/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/URLSession+ErrorKit.swift:178:43: error: cannot find type 'URLRequest' in scope
176 | extension URLSession {
177 |    /// A typed-throws overload of `data(for:)` that maps known errors to a custom `URLSessionError` enum for enhanced error handling.
178 |    public func throwableData(for request: URLRequest) async throws -> (Data, URLResponse) {
    |                                           `- error: cannot find type 'URLRequest' in scope
179 |       do {
180 |          return try await self.data(for: request)
[116/117] Compiling ErrorKit URLSession+ErrorKit.swift
/host/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/URLSession+ErrorKit.swift:176:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
174 | }
175 |
176 | extension URLSession {
    | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
177 |    /// A typed-throws overload of `data(for:)` that maps known errors to a custom `URLSessionError` enum for enhanced error handling.
178 |    public func throwableData(for request: URLRequest) async throws -> (Data, URLResponse) {
/host/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/URLSession+ErrorKit.swift:178:43: error: cannot find type 'URLRequest' in scope
176 | extension URLSession {
177 |    /// A typed-throws overload of `data(for:)` that maps known errors to a custom `URLSessionError` enum for enhanced error handling.
178 |    public func throwableData(for request: URLRequest) async throws -> (Data, URLResponse) {
    |                                           `- error: cannot find type 'URLRequest' in scope
179 |       do {
180 |          return try await self.data(for: request)
[117/117] Compiling ErrorKit resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/URLSession+ErrorKit.swift:176:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
174 | }
175 |
176 | extension URLSession {
    | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
177 |    /// A typed-throws overload of `data(for:)` that maps known errors to a custom `URLSessionError` enum for enhanced error handling.
178 |    public func throwableData(for request: URLRequest) async throws -> (Data, URLResponse) {
/host/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/URLSession+ErrorKit.swift:178:43: error: cannot find type 'URLRequest' in scope
176 | extension URLSession {
177 |    /// A typed-throws overload of `data(for:)` that maps known errors to a custom `URLSessionError` enum for enhanced error handling.
178 |    public func throwableData(for request: URLRequest) async throws -> (Data, URLResponse) {
    |                                           `- error: cannot find type 'URLRequest' in scope
179 |       do {
180 |          return try await self.data(for: request)
BUILD FAILURE 6.1 wasm