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 (6951a8), with Swift 6.1 for Linux on 17 Sep 2025 15:39:00 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.67.1
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 6951a8d Fix small overlap issue in Logo
Cloned https://github.com/FlineDev/ErrorKit.git
Revision (git rev-parse @):
6951a8d934bf233aa4f277d59cc00b7b7cfb8629
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/FlineDev/ErrorKit.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/FlineDev/ErrorKit.git
https://github.com/FlineDev/ErrorKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.11.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    }
  ],
  "manifest_display_name" : "ErrorKit",
  "name" : "ErrorKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "ErrorKit",
      "targets" : [
        "ErrorKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ErrorKitTests",
      "module_type" : "SwiftTarget",
      "name" : "ErrorKitTests",
      "path" : "Tests/ErrorKitTests",
      "sources" : [
        "ErrorKitTests.swift",
        "ThrowableTests.swift"
      ],
      "target_dependencies" : [
        "ErrorKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ErrorKit",
      "module_type" : "SwiftTarget",
      "name" : "ErrorKit",
      "path" : "Sources/ErrorKit",
      "product_dependencies" : [
        "Crypto"
      ],
      "product_memberships" : [
        "ErrorKit"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/ErrorKit/Resources/Localizable.xcstrings",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/ErrorKit/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "BuiltInErrors/DatabaseError.swift",
        "BuiltInErrors/FileError.swift",
        "BuiltInErrors/GenericError.swift",
        "BuiltInErrors/NetworkError.swift",
        "BuiltInErrors/OperationError.swift",
        "BuiltInErrors/ParsingError.swift",
        "BuiltInErrors/PermissionError.swift",
        "BuiltInErrors/StateError.swift",
        "BuiltInErrors/ValidationError.swift",
        "Catching.swift",
        "ErrorKit.swift",
        "ErrorMapper.swift",
        "ErrorMappers/CoreDataErrorMapper.swift",
        "ErrorMappers/FoundationErrorMapper.swift",
        "ErrorMappers/MapKitErrorMapper.swift",
        "Helpers/Logger+ErrorKit.swift",
        "Helpers/String+ErrorKit.swift",
        "Logging/ErrorKit+OSLog.swift",
        "Logging/MailAttachment.swift",
        "Logging/MailComposerModifier.swift",
        "Logging/MailComposerView.swift",
        "Throwable.swift",
        "TypedOverloads/FileManager+ErrorKit.swift",
        "TypedOverloads/URLSession+ErrorKit.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
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/17044] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.29s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.0 (5.18s)
Fetching https://github.com/apple/swift-asn1.git
[1/1629] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.29s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.88s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Building for debugging...
[0/375] Copying PrivacyInfo.xcprivacy
[0/375] Copying Info.plist
[0/375] Write sources
[0/375] Copying Localizable.xcstrings
[5/375] 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-linux.S
[11/375] Compiling md5-x86_64-apple.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 aes.cc
[16/375] Compiling poly1305_arm.cc
[17/375] Compiling chacha20_poly1305_armv8-win.S
[18/375] Compiling poly1305.cc
[19/375] Compiling chacha20_poly1305_x86_64-apple.S
[20/375] Compiling chacha20_poly1305_armv8-linux.S
[21/375] Compiling chacha20_poly1305_armv8-apple.S
[22/375] Compiling chacha20_poly1305_x86_64-linux.S
[23/375] Compiling CCryptoBoringSSLShims shims.c
[24/375] Compiling chacha-x86_64-linux.S
[25/375] Compiling chacha-x86_64-apple.S
[26/375] Compiling chacha-x86-linux.S
[27/375] Compiling chacha-armv8-win.S
[28/375] Compiling chacha-x86-apple.S
[29/375] Compiling aes128gcmsiv-x86_64-apple.S
[30/375] Compiling chacha-armv8-linux.S
[31/375] Compiling chacha-armv8-apple.S
[32/375] Compiling chacha-armv4-linux.S
[33/375] Compiling aes128gcmsiv-x86_64-linux.S
[34/375] Compiling x86_64-mont5-linux.S
[35/375] Compiling x86_64-mont-apple.S
[36/375] Compiling x86_64-mont5-apple.S
[37/375] Compiling x86_64-mont-linux.S
[38/375] Compiling x86-mont-linux.S
[39/375] Compiling err_data.cc
[40/375] Compiling vpaes-x86_64-apple.S
[41/375] Compiling x86-mont-apple.S
[42/375] Compiling vpaes-x86_64-linux.S
[43/375] Compiling vpaes-x86-linux.S
[44/375] Compiling vpaes-x86-apple.S
[45/375] Compiling vpaes-armv8-win.S
[46/375] Compiling vpaes-armv8-linux.S
[47/375] Compiling vpaes-armv8-apple.S
[48/375] Compiling vpaes-armv7-linux.S
[49/375] Compiling sha512-armv8-win.S
[50/375] Compiling sha512-x86_64-apple.S
[50/375] Compiling sha512-x86_64-linux.S
[52/375] Compiling sha512-armv8-linux.S
[53/375] Compiling sha512-armv8-apple.S
[54/375] Compiling sha512-armv4-linux.S
[55/375] Compiling sha512-586-linux.S
[56/375] Compiling sha512-586-apple.S
[57/375] Compiling sha256-x86_64-apple.S
[58/375] Compiling sha256-armv4-linux.S
[59/375] Compiling sha256-armv8-win.S
[60/375] Compiling sha256-armv8-linux.S
[61/375] Compiling sha256-armv8-apple.S
[62/375] Compiling sha256-x86_64-linux.S
[63/375] Compiling sha256-586-apple.S
[64/375] Compiling sha256-586-linux.S
[65/375] Compiling sha1-x86_64-apple.S
[66/375] Compiling sha1-armv8-win.S
[67/375] Compiling sha1-armv8-apple.S
[68/375] Compiling sha1-armv8-linux.S
[69/375] Compiling sha1-x86_64-linux.S
[70/375] Compiling sha1-armv4-large-linux.S
[71/375] Compiling sha1-586-linux.S
[72/375] Compiling rsaz-avx2-apple.S
[73/375] Compiling rdrand-x86_64-linux.S
[74/375] Compiling p256_beeu-x86_64-asm-linux.S
[75/375] Compiling rsaz-avx2-linux.S
[76/375] Compiling sha1-586-apple.S
[77/375] Compiling rdrand-x86_64-apple.S
[78/375] Compiling p256_beeu-x86_64-asm-apple.S
[79/375] Compiling p256_beeu-armv8-asm-win.S
[80/375] Compiling pkcs8_x509.cc
[81/375] Compiling p256_beeu-armv8-asm-linux.S
[82/375] Compiling p256_beeu-armv8-asm-apple.S
[83/375] Compiling p256-armv8-asm-apple.S
[84/375] Compiling p256-x86_64-asm-linux.S
[85/375] Compiling p256-x86_64-asm-apple.S
[85/375] Compiling p256-armv8-asm-linux.S
[87/375] Compiling p256-armv8-asm-win.S
[88/375] Compiling ghashv8-armv8-win.S
[89/375] Compiling ghashv8-armv7-linux.S
[90/375] Compiling ghashv8-armv8-apple.S
[91/375] Compiling ghashv8-armv8-linux.S
[92/375] Compiling ghash-x86_64-linux.S
[93/375] Compiling ghash-x86-apple.S
[94/375] Compiling ghash-x86-linux.S
[94/375] Compiling ghash-x86_64-apple.S
[96/375] Compiling ghash-ssse3-x86-linux.S
[97/375] Compiling ghash-ssse3-x86_64-linux.S
[98/375] Compiling ghash-ssse3-x86_64-apple.S
[99/375] Compiling ghash-ssse3-x86-apple.S
[100/375] Compiling ghash-neon-armv8-apple.S
[101/375] Compiling ghash-neon-armv8-win.S
[102/375] Compiling ghash-neon-armv8-linux.S
[103/375] Compiling ghash-armv4-linux.S
[104/375] Compiling co-586-linux.S
[105/375] Compiling bsaes-armv7-linux.S
[106/375] Compiling bn-armv8-win.S
[107/375] Compiling bn-armv8-linux.S
[108/375] Compiling co-586-apple.S
[109/375] Compiling bn-armv8-apple.S
[110/375] Compiling bn-586-linux.S
[111/375] Compiling armv8-mont-apple.S
[112/375] Compiling bn-586-apple.S
[113/375] Compiling armv8-mont-linux.S
[114/375] Compiling aesv8-gcm-armv8-win.S
[115/375] Compiling armv4-mont-linux.S
[115/375] Compiling armv8-mont-win.S
[117/375] Compiling aesv8-gcm-armv8-linux.S
[118/375] Compiling aesv8-armv8-win.S
[119/375] Compiling aesv8-armv8-linux.S
[120/375] Compiling aesv8-gcm-armv8-apple.S
[120/375] Compiling aesv8-armv8-apple.S
[122/375] Compiling aesv8-armv7-linux.S
[123/375] Compiling aesni-x86_64-apple.S
[124/375] Compiling aesni-x86-linux.S
[125/375] Compiling aesni-x86_64-linux.S
[126/375] Compiling aesni-x86-apple.S
[127/375] Compiling aes-gcm-avx512-x86_64-apple.S
[127/375] Compiling aesni-gcm-x86_64-linux.S
[129/375] Compiling aesni-gcm-x86_64-apple.S
[130/375] Compiling aes-gcm-avx2-x86_64-linux.S
[131/375] Compiling aes-gcm-avx512-x86_64-linux.S
[132/375] Compiling aes-gcm-avx2-x86_64-apple.S
[133/375] Compiling xwing.cc
[134/375] Compiling x_spki.cc
[135/375] Compiling x_sig.cc
[136/375] Compiling x_req.cc
[137/375] Compiling x_x509a.cc
[138/375] Compiling x_pubkey.cc
[139/375] Compiling x_val.cc
[140/375] Compiling x_x509.cc
[141/375] Compiling x_name.cc
[142/375] Compiling x_algor.cc
[143/375] Compiling x_attrib.cc
[144/375] Compiling x_exten.cc
[145/375] Compiling x_crl.cc
[146/375] Compiling x_all.cc
[147/375] Compiling x509spki.cc
[148/375] Compiling x509rset.cc
[149/375] Compiling x509name.cc
[150/375] Compiling x509_v3.cc
[151/375] Compiling x509cset.cc
[152/375] Compiling x509_txt.cc
[153/375] Compiling x509_vpm.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_ext.cc
[161/375] Compiling x509_d2.cc
[162/375] Compiling x509_def.cc
[163/375] Compiling x509_cmp.cc
[164/375] Compiling x509_att.cc
[165/375] Compiling v3_pmaps.cc
[166/375] Compiling x509.cc
[167/375] Compiling v3_utl.cc
[168/375] Compiling v3_skey.cc
[169/375] Compiling v3_purp.cc
[170/375] Compiling v3_prn.cc
[171/375] Compiling v3_ncons.cc
[172/375] Compiling v3_pcons.cc
[173/375] Compiling v3_ocsp.cc
[174/375] Compiling v3_lib.cc
[175/375] Compiling v3_int.cc
[176/375] Compiling v3_ia5.cc
[177/375] Compiling v3_extku.cc
[178/375] Compiling v3_info.cc
[179/375] Compiling v3_genn.cc
[180/375] Compiling v3_enum.cc
[181/375] Compiling v3_crld.cc
[182/375] Compiling v3_cpols.cc
[183/375] Compiling v3_conf.cc
[184/375] Compiling v3_bitst.cc
[185/375] Compiling v3_alt.cc
[186/375] Compiling v3_akey.cc
[187/375] Compiling v3_akeya.cc
[188/375] Compiling v3_bcons.cc
[189/375] Compiling t_x509a.cc
[190/375] Compiling i2d_pr.cc
[191/375] Compiling t_x509.cc
[192/375] Compiling t_req.cc
[193/375] Compiling t_crl.cc
[194/375] Compiling name_print.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 asn1_gen.cc
[200/375] Compiling algorithm.cc
[201/375] Compiling voprf.cc
[202/375] Compiling a_verify.cc
[203/375] Compiling a_sign.cc
[204/375] Compiling a_digest.cc
[205/375] Compiling thread_win.cc
[206/375] Compiling trust_token.cc
[207/375] Compiling thread_pthread.cc
[208/375] Compiling thread.cc
[209/375] Compiling thread_none.cc
[210/375] Compiling stack.cc
[211/375] Compiling siphash.cc
[212/375] Compiling pmbtoken.cc
[213/375] Compiling sha512.cc
[214/375] Compiling sha256.cc
[215/375] Compiling sha1.cc
[216/375] Compiling slhdsa.cc
[217/375] Compiling rsa_print.cc
[218/375] Compiling rsa_extra.cc
[219/375] Compiling spake2plus.cc
[220/375] Compiling rc4.cc
[221/375] Compiling refcount.cc
[222/375] Compiling rsa_crypt.cc
[223/375] Compiling windows.cc
[224/375] Compiling trusty.cc
[225/375] Compiling rand.cc
[226/375] Compiling rsa_asn1.cc
[227/375] Compiling urandom.cc
[228/375] Compiling ios.cc
[229/375] Compiling getentropy.cc
[230/375] Compiling poly1305_arm_asm.S
[231/375] Compiling passive.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 pkcs7.cc
[238/375] Compiling pkcs8.cc
[239/375] Compiling p5_pbev2.cc
[240/375] Compiling pkcs7_x509.cc
[241/375] Compiling pem_xaux.cc
[242/375] Compiling pem_x509.cc
[243/375] Compiling pem_pkey.cc
[244/375] Compiling pem_pk8.cc
[245/375] Compiling pem_oth.cc
[246/375] Compiling mlkem.cc
[247/375] Compiling obj_xref.cc
[248/375] Compiling mldsa.cc
[249/375] Compiling pem_info.cc
[250/375] Compiling obj.cc
[251/375] Compiling mem.cc
[252/375] Compiling pem_lib.cc
[253/375] Compiling pem_all.cc
[254/375] Compiling lhash.cc
[255/375] Compiling poly_rq_mul.S
[256/375] Compiling fips_shared_support.cc
[257/375] Compiling md5.cc
[258/375] Compiling md4.cc
[259/375] Compiling fuzzer_mode.cc
[260/375] Compiling hrss.cc
[261/375] Compiling ex_data.cc
[262/375] Compiling kyber.cc
[263/375] Compiling hpke.cc
[264/375] Compiling sign.cc
[265/375] Compiling scrypt.cc
[266/375] Compiling pbkdf.cc
[267/375] Compiling print.cc
[268/375] Compiling p_x25519.cc
[269/375] Compiling p_x25519_asn1.cc
[270/375] Compiling p_rsa_asn1.cc
[271/375] Compiling p_ed25519.cc
[272/375] Compiling p_hkdf.cc
[273/375] Compiling p_rsa.cc
[274/375] Compiling p_ed25519_asn1.cc
[275/375] Compiling p_ec_asn1.cc
[276/375] Compiling p_ec.cc
[277/375] Compiling p_dh_asn1.cc
[278/375] Compiling p_dh.cc
[279/375] Compiling err.cc
[280/375] Compiling p_dsa_asn1.cc
[281/375] Compiling evp.cc
[282/375] Compiling evp_ctx.cc
[283/375] Compiling engine.cc
[284/375] Compiling ecdsa_p1363.cc
[285/375] Compiling evp_asn1.cc
[286/375] Compiling ecdh.cc
[287/375] Compiling hash_to_curve.cc
[288/375] Compiling ec_derive.cc
[289/375] Compiling ecdsa_asn1.cc
[290/375] Compiling dsa.cc
[291/375] Compiling dsa_asn1.cc
[292/375] Compiling ec_asn1.cc
[293/375] Compiling params.cc
[294/375] Compiling x25519-asm-arm.S
[295/375] Compiling des.cc
[296/375] Compiling digest_extra.cc
[297/375] Compiling dh_asn1.cc
[298/375] Compiling spake25519.cc
[299/375] Compiling crypto.cc
[300/375] Compiling curve25519.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_sysreg.cc
[306/375] Compiling cpu_aarch64_openbsd.cc
[307/375] Compiling cpu_aarch64_linux.cc
[308/375] Compiling curve25519_64_adx.cc
[309/375] Compiling cpu_aarch64_fuchsia.cc
[310/375] Compiling bcm.cc
[311/375] Compiling cpu_aarch64_apple.cc
[312/375] Compiling conf.cc
[313/375] Compiling get_cipher.cc
[314/375] Compiling tls_cbc.cc
[315/375] Compiling e_tls.cc
[316/375] Compiling e_null.cc
[317/375] Compiling e_rc4.cc
[318/375] Compiling e_rc2.cc
[319/375] Compiling e_des.cc
[320/375] Compiling e_chacha20poly1305.cc
[321/375] Compiling e_aesgcmsiv.cc
[322/375] Compiling derive_key.cc
[323/375] Compiling e_aeseax.cc
[324/375] Compiling e_aesctrhmac.cc
[325/375] Compiling chacha.cc
[326/375] Compiling cms.cc
[327/375] Compiling unicode.cc
[328/375] Compiling sqrt.cc
[329/375] Compiling buf.cc
[330/375] Compiling exponentiation.cc
[331/375] Compiling ber.cc
[332/375] Compiling cbb.cc
[333/375] Compiling asn1_compat.cc
[334/375] Compiling cbs.cc
[335/375] Compiling div.cc
[336/375] Compiling printf.cc
[337/375] Compiling blake2.cc
[338/375] Compiling pair.cc
[339/375] Compiling bn_asn1.cc
[340/375] Compiling hexdump.cc
[341/375] Compiling convert.cc
[342/375] Compiling file.cc
[343/375] Compiling fd.cc
[344/375] Compiling errno.cc
[345/375] Compiling bio_mem.cc
[346/375] Compiling base64.cc
[347/375] Compiling bio.cc
[348/375] Compiling tasn_typ.cc
[349/375] Compiling tasn_fre.cc
[350/375] Compiling tasn_utl.cc
[351/375] Compiling tasn_enc.cc
[352/375] Compiling posix_time.cc
[353/375] Compiling f_string.cc
[354/375] Compiling tasn_new.cc
[355/375] Compiling f_int.cc
[356/375] Compiling asn_pack.cc
[357/375] Compiling tasn_dec.cc
[358/375] Compiling asn1_par.cc
[359/375] Compiling asn1_lib.cc
[360/375] Compiling a_utctm.cc
[361/375] Compiling a_type.cc
[362/375] Compiling a_octet.cc
[363/375] Compiling a_time.cc
[364/375] Compiling a_strnid.cc
[365/375] Compiling a_strex.cc
[366/375] Compiling a_object.cc
[367/375] Compiling a_dup.cc
[368/375] Compiling a_i2d_fp.cc
[369/375] Compiling a_d2i_fp.cc
[370/375] Compiling a_mbstr.cc
[371/375] Compiling a_gentm.cc
[372/375] Compiling a_bool.cc
[373/375] Compiling a_int.cc
[374/375] Compiling a_bitstr.cc
[376/383] Compiling CryptoBoringWrapper RandomBytes.swift
[377/383] Compiling CryptoBoringWrapper EllipticCurve.swift
[378/383] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[379/383] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[380/383] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[381/383] Emitting module CryptoBoringWrapper
[382/383] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[383/383] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.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 X25519Keys.swift
[407/465] Compiling Crypto SymmetricKeys.swift
[408/465] Compiling Crypto HMAC.swift
[409/465] Compiling Crypto MACFunctions.swift
[410/465] Compiling Crypto MessageAuthenticationCode.swift
[411/465] Compiling Crypto AES.swift
[412/465] Compiling Crypto ECDSASignature_boring.swift
[413/465] Compiling Crypto ECDSA_boring.swift
[414/465] Compiling Crypto EdDSA_boring.swift
[415/465] Compiling Crypto ECDSA.swift
[416/465] Compiling Crypto ECDH.swift
[417/465] Compiling Crypto HKDF.swift
[418/465] Compiling Crypto AESWrap.swift
[419/465] Compiling Crypto AESWrap_boring.swift
[420/465] Compiling Crypto Ed25519_boring.swift
[421/465] Compiling Crypto NISTCurvesKeys_boring.swift
[422/465] Compiling Crypto X25519Keys_boring.swift
[423/465] Compiling Crypto Curve25519.swift
[424/465] Compiling Crypto Ed25519Keys.swift
[425/465] Compiling Crypto NISTCurvesKeys.swift
[426/465] Compiling Crypto HPKE-Errors.swift
[427/465] Compiling Crypto HPKE.swift
[428/465] Compiling Crypto HPKE-Context.swift
[429/465] Compiling Crypto HPKE-KeySchedule.swift
[430/465] Compiling Crypto HPKE-Modes.swift
[431/465] Compiling Crypto Insecure.swift
[432/465] Compiling Crypto Insecure_HashFunctions.swift
[433/465] Compiling Crypto KEM.swift
[434/465] Compiling Crypto ECDH_boring.swift
[435/465] Compiling Crypto DH.swift
[436/465] Compiling Crypto AES-GCM.swift
[437/465] Compiling Crypto AES-GCM_boring.swift
[438/465] Compiling Crypto ChaChaPoly_boring.swift
[439/465] Compiling Crypto ChaChaPoly.swift
[440/465] Compiling Crypto Cipher.swift
[441/465] Compiling Crypto Nonces.swift
[442/465] Compiling Crypto ASN1.swift
[443/465] Compiling Crypto ASN1Any.swift
[444/465] Compiling Crypto ASN1BitString.swift
[445/465] Compiling Crypto ASN1Boolean.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
[467/489] Compiling ErrorKit MailComposerModifier.swift
[468/489] Compiling ErrorKit MailComposerView.swift
[469/489] Compiling ErrorKit Throwable.swift
[470/489] Emitting module ErrorKit
[471/492] Compiling ErrorKit String+ErrorKit.swift
[472/492] Compiling ErrorKit ErrorKit+OSLog.swift
[473/492] Compiling ErrorKit MailAttachment.swift
[474/492] Compiling ErrorKit StateError.swift
[475/492] Compiling ErrorKit ValidationError.swift
[476/492] Compiling ErrorKit Catching.swift
[477/492] Compiling ErrorKit DatabaseError.swift
[478/492] Compiling ErrorKit FileError.swift
[479/492] Compiling ErrorKit GenericError.swift
[480/492] Compiling ErrorKit NetworkError.swift
[481/492] Compiling ErrorKit FoundationErrorMapper.swift
[482/492] Compiling ErrorKit MapKitErrorMapper.swift
[483/492] Compiling ErrorKit Logger+ErrorKit.swift
[484/492] Compiling ErrorKit OperationError.swift
[485/492] Compiling ErrorKit ParsingError.swift
[486/492] Compiling ErrorKit PermissionError.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! (151.54s)
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:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.