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