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 main (94d087), with Swift 6.1 for Wasm on 13 Aug 2025 07:58:31 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/stackotter/ErrorKit.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/stackotter/ErrorKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 94d0876 Add convenience overloads for Logger & correct doc sample code
Cloned https://github.com/stackotter/ErrorKit.git
Revision (git rev-parse @):
94d08765d65a7fc7b64730b0a9920ce4246d9fa0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/stackotter/ErrorKit.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/stackotter/ErrorKit.git
https://github.com/stackotter/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-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 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
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/16238] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.10s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.14.0 (6.08s)
Fetching https://github.com/apple/swift-asn1.git
[1/1629] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.39s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (1.29s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.14.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Building for debugging...
[0/375] Copying PrivacyInfo.xcprivacy
[0/375] Copying Info.plist
[0/375] Write sources
[0/375] Copying Localizable.xcstrings
[5/375] Compiling errno.cc
[6/375] Write sources
[6/375] Compiling hexdump.cc
[8/375] Compiling file.cc
[8/375] Compiling printf.cc
[10/375] Compiling fd.cc
[11/375] Write swift-version-24593BA9C3E375BF.txt
[12/375] Compiling pair.cc
[13/375] Compiling bio_mem.cc
[14/375] Compiling CCryptoBoringSSLShims shims.c
[15/375] Compiling md5-586-linux.S
[16/375] Compiling md5-x86_64-apple.S
[16/375] Compiling md5-x86_64-linux.S
[16/375] Compiling fiat_curve25519_adx_square.S
[19/375] Compiling fiat_p256_adx_mul.S
[20/375] Compiling fiat_p256_adx_sqr.S
[21/375] Compiling md5-586-apple.S
[22/375] Compiling fiat_curve25519_adx_mul.S
[23/375] Compiling chacha20_poly1305_armv8-linux.S
[24/375] Compiling chacha20_poly1305_x86_64-apple.S
[25/375] Compiling chacha20_poly1305_x86_64-linux.S
[25/375] Compiling chacha-x86_64-linux.S
[27/375] Compiling chacha20_poly1305_armv8-apple.S
[28/375] Compiling chacha20_poly1305_armv8-win.S
[29/375] Compiling chacha-x86_64-apple.S
[30/375] Compiling chacha-x86-linux.S
[31/375] Compiling chacha-x86-apple.S
[32/375] Compiling chacha-armv4-linux.S
[33/375] Compiling chacha-armv8-linux.S
[34/375] Compiling aes128gcmsiv-x86_64-linux.S
[35/375] Compiling aes128gcmsiv-x86_64-apple.S
[36/375] Compiling chacha-armv8-win.S
[37/375] Compiling x86_64-mont5-linux.S
[38/375] Compiling chacha-armv8-apple.S
[39/375] Compiling err_data.cc
[40/375] Compiling x86-mont-linux.S
[40/375] Compiling x86_64-mont5-apple.S
[40/375] Compiling vpaes-x86_64-linux.S
[43/375] Compiling x86_64-mont-apple.S
[44/375] Compiling x86-mont-apple.S
[45/375] Compiling x86_64-mont-linux.S
[46/375] Compiling vpaes-x86_64-apple.S
[47/375] Compiling vpaes-x86-linux.S
[48/375] Compiling vpaes-x86-apple.S
[49/375] Compiling vpaes-armv8-win.S
[50/375] Compiling vpaes-armv8-apple.S
[50/375] Compiling sha512-x86_64-linux.S
[52/375] Compiling vpaes-armv8-linux.S
[53/375] Compiling vpaes-armv7-linux.S
[54/375] Compiling sha512-x86_64-apple.S
[55/375] Compiling sha512-armv8-win.S
[56/375] Compiling sha512-armv8-apple.S
[57/375] Compiling sha512-armv8-linux.S
[58/375] Compiling sha512-armv4-linux.S
[59/375] Compiling sha256-x86_64-apple.S
[59/375] Compiling sha256-armv8-win.S
[61/375] Compiling sha512-586-linux.S
[62/375] Compiling sha256-x86_64-linux.S
[63/375] Compiling sha512-586-apple.S
[64/375] Compiling sha256-armv8-linux.S
[65/375] Compiling sha256-armv4-linux.S
[66/375] Compiling sha256-armv8-apple.S
[67/375] Compiling sha1-x86_64-linux.S
[68/375] Compiling sha256-586-linux.S
[69/375] Compiling sha256-586-apple.S
[70/375] Compiling sha1-x86_64-apple.S
[71/375] Compiling sha1-armv8-win.S
[72/375] Compiling sha1-armv8-apple.S
[73/375] Compiling sha1-armv8-linux.S
[74/375] Compiling sha1-armv4-large-linux.S
[75/375] Compiling sha1-586-linux.S
[76/375] Compiling rsaz-avx2-apple.S
[76/375] Compiling rsaz-avx2-linux.S
[78/375] Compiling rdrand-x86_64-linux.S
[79/375] Compiling sha1-586-apple.S
[80/375] Compiling rdrand-x86_64-apple.S
[81/375] Compiling p256_beeu-x86_64-asm-linux.S
[82/375] Compiling p256_beeu-x86_64-asm-apple.S
[83/375] Compiling p256_beeu-armv8-asm-win.S
[84/375] Compiling p256_beeu-armv8-asm-apple.S
[84/375] Compiling p256-x86_64-asm-apple.S
[86/375] Compiling p256-x86_64-asm-linux.S
[87/375] Compiling p256_beeu-armv8-asm-linux.S
[88/375] Compiling p256-armv8-asm-win.S
[89/375] Compiling p256-armv8-asm-linux.S
[89/375] Compiling p256-armv8-asm-apple.S
[91/375] Compiling ghashv8-armv8-win.S
[92/375] Compiling ghashv8-armv8-apple.S
[93/375] Compiling ghashv8-armv8-linux.S
[93/375] Compiling ghashv8-armv7-linux.S
[95/375] Compiling ghash-x86_64-linux.S
[96/375] Compiling ghash-ssse3-x86_64-apple.S
[97/375] Compiling ghash-ssse3-x86_64-linux.S
[98/375] Compiling ghash-x86_64-apple.S
[99/375] Compiling ghash-x86-linux.S
[100/375] Compiling ghash-x86-apple.S
[101/375] Compiling ghash-ssse3-x86-apple.S
[102/375] Compiling ghash-ssse3-x86-linux.S
[103/375] Compiling ghash-neon-armv8-win.S
[104/375] Compiling ghash-neon-armv8-apple.S
[105/375] Compiling co-586-linux.S
[106/375] Compiling ghash-neon-armv8-linux.S
[106/375] Compiling ghash-armv4-linux.S
[108/375] Compiling co-586-apple.S
[109/375] Compiling bsaes-armv7-linux.S
[110/375] Compiling bn-armv8-win.S
[111/375] Compiling bn-armv8-linux.S
[112/375] Compiling armv8-mont-win.S
[113/375] Compiling bn-586-apple.S
[114/375] Compiling bn-586-linux.S
[114/375] Compiling bn-armv8-apple.S
[116/375] Compiling armv8-mont-linux.S
[117/375] Compiling armv8-mont-apple.S
[118/375] Compiling armv4-mont-linux.S
[119/375] Compiling aesv8-gcm-armv8-linux.S
[120/375] Compiling aesv8-gcm-armv8-win.S
[121/375] Compiling aesv8-gcm-armv8-apple.S
[122/375] Compiling aesv8-armv8-win.S
[123/375] Compiling aesv8-armv8-linux.S
[124/375] Compiling aesni-x86-linux.S
[125/375] Compiling aesni-gcm-x86_64-linux.S
[126/375] Compiling aesv8-armv7-linux.S
[127/375] Compiling aesni-x86_64-linux.S
[128/375] Compiling aesni-x86_64-apple.S
[129/375] Compiling aesv8-armv8-apple.S
[130/375] Compiling aesni-x86-apple.S
[131/375] Compiling aes-gcm-avx512-x86_64-linux.S
[132/375] Compiling aesni-gcm-x86_64-apple.S
[133/375] Compiling aes-gcm-avx512-x86_64-apple.S
[133/375] Compiling aes-gcm-avx2-x86_64-linux.S
[135/375] Compiling aes-gcm-avx2-x86_64-apple.S
[136/375] Compiling xwing.cc
[137/375] Compiling x_pubkey.cc
[138/375] Compiling x_x509a.cc
[139/375] Compiling x_spki.cc
[140/375] Compiling x_req.cc
[141/375] Compiling x_sig.cc
[142/375] Compiling x_x509.cc
[143/375] Compiling x_val.cc
[144/375] Compiling x_name.cc
[145/375] Compiling x_exten.cc
[146/375] Compiling x_crl.cc
[147/375] Compiling x_attrib.cc
[148/375] Compiling x_all.cc
[149/375] Compiling x509spki.cc
[150/375] Compiling x509rset.cc
[151/375] Compiling x_algor.cc
[152/375] Compiling x509cset.cc
[153/375] Compiling x509_txt.cc
[154/375] Compiling x509_v3.cc
[155/375] Compiling x509_vfy.cc
[156/375] Compiling x509_trs.cc
[157/375] Compiling x509name.cc
[158/375] Compiling x509_vpm.cc
[159/375] Compiling x509_set.cc
[160/375] Compiling x509_ext.cc
[161/375] Compiling x509_req.cc
[162/375] Compiling x509_lu.cc
[163/375] Compiling x509_def.cc
[164/375] Compiling x509_cmp.cc
[165/375] Compiling x509_obj.cc
[166/375] Compiling x509_d2.cc
[167/375] Compiling x509_att.cc
[168/375] Compiling v3_skey.cc
[169/375] Compiling x509.cc
[170/375] Compiling v3_prn.cc
[171/375] Compiling v3_utl.cc
[172/375] Compiling v3_purp.cc
[173/375] Compiling v3_pcons.cc
[174/375] Compiling v3_pmaps.cc
[175/375] Compiling v3_lib.cc
[176/375] Compiling v3_ocsp.cc
[177/375] Compiling v3_ncons.cc
[178/375] Compiling v3_int.cc
[179/375] Compiling v3_info.cc
[180/375] Compiling v3_genn.cc
[181/375] Compiling v3_ia5.cc
[182/375] Compiling v3_extku.cc
[183/375] Compiling v3_enum.cc
[184/375] Compiling v3_cpols.cc
[185/375] Compiling v3_crld.cc
[186/375] Compiling v3_bitst.cc
[187/375] Compiling v3_conf.cc
[188/375] Compiling v3_bcons.cc
[189/375] Compiling v3_akey.cc
[190/375] Compiling v3_akeya.cc
[191/375] Compiling v3_alt.cc
[192/375] Compiling t_x509a.cc
[193/375] Compiling t_x509.cc
[194/375] Compiling t_crl.cc
[195/375] Compiling rsa_pss.cc
[196/375] Compiling i2d_pr.cc
[197/375] Compiling t_req.cc
[198/375] Compiling name_print.cc
[199/375] Compiling policy.cc
[200/375] Compiling by_file.cc
[201/375] Compiling by_dir.cc
[202/375] Compiling trust_token.cc
[203/375] Compiling asn1_gen.cc
[204/375] Compiling voprf.cc
[205/375] Compiling a_digest.cc
[206/375] Compiling algorithm.cc
[207/375] Compiling a_sign.cc
[208/375] Compiling a_verify.cc
[209/375] Compiling pmbtoken.cc
[210/375] Compiling thread_win.cc
[211/375] Compiling thread_pthread.cc
[212/375] Compiling thread_none.cc
[213/375] Compiling thread.cc
[214/375] Compiling stack.cc
[215/375] Compiling slhdsa.cc
[216/375] Compiling spake2plus.cc
[217/375] Compiling sha256.cc
[218/375] Compiling sha512.cc
[219/375] Compiling siphash.cc
[220/375] Compiling sha1.cc
[221/375] Compiling rsa_print.cc
[222/375] Compiling rsa_extra.cc
[223/375] Compiling rsa_crypt.cc
[224/375] Compiling refcount.cc
[225/375] Compiling rc4.cc
[226/375] Compiling trusty.cc
[227/375] Compiling windows.cc
[228/375] Compiling urandom.cc
[229/375] Compiling rand.cc
[230/375] Compiling ios.cc
[231/375] Compiling rsa_asn1.cc
[232/375] Compiling poly1305_arm_asm.S
[233/375] Compiling getentropy.cc
[234/375] Compiling passive.cc
[235/375] Compiling forkunsafe.cc
[236/375] Compiling fork_detect.cc
[237/375] Compiling deterministic.cc
[238/375] Compiling poly1305_arm.cc
[238/375] Compiling poly1305_vec.cc
[240/375] Compiling pool.cc
[241/375] Compiling poly1305.cc
[242/375] Compiling pkcs8.cc
[243/375] Compiling p5_pbev2.cc
[244/375] Compiling pkcs7_x509.cc
[245/375] Compiling pkcs8_x509.cc
[246/375] Compiling pkcs7.cc
[247/375] Compiling pem_xaux.cc
[248/375] Compiling pem_pkey.cc
[249/375] Compiling pem_x509.cc
[250/375] Compiling pem_oth.cc
[251/375] Compiling obj_xref.cc
[252/375] Compiling pem_pk8.cc
[253/375] Compiling pem_lib.cc
[254/375] Compiling mlkem.cc
[255/375] Compiling pem_info.cc
[256/375] Compiling obj.cc
[257/375] Compiling mldsa.cc
[258/375] Compiling pem_all.cc
[259/375] Compiling poly_rq_mul.S
[260/375] Compiling mem.cc
[261/375] Compiling fips_shared_support.cc
[262/375] Compiling md4.cc
[263/375] Compiling md5.cc
[264/375] Compiling lhash.cc
[265/375] Compiling kyber.cc
[266/375] Compiling hrss.cc
[267/375] Compiling hpke.cc
[268/375] Compiling ex_data.cc
[269/375] Compiling fuzzer_mode.cc
[270/375] Compiling scrypt.cc
[271/375] Compiling sign.cc
[272/375] Compiling pbkdf.cc
[273/375] Compiling print.cc
[274/375] Compiling p_x25519_asn1.cc
[275/375] Compiling p_x25519.cc
[276/375] Compiling p_rsa_asn1.cc
[277/375] Compiling p_rsa.cc
[278/375] Compiling p_hkdf.cc
[279/375] Compiling p_ed25519.cc
[280/375] Compiling p_ed25519_asn1.cc
[281/375] Compiling p_ec_asn1.cc
[282/375] Compiling p_ec.cc
[283/375] Compiling p_dh_asn1.cc
[284/375] Compiling p_dsa_asn1.cc
[285/375] Compiling p_dh.cc
[286/375] Compiling err.cc
[287/375] Compiling evp_asn1.cc
[288/375] Compiling evp_ctx.cc
[289/375] Compiling evp.cc
[289/375] Compiling ecdsa_p1363.cc
[291/375] Compiling engine.cc
[292/375] Compiling ecdsa_asn1.cc
[293/375] Compiling ecdh.cc
[294/375] Compiling hash_to_curve.cc
[295/375] Compiling ec_derive.cc
[296/375] Compiling dsa.cc
[297/375] Compiling ec_asn1.cc
[298/375] Compiling bcm.cc
[299/375] Compiling dsa_asn1.cc
[299/375] Compiling x25519-asm-arm.S
[299/375] Compiling params.cc
[299/375] Compiling digest_extra.cc
[299/375] Compiling dh_asn1.cc
[299/375] Compiling spake25519.cc
[299/375] Compiling des.cc
[299/375] Compiling cpu_arm_linux.cc
[299/375] Compiling cpu_intel.cc
[299/375] Compiling crypto.cc
[299/375] Compiling curve25519_64_adx.cc
[299/375] Compiling cpu_aarch64_win.cc
[299/375] Compiling curve25519.cc
[299/375] Compiling cpu_arm_freebsd.cc
[299/375] Compiling cpu_aarch64_sysreg.cc
[299/375] Compiling cpu_aarch64_openbsd.cc
[299/375] Compiling cpu_aarch64_fuchsia.cc
[299/375] Compiling cpu_aarch64_apple.cc
[299/375] Compiling cpu_aarch64_linux.cc
[299/375] Compiling conf.cc
[299/375] Compiling tls_cbc.cc
[299/375] Compiling e_tls.cc
[299/375] Compiling get_cipher.cc
[299/375] Compiling e_rc2.cc
[299/375] Compiling e_null.cc
[299/375] Compiling e_rc4.cc
[299/375] Compiling cms.cc
[299/375] Compiling e_des.cc
[299/375] Compiling e_aesgcmsiv.cc
[299/375] Compiling e_chacha20poly1305.cc
[299/375] Compiling derive_key.cc
[299/375] Compiling e_aeseax.cc
[299/375] Compiling e_aesctrhmac.cc
[299/375] Compiling chacha.cc
[299/375] Compiling unicode.cc
[299/375] Compiling ber.cc
[299/375] Compiling cbb.cc
[299/375] Compiling sqrt.cc
[299/375] Compiling cbs.cc
[299/375] Compiling div.cc
[299/375] Compiling asn1_compat.cc
[299/375] Compiling exponentiation.cc
[299/375] Compiling buf.cc
[299/375] Compiling bn_asn1.cc
[299/375] Compiling blake2.cc
[299/375] Compiling convert.cc
[299/375] Compiling bio.cc
[299/375] Compiling base64.cc
[299/375] Compiling tasn_utl.cc
[299/375] Compiling tasn_typ.cc
[299/375] Compiling tasn_new.cc
[299/375] Compiling posix_time.cc
[299/375] Compiling tasn_enc.cc
[299/375] Compiling tasn_fre.cc
[299/375] Compiling tasn_dec.cc
[299/375] Compiling asn_pack.cc
[299/375] Compiling f_string.cc
[299/375] Compiling f_int.cc
[299/375] Compiling asn1_par.cc
[299/375] Compiling asn1_lib.cc
[299/375] Compiling a_utctm.cc
[299/375] Compiling a_type.cc
[299/375] Compiling a_strnid.cc
[299/375] Compiling a_time.cc
[299/375] Compiling a_strex.cc
[299/375] Compiling a_octet.cc
[299/375] Compiling a_object.cc
[299/375] Compiling a_i2d_fp.cc
[299/375] Compiling a_mbstr.cc
[299/375] Compiling a_int.cc
[299/375] Compiling a_dup.cc
[299/375] Compiling a_d2i_fp.cc
[299/375] Compiling a_gentm.cc
[299/375] Compiling aes.cc
[299/375] Compiling a_bool.cc
[299/375] Compiling a_bitstr.cc
[376/383] Compiling CryptoBoringWrapper RandomBytes.swift
[377/383] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[378/383] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[379/383] Compiling CryptoBoringWrapper EllipticCurve.swift
[380/383] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[381/383] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[382/383] Emitting module CryptoBoringWrapper
[383/383] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[385/455] Emitting module Crypto
[386/465] Compiling Crypto HPKE-Errors.swift
[387/465] Compiling Crypto HPKE.swift
[388/465] Compiling Crypto HPKE-Context.swift
[389/465] Compiling Crypto HPKE-KeySchedule.swift
[390/465] Compiling Crypto HPKE-Modes.swift
[391/465] Compiling Crypto Insecure.swift
[392/465] Compiling Crypto Insecure_HashFunctions.swift
[393/465] Compiling Crypto KEM.swift
[394/465] Compiling Crypto ECDH_boring.swift
[395/465] Compiling Crypto DH.swift
[396/465] Compiling Crypto X25519Keys.swift
[397/465] Compiling Crypto SymmetricKeys.swift
[398/465] Compiling Crypto HMAC.swift
[399/465] Compiling Crypto MACFunctions.swift
[400/465] Compiling Crypto MessageAuthenticationCode.swift
[401/465] Compiling Crypto AES.swift
[402/465] Compiling Crypto ECDSASignature_boring.swift
[403/465] Compiling Crypto ECDSA_boring.swift
[404/465] Compiling Crypto EdDSA_boring.swift
[405/465] Compiling Crypto ECDSA.swift
[406/465] Compiling Crypto HPKE-AEAD.swift
[407/465] Compiling Crypto HPKE-Ciphersuite.swift
[408/465] Compiling Crypto HPKE-KDF.swift
[409/465] Compiling Crypto HPKE-KexKeyDerivation.swift
[410/465] Compiling Crypto HPKE-LabeledExtract.swift
[411/465] Compiling Crypto HPKE-Utils.swift
[412/465] Compiling Crypto DHKEM.swift
[413/465] Compiling Crypto HPKE-KEM-Curve25519.swift
[414/465] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[415/465] Compiling Crypto HPKE-KEM.swift
[416/465] Compiling Crypto ECDH.swift
[417/465] Compiling Crypto HKDF.swift
[418/465] Compiling Crypto AESWrap.swift
[419/465] Compiling Crypto AESWrap_boring.swift
[420/465] Compiling Crypto Ed25519_boring.swift
[421/465] Compiling Crypto NISTCurvesKeys_boring.swift
[422/465] Compiling Crypto X25519Keys_boring.swift
[423/465] Compiling Crypto Curve25519.swift
[424/465] Compiling Crypto Ed25519Keys.swift
[425/465] Compiling Crypto NISTCurvesKeys.swift
[426/465] Compiling Crypto ASN1Identifier.swift
[427/465] Compiling Crypto ASN1Integer.swift
[428/465] Compiling Crypto ASN1Null.swift
[429/465] Compiling Crypto ASN1OctetString.swift
[430/465] Compiling Crypto ASN1Strings.swift
[431/465] Compiling Crypto ArraySliceBigint.swift
[432/465] Compiling Crypto GeneralizedTime.swift
[433/465] Compiling Crypto ObjectIdentifier.swift
[434/465] Compiling Crypto ECDSASignature.swift
[435/465] Compiling Crypto PEMDocument.swift
[436/465] Compiling Crypto PKCS8PrivateKey.swift
[437/465] Compiling Crypto SEC1PrivateKey.swift
[438/465] Compiling Crypto SubjectPublicKeyInfo.swift
[439/465] Compiling Crypto CryptoError_boring.swift
[440/465] Compiling Crypto CryptoKitErrors.swift
[441/465] Compiling Crypto Digest_boring.swift
[442/465] Compiling Crypto Digest.swift
[443/465] Compiling Crypto Digests.swift
[444/465] Compiling Crypto HashFunctions.swift
[445/465] Compiling Crypto HashFunctions_SHA2.swift
[446/465] Compiling Crypto AES-GCM.swift
[447/465] Compiling Crypto AES-GCM_boring.swift
[448/465] Compiling Crypto ChaChaPoly_boring.swift
[449/465] Compiling Crypto ChaChaPoly.swift
[450/465] Compiling Crypto Cipher.swift
[451/465] Compiling Crypto Nonces.swift
[452/465] Compiling Crypto ASN1.swift
[453/465] Compiling Crypto ASN1Any.swift
[454/465] Compiling Crypto ASN1BitString.swift
[455/465] Compiling Crypto ASN1Boolean.swift
[456/465] Compiling Crypto Ed25519.swift
[457/465] Compiling Crypto Signature.swift
[458/465] Compiling Crypto CryptoKitErrors_boring.swift
[459/465] Compiling Crypto RNG_boring.swift
[460/465] Compiling Crypto SafeCompare_boring.swift
[461/465] Compiling Crypto Zeroization_boring.swift
[462/465] Compiling Crypto PrettyBytes.swift
[463/465] Compiling Crypto SafeCompare.swift
[464/465] Compiling Crypto SecureBytes.swift
[465/465] Compiling Crypto Zeroization.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[467/489] 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) {
[468/492] Compiling ErrorKit MailComposerModifier.swift
[469/492] Compiling ErrorKit MailComposerView.swift
[470/492] Compiling ErrorKit Throwable.swift
[471/492] 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 |       }
[472/492] 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 |       }
[473/492] 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 |       }
[474/492] Compiling ErrorKit FoundationErrorMapper.swift
[475/492] Compiling ErrorKit MapKitErrorMapper.swift
[476/492] Compiling ErrorKit Logger+ErrorKit.swift
[477/492] Compiling ErrorKit String+ErrorKit.swift
[478/492] Compiling ErrorKit ErrorKit+OSLog.swift
[479/492] Compiling ErrorKit MailAttachment.swift
[480/492] Compiling ErrorKit DatabaseError.swift
[481/492] Compiling ErrorKit FileError.swift
[482/492] Compiling ErrorKit GenericError.swift
[483/492] Compiling ErrorKit NetworkError.swift
[484/492] Compiling ErrorKit StateError.swift
[485/492] Compiling ErrorKit ValidationError.swift
[486/492] Compiling ErrorKit Catching.swift
[487/492] Compiling ErrorKit OperationError.swift
[488/492] Compiling ErrorKit ParsingError.swift
[489/492] Compiling ErrorKit PermissionError.swift
[490/492] 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)
[491/492] 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)
[492/492] 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-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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
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 RandomBytes.swift
[3/9] Compiling CryptoBoringWrapper EllipticCurve.swift
[4/9] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[5/9] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[6/9] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[7/9] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[8/9] Emitting module CryptoBoringWrapper
[9/9] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[11/81] Emitting module Crypto
[12/91] Compiling Crypto X25519Keys.swift
[13/91] Compiling Crypto SymmetricKeys.swift
[14/91] Compiling Crypto HMAC.swift
[15/91] Compiling Crypto MACFunctions.swift
[16/91] Compiling Crypto MessageAuthenticationCode.swift
[17/91] Compiling Crypto AES.swift
[18/91] Compiling Crypto ECDSASignature_boring.swift
[19/91] Compiling Crypto ECDSA_boring.swift
[20/91] Compiling Crypto EdDSA_boring.swift
[21/91] Compiling Crypto ECDSA.swift
[22/91] Compiling Crypto HPKE-AEAD.swift
[23/91] Compiling Crypto HPKE-Ciphersuite.swift
[24/91] Compiling Crypto HPKE-KDF.swift
[25/91] Compiling Crypto HPKE-KexKeyDerivation.swift
[26/91] Compiling Crypto HPKE-LabeledExtract.swift
[27/91] Compiling Crypto HPKE-Utils.swift
[28/91] Compiling Crypto DHKEM.swift
[29/91] Compiling Crypto HPKE-KEM-Curve25519.swift
[30/91] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[31/91] Compiling Crypto HPKE-KEM.swift
[32/91] Compiling Crypto PKCS8PrivateKey.swift
[33/91] Compiling Crypto SEC1PrivateKey.swift
[34/91] Compiling Crypto SubjectPublicKeyInfo.swift
[35/91] Compiling Crypto CryptoError_boring.swift
[36/91] Compiling Crypto CryptoKitErrors.swift
[37/91] Compiling Crypto Digest_boring.swift
[38/91] Compiling Crypto Digest.swift
[39/91] Compiling Crypto Digests.swift
[40/91] Compiling Crypto HashFunctions.swift
[41/91] Compiling Crypto HashFunctions_SHA2.swift
[42/91] Compiling Crypto AES-GCM.swift
[43/91] Compiling Crypto AES-GCM_boring.swift
[44/91] Compiling Crypto ChaChaPoly_boring.swift
[45/91] Compiling Crypto ChaChaPoly.swift
[46/91] Compiling Crypto Cipher.swift
[47/91] Compiling Crypto Nonces.swift
[48/91] Compiling Crypto ASN1.swift
[49/91] Compiling Crypto ASN1Any.swift
[50/91] Compiling Crypto ASN1BitString.swift
[51/91] Compiling Crypto ASN1Boolean.swift
[52/91] Compiling Crypto HPKE-Errors.swift
[53/91] Compiling Crypto HPKE.swift
[54/91] Compiling Crypto HPKE-Context.swift
[55/91] Compiling Crypto HPKE-KeySchedule.swift
[56/91] Compiling Crypto HPKE-Modes.swift
[57/91] Compiling Crypto Insecure.swift
[58/91] Compiling Crypto Insecure_HashFunctions.swift
[59/91] Compiling Crypto KEM.swift
[60/91] Compiling Crypto ECDH_boring.swift
[61/91] Compiling Crypto DH.swift
[62/91] Compiling Crypto ECDH.swift
[63/91] Compiling Crypto HKDF.swift
[64/91] Compiling Crypto AESWrap.swift
[65/91] Compiling Crypto AESWrap_boring.swift
[66/91] Compiling Crypto Ed25519_boring.swift
[67/91] Compiling Crypto NISTCurvesKeys_boring.swift
[68/91] Compiling Crypto X25519Keys_boring.swift
[69/91] Compiling Crypto Curve25519.swift
[70/91] Compiling Crypto Ed25519Keys.swift
[71/91] Compiling Crypto NISTCurvesKeys.swift
[72/91] Compiling Crypto ASN1Identifier.swift
[73/91] Compiling Crypto ASN1Integer.swift
[74/91] Compiling Crypto ASN1Null.swift
[75/91] Compiling Crypto ASN1OctetString.swift
[76/91] Compiling Crypto ASN1Strings.swift
[77/91] Compiling Crypto ArraySliceBigint.swift
[78/91] Compiling Crypto GeneralizedTime.swift
[79/91] Compiling Crypto ObjectIdentifier.swift
[80/91] Compiling Crypto ECDSASignature.swift
[81/91] Compiling Crypto PEMDocument.swift
[82/91] Compiling Crypto Ed25519.swift
[83/91] Compiling Crypto Signature.swift
[84/91] Compiling Crypto CryptoKitErrors_boring.swift
[85/91] Compiling Crypto RNG_boring.swift
[86/91] Compiling Crypto SafeCompare_boring.swift
[87/91] Compiling Crypto Zeroization_boring.swift
[88/91] Compiling Crypto PrettyBytes.swift
[89/91] Compiling Crypto SafeCompare.swift
[90/91] Compiling Crypto SecureBytes.swift
[91/91] Compiling Crypto Zeroization.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[93/115] 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) {
[94/118] Compiling ErrorKit String+ErrorKit.swift
[95/118] Compiling ErrorKit ErrorKit+OSLog.swift
[96/118] Compiling ErrorKit MailAttachment.swift
[97/118] Compiling ErrorKit MailComposerModifier.swift
[98/118] Compiling ErrorKit MailComposerView.swift
[99/118] Compiling ErrorKit Throwable.swift
[100/118] 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 |       }
[101/118] 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 |       }
[102/118] 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 |       }
[103/118] Compiling ErrorKit StateError.swift
[104/118] Compiling ErrorKit ValidationError.swift
[105/118] Compiling ErrorKit Catching.swift
[106/118] Compiling ErrorKit FoundationErrorMapper.swift
[107/118] Compiling ErrorKit MapKitErrorMapper.swift
[108/118] Compiling ErrorKit Logger+ErrorKit.swift
[109/118] 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)
[110/118] 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)
[111/118] 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)
[112/118] Compiling ErrorKit DatabaseError.swift
[113/118] Compiling ErrorKit FileError.swift
[114/118] Compiling ErrorKit GenericError.swift
[115/118] Compiling ErrorKit NetworkError.swift
[116/118] Compiling ErrorKit OperationError.swift
[117/118] Compiling ErrorKit ParsingError.swift
[118/118] Compiling ErrorKit PermissionError.swift
BUILD FAILURE 6.1 wasm