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 main (94a251), with Swift 6.1 for Android on 30 May 2025 22:12:47 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

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