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 Wasm on 30 May 2025 22:12:08 UTC.

Swift 6 data race errors: 0

Build Command

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