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