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 Minisign, reference 0.1.5 (94a251), with Swift 6.1 for Linux on 25 Apr 2025 09:25:43 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/laosb/swift-minisign.git
Reference: 0.1.5
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/laosb/swift-minisign
 * tag               0.1.5      -> FETCH_HEAD
HEAD is now at 94a251e fix: dependencies & concurrency markups
Cloned https://github.com/laosb/swift-minisign.git
Revision (git rev-parse @):
94a251ed0cbfb300cc506628af3e10ace65d7e29
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/laosb/swift-minisign.git at 0.1.5
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/laosb/swift-minisign.git
https://github.com/laosb/swift-minisign.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto"
    },
    {
      "identity" : "swift-blake2",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/lovetodream/swift-blake2"
    }
  ],
  "manifest_display_name" : "Minisign",
  "name" : "Minisign",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Minisign",
      "targets" : [
        "Minisign"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "MinisignTests",
      "module_type" : "SwiftTarget",
      "name" : "MinisignTests",
      "path" : "Tests/MinisignTests",
      "sources" : [
        "MinisignTests.swift"
      ],
      "target_dependencies" : [
        "Minisign"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Minisign",
      "module_type" : "SwiftTarget",
      "name" : "Minisign",
      "path" : "Sources/Minisign",
      "product_dependencies" : [
        "Crypto",
        "BLAKE2"
      ],
      "product_memberships" : [
        "Minisign"
      ],
      "sources" : [
        "Minisign.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-crypto
Fetching https://github.com/lovetodream/swift-blake2
[1/99] Fetching swift-blake2
[100/13883] Fetching swift-blake2, swift-crypto
Fetched https://github.com/lovetodream/swift-blake2 from cache (0.26s)
[276/13784] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto from cache (2.05s)
Computing version for https://github.com/lovetodream/swift-blake2
Computed https://github.com/lovetodream/swift-blake2 at 0.1.0 (2.70s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 3.12.3 (4.28s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.43s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.21s)
Creating working copy for https://github.com/apple/swift-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 3.12.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.3.2
Creating working copy for https://github.com/lovetodream/swift-blake2
Working copy of https://github.com/lovetodream/swift-blake2 resolved at 0.1.0
Building for debugging...
[0/365] Write sources
[3/365] Compiling cpu_arm_freebsd.cc
[4/365] Compiling cpu_aarch64_openbsd.cc
[5/365] Write swift-version-24593BA9C3E375BF.txt
[6/365] Compiling lhash.cc
[6/365] Compiling cpu_aarch64_sysreg.cc
[6/365] Compiling cpu_aarch64_linux.cc
[9/365] Compiling cpu_aarch64_win.cc
[10/365] Compiling CCryptoBoringSSLShims shims.c
[11/365] Compiling fiat_p256_adx_mul.S
[12/365] Compiling fiat_p256_adx_sqr.S
[13/365] Compiling md5-x86_64-apple.S
[14/365] Compiling md5-586-linux.S
[15/365] Compiling fiat_curve25519_adx_square.S
[16/365] Compiling fiat_curve25519_adx_mul.S
[17/365] Compiling md5-x86_64-linux.S
[18/365] Compiling chacha20_poly1305_x86_64-apple.S
[19/365] Compiling md5-586-apple.S
[20/365] Compiling chacha20_poly1305_armv8-win.S
[21/365] Compiling chacha20_poly1305_armv8-linux.S
[22/365] Compiling chacha20_poly1305_x86_64-linux.S
[23/365] Compiling chacha20_poly1305_armv8-apple.S
[24/365] Compiling chacha-x86_64-apple.S
[25/365] Compiling chacha-x86_64-linux.S
[26/365] Compiling chacha-x86-linux.S
[27/365] Compiling chacha-x86-apple.S
[28/365] Compiling chacha-armv8-win.S
[29/365] Compiling chacha-armv8-apple.S
[30/365] Compiling chacha-armv8-linux.S
[31/365] Compiling chacha-armv4-linux.S
[32/365] Compiling aes128gcmsiv-x86_64-apple.S
[33/365] Compiling aes128gcmsiv-x86_64-linux.S
[34/365] Compiling x86_64-mont-apple.S
[35/365] Compiling x86_64-mont5-apple.S
[36/365] Compiling x86_64-mont-linux.S
[37/365] Compiling x86_64-mont5-linux.S
[38/365] Compiling x86-mont-linux.S
[39/365] Compiling x86-mont-apple.S
[40/365] Compiling vpaes-x86_64-linux.S
[41/365] Compiling vpaes-x86_64-apple.S
[42/365] Compiling vpaes-x86-apple.S
[43/365] Compiling vpaes-x86-linux.S
[44/365] Compiling err_data.cc
[45/365] Compiling vpaes-armv8-linux.S
[45/365] Compiling vpaes-armv8-win.S
[47/365] Compiling vpaes-armv8-apple.S
[48/365] Compiling vpaes-armv7-linux.S
[49/365] Compiling sha512-x86_64-linux.S
[50/365] Compiling sha512-armv8-win.S
[51/365] Compiling sha512-x86_64-apple.S
[52/365] Compiling sha512-armv8-linux.S
[53/365] Compiling sha512-armv8-apple.S
[54/365] Compiling sha512-586-linux.S
[55/365] Compiling sha512-armv4-linux.S
[56/365] Compiling sha256-armv8-win.S
[57/365] Compiling sha256-x86_64-apple.S
[57/365] Compiling sha512-586-apple.S
[59/365] Compiling sha256-armv8-linux.S
[60/365] Compiling sha256-armv8-apple.S
[61/365] Compiling sha256-x86_64-linux.S
[62/365] Compiling sha256-586-linux.S
[63/365] Compiling sha256-armv4-linux.S
[64/365] Compiling sha256-586-apple.S
[65/365] Compiling sha1-armv8-win.S
[66/365] Compiling sha1-armv8-linux.S
[67/365] Compiling sha1-x86_64-apple.S
[68/365] Compiling sha1-armv4-large-linux.S
[69/365] Compiling sha1-armv8-apple.S
[70/365] Compiling sha1-x86_64-linux.S
[71/365] Compiling sha1-586-linux.S
[72/365] Compiling sha1-586-apple.S
[73/365] Compiling rdrand-x86_64-linux.S
[74/365] Compiling rdrand-x86_64-apple.S
[75/365] Compiling rsaz-avx2-apple.S
[76/365] Compiling rsaz-avx2-linux.S
[77/365] Compiling p256_beeu-x86_64-asm-linux.S
[78/365] Compiling p256_beeu-x86_64-asm-apple.S
[79/365] Compiling p256_beeu-armv8-asm-win.S
[80/365] Compiling p256_beeu-armv8-asm-linux.S
[81/365] Compiling p256-x86_64-asm-apple.S
[82/365] Compiling p256_beeu-armv8-asm-apple.S
[83/365] Compiling p256-armv8-asm-linux.S
[84/365] Compiling p256-armv8-asm-win.S
[85/365] Compiling p256-x86_64-asm-linux.S
[86/365] Compiling p256-armv8-asm-apple.S
[87/365] Compiling ghashv8-armv8-win.S
[88/365] Compiling ghashv8-armv8-linux.S
[89/365] Compiling ghashv8-armv7-linux.S
[90/365] Compiling ghashv8-armv8-apple.S
[91/365] Compiling ghash-x86_64-linux.S
[92/365] Compiling ghash-x86-linux.S
[92/365] Compiling ghash-x86-apple.S
[94/365] Compiling ghash-x86_64-apple.S
[95/365] Compiling ghash-ssse3-x86_64-linux.S
[96/365] Compiling ghash-ssse3-x86-apple.S
[97/365] Compiling ghash-ssse3-x86-linux.S
[98/365] Compiling ghash-neon-armv8-win.S
[99/365] Compiling ghash-ssse3-x86_64-apple.S
[100/365] Compiling ghash-neon-armv8-apple.S
[101/365] Compiling ghash-neon-armv8-linux.S
[102/365] Compiling ghash-armv4-linux.S
[103/365] Compiling co-586-linux.S
[104/365] Compiling co-586-apple.S
[105/365] Compiling bn-armv8-linux.S
[106/365] Compiling bsaes-armv7-linux.S
[107/365] Compiling bn-armv8-win.S
[108/365] Compiling bn-586-apple.S
[109/365] Compiling bn-586-linux.S
[110/365] Compiling armv8-mont-win.S
[111/365] Compiling bn-armv8-apple.S
[112/365] Compiling armv4-mont-linux.S
[113/365] Compiling armv8-mont-apple.S
[114/365] Compiling aesv8-gcm-armv8-win.S
[115/365] Compiling armv8-mont-linux.S
[116/365] Compiling aesv8-armv8-linux.S
[117/365] Compiling aesv8-gcm-armv8-apple.S
[118/365] Compiling aesv8-gcm-armv8-linux.S
[119/365] Compiling aesv8-armv8-win.S
[120/365] Compiling aesv8-armv7-linux.S
[121/365] Compiling aesv8-armv8-apple.S
[122/365] Compiling aesni-x86_64-linux.S
[123/365] Compiling aes-gcm-avx10-x86_64-apple.S
[124/365] Compiling aesni-gcm-x86_64-apple.S
[124/365] Compiling aesni-x86-linux.S
[126/365] Compiling aesni-x86_64-apple.S
[126/365] Compiling aesni-gcm-x86_64-linux.S
[126/365] Compiling aesni-x86-apple.S
[127/365] Compiling aes-gcm-avx10-x86_64-linux.S
[130/365] Compiling x_x509a.cc
[131/365] Compiling x_sig.cc
[132/365] Compiling x_x509.cc
[133/365] Compiling x_req.cc
[134/365] Compiling x_val.cc
[135/365] Compiling x_spki.cc
[136/365] Compiling x_pubkey.cc
[137/365] Compiling x_name.cc
[138/365] Compiling x_attrib.cc
[139/365] Compiling x_crl.cc
[140/365] Compiling x509spki.cc
[141/365] Compiling x_exten.cc
[142/365] Compiling x_all.cc
[143/365] Compiling x_algor.cc
[144/365] Compiling x509rset.cc
[145/365] Compiling x509name.cc
[146/365] Compiling x509_vpm.cc
[147/365] Compiling x509_v3.cc
[148/365] Compiling x509_txt.cc
[149/365] Compiling x509cset.cc
[150/365] Compiling x509_trs.cc
[151/365] Compiling x509_set.cc
[152/365] Compiling x509_vfy.cc
[153/365] Compiling x509_req.cc
[154/365] Compiling x509_ext.cc
[155/365] Compiling x509_def.cc
[156/365] Compiling x509_obj.cc
[157/365] Compiling x509_lu.cc
[158/365] Compiling x509_d2.cc
[159/365] Compiling x509_cmp.cc
[160/365] Compiling x509_att.cc
[161/365] Compiling v3_skey.cc
[162/365] Compiling x509.cc
[163/365] Compiling v3_purp.cc
[164/365] Compiling v3_utl.cc
[165/365] Compiling v3_prn.cc
[166/365] Compiling v3_pmaps.cc
[167/365] Compiling v3_ocsp.cc
[168/365] Compiling v3_pcons.cc
[169/365] Compiling v3_int.cc
[170/365] Compiling v3_ncons.cc
[171/365] Compiling v3_lib.cc
[172/365] Compiling v3_ia5.cc
[173/365] Compiling v3_genn.cc
[174/365] Compiling v3_info.cc
[175/365] Compiling v3_cpols.cc
[176/365] Compiling v3_enum.cc
[177/365] Compiling v3_crld.cc
[178/365] Compiling v3_extku.cc
[179/365] Compiling v3_bitst.cc
[180/365] Compiling t_x509a.cc
[181/365] Compiling v3_conf.cc
[182/365] Compiling v3_bcons.cc
[183/365] Compiling v3_alt.cc
[184/365] Compiling v3_akeya.cc
[185/365] Compiling v3_akey.cc
[186/365] Compiling t_x509.cc
[187/365] Compiling t_req.cc
[188/365] Compiling rsa_pss.cc
[189/365] Compiling i2d_pr.cc
[190/365] Compiling name_print.cc
[191/365] Compiling t_crl.cc
[192/365] Compiling by_file.cc
[193/365] Compiling policy.cc
[194/365] Compiling by_dir.cc
[195/365] Compiling asn1_gen.cc
[196/365] Compiling algorithm.cc
[197/365] Compiling a_sign.cc
[198/365] Compiling a_verify.cc
[199/365] Compiling voprf.cc
[200/365] Compiling thread_pthread.cc
[200/365] Compiling thread_win.cc
[202/365] Compiling a_digest.cc
[203/365] Compiling thread_none.cc
[204/365] Compiling trust_token.cc
[205/365] Compiling thread.cc
[206/365] Compiling pmbtoken.cc
[207/365] Compiling stack.cc
[208/365] Compiling wots.cc
[209/365] Compiling merkle.cc
[210/365] Compiling sha512.cc
[211/365] Compiling fors.cc
[212/365] Compiling thash.cc
[213/365] Compiling sha1.cc
[214/365] Compiling slhdsa.cc
[215/365] Compiling siphash.cc
[216/365] Compiling sha256.cc
[217/365] Compiling rsa_print.cc
[218/365] Compiling rsa_extra.cc
[219/365] Compiling trusty.cc
[220/365] Compiling rc4.cc
[221/365] Compiling rsa_crypt.cc
[222/365] Compiling rand_extra.cc
[223/365] Compiling refcount.cc
[224/365] Compiling urandom.cc
[225/365] Compiling windows.cc
[226/365] Compiling rsa_asn1.cc
[227/365] Compiling passive.cc
[228/365] Compiling getentropy.cc
[229/365] Compiling poly1305_arm_asm.S
[230/365] Compiling ios.cc
[231/365] Compiling forkunsafe.cc
[232/365] Compiling deterministic.cc
[233/365] Compiling poly1305_arm.cc
[234/365] Compiling fork_detect.cc
[235/365] Compiling pool.cc
[236/365] Compiling poly1305_vec.cc
[237/365] Compiling poly1305.cc
[238/365] Compiling pkcs7.cc
[239/365] Compiling pkcs8.cc
[240/365] Compiling pem_pk8.cc
[241/365] Compiling pem_xaux.cc
[242/365] Compiling p5_pbev2.cc
[243/365] Compiling pkcs8_x509.cc
[244/365] Compiling pem_x509.cc
[245/365] Compiling pkcs7_x509.cc
[246/365] Compiling pem_oth.cc
[247/365] Compiling obj_xref.cc
[248/365] Compiling pem_pkey.cc
[249/365] Compiling pem_lib.cc
[250/365] Compiling mldsa.cc
[251/365] Compiling md5.cc
[252/365] Compiling obj.cc
[253/365] Compiling mlkem.cc
[254/365] Compiling mem.cc
[255/365] Compiling pem_info.cc
[256/365] Compiling md4.cc
[257/365] Compiling poly_rq_mul.S
[258/365] Compiling fips_shared_support.cc
[259/365] Compiling pem_all.cc
[260/365] Compiling ex_data.cc
[261/365] Compiling kyber.cc
[262/365] Compiling scrypt.cc
[263/365] Compiling hpke.cc
[264/365] Compiling hrss.cc
[265/365] Compiling print.cc
[266/365] Compiling sign.cc
[267/365] Compiling pbkdf.cc
[268/365] Compiling p_x25519.cc
[269/365] Compiling p_rsa_asn1.cc
[270/365] Compiling p_x25519_asn1.cc
[271/365] Compiling p_rsa.cc
[272/365] Compiling p_ed25519.cc
[273/365] Compiling p_ed25519_asn1.cc
[274/365] Compiling p_hkdf.cc
[275/365] Compiling p_dh.cc
[276/365] Compiling p_ec.cc
[277/365] Compiling p_dh_asn1.cc
[278/365] Compiling p_dsa_asn1.cc
[279/365] Compiling p_ec_asn1.cc
[280/365] Compiling evp_ctx.cc
[281/365] Compiling evp_asn1.cc
[282/365] Compiling engine.cc
[283/365] Compiling evp.cc
[284/365] Compiling err.cc
[285/365] Compiling hash_to_curve.cc
[286/365] Compiling ecdh_extra.cc
[287/365] Compiling ecdsa_asn1.cc
[288/365] Compiling ec_derive.cc
[289/365] Compiling dsa_asn1.cc
[290/365] Compiling ec_asn1.cc
[291/365] Compiling dsa.cc
[292/365] Compiling params.cc
[293/365] Compiling x25519-asm-arm.S
[294/365] Compiling digest_extra.cc
[295/365] Compiling dh_asn1.cc
[296/365] Compiling spake25519.cc
[297/365] Compiling crypto.cc
[298/365] Compiling des.cc
[299/365] Compiling bcm.cc
[300/365] Compiling curve25519.cc
[301/365] Compiling cpu_arm_linux.cc
[302/365] Compiling cpu_intel.cc
[303/365] Compiling cpu_aarch64_apple.cc
[304/365] Compiling cpu_aarch64_fuchsia.cc
[305/365] Compiling conf.cc
[306/365] Compiling e_tls.cc
[307/365] Compiling tls_cbc.cc
[308/365] Compiling e_rc4.cc
[309/365] Compiling e_null.cc
[310/365] Compiling e_rc2.cc
[311/365] Compiling e_des.cc
[312/365] Compiling e_chacha20poly1305.cc
[313/365] Compiling e_aesgcmsiv.cc
[314/365] Compiling derive_key.cc
[315/365] Compiling e_aesctrhmac.cc
[316/365] Compiling curve25519_64_adx.cc
[317/365] Compiling cipher_extra.cc
[318/365] Compiling chacha.cc
[319/365] Compiling unicode.cc
[320/365] Compiling ber.cc
[321/365] Compiling cbb.cc
[322/365] Compiling asn1_compat.cc
[323/365] Compiling cbs.cc
[324/365] Compiling bn_asn1.cc
[325/365] Compiling convert.cc
[326/365] Compiling buf.cc
[327/365] Compiling blake2.cc
[328/365] Compiling printf.cc
[329/365] Compiling pair.cc
[330/365] Compiling errno.cc
[331/365] Compiling bio_mem.cc
[332/365] Compiling fd.cc
[333/365] Compiling file.cc
[334/365] Compiling bio.cc
[335/365] Compiling hexdump.cc
[336/365] Compiling posix_time.cc
[337/365] Compiling base64.cc
[338/365] Compiling tasn_typ.cc
[339/365] Compiling tasn_utl.cc
[340/365] Compiling tasn_fre.cc
[341/365] Compiling tasn_new.cc
[342/365] Compiling tasn_enc.cc
[343/365] Compiling f_string.cc
[344/365] Compiling f_int.cc
[345/365] Compiling tasn_dec.cc
[346/365] Compiling asn1_par.cc
[347/365] Compiling asn_pack.cc
[348/365] Compiling a_strnid.cc
[349/365] Compiling a_type.cc
[350/365] Compiling a_time.cc
[351/365] Compiling a_utctm.cc
[352/365] Compiling a_octet.cc
[353/365] Compiling asn1_lib.cc
[354/365] Compiling a_d2i_fp.cc
[355/365] Compiling a_strex.cc
[356/365] Compiling a_object.cc
[357/365] Write sources
[358/365] Compiling a_mbstr.cc
[359/365] Compiling a_i2d_fp.cc
[360/365] Compiling a_dup.cc
[361/365] Compiling a_int.cc
[362/367] Compiling a_gentm.cc
[363/367] Compiling a_bool.cc
[364/367] Compiling a_bitstr.cc
[366/375] Emitting module CryptoBoringWrapper
[367/375] Compiling CryptoBoringWrapper RandomBytes.swift
[368/375] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[369/375] Compiling CryptoBoringWrapper EllipticCurve.swift
[370/375] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[371/375] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[372/375] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[373/375] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[375/447] Compiling Crypto SymmetricKeys.swift
[376/447] Compiling Crypto HMAC.swift
[377/447] Compiling Crypto MACFunctions.swift
[378/447] Compiling Crypto MessageAuthenticationCode.swift
[379/447] Compiling Crypto AES.swift
[380/447] Compiling Crypto ECDSASignature_boring.swift
[381/447] Compiling Crypto ECDSA_boring.swift
[382/447] Compiling Crypto EdDSA_boring.swift
[383/447] Compiling Crypto ECDSA.swift
[384/447] Compiling Crypto Ed25519.swift
[385/447] Compiling Crypto HPKE-Ciphersuite.swift
[386/447] Compiling Crypto HPKE-KDF.swift
[387/447] Compiling Crypto HPKE-KexKeyDerivation.swift
[388/447] Compiling Crypto HPKE-LabeledExtract.swift
[389/447] Compiling Crypto HPKE-Utils.swift
[390/447] Compiling Crypto DHKEM.swift
[391/447] Compiling Crypto HPKE-KEM-Curve25519.swift
[392/447] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[393/447] Compiling Crypto HPKE-KEM.swift
[394/447] Compiling Crypto HPKE-Errors.swift
[395/456] Emitting module Crypto
[396/456] Compiling Crypto PKCS8PrivateKey.swift
[397/456] Compiling Crypto SEC1PrivateKey.swift
[398/456] Compiling Crypto SubjectPublicKeyInfo.swift
[399/456] Compiling Crypto CryptoKitErrors.swift
[400/456] Compiling Crypto Digest_boring.swift
[401/456] Compiling Crypto Digest.swift
[402/456] Compiling Crypto Digests.swift
[403/456] Compiling Crypto HashFunctions.swift
[404/456] Compiling Crypto HashFunctions_SHA2.swift
[405/456] Compiling Crypto HPKE-AEAD.swift
[406/456] Compiling Crypto HKDF.swift
[407/456] Compiling Crypto AESWrap.swift
[408/456] Compiling Crypto AESWrap_boring.swift
[409/456] Compiling Crypto Ed25519_boring.swift
[410/456] Compiling Crypto NISTCurvesKeys_boring.swift
[411/456] Compiling Crypto X25519Keys_boring.swift
[412/456] Compiling Crypto Curve25519.swift
[413/456] Compiling Crypto Ed25519Keys.swift
[414/456] Compiling Crypto NISTCurvesKeys.swift
[415/456] Compiling Crypto X25519Keys.swift
[416/456] Compiling Crypto HPKE.swift
[417/456] Compiling Crypto HPKE-Context.swift
[418/456] Compiling Crypto HPKE-KeySchedule.swift
[419/456] Compiling Crypto HPKE-Modes.swift
[420/456] Compiling Crypto Insecure.swift
[421/456] Compiling Crypto Insecure_HashFunctions.swift
[422/456] Compiling Crypto KEM.swift
[423/456] Compiling Crypto ECDH_boring.swift
[424/456] Compiling Crypto DH.swift
[425/456] Compiling Crypto ECDH.swift
[426/456] Compiling Crypto ASN1Identifier.swift
[427/456] Compiling Crypto ASN1Integer.swift
[428/456] Compiling Crypto ASN1Null.swift
[429/456] Compiling Crypto ASN1OctetString.swift
[430/456] Compiling Crypto ASN1Strings.swift
[431/456] Compiling Crypto ArraySliceBigint.swift
[432/456] Compiling Crypto GeneralizedTime.swift
[433/456] Compiling Crypto ObjectIdentifier.swift
[434/456] Compiling Crypto ECDSASignature.swift
[435/456] Compiling Crypto PEMDocument.swift
[436/456] Compiling Crypto AES-GCM.swift
[437/456] Compiling Crypto AES-GCM_boring.swift
[438/456] Compiling Crypto ChaChaPoly_boring.swift
[439/456] Compiling Crypto ChaChaPoly.swift
[440/456] Compiling Crypto Cipher.swift
[441/456] Compiling Crypto Nonces.swift
[442/456] Compiling Crypto ASN1.swift
[443/456] Compiling Crypto ASN1Any.swift
[444/456] Compiling Crypto ASN1BitString.swift
[445/456] Compiling Crypto ASN1Boolean.swift
[446/456] Compiling Crypto Signature.swift
[447/456] Compiling Crypto CryptoKitErrors_boring.swift
[448/456] Compiling Crypto RNG_boring.swift
[449/456] Compiling Crypto SafeCompare_boring.swift
[450/456] Compiling Crypto Zeroization_boring.swift
[451/456] Compiling Crypto PrettyBytes.swift
[452/456] Compiling Crypto SafeCompare.swift
[453/456] Compiling Crypto SecureBytes.swift
[454/456] Compiling Crypto Zeroization.swift
[456/457] Emitting module BLAKE2
[457/457] Compiling BLAKE2 BLAKE2b.swift
[459/460] Emitting module Minisign
[460/460] Compiling Minisign Minisign.swift
Build complete! (106.65s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto"
    },
    {
      "identity" : "swift-blake2",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/lovetodream/swift-blake2"
    }
  ],
  "manifest_display_name" : "Minisign",
  "name" : "Minisign",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Minisign",
      "targets" : [
        "Minisign"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "MinisignTests",
      "module_type" : "SwiftTarget",
      "name" : "MinisignTests",
      "path" : "Tests/MinisignTests",
      "sources" : [
        "MinisignTests.swift"
      ],
      "target_dependencies" : [
        "Minisign"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Minisign",
      "module_type" : "SwiftTarget",
      "name" : "Minisign",
      "path" : "Sources/Minisign",
      "product_dependencies" : [
        "Crypto",
        "BLAKE2"
      ],
      "product_memberships" : [
        "Minisign"
      ],
      "sources" : [
        "Minisign.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.