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 (c9c2fe), with Swift 6.1 for Wasm on 3 Aug 2025 17:52:46 UTC.

Build Command

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