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 Android on 30 May 2025 22:13:00 UTC.

Swift 6 data race errors: 0

Build Command

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