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

Successful build of ErrorKit, reference main (94d087), with Swift 6.1 for Linux on 13 Aug 2025 07:56:01 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/stackotter/ErrorKit.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/stackotter/ErrorKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 94d0876 Add convenience overloads for Logger & correct doc sample code
Cloned https://github.com/stackotter/ErrorKit.git
Revision (git rev-parse @):
94d08765d65a7fc7b64730b0a9920ce4246d9fa0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/stackotter/ErrorKit.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/stackotter/ErrorKit.git
https://github.com/stackotter/ErrorKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.11.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    }
  ],
  "manifest_display_name" : "ErrorKit",
  "name" : "ErrorKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "ErrorKit",
      "targets" : [
        "ErrorKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ErrorKitTests",
      "module_type" : "SwiftTarget",
      "name" : "ErrorKitTests",
      "path" : "Tests/ErrorKitTests",
      "sources" : [
        "ErrorKitTests.swift",
        "ThrowableTests.swift"
      ],
      "target_dependencies" : [
        "ErrorKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ErrorKit",
      "module_type" : "SwiftTarget",
      "name" : "ErrorKit",
      "path" : "Sources/ErrorKit",
      "product_dependencies" : [
        "Crypto"
      ],
      "product_memberships" : [
        "ErrorKit"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/ErrorKit/Resources/Localizable.xcstrings",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/ErrorKit/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "BuiltInErrors/DatabaseError.swift",
        "BuiltInErrors/FileError.swift",
        "BuiltInErrors/GenericError.swift",
        "BuiltInErrors/NetworkError.swift",
        "BuiltInErrors/OperationError.swift",
        "BuiltInErrors/ParsingError.swift",
        "BuiltInErrors/PermissionError.swift",
        "BuiltInErrors/StateError.swift",
        "BuiltInErrors/ValidationError.swift",
        "Catching.swift",
        "ErrorKit.swift",
        "ErrorMapper.swift",
        "ErrorMappers/CoreDataErrorMapper.swift",
        "ErrorMappers/FoundationErrorMapper.swift",
        "ErrorMappers/MapKitErrorMapper.swift",
        "Helpers/Logger+ErrorKit.swift",
        "Helpers/String+ErrorKit.swift",
        "Logging/ErrorKit+OSLog.swift",
        "Logging/MailAttachment.swift",
        "Logging/MailComposerModifier.swift",
        "Logging/MailComposerView.swift",
        "Throwable.swift",
        "TypedOverloads/FileManager+ErrorKit.swift",
        "TypedOverloads/URLSession+ErrorKit.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-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.60s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.14.0 (8.36s)
Fetching https://github.com/apple/swift-asn1.git
[1/1629] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.52s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (1.48s)
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] Write sources
[0/375] Copying PrivacyInfo.xcprivacy
[0/375] Copying Localizable.xcstrings
[4/375] Write sources
[4/375] Copying Info.plist
[6/375] Compiling fiat_curve25519_adx_mul.S
[7/375] Compiling fiat_p256_adx_mul.S
[8/375] Compiling fiat_p256_adx_sqr.S
[9/375] Compiling fiat_curve25519_adx_square.S
[10/375] Compiling md5-x86_64-linux.S
[11/375] Compiling md5-x86_64-apple.S
[12/375] Write swift-version-24593BA9C3E375BF.txt
[13/375] Compiling md5-586-linux.S
[14/375] Compiling CCryptoBoringSSLShims shims.c
[15/375] Compiling chacha20_poly1305_x86_64-linux.S
[16/375] Compiling md5-586-apple.S
[17/375] Compiling err_data.cc
[18/375] Compiling chacha20_poly1305_armv8-win.S
[19/375] Compiling chacha20_poly1305_x86_64-apple.S
[20/375] Compiling chacha20_poly1305_armv8-linux.S
[21/375] Compiling chacha-armv8-linux.S
[22/375] Compiling chacha-armv8-win.S
[23/375] Compiling chacha-x86-linux.S
[23/375] Compiling chacha-x86-apple.S
[23/375] Compiling chacha20_poly1305_armv8-apple.S
[26/375] Compiling chacha-x86_64-linux.S
[27/375] Compiling chacha-x86_64-apple.S
[28/375] Compiling chacha-armv8-apple.S
[29/375] Compiling chacha-armv4-linux.S
[30/375] Compiling aes128gcmsiv-x86_64-linux.S
[31/375] Compiling x86_64-mont-apple.S
[31/375] Compiling aes128gcmsiv-x86_64-apple.S
[33/375] Compiling x86-mont-linux.S
[34/375] Compiling x86_64-mont-linux.S
[35/375] Compiling x86_64-mont5-apple.S
[36/375] Compiling x86_64-mont5-linux.S
[37/375] Compiling vpaes-x86-linux.S
[38/375] Compiling x86-mont-apple.S
[39/375] Compiling vpaes-x86_64-linux.S
[40/375] Compiling vpaes-x86_64-apple.S
[41/375] Compiling vpaes-armv8-linux.S
[42/375] Compiling vpaes-x86-apple.S
[43/375] Compiling vpaes-armv8-win.S
[44/375] Compiling vpaes-armv8-apple.S
[45/375] Compiling vpaes-armv7-linux.S
[46/375] Compiling sha512-x86_64-linux.S
[47/375] Compiling sha512-armv8-win.S
[48/375] Compiling sha512-armv8-apple.S
[49/375] Compiling sha512-x86_64-apple.S
[50/375] Compiling sha512-armv8-linux.S
[51/375] Compiling sha512-armv4-linux.S
[52/375] Compiling sha512-586-apple.S
[53/375] Compiling sha512-586-linux.S
[54/375] Compiling sha256-armv8-win.S
[55/375] Compiling sha256-x86_64-apple.S
[56/375] Compiling sha256-x86_64-linux.S
[57/375] Compiling sha256-armv4-linux.S
[58/375] Compiling sha256-armv8-apple.S
[59/375] Compiling sha256-586-apple.S
[59/375] Compiling sha256-586-linux.S
[61/375] Compiling sha256-armv8-linux.S
[62/375] Compiling sha1-armv8-win.S
[63/375] Compiling sha1-x86_64-apple.S
[64/375] Compiling sha1-armv8-linux.S
[65/375] Compiling sha1-x86_64-linux.S
[66/375] Compiling sha1-586-apple.S
[67/375] Compiling sha1-armv8-apple.S
[68/375] Compiling sha1-armv4-large-linux.S
[69/375] Compiling sha1-586-linux.S
[70/375] Compiling rsaz-avx2-apple.S
[71/375] Compiling rsaz-avx2-linux.S
[71/375] Compiling rdrand-x86_64-linux.S
[73/375] Compiling rdrand-x86_64-apple.S
[74/375] Compiling p256_beeu-armv8-asm-win.S
[75/375] Compiling p256_beeu-x86_64-asm-linux.S
[76/375] Compiling p256_beeu-x86_64-asm-apple.S
[76/375] Compiling p256-armv8-asm-win.S
[78/375] Compiling p256-x86_64-asm-linux.S
[79/375] Compiling p256_beeu-armv8-asm-linux.S
[80/375] Compiling p256_beeu-armv8-asm-apple.S
[81/375] Compiling p256-x86_64-asm-apple.S
[82/375] Compiling p256-armv8-asm-linux.S
[83/375] Compiling p256-armv8-asm-apple.S
[84/375] Compiling ghashv8-armv8-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-apple.S
[89/375] Compiling ghash-x86_64-linux.S
[90/375] Compiling ghash-x86-linux.S
[91/375] Compiling ghash-x86-apple.S
[92/375] Compiling ghash-ssse3-x86_64-linux.S
[93/375] Compiling ghash-ssse3-x86-linux.S
[94/375] Compiling ghash-ssse3-x86_64-apple.S
[95/375] Compiling ghash-ssse3-x86-apple.S
[96/375] Compiling ghash-neon-armv8-apple.S
[97/375] Compiling co-586-linux.S
[98/375] Compiling ghash-neon-armv8-linux.S
[99/375] Compiling co-586-apple.S
[100/375] Compiling ghash-armv4-linux.S
[101/375] Compiling ghash-neon-armv8-win.S
[102/375] Compiling bsaes-armv7-linux.S
[103/375] Compiling bn-armv8-win.S
[104/375] Compiling armv8-mont-win.S
[105/375] Compiling bn-armv8-linux.S
[105/375] Compiling bn-armv8-apple.S
[106/375] Compiling bn-586-apple.S
[108/375] Compiling armv8-mont-apple.S
[109/375] Compiling bn-586-linux.S
[110/375] Compiling armv8-mont-linux.S
[111/375] Compiling armv4-mont-linux.S
[112/375] Compiling aesv8-gcm-armv8-win.S
[113/375] Compiling aesv8-armv8-win.S
[113/375] Compiling aesv8-gcm-armv8-linux.S
[115/375] Compiling aesv8-armv8-linux.S
[116/375] Compiling aesv8-gcm-armv8-apple.S
[117/375] Compiling aesv8-armv7-linux.S
[118/375] Compiling aesv8-armv8-apple.S
[119/375] Compiling aesni-x86_64-apple.S
[120/375] Compiling aesni-x86-apple.S
[121/375] Compiling aes-gcm-avx512-x86_64-linux.S
[122/375] Compiling aesni-x86_64-linux.S
[123/375] Compiling aesni-gcm-x86_64-linux.S
[124/375] Compiling aes-gcm-avx512-x86_64-apple.S
[125/375] Compiling aesni-x86-linux.S
[126/375] Compiling aesni-gcm-x86_64-apple.S
[127/375] Compiling aes-gcm-avx2-x86_64-linux.S
[128/375] Compiling aes-gcm-avx2-x86_64-apple.S
[129/375] Compiling xwing.cc
[130/375] Compiling x_spki.cc
[131/375] Compiling x_sig.cc
[132/375] Compiling x_req.cc
[133/375] Compiling x_x509a.cc
[134/375] Compiling x_pubkey.cc
[135/375] Compiling x_val.cc
[136/375] Compiling x_x509.cc
[137/375] Compiling x_name.cc
[138/375] Compiling x_algor.cc
[139/375] Compiling x_exten.cc
[140/375] Compiling x_crl.cc
[141/375] Compiling x_all.cc
[142/375] Compiling x509rset.cc
[143/375] Compiling x509spki.cc
[144/375] Compiling x_attrib.cc
[145/375] Compiling x509name.cc
[146/375] Compiling x509_vpm.cc
[147/375] Compiling x509_txt.cc
[148/375] Compiling x509cset.cc
[149/375] Compiling x509_trs.cc
[150/375] Compiling x509_vfy.cc
[151/375] Compiling x509_v3.cc
[152/375] Compiling x509_set.cc
[153/375] Compiling x509_req.cc
[154/375] Compiling x509_obj.cc
[155/375] Compiling x509_lu.cc
[156/375] Compiling x509_d2.cc
[157/375] Compiling x509_ext.cc
[158/375] Compiling x509_def.cc
[159/375] Compiling x509_cmp.cc
[160/375] Compiling x509_att.cc
[161/375] Compiling x509.cc
[162/375] Compiling v3_purp.cc
[163/375] Compiling v3_skey.cc
[164/375] Compiling v3_utl.cc
[165/375] Compiling v3_pmaps.cc
[166/375] Compiling v3_prn.cc
[167/375] Compiling v3_ncons.cc
[168/375] Compiling v3_pcons.cc
[169/375] Compiling v3_ocsp.cc
[170/375] Compiling v3_lib.cc
[171/375] Compiling v3_int.cc
[172/375] Compiling v3_ia5.cc
[173/375] Compiling v3_genn.cc
[174/375] Compiling v3_info.cc
[175/375] Compiling v3_enum.cc
[176/375] Compiling v3_extku.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 v3_alt.cc
[182/375] Compiling v3_bcons.cc
[183/375] Compiling v3_akey.cc
[184/375] Compiling v3_akeya.cc
[185/375] Compiling rsa_pss.cc
[186/375] Compiling t_x509.cc
[187/375] Compiling t_x509a.cc
[188/375] Compiling t_crl.cc
[189/375] Compiling i2d_pr.cc
[190/375] Compiling t_req.cc
[191/375] Compiling name_print.cc
[192/375] Compiling policy.cc
[193/375] Compiling by_file.cc
[194/375] Compiling asn1_gen.cc
[195/375] Compiling by_dir.cc
[196/375] Compiling algorithm.cc
[197/375] Compiling a_verify.cc
[198/375] Compiling a_sign.cc
[199/375] Compiling thread_win.cc
[200/375] Compiling voprf.cc
[201/375] Compiling thread_none.cc
[202/375] Compiling trust_token.cc
[203/375] Compiling a_digest.cc
[204/375] Compiling thread_pthread.cc
[205/375] Compiling thread.cc
[206/375] Compiling pmbtoken.cc
[207/375] Compiling stack.cc
[208/375] Compiling sha512.cc
[209/375] Compiling sha256.cc
[210/375] Compiling sha1.cc
[211/375] Compiling siphash.cc
[212/375] Compiling rsa_print.cc
[213/375] Compiling slhdsa.cc
[214/375] Compiling rsa_extra.cc
[215/375] Compiling spake2plus.cc
[216/375] Compiling rc4.cc
[217/375] Compiling refcount.cc
[218/375] Compiling windows.cc
[219/375] Compiling trusty.cc
[220/375] Compiling rsa_crypt.cc
[221/375] Compiling rand.cc
[222/375] Compiling rsa_asn1.cc
[223/375] Compiling urandom.cc
[224/375] Compiling ios.cc
[225/375] Compiling passive.cc
[225/375] Compiling getentropy.cc
[227/375] Compiling poly1305_arm_asm.S
[228/375] Compiling deterministic.cc
[229/375] Compiling fork_detect.cc
[230/375] Compiling forkunsafe.cc
[231/375] Compiling poly1305_arm.cc
[232/375] Compiling poly1305_vec.cc
[233/375] Compiling poly1305.cc
[234/375] Compiling pool.cc
[235/375] Compiling pkcs7.cc
[236/375] Compiling pkcs8_x509.cc
[237/375] Compiling pkcs8.cc
[238/375] Compiling p5_pbev2.cc
[239/375] Compiling pkcs7_x509.cc
[240/375] Compiling pem_xaux.cc
[241/375] Compiling pem_x509.cc
[242/375] Compiling pem_pkey.cc
[243/375] Compiling mlkem.cc
[244/375] Compiling pem_pk8.cc
[245/375] Compiling pem_oth.cc
[246/375] Compiling obj_xref.cc
[247/375] Compiling mldsa.cc
[248/375] Compiling pem_info.cc
[249/375] Compiling pem_lib.cc
[250/375] Compiling obj.cc
[251/375] Compiling pem_all.cc
[252/375] Compiling poly_rq_mul.S
[253/375] Compiling mem.cc
[254/375] Compiling fips_shared_support.cc
[255/375] Compiling lhash.cc
[256/375] Compiling md5.cc
[257/375] Compiling md4.cc
[258/375] Compiling fuzzer_mode.cc
[259/375] Compiling kyber.cc
[260/375] Compiling hrss.cc
[261/375] Compiling ex_data.cc
[262/375] Compiling hpke.cc
[263/375] Compiling sign.cc
[264/375] Compiling scrypt.cc
[265/375] Compiling print.cc
[266/375] Compiling pbkdf.cc
[267/375] Compiling p_x25519.cc
[268/375] Compiling p_x25519_asn1.cc
[269/375] Compiling p_ed25519.cc
[270/375] Compiling p_rsa_asn1.cc
[271/375] Compiling p_rsa.cc
[272/375] Compiling p_hkdf.cc
[273/375] Compiling p_ed25519_asn1.cc
[274/375] Compiling p_ec.cc
[275/375] Compiling p_ec_asn1.cc
[276/375] Compiling p_dh_asn1.cc
[277/375] Compiling p_dh.cc
[278/375] Compiling evp.cc
[279/375] Compiling p_dsa_asn1.cc
[280/375] Compiling err.cc
[281/375] Compiling evp_ctx.cc
[282/375] Compiling engine.cc
[283/375] Compiling evp_asn1.cc
[284/375] Compiling ecdsa_p1363.cc
[285/375] Compiling ecdh.cc
[286/375] Compiling hash_to_curve.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 des.cc
[295/375] Compiling digest_extra.cc
[296/375] Compiling dh_asn1.cc
[297/375] Compiling crypto.cc
[298/375] Compiling spake25519.cc
[299/375] Compiling cpu_intel.cc
[300/375] Compiling cpu_arm_linux.cc
[301/375] Compiling cpu_arm_freebsd.cc
[302/375] Compiling curve25519.cc
[303/375] Compiling cpu_aarch64_win.cc
[304/375] Compiling cpu_aarch64_openbsd.cc
[305/375] Compiling cpu_aarch64_sysreg.cc
[306/375] Compiling cpu_aarch64_linux.cc
[307/375] Compiling cpu_aarch64_apple.cc
[308/375] Compiling cpu_aarch64_fuchsia.cc
[309/375] Compiling curve25519_64_adx.cc
[310/375] Compiling conf.cc
[311/375] Compiling bcm.cc
[312/375] Compiling get_cipher.cc
[313/375] Compiling tls_cbc.cc
[314/375] Compiling e_tls.cc
[315/375] Compiling e_rc4.cc
[316/375] Compiling e_rc2.cc
[317/375] Compiling e_null.cc
[318/375] Compiling e_des.cc
[319/375] Compiling e_aesgcmsiv.cc
[320/375] Compiling e_chacha20poly1305.cc
[321/375] Compiling e_aesctrhmac.cc
[322/375] Compiling derive_key.cc
[323/375] Compiling e_aeseax.cc
[324/375] Compiling cms.cc
[325/375] Compiling chacha.cc
[326/375] Compiling sqrt.cc
[327/375] Compiling buf.cc
[328/375] Compiling unicode.cc
[329/375] Compiling ber.cc
[330/375] Compiling asn1_compat.cc
[331/375] Compiling cbs.cc
[332/375] Compiling cbb.cc
[333/375] Compiling exponentiation.cc
[334/375] Compiling div.cc
[335/375] Compiling printf.cc
[336/375] Compiling blake2.cc
[337/375] Compiling bn_asn1.cc
[338/375] Compiling hexdump.cc
[339/375] Compiling pair.cc
[340/375] Compiling file.cc
[341/375] Compiling convert.cc
[342/375] Compiling fd.cc
[343/375] Compiling bio_mem.cc
[344/375] Compiling errno.cc
[345/375] Compiling base64.cc
[346/375] Compiling bio.cc
[347/375] Compiling tasn_typ.cc
[348/375] Compiling tasn_fre.cc
[349/375] Compiling tasn_utl.cc
[350/375] Compiling posix_time.cc
[351/375] Compiling tasn_enc.cc
[352/375] Compiling f_string.cc
[353/375] Compiling tasn_new.cc
[354/375] Compiling f_int.cc
[355/375] Compiling asn_pack.cc
[356/375] Compiling tasn_dec.cc
[357/375] Compiling asn1_par.cc
[358/375] Compiling a_octet.cc
[359/375] Compiling asn1_lib.cc
[360/375] Compiling a_type.cc
[361/375] Compiling a_time.cc
[362/375] Compiling a_utctm.cc
[363/375] Compiling a_strnid.cc
[364/375] Compiling a_object.cc
[365/375] Compiling a_strex.cc
[366/375] Compiling a_i2d_fp.cc
[367/375] Compiling a_dup.cc
[368/375] Compiling a_mbstr.cc
[369/375] Compiling a_d2i_fp.cc
[370/375] Compiling a_gentm.cc
[371/375] Compiling a_int.cc
[372/375] Compiling aes.cc
[373/375] Compiling a_bool.cc
[374/375] Compiling a_bitstr.cc
[376/383] Emitting module CryptoBoringWrapper
[377/383] Compiling CryptoBoringWrapper RandomBytes.swift
[378/383] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[379/383] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[380/383] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[381/383] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[382/383] Compiling CryptoBoringWrapper EllipticCurve.swift
[383/383] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[385/455] Emitting module Crypto
[386/465] Compiling Crypto X25519Keys.swift
[387/465] Compiling Crypto SymmetricKeys.swift
[388/465] Compiling Crypto HMAC.swift
[389/465] Compiling Crypto MACFunctions.swift
[390/465] Compiling Crypto MessageAuthenticationCode.swift
[391/465] Compiling Crypto AES.swift
[392/465] Compiling Crypto ECDSASignature_boring.swift
[393/465] Compiling Crypto ECDSA_boring.swift
[394/465] Compiling Crypto EdDSA_boring.swift
[395/465] Compiling Crypto ECDSA.swift
[396/465] Compiling Crypto Ed25519.swift
[397/465] Compiling Crypto Signature.swift
[398/465] Compiling Crypto CryptoKitErrors_boring.swift
[399/465] Compiling Crypto RNG_boring.swift
[400/465] Compiling Crypto SafeCompare_boring.swift
[401/465] Compiling Crypto Zeroization_boring.swift
[402/465] Compiling Crypto PrettyBytes.swift
[403/465] Compiling Crypto SafeCompare.swift
[404/465] Compiling Crypto SecureBytes.swift
[405/465] Compiling Crypto Zeroization.swift
[406/465] Compiling Crypto PKCS8PrivateKey.swift
[407/465] Compiling Crypto SEC1PrivateKey.swift
[408/465] Compiling Crypto SubjectPublicKeyInfo.swift
[409/465] Compiling Crypto CryptoError_boring.swift
[410/465] Compiling Crypto CryptoKitErrors.swift
[411/465] Compiling Crypto Digest_boring.swift
[412/465] Compiling Crypto Digest.swift
[413/465] Compiling Crypto Digests.swift
[414/465] Compiling Crypto HashFunctions.swift
[415/465] Compiling Crypto HashFunctions_SHA2.swift
[416/465] Compiling Crypto HPKE-Errors.swift
[417/465] Compiling Crypto HPKE.swift
[418/465] Compiling Crypto HPKE-Context.swift
[419/465] Compiling Crypto HPKE-KeySchedule.swift
[420/465] Compiling Crypto HPKE-Modes.swift
[421/465] Compiling Crypto Insecure.swift
[422/465] Compiling Crypto Insecure_HashFunctions.swift
[423/465] Compiling Crypto KEM.swift
[424/465] Compiling Crypto ECDH_boring.swift
[425/465] Compiling Crypto DH.swift
[426/465] Compiling Crypto HPKE-AEAD.swift
[427/465] Compiling Crypto HPKE-Ciphersuite.swift
[428/465] Compiling Crypto HPKE-KDF.swift
[429/465] Compiling Crypto HPKE-KexKeyDerivation.swift
[430/465] Compiling Crypto HPKE-LabeledExtract.swift
[431/465] Compiling Crypto HPKE-Utils.swift
[432/465] Compiling Crypto DHKEM.swift
[433/465] Compiling Crypto HPKE-KEM-Curve25519.swift
[434/465] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[435/465] Compiling Crypto HPKE-KEM.swift
[436/465] Compiling Crypto ECDH.swift
[437/465] Compiling Crypto HKDF.swift
[438/465] Compiling Crypto AESWrap.swift
[439/465] Compiling Crypto AESWrap_boring.swift
[440/465] Compiling Crypto Ed25519_boring.swift
[441/465] Compiling Crypto NISTCurvesKeys_boring.swift
[442/465] Compiling Crypto X25519Keys_boring.swift
[443/465] Compiling Crypto Curve25519.swift
[444/465] Compiling Crypto Ed25519Keys.swift
[445/465] Compiling Crypto NISTCurvesKeys.swift
[446/465] Compiling Crypto AES-GCM.swift
[447/465] Compiling Crypto AES-GCM_boring.swift
[448/465] Compiling Crypto ChaChaPoly_boring.swift
[449/465] Compiling Crypto ChaChaPoly.swift
[450/465] Compiling Crypto Cipher.swift
[451/465] Compiling Crypto Nonces.swift
[452/465] Compiling Crypto ASN1.swift
[453/465] Compiling Crypto ASN1Any.swift
[454/465] Compiling Crypto ASN1BitString.swift
[455/465] Compiling Crypto ASN1Boolean.swift
[456/465] Compiling Crypto ASN1Identifier.swift
[457/465] Compiling Crypto ASN1Integer.swift
[458/465] Compiling Crypto ASN1Null.swift
[459/465] Compiling Crypto ASN1OctetString.swift
[460/465] Compiling Crypto ASN1Strings.swift
[461/465] Compiling Crypto ArraySliceBigint.swift
[462/465] Compiling Crypto GeneralizedTime.swift
[463/465] Compiling Crypto ObjectIdentifier.swift
[464/465] Compiling Crypto ECDSASignature.swift
[465/465] Compiling Crypto PEMDocument.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] Emitting module ErrorKit
[474/492] Compiling ErrorKit OperationError.swift
[475/492] Compiling ErrorKit ParsingError.swift
[476/492] Compiling ErrorKit PermissionError.swift
[477/492] Compiling ErrorKit FoundationErrorMapper.swift
[478/492] Compiling ErrorKit MapKitErrorMapper.swift
[479/492] Compiling ErrorKit Logger+ErrorKit.swift
[480/492] Compiling ErrorKit DatabaseError.swift
[481/492] Compiling ErrorKit FileError.swift
[482/492] Compiling ErrorKit GenericError.swift
[483/492] Compiling ErrorKit NetworkError.swift
[484/492] Compiling ErrorKit StateError.swift
[485/492] Compiling ErrorKit ValidationError.swift
[486/492] Compiling ErrorKit Catching.swift
[487/492] Compiling ErrorKit ErrorKit.swift
[488/492] Compiling ErrorKit ErrorMapper.swift
[489/492] Compiling ErrorKit CoreDataErrorMapper.swift
[490/492] Compiling ErrorKit FileManager+ErrorKit.swift
[491/492] Compiling ErrorKit URLSession+ErrorKit.swift
[492/492] Compiling ErrorKit resource_bundle_accessor.swift
Build complete! (171.70s)
Build complete.
{
  "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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.