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 SwiftMnemonic, reference main (b05972), with Swift 6.1 for Linux on 26 Sep 2025 20:46:49 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kingpin-Apps/swift-mnemonic.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/Kingpin-Apps/swift-mnemonic
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b05972f bump: version 0.2.0 → 0.2.1
Cloned https://github.com/Kingpin-Apps/swift-mnemonic.git
Revision (git rev-parse @):
b05972fe91e2fd63a507b73862842724007a35bc
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Kingpin-Apps/swift-mnemonic.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Kingpin-Apps/swift-mnemonic.git
https://github.com/Kingpin-Apps/swift-mnemonic.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "uncommoncrypto.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.1",
            "upper_bound" : "0.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tesseract-one/UncommonCrypto.swift.git"
    },
    {
      "identity" : "swift-base58",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/KINGH242/swift-base58.git"
    }
  ],
  "manifest_display_name" : "SwiftMnemonic",
  "name" : "SwiftMnemonic",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftMnemonic",
      "targets" : [
        "SwiftMnemonic"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftMnemonicTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMnemonicTests",
      "path" : "Tests/SwiftMnemonicTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/SwiftMnemonicTests/data",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ErrorsTests.swift",
        "LanguageTests.swift",
        "MnemonicTests.swift",
        "TestHelpers.swift"
      ],
      "target_dependencies" : [
        "SwiftMnemonic"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftMnemonic",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMnemonic",
      "path" : "Sources/SwiftMnemonic",
      "product_dependencies" : [
        "UncommonCrypto",
        "SwiftBase58"
      ],
      "product_memberships" : [
        "SwiftMnemonic"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftMnemonic/wordlist",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Enums.swift",
        "Errors.swift",
        "Mnemonic.swift",
        "Utils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/KINGH242/swift-base58.git
Fetching https://github.com/tesseract-one/UncommonCrypto.swift.git
[1/54] Fetching swift-base58
[55/197] Fetching swift-base58, uncommoncrypto.swift
Fetched https://github.com/KINGH242/swift-base58.git from cache (0.28s)
Fetched https://github.com/tesseract-one/UncommonCrypto.swift.git from cache (0.30s)
Computing version for https://github.com/KINGH242/swift-base58.git
Computed https://github.com/KINGH242/swift-base58.git at 0.1.2 (1.08s)
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/attaswift/BigInt.git
[1/4826] Fetching bigint
[4248/21982] Fetching bigint, swift-crypto
Fetched https://github.com/attaswift/BigInt.git from cache (0.72s)
[1716/17156] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.48s)
Computing version for https://github.com/tesseract-one/UncommonCrypto.swift.git
Computed https://github.com/tesseract-one/UncommonCrypto.swift.git at 0.2.1 (6.45s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (2.46s)
Fetching https://github.com/apple/swift-asn1.git
[1/1645] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.38s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.3.0 (1.22s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.95s)
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Creating working copy for https://github.com/tesseract-one/UncommonCrypto.swift.git
Working copy of https://github.com/tesseract-one/UncommonCrypto.swift.git resolved at 0.2.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.1
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.3.0
Creating working copy for https://github.com/KINGH242/swift-base58.git
Working copy of https://github.com/KINGH242/swift-base58.git resolved at 0.1.2
Building for debugging...
[0/380] Write sources
[5/380] Compiling CUncommonCrypto memzero.c
[6/380] Copying wordlist
[7/380] Compiling CUncommonCrypto sha3.c
[8/380] Compiling CUncommonCrypto pbkdf2.c
[9/380] Compiling fiat_p256_adx_mul.S
[10/380] Compiling CUncommonCrypto sha2.c
[11/380] Compiling CUncommonCrypto hmac.c
[12/380] Compiling fiat_p256_adx_sqr.S
[13/380] Write swift-version-24593BA9C3E375BF.txt
[14/380] Compiling fiat_curve25519_adx_mul.S
[15/380] Compiling fiat_curve25519_adx_square.S
[16/380] Compiling md5-586-linux.S
[17/380] Compiling md5-586-apple.S
[18/380] Compiling md5-x86_64-apple.S
[19/380] Compiling md5-x86_64-linux.S
[20/380] Compiling CCryptoBoringSSLShims shims.c
[21/380] Compiling chacha20_poly1305_x86_64-linux.S
[22/380] Compiling chacha20_poly1305_armv8-win.S
[23/380] Compiling chacha20_poly1305_armv8-apple.S
[24/380] Compiling chacha20_poly1305_x86_64-apple.S
[25/380] Compiling chacha20_poly1305_armv8-linux.S
[26/380] Compiling chacha-x86_64-linux.S
[27/381] Compiling chacha-x86_64-apple.S
[28/387] Compiling chacha-x86-linux.S
[29/387] Compiling chacha-armv8-linux.S
[30/387] Compiling chacha-armv8-win.S
[31/387] Compiling chacha-armv8-apple.S
[32/387] Compiling chacha-x86-apple.S
[33/387] Compiling err_data.cc
[34/387] Compiling chacha-armv4-linux.S
[35/387] Compiling x86_64-mont5-apple.S
[36/387] Compiling aes128gcmsiv-x86_64-apple.S
[37/387] Compiling aes128gcmsiv-x86_64-linux.S
[38/387] Compiling x86_64-mont5-linux.S
[39/387] Compiling x86_64-mont-apple.S
[40/387] Compiling x86_64-mont-linux.S
[41/387] Compiling x86-mont-apple.S
[42/387] Compiling x86-mont-linux.S
[43/387] Compiling vpaes-x86_64-apple.S
[44/387] Compiling vpaes-x86_64-linux.S
[45/387] Compiling vpaes-x86-linux.S
[46/387] Compiling vpaes-x86-apple.S
[47/387] Compiling vpaes-armv8-win.S
[48/387] Compiling vpaes-armv8-linux.S
[49/387] Compiling vpaes-armv8-apple.S
[49/387] Compiling vpaes-armv7-linux.S
[51/387] Compiling sha512-armv8-win.S
[52/387] Compiling sha512-x86_64-linux.S
[53/387] Compiling sha512-x86_64-apple.S
[54/387] Compiling sha512-armv8-apple.S
[55/387] Compiling sha512-armv8-linux.S
[55/387] Compiling sha512-586-linux.S
[57/387] Compiling sha512-armv4-linux.S
[58/387] Compiling sha512-586-apple.S
[59/387] Compiling sha256-x86_64-apple.S
[60/387] Compiling sha256-x86_64-linux.S
[61/387] Compiling sha256-armv8-win.S
[62/387] Compiling sha256-armv8-linux.S
[63/387] Compiling sha256-armv8-apple.S
[64/387] Compiling sha256-armv4-linux.S
[65/387] Compiling sha256-586-linux.S
[66/387] Compiling sha256-586-apple.S
[67/387] Compiling sha1-armv8-win.S
[68/387] Compiling sha1-x86_64-apple.S
[69/387] Compiling sha1-armv8-linux.S
[70/387] Compiling sha1-armv8-apple.S
[71/387] Compiling sha1-x86_64-linux.S
[72/387] Compiling sha1-586-apple.S
[73/387] Compiling sha1-586-linux.S
[74/387] Compiling sha1-armv4-large-linux.S
[75/387] Compiling rsaz-avx2-apple.S
[76/387] Compiling rsaz-avx2-linux.S
[77/387] Compiling rdrand-x86_64-linux.S
[78/387] Compiling rdrand-x86_64-apple.S
[79/387] Compiling p256_beeu-x86_64-asm-apple.S
[80/387] Compiling p256_beeu-x86_64-asm-linux.S
[81/387] Compiling p256_beeu-armv8-asm-win.S
[82/387] Compiling p256_beeu-armv8-asm-apple.S
[83/387] Compiling p256_beeu-armv8-asm-linux.S
[84/387] Compiling p256-x86_64-asm-apple.S
[85/387] Compiling p256-x86_64-asm-linux.S
[86/387] Compiling p256-armv8-asm-win.S
[87/387] Compiling p256-armv8-asm-apple.S
[88/387] Compiling p256-armv8-asm-linux.S
[89/387] Compiling ghashv8-armv8-linux.S
[90/387] Compiling ghashv8-armv8-win.S
[91/387] Compiling ghashv8-armv8-apple.S
[92/387] Compiling ghash-x86-linux.S
[93/387] Compiling ghash-x86_64-apple.S
[94/387] Compiling ghashv8-armv7-linux.S
[95/387] Compiling ghash-x86_64-linux.S
[96/387] Compiling ghash-x86-apple.S
[97/387] Compiling ghash-ssse3-x86_64-linux.S
[98/387] Compiling ghash-ssse3-x86-linux.S
[99/387] Compiling ghash-ssse3-x86_64-apple.S
[100/387] Compiling ghash-ssse3-x86-apple.S
[101/387] Compiling ghash-neon-armv8-linux.S
[102/387] Compiling ghash-neon-armv8-win.S
[103/387] Compiling ghash-neon-armv8-apple.S
[104/387] Compiling ghash-armv4-linux.S
[105/387] Compiling co-586-apple.S
[106/387] Compiling bsaes-armv7-linux.S
[107/387] Compiling co-586-linux.S
[108/387] Compiling bn-armv8-win.S
[109/387] Compiling bn-586-linux.S
[110/387] Compiling bn-armv8-linux.S
[111/387] Compiling bn-armv8-apple.S
[112/387] Compiling bn-586-apple.S
[113/387] Compiling armv8-mont-win.S
[114/387] Compiling armv8-mont-linux.S
[115/387] Compiling armv4-mont-linux.S
[116/387] Compiling armv8-mont-apple.S
[117/387] Compiling aesv8-gcm-armv8-linux.S
[118/387] Compiling aesv8-gcm-armv8-win.S
[119/387] Compiling aesv8-gcm-armv8-apple.S
[120/387] Compiling aesv8-armv8-win.S
[121/387] Compiling aesv8-armv8-linux.S
[122/387] Compiling aesv8-armv8-apple.S
[123/387] Compiling aesv8-armv7-linux.S
[124/387] Compiling aesni-x86_64-apple.S
[125/387] Compiling aesni-x86-apple.S
[126/387] Compiling aesni-x86_64-linux.S
[127/387] Compiling aesni-x86-linux.S
[128/387] Compiling aesni-gcm-x86_64-apple.S
[129/387] Compiling aesni-gcm-x86_64-linux.S
[130/387] Compiling aes-gcm-avx2-x86_64-apple.S
[131/387] Compiling aes-gcm-avx512-x86_64-linux.S
[132/387] Compiling aes-gcm-avx2-x86_64-linux.S
[133/387] Compiling aes-gcm-avx512-x86_64-apple.S
[134/387] Compiling xwing.cc
[135/387] Compiling x_x509.cc
[136/387] Compiling x_x509a.cc
[137/387] Compiling x_pubkey.cc
[138/387] Compiling x_req.cc
[139/387] Compiling x_spki.cc
[140/387] Compiling x_sig.cc
[141/387] Compiling x_crl.cc
[142/387] Compiling x_name.cc
[143/387] Compiling x_exten.cc
[144/387] Compiling x509spki.cc
[145/387] Compiling x_attrib.cc
[146/387] Compiling x_all.cc
[147/387] Compiling x_algor.cc
[148/387] Compiling x509rset.cc
[149/387] Compiling x509name.cc
[150/387] Compiling x509cset.cc
[151/387] Compiling x509_vpm.cc
[152/387] Compiling x509_vfy.cc
[153/387] Compiling x509_v3.cc
[154/387] Compiling x509_txt.cc
[155/387] Compiling x509_trs.cc
[156/387] Compiling x509_req.cc
[157/387] Compiling x509_set.cc
[158/387] Compiling x509_obj.cc
[159/387] Compiling x509_def.cc
[160/387] Compiling x509_ext.cc
[161/387] Compiling x509_lu.cc
[162/387] Compiling x509_d2.cc
[163/387] Compiling x509_att.cc
[164/387] Compiling x509.cc
[165/387] Compiling x509_cmp.cc
[166/387] Compiling v3_purp.cc
[167/387] Compiling v3_skey.cc
[168/387] Compiling v3_utl.cc
[169/387] Compiling v3_prn.cc
[170/387] Compiling v3_pmaps.cc
[171/387] Compiling v3_pcons.cc
[172/387] Compiling v3_ocsp.cc
[173/387] Compiling v3_ncons.cc
[175/387] Compiling UncommonCrypto PBKDF2.swift
[176/387] Compiling UncommonCrypto SecureRandom.swift
[176/387] Compiling v3_int.cc
[178/387] Emitting module UncommonCrypto
[179/387] Compiling UncommonCrypto HMAC.swift
[180/387] Compiling UncommonCrypto SHA1.swift
[180/387] Compiling v3_lib.cc
[182/387] Compiling UncommonCrypto SHA3.swift
[183/387] Compiling UncommonCrypto SHA2.swift
[183/388] Compiling v3_info.cc
[185/388] Compiling v3_ia5.cc
[186/388] Compiling v3_genn.cc
[187/388] Compiling v3_enum.cc
[188/388] Compiling v3_extku.cc
[189/388] Compiling v3_crld.cc
[190/388] Compiling v3_cpols.cc
[191/388] Compiling v3_bcons.cc
[192/388] Compiling v3_bitst.cc
[193/388] Compiling v3_conf.cc
[194/388] Compiling v3_alt.cc
[195/388] Compiling v3_akey.cc
[196/388] Compiling v3_akeya.cc
[197/388] Compiling t_x509a.cc
[198/388] Compiling t_crl.cc
[199/388] Compiling t_req.cc
[200/388] Compiling t_x509.cc
[200/388] Compiling rsa_pss.cc
[202/388] Compiling i2d_pr.cc
[203/388] Compiling policy.cc
[204/388] Compiling name_print.cc
[205/388] Compiling by_file.cc
[206/388] Compiling asn1_gen.cc
[207/388] Compiling a_digest.cc
[208/388] Compiling a_verify.cc
[209/388] Compiling algorithm.cc
[210/388] Compiling voprf.cc
[211/388] Compiling by_dir.cc
[212/388] Compiling a_sign.cc
[213/388] Compiling thread_win.cc
[214/388] Compiling thread_pthread.cc
[215/388] Compiling thread.cc
[216/388] Compiling thread_none.cc
[217/388] Compiling trust_token.cc
[218/388] Compiling stack.cc
[219/388] Compiling sha512.cc
[220/388] Compiling pmbtoken.cc
[221/388] Compiling siphash.cc
[222/388] Compiling sha256.cc
[223/388] Compiling spake2plus.cc
[224/388] Compiling sha1.cc
[225/388] Compiling rsa_print.cc
[226/388] Compiling slhdsa.cc
[227/388] Compiling rsa_extra.cc
[228/388] Compiling rc4.cc
[229/388] Compiling rsa_crypt.cc
[230/388] Compiling windows.cc
[231/388] Compiling refcount.cc
[232/388] Compiling trusty.cc
[233/388] Compiling rand.cc
[234/388] Compiling urandom.cc
[235/388] Compiling passive.cc
[236/388] Compiling getentropy.cc
[237/388] Compiling forkunsafe.cc
[238/388] Compiling ios.cc
[239/388] Compiling deterministic.cc
[240/388] Compiling poly1305_arm_asm.S
[241/388] Compiling fork_detect.cc
[242/388] Compiling rsa_asn1.cc
[243/388] Compiling poly1305.cc
[244/388] Compiling poly1305_arm.cc
[245/388] Compiling pool.cc
[246/388] Compiling poly1305_vec.cc
[247/388] Compiling pkcs8.cc
[248/388] Compiling pkcs7.cc
[249/388] Compiling pkcs8_x509.cc
[250/388] Compiling pem_x509.cc
[251/388] Compiling pem_pkey.cc
[252/388] Compiling pem_xaux.cc
[253/388] Compiling p5_pbev2.cc
[254/388] Compiling pkcs7_x509.cc
[255/388] Compiling mlkem.cc
[256/388] Compiling pem_oth.cc
[257/388] Compiling obj_xref.cc
[258/388] Compiling pem_lib.cc
[259/388] Compiling pem_pk8.cc
[260/388] Compiling mldsa.cc
[261/388] Compiling pem_all.cc
[262/388] Compiling mem.cc
[263/388] Compiling pem_info.cc
[264/388] Compiling obj.cc
[265/388] Compiling lhash.cc
[266/388] Compiling fips_shared_support.cc
[267/388] Compiling poly_rq_mul.S
[268/388] Compiling md5.cc
[269/388] Compiling md4.cc
[270/388] Compiling fuzzer_mode.cc
[271/388] Compiling kyber.cc
[272/388] Compiling ex_data.cc
[273/388] Compiling hpke.cc
[274/388] Compiling hrss.cc
[275/388] Compiling scrypt.cc
[276/388] Compiling print.cc
[277/388] Compiling pbkdf.cc
[278/388] Compiling sign.cc
[279/388] Compiling p_x25519.cc
[280/388] Compiling p_rsa_asn1.cc
[281/388] Compiling p_x25519_asn1.cc
[282/388] Compiling p_rsa.cc
[283/388] Compiling p_hkdf.cc
[284/388] Compiling p_ed25519_asn1.cc
[285/388] Compiling p_ed25519.cc
[286/388] Compiling p_dh_asn1.cc
[287/388] Compiling p_ec_asn1.cc
[288/388] Compiling p_dsa_asn1.cc
[289/388] Compiling p_ec.cc
[290/388] Compiling p_dh.cc
[291/388] Compiling evp_ctx.cc
[292/388] Compiling engine.cc
[293/388] Compiling ecdsa_p1363.cc
[294/388] Compiling err.cc
[295/388] Compiling evp.cc
[296/388] Compiling evp_asn1.cc
[297/388] Compiling ecdh.cc
[298/388] Compiling ecdsa_asn1.cc
[299/388] Compiling ec_derive.cc
[300/388] Compiling dsa.cc
[301/388] Compiling hash_to_curve.cc
[302/388] Compiling dsa_asn1.cc
[303/388] Compiling digest_extra.cc
[304/388] Compiling params.cc
[305/388] Compiling x25519-asm-arm.S
[306/388] Compiling des.cc
[307/388] Compiling ec_asn1.cc
[308/388] Compiling dh_asn1.cc
[309/388] Compiling crypto.cc
[310/388] Compiling cpu_arm_linux.cc
[311/388] Compiling cpu_intel.cc
[312/388] Compiling spake25519.cc
[313/388] Compiling cpu_arm_freebsd.cc
[314/388] Compiling curve25519.cc
[315/388] Compiling cpu_aarch64_win.cc
[316/388] Compiling cpu_aarch64_openbsd.cc
[317/388] Compiling cpu_aarch64_sysreg.cc
[318/388] Compiling cpu_aarch64_linux.cc
[319/388] Compiling cpu_aarch64_fuchsia.cc
[320/388] Compiling cpu_aarch64_apple.cc
[321/388] Compiling curve25519_64_adx.cc
[322/388] Compiling conf.cc
[323/388] Compiling tls_cbc.cc
[324/388] Compiling get_cipher.cc
[325/388] Compiling e_tls.cc
[326/388] Compiling e_rc2.cc
[327/388] Compiling e_rc4.cc
[328/388] Compiling e_null.cc
[329/388] Compiling e_des.cc
[330/388] Compiling e_chacha20poly1305.cc
[331/388] Compiling cms.cc
[332/388] Compiling e_aeseax.cc
[332/388] Compiling e_aesgcmsiv.cc
[334/388] Compiling e_aesctrhmac.cc
[335/388] Compiling derive_key.cc
[336/388] Compiling chacha.cc
[337/388] Compiling buf.cc
[338/388] Compiling unicode.cc
[339/388] Compiling sqrt.cc
[340/388] Compiling asn1_compat.cc
[341/388] Compiling cbs.cc
[342/388] Compiling cbb.cc
[343/388] Compiling ber.cc
[344/388] Compiling div.cc
[345/388] Compiling exponentiation.cc
[346/388] Compiling printf.cc
[347/388] Compiling pair.cc
[348/388] Compiling bn_asn1.cc
[349/388] Compiling blake2.cc
[350/388] Compiling hexdump.cc
[351/388] Compiling convert.cc
[352/388] Compiling file.cc
[353/388] Compiling errno.cc
[354/388] Compiling fd.cc
[355/388] Compiling bio_mem.cc
[356/388] Compiling bio.cc
[357/388] Compiling tasn_typ.cc
[358/388] Compiling base64.cc
[359/388] Compiling tasn_fre.cc
[360/388] Compiling tasn_new.cc
[361/388] Compiling tasn_utl.cc
[362/388] Compiling posix_time.cc
[363/388] Compiling tasn_enc.cc
[364/388] Compiling f_string.cc
[365/388] Compiling tasn_dec.cc
[366/388] Compiling f_int.cc
[367/388] Compiling asn_pack.cc
[368/388] Compiling asn1_par.cc
[369/388] Compiling asn1_lib.cc
[370/388] Compiling a_octet.cc
[371/388] Compiling a_utctm.cc
[372/388] Compiling a_time.cc
[373/388] Compiling a_type.cc
[374/388] Compiling a_strex.cc
[375/388] Compiling a_strnid.cc
[376/388] Compiling a_i2d_fp.cc
[377/388] Compiling a_dup.cc
[378/388] Compiling a_d2i_fp.cc
[379/388] Compiling a_int.cc
[380/388] Write sources
[381/388] Compiling a_gentm.cc
[382/388] Compiling a_mbstr.cc
[383/388] Compiling a_object.cc
[384/388] Compiling aes.cc
[385/409] Compiling a_bool.cc
[386/409] Compiling a_bitstr.cc
[388/409] Emitting module BigInt
[389/411] Compiling BigInt Integer Conversion.swift
[390/411] Compiling BigInt Multiplication.swift
[391/411] Compiling BigInt Prime Test.swift
[392/411] Compiling BigInt Floating Point Conversion.swift
[393/411] Compiling BigInt GCD.swift
[394/411] Compiling BigInt Hashable.swift
[395/411] Compiling BigInt Strideable.swift
[396/411] Compiling BigInt String Conversion.swift
[397/411] Compiling BigInt Addition.swift
[398/411] Compiling BigInt BigInt.swift
[399/411] Compiling BigInt BigUInt.swift
[400/411] Compiling BigInt Bitwise Ops.swift
[401/411] Compiling BigInt Codable.swift
[402/411] Compiling BigInt Comparable.swift
[403/411] Compiling BigInt Random.swift
[404/411] Compiling BigInt Shifts.swift
[405/411] Compiling BigInt Square Root.swift
[406/411] Compiling BigInt Data Conversion.swift
[407/411] Compiling BigInt Division.swift
[408/411] Compiling BigInt Exponentiation.swift
[409/411] Compiling BigInt Subtraction.swift
[410/411] Compiling BigInt Words and Bits.swift
[411/412] Compiling bcm.cc
[413/420] Compiling CryptoBoringWrapper RandomBytes.swift
[414/420] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[415/420] Emitting module CryptoBoringWrapper
[416/420] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[417/420] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[418/420] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[419/420] Compiling CryptoBoringWrapper EllipticCurve.swift
[420/420] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[422/492] Compiling Crypto HPKE-AEAD.swift
[423/492] Compiling Crypto HPKE-Ciphersuite.swift
[424/492] Compiling Crypto HPKE-KDF.swift
[425/492] Compiling Crypto HPKE-KexKeyDerivation.swift
[426/492] Compiling Crypto HPKE-LabeledExtract.swift
[427/492] Compiling Crypto HPKE-Utils.swift
[428/492] Compiling Crypto DHKEM.swift
[429/492] Compiling Crypto HPKE-KEM-Curve25519.swift
[430/492] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[431/492] Compiling Crypto HPKE-KEM.swift
[432/502] Compiling Crypto PKCS8PrivateKey.swift
[433/502] Compiling Crypto SEC1PrivateKey.swift
[434/502] Compiling Crypto SubjectPublicKeyInfo.swift
[435/502] Compiling Crypto CryptoError_boring.swift
[436/502] Compiling Crypto CryptoKitErrors.swift
[437/502] Compiling Crypto Digest_boring.swift
[438/502] Compiling Crypto Digest.swift
[439/502] Compiling Crypto Digests.swift
[440/502] Compiling Crypto HashFunctions.swift
[441/502] Compiling Crypto HashFunctions_SHA2.swift
[442/502] Emitting module Crypto
[443/502] Compiling Crypto X25519Keys.swift
[444/502] Compiling Crypto SymmetricKeys.swift
[445/502] Compiling Crypto HMAC.swift
[446/502] Compiling Crypto MACFunctions.swift
[447/502] Compiling Crypto MessageAuthenticationCode.swift
[448/502] Compiling Crypto AES.swift
[449/502] Compiling Crypto ECDSASignature_boring.swift
[450/502] Compiling Crypto ECDSA_boring.swift
[451/502] Compiling Crypto EdDSA_boring.swift
[452/502] Compiling Crypto ECDSA.swift
[453/502] Compiling Crypto AES-GCM.swift
[454/502] Compiling Crypto AES-GCM_boring.swift
[455/502] Compiling Crypto ChaChaPoly_boring.swift
[456/502] Compiling Crypto ChaChaPoly.swift
[457/502] Compiling Crypto Cipher.swift
[458/502] Compiling Crypto Nonces.swift
[459/502] Compiling Crypto ASN1.swift
[460/502] Compiling Crypto ASN1Any.swift
[461/502] Compiling Crypto ASN1BitString.swift
[462/502] Compiling Crypto ASN1Boolean.swift
[463/502] Compiling Crypto HPKE-Errors.swift
[464/502] Compiling Crypto HPKE.swift
[465/502] Compiling Crypto HPKE-Context.swift
[466/502] Compiling Crypto HPKE-KeySchedule.swift
[467/502] Compiling Crypto HPKE-Modes.swift
[468/502] Compiling Crypto Insecure.swift
[469/502] Compiling Crypto Insecure_HashFunctions.swift
[470/502] Compiling Crypto KEM.swift
[471/502] Compiling Crypto ECDH_boring.swift
[472/502] Compiling Crypto DH.swift
[473/502] Compiling Crypto ECDH.swift
[474/502] Compiling Crypto HKDF.swift
[475/502] Compiling Crypto AESWrap.swift
[476/502] Compiling Crypto AESWrap_boring.swift
[477/502] Compiling Crypto Ed25519_boring.swift
[478/502] Compiling Crypto NISTCurvesKeys_boring.swift
[479/502] Compiling Crypto X25519Keys_boring.swift
[480/502] Compiling Crypto Curve25519.swift
[481/502] Compiling Crypto Ed25519Keys.swift
[482/502] Compiling Crypto NISTCurvesKeys.swift
[483/502] Compiling Crypto ASN1Identifier.swift
[484/502] Compiling Crypto ASN1Integer.swift
[485/502] Compiling Crypto ASN1Null.swift
[486/502] Compiling Crypto ASN1OctetString.swift
[487/502] Compiling Crypto ASN1Strings.swift
[488/502] Compiling Crypto ArraySliceBigint.swift
[489/502] Compiling Crypto GeneralizedTime.swift
[490/502] Compiling Crypto ObjectIdentifier.swift
[491/502] Compiling Crypto ECDSASignature.swift
[492/502] Compiling Crypto PEMDocument.swift
[493/502] Compiling Crypto Ed25519.swift
[494/502] Compiling Crypto Signature.swift
[495/502] Compiling Crypto CryptoKitErrors_boring.swift
[496/502] Compiling Crypto RNG_boring.swift
[497/502] Compiling Crypto SafeCompare_boring.swift
[498/502] Compiling Crypto Zeroization_boring.swift
[499/502] Compiling Crypto PrettyBytes.swift
[500/502] Compiling Crypto SafeCompare.swift
[501/502] Compiling Crypto SecureBytes.swift
[502/502] Compiling Crypto Zeroization.swift
[504/505] Compiling SwiftBase58 SwiftBase58.swift
[505/505] Emitting module SwiftBase58
[507/512] Compiling SwiftMnemonic resource_bundle_accessor.swift
[508/512] Compiling SwiftMnemonic Utils.swift
[509/512] Emitting module SwiftMnemonic
[510/512] Compiling SwiftMnemonic Enums.swift
[511/512] Compiling SwiftMnemonic Errors.swift
[512/512] Compiling SwiftMnemonic Mnemonic.swift
Build complete! (85.06s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "uncommoncrypto.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.1",
            "upper_bound" : "0.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tesseract-one/UncommonCrypto.swift.git"
    },
    {
      "identity" : "swift-base58",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/KINGH242/swift-base58.git"
    }
  ],
  "manifest_display_name" : "SwiftMnemonic",
  "name" : "SwiftMnemonic",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftMnemonic",
      "targets" : [
        "SwiftMnemonic"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftMnemonicTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMnemonicTests",
      "path" : "Tests/SwiftMnemonicTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/SwiftMnemonicTests/data",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ErrorsTests.swift",
        "LanguageTests.swift",
        "MnemonicTests.swift",
        "TestHelpers.swift"
      ],
      "target_dependencies" : [
        "SwiftMnemonic"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftMnemonic",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMnemonic",
      "path" : "Sources/SwiftMnemonic",
      "product_dependencies" : [
        "UncommonCrypto",
        "SwiftBase58"
      ],
      "product_memberships" : [
        "SwiftMnemonic"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftMnemonic/wordlist",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Enums.swift",
        "Errors.swift",
        "Mnemonic.swift",
        "Utils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.